/* ========================================
   RESET & BASE
======================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  color: #292929;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #0080aa;
  text-decoration: underline;
}

a:hover {
  opacity: 0.75;
}

/* ========================================
   LAYOUT
======================================== */
.inner {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

/* ========================================
   SECTION HEADING
======================================== */
.section-heading {
  font-size: 24px;
  font-weight: 700;
  color: #292929;
  line-height: 1.3;
  margin-bottom: 32px;
}

.section-heading--center {
  text-align: center;
}

/* ========================================
   HERO
======================================== */
.hero {
  background: #0080AA;
}

.hero-inner {
  width: 100%;
}

.hero-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ========================================
   CAMPAIGN TITLE SECTION
======================================== */
.title-section {
  background: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.collab-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.collab-logo-materialiste {
  height: 62px;
  width: auto;
}

.collab-cross {
  font-size: 24px;
  color: #bbb;
  font-weight: 400;
  line-height: 1;
}

.collab-logo-ravit {
  height: 62px;
  width: auto;
}

.event-banner {
  width: 400px;
  max-width: calc(100% - 48px);
  height: 36px;
  margin: 0 auto;
  padding: 0;
  background: #b91f24;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
}

.event-banner::before,
.event-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}

.event-banner::before {
  top: 3px;
}

.event-banner::after {
  bottom: 3px;
}

.event-banner-text {
  background: transparent;
  min-width: 0;
  width: auto;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.campaign-title {
  font-size: 28px;
  font-weight: 700;
  color: #292929;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-break {
  display: none;
}

@media (max-width: 840px) {
  .title-break {
    display: block;
  }
}

.desc-break {
  display: block;
}

@media (max-width: 750px) {
  .desc-break {
    display: none;
  }
}

.title-divider {
  width: 36px;
  height: 2px;
  background: #af2222;
  border-radius: 2px;
  margin: 0 auto 32px;
}

.campaign-desc {
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  text-align: center;
  line-height: 1.67;
}

/* ========================================
   CAMPAIGN OVERVIEW
======================================== */
.campaign-overview {
  background: #FFF7FA;
  padding: 64px 0;
}


.period-badge-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.period-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF4B6D;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 36px;
  border-radius: 999px;
  min-width: 318px;
  text-align: center;
  line-height: 1.41;
}

.prize-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 28px;
}

.prize-image-area {
  flex: 0 0 44%;
}

.prize-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.prize-info {
  flex: 1;
  text-align: left;
}

.prize-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.movie-ticket-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.movie-ticket-logo {
  width: 170px;
  height: auto;
}

.movie-ticket-note {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.prize-plus {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.prize-count {
  color: #FF4B6D;
  font-weight: 700;
  font-size: 28px;
}

.prize-count span {
  font-family: 'DIN 2014', sans-serif;
  font-size: 56px;
  line-height: 1;
}

/* ========================================
   MOVIE INFO
======================================== */
.movie-info {
  background: #fff;
  padding: 64px 0;
}


.movie-scene-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
}

.movie-scene-wrap--main {
  height: 560px;
  margin-bottom: 32px;
}

.movie-scene-wrap--sub {
  height: 500px;
  margin-bottom: 32px;
}

.movie-scene-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.movie-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  max-width: 1200px;
  margin: 0 auto 22px;
}

.movie-meta-list {
  max-width: 1200px;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.movie-meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.movie-meta-label {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  white-space: nowrap;
}

.movie-meta-value {
  font-size: 16px;
  font-weight: 500;
  color: #292929;
}

.movie-meta-label-inline {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.movie-official-link {
  font-size: 16px;
  font-weight: 500;
  color: #0080aa;
  text-decoration: underline;
}

.synopsis-box {
  background: #eef5fb;
  border-radius: 10px;
  padding: 20px 24px;
  max-width: 1200px;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.synopsis-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0080aa;
  line-height: 1.08;
}

.synopsis-text {
  font-size: 16px;
  font-weight: 500;
  color: #485865;
  line-height: 1.75;
}

.movie-credits {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
}

.credit-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 24px;
  width: 592px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.credit-label {
  font-size: 16px;
  font-weight: 700;
  color: #0080aa;
  letter-spacing: 0.055em;
}

.credit-value {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: 1.3;
}

/* ========================================
   HOW TO APPLY
======================================== */
.how-to-apply {
  background: #FFF7FA;
  padding: 64px 0;
}


.steps {
  width: 700px;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  height: 66px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-card--tall {
  height: 78px;
  padding: 16px 24px;
}

.step-num {
  font-family: 'DIN 2014', sans-serif;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #FF4B6D;
  color: #fff;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.step-text {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.41;
}

.step-sub {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 1.625;
  margin-top: 2px;
  white-space: nowrap;
}

.apply-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding-top: 6px;
}

.apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF4B6D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  width: 240px;
  height: 60px;
  border-radius: 999px;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 4px 3px rgba(206, 187, 192, 0.25);
  transition: opacity 0.2s;
}

.apply-btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.apply-note {
  font-size: 12px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

/* ========================================
   NOTES
======================================== */
.notes-section {
  background: #fff;
  padding: 64px 0;
}


.notes-list {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notes-list li {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: 1.3125;
  display: flex;
  align-items: baseline;
  gap: 0;
}

.notes-bullet {
  font-size: 14px;
  flex-shrink: 0;
  width: 22px;
}

/* ========================================
   PRIVACY
======================================== */
.privacy-section {
  background: #f5f5f5;
  padding: 64px 0;
}


.privacy-table-wrap {
  max-width: 1200px;
  margin: 0 auto 24px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.privacy-table tr {
  border-bottom: 1px solid #e8e8e8;
}

.privacy-table tr:last-child {
  border-bottom: none;
}

.privacy-table th {
  width: 132px;
  background: #e8e8e8;
  padding: 16px;
  text-align: left;
  font-weight: 700;
  color: #292929;
  vertical-align: middle;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.286;
}

.privacy-table td {
  background: #fff;
  padding: 13px 18px;
  color: #292929;
  font-weight: 400;
  line-height: 1.671;
  border-bottom: 1px solid #e1e1e1;
}

.privacy-table tr:last-child th,
.privacy-table tr:last-child td {
  border-bottom: none;
}

.privacy-note {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.privacy-note p {
  line-height: 1.5;
}

/* ========================================
   FOOTER
======================================== */
.site-footer {
  background: #2a2a2a;
  padding: 36px 0;
}

.footer-text {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}

/* ========================================
   RESPONSIVE — SP (max-width: 750px)
======================================== */
@media (max-width: 750px) {
  .inner {
    width: calc(100% - 40px);
  }

  body {
    font-size: 15px;
  }

  .section-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }

  /* Title section */
  .title-section {
    padding: 48px 0;
  }

  .collab-logos {
    gap: 16px;
    margin-bottom: 28px;
  }

  .collab-logo-materialiste {
    height: 45px;
  }

  .collab-logo-ravit {
    height: 45px;
  }

  .event-banner {
    width: fit-content;
    height: 42px;
    margin-bottom: 24px;
  }

  .event-banner::before {
    top: 4px;
  }

  .event-banner::after {
    bottom: 4px;
  }

  .event-banner-text {
    font-size: 16px;
    padding: 0 16px;
  }

  .campaign-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
  }

  .ctitle-sub {
    font-size: 18px;
  }

  .campaign-desc {
    font-size: 16px;
  }

  /* Campaign overview */
  .campaign-overview {
    padding: 48px 0;
  }

  .period-badge {
    font-size: 15px;
    padding: 10px 24px;
    min-width: auto;
  }

  .prize-card {
    flex-direction: column;
    padding: 24px 20px;
    gap: 20px;
  }

  .prize-image-area {
    flex: none;
    width: 100%;
  }

  .prize-info {
    text-align: center;
  }

  .prize-title-row {
    justify-content: center;
  }

  .prize-plus {
    font-size: 15px;
  }

  .prize-count {
    font-size: 22px;
  }

  .prize-count span {
    font-size: 40px;
  }

  /* Movie info */
  .movie-info {
    padding: 48px 0;
  }

  .movie-scene-wrap--main,
  .movie-scene-wrap--sub {
    height: auto;
  }

  .movie-scene-img {
    height: auto;
    object-fit: initial;
  }

  .movie-meta-label,
  .movie-meta-value,
  .movie-meta-label-inline,
  .movie-official-link {
    font-size: 15px;
  }

  .movie-title {
    font-size: 18px;
  }

  .synopsis-heading {
    font-size: 16px;
  }

  .synopsis-text {
    font-size: 15px;
  }

  .movie-credits {
    flex-direction: column;
  }

  .credit-card {
    width: 100%;
  }

  .credit-label,
  .credit-value {
    font-size: 15px;
  }

  /* How to apply */
  .how-to-apply {
    padding: 48px 0;
  }

  .steps {
    width: 100%;
  }

  .step-text {
    font-size: 15px;
  }

  /* Notes */
  .notes-section {
    padding: 48px 0;
  }

  .notes-list li {
    font-size: 15px;
  }

  /* Privacy */
  .privacy-section {
    padding: 48px 0;
  }

  .privacy-table-wrap {
    margin: 0 auto 16px;
  }

  .privacy-table,
  .privacy-table tbody,
  .privacy-table tr {
    display: block;
    width: 100%;
  }

  .privacy-table th {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    white-space: normal;
    border-right: none;
    border-bottom: none;
  }

  .privacy-table td {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
  }

  /* Footer */
  .site-footer {
    padding: 24px 0;
  }
}

