@charset "UTF-8";
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../fonts/RakutenSansJP2_W-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../fonts/RakutenSansJP2_W-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../fonts/RakutenSansJP2_W-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../fonts/RakutenSansJP2_W-DemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../fonts/RakutenSansJP2_W-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../fonts/RakutenSansJP2_W-Heavy.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

em {
  font-style: normal;
  font-weight: 700;
}

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

.crimsonRed {
  color: #bf0000;
}

.magenta {
  color: #ff008c;
}

.c000033 {
  color: #000033;
}

.cAnnotation {
  color: #DF0101;
}

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

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-32px {
  margin-bottom: 32px !important;
}

.pdLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pdT-24px {
  padding-top: 24px !important;
}

.pdT-32px {
  padding-top: 32px !important;
}

.pdT-48px {
  padding-top: 48px !important;
}

.pdB-24px {
  padding-bottom: 24px !important;
}

.pdB-32px {
  padding-bottom: 32px !important;
}

.pdB-48px {
  padding-bottom: 48px !important;
}

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.main-container {
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.bottom-dl-area {
  margin-top: 0;
}

.detail__list--item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.detail__list--item::before {
  content: "※";
  display: inline;
}

.lp-wrap.past {
  padding-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .lp-wrap.past {
    padding-bottom: 120px;
  }
}

.lp_welcome {
  color: #333333;
  line-height: 1.5;
}

.button--blue, .button--pink, .button--white, .button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 1.1;
  background-color: #ff008c;
  border-radius: 60px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.button--blue:hover, .button--pink:hover, .button--white:hover, .button:hover {
  background-color: #cc0070;
}
.buttonBlue.button--blue, .buttonBlue.button--pink, .buttonBlue.button--white, .buttonBlue.button {
  background: #3B3BA3;
}
.feature-flow__block--box .button--blue, .feature-flow__block--box .button--pink, .feature-flow__block--box .button--white, .feature-flow__block--box .button {
  font-size: 13px;
}

.button--white {
  height: 76px;
  color: #ff008c !important;
  background-color: white;
  border: 2px solid #ff008c;
  width: 100%;
}
.button--white:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--pink {
  color: #ff008c;
  font-weight: bold;
  background-color: white;
  border: 2px solid #ff008c;
  width: 100%;
}
.button--pink:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--blue {
  color: #0072BF;
  background-color: white;
  border: 1px solid #0072BF;
  width: 100%;
}
.button--blue:hover {
  background-color: white;
  filter: brightness(140%);
}

.caution {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.sp_wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.sp_wrapper img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sp_wrapper {
    max-width: none;
  }
}

.border-dashed {
  width: 100%;
  border-top: black 1px dashed;
}
.kv_bottom .border-dashed {
  border-top-color: #BFBFBF;
  border-top-width: 0.6px;
  margin-bottom: 16px;
}
.feature-flow .border-dashed {
  border-top-color: #88CDCA;
  border-top-width: 2px;
}

/* kv */
.kv img {
  width: 100%;
}
.kv_bottom {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #676767;
}
.kv_main {
  background: #FFF2F9;
}
.kv_main-image {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.kv_main-period {
  position: relative;
  width: 98.8%;
  margin: 10px auto;
  padding: 4px;
  border: 0.8px solid #ff008c;
  border-radius: 4px;
  color: #ff008c;
}
.kv_main-period__term {
  white-space: nowrap;
}
.kv_main-period__term--big {
  font-weight: 700;
  font-size: 15px;
}
.kv_main-period__head {
  font-size: 13.68px;
  font-weight: 700;
}
.kv_main-period__labels {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 6px;
  top: 4px;
  right: 4px;
}
.kv_main-period__labels--label {
  font-weight: 400;
  background-color: #ff008c;
  color: white;
}

/* mainContent */
.mainContent {
  padding: 40px 16px;
  background: #FFE2F2;
  color: #ff008c;
}
.mainContent_inner {
  max-width: 540px;
  margin: 0 auto;
}

/* 開催中のキャンペーンはこちらボタン */
.other-campaign {
  margin: 36px 0 0;
  padding: 0 24px;
  text-align: center;
}
.other-campaign img {
  width: 100%;
}

.other-campaign-btn {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #3B3BA3;
  border: 2px solid #3B3BA3;
  padding: 11px 24px 12px;
  border-radius: 100vh;
  position: relative;
  text-align: center;
}
.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);
}

/*--------------------
  フローティングバナー
--------------------*/
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.floatingBnr {
  display: flex;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 6.07143px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  transition: 0.5s;
}
.floatingBnr.fadeIn {
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.floatingBnr.close {
  right: -190px;
}
.floatingBnr .target {
  width: 30px;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingBnr .target:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #232361;
  border-right: 2px solid #232361;
  transform: rotate(45deg);
  margin: 0 3px 0 0;
}
.floatingBnr .target.close:after {
  transform: rotate(-135deg);
  margin: 0 0 0 5px;
}
.floatingBnr .bnr .floatingBnrImage {
  width: 190px;
}
@media screen and (max-width: 767.9px) {
  .floatingBnr {
    bottom: 140px;
    border-radius: 8px 0px 0px 8px;
  }
  .floatingBnr.close {
    right: -190px;
  }
  .floatingBnr .target {
    width: 26px;
  }
  .floatingBnr .bnr .floatingBnrImage {
    width: 190px;
  }
}

/*--------------------
  フローティングバナー　くじ
--------------------*/
.floatingBnrKuji {
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 99;
  width: 138px;
}
.floatingBnrKuji_close {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 34px !important;
  z-index: 999;
}
.floatingBnrKuji.close {
  display: none;
}

/* note */
.note_inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #000033;
}

/* アンケート */
.popask {
  margin-top: 32px;
}
.popask #rexSurveyEmbedded:empty {
  margin-top: -32px;
}

/* terms */
.terms__inner {
  margin: 0 auto;
  padding: 72px 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;
}

.feature-flow {
  counter-reset: flow-num 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feature-flow__head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.feature-flow__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: white;
  color: #333333;
  padding: 24px 130px;
  border-radius: 12px;
}
@media screen and (max-width: 767.9px) {
  .feature-flow__block {
    padding: 24px;
  }
}
.feature-flow__block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url(../img/bg.png?260401);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  .feature-flow__block::before {
    width: 100vw;
    height: 100vw;
    margin: 0 -16px;
  }
}
.feature-flow__block--last::before {
  content: "";
  background: #FFE2F2;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.feature-flow__block--step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, #ff008c 42.31%, #bf0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}
.feature-flow__block--step-number::before {
  counter-increment: flow-num;
  content: counter(flow-num, decimal-leading-zero);
  font-size: 52px;
}
.feature-flow__block--head {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.feature-flow__block--head-pink {
  color: #ff008c;
}
.feature-flow__block--box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 12px;
  background: #F7F7F7;
}
.feature-flow__block--img img {
  max-width: 100%;
}
.feature-flow__block--btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-flow__block--desc-bold {
  font-weight: 700;
  font-size: 18px;
}

.floatingArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.floatingArea-head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.floatingArea-inner {
  max-width: 540px;
  margin: 0 auto;
}
.floatingArea-inner-list {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: center;
}
.floatingArea-inner-list-item a {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767.9px) {
  .floatingArea-inner-list-item a {
    background: none;
  }
}
.floatingArea-inner-list-item .desktopWelcome_flame_detail_download_item_note {
  color: #FFFFFF;
}
.floatingArea-inner-list img {
  max-width: 100%;
  height: auto;
}
.floatingArea-button {
  position: absolute;
  top: 10px;
  right: 32px;
}
.floatingArea-button button {
  padding-right: 22px;
  background-image: url("/img/btn_icon/btn_close_01.png");
  background-size: 16px;
  background-position: right;
  background-repeat: no-repeat;
  filter: brightness(10);
}

img.link-icon {
  width: 100px;
  height: 100px;
}

img.img-qr {
  width: 190px;
  height: 190px;
}

/* TOPへボタン */
.to-top-btn {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 999;
  bottom: 2.4rem;
  right: 2.4rem;
  width: 50px;
  height: 50px;
}

.to-top-btn.active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.to-top-btn img {
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  .to-top-btn {
    bottom: 15rem;
    right: 1.6rem;
    width: 46px;
    height: 46px;
  }
  #footer-wrap {
    padding-bottom: 150px;
  }
}
/*--------------------
  banner-slider
--------------------*/
.banner-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  width: 100%;
}
.banner-slider.swiper-initialized {
  opacity: 1;
}
.banner-slider .swiper-slide img {
  width: 100%;
}
.banner-slider .swiper-pagination {
  position: static;
  padding: 24px 16px 8px;
}
.banner-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #dddddd;
  opacity: 1;
  margin: 0 6px !important;
}
.banner-slider .swiper-pagination-bullet-active {
  background-color: #bf0000;
  border-color: #bf0000;
}
.banner-slider .swiper-button-disabled {
  display: none;
}
.banner-slider .swiper-button-prev {
  left: 0;
}
.banner-slider .swiper-button-next {
  right: 0;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  border-radius: 100%;
  font-size: 0px;
  top: 45%;
  width: 32px;
  height: 32px;
  border: none;
  background-color: #bf0000;
  filter: brightness(90%);
}
.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
  font-size: 14px;
  color: white;
}

#step01 .rex-button {
  font-size: 20px;
}

p.agreement-message {
  font-family: "Rakuten Sans JP" !important;
  color: #676767 !important;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-weight: 400 !important;
}