/* ---- nogizaka-specialラッパー ---- */
#page .l-content .bg-dark,
#page .l-content .bg-light {
  padding: 48px 12px;
}

#page #nogizaka-special {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

#page #nogizaka-special #appeal-section {
  margin: 0;
  padding: 0;
}

/* ---- イベント日程セクション ---- */

#page .event_wrapper {
  background: url('https://music.rakuten.co.jp/assets/campaign/2026/nogizaka-special/img/campaign_bg.png') no-repeat center center / cover;
  padding: 40px 16px;
  text-align: center;
  color: #fff;
}

#page .event_section {
  margin-bottom: 24px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

#page .event_section .event-title1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px;
}

#page .event_section .event-title2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

#page .event_section .caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

#page .event_schedule {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#page .schedule_title {
  background: #A3CBEC;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  text-align: center;
}

#page .event_venue {
  padding: 12px 16px 4px;
  text-align: center;
}

#page .event_venue p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

#page .event_venue p span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

#page .event_time {
  padding-bottom: 12px;
  text-align: center;
}

#page .event_time p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

#page .schedule {
  padding: 8px 16px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

#page .schedule .day {
  display: contents;
}

#page .schedule .day p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}

/* ---- Section ---- */

#page section {
  padding-top: 0;
}

#page a {
  color: #bf0000;
}

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

#page .l-content #appeal-section .appeal-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

#page .l-content #appeal-section .appeal-section img {
  max-width: 100%;
  height: auto;
}

#page .l-content #appeal-section .appeal-section .appeal-txt-group {
  display: flex;
  padding: 10px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #000;
}

#page .l-content #appeal-section .appeal-section p.appeal-lead {
  color: #FF97D0;
  font-size: 20px;
  font-weight: 700;
}

#page .l-content #appeal-section .appeal-section .main-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

#page .l-content #appeal-section .appeal-section p.small {
  font-size: 12px;
  text-align: center;
}

#page .l-content #appeal-section .appeal-section span.appeal-txt-highlight {
  color: var(--Red-Logo-800, #bf0000);
  font-size: 83px;
  font-weight: 700;
}

#page .l-content #appeal-section .appeal-section span.appeal-bold {
  color: #FF97D0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

/* テンプレから余白変更 */
#page .l-content #top-section-step .multi-step .multi-step-content {
  padding: 24px 16px;
}

/* STEP1 リスト */
#page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li {
  display: flex;
  width: 300px;
  padding: 16px 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border: 2px solid var(--Red-Logo-800, #bf0000);
  background: var(--White, #fff);
}

#page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li p.cp-number {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li div.ccode-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li div.ccode-group .ccode-txt {
  color: var(--Red-Logo-800, #bf0000);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
}

/* コードコピーボタン */
#page .l-content #top-section-step .ccode {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #f7f7f7;
}

#page .l-content #top-section-step .ccode p.txt {
  color: #686868;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

#page .l-content #top-section-step .ccode p.code {
  color: #bf0000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}

#page .l-content #top-section-step button.btn-copy-code {
  display: flex;
  padding: 7px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 32px;
  border: 1px solid;
  background: #bf0000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 145.455% */
}

#page .l-content #top-section-step a.scroll {
  color: #333e36;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  /* 160% */
}

#page .l-content #top-section-step .annotation {
  padding: 16px 0;
}

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

/* stepフローティング */
#page .l-content #top-section-step .multi-step .multi-step-content.display-block {
  display: block;
}

#page .l-content #top-section-step .multi-step .multi-step-content.display-block p.lead {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 24px;
}

#page .l-content #top-section-step .multi-step .multi-step-content.display-block p.sub {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 24px;
  /* 150% */
}

#page .l-content #top-section-step .multi-step .multi-step-content.display-block p.campaign-code-txt {
  padding-top: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

#page ul.campaign-code-steps li.slick-slide h3 {
  background-color: #ffeb99;
}

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

#page .l-content .bg-light .summary-group p.small {
  font-size: 12px;
  padding-top: 24px;
}

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

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

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

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

#page .campaign-hero__schedule p {
  color: rgb(0, 0, 0);
  font-size: 16px;
}

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

#page .campaign-hero__schedule__note {
  color: rgb(0, 0, 0);
}

#page .campaign-hero__schedule__note a {
  color: rgb(0, 0, 0);
  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: #bf0000;
  font-size: 16px;
  font-weight: 700;
}

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


/* ---- エントリーフォーム ---- */

#page .entry-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#page .entry-form__desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  color: #000;
}

#page .entry-form__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-self: center;
}

#page .entry-form__item label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

#page .entry-form__item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  margin-top: 3px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s;
}

#page .entry-form__item input[type="radio"]:checked {
  border-color: #bf0000;
}

#page .entry-form__item input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #bf0000;
  border-radius: 50%;
}

#page .entry-form__label-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#page .entry-form__day-title {
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}

#page .entry-form__day-title .day-label {
  font-size: 16px;
}

#page .entry-form__day-title .day-date {
  font-size: 20px;
}

#page .entry-form__day-info {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

#page .entry-form__btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 8px auto 0;
  align-self: center;
  padding: 16px;
  background: #bf0000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: opacity 0.2s;
}

#page .entry-form__btn:hover {
  opacity: 0.85;
}

#page .entry-form__note {
  font-size: 12px;
  color: #686868;
  text-align: center;
  line-height: 1.6;
}

/* ---- プレゼントテキスト ---- */

#page .present-txt p {
  color: #bf0000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

#page .present-txt p.small {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}

/* ---- 新曲リンク ---- */

#page .feature-container {
  border: 1px solid #000;
  /* ArticleShadow */
  box-shadow: 4px 4px 0 0 #000;
  overflow: hidden;
}

/* SP: 上ブロック（画像＋テキスト横並び） */
#page .feature-sp-top {
  display: flex;
  align-items: center;
  background: #F3F3F3;
  border-bottom: 1px solid #000;
}

#page .feature-sp-top img {
  display: block;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  object-fit: cover;
}

#page .feature-sp-top p {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* SP: 下ボタン */
#page .btn-song {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 158px;
  margin: 12px auto;
  background: #bf0000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
}

#page .btn-song span {
  color: #fff;
}

/* PC設定 */
@media screen and (min-width: 768px) {
  #page .l-content #top-section-step .multi-step .multi-step-content.display-block p.lead {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    /* 130% */
  }

  #page .l-content #top-section-step .multi-step .multi-step-content.display-block p.sub {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  #page .event_wrapper {
    padding: 60px 24px;
  }

  #page .event_section .event-title1 {
    font-size: 24px;
  }

  #page .event_section .event-title2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  #page .event_section .caption {
    font-size: 18px;
  }

  #page .event_schedule {
    max-width: 660px;
  }

  #page .schedule_title {
    font-size: 18px;
    padding: 12px 24px;
  }

  #page .event_venue p span {
    font-size: 24px;
  }

  #page .schedule {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 24px;
    padding: 8px 24px 20px;
  }

  #page .schedule .day p {
    font-size: 20px;
    font-weight: 600;
  }

  #page .App {
    width: 600px;
    gap: 24px;
  }

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

  #page .l-content .bg-light .summary-group p.small {
    padding-top: 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/annual-plan-campaign/img/bg.png) no-repeat center top/auto 82% #ffcf31;
  }

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

  #page .l-content #appeal-section .appeal-section p.appeal-lead {
    font-size: 32px;
    font-weight: 700;
  }

  #page .l-content #appeal-section .appeal-section .main-txt {
    flex-direction: row;
  }

  #page .l-content #appeal-section .appeal-section span.appeal-txt-highlight {
    font-size: 70px;
  }

  #page .l-content #appeal-section .appeal-section span.appeal-bold {
    font-size: 32px;
    font-weight: 700;
  }

  #page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li {
    width: 435px;
  }

  #page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li p.cp-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    /* 129.167% */
  }

  #page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li div.ccode-group .ccode-txt {
    font-size: 42px;
    font-weight: 700;
    line-height: 36px;
    /* 85.714% */
  }

  #page .l-content #top-section-step .multi-step .multi-step-content.display-block ul.campaign-target li div.ccode-group {
    gap: 16px;
  }

  /* ボタン */
  #page .l-content #top-section-step .ccode {
    flex-direction: row;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
  }

  #page .l-content #top-section-step .ccode p.txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
  }

  #page .l-content #top-section-step .ccode p.code {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
  }

  #page .l-content #top-section-step button.btn-copy-code {
    align-items: center;
    transition: all 0.2s ease-in;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
  }

  #page .l-content #top-section-step button.btn-copy-code:hover {
    cursor: pointer;
    background: #bf0000;
    color: white;
  }

  #page .l-content #top-section-step a.scroll {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  #page .l-content #top-section-step .annotation {
    padding: 24px 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;
    font-weight: 500;
    line-height: 40px;
    /* 142.857% */
  }

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

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

  #page .entry-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  #page .entry-form__desc {
    font-size: 18px;
    text-align: center;
  }

  #page .entry-form__day-title .day-label,
  #page .entry-form__day-title .day-date {
    font-size: 24px;
  }

  #page .entry-form__day-info {
    font-size: 16px;
  }

  #page .entry-form__btn {
    max-width: 360px;
    font-size: 20px;
    padding: 18px;
  }

  #page .present-txt p {
    font-size: 32px;
  }

  /* PC: 左ブロック（W300、背景#F3F3F3、画像＋ボタン縦積み）＋ 右ブロック（W700、テキスト） */
  #page .feature-container {
    display: flex;
  }

  #page .feature-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    flex-shrink: 0;
    background: #F3F3F3;
    border-right: 1px solid #000;
    padding: 16px;
    gap: 12px;
  }

  #page .feature-left img {
    display: block;
    width: 100%;
    height: auto;
  }

  #page .feature-left .btn-song {
    width: 100%;
    margin: 0;
    font-size: 14px;
    padding: 10px 16px;
  }

  #page .feature-right {
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }

  #page .feature-right p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
  }
}

@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 */