@charset "UTF-8";
/*----------------------------------------------
p-front-fv
-----------------------------------------------*/
.p-front-fv {
  width: 100%;
  aspect-ratio: 1100 / 813;
  max-height: 813px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  margin-top: 65px;
}
.p-front-fv::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: url("../img/front/img-fv-bg.jpg") no-repeat center / cover;
  z-index: 0;
}
.p-front-fv__inner {
  max-width: 1200px;
  aspect-ratio: 1100 / 813;
  max-height: 813px;
  min-height: 420px;
  margin: 0 auto;
  padding-inline: 50px;
  position: relative;
}
.p-front-fv__inner::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: url("../img/front/img-fv-ray.png") no-repeat center / contain;
  z-index: 1;
}


.p-front-fv__visual {
  width: 59%;
  max-width: 660px;
  position: absolute;
  top: 12%;
  left: 21.5%;
  z-index: 2;
}

.p-front-fv__ttl {
  width: 65%;
  max-width: 710px;
  position: absolute;
  bottom: 0;
  left: 14%;
  z-index: 2;
}

.p-front-fv__inner .item-img {
  position: absolute;
  z-index: 2;
  height: auto;
}

/* 01 */
.item-img__01 {
  width: 16.64%;
  max-width: 183px;
  top: -0.18%;
  right: 12%;
}

/* 02 */
.item-img__02 {
  width: 6.27%;
  max-width: 69px;
  top: 36%;
  right: 10%;
}

/* 03 */
.item-img__03 {
  width: 7.9%;
  max-width: 87px;
  bottom: 13.91%;
  right: 15%;
}

/* 04 */
.item-img__04 {
  width: 5.64%;
  max-width: 62px;
  bottom: 33%;
  left: 14%;
}

/* 05 */
.item-img__05 {
  width: 8.9%;
  max-width: 98px;
  top: 27.09%;
  left: 9.09%;
}

/* 06 */
.item-img__06 {
  width: 11.73%;
  max-width: 129px;
  top: 2.45%;
  left: 13.18%;
}

/* 07 */
.item-img__07 {
  width: 6.36%;
  max-width: 70px;
  top: -0.27%;
  left: 40.64%;
}


/* 揺らす対象 */
.item-img.is-float {
  animation: float 3s ease-in-out infinite;
}

/* ちょっとバラけさせる（重要） */
.item-img__02.is-float { animation-delay: 0.3s; }
.item-img__03.is-float { animation-delay: 0.6s; }
.item-img__04.is-float { animation-delay: 0.9s; }
.item-img__05.is-float { animation-delay: 0.2s; }
.item-img__06.is-float { animation-delay: 0.5s; }
.item-img__07.is-float { animation-delay: 0.8s; }

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (min-width: 1100px) {

  .p-front-fv__visual {
    width: 660px;
    top: 12%;
    left: 237px;
  }

  .p-front-fv__ttl {
    width: 710px;
    bottom: 0;
  }

  /* 01 */
  .item-img__01 {
    width: 183px;
    top: -2px;
    right: 130px;
  }

  /* 02 */
  .item-img__02 {
    width: 69px;
    top: 293px;
    right: 110px;
  }

  /* 03 */
  .item-img__03 {
    width: 87px;
    bottom: 153px;
    right: 148px;
  }

  /* 04 */
  .item-img__04 {
    width: 62px;
    bottom: 240px;
    left: 130px;
  }

  /* 05 */
  .item-img__05 {
    width: 98px;
    top: 298px;
    left: 100px;
  }

  /* 06 */
  .item-img__06 {
    width: 129px;
    top: 27px;
    left: 145px;
  }

  /* 07 */
  .item-img__07 {
    width: 70px;
    top: -3px;
    left: 447px;
  }
}


@media screen and (max-width: 767px) {
  .p-front-fv {
    aspect-ratio: 800 / 1024;
    max-height: 640px;
    min-height: 420px;
    margin-top: 65px;
  }
  .p-front-fv::before {
    background: url("../img/front/img-fv-bg_sp.jpg") no-repeat center / cover;
    inset: -28%;
  }
  .p-front-fv__inner {
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 0;
  }
  .p-front-fv__inner::before {
    display: none;
  }
  .p-front-fv__visual {
    max-width: 400px;
   width: 400px;
    top: 79px;
    left: 59px;
  }

  .p-front-fv__ttl {
    max-width: 410px;
     width: 410px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 01 */
  .item-img__01 {
    max-width: 118px;
   width: 118px;
    top: -10px;
    right: -10px;
  }

  /* 02 */
  .item-img__02 {
    max-width: 41px;
     width: 41px;
    top: auto;
    bottom: 240px;
    right: 8px;
  }

  /* 03 */
  .item-img__03 {
    max-width: 59px;
   width: 59px;
    bottom: auto;
    top: 207px;
    right: -10px;
  }

  /* 04 */
  .item-img__04 {
    max-width: 51px;
    width: 51px;
    bottom: 345px;
    left: -10px;
  }

  /* 05 */
  .item-img__05 {
    max-width: 62px;
    width: 62px;
    top: auto;
    bottom: 235px;
    left: 24px;
  }

  /* 06 */
  .item-img__06 {
    max-width: 89px;
     width: 89px;
    top: 32px;
    left: -2px;
  }

  /* 07 */
  .item-img__07 {
    max-width: 49px;
     width: 49px;
    top: 18px;
    left: 212px;
  }

}

@media screen and (max-width: 500px) {
    .p-front-fv__inner {
    max-width: none;
  }
  .p-front-fv__visual {
    max-width: 400px;
   width: 83vw;
    top: 14%;
    left: 9.6vw;
  }

  .p-front-fv__ttl {
    max-width: 432px;
     width: 72vw;
    bottom: 0;
    left: 10%;
    transform: translateX(0);
  }

  /* 01 */
  .item-img__01 {
    max-width: 118px;
   width: 23.6vw;
    top: -0.4vw;
    right: -1.8vw;
  }

  /* 02 */
  .item-img__02 {
    max-width: 41px;
     width: 8.2vw;
    top: auto;
    bottom: 47.6vw;
    right: 1vw;
  }

  /* 03 */
  .item-img__03 {
    max-width: 59px;
   width: 11.8vw;
    bottom: auto;
    top: 41.4vw;
    right: -4vw;
  }

  /* 04 */
  .item-img__04 {
    max-width: 51px;
    width: 10.2vw;
    bottom: 68.8vw;
    left: -2vw;
  }

  /* 05 */
  .item-img__05 {
    max-width: 62px;
    width: 12.4vw;
    top: auto;
    bottom: 48vw;
    left: 4.8vw;
  }

  /* 06 */
  .item-img__06 {
    max-width: 89px;
     width: 17.8vw;
    top: 6vw;
    left: -0.2vw;
  }

  /* 07 */
  .item-img__07 {
    max-width: 49px;
     width: 9.8vw;
    top: 4vw;
    left: 41.8vw;
  }

  }
/*--------------------------------------------------
l-subnavi
---------------------------------------------------*/
.l-subnavi {
  width: 100%;
  padding-block: 14px;
  position: relative;
}
.l-subnavi::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/front/img-bg-navi.jpg") no-repeat center / cover;
  z-index: -1;
}
.l-subnavi__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.l-subnavi__list__item {
  width: 100%;
  position: relative;
}
.l-subnavi__list__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #f3a68c;
  position: absolute;
  right: 0;
  top: 0;
}
.l-subnavi__list__item:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #f3a68c;
  position: absolute;
  left: 0;
  top: 0;
}
.l-subnavi__list__item a {
  padding-block: 16px 20px;
  font-size: 2.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-subnavi__list__item a:hover {
  color: #e8382f;
}
@media screen and (max-width: 767px) {
 
  .l-subnavi {
    padding-block: 2vw;
  }
  .l-subnavi .c-container {
    padding-inline: 0;
  }
  .l-subnavi__list {
    grid-template-columns: repeat(4, 1fr);
    position: relative;
  }
  .l-subnavi__list__item:last-child::after {
 display: none;
}


  .l-subnavi__list__item:first-child::before {
    display: none;
  }
  .l-subnavi__list__item a {
    padding-block: 3vw 8.4vw;
    font-size: 3.6vw;
    position: relative;
  }
  .l-subnavi__list__item a:before {
    content: "";
  display: block;
  background: url("../img/front/img-subnavi.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 4vw;
  height: 4vw;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
    
  }

}
/*--------------------------------------------------
p-front-intro
---------------------------------------------------*/
.p-front-intro {
  width: 100%;
  padding-block: 86px 110px;
  text-align: center;
}
.p-front-intro p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 68px;
  color: #e8382f;
}
.p-front-intro h2 {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-front-intro__img {
  width: 544px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.p-front-intro__img::after {
  content: "";
  display: block;
  background: url("../img/front/img-intro-chara.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 137px;
  height: 304px;
  position: absolute;
  bottom: -10%;
  right: -33%;
}
.p-front-intro .c-container:before {
  content: "";
  display: block;
  background: url("../img/front/img-intro-ray_01.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 48px;
  height: 70px;
  position: absolute;
  top: 25%;
  right: 12%;

  animation: float-ray 3.2s ease-in-out infinite;
}
.p-front-intro .c-container:after {
  content: "";
  display: block;
  background: url("../img/front/img-intro-ray_02.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 48px;
  height: 70px;
  position: absolute;
  bottom: -10%;
  left: 10%;

  animation: float-ray 3.6s ease-in-out infinite;
  animation-delay: 0.6s;
}
@keyframes float-ray {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}


.p-front-intro .c-modal .modal-body {
  width: 740px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front-intro {
    padding-block: 9vw 21.2vw;
  }
  .p-front-intro p {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 12.6vw;
  }
  .p-front-intro h2 {
    font-size: 6.8vw;
    margin-bottom: 5.4vw;
  }
  .p-front-intro__img {
    width: 100%;
  }
  .p-front-intro__img::after {
    background: url("../img/front/img-intro-chara_sp.png") no-repeat;
    background-size: contain;
    width: 38vw;
    height: 28vw;
    bottom: -29%;
    right: -4%;
    z-index: 1;
  }
  .p-front-intro .c-container:before {
    width: 7vw;
    height: 12vw;
    top: 30%;
    right: 5%;
  }
  .p-front-intro .c-container:after {
    width: 7vw;
    height: 12vw;
    bottom: -16%;
    left: 5%;
  }
  .p-front-intro .c-modal .modal-body {
    width: 90vw;
  }
}
/*-----------------------------------------
p-front-step
-------------------------------------------*/
.p-front-step {
  padding-block: 85px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  scroll-margin-top: 80px;
}
.p-front-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/front/img-bg-step.jpg") no-repeat center / cover;
  z-index: -1;
}
.p-front-step h2 {
  width: 578px;
  height: auto;
  margin: 0 auto 35px;
}
.p-front-step h2 img {
  width: 100%;
  height: 100%;
}


.p-front-step__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 75px;
}
.p-front-step__list__item {
  width: 100%;
  height: auto;
  position: relative;
}
.p-front-step__list__item a {
  transition: transform .3s ease-in;
}
.p-front-step__list__item a:hover {
  transform: scale(1.1);
}


.p-front-step__list__item img {
  width: 100%;
  height: 100%;
}
.p-front-step__list__item .item-chara {
  width: 74px;
  height: auto;
  position: absolute;
  bottom: -10%;
  right: -10%;
}
.p-front-step__list__item .item-chara img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-step {
    padding-block: 9vw  19vw;
    scroll-margin-top: 14vw;
  }
  .p-front-step h2 {
    width: 50vw;
    margin-bottom: 4vw;
  }
  .p-front-step__list {
    column-gap: 2.4vw;
  }
  
  .p-front-step__list__item .item-chara {
    width: 9vw;
    bottom: -38%;
    right: 50%;
    transform: translateX(50%);
  }
}
/*-----------------------------------------
p-front-choice
-------------------------------------------*/
.p-front-choice {
  padding-block: 98px 105px;
  background-color: #e8382f;
}
.p-front-choice h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}
.p-front-choice h2 span {
  color: #ffe100;
}
.p-front-choice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 38px;
}
.p-front-choice__list__item {
  width: 100%;
  position: relative;
}

.p-front-choice__list__item button {
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  padding-block: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  color: #FC4B4E;
  transition: transform .3s ease-in;
  position: relative;
}
.p-front-choice__list__item button:hover  {
  background-color: #fff799;

}
.p-front-choice__list__item button::before {
  content: "";
  display: block;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/front/img-choice-icon.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 13px;
  height: 26px;
}

.p-front-choice__list__item button .item-icon {
  display: block;
  width: 67px;
  height: auto;
  position: absolute;
  top: -25px;
  left: -25px;
}


.js-useTab.is-active {
  background-color: #fff799;
  pointer-events: none;
}

@media screen and (max-width: 767px) {

  .p-front-choice {
    padding-block: 9vw;
  }
  .p-front-choice h2 {
    font-size: 5vw;
    margin-bottom: 6.8vw;
    line-height: 1.6;
  }
  .p-front-choice__list {
    display: block;
  }
  .p-front-choice__list__item{
    width: 93.8%;
    margin: 0 auto;
  }
  
  .p-front-choice__list__item + .p-front-choice__list__item {
    margin-top: 5vw;
  }
  .p-front-choice__list__item::before {
    right: 6%;
    width: 2.2vw;
    height: 4.2vw;
  }
  .p-front-choice__list__item button {
    font-size: 4.8vw;
    padding-block: 4.6vw;
    border-radius: 1.6vw;
  }
  .p-front-choice__list__item .item-icon {
    width: 10.8vw !important;
    top: -3.4vw !important;
    left: -3vw !important;
  }
}
/*-----------------------------------------
p-front-use
-------------------------------------------*/
.p-front-use {
  padding-block: 65px 0;
  background-color: #fbe1e2;
}
.p-front-use__video .modal-open {
  width: 610px;
  height: auto;
  margin: 0 auto 200px;
}
.p-front-use__video .modal-open img {
  width: 100%;
  height: 100%;
}
.p-front-use__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
  padding-block: 60px 120px;
  text-align: center;
}
.p-front-use__list__item {
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-front-use__list__item .item-num {
  width: 30px;
  height: auto;
  margin-bottom: 12px;
}
.p-front-use__list__item .item-num img {
  width: 100%;
  height: 100%;
}
.p-front-use__list__item .item-txt {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 33px;
}
.p-front-use__list__item:nth-child(2) .item-chara {
  width: 134px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -74%;
}
.p-front-use__list__item:first-child .item-hand {
  width: 78px;
  height: auto;
  position: absolute;
  bottom: 16%;
  right: -9%;
}
.p-front-use .c-modal .modal-body {
  width: 740px;
  height: auto;
}
.js-useContent {
  display: none;
}
.js-useContent.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  
  .p-front-use {
    padding-block: 9vw;
  }
  .p-front-use__video .modal-open {
    width: 100%;
    margin: 0 auto 74px;
  }
  .p-front-use__list {
    gap: 7vw;
    padding-block: 6vw 11vw;
  }
  .p-front-use__list:last-child {
    padding-block: 6vw;
  }
  .p-front-use__list__item {
    width: 45%;
  }
  .p-front-use__list__item .item-num {
    width: 4.8vw;
  }
  .p-front-use__list__item .item-txt {
    font-size: 2.6vw;
    line-height: 1.4;
    margin-top: 5.2vw;
  }
  .p-front-use__list__item:nth-child(2) .item-chara {
   display: none;
  }
  .p-front-use__list__item:first-child .item-hand {
    width: 12vw;
    bottom: 21%;
    right: -4%;
  }
  .p-front-use .c-modal .modal-body {
    width: 90vw;
    height: auto;
  }
}
/*---------------------------------------------
スライダー
-------------------------------------------------*/
.swiper-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-inline: 50px;
}
.swiper {
  width: 100%;
  position: relative;
  padding-top: 30px;
  margin-bottom: 130px;
}
.swiper::before,
.swiper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  display: block;
}
.swiper::before {
  left: 0;
  background-image: linear-gradient(91deg, rgba(251, 225, 226, 1), rgba(255, 255, 255, 0));
}
.swiper::after {
  right: 0;
  background-image: linear-gradient(91deg, rgba(255, 255, 255, 0), rgba(251, 225, 226, 1));
}
.swiper-slide {
  width: 27.7%;
  max-width: 265px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  z-index: 10;
}
.swiper-button-prev {
  left: 5%;
}
.swiper-button-next {
  right: 5%;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-slide:nth-child(2) {
  width: 20%;
  max-width: 195px;
  margin-right: 35px!important;
}

.swiper-slide:nth-child(2) .item-chara {
  width: 43%;
  max-width: 83px;
  height: auto;
  position: absolute;
  bottom: 100px;
  right: -42px;
}
@media screen and (max-width: 767px) {

  .swiper-container {
    padding-inline: 5vw;
  }
  .swiper {
    padding-top: 6.4vw;
    margin-bottom: 11vw;
    overflow: visible;
  }
  .swiper::before,
  .swiper:after {
    width: 16vw;
    display: none;
  }
  .swiper-slide {
    width: 56%;
    max-width: 358px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6.8vw;
    height: 6.8vw;
  }
  .swiper-button-prev {
    left: -4%;
    top: 51%;
    transform: translateY(0);
  }
  .swiper-button-next {
    right: -4%;
    top: 51%;
    transform: translateY(0);
  }
  .swiper-slide:first-child {
    margin-right: 18px!important;
  }
  .swiper-slide:nth-child(2){
    width: 52%;
  max-width: 340px;
    margin-right: 18px!important;
    margin-top: -2px;
  }
  
  
  
  
  
  
  .swiper-slide:nth-child(2) .item-chara {
    width: 32%;
    max-width: 16.6vw;
    height: auto;
    position: absolute;
    bottom: 20vw;
    right: -2vw;
  }
}
/*-----------------------------------------
p-front-good
-------------------------------------------*/
.p-front-good {
  width: 100%;
  background-color: #FFEE58;
  padding-block: 110px;
  scroll-margin-top: 100px;
}
.p-front-good h2 {
  margin-bottom: 75px;
  text-align: center;
  position: relative;
}
.p-front-good h2 .ttl-lead {
  display: block;
  margin-bottom: 15px;
  font-size: 3.6rem;
  font-weight: 600;
}
.p-front-good h2 .ttl-main {
  display: block;
  font-size: 5.4rem;
  font-weight: 600;
  animation: katakata 2.5s linear infinite;
}
.p-front-good h2 .ttl-main .emphasis {
  display: inline-block;
  font-size: 7rem;
}
.p-front-good h2:before {
  content: "";
  display: block;
  background: url("../img/front/img-good-chara_01.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 153px;
  height: 165px;
  position: absolute;
  top: -18%;
  left: 3%;
}
.p-front-good h2:after {
  content: "";
  display: block;
  background: url("../img/front/img-good-chara_02.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 113px;
  height: 178px;
  position: absolute;
  top: -25%;
  right: 10%;
}
.p-front-good__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 44px;
}
.p-front-good__list__item {
  width: 100%;
  height: auto;
}
.p-front-good__list__item img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {

  .p-front-good {
    padding-block: 9vw;
    scroll-margin-top: 17vw;
  }
  
  .p-front-good .c-container {
    padding-inline: 7vw;
  }
  
  .p-front-good h2 {
    margin-bottom: 6vw;
  }
  .p-front-good h2 .ttl-lead {
    margin-bottom: 2vw;
    font-size: 4.6vw;
  }
  .p-front-good h2 .ttl-main {
    font-size: 7vw;
  }
  .p-front-good h2 .ttl-main .emphasis {
    font-size: 9vw;
  }
  .p-front-good h2:before {
    width: 16vw;
    height: 16.8vw;
    top: 11%;
    left: -4%;
  }
  .p-front-good h2:after {
     background: url("../img/front/img-good-chara_sp_02.png") no-repeat;
     background-position: center;
    background-size: 100% auto;
    width: 17vw;
    height: 17.8vw;
    top: 5%;
    right: 3%;
  }
  .p-front-good__list {
    gap: 2.4vw 2.2vw;
  }
}
/*-----------------------------------------
p-front-register
-------------------------------------------*/
.p-front-register {
  width: 100%;
  max-width: 840px;
  margin: 122px auto 90px;
  padding: 50px 80px 45px;
  border: 3px solid #f6b9a2;
  border-radius: 20px;
  text-align: center;
  position: relative;
  scroll-margin-top: 120px;
}
.p-front-register:after {
  content: "";
  display: block;
  background: url("../img/front/img-register-chara.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 144px;
  height: 365px;
  position: absolute;
  bottom: 6%;
  right: 14%;
}
.p-front-register h2 {
  font-size: 3.3rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #e8382f;
}
.p-front-register__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 47px;
}
.p-front-register__list__item {
  width: 100%;
  position: relative;
}
.p-front-register__list__item .item-num {
  width: 50px;
  height: auto;
  position: absolute;
  top: -2%;
  left: -6%;
}
.p-front-register__list__item .item-num img {
  width: 100%;
  height: 100%;
}
.p-front-register__list__item .item-img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.p-front-register__list__item .item-img img {
  width: 100%;
  height: 100%;
}
.p-front-register__list__item .item-txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-front-register {
    width: 90vw;
    margin: 9vw auto;
    padding: 9.4vw 6vw 5.6vw;
    scroll-margin-top: 24vw;
  }
  .p-front-register:after {
    background: url("../img/front/img-register-chara_sp.png") no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 28.2vw;
    height: 67.4vw;
    bottom: 4%;
    right: 14%;
  }
  .p-front-register h2 {
    font-size: 6.6vw;
    margin-bottom: 10.8vw;
  }
  .p-front-register__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9vw 9.6vw;
  }
  .p-front-register__list__item .item-num {
    width: 8.8vw;
    top: -4%;
    left: -1%;
  }
  .p-front-register__list__item .item-img {
    width: 85%;
  }
  .p-front-register__list__item .item-txt {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 2.4vw;
  }
}
/*-----------------------------------------
p-front-download
-------------------------------------------*/
.p-front-download {
  width: 100%;
  padding-block: 85px;
  background-color: #f19276;
  scroll-margin-top: 80px;
}
.p-front-download__inner {
  width: 100%;
  padding: 43px 50px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.p-front-download__inner h2 {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  padding-block: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 1.8px solid #e8382f;
  border-radius: 28px;
  color: #e8382f;
}
.p-front-download__link {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.p-front-download__link .item-img {
  width: 42%;
  height: auto;
  margin-right: 4%;
  
}
.p-front-download__link .item-qr {
  width: 27%;
  height: auto

  
}
.p-front-download__link .item-qr img {
  width: 100%;
  height: auto;
  margin-top: 1px;
  
}
.p-front-download__link .item-app {
display: flex;
  flex-direction: column;
  margin-right: 1%;
  width: 29%;
}
.p-front-download__link .item-app .iphone,
.p-front-download__link .item-app .android {
width: 100%;
  height: auto;
}
.p-front-download__link .item-app .iphone {
  margin-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .p-front-download {
    padding-block: 9vw;
    scroll-margin-top: 16vw;
  }
  .p-front-download__inner {
    padding: 6vw;
    border-radius: 1.4vw;
    position: relative;
  }
  .p-front-download__inner h2 {
    font-size: 3.4vw;
    padding-block: 2.2vw;
    margin-bottom: 2.8vw;
    border-radius: 3.8vw;
  }
  .p-front-download__inner::after {
    content: "";
    display: block;
    background: url("../img/front/img-download_chara_sp.png") no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 18vw;
    height: 19.6vw;
    position: absolute;
    bottom: -9%;
    left: -9%;
  }
  .p-front-download__link .item-img {
  width: 12vw;
  height: auto;
  margin-right: 3.6vw;
  
}
.p-front-download__link .item-qr {
  width: 28vw;
  height: auto;
  
}
.p-front-download__link .item-app {
display: flex;
  flex-direction: column;
  margin-right: 1.6vw;
  width: 31vw;
}
}
/*-----------------------------------------
p-front-info
-------------------------------------------*/
.p-front-info {
  padding-block: 92px;
  background-color: #edf1f4;
}
.p-front-info__des {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 35px;
}
.p-front-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.p-front-info__list__item .modal-open {
  width: 100%;
  cursor: pointer;
}
.p-front-info__list__item .modal-open .item-btn {
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  padding-block: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.p-front-info__list__item .modal-open .item-btn:hover {
  background-color: #f19276;
  color: #fff; 
}

.p-front-info__list__item .modal-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  text-align: center;
  background-color: #00000070;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
.p-front-info__list__item .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.p-front-info__list__item .modal-body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-front-info__list__item .modal-body__inner {
  position: relative;
  width: 100%;
}
.p-front-info__list__item .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 2.5rem;
  color: #99adb7;
  cursor: pointer;
}
.p-front-info__list__item .modal-content {
  width: 650px;
  max-height: 80vh;
  overflow-y: auto;
  height: auto;
  background-color: #fff;
  text-align: left;
  font-size: 14rem;
  line-height: 1.6;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .p-front-info {
    padding-block: 9vw;
  }
  .p-front-info__des {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 6.6vw;
  }
  .p-front-info__list {
    display: block;
  }
  .p-front-info__list__item {
    width: 100%;
  }
  .p-front-info__list__item + .p-front-info__list__item {
    margin-top: 2.6vw;
  }
  .p-front-info__list__item .modal-open .item-btn {
    padding-block: 2.4vw;
    font-size: 1.3rem;
  }
  .p-front-info__list__item .modal-close {
    width: 8vw;
    height: 8vw;
    font-size: 2.5rem;
    top: -5%;
    right: -5%;
  }
  .p-front-info__list__item .modal-content {
    width: 85vw;
    max-height: 80vh;
    font-size: 2.4vw;
    padding: 5vw;
  }
}
/* ------------------------------------------------------------
  利用規約 モーダル全体
------------------------------------------------------------------*/
.modal-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.modal-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}
.modal-content p {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.modal-content ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.modal-content ol > li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.modal-content ol.paragraph {
  counter-reset: paragraph;
}
.modal-content ol.paragraph > li {
  counter-increment: paragraph;
}
.modal-content ol.paragraph > li::before {
  content: "(" counter(paragraph) ")";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
}
.modal-content ol.item {
  counter-reset: item;
}
.modal-content ol.item > li {
  counter-increment: item;
}
.modal-content ol.item > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
}
.modal-content ol ol {
  margin-top: 8px;
}
.modal-content ol ol > li {
  padding-left: 28px;
}
.modal-content ol ol {
  counter-reset: kana;
}
.modal-content ol ol > li {
  counter-increment: kana;
}
.modal-content ol ol > li::before {
  content: "(" counter(kana, katakana) ")";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
}
.modal-content ol + ol {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .modal-content h1 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .modal-content h2 {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .modal-content ol > li {
    padding-left: 20px;
  }
}
/*------------------------------------------------
特定商取引法に基づく表記
--------------------------------------------------*/
.p-front-info__list__item .modal-content.law {
  font-size: 1.4rem;
  line-height: 1.6;
}
.modal-content.law h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.law-list {
  margin: 0;
}
.law-list dt {
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}
.law-list dd {
  margin: 0;
  padding-left: 0;
}
.law-list dt:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .modal-content.law {
    font-size: 1.4rem;
  }
  .modal-content.law h1 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
