#page .js-toggle.is-open .js-toggle__panel {
  max-height: none;
}

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

#page .l-content .bg-light.bg-green {
  background: #FFF6FB;
}

#page .l-content .bg-light.bg-green>.bg-light-txt,
#page .l-content .bg-light.bg-white>.bg-light-txt {
  color: rgba(123, 63, 7, 0.04);
}

#page .l-content .bg-light.bg-green .ttl-group sub,
#page .l-content .bg-light.bg-white .ttl-group sub {
  color: #bf0000;
}

#page .btn-secondary {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 72px;
  border: 1px solid #bf0000;
  background: white;
  color: #bf0000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}

#page .campaign-hero__schedule {
  padding: 12px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background-color: #bf0000;
}

#page .campaign-hero__schedule__note {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

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

#page .btn-pc {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #bf0000;
  background: white;
  color: #bf0000;
  text-align: center;
  /* JP Body Large 16px/Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  transition: all 0.2s ease-in;
}

#page .btn-pc:hover {
  cursor: pointer;
  background: #FFDEF0;
}

#page ul.referral-btn-list {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

#page ul.referral-btn-list>li {
  align-self: stretch;
}

#page ul.referral-btn-list>li a {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #bf0000;
  background: white;
}

#page ul.referral-btn-list>li a img.icon {
  width: 32px;
  height: 32px;
}

#page ul.referral-btn-list>li a span.txt {
  flex: 1 0 0;
  color: #bf0000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#page ul.referral-btn-list>li a img.icon_external_link {
  width: 16px;
  height: 16px;
}

#page #anchor-link ul {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

#page #anchor-link ul li {
  white-space: nowrap;
}

#page #anchor-link ul li a {
  display: flex;
  width: 150px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #FFDEF0;
  color: #bf0000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

#page #section-referral h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

#page #section-step .tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#page #section-step .tabs .tab-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-bottom: 2px solid #bf0000;
}

#page #section-step .tabs .tab-buttons .tab-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px 8px 0px 0px;
  background: #FFDEF0;
  color: #bf0000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  border: none;
  padding: 8px 12px;
}

#page #section-step .tabs .tab-buttons .tab-button.active {
  background: #bf0000;
  color: #FFDEF0;
}

#page #section-step .tabs .tab-content {
  display: none;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background: #FFDEF0;
}

#page #section-step .tabs .tab-content.active {
  display: flex;
}

#page #section-step .tabs .tab-content>div {
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#page #section-step .tabs .tab-content div.step-list-frame {
  width: 100%;
  overflow-x: scroll;
  padding: 0 24px;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li {
  display: flex;
  width: 250px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: white;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li>img {
  width: 150px;
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li p.small {
  color: #686868;
  text-align: center;
  /* JP Body Small 12px/Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

#page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li a.btn-app-dl {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #bf0000;
  background: white;
  color: #bf0000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

#page #section-step .tabs h3 {
  align-self: stretch;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#page #section-step .tabs h4 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

#page #section-step ul.referral-btn-list {
  padding: 0;
}

#page #section-step ul.referral-btn-list>li a span.txt {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
}

#page #section-overview {
  gap: 24px;
}

#page #section-overview ul#incentive-overview {
  display: flex;
  gap: 8px;
  width: calc(100% - 48px);
}

#page #section-overview ul#incentive-overview>li {
  display: flex;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  background: white;
  overflow: hidden;
}

#page #section-overview ul#incentive-overview>li h4 {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #bf0000;
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

#page #section-overview ul#incentive-overview>li .incentive-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  padding: 12px;
}

#page #section-overview ul#incentive-overview>li .incentive-content img.icon-profile {
  width: 70px;
  height: 70px;
}

#page #section-overview ul#incentive-overview>li .incentive-content img.incentive-txt-img {
  width: auto;
}

#page #section-overview ul#incentive-overview>li .incentive-content p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

#page #section-overview ul#incentive-overview>li .incentive-content h1 {
  color: #f16122;
  text-align: center;
  font-weight: 900;
  line-height: 100%;
  /* 19.6px */
}

#page #section-overview ul#incentive-overview>li .incentive-content p.small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0;
  /* 16.8px */
}

#page #section-overview ul#incentive-overview>li .incentive-content p.small_highlight {
  color: #BF0000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0;
}

#page #section-overview p.small {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0 24px;
  /* 16.8px */
}

#page #section-group-banner {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  background: #f7f7f7;
  border-top: 2px solid #bf0000;
}

#page #section-group-banner .group-banner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

#page #section-group-banner .group-banner a span {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

#page #section-overview .incentive-overview-bundle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 18px 0;
  margin: 0 24px;
  gap: 18px;
  border-radius: 16px;
  border: 1px solid #E42484;
  background: #FFF;
}

#page #section-overview .incentive-overview-bundle h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

#page #section-overview .incentive-overview-bundle p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#page #section-overview .incentive-overview-bundle p.small {
  font-size: 12px;
  font-weight: 400;
}

#page #section-overview .incentive-overview-bundle a {
  font-size: 16px;
  color: #000;
  text-decoration-line: underline;
}

#page #section-overview span.highlight {
  color: #BF0000;
  font-weight: bold;
}

#page #section-overview .small a {
  color: #BF0000;
  text-decoration-line: underline;

}

/* バンドルスタックAppダウンロード非表示 */
#page .btn-app-dl-wrapper {
  display: none;
}

@media screen and (min-width: 767px) {
  #page .btn-secondary {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    border-radius: 72px;
    transition: all 0.2s ease-in;
  }

  #page .btn-secondary:hover {
    background-color: #bf0000;
    color: #FFDEF0;
    cursor: pointer;
  }

  #page .s-campaign-hero {
    background: url(/assets/campaign/2025/referral_bundle/img/bg.png) no-repeat center top/auto 81.5% #FF008C;
  }

  #page .campaign-hero__schedule {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  #page .campaign-hero__schedule__note {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
  }

  #page .campaign-hero__schedule__note a:hover {
    text-decoration: none;
  }

  #page ul.referral-btn-list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 950px;
    margin: 0 auto;
    gap: 16px;
  }

  #page ul.referral-btn-list>li {
    align-self: stretch;
    flex: 1;
  }

  #page ul.referral-btn-list>li a {
    height: 100%;
    padding: 24px 16px;
    flex-direction: column;
    flex: 1 0 0;
    border-radius: 16px;
    border: none;
  }

  #page ul.referral-btn-list>li a:hover {
    cursor: default;
  }

  #page ul.referral-btn-list>li a img.icon {
    width: 64px;
    height: 64px;
  }

  #page ul.referral-btn-list>li a img.qr {
    width: 80px;
    height: 80px;
  }

  #page ul.referral-btn-list>li a span.txt {
    flex: 0;
  }

  #page #anchor-link ul {
    padding: 32px 0px;
  }

  #page #anchor-link ul li a {
    width: 200px;
    padding: 12px 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    transition: all 0.2s ease-in;
  }

  #page #anchor-link ul li a:hover {
    background: #bf0000;
    color: var(--color-wb-white, #fff);
  }

  #page #section-referral h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  #page #section-step .tabs {
    width: 950px;
  }

  #page #section-step .tabs h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  #page #section-step .tabs .tab-buttons {
    gap: 16px;
  }

  #page #section-step .tabs .tab-buttons .tab-button {
    flex: 1;
    padding: 12px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 131.25% */
    border-radius: 16px 16px 0px 0px;
    transition: all 0.2s ease-in;
  }

  #page #section-step .tabs .tab-buttons .tab-button:hover {
    cursor: pointer;
    background: #bf0000;
    color: #FFDEF0;
  }

  #page #section-step .tabs .tab-content {
    padding: 32px;
    gap: 32px;
  }

  #page #section-step .tabs .tab-content>div {
    gap: 32px;
  }

  #page #section-step .tabs .tab-content div.step-list-frame {
    padding: 0;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list {
    width: 100%;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li {
    border-radius: 16px;
    flex: 1;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li>img {
    width: initial;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li>img.qr {
    width: 80px;
    height: 80px;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list {
    width: 100%;
    margin: 0;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex-direction: row;
    border-radius: 8px;
    border: 1px solid #bf0000;
    background: white;
    transition: all 0.2s ease-in;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a img.icon {
    width: 32px;
    height: 32px;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a span.txt {
    flex: 1;
  }

  #page #section-step .tabs .tab-content div.step-list-frame ul.step-list>li ul.referral-btn-list>li.mail a:hover {
    background: #FFDEF0;
    cursor: pointer;
  }

  #page #section-overview ul#incentive-overview {
    gap: 16px;
    justify-content: center;
  }

  #page #section-overview ul#incentive-overview>li {
    width: 350px;
    gap: 20px;
    flex: none;
  }

  #page #section-overview ul#incentive-overview>li h4 {
    padding: 16px 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
  }

  #page #section-overview ul#incentive-overview>li .incentive-content {
    gap: 10px;
  }

  #page #section-overview ul#incentive-overview>li .incentive-content img.icon-profile {
    width: 96px;
    height: 96px;
  }

  #page #section-overview ul#incentive-overview>li .incentive-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
  }

  #page #section-group-banner .group-banner a img {
    transition: all 0.2s ease-in;
  }

  #page #section-group-banner .group-banner a img:hover {
    opacity: 0.8;
  }

  #page #section-overview .incentive-overview-bundle {
    width: 950px;
    margin: 0 auto;
  }

  #page #section-overview .incentive-overview-bundle p {
    font-size: 18px;
  }

  #page #section-overview .incentive-overview-bundle a {
    font-size: 18px;
  }
}

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