:root {
  --text-black: rgba(40, 40, 40, 1);
  --true-white: rgba(255, 255, 255, 1);
  --gray-2: rgba(79, 79, 79, 1);
  --gray-3: rgba(130, 130, 130, 1);
  --gray-7: rgba(246, 247, 249, 1);
}

.LP {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.LP .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  position: relative;
}

/* ヘッダー */
.LP header {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  gap: 8px;
  padding: 0px 8px;
  position: relative;
}

.LP .eposkozo-top-icon {
  position: relative;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.LP .header-wrapper {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.LP .header-wrapper p {
  width: fit-content;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}

/*KV、swiper関連*/
.LP .KV {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: transparent;
  overflow: hidden;
}

.LP .KV .swiper-pagination-bullets {
  height: 16px;
/*  bottom: 0!important; */
  background-color: var(--gray-7);
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative!important;
  transition-property: unset;
}

.LP .KV .swiper-pagination-bullet {
  background-color: var(--gray-7)!important;
  border: 1px solid var(--text-black)!important;
}

.LP .KV .swiper-pagination-bullet-active {
  background-color: var(--text-black)!important;
}

.LP .KV .swiper-slide {
  height: auto;
}

.LP .KV .servicelp-kv {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.LP .KV .swiper-button-next, .LP .KV .swiper-button-prev {
  visibility: visible;
  width: 40px!important;
  height: calc(100% - 32px)!important;
  margin-top: 0!important;
  background-color: transparent;
  top: 0!important;
  left: 0!important
}

.LP .KV .swiper-button-next {
  left: auto!important;
  right: 0!important;
}

.LP .KV .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px!important;
  font-weight: 900;
  color: var(--true-white)!important;
}

.LP .KV .swiper-button-next, .LP .KV .swiper-button-prev {
  visibility: hidden;
}

.LP .swiper2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: transparent;
  overflow-x: hidden;
}

.LP .swiper2 .swiper-wrapper {
  transition-timing-function: linear;
}

.LP .swiper2 .swiper-slide {
  width: 260px;
  height: 326px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 16px!important;
}

.LP .swiper2 .swiper-slide img {
  width: 260px;
  height: auto;
  border-radius: 9px;
}

.LP .swiper2 .swiper-pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.LP .swiper2 .swiper-pagination-bullets {
  background-color: transparent;
  position: static!important;
  transition-property: unset;
  display: flex;
  align-items: center;
  gap: 24px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}

.LP .swiper2 .swiper-pagination-bullet {
  background-color: transparent!important;
  border: 1px solid #2662A799!important;
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px))!important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px))!important;
}

.LP .swiper2 .swiper-pagination-bullet-active {
  background-color: #2662A799!important;
}

.LP .swiper2 .swiper-button-prev, .LP .swiper2 .swiper-button-next {
  position: static;
  margin-top: initial;
  width: 17.55px;
  height: 9px;
}

.LP .swiper2 .swiper-button-prev {
  content: url('img/arrow_previous.svg');
  background-size: contain;
  ;
}

.LP .swiper2 .swiper-button-next {
  content: url('img/arrow_next.svg');
  background-size: contain;
  ;
}

.LP .swiper2 .swiper-notification {
  display: none;
}

@media screen and (min-width:820px) {
  .LP .KV .swiper-pagination-bullets {
    height: 24px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .LP .KV .swiper-slide {
    aspect-ratio: 1536 / 650;
  }

  .LP .KV .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px))!important;
  }

  .LP .KV .swiper-button-next, .LP .KV .swiper-button-prev {
    visibility: visible;
  }

  .LP .swiper2 {
    gap: 24px;
  }

  .LP .swiper2 .swiper-slide {
    width: 270px;
  }

  .LP .swiper2 .swiper-slide::-webkit-scrollbar {
    width: 8px;
  }

  .LP .swiper2 .swiper-slide::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
  }

  .LP .swiper2 .swiper-slide::-webkit-scrollbar-thumb {
    background-color: #2662A799;
    border-radius: 4px;
  }
  /*
  .LP .swiper2 .swiper-slide .simplebar-scrollbar {
      background-color: #2662A799!important;
      border-radius: 4px;
  }

  .LP .swiper2 .swiper-slide .simplebar-track {
      background-color: rgba(255, 255, 255, 0.4);
  }
  */
}


/* fade-in */
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
  transform: translate(0,30px);
}
.fadein.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* cta（FV・スクロール追従バナー） */
.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0px 0px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.cta-btn {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 328px;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 4px 8px;
  padding: 8px 48px;
  position: relative;
  background-color: #2561a6;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 1s;
}

.cta-btn.white {
  background-color: #ffffff;
  border: 2px solid #2561a6;
}
@media screen and (min-width:540px) {
  .cta-btn {
    width: 440px;
    gap: 4px 8px;
  }
    .cta-btn.white {
    width: 400px;
  }
}
@media screen and (min-width:820px) {
  .cta-btn {
    gap: 8px;
  }
}


.cta-btn:hover {
  background-color: #3E8CE5;
}

.cta-cardname {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  transition: color 1s;
}
@media screen and (min-width:820px) {
  .cta-cardname {
    font-size: 16px;
  }
}

.cta-btn.white .cta-cardname {
  color: #2561a6;
}

.cta-btn:hover .cta-cardname {
  color: #FFEB11;
}

.cta-text {
  position: relative;
  width: fit-content;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  transition: color 1s;
}
@media screen and (min-width:820px) {
  .cta-text {
    font-size: 24px;
  }
}

.cta-btn.white .cta-text {
  color: #2561a6;
}

.cta-btn:hover .cta-text {
  color: #FFEB11;
}

.credit-card-heart {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 2px;
  position: relative;
  aspect-ratio: 1 / 1;
  content: "";
  background: url(./img/credit-card-heart-y.svg) center center no-repeat;
}

.img {
  position: relative;
  width: 20px;
  height: 16.5px;
  aspect-ratio: 40 / 33;
  opacity: 1;
  transition: opacity 1s;
}

.cta-btn:hover .img {
  opacity: 0;
}

.bnr {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 0px 16px;
  background-color: #2561a6;
  display: flex;
  width: 100%;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  flex: 0 0 auto;
  transform: translateY(100%);
}
@media screen and (min-width:820px) {
  .bnr {
    flex-direction: unset;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 16px 0;
  }
}

.bnr .text-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50px;
}
@media screen and (min-width:820px) {
  .bnr .text-wrapper {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    line-height: 0;
  }
}

.bnr .text-wrapper .rectangle {
  transform: rotate(-25deg);
  position: relative;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
}
@media screen and (min-width:820px) {
  .bnr .text-wrapper .rectangle {
    transform: rotate(-70deg);
    width: 3px;
    height: 40px;
  }
}

.bnr .text-wrapper .text {
  width: fit-content;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width:820px) {
  .bnr .text-wrapper .text {
    font-weight: 700;
    font-size: 20px;
  }
}

.bnr .text-wrapper .rectangle-2 {
  transform: rotate(-155deg);
  position: relative;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
}
@media screen and (min-width:820px) {
  .bnr .text-wrapper .rectangle-2 {
    transform: rotate(70deg);
    width: 3px;
    height: 40px;
  }
}

/* 本文 */
.LP .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0px;
  position: relative;
  width: 100%;
  max-width: 1280px;
  flex: 0 0 auto;
}
@media screen and (min-width:820px) {
  .LP .content {
    padding-bottom: 56px;
  }
}

.LP .lead, .LP .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0px 24px;
  position: relative;
  width: 100%;
  max-width: 800px;
  flex: 0 0 auto;
}
@media screen and (min-width:820px) {
  .LP .lead {
    gap: 32px;
    padding: 0;
    flex-direction: unset;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.LP .lead h2, .LP .lead-text {
  font-weight: 700;
  font-size: 25px;
  position: relative;
}
@media screen and (min-width:820px) {
  .LP .lead h2 {
    font-size: 40px;
    text-align: center;
    width: 100%;
  }
}

.LP .card-img-wrapper {
  position: relative;
  width: 300px;
  height: auto;
}

.LP .card-img-wrapper .card-img-1 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 209;
  text-align: center;
}
@media screen and (min-width:820px) {
  .LP .card-img-wrapper .card-img-1 {
    position: relative;
    width: 280px;
    height: 209px;
  }
}

.LP .card-img-wrapper .card-img-2 {
  position: relative;
  width: 300px;
  height: 300px;
}

.LP .card-img-wrapper .card-img-1 .img-card {
  position: relative;
  width: 243px;
  height: auto;
  transform: rotate(-14.5deg);
  top: 32px;
}
@media screen and (min-width:820px) {
  .LP .card-img-wrapper .card-img-1 .img-card {
    position: absolute;
    width: 243px;
    height: auto;
    transform: rotate(-14.5deg);
    top: 32px;
    right: 0;
  }
}

.LP .card-img-wrapper .card-img-2 .img-card_no1 {
  position: absolute;
  width: 209px;
  height: auto;
  transform: rotate(-12.8deg);
  top: 24px;
  left: 12px;
  z-index: 1;
}

.LP .card-img-wrapper .card-img-2 .img-card_no2 {
  position: absolute;
  width: 209px;
  height: auto;
  transform: rotate(17.6deg);
  bottom: 28px;
  right: 14px;
}

.LP .lead-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (min-width:820px) {
  .LP .lead-text-wrapper {
    width: 468px;
  }
}

.LP .lead-text._h3 {
  font-weight: 600;
  font-size: 20px;
  width: 100%;
}
@media screen and (min-width:820px) {
  .LP .lead-text._h3 {
    font-size: 28px;
  }
}

.LP .lead-text.detail {
  font-size: 16px;
  position: relative;
}
@media screen and (min-width:820px) {
  .LP .lead-text.detail {
    font-size: 20px;
  }
}

.LP .lead-text-wrapper2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.LP .lead-text.note {
  font-size: 14px;
  line-height: normal;
  position: relative;
}
@media screen and (min-width:820px) {
  .LP .lead-text.note {
    font-size: 16px;
  }
}

.LP .voices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background: linear-gradient(
    180deg,
    rgba(254, 238, 238, 1) 0%,
    rgba(207, 226, 246, 1) 100%
  );
  overflow: hidden;
}

.LP .voices-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 32px 0;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.LP .voices-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #faedef;
  border-radius: 50px;
  box-shadow: 0px 4px 4px #f2d2c6ad;
}

.LP .voices-title h3 {
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: #a63209ad;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width:820px) {
  .LP .voices-title h3 {
    font-size: 32px;
  }
}
.LP .benefit h2 {
  font-weight: 700;
  color: var(--text-black);
  font-size: 26px;
  position: relative;
}

.LP .benefit article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0px 0px 24px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 2px solid;
  border-color: #2561a6;
}
@media screen and (min-width:820px) {
  .LP .benefit article {
    gap: 24px;
    padding-bottom: 32px;
  }
  .LP .benefit article:nth-of-type(2) {
    flex-direction: unset;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.LP .benefit article .title {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 0px;
  position: relative;
  width: 100%;
  background-color: #2561a6;
  border-radius: 14px 14px 0px 0px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width:820px) {
  .LP .benefit article .title {
    font-size: 24px;
    font-weight: 700;
  }
}

.LP .benefit article .text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (min-width:820px) {
  .LP .benefit article .text-wrapper {
    padding: 0px 32px;
  }
  .LP .benefit article:nth-of-type(2) .text-wrapper {
    width: calc(100% - 308px);
  }
}

.LP .benefit article .text-wrapper .text {
  width: auto;
  color: var(--text-black);
  font-size: 15px;
  margin: 0 auto;
}
@media screen and (min-width:820px) {
  .LP .benefit article .text-wrapper .text {
    font-size: 20px;
    margin: 0 auto;
  }
}

.LP .benefit article .bonus {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  gap: 8px;
  padding: 16px 0px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -4.00px;
  border-radius: 16px;
  border: 4px solid;
  border-color: #2561a6;
  background: linear-gradient(
    109deg,
    rgba(255, 239, 239, 1) 0%,
    rgba(207, 226, 246, 1) 100%
  );
}
@media screen and (min-width:820px) {
  .LP .benefit article .bonus {
    width: 480px;
  }
}

.LP .benefit article .bonus .point-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 8px 0px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.LP .benefit article .bonus .point-wrapper .point {
  position: relative;
  width: fit-content;
  font-family: "Avenir-Black", Helvetica;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.48px;
  text-align: center;
  white-space: nowrap;
  color: #ffe840;
  /*
  -webkit-text-fill-color: #ffe840;
  -webkit-text-stroke: 3px #2561a6;
  */
  text-shadow: 3px 3px 0 #2561a6, -3px -3px 0 #2561a6, -3px 3px 0 #2561a6, 3px -3px 0 #2561a6, 3px 0 0 #2561a6, -3px 0 0 #2561a6, 0 3px 0 #2561a6, 0 -3px 0 #2561a6;
}
@media screen and (min-width:820px) {
  .LP .benefit article .bonus .point-wrapper .point {
    font-size: 64px;
    letter-spacing: 0.64px;
  }
}

.LP .benefit article .bonus .point-wrapper .point span {
  font-size: 24px;
  letter-spacing: 0.24px;
}
@media screen and (min-width:820px) {
  .LP .benefit article .bonus .point-wrapper .point span {
    font-size: 40px;
    letter-spacing: 0.4px;
  }
}

.LP .benefit article .bonus .bonus-name {
  position: relative;
  width: 100%;
  font-weight: 700;
  color: #2561a6;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

.LP .benefit article .bonus .bonus-textimg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.LP .benefit article .bonus .bonus-textimg img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  margin-top: 2px;
}

.LP .benefit article .bonus .bonus-textimg .text {
  width: 100%;
  height: auto;
  font-weight: 900;
  color: #ffffff;
  /*
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 2px #2561a6;
  */
  text-shadow: 2px 2px 0 #2561a6, -2px -2px 0 #2561a6, -2px 2px 0 #2561a6, 2px -2px 0 #2561a6, 2px 0 0 #2561a6, -2px 0 0 #2561a6, 0 2px 0 #2561a6, 0 -2px 0 #2561a6;
  font-size: 27px;
  text-align: center;
  letter-spacing: 2.7px;
  line-height: 1;
  white-space: nowrap;
}

.LP .benefit article .image-wrapper {
  display: flex;
  width: 242px;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 0px 16px;
}
@media screen and (min-width:820px) {
  .LP .benefit article .image-wrapper {
    width: 251px;
    margin-left: 32px;
  }
}

.LP .benefit article .image-wrapper img {
  width: 220px;
  height: auto;
  aspect-ratio: 220 / 240;
  object-fit: cover;
}
@media screen and (min-width:820px) {
  .LP .benefit article .image-wrapper img {
    width: 235px;
  }
}

.LP .feature {
  justify-content: center;
  background-color: #2561a699;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  width: 100%;
  padding: 32px 24px;
  flex: 0 0 auto;
}
@media screen and (min-width:820px) {
  .LP .feature {
    padding: 32px 0;
  }
}

.LP .feature h2 {
  display: block;
  width: auto;
  flex: 0 0 auto;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  margin: 0 auto;
}
@media screen and (min-width:820px) {
  .LP .feature h2 {
  font-size: 32px;
  }
}

.LP .feature .feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  width: 100%;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper {
    max-width: 800px;
    padding: 0 24px;
    gap: 16px 24px;
    justify-content: center;
  }
}

.LP .feature .feature-wrapper .feature-wrap-1 {
  display: flex;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-1 {
    gap: 24px;
    max-width: 344px;
  }
}

.LP .feature .feature-wrapper .feature-wrap-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-2 {
    gap: 24px;
    max-width: 528px;
    justify-content: center;
  }
}

.LP .feature .feature-wrapper .feature-wrap-1 .detail, .LP .feature .feature-wrapper .feature-wrap-2 .detail {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 12px;
  background-color: #2561a6;
  border-radius: 50px;
  border: 1px solid;
  border-color: #ffffff;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-1 .detail, .LP .feature .feature-wrapper .feature-wrap-2 .detail {
    justify-content: center;
    max-width: 160px;
    height: 120px;
    border-radius: 16px;
    border: 1px solid;
  }
}

.LP .feature .feature-wrapper .feature-wrap-1 .detail img, .LP .feature .feature-wrapper .feature-wrap-2 .detail img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-1 .detail img, .LP .feature .feature-wrapper .feature-wrap-2 .detail img {
    width: 40px;
    height: 40px;
  }
}

.LP .feature .feature-wrapper .feature-wrap-1 .text {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-1 .text {
    font-size: 16px;
  }
}

.LP .feature .feature-wrapper .feature-wrap-1 .visa {
  width: 100%;
  font-family: "Avenir-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-1 .visa {
    font-size: 16px;
  }
}

.LP .feature .feature-wrapper .feature-wrap-1 .visa span {
  font-family: "Noto Sans JP", Helvetica;
}

.LP .feature .feature-wrapper .feature-wrap-2 .text {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-2 .text {
    font-size: 16px;
  }
}

.LP .feature .feature-wrapper .feature-wrap-2 .text .etc {
  font-family: "Avenir", Helvetica;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width:820px) {
  .LP .feature .feature-wrapper .feature-wrap-2 .text .etc {
    font-size: 16px;
  }
}

.LP .feature .notes {
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  width: 100%;
}
@media screen and (min-width:820px) {
  .LP .feature .notes {
    font-size: 16px;
    max-width: 800px;
    padding: 0 40px;
  }
}

.LP .wrapup-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.LP .wrapup-wrapper .wrapup {
  background-color: #2561a6cc;
  border-radius: 16px;
  width: 100%;
  max-width: 328px;
  height: auto;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
}
@media screen and (min-width:820px) {
  .LP .wrapup-wrapper .wrapup {
    width: 480px;
    max-width: unset;
    height: 400px;
  }
}

.LP .wrapup-wrapper .wrapup .img-payment {
  width: 100%;
  max-width: 328px;
  height: auto;
  aspect-ratio: 296 / 317;
  top: 46px;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.LP .wrapup-wrapper .wrapup .img-payment.MetaKozo {
  background-image: url(./img/metakozo_payment.png);
}

.LP .wrapup-wrapper .wrapup .img-payment.CoolGirl {
  background-image: url(./img/coolgirl/coolgirl_payment.png);
}

@media screen and (min-width:820px) {
  .LP .wrapup-wrapper .wrapup .img-payment {
    width: 480px;
    max-width: unset;
    position: absolute;
    top: -85px;
    left: 0;
  }
}

.LP .wrapup-wrapper .wrapup .copy {
  position: absolute;
  width: 100%;
  top: 40px;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width:820px) {
  .LP .wrapup-wrapper .wrapup .copy {
    top: 16px;
    font-size: 24px;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--text-black);
}

.footer .link-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
@media screen and (min-width:820px) {
  .footer .link-list {
    max-width: 800px;
    padding: 0 40px;
    align-items: flex-start;
    flex-direction: unset;
    gap: 18px;
  }
}

.footer a.link {
  color: #ffffff;
  font-size: 12px;
  position: relative;
  text-decoration: none;
}

.footer .element-financie-inc-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.footer .element-financie-inc {
  position: relative;
  width: fit-content;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

/* レスポンシブ */
.sp {
  display: unset;
}
.tab {
  display: unset;
}
.pc {
  display: none;
}
@media screen and (min-width:540px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width:820px){
  .sp {
    display: none;
  }
  .pc {
    display: unset;
  }
}

/* 受付前・受付開始切り替え */
body.off .cta-btn.off, body.off .cta-btn.white.off {
  background-color: #BBC9DA;
  display: flex;
}
body.off .cta-cardname, body.off .cta-text, body.off .cta-btn.white.off .cta-cardname, body.off .cta-btn.white.off .cta-text {
  color: #ffffff!important;
}

body.off .cta-btn.on, body.off .cta-btn.white.on {
  display: none;
}
body .cta-btn.off, body .cta-btn.white.off {
  display: none;
}
body .cta-btn.on, body .cta-btn.white.on {
  display: flex;
}