@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

/* 要素共通CSS */
html {
  font-size: 62.5%;
}
img {
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

p,
a,
h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
}

/* SP */

/* 共通クラス */

/* display */
.display__sp {
  display: block;
}

.display__pc {
  display: none;
}

/* main */
.waitless__main {
  margin-bottom: 26.667vw;
}

/* address */

.address {
  font-style: normal;
}

.address__tel {
  position: relative;
  display: block;
  /* padding-left: 40px; */
  margin-top: 2vw;
  color: #535e62;
  font-size: 5.867vw;
}

.address__tel::before {
  content: "";
  background-image: url("../img/lp_15.svg");
  display: inline-block;
  padding-right: 10px;
  width: 7.333vw;
  height: 7vw;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* text */
.text {
  font-size: 3.733vw;
  line-height: 2;
  color: #535e62;
}

.text-center {
  text-align: center;
}

.text--white {
  color: #fff;
}

.text--mt {
  margin-top: 3vw;
}

.text-bold {
  font-weight: bold;
}

/* time-text */

.time-text {
  font-size: 3.733vw;
  font-weight: 300;
  color: #535e62;
}

.time-text--white {
  color: #fff;
}

.time-text--mt {
  margin-top: 1.667vw;
}

/* heading */

.heading {
  text-align: center;
  font-size: 5.867vw;
  line-height: calc(28 / 22);
  position: relative;
  color: #5c6c7a;
  padding-bottom: 7.333vw;
}

.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.333vw;
  height: 2px;
  background: #5c6c7a;
}

.heading-sub {
  display: block;
  font-size: 4.8vw;
  line-height: calc(28 / 18);
}

.heading--accent-color {
  color: #56b5a5;
}

.heading--accent-color::after {
  background: #56b5a5;
}

/* divider */
.divider {
  width: 100%;
  height: 1px;
  background: #d1d7db;
  margin-top: 1.45vw;
  margin-bottom: 3vw;
}

/* google map */
.google-map {
  width: 100%;
}

.google-map__link {
  display: block;
  text-align: right;
  font-size: 3.733vw;
  color: #60afc6;
  line-height: 3;
  text-decoration: underline;
  transition: 0.3s;
}

.google-map__link:focus,
.google-map__link:hover,
.google-map__link:active {
  opacity: 0.8;
}

/* link */
.link {
  position: relative;
  background: #d8c2de;
  background: linear-gradient(to right, #cddefe, #dbc4ef);
  color: #fff;
  font-size: 3.733vw;
  padding: 6vw;
  display: block;
  border-radius: 8vw;
  text-align: center;
  transition: 0.3s;
}

.link:active,
.link:hover,
.link:focus {
  opacity: 0.8;
}

.link--secondary-color {
  background: linear-gradient(to right, #fdc6ce, #fad5a2);
}

.link--white-color {
  color: #5b6c7b;
  border: 1px solid #e5e9eb;
  background: #fff;
}

.link::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_1.svg");
  display: inline-block;
  top: 45%;
  left: 88%;
  width: 2.933vw;
  height: 1.867vw;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.link--white-color::after {
  background-image: url("../img/arrow_2.svg");
}

/* フェードインアニメーションで利用 */

.js-fadeInUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js-fadeInUp.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* nav */
.nav {
  background: #93a2ac;
  padding: 4.4vw;
}

.nav__list {
  display: flex;
  justify-content: space-between;
}

.nav__item {
  color: #fff;
  font-size: 3.2vw;
  font-weight: normal;
  position: relative;
  transition: 0.3s;
}

.nav__item:hover,
.nav__item:focus {
  opacity: 0.8;
}

.nav__item::after {
  content: "";
  background-image: url("../img/lp_7.svg");
  display: inline-block;
  margin-left: 5px;
  width: 1.867vw;
  height: 2.133vw;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* mv */
.mv {
  width: 100vw;
  height: 154.667vw;
  position: relative;
  background-image: url("../img/lp_2_2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.mv__inner {
  position: absolute;
  width: 100%;
  padding-top: 26.667vw;
  text-align: center;
}

.mv__logo-wrap {
  width: 60.8vw;
  margin: 0 auto;
}

.mv__inner-text {
  margin-top: 1.8vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 500;
}

.mv__link-wrap {
  margin: 0 auto;
  margin-top: 6.333vw;
  width: 65.467vw;
  text-align: center;
}

.mv__link-wrap a {
  color: #f18e88;
}

.mv__link-wrap .sub-text,.access__link-message-wrap .sub-text {
  font-size: 2.0vw;
  margin-top: 1vw;
}

.mv__link {
  background: #fff;
  color: #d8c2de;
  font-size: 3.733vw;
  padding: 5.333vw;
  display: block;
  border-radius: 8vw;
  position: relative;
  transition: 0.3s;
}

.mv__link:active,
.mv__link:hover,
.mv__link:focus {
  opacity: 0.8;
}

.mv__link::after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_3.svg");
  display: inline-block;
  top: 45%;
  left: 88%;
  width: 2.933vw;
  height: 1.867vw;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.mv__bottom-text {
  margin-top: 20.333vw;
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: -0.02em;
  line-height: 2;
}

/* banner */
.banner-wrap {
  margin: 0 auto;
  margin-top: 8vw;
  padding: 0 4vw;
  max-width: 800px;
}

/* whats */
.whats {
  margin-top: 22.333vw;
  padding: 0 4vw;
}

.whats__logo-wrap {
  width: 60.8vw;
  margin: 0 auto;
  margin-bottom: 3vw;
  position: relative;
}

.whats__skewed-image-wrap {
  position: absolute;
  top: -6.933vw;
  left: -4.267vw;
  width: 25.867vw;
}

.whats__image-wrap {
  margin-top: 8.667vw;
}

/* course */
.course {
  margin-top: 18.667vw;
  background: #fafafb;
  padding: 17.667vw 4vw;
}

.course__list {
  display: flex;
  flex-direction: column;
  padding-top: 22vw;
}

.course__item {
  background: #ed8a89;
  list-style: none;
  position: relative;
  padding: 9.667vw 6.667vw;
  color: #fff;
}

.course__item:not(:first-child) {
  margin-top: 22.667vw;
}

.course__item:nth-child(even) {
  background: #60afc6;
}

.course__item-number-wrap {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58.87px;
  height: 69.26px;
}

.course__item-heading {
  font-size: 5.333vw;
  font-weight: bold;
  margin-top: 7.667vw;
}
.course__item-text-wrap {
  display: flex;
  margin-top: 2.667vw;
  margin-bottom: 6.667vw;
  align-items: baseline;
}

.course__item-amount {
  font-size: 4.8vw;
  font-weight: bold;
  margin-right: 4vw;
}

.course__item-amount--small {
  font-size: 3.733vw;
}

/* point */

.point {
  margin-top: 26.667vw;
  padding: 0 4vw;
}

.point__list {
  display: flex;
  flex-direction: column;
}

.point__item {
  list-style: none;
  position: relative;
  padding: 9.5vw 0;
  background: #eef8f6;
  background: linear-gradient(-70deg, #e5f4f2 55%, #eef8f6 50%);
}

.point__item:not(:first-child) {
  margin-top: 21vw;
}

.point__item-image-wrap {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56.57px;
  height: 65.26px;
}

/* gym */
.gym {
  margin-top: 17.667vw;
  padding: 0 4vw;
}
.gym__movie {
  width: 100%;
}

/* price */

.price {
  margin-top: 18.667vw;
  padding: 18.667vw 4vw;
  background: #fafafb;
}

.price__text-image {
  margin: 0 auto;
  width: 28vw;
}

.price__list {
  margin-top: 13vw;
  display: flex;
  flex-direction: column;
}

.price__item {
  list-style: none;
}
.price__item:not(:first-child) {
  margin-top: 11.667vw;
}
.price__band {
  padding: 3.5vw 0;
  text-align: center;
  color: #fff;
  font-size: 3.733vw;
  background: #93a2ac;
}

.price__curtain {
  padding: 4.5vw 6.667vw;
  background: #fff;
}

.price__curtain-block {
  display: flex;
  flex-direction: column;
}

.price__curtain-block:not(:first-child) {
  margin-top: 9.333vw;
}

.price__orange-text {
  font-size: 4.8vw;
  font-weight: bold;
  color: #ea683a;
  line-height: calc(28 / 18);
}
.price__orange-text--font-small {
  font-size: 3.733vw;
}

.price__orange-text--sub {
  display: block;
  font-size: 3.733vw;
  font-weight: normal;
  line-height: calc(28 / 14);
}

/* access */
.access {
  margin-top: 18.667vw;
  padding: 0 4vw;
}

.access__text-image {
  width: 37.333vw;
  margin: 0 auto;
}

.access__content {
  margin-top: 13.333vw;
  display: flex;
  flex-direction: column;
}

.access__content-item:not(:first-child) {
  margin-top: 9vw;
}

.access__board {
  position: relative;
  border-radius: 18px;
  background: #fafafb;
  padding: 9.5vw 6.667vw;
}

.access__board-pin {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56.7px;
  height: 30px;
  margin: 0 auto;
}

.access__link-wrap {
  margin-top: 9.3vw;
}
.access__link-message-wrap {
  position: relative;
  margin-top: 11vw;
}

.access__link-message {
  z-index: 1;
  position: absolute;
  top: -20px;
  left: 20%;
  text-align: center;
  border-radius: 10px;
  padding: 2.667vw;
  background: #fff;
  color: #ffafbc;
  font-size: 3.733vw;
  transform: rotate(-9deg) translate(-50%, -50%);
}

.access__link-message::before {
  content: "";
  position: absolute;
  top: 93%;
  left: 70%;
  margin-left: -15px;
  border: 1.867vw solid transparent;
  border-left: 5.333vw solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* qa */

.qa__link-wrap {
  margin-top: 12vw;
  padding: 0 10.667vw;
}

.video__main {
  text-align: center;
  margin-top: 30px;
}

/* PC */
@media screen and (min-width: 768px) {
  /* 共通クラス */
  /* main */
  .waitless__main {
    margin-bottom: 100px;
  }
  .display__sp {
    display: none;
  }

  .display__pc {
    display: block;
  }

  .pc__text-center {
    text-align: center;
  }

  .divider {
    margin-top: 5px;
    margin-bottom: 13px;
  }

  /* address */

  .address__tel {
    font-size: 22px;
    margin-top: 5px;
  }

  .address__tel::before {
    width: 30px;
    height: 27px;
  }

  /* link */
  .link {
    padding: 30px 0;
    font-size: 1.8rem;
  }
  .link::after {
    width: 13px;
    height: 10px;
    left: 90%;
  }

  /* text */
  .text {
    font-size: 1.4rem;
  }

  .text--mt {
    margin-top: 15px;
  }

  /* time text */
  .time-text {
    font-size: 1.4rem;
  }

  .time-text--mt {
    margin-top: 10px;
  }

  .heading {
    font-size: 27px;
    padding-bottom: 30px;
  }

  .heading--accent-color {
    font-size: 22px;
    padding-bottom: 25px;
  }

  .heading-sub {
    font-size: 22px;
  }

  .heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 2px;
    background: #5c6c7a;
  }

  .heading--accent-color::after {
    width: 50px;
  }

  /* google map */
  .google-map {
    height: 28.194vw;
    max-height: 406px;
  }
  .google-map__link {
    font-size: 14px;
    line-height: 2.5;
  }

  /* nav */
  .nav {
    padding: 15px;
  }
  .nav__list {
    max-width: 860px;
    margin: 0 auto;
  }
  .nav__item {
    font-size: 1.5rem;
  }

  .nav__item::after {
    width: 8.75px;
    height: 10px;
  }
  /* mv */
  .mv {
    background-image: url("../img/lp_8_2.png");
    height: 50vw;
  }
  .mv__inner {
    width: 56%;
    padding-top: 10.806vw;
  }

  .mv__logo-wrap {
    width: 25.278vw;
    margin: 0 auto;
  }

  .mv__inner-text {
    margin-top: 0.694vw;
    font-size: 1.25vw;
  }

  .mv__link-wrap {
    margin-top: 1.389vw;
    width: 23.194vw;
  }

  .mv__link-wrap .sub-text,.access__link-message-wrap .sub-text {
    font-size: 0.7vw;
    margin-top: 0.5vw;
  }

  .mv__link {
    font-size: 1.25vw;
    padding: 2.083vw;
    border-radius: 2.778vw;
  }

  .mv__link::after {
    width: 13px;
    height: 10px;
    left: 90%;
  }

  .mv__bottom-text {
    margin-top: 2.778vw;
    font-size: 1.25vw;
  }

  /* banner */
  .banner-wrap {
    margin-top: 50px;
    padding: 0 15px;
  }

  /* whats */
  .whats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 70px;
    max-width: 1200px;
  }
  .whats__logo-wrap {
    width: 316px;
    margin-bottom: 12px;
  }

  .whats__content-wrap {
    width: 50%;
  }

  .whats__skewed-image-wrap {
    width: 97px;
    top: -20px;
    left: -20px;
  }

  .whats__image-wrap {
    margin-top: 0;
    max-width: 576px;
  }

  /* course */

  .course {
    margin-top: 75px;
    padding: 0 15px;
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .course__list {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 80px;
  }

  .course__item {
    width: calc(580 / 1200 * 100%);
    padding: 40px;
  }

  .course__item:not(:first-child) {
    margin-top: 0;
    margin-left: 40px;
  }

  .course__item-heading {
    font-size: 2rem;
    margin-top: 35px;
  }

  .course__item-text-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .course__item-amount {
    font-size: 1.8rem;
    margin-right: 10px;
  }

  /* point */

  .point {
    margin-top: 100px;
    padding: 0 15px;
  }

  .point__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .point__item {
    width: calc(375 / 1200 * 100%);
    padding: 40px 0;
  }
  .point__item:not(:first-child) {
    margin-top: 0;
  }

  .point__item:not(:nth-child(3n)) {
    margin-right: calc(37 / 1200 * 100%);
  }

  .point__item:nth-child(n + 4) {
    margin-top: 70px;
  }

  /* gym */
  .gym {
    margin-top: 60px;
    padding: 0;
    position: relative;
    background-image: url("../img/lp_13.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 622px;
    max-height: 622px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gym__movie {
    max-width: 855px;
    max-height: 480px;
  }

  /* price */
  .price {
    margin-top: 0;
    padding: 70px 15px;
  }
  .price__text-image {
    width: 105px;
  }

  .price__list {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1100px;
  }
  .price__band {
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .price__curtain {
    padding: 25px 30px;
  }

  .price__orange-text {
    font-size: 2.2rem;
  }

  .price__orange-text--font-small {
    font-size: 1.8rem;
  }

  .price__orange-text--sub {
    font-size: 1.8rem;
  }

  .price__text-inline-block {
    display: inline-block;
    margin-left: 10px;
  }

  .price__item:not(:first-child) {
    margin-top: 45px;
  }

  .price__curtain {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .price__curtain--between {
    justify-content: space-between;
  }
  .price__curtain-block {
    width: calc(448 / 920 * 100%);
  }
  .price__curtain-block:not(:first-child) {
    margin-top: 0;
  }

  .price__curtain-space-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 98%;
    vertical-align: middle;
  }
  .price__curtain-space-wrap .text {
    margin-right: 20px;
    width: auto;
  }
  /* access */
  .access {
    margin-top: 70px;
    padding: 0 15px;
  }
  .access__content {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1120px;
    flex-direction: row;
    justify-content: space-between;
  }

  .access__content-item {
    width: calc(520 / 1120 * 100%);
  }
  .access__text-image {
    width: 140px;
  }

  .access__content-item:not(:first-child) {
    margin-top: 25px;
  }

  .access__board {
    padding: 40px;
  }

  .access__link-wrap {
    margin-top: 40px;
  }

  .access__link-message-wrap {
    margin-top: 40px;
  }

  .access__link-message {
    font-size: 1.4rem;
    padding: 10px;
    top: -10px;
    left: 15%;
  }

  .access__link-message::before {
    border: 7px solid transparent;
    border-left: 20px solid #fff;
  }

  /* qa */
  .qa__link-wrap {
    max-width: 440px;
    margin: 0 auto;
    margin-top: 62px;
  }
}

.waitless header {
  height: 40px;
  background: #F8F8F8;
  padding: 10px;
}

.waitless header div {
  height: 100%;
}

.waitless header img {
  height: 80%;
}

.strike-through {
  text-decoration: line-through;
}
