#page section {
  padding-top: 0;
}

#page a {
  color: #bf0000;
}

#page .l-content #top-section-step {
  background: #fff7f9;
}

#page .l-content .bg-light .summary-group {
  gap: 24px;
}

#page .l-content .step-overview ul li {
  width: 103px;
}

#page .l-content .multi-step > h3 {
  background: #ff5383;
  color: #ffffff;
}

#page .l-content #top-section-step strong.pink {
  color: #fb4687;
}

#page .l-content .step-overview ul li p.step-overview-number {
  color: #fb4687;
}

.slick-dots li button::before {
  content: none;
}

#page .campaign-hero__schedule p:first-child br:last-child {
  display: none;
}

#page .campaign-hero__schedule__note a {
  color: white;
  text-decoration: underline;
}

#page #countdown {
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

#page #countdown p {
  color: #bf0000;
  text-align: justify;
  /* JP Header Small 20px/Bold */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

#page .App {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

#page .CampaignButton {
  margin: 0;
}

#page .RedirectionText {
  margin: 0;
}

#page .Below {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#page .agreement-message strong {
  color: black;
}

#page .InfoText {
  margin: 0;
}

#page .CampaignButton-enabled span.RexButton-message {
  color: white;
}

#page .CampaignButton-disabled span.RexButton-message,
#page .CampaignButton-applied span.RexButton-message {
  color: #898989;
}

#page .CampaignButton-success span.RexButton-message {
  color: #047205;
}

#page #best-value-music-app {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

#page #best-value-music-app h2 {
  color: #000;
  text-align: justify;
  /* JP Header Small 20px/Bold */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

#page #best-value-music-app h3 img {
  width: 182px;
  height: 32px;
}

#page .campaign-detail__table td {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#page .l-campaign-03 .s-campaign-detail h2 {
  color: black;
}

#page .l-campaign-03 .s-campaign-detail a {
  color: #00a0f0;
}

#page .l-content .multi-step .multi-step-content p.Limited_lead {
  color: #bf0000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

#page .l-content .multi-step .multi-step-content p.step3_text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

#page .l-content .multi-step .multi-step-content p.step3_text strong {
  color: #fb4687;
  font-size: 16px;
  font-weight: 700;
}

#page .l-content .multi-step .multi-step-content p.small {
  font-size: 12px;
}

/* ===== Campaign Section ===== */
.campaign-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 64px 20px;
  background: #fff7f9;
  overflow: hidden;
}

.campaign-character-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}

.character-img {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  height: 70% !important;
  width: auto !important;
  opacity: 0.9;
}

/* ===== Header ===== */
.campaign-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  padding-top: 32px;
}

.present-label {
  color: #ff5383;
  font-family: 'Rakuten Sans', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.campaign-title {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* ===== Body Text ===== */
.campaign-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  padding: 32px 24px;
}

.campaign-body-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  color: #000;
}

.campaign-body-text .pink-text {
  color: #ff5383;
}

.campaign-note {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

/* ===== Products ===== */
.campaign-products {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.product-img {
  width: 250px;
  height: 256px;
  max-width: 250px;
  max-height: 250px;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  background: #fff;
}

.product-name {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.product-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 400px;
  max-width: 400px;
  padding: 24px 8px 24px 24px;
  border-radius: 74px;
  background: #ff5383;
  color: #fff !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.29;
  text-decoration: none;
  transition: opacity 0.2s;
}

.product-link-btn:hover {
  opacity: 0.85;
  color: #fff;
}

.product-link-btn svg {
  flex-shrink: 0;
}

/* ===== Provider ===== */
.campaign-provider {
  text-align: center;
  color: #000 !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  position: relative;
  z-index: 1;
}
.campaign-provider:hover {
}

/* ===== Responsive: 768px以下 ===== */
@media (max-width: 768px) {
  .campaign-section {
    padding: 40px 24px;
    gap: 24px;
    align-items: flex-start;
  }

  .campaign-character-bg {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .campaign-header {
    align-items: center;
    width: 100%;
  }

  .present-label {
    font-size: 16px;
  }

  .campaign-title {
    font-size: 26px;
    text-align: center;
  }

  .campaign-body {
    align-items: center;
    width: 100%;
    gap: 8px;
  }

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

  .campaign-note {
    font-size: 13px;
    text-align: center;
  }

  .campaign-products {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
  }

  .product-item {
    width: 100%;
    align-items: center;
  }

  .product-img {
    width: 220px;
    height: 220px;
  }

  .product-name {
    font-size: 16px;
    text-align: center;
  }

  .product-link-btn {
    width: 100%;
    font-size: 18px;
    padding: 18px 16px;
    gap: 12px;
    border-radius: 74px;
  }

  .campaign-provider {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #page .App {
    width: 600px;
    gap: 24px;
  }

  #page .l-content .bg-light .summary-group {
    gap: 32px;
  }

  #page .CampaignButton-enabled span.RexButton-message {
    font-size: 36px;
  }

  #page .CampaignButton a {
    max-width: none;
  }

  #page .s-campaign-hero {
    background: url(/assets/campaign/2026/yamawake_spring/img/bg.png) no-repeat center top/auto 82% #e5597b;
  }

  #page .s-campaign-hero::after {
    width: 100%;
    height: 70px;
    background: #e5597b;
    position: absolute;
    bottom: 0;
  }

  #page #best-value-music-app {
    padding: 32px 0;
  }

  #page #best-value-music-app h3 img {
    width: 273px;
    height: 48px;
  }

  #page .l-content .multi-step .multi-step-content {
    gap: 24px;
  }

  #page .l-content .multi-step .multi-step-content p.Limited_lead {
    font-size: 28px;
    line-height: 40px;
  }

  #page .l-content .multi-step .multi-step-content p.step3_text {
    font-size: 28px;
    line-height: 40px;
  }

  #page .l-content .multi-step .multi-step-content p.step3_text strong {
    font-size: 28px;
  }

  #page .l-content .step-overview ul li {
    width: 160px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  #page .CampaignButton-enabled span.RexButton-message,
  #page .CampaignButton-disabled span.RexButton-message,
  #page .CampaignButton-applied span.RexButton-message,
  #page .CampaignButton-success span.RexButton-message {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
