@charset "UTF-8";
.fv__kv {
  width: 100%;
}
.fv__bottom {
  margin: 16px auto 40px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .fv__bottom {
    padding: 0 16px;
  }
}
.fv__bottom-note {
  font-size: 13px;
  color: #4D4D4D;
}
@media screen and (max-width: 767.9px) {
  .fv__bottom-note {
    text-align: left;
  }
}
.fv__bottom-text-period {
  margin-top: 16px;
  font-size: 16px;
}
.fv__bottom-text-period span {
  font-weight: bold;
}
.fv__cta {
  margin: 16px auto 0;
}

.step {
  counter-reset: itemNum 0;
  background-color: #fffcf2;
}
.step__inner {
  padding: 64px 0;
}
@media screen and (max-width: 767.9px) {
  .step__inner {
    padding: 40px 16px;
  }
}
.step__head {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #3B3BA3;
}
@media screen and (max-width: 767.9px) {
  .step__head {
    font-size: 22px;
  }
}
.step .step__item--last, .step .step__item {
  text-align: center;
  position: relative;
}
.step .step__item--last > * + *, .step .step__item > * + * {
  margin-top: 24px;
}
.step__item {
  margin: 48px auto 0;
  max-width: 800px;
  padding: 48px 20px;
  background-color: white;
  border-radius: 22px;
}
.step__item::before {
  counter-increment: itemNum 1;
  content: "STEP " counter(itemNum);
  position: absolute;
  display: inline-block;
  padding: 4px 16px;
  width: 136px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  background-color: #00A0F0;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
}
.step__item--last {
  margin: 96px auto 0;
  max-width: 560px;
}
.step__item--last::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
  --r: 3px;
  height: 32px;
  aspect-ratio: 2;
  --_g:calc(var(--r)/tan(22.5deg)) top var(--r),#000 98%,#0000 101%;
  -webkit-mask: conic-gradient(from 157.5deg at 50% calc(var(--r) / 0.2426406871 - 241.4213562373%), #000 45deg, rgba(0, 0, 0, 0) 0) 0 0/100% calc(100% - var(--r) / 1.4142135624) no-repeat, radial-gradient(var(--r) at 50% calc(100% - var(--r) * 1.4142135624), #000 98%, rgba(0, 0, 0, 0) 101%), radial-gradient(var(--r) at left var(--_g)), radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #ff008c;
}
.step .step__item-desc--small, .step .step__item-desc {
  color: #232361;
  font-weight: bold;
}
.step .step__item-desc--small span, .step .step__item-desc span {
  color: #ff008c;
}
@media screen and (max-width: 767.9px) {
  .step .step__item-desc--small, .step .step__item-desc {
    font-size: 18px;
  }
}
.step__item-desc {
  font-size: 24px;
}
.step__item-desc--small {
  font-size: 18px;
}
.step__item-img {
  margin: 0 auto;
  max-width: 480px;
}
.step__item-note {
  display: inline-block;
  text-align: left;
}
.step__btn {
  width: 100%;
}

.about {
  background: var(--bg, linear-gradient(0deg, #FEFAEB -5%, #FFE9F5 65.42%, #D6ECFF 114.25%), #FF99D1);
}
.about__inner {
  padding: 64px 16px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .about__inner {
    text-align: left;
  }
}
.about__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  color: #232361;
}
@media screen and (max-width: 767.9px) {
  .about__head {
    font-size: 24px;
  }
}
.about__head img {
  margin-right: 8px;
  width: 62px;
}
.about__desc {
  margin-top: 32px;
  color: #232361;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.about__desc span {
  color: #ff008c;
}
.about__link {
  margin: 16px auto;
  padding-right: 4px;
  display: inline-block;
  position: relative;
}
.about__link::after {
  content: "";
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ff008c;
  border-left: 1px solid #ff008c;
  transform: rotate(135deg);
}

/* extend 共通line */
.terms {
  background-color: #F7F8FB;
}
.terms__inner {
  margin: 0 auto;
  padding: 40px 16px;
  max-width: 800px;
}
.terms__close {
  margin-bottom: 32px;
}
.terms__head {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.terms__title {
  border: solid 1px #dddddd;
  border-bottom: none;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #e9e9e9;
}
.terms__detail {
  background-color: white;
  border: solid 1px #dddddd;
  line-height: 1.6;
}
.terms__detail-head {
  background-color: #F7F8FB;
  border-bottom: solid 1px #dddddd;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
.terms__detail-desc {
  padding: 16px;
  font-size: 14px;
}
.terms__detail-desc:not(:last-of-type) {
  border-bottom: solid 1px #dddddd;
}
.terms__detail-subhead {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}
.terms__detail-subhead:not(:first-of-type) {
  margin-top: 16px;
}
.terms__detail-note span {
  font-weight: bold;
}
* + .terms__detail-note {
  margin-top: 12px;
}

/* ////////////////////////
LP共通css
//////////////////////// */
.main-container {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.lp-wrap {
  color: #333333;
  font-family: Rakuten Sans JP, Noto Sans JP, sans-serif !important;
}

/* 下部固定ボタンエリア */
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fixed .to-top-btn {
  position: absolute;
  margin-left: auto;
  margin-right: 16px;
  top: -4rem;
  right: 0rem;
  width: 46px;
  height: 46px;
}

/* QRコード部分 */
.qr {
  max-width: 240px;
  margin: 0 auto;
  padding: 24px;
  background: #F5F5F5;
  border-radius: 10px;
}
.qr img {
  width: 100%;
}

/* note */
.note {
  margin-top: 72px;
}
.note_inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #000033;
}
.note_inner_link {
  margin: 16px 0 0;
  text-align: center;
}

/* 同時開催中のキャンペーンボタン部分 */
.other_campaign {
  max-width: 600px;
  margin: 72px auto;
  padding: 0 24px;
}
.other_campaign_btn {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #3B3BA3;
  border: 2px solid #3B3BA3;
  padding: 12px 24px;
  border-radius: 100vh;
  position: relative;
}
.other_campaign_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3B3BA3;
  border-right: solid 2px #3B3BA3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  .other_campaign_btn {
    font-size: 15px;
    padding: 9px 0;
  }
}

/* popask */
.popask {
  margin-top: 54px;
}
.popask #rexSurveyEmbedded:empty {
  margin-top: -54px;
}

img {
  width: 100%;
  height: auto;
}

/* ////////////////////////
utility_css
//////////////////////// */
.c-navy {
  color: #232361 !important;
}

.c-magenta {
  color: #ff008c !important;
}

.c-crimsonRed {
  color: #bf0000 !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.mt-0px {
  margin-top: 0px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

/* ボタン */
.btn--magenta {
  max-width: 480px;
  width: 100%;
  display: inline-block;
  padding: 16px 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  transition: 0.3s;
}
@media screen and (max-width: 767.9px) {
  .btn--magenta {
    font-size: 18px;
  }
}
.btn--magenta:hover {
  transition: 0.3s;
}
.close-cp .btn--magenta {
  display: none;
}

.btn--magenta {
  color: white !important;
  background-color: #ff008c;
}
.btn--magenta:hover {
  background-color: #cc0070;
}

/* cta周り */
.cta-announce {
  margin-top: 24px !important;
  display: flex;
  justify-content: center;
  font-size: 15px;
  color: #006497;
}
.cta-announce::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  background-image: url("../img/btn_announce.svg");
}

.cta-note {
  margin-top: 4px !important;
  color: #4D4D4D;
}

/* キャンペーン終了関係 */
.close-text {
  display: none;
  color: #ff008c;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .close-text {
    font-size: 20px;
  }
}

.close-cp .cta-contents {
  display: none !important;
}
.close-cp .close-text {
  display: block !important;
}