@charset "UTF-8";
/* 読み込み */
/* color */
/* 読み込み */
/* ブレイクポイント */
/*foundation */
html {
  font-size: 100%;
}

body {
  color: #0F0F0F;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.15em;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

a {
  color: #0F0F0F;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper {
  overflow: hidden;
  padding: 3rem 2.5rem;
}
@media (min-width: 767px) {
  .wrapper {
    padding: 4rem 6rem;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 5rem 15%;
  }
}

@media (min-width: 767px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media (min-width: 767px) {
  .is-pc {
    display: block;
  }
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: inherit;
  /* ← これ重要 */
  font: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

/* 基本設定（変数、リセットCSSなど） */
/* =====================
    読み込み
===================== */
/* =====================
    共通
===================== */
.l-header {
  position: fixed;
  width: 100%;
  height: 66px;
  padding: 1rem;
  z-index: 10002;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 767px) {
  .l-header {
    height: 73px;
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .l-header {
    padding: 1.5rem 2rem;
    height: 101px;
  }
}

.l-header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* footer */
.l-footer {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 4rem;
}
@media (min-width: 767px) {
  .l-footer {
    justify-content: space-between;
    padding: 2.5rem 6rem;
  }
}
@media (min-width: 1200px) {
  .l-footer {
    flex-direction: row;
    padding: 2.5rem 14rem;
    margin-bottom: 2rem;
  }
}

.l-footer__logo {
  width: 97px;
  margin: 0 auto 2.5rem auto;
}
@media (min-width: 1200px) {
  .l-footer__logo {
    margin: 0;
  }
}

.l-copy-right {
  text-align: center;
  margin-bottom: 2.5rem;
}

.l-sec-wrapper {
  padding: 4rem 1.5rem;
}
@media (min-width: 767px) {
  .l-sec-wrapper {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .l-sec-wrapper {
    padding: 7.5rem 12%;
  }
}

/* =====================
    TOPページ
===================== */
/* mv */
.l-mv-header-space {
  display: block;
  width: 100%;
  height: 67px;
}
@media (min-width: 767px) {
  .l-mv-header-space {
    height: 73px;
  }
}
@media (min-width: 1200px) {
  .l-mv-header-space {
    height: 85px;
  }
}

.l-mv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.l-title {
  color: #FFFFFF;
  position: absolute;
  bottom: 2rem;
  left: 6%;
  z-index: 1;
}

.l-title__sola {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .l-title__sola {
    font-size: 8rem;
  }
}

.l-title__copy {
  display: block;
  font-size: 0.9376rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (min-width: 1200px) {
  .l-title__copy {
    font-size: 1.5rem;
  }
}

.l-concept__top {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 2.5rem;
}
@media (min-width: 767px) {
  .l-concept__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.l-concept__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 2.5rem;
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .l-concept__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .l-concept__bottom {
    margin-top: -55px;
  }
}

.l-concept__bottom--item {
  margin-right: 3rem;
}
@media (min-width: 1200px) {
  .l-concept__bottom--item {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

.l-concept__top--img {
  margin-right: 13px;
}
@media (min-width: 767px) {
  .l-concept__top--img {
    width: 62%;
  }
}

.l-concept__bottom--img {
  margin-left: 117px;
}
@media (min-width: 767px) {
  .l-concept__bottom--img {
    width: 70%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .l-concept__bottom--img {
    width: 42%;
  }
}

.l-trainers {
  height: 562px;
  background-image: url(../img/trainers-sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .l-trainers {
    height: 463px;
    background-image: url(../img/trainers-pc.jpg);
  }
}

.l-trainers__wrapper {
  height: 100%;
  padding: 0 1.5rem 4rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 767px) {
  .l-trainers__wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .l-trainers__wrapper {
    padding: 0 6% 4rem 0;
    align-items: flex-end;
  }
}

.l-trainers__content {
  color: #FFFFFF;
}

.l-trainers__content--text {
  font-size: 0.9376rem;
}
@media (min-width: 1200px) {
  .l-trainers__content--text {
    font-size: 1.25rem;
  }
}

.l-service {
  background-color: #F9F9F9;
}

.l-service__wrapper {
  padding: 4rem 1rem;
}
@media (min-width: 1200px) {
  .l-service__wrapper {
    padding: 7.5rem 3%;
  }
}

.l-service__sec-title {
  color: #A3A3A3;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (min-width: 1200px) {
  .l-service__sec-title {
    font-size: 6rem;
  }
}

.l-service__flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 767px) {
  .l-service__flex {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .l-service__flex {
    flex-direction: row;
    gap: 5rem;
  }
}

.l-information__top {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (min-width: 767px) {
  .l-information__top {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

.l-information__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 2.5rem;
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .l-information__bottom {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .l-information__bottom {
    margin-top: -55px;
  }
}

.l-information__top--img {
  margin-left: 13px;
}
@media (min-width: 767px) {
  .l-information__top--img {
    width: 62%;
  }
}

.l-information__bottom--img {
  margin-right: 117px;
}
@media (min-width: 767px) {
  .l-information__bottom--img {
    width: 70%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .l-information__bottom--img {
    width: 42%;
  }
}

.l-information__bottom--item {
  margin-left: 3rem;
}
@media (min-width: 1200px) {
  .l-information__bottom--item {
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
}

.l-sponsored-athletes {
  padding: 4rem 1.5rem;
}
@media (min-width: 1200px) {
  .l-sponsored-athletes {
    display: block;
    padding: 7.5rem 12%;
  }
}

.l-sponsored-athletes__img-main {
  width: 100%;
  order: 2;
  margin-top: -20%;
}
@media (min-width: 1200px) {
  .l-sponsored-athletes__img-main {
    margin-top: 0;
  }
}
.l-sponsored-athletes__img-main img {
  width: 56%;
  display: block;
}
@media (min-width: 1200px) {
  .l-sponsored-athletes__img-main img {
    width: 36%;
  }
}

.l-sponsored-athletes__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .l-sponsored-athletes__inner {
    display: block;
  }
}

.l-sponsored-athletes__title {
  text-align: right;
  order: 1;
}
@media (min-width: 1200px) {
  .l-sponsored-athletes__title {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.l-sponsored-athletes__name {
  order: 3;
}

.l-sponsored-athletes__img-sub {
  margin-top: -8px;
  margin-left: 37%;
  width: 62%;
  position: relative;
  z-index: -1;
  order: 4;
}
@media (min-width: 1200px) {
  .l-sponsored-athletes__img-sub {
    width: 40%;
    margin-top: -21%;
    margin-left: 33%;
  }
}

.l-contact {
  width: 100%;
  background-image: url(../img/contact-sp-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .l-contact {
    background-image: url(../img/contact-bg-pc.jpg);
  }
}

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

.l-footer__wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1200px) {
  .l-footer__wrapper {
    padding: 7.5rem 12%;
  }
}

.l-footer__flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .l-footer__flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.l-page-sec-wrapper {
  padding: 4rem 2.5rem;
}
@media (min-width: 1200px) {
  .l-page-sec-wrapper {
    padding: 7.5rem 12%;
  }
}

@media (min-width: 767px) {
  .l-footer__img {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .l-footer__img {
    width: 62%;
  }
}

.l-footer__bottom {
  padding: 4rem 3rem;
  background-color: #0F0F0F;
}
@media (min-width: 1200px) {
  .l-footer__bottom {
    padding: 4rem 12%;
  }
}

@media (min-width: 1200px) {
  .l-footer__nav {
    display: flex;
    justify-content: space-between;
  }
}

.l-footer__sns {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .l-footer__sns {
    align-items: flex-end;
    margin-bottom: 0;
  }
}

.l-footer__copy-right {
  color: #FFFFFF;
  font-size: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .l-footer__copy-right {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-footer__copy-right a {
  color: #FFFFFF;
}

/* =====================
    下層ページ共通
===================== */
.l-page-top {
  height: 75vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .l-page-top {
    height: 60vh;
  }
}
@media (min-width: 1200px) {
  .l-page-top {
    height: 80vh;
    background-position: center;
  }
}
.l-page-top.concept {
  background-image: url(../img/concept-top-sp.jpg);
}
@media (min-width: 767px) {
  .l-page-top.concept {
    background-image: url(../img/concept-top-tb.jpg);
  }
}
@media (min-width: 1200px) {
  .l-page-top.concept {
    background-image: url(../img/concept-top-pc.jpg);
  }
}
.l-page-top.trainers {
  background-image: url(../img/trainers-top-sp.jpg);
}
@media (min-width: 767px) {
  .l-page-top.trainers {
    background-image: url(../img/trainers-top-tb.jpg);
  }
}
@media (min-width: 1200px) {
  .l-page-top.trainers {
    background-image: url(../img/trainers-top-pc.jpg);
  }
}
.l-page-top.service {
  background-image: url(../img/service-top-sp.jpg);
}
@media (min-width: 767px) {
  .l-page-top.service {
    background-image: url(../img/service-top-tb.jpg);
  }
}
@media (min-width: 1200px) {
  .l-page-top.service {
    background-image: url(../img/service-top-pc.jpg);
  }
}
.l-page-top.information {
  background-image: url(../img/information-top-sp.jpg);
}
@media (min-width: 767px) {
  .l-page-top.information {
    background-image: url(../img/information-top-tb.jpg);
  }
}
@media (min-width: 1200px) {
  .l-page-top.information {
    background-image: url(../img/information-top-pc.jpg);
  }
}

.l-page-top__wrapper {
  padding: 183px 2.5rem 0 2.5rem;
}
@media (min-width: 767px) {
  .l-page-top__wrapper {
    padding: 255px 0 0 0;
  }
}
.l-page-top__wrapper.concept {
  padding: 120px 3rem 0 3rem;
}
@media (min-width: 767px) {
  .l-page-top__wrapper.concept {
    padding: 155px 0 0 0;
  }
}

.l-sec-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .l-sec-title {
    margin-bottom: 4rem;
  }
}

.l-page-title {
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .l-page-title {
    font-size: 6rem;
  }
}
.l-page-title.concept {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .l-page-title.concept {
    margin-bottom: 2.5rem;
  }
}
.l-page-title.privacy {
  color: #0F0F0F;
}
@media (min-width: 1200px) {
  .l-page-title.privacy {
    font-size: 2rem;
  }
}

/* =====================
    CONCEPTページ
===================== */
.l-page-concept-top__title {
  color: #FFFFFF;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .l-page-concept-top__title {
    font-size: 3rem;
  }
}

.l-page-concept-top__sub-title {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .l-page-concept-top__sub-title {
    font-size: 1.5rem;
  }
}

.l-page-concept-top__text {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .l-page-concept-top__text {
    font-size: 1.5rem;
  }
}

.l-page-concept__text {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .l-page-concept__text {
    margin-bottom: 1.5rem;
  }
}

.l-vision__flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .l-vision__flex {
    flex-direction: row;
    align-items: center;
    gap: 7%;
  }
}

@media (min-width: 767px) {
  .l-vision__flex--img img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .l-vision__flex--img {
    width: 46%;
  }
}

.l-policy {
  background-color: #F9F9F9;
}

@media (min-width: 1200px) {
  .l-policy__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-policy__flex--imgs {
  margin-bottom: 2rem;
}

.l-suport__flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .l-suport__flex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 7%;
  }
}

@media (min-width: 767px) {
  .l-suport__flex--img img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .l-suport__flex--img {
    width: 31%;
  }
}

.l-trainers__flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .l-trainers__flex {
    flex-direction: row;
    align-items: center;
    gap: 8rem;
    margin-bottom: 2.5rem;
  }
}

/* =====================
    SERVICEページ
===================== */
.l-page-service__sec-title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .l-page-service__sec-title {
    font-size: 3rem;
  }
}

.l-service__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 767px) {
  .l-service__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .l-service__top {
    gap: 4rem;
  }
}
.l-service__top.athlete {
  flex-direction: column-reverse;
}
@media (min-width: 767px) {
  .l-service__top.athlete {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .l-service__top.athlete {
    padding-left: 12%;
  }
}
@media (min-width: 1200px) {
  .l-service__top.conditioning {
    padding-right: 12%;
  }
}

.l-service__top--img.athlete {
  margin-left: 4rem;
}
@media (min-width: 767px) {
  .l-service__top--img.athlete {
    width: 45%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .l-service__top--img.athlete {
    width: auto;
    margin-left: 4rem;
  }
}
.l-service__top--img.conditioning {
  margin-right: 4rem;
}
@media (min-width: 767px) {
  .l-service__top--img.conditioning {
    width: 45%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .l-service__top--img.conditioning {
    width: auto;
    margin-right: 4rem;
  }
}

.l-service__top--item {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .l-service__top--item {
    margin-bottom: 4.5rem;
  }
}

.l-page-service__wrapper {
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .l-page-service__wrapper {
    padding: 7.5rem 0;
  }
}

.l-service__top--content {
  padding: 0 2.5rem;
}
@media (min-width: 1200px) {
  .l-service__top--content {
    width: 39%;
    padding: 0;
  }
}

.l-service__menu {
  padding: 0 2.5rem;
}
@media (min-width: 1200px) {
  .l-service__menu {
    padding: 0 12%;
  }
}

@media (min-width: 1200px) {
  .l-service__top--img {
    width: 56%;
  }
}

.l-menu__mb {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .l-menu__mb {
    margin-bottom: 2rem;
  }
}

.l-menu__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (min-width: 767px) {
  .l-menu__flex {
    max-width: 800px;
    flex-direction: row;
    justify-content: space-between;
    gap: 200px;
  }
}
@media (min-width: 1200px) {
  .l-menu__flex {
    gap: 261px;
  }
}
.l-menu__flex.times {
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .l-menu__flex.times {
    flex-direction: row;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .l-menu__flex.times {
    gap: 114px;
  }
}

.l-price__flex {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 767px) {
  .l-price__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.l-price__flex.is-general {
  flex-direction: row;
  align-items: center;
}
@media (min-width: 767px) {
  .l-price__flex.is-general {
    flex-direction: column;
    order: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .l-price__flex.is-u22 {
    flex-direction: column;
    order: 3;
  }
}

.l-facilities {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2.5rem;
}
.l-facilities:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .l-facilities {
    justify-content: space-between;
    gap: 3rem;
  }
  .l-facilities.training-room {
    flex-direction: row-reverse;
    margin-bottom: 5rem;
  }
  .l-facilities.conditioning-course {
    flex-direction: row;
  }
}

.l-facilities__title {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .l-facilities__title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .l-facilities__wrapper {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .l-facilities__content {
    margin-top: 2.5rem;
  }
}

.l-facilities__img {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .l-facilities__img {
    width: 48%;
    margin-bottom: 0;
  }
}

/* =====================
    INFORMATIONページ
===================== */
.l-information__bg img {
  width: 100%;
  display: block;
}

.l-first-trial {
  background-color: #F9F9F9;
}

.l-first-trial__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .l-first-trial__content {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* =====================
    flow
===================== */
.l-flow {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .l-flow {
    width: 35%;
    margin-bottom: 0;
  }
}

.l-flow__item {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  .l-flow__item {
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
}
.l-flow__item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 38px;
  bottom: 0.5rem;
  width: 1px;
  border-left: 1px dotted #0F0F0F;
}
@media (min-width: 1200px) {
  .l-flow__item::before {
    top: 3rem;
    left: 18px;
    bottom: 2rem;
  }
}

.l-flow__item:last-child::before {
  display: none;
}

.l-flow__content--title {
  font-size: 0.8125rem;
  margin-top: 0.3125rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .l-flow__content--title {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .l-flow__content--text {
    margin-bottom: 3.75rem;
  }
}

.l-information-info__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .l-information-info__title {
    margin-bottom: 3rem;
  }
}

.l-information-info__flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .l-information-info__flex {
    flex-direction: row;
    gap: 6rem;
  }
}

@media (min-width: 1200px) {
  .l-information-info_img {
    width: 45%;
  }
}

.l-access {
  background-color: #F9F9F9;
}

.l-access__sec-title {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .l-access__sec-title {
    margin-bottom: 1.5rem;
  }
}

.l-access__flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .l-access__flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* =====================
    FAQ
===================== */
.l-faq__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .l-faq__content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.l-faq__btn {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .l-faq__btn {
    margin-top: 2.5rem;
  }
}

/* ヘッダー、フッターなどの共通レイアウト*/
/* =====================
    読み込み
===================== */
/* =====================
    共通
===================== */
.c-en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
}

.c-shadow {
  box-shadow: 1px 1px 10px rgba(15, 15, 15, 0.3);
}

.c-header-space {
  display: block;
  width: 100%;
  height: 67px;
}
@media (min-width: 767px) {
  .c-header-space {
    height: 73px;
  }
}
@media (min-width: 1200px) {
  .c-header-space {
    height: 85px;
  }
}

.c-sec-title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .c-sec-title {
    font-size: 3rem;
  }
}

.c-sub-title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .c-sub-title {
    font-size: 2rem;
  }
}

.c-price-menu {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 2.5rem auto;
}
@media (min-width: 767px) {
  .c-price-menu {
    margin: 0 auto 4rem auto;
  }
}
.c-price-menu.times {
  margin-bottom: 0;
}

.c-menu {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 48px;
}
@media (min-width: 767px) {
  .c-menu {
    font-size: 1.25rem;
    padding: 0 56px;
  }
}
.c-menu::before, .c-menu::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #0F0F0F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 767px) {
  .c-menu::before, .c-menu::after {
    width: 40px;
  }
}
.c-menu::before {
  left: 0;
}
.c-menu::after {
  right: 0;
}

.c-price-container {
  display: inline-block;
  background-color: #f2f2f2;
  text-align: center;
  width: 170px;
  padding: 1rem 0;
}
@media (min-width: 767px) {
  .c-price-container {
    width: 246px;
    padding: 1.5rem 0;
  }
}

.c-price {
  font-size: 1rem;
}
@media (min-width: 767px) {
  .c-price {
    font-size: 1.25rem;
  }
}

.c-menu-category {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 767px) {
  .c-menu-category {
    font-size: 1.25rem;
  }
}
.c-menu-category.times {
  margin-right: 4.5rem;
}
@media (min-width: 767px) {
  .c-menu-category.times {
    margin-right: 0;
  }
}

.c-text {
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .c-text {
    font-size: 1rem;
  }
}

.c-link {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
}
@media (min-width: 1200px) {
  .c-link {
    font-size: 1.25rem;
  }
}
.c-link::after {
  content: "";
  width: 64px;
  height: 1px;
  background: currentColor;
  margin-bottom: 8px;
  transform: scaleX(1);
  transform-origin: left;
}
@media (min-width: 1200px) {
  .c-link::after {
    width: 82px;
  }
}
.c-link.white {
  color: #FFFFFF;
}
.c-link.footer {
  font-size: 1rem;
}
.c-link.footer.line::after {
  width: 80px;
}
@media (min-width: 1200px) {
  .c-link.footer.line::after {
    width: 82px;
  }
}

@media (min-width: 1200px) {
  .c-link::after {
    transition: transform 0.4s ease;
  }
  .c-link:hover::after {
    animation: lineHover 0.6s ease forwards;
  }
}
@media (min-width: 1200px) {
  .c-link::after {
    transition: transform 0.4s ease;
  }
  /* ★カードhoverで発火 */
  .p-service__card:hover .c-link::after {
    animation: lineHover 0.6s ease forwards;
  }
}
@keyframes lineHover {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  40% {
    transform: scaleX(0);
    transform-origin: right;
  }
  41% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* =====================
    ボタン
===================== */
.c-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .c-btn {
    width: auto;
    font-weight: 1rem;
    transition: all 0.4s ease;
  }
}
.c-btn.header {
  color: #FFFFFF;
  border: 1px solid rgba(15, 15, 15, 0);
  background-color: rgba(15, 15, 15, 0.67);
  box-shadow: 1px 1px 10px rgba(15, 15, 15, 0.3);
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .c-btn.header {
    padding: 12px 1.5rem;
    margin-bottom: 0;
  }
  .c-btn.header:hover {
    color: #0F0F0F;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(15, 15, 15, 0.67);
  }
}
.c-btn.contact {
  display: inline-block;
  width: auto;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 10px rgba(15, 15, 15, 0.6);
  padding: 1.5rem 2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .c-btn.contact {
    padding: 1.5rem 3.5rem;
  }
}
.c-btn.faq {
  color: #FFFFFF;
  border: 1px solid rgba(15, 15, 15, 0);
  background-color: rgba(15, 15, 15, 0.67);
  box-shadow: 1px 1px 10px rgba(15, 15, 15, 0.3);
  padding: 1.5rem 0;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .c-btn.faq {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    padding: 1.5rem 3.5rem;
  }
  .c-btn.faq:hover {
    color: #0F0F0F;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(15, 15, 15, 0.67);
  }
}

.c-btn.contact::after {
  content: "";
  position: absolute;
  right: -49px;
  top: 60%;
  transform: translateY(-50%) scaleX(1);
  width: 64px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
}
@media (min-width: 1200px) {
  .c-btn.contact::after {
    width: 82px;
    right: -33px;
  }
}

@media (min-width: 1200px) {
  .c-btn.contact:hover {
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .c-btn.contact:hover::after {
    animation: lineHover 0.6s ease forwards;
  }
}

.c-view-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  transition: all 0.4s ease;
}
.c-view-more__img {
  width: 24px;
  transition: transform 0.4s ease;
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .c-view-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s ease;
  }
  .c-view-more:hover {
    color: #A3A3A3;
  }
  .c-view-more:hover img {
    transform: translateX(4px);
  }
  .c-view-more:hover::after {
    width: 100%;
  }
}

/* =====================
    ホバー効果
===================== */
@media (min-width: 1200px) {
  .c-hover-text {
    transition: all 0.4s ease;
  }
  .c-hover-text:hover {
    transform: translate(2px, 2px);
    color: #A3A3A3;
  }
}

@media (min-width: 1200px) {
  .c-hover-gray a {
    transition: all 0.4s ease;
  }
  .c-hover-gray:hover a {
    color: #A3A3A3;
  }
}

.c-link-underline {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  color: #0F0F0F;
}
@media (min-width: 1200px) {
  .c-link-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  .c-link-underline:hover::after {
    transform: scaleX(1);
  }
  .c-link-underline:not(:hover)::after {
    transform-origin: right;
  }
}
.c-link-underline.white {
  color: #FFFFFF;
}
.c-link-underline.white a {
  color: white;
}

/* カードhoverで発火 */
@media (min-width: 1200px) {
  .p-service__card:hover .c-link-underline::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  /* ホバー外れたとき右に消える */
  .p-service__card:not(:hover) .c-link-underline::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
/* =====================
    SNS / ロゴ
===================== */
.c-sns {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.c-sns-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 24px;
  height: 24px;
}
.c-sns-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}
.c-sns-icon img.hover {
  opacity: 0;
}
@media (min-width: 1200px) {
  .c-sns-icon:hover img.hover {
    opacity: 1;
  }
  .c-sns-icon:hover img.normal {
    opacity: 0;
  }
}

.c-sns-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 24px;
  height: 24px;
}
.c-sns-icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.c-sns-icon img.hover {
  opacity: 0;
}
@media (min-width: 1200px) {
  .c-sns-icon:hover img.hover {
    opacity: 1;
  }
  .c-sns-icon:hover img.normal {
    opacity: 0;
  }
}

.c-logo {
  display: inline-block;
  /* 元のレイアウト維持 */
  vertical-align: middle;
  position: relative;
  width: 97px;
  height: 37px;
}
.c-logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.c-logo img.hover {
  opacity: 0;
}
@media (min-width: 1200px) {
  .c-logo:hover img.hover {
    opacity: 1;
  }
  .c-logo:hover img.normal {
    opacity: 0;
  }
}

/* =====================
    アニメーション
===================== */
.c-fade {
  opacity: 0;
  transition: opacity 2s ease;
}

.c-fade.show {
  opacity: 1;
}

.c-reveal {
  transition: clip-path 1.5s ease;
  /* 左 → 右に開く */
}
.c-reveal.left {
  clip-path: inset(0 100% 0 0);
}
.c-reveal {
  /* 右 → 左に開く */
}
.c-reveal.right {
  clip-path: inset(0 0 0 100%);
}

/* 表示後 */
.c-reveal.show {
  clip-path: inset(0 0 0 0);
}

/* パーツ（ボタン、カードなど） */
/* =====================
    読み込み
===================== */
/* =====================
    共通
===================== */
/* header */
.p-logo {
  display: inline-block;
  /* 元のレイアウト維持 */
  vertical-align: middle;
  position: relative;
  width: 110px;
  height: 34px;
}
@media (min-width: 1200px) {
  .p-logo {
    width: 170px;
    height: 53px;
  }
}
.p-logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.p-logo img.hover {
  opacity: 0;
}
.p-logo:hover img.hover {
  opacity: 1;
}
.p-logo:hover img.normal {
  opacity: 0;
}
.p-logo.footer {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .p-logo.footer {
    margin-bottom: 1rem;
  }
}

.p-hamburger {
  position: fixed;
  top: 24px;
  right: 16px;
  width: 26px;
  height: 19px;
  cursor: pointer;
  z-index: 10001;
}
@media (min-width: 1200px) {
  .p-hamburger {
    display: none;
  }
}

.p-hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  transition: ease 0.3s;
  background-color: #0F0F0F;
  transform-origin: center;
}
.p-hamburger__line:nth-child(1) {
  top: 0;
}
.p-hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-hamburger__line:nth-child(3) {
  bottom: 0;
}

@keyframes line1Open {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(405deg);
  }
}
@keyframes line3Open {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-405deg);
  }
}
@keyframes line1Close {
  0% {
    transform: translateY(9px) rotate(405deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes line3Close {
  0% {
    transform: translateY(9px) rotate(-405deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.is-open .p-hamburger__line:nth-child(1) {
  animation: line1Open 0.6s ease forwards;
}

.is-open .p-hamburger__line:nth-child(2) {
  opacity: 0;
}

.is-open .p-hamburger__line:nth-child(3) {
  animation: line3Open 0.6s ease forwards;
}

.p-hamburger:not(.is-open) .p-hamburger__line:nth-child(1) {
  animation: line1Close 0.6s ease forwards;
}

.p-hamburger:not(.is-open) .p-hamburger__line:nth-child(3) {
  animation: line3Close 0.6s ease forwards;
}

/* header-nav */
.p-nav {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.p-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .p-nav {
    width: auto;
    height: auto;
    position: relative;
    opacity: 1;
    background-color: transparent;
    pointer-events: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.p-nav__header {
  width: 100%;
  height: 66px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 767px) {
  .p-nav__header {
    height: 73px;
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .p-nav__header {
    display: none;
  }
}

.p-nav-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .p-nav-menu {
    flex-direction: row;
    gap: 2.5rem;
    background-color: transparent;
  }
}

.p-nav__content {
  padding: 6% 3.5rem;
}
@media (min-width: 767px) {
  .p-nav__content {
    padding: 6% 5rem;
  }
}
@media (min-width: 1200px) {
  .p-nav__content {
    display: flex;
    gap: 2.5rem;
    padding: 0;
  }
}

.p-nav-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .p-nav-menu__list {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-nav-menu__list {
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
  }
}
.p-nav-menu__list.footer {
  margin-bottom: 4rem;
}

.p-nav-menu__list--item {
  font-size: 1rem;
  letter-spacing: 0.2em;
}

@media (min-width: 1200px) {
  .p-nav__menu--item:hover .p-nav__menu--title::after {
    width: 100%;
  }
}

.p-nav__menu--title {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  color: #0F0F0F;
}
@media (min-width: 767px) {
  .p-nav__menu--title {
    margin-bottom: 0.5rem;
  }
  .p-nav__menu--title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0F0F0F;
    transition: all 0.4s ease;
  }
}

@media (min-width: 1200px) {
  .p-nav__bottom {
    display: none;
  }
}

.p-nav__text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (min-width: 1200px) {
  .p-nav__text {
    display: none;
  }
}

.p-privacy-policy {
  font-size: 0.625rem;
  font-weight: 700;
}

.p-copy-right {
  font-size: 0.625rem;
  font-weight: 700;
}

/* =====================
    TOPページ
===================== */
/* Swiper */
.swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-mv__slide {
  width: 100%;
  height: 100vh;
}

/* 画像 */
.p-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.08);
}

.js-mv-swiper .swiper-slide img {
  transform: scale(1.08) translateX(0);
  transition: transform 6s linear;
}

.js-mv-swiper .swiper-slide-active img {
  transform: scale(1.08) translateX(-10px);
}

/* picture安定化 */
picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-page-top-text {
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .p-page-top-text {
    font-size: 1rem;
  }
}

.p-sub-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (min-width: 1200px) {
  .p-sub-title {
    font-size: 3rem;
  }
}

.p-service__card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.p-service__card img {
  width: 100%;
  display: block;
}

/* テキスト全体 */
.p-service__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
  padding: 2.5rem 2rem;
  z-index: 2;
}
@media (min-width: 1200px) {
  .p-service__content {
    max-width: none;
    padding: 0 4.5rem;
  }
}

/* タイトル */
.p-service__title {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .p-service__title {
    font-size: 1.25rem;
  }
}

.p-service__text {
  margin-top: 16px;
  font-size: 0.8125rem;
  opacity: 1;
  transform: translateY(0);
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .p-service__text {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .p-service__text {
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
  }
}

.p-service__card:hover .p-service__text {
  opacity: 1;
  transform: translateY(0);
}

.p-service__card:hover {
  box-shadow: none;
}

.p-service__more {
  align-self: flex-end;
}

.p-sponsored-athletes__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .p-sponsored-athletes__title {
    font-size: 3rem;
  }
}

.p-sponsored-athletes__title--ja {
  font-size: 0.8125rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1200px) {
  .p-sponsored-athletes__title--ja {
    font-size: 1rem;
  }
}

/* テキスト */
.p-sponsored-athletes__content {
  margin-top: 24px;
  text-align: center;
}

.p-sponsored-athletes__job {
  font-size: 0.8125rem;
  font-weight: 700;
}
@media (min-width: 767px) {
  .p-sponsored-athletes__job {
    font-size: 1.25rem;
    margin-right: 8rem;
  }
}

.p-sponsored-athletes__name {
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .p-sponsored-athletes__name {
    font-size: 3rem;
  }
}

/* 背景テキスト */
.p-sponsored-athletes__bg-text {
  position: absolute;
  top: 63%;
  right: 0;
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(163, 163, 163, 0.64);
  white-space: nowrap;
  z-index: 2;
}
@media (min-width: 767px) {
  .p-sponsored-athletes__bg-text {
    text-align: right;
    font-size: 5rem;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-sponsored-athletes__bg-text {
    font-size: 7.5rem;
    position: relative;
    margin: 0 0 0 auto;
  }
}

/* 下画像 */
.p-sponsored-athletes__img-sub {
  margin-top: 24px;
}
.p-sponsored-athletes__img-sub img {
  width: 100%;
  display: block;
}

.p-contact__text {
  color: #FFFFFF;
  font-size: 0.9376rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .p-contact__text {
    font-size: 1rem;
  }
}

.p-footer__text {
  font-size: 0.9375rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .p-footer__text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.p-tel {
  display: inline-flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .p-tel {
    flex-direction: row;
    align-items: center;
  }
}
.p-tel span {
  font-size: 10px;
}

/* =====================
    CONCEPTページ
===================== */
.p-policy__flex--img01 {
  width: 53%;
}
@media (min-width: 1200px) {
  .p-policy__flex--img01 {
    width: 20%;
    height: 100%;
    margin-bottom: 92px;
  }
}

.p-policy__flex--img02 {
  width: 53%;
  margin: -62px 0 2rem auto;
}
@media (min-width: 1200px) {
  .p-policy__flex--img02 {
    width: 20%;
    height: 100%;
    order: 3;
    margin: 92px 0 0 0;
  }
}

.p-trainers__title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .p-trainers__title {
    font-size: 1.25rem;
    margin-left: -2.5rem;
  }
}

.p-trainers__name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .p-trainers__name {
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
}

.p-trainers__content {
  font-size: 0.8125rem;
  margin-bottom: 1.5rem;
}
.p-trainers__content dt {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .p-trainers__content {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .p-trainers__text {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* =====================
    SERVICEページ
===================== */
.p-service__list {
  padding-left: 1em;
}
.p-service__list li {
  list-style: disc;
}
.p-service__list li::marker {
  font-size: 0.5em;
}

.p-menu__one-time {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .p-menu__one-time {
    font-size: 0.8125rem;
  }
}

.p-menu-note {
  display: flex;
  justify-content: center;
  text-align: left;
}
@media (min-width: 1200px) {
  .p-menu-note {
    justify-content: flex-end;
  }
}

.p-menu__times {
  justify-content: center;
}
@media (min-width: 767px) {
  .p-menu__times {
    align-self: flex-end;
    order: 2;
    margin-bottom: 1.5rem;
  }
}

.p-flow__num {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .p-flow__num {
    font-size: 2rem;
  }
}

.p-first-trial__imgs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .p-first-trial__imgs {
    width: 48%;
  }
}

.p-first-trial__img01 {
  width: 75%;
  margin: 0 0 0 auto;
}
@media (min-width: 1200px) {
  .p-first-trial__img01 {
    width: 84%;
  }
}

.p-first-trial__img02 {
  width: 55%;
  margin-top: -1.5rem;
}
@media (min-width: 1200px) {
  .p-first-trial__img02 {
    width: 63%;
    margin-top: -1rem;
  }
}

.p-belongings {
  margin-top: 40px;
}

.p-belongings__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-belongings__title {
    margin-bottom: 2.5rem;
  }
}

.p-belongings__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2.5rem;
  background-color: #FFFFFF;
}
.p-belongings__content:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .p-belongings__content {
    grid-template-columns: 34% 1fr;
    margin-bottom: -1px;
  }
}

.p-belongings__content--title {
  font-weight: 700;
  border: 1px solid #0F0F0F;
  border-bottom: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
@media (min-width: 767px) {
  .p-belongings__content--title {
    border: 1px solid #0F0F0F;
    border-right: none;
  }
}

.p-belongings__list {
  height: 100%;
  margin-bottom: 6px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #0F0F0F;
  padding: 2rem 2.5rem;
}
@media (min-width: 767px) {
  .p-belongings__list {
    justify-content: center;
    grid-template-columns: 120px 1fr;
  }
}

.p-belongings__conditioning {
  height: 100%;
  margin-bottom: 6px;
  border: 1px solid #0F0F0F;
  padding: 2rem 2.5rem;
}

.p-belongings__list--item {
  list-style: disc;
}
.p-belongings__list--item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.p-belongings__list--item {
  /* 2 */
}
.p-belongings__list--item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.p-belongings__list--item {
  /* 3 */
}
.p-belongings__list--item:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.p-belongings__list--item {
  /* 4 */
}
.p-belongings__list--item:nth-child(4) {
  grid-column: span 2;
  grid-row: 3;
}
@media (min-width: 1200px) {
  .p-belongings__list--item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .p-belongings__list--item {
    /* 2 */
  }
  .p-belongings__list--item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .p-belongings__list--item {
    /* 3 */
  }
  .p-belongings__list--item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .p-belongings__list--item {
    /* 4 */
  }
  .p-belongings__list--item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
.p-belongings__list--item::marker {
  font-size: 0.5em;
}

/* =====================
    FAQ / INFORMATIONページ
===================== */
@media (min-width: 1200px) {
  .p-faq {
    width: 74%;
  }
}

.p-faq__item {
  border-bottom: 1px solid #0F0F0F;
  padding: 1.5rem 0.5rem;
}
@media (min-width: 1200px) {
  .p-faq__item {
    padding: 2.5rem 1rem;
  }
}
.p-faq__item:first-child {
  border-top: 1px solid #0F0F0F;
}
.p-faq__item.information {
  font-size: 0.8125rem;
}
@media (min-width: 767px) {
  .p-faq__item.information {
    width: 74%;
    max-width: 500px;
    padding: 1.5rem 0;
  }
}

.p-faq__btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-faq__btn p {
  display: inline-flex;
  text-align: left;
  font-weight: 700;
}

.p-faq__title {
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .p-faq__title {
    margin-left: 0.5rem;
  }
}
.p-faq__title.information {
  font-weight: 400;
}

.p-faq__arrow {
  width: 20px;
  transition: transform 0.4s ease;
}
@media (min-width: 1200px) {
  .p-faq__arrow {
    width: 20px;
  }
}

.p-faq__answer {
  overflow: hidden;
  display: block;
  text-align: left;
  padding: 0 1rem;
  max-height: 0;
  transition: padding-top 0.3s ease, max-height 0.4s ease;
}
@media (min-width: 1200px) {
  .p-faq__answer {
    padding: 0 1.5rem;
  }
}
.p-faq__answer.information {
  font-size: 0.8125rem;
}

.p-faq__answer__content {
  margin-bottom: 1rem;
}

.p-faq__answer--title {
  font-weight: 700;
}

.p-faq__answer * {
  text-align: left;
}

.p-faq__item.is-open .p-faq__arrow {
  transform: rotate(-180deg);
}

.p-faq__item.is-open .p-faq__answer {
  padding-top: 16px;
}

.p-information-info__main-title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .p-information-info__main-title {
    font-size: 3rem;
  }
}

.p-information-info__sub-title {
  font-size: 0.825rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 1rem;
}
@media (min-width: 1200px) {
  .p-information-info__sub-title {
    font-size: 1.25rem;
    margin-left: 1.25rem;
  }
}

.p-access {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .p-access {
    margin-bottom: 2.5rem;
  }
}

.p-access__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .p-access__title {
    margin-bottom: 1.5rem;
  }
}

.p-access__map {
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .p-access__map {
    width: 56%;
  }
}
.p-access__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* =====================
    PRIVACYページ
===================== */
.p-privacy__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .p-privacy__title {
    font-size: 1.25rem;
  }
}

.p-faq-info {
  font-weight: 700;
}

/*各ページ独自のモジュール（例：トップページの特集など） */
/* 読み込み */
.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-sp-only {
  display: inline;
}
@media (min-width: 767px) {
  .u-sp-only {
    display: none;
  }
}

.u-sp-tb-only {
  display: inline-block;
}
@media (min-width: 1200px) {
  .u-sp-tb-only {
    display: none;
  }
}

.u-tb-only {
  display: none;
}
@media (min-width: 767px) {
  .u-tb-only {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .u-tb-only {
    display: none;
  }
}

.u-tb-pc-only {
  display: none;
}
@media (min-width: 767px) {
  .u-tb-pc-only {
    display: inline-block;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 1200px) {
  .u-pc-only {
    display: inline-block;
  }
}

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

.u-text-right {
  text-align: right;
}

@media (min-width: 767px) {
  .u-pc-center {
    text-align: center;
  }
}

.u-text-white {
  color: #FFFFFF;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

.u-mb-64 {
  margin-bottom: 4rem;
}

/*1プロパティだけのユーティリティ（margin調整など）*//*# sourceMappingURL=style.css.map */