@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/*=======================================
　header
=======================================*/
header .header-pc {
  background: #1d1c24;
  z-index: 9999999;
  width: 100%;
  position: fixed;
}
header .header-pc div,
header .header-pc ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-pc nav {
  flex: 1;
  margin-left: 3.6458333333vw;
}
header .header-pc .logo {
  display: flex;
  width: 14.5%;
  float: left;
  padding: 0% 1%;
  align-items: center;
}
@media screen and (max-width: 750px) {
  header .header-pc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-pc .logo {
    float: none;
    width: clamp(154px, 40vw, 308px);
    padding: 0;
  }
}

/*=======================================
　footer
=======================================*/
footer {
  text-align: center;
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: clamp(100px, 26.6vw, 180px);
  }
}
footer .footer-link {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  footer .footer-link {
    margin-bottom: 20px;
  }
}
footer .footer-link li {
  border-right: 1px solid #1d1c24;
  padding: 0 20px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  footer .footer-link li {
    padding: 0 22px;
  }
}
footer .footer-link li:first-child {
  border-left: 1px solid #1d1c24;
}
footer .footer-link a {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .footer-link a {
    font-size: clamp(1.1rem, 2.9vw, 2.2rem);
  }
}
footer .footer-notes {
  font-size: 18px;
  line-height: 1.777;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 750px) {
  footer .footer-notes {
    margin-bottom: 42px;
  }
}
footer .footer-copy {
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .footer-notes,
  footer .footer-copy {
    font-size: 1rem;
  }
}

/*=======================================
　mv-area
=======================================*/
#mv-area {
  background: #f7f7f7;
}
#mv-area {
  padding-top: var(--header-height);
  padding-bottom: 180px;
}
#mv-area h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #44ade9 20%, #914c93);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.72px;
  text-align: center;
  padding: 16px 0 20px;
}
@media screen and (max-width: 960px) {
  #mv-area {
    padding-bottom: clamp(100px, 13vw, 120px);
  }
}
@media screen and (max-width: 750px) {
  #mv-area h1 {
    font-size: clamp(1.2rem, 3.2vw, 2.4rem);
    letter-spacing: 1.44px;
    padding: 7px 0 11px;
  }
}
#mv-area .mv-contents {
  position: relative;
}

/*
mv-swiper
---------------------------------------- */
.mv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 836;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .mv-swiper .swiper-slide img {
    aspect-ratio: 750 / 1020;
  }
}
.mv-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.mv-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/*
mv-open
---------------------------------------- */
.mv-open img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .mv-open {
    width: min(80%, 1320px);
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .mv-open {
    width: 100%;
  }
}

/*=======================================
　shopinfo-area
=======================================*/
#shopinfo-area {
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 60%);
}
#shopinfo-area .shopinfo-area__inner {
  max-width: 752px;
  margin: 0 auto;
  padding: 160px 0 0;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__inner {
    padding: min(18vw, 70px) 0 0;
  }
}
#shopinfo-area .shopinfo-area__title {
  text-align: center;
  padding-bottom: clamp(30px, 8vw, 60px);
}
#shopinfo-area .shopinfo-area__title__en {
  font-family: "Syncopate", sans-serif;
  font-size: 6.4rem;
  background: linear-gradient(to right, #44ade9 20%, #914c93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 2.56px;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__title__en {
    font-size: clamp(3.2rem, 8.5vw, 6.4rem);
  }
}
#shopinfo-area .shopinfo-area__title__ja {
  font-size: 2.2rem;
  font-weight: 500;
  color: #212121;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__title__ja {
    font-size: clamp(1.5rem, 4vw, 3rem);
  }
}
#shopinfo-area .shopinfo-area__row {
  border-bottom: 1px solid #1d1c24;
  padding: clamp(20px, 5.3vw, 30px) 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #1d1c24;
  letter-spacing: 0.88px;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__row {
    font-size: clamp(1.3rem, 3.5vw, 2.6rem);
    letter-spacing: 1.04px;
    line-height: 1.5;
  }
}
#shopinfo-area .shopinfo-area__row__main {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.44px;
  line-height: 1.73;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__row__main {
    font-size: clamp(1.3rem, 3.5vw, 2.6rem);
    letter-spacing: 1.04px;
    line-height: 1.5;
  }
}
#shopinfo-area .shopinfo-area__row__small {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__row__small {
    font-size: clamp(1rem, 2.7vw, 2rem);
  }
}
#shopinfo-area .shopinfo-area__note {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__note {
    font-size: clamp(1rem, 2.7vw, 2.2rem);
    letter-spacing: 0.88px;
    line-height: 1.57;
  }
}
#shopinfo-area .shopinfo-area__row--access a {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
#shopinfo-area .shopinfo-area__row--access a::after {
  content: "";
  position: absolute;
  top: 0.55em;
  right: 0;
  width: 33px;
  height: 23px;
  background: url(../img/info_link.svg) no-repeat;
  background-size: cover;
}
#shopinfo-area .shopinfo-area__map {
  padding: 60px 0 0;
}
#shopinfo-area .shopinfo-area__map iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: none;
  display: block;
}
@media screen and (max-width: 750px) {
  #shopinfo-area .shopinfo-area__map {
    padding: clamp(40px, 10vw, 80px) 0 0;
  }
}

/*=======================================
　tenpo-area
=======================================*/
#tenpo-area h2 {
  font-family: inherit;
  font-size: 4rem;
  text-align: left;
  color: #46529d;
  line-height: 1.5;
  letter-spacing: 1.2px;
  border-bottom: 3px solid;
  display: inline;
  font-weight: 700;
}
#tenpo-area h2:after {
  display: none;
}
@media screen and (max-width: 1050px) {
  #tenpo-area h2 {
    line-height: 1.5;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  #tenpo-area h2 {
    font-size: clamp(2.6rem, 7vw, 5.2rem);
    line-height: 1.5;
  }
}
#tenpo-area .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1136px;
  margin: clamp(90px, 12vw, 160px) auto 0;
  padding: 30px clamp(40px, 5.3vw, 70px) clamp(80px, 10vw, 120px);
}
@media screen and (max-width: 1050px) {
  #tenpo-area .inner {
    padding: 2rem;
  }
}
#tenpo-area .inner div {
  width: 47.5%;
}
#tenpo-area .inner div .tenpo-area-text {
  font-size: clamp(1.1rem, 2.9vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.44px;
  line-height: 1.82;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #tenpo-area .inner div .tenpo-area-text {
    font-size: clamp(1.3rem, 3.5vw, 2.6rem);
    line-height: 1.8;
    letter-spacing: 0.88px;
  }
  #tenpo-area .inner div:nth-of-type(1) {
    width: fit-content;
  }
  #tenpo-area .inner div:nth-of-type(2) {
    width: 100%;
    margin: clamp(20px, 5.3vw, 30px) 0;
  }
  #tenpo-area .inner {
    flex-direction: column;
    padding: 0 5% 0;
  }
}
#tenpo-area .tenpo-area-contents {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #tenpo-area .tenpo-area-contents {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  #tenpo-area .tenpo-area-contents {
    padding: 0 5%;
  }
}

/*
--------------------------------------------------
-------------------------------------------------- */
body {
  line-height: 1.6;
  min-width: 375px;
  font-family: var(--main-font);
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
a {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.4s;
}
/* 操作アクション */
/* ホバー時 */
@media (hover: hover) {
  a:hover {
    transform: scale(0.95);
    transition: 0.4s;
  }
  a:active {
    transform: scale(0.9);
    transition: 0.1s;
  }
}
/* クリック（タップ）時 */
@media (hover: none) {
  a:active {
    transform: scale(0.9);
    transition: 0.1s;
  }
}

/* 共通クラス */
/* フォント */
:root {
  --main-font: "Noto Sans JP", sans-serif;
  --sub-font01: "Oswald", sans-serif;
  --sub-font02: ;
}
.mainFont {
  font-family: var(--main-font);
}
.subFont01 {
  font-family: var(--sub-font01);
}
.subFont02 {
  font-family: var(--sub-font02);
}
/* 要素最大幅 */
.mw {
  width: min(86%, 1280px);
  margin: 0 auto;
}
.mws {
  width: min(80%, 1080px);
  margin: 0 auto;
}
/* レスポンシブ */
.pc {
  display: block;
}
.tab {
  display: none;
}
.pc.tab {
  display: block;
}
.sp {
  display: none;
}
/* フレックス */
.flex {
  display: flex;
}
/* 非表示 */
.none {
  display: none;
}
/* テキストリンク */
.tLink {
  text-decoration: underline;
  display: inline-block;
}

/* セクション */
.comSec {
  padding: clamp(40px, 4vw, 60px) 0;
}
/* メディアクエリ */
/* SP時 */
@media (max-width: 960px) {
  .tab {
    display: block;
  }
  .tab.sp {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .pc.tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .mw {
    width: 90%;
  }
  .mws {
    width: 84%;
  }
}

/*
fv-float
---------------------------------------- */
.fv-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  z-index: 9998;
}
.fv-float.is-visible {
  transform: translateY(0);
}
.fv-float__line {
  display: block;
  width: min(80vw, 500px);
}
.fv-float__line img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 751px) {
  #mv-area {
    position: relative;
  }
  .fv-float {
    position: absolute;
    top: calc(152px + 43.54vw);
    right: min(5.21vw, 100px);
    bottom: auto;
    left: auto;
    width: min(31.25vw, 600px);
    padding: 0;
    transform: none;
  }
  .fv-float__line {
    width: 100%;
  }
}

/*
concept-area
---------------------------------------- */
.concept-area {
  position: relative;
}
.concept-area__bg {
  background: linear-gradient(to right, #44ade9 20%, #914c93);
  border-radius: 0 clamp(50px, 13.3vw, 100px) clamp(50px, 13.3vw, 100px) 0;
  width: min(89.58vw, 1720px);
  margin-top: -110px;
  padding: 60px 30px min(12vw, 240px) min(20vw, 390px);
}
.concept-area__title {
  font-size: 6.8rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 2.72px;
  margin-bottom: 46px;
}
.concept-area__body {
  font-size: 2.2rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.22px;
  max-width: 755px;
}
.concept-area__point {
  position: absolute;
  bottom: -10%;
  left: min(16.2vw, 311px);
  width: min(67.5vw, 1296px);
  background: #fff;
  border-radius: 40px;
  box-shadow: 4px 4px 8px rgba(33, 33, 33, 0.2);
  padding: 30px clamp(20px, 4vw, 72px);
}
.concept-area__point__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.concept-area__point__list li {
  flex: 1;
  text-align: center;
}
.concept-area__point__list li img {
  width: min(13vw, 264px);
  object-fit: contain;
}
.concept-area__human {
  position: absolute;
  top: -8%;
  right: 6.25vw;
  width: clamp(410px, 32.5vw, 701px);
}
.concept-area__human img {
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
}
@media screen and (max-width: 1300px) {
  .concept-area__bg {
    padding: 60px 30px min(8vw, 100px) min(12vw, 150px);
  }
  .concept-area__human {
    right: 1.25vw;
    width: clamp(360px, 36.5vw, 410px);
  }
  .concept-area__point {
    bottom: -16%;
  }
}
@media screen and (max-width: 960px) {
  .concept-area__bg {
    background: linear-gradient(to top, #44ade9 20%, #914c93);
    border-radius: 0 70px 70px 0;
    width: 100%;
    margin-top: calc(-1 * clamp(50px, 5vw, 100px));
    padding: min(5.3vw, 40px) min(9.3vw, 35px) min(140vw, 830px);
  }
  .concept-area__title {
    font-size: clamp(3rem, 8vw, 6rem);
    text-align: center;
    line-height: 1.33;
    margin-bottom: 20px;
  }
  .concept-area__body {
    font-size: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
    line-height: 1.87;
    letter-spacing: 0;
    max-width: none;
  }
  .concept-area__point {
    bottom: min(9vw, 86.4px);
    left: auto;
    right: 0;
    width: min(90vw, 680px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 30px 20px;
  }
  .concept-area__point__list {
    flex-wrap: wrap;
    row-gap: min(5.3vw, 31px);
    column-gap: min(3.2vw, 18px);
    justify-content: flex-end;
    width: 60%;
    margin: 0 8% 0 auto;
  }
  .concept-area__point__list li {
    flex: none;
    width: 46%;
  }
  .concept-area__point__list li img {
    width: 100%;
  }
  .concept-area__human {
    top: auto;
    bottom: 0%;
    left: 2%;
    right: auto;
    width: clamp(177px, 47vw, 340px);
  }
}
@media screen and (max-width: 750px) {
  .concept-area__bg {
    background: linear-gradient(to top, #44ade9 20%, #914c93);
    border-radius: 0 70px 70px 0;
    width: 100%;
    margin-top: calc(-1 * clamp(50px, 5vw, 100px));
    padding: min(5.3vw, 40px) min(6.3vw, 35px) min(113vw, 830px);
  }
  .concept-area__point__list {
    margin: 0 0 0 auto;
  }
}

/* point
------------------------------------------------- */
.point {
  padding: clamp(150px, 20vw, 290px) 0 clamp(120px, 16vw, 200px);
}
.point__ttl {
  align-items: center;
  justify-content: center;
  font-size: clamp(3.6rem, 3.7vw, 4.8rem);
  font-weight: bold;
  letter-spacing: 0.02em;
  gap: 25px;
}
.point__ttl__imgBox {
  width: min(18.4vw, 355px);
}
.point__inner {
  width: min(95%, 1680px);
  margin: clamp(24px, 3.5vw, 48px) 0 0 auto;
  background: #f7f7f7;
  border-top-left-radius: clamp(50px, 13.3vw, 100px);
  border-bottom-left-radius: clamp(50px, 13.3vw, 100px);
  padding: clamp(50px, 6.5vw, 85px) 0 clamp(90px, 12vw, 160px)
    clamp(55px, 7.5vw, 87px);
  position: relative;
}
.point__inner::before {
  content: "ILEX AI GYM";
  font-family: var(--sub-font01);
  font-weight: 500;
  color: #f7f7f7;
  font-size: clamp(180px, 17vw, 300px);
  position: absolute;
  top: -1.2em;
  letter-spacing: 0.01em;
  left: 0.3em;
  z-index: -1;
  white-space: nowrap;
}
.point__inner__box__imgBox {
  position: relative;
  width: 80%;
}
.point__inner__box__imgBox__txtBox {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: var(--main-font);
  font-weight: 400;
}
.point__inner__box__imgBox__txtBox.--point01 {
  top: 30%;
  left: 8%;
  width: clamp(300px, 40vw, 500px);
}
.point__inner__box__imgBox__txtBox.--point02 {
  top: 40%;
  right: 2%;
  width: clamp(320px, 42vw, 600px);
}
.point__inner__box__imgBox__txtBox__ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: transparent;
}
.point__inner__box__imgBox__txtBox__ttl--big {
  background: linear-gradient(90deg, #44ade9 20%, #914c93 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(3.2rem, 4.2vw, 5.6rem);
  line-height: 1;
  letter-spacing: 0, 02em;
}
.point__inner__box__imgBox__txtBox--small {
  background: linear-gradient(90deg, #44ade9 20%, #914c93 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2rem, 2.6vw, 3.6rem);
  line-height: 1.67;
  letter-spacing: 0.04em;
}
.point__inner__box__imgBox__txtBox__desc {
  font-size: clamp(1.6rem, 2.1vw, 2.2rem);
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1650px) {
  .point__inner__box__imgBox__txtBox.--point02 {
    right: 1%;
  }
}
@media screen and (max-width: 1600px) {
  .point__inner__box__imgBox {
    width: 100%;
  }
  .point__inner__box__imgBox__txtBox.--point01 {
    top: 30%;
    left: 5%;
  }
  .point__inner__box__imgBox__txtBox.--point02 {
    right: 6%;
  }
}
@media screen and (max-width: 1440px) {
  .point__inner__box__imgBox__txtBox.--point02 {
    top: 35%;
    right: 4%;
  }
}
@media screen and (max-width: 1150px) {
  .point__inner__box__imgBox__txtBox.--point01 {
    top: 25%;
    left: 4%;
  }
  .point__inner__box__imgBox__txtBox.--point02 {
    top: 35%;
    right: 2%;
  }
  .point__inner__box__imgBox__txtBox__desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 960px) {
  .point {
    padding: clamp(60px, 11vw, 100px) 0;
  }
  .point__ttl {
    font-size: clamp(2.4rem, 3.2vw, 3.6rem);
    margin-left: 10%;
  }
  .point__inner::before {
    font-size: clamp(110px, 14vw, 180px);
    left: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .point__ttl__imgBox {
    width: 53%;
  }
  .point__ttl {
    flex-direction: column;
    font-size: clamp(2.4rem, 6.5vw, 4.8rem);
    gap: clamp(5px, 1.5vw, 15px);
    margin-left: 0;
    margin-bottom: clamp(10px, 2.8vw, 20px);
  }
  .point__inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .point__inner::before {
    left: 0.25em;
    font-size: clamp(7.5rem, 20vw, 15rem);
    font-weight: 600;
    letter-spacing: 0;
  }
  .point__inner__box__imgBox {
    text-align: center;
  }
  .point__inner__box__imgBox.--point01 {
    padding: clamp(50px, 11vw, 80px) 0;
  }
  .point__inner__box__imgBox.--point02 {
    padding-bottom: clamp(50px, 11vw, 80px);
  }
  .point__inner__box__imgBox__img {
    width: 80%;
  }
  .point__inner__box__imgBox__txtBox {
    position: static;
    gap: 0px;
    margin: 0 auto;
  }
  .point__inner__box__imgBox__txtBox.--point01 {
    width: 90.7%;
  }
  .point__inner__box__imgBox__txtBox.--point02 {
    width: 90.7%;
  }
  .point__inner__box__imgBox__txtBox__ttl {
    gap: clamp(10px, 2.8vw, 20px);
    padding: clamp(20px, 5.5vw, 40px) 0 clamp(10px, 2.8vw, 20px) 0;
  }
  .point__inner__box__imgBox__txtBox__ttl--big {
    font-size: clamp(3.1rem, 8.3vw, 6.2rem);
    line-height: 1.1;
    letter-spacing: 0.08em;
  }
  .point__inner__box__imgBox__txtBox--small {
    font-size: clamp(2rem, 5.4vw, 4rem);
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .point__inner__box__imgBox__txtBox__desc {
    font-size: clamp(1.5rem, 4.2vw, 3rem);
    line-height: 1.8;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
}
