@charset "UTF-8";
/* 変数定義 */
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
body {
  font-family: "Noto Sans JP", Noto Sans JP, sans-serif;
  background-color: #E5EFFA;
  padding-bottom: 200px;
}
@media screen and (max-width:767px) {
  body {
    padding-bottom: 26svw;
  }
}

.container {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container02 {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 3.3333333333%;
  position: relative;
}

.container.float__btn {
  position: fixed;
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
}

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

.cta {
  position: absolute;
}

.container .btn, .container02 .btn {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  left: 50%;
  display: block;
}

.container .btn {
  width: 81.843575419%;
}

.container02 .btn {
  width: 78.1333333333%;
}

.access__wrap {
  position: relative;
}

.access__wrap iframe {
  position: absolute;
  width: 86.6666666667%;
  height: auto;
  aspect-ratio: 325/200;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 48px;
  left: 50%;
}
@media screen and (max-width:767px) {
  .access__wrap iframe {
    bottom: 6svw;
  }
}

/* 全身脱毛プラン */
.campaign__wrap1 {
  position: relative;
}

.campaign__wrap1 .btn {
  bottom: 40px;
}
@media screen and (max-width:767px) {
  .campaign__wrap1 .btn {
    bottom: 6svw;
  }
}

/* トライアル脱毛プラン */
.campaign__wrap2 {
  position: relative;
}

.campaign__wrap2 .btn {
  bottom: -94px;
}
@media screen and (max-width:767px) {
  .campaign__wrap2 .btn {
    bottom: -12svw;
  }
}

/* 全身脱毛プラン2 */
.campaign__wrap3 {
  position: relative;
}

.campaign__wrap3 .btn {
  bottom: 48px;
}
@media screen and (max-width:767px) {
  .campaign__wrap3 .btn {
    bottom: 8svw;
  }
}

/* ムダ無し全身脱毛 */
.campaign__wrap4 {
  position: relative;
}

.campaign__wrap4 .btn {
  bottom: -112px;
}
@media screen and (max-width:767px) {
  .campaign__wrap4 .btn {
    bottom: -14svw;
  }
}

/* CTA */
#cta .container .cta__form {
  bottom: 58px;
}
@media screen and (max-width:767px) {
  #cta .container .cta__form {
    bottom: 7svw;
  }
}

#cta .container .cta__tel {
  bottom: -134px;
}
@media screen and (max-width:767px) {
  #cta .container .cta__tel {
    bottom: -18svw;
  }
}

footer {
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 8px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width:767px) {
  footer {
    bottom: 1svw;
  }
}

footer .container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}

.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal__container.active {
  opacity: 1;
  visibility: visible;
}

.modal__body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.modal__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal__content {
  background: rgba(255, 255, 255, .8);
  text-align: left;
  padding: 30px 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.modal__content p {
  font-size: 14px;
  line-height: 1.5;
}

.modal__content p span {
  color: red;
}

.price__con {
  overflow: hidden;
}

.price__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}

.price__tabs .price__tab {
  width: 32%;
  position: relative;
}

.price__tabs .price__tab.is-active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.price__tabs .price__tab.js-tab01.is-active::after {
  background-image: url(../../dist/img/tab01-active.png);
}

.price__tabs .price__tab.js-tab02.is-active::after {
  background-image: url(../../dist/img/tab02-active.png);
}

.price__tabs .price__tab.js-tab03.is-active::after {
  background-image: url(../../dist/img/tab03-active.png);
}

.js-con {
  display: none;
}

.js-con.is-active {
  display: block;
}

.container02 .price__wrap .btn {
  max-width: 532.156px;
}

.swiper-button-prev {
  background-image: url(../../dist/img/slide-prev.jpg);
}

.swiper-button-next {
  background-image: url(../../dist/img/slide-next.jpg);
}

.swiper-button-prev, .swiper-button-next {
  width: 60px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 100px;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
}

/* トライアル脱毛プラン */
.trial__wrap {
  position: relative;
}

.trial__wrap .btn {
  bottom: -94px;
}
@media screen and (max-width:767px) {
  .trial__wrap .btn {
    bottom: -12svw;
  }
}

/* Tiktok動画 */
.tiktok__wrap{
  background-image: url(../img/Tiktok-bg.jpg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 3.3333333333%;
}

.has-bg{
  padding: 0 8%;
  background-image: url(../img/case-bg.png.webp);
  background-size: 100% auto;
}

.has-bg.is-blue{
  background-image: url(../img/attempt02-bg.png.webp);
  background-size: 100% auto;
}

.has-bg.is-case{
  background-image: url(../img/case-slide-bg.png.webp);
  background-size: 100% auto;
}