@charset "UTF-8";

/*全体*/

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.fade-in {
  opacity: 0; /* 透明 */
  transform: translateY(20px); /* 下に少しズレている */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻る */
}

.section-Maintitle {
  font-family: Josefin sans;
  font-size: 64px;
  line-height: 64px;
}

.section-Subtitle {
  font-size: 20px;
  line-height: 20px;
}

.section-border-top {
  margin-bottom: -6px;
}

.section-border-bottom {
  margin-top: -1px;
}


/*　レスポンシブ　*/
@media screen and (max-width: 1024px) {
  /* タブレット専用のCSS */
  .section-Maintitle {
    font-size: 40px;
  }

  .section-Subtitle {
    font-size: 14px;
  }
}

/*header*/
.header {
  height: 80px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  transition: background-color 0.3s ease;
  z-index: 1000;
}

.header.scrolled {
  background: #ffffff; 
}

.header-logo-img {
  width: 180px;
}

.header-btn {
  width: 250px;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }

  .header-logo-img {
    height: 16px;
    width: 100%;
  }

  .header-btn {
    height: 30px;
    width: 100%;
  }
}

/*main*/
.top {
  margin-top: 80px;
  position: relative;
  max-width: 100%;
  height: 540px;
  width: auto;
}

.top-text {
  position: absolute;
  top: 140px;
  left: 172.8px;
  z-index: 2;
}

.top-text span {
  background-color: #ffffff;
}

.top-maintext {
  font-size: 90px;
  font-family: josefin Sans;
  font-weight: 400;
  font-style: italic;
}

.top-maintextArea {
  text-shadow: 0 4 4 #000000;
}

.top-maintextColor {
  color: #EB51C2;
}

.top-subtext {
  font-size: 26px;
  padding-top: 20px;
  font-weight: bold;
}

.top-btn {
  width: 370px;
  padding-top: 30px;
}

.top-mainvisial {
  width: 70%;
  height: 620px;
  position: absolute;
  top: -80px;
  right: 0;
  border-radius: 0 0 0 90px;
  z-index: -1;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width: 599px) {
  .top {
    height: 330px;
  }

  .top-maintext  {
    font-size: 64px;
  }

  .top-subtext {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .top {
    height: 420px;
    margin-top: 60px;
  }

  .top-mainvisial {
    top: -60px;
    height: 500px;
    width: 70%;
  }

  .top-text {
    position: static;
    padding: 90px 0 0 5%;
  }

  .top-subtext {
    padding-top: 10px;
  }

  .top-btn {
    height: auto;
    padding-top: 15px;
  }

  .top-btn img {
    height: 50px;
    width: auto;
  }
}

/*intro*/
.intro {
  text-align: center;
  margin-top: -25px;
}

.intro span {
  color: #EB51C2;
}

.intro-title {
  font-size: 108px;
  color: #EB51C2;
  font-style: italic;
  font-weight: bold;
  font-family: josefin Sans;
}

.intro-subtitle {
  font-size: 32px;
  letter-spacing: 3.2px;
  font-weight: 700;
}

.intro-text {
  font-size: 16px;
  padding: 30px;
  font-family: Josefin Sans;
  line-height: 32px;
}

@media screen and (max-width: 599px) {
  .intro-text {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .intro {
    margin-top: 0;
  }

  .intro-title {
    padding: 0;
    font-size: 56px;
  }

  .intro-subtitle {
    font-size: 16px;
    letter-spacing: 0;
  }

  .intro-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1.2px;
  }
}

/* about */
.about {
  height: 1350px;
}

.about-foodSubtitle,.about-trainingSubtitle {
  font-family: Josefin Sans;
  font-size: 24px;
  line-height: 27.6px;
  font-weight: 400;
  color: #111111;
}

.about-trainingTitle,.about-foodTitle {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  padding-top: 20px;
}

.about-trainingText,.about-foodText {
  font-size: 15px;
  line-height: 27px;
  font-family: Josefin Sans;
  color: #111111;
  padding-top: 15px;
}

.about-trainingSubtitle {
  color: #EB51C2;
}

.about-training {
  height: 560px;
  position: relative;
  display: flex
}

.about-trainingImg {
  display: block;
  width: 950px;
  height: 550px;
  z-index: 1;
}

.about-trainingBlock p {
  text-align: left;
}

.about-trainingBlock {
  background-color: #ffffff;
  padding: 60px 60px;
  width: 555px;
  height: 468px;
  position: absolute;
  left: 865px;
  top: 92px;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-trainingText {
  letter-spacing: -1.5px;
}

.about-food {
  height: 560px;
  margin-top: 90px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.about-foodSubtitle {
  color: #00B21B;
}

.about-foodImg {
  display: block;
  width: 950px;
  height: 550px;
}

.about-foodBlock {
  background-color: #ffffff;
  padding: 60px 60px;
  width: 555px;
  height: 414px;
  position: absolute;
  top: 146px;
  right: 865px;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-foodText {
  letter-spacing: -1px;
}

.about-btn {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .about {
    height: auto;
    width: 100%;
  }

  .about-training {
    height: auto;
    display: flex;
    flex-direction: column;
    position: static;
  }

  .about-trainingImg {
    height: auto;
    width: 100%;
    order: 1;
  }

  .about-trainingBlock {
    order: 2;
    position: static;
    height: auto;
    width: auto;
    margin: -10px 20px;
  }

  .about-food {
    display: flex;
    flex-direction: column;
    position: static;
    height: auto;
  }

  .about-foodImg {
    height: auto;
    width: 100%;
    order: 1;
  }

  .about-foodBlock {
    width: auto;
    height: auto;
    position: static;
    order: 2;
    margin: -10px 20px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .about {
    height: auto;
    width: 100%;
  }

  .about-training {
    height: auto;
  }

  .about-trainingImg {
    height: auto;
    width: 70%;
  }

  .about-trainingBlock {
    position: absolute;
    right: 20px;
    bottom: -20px;
    left: initial;
    top: initial;
  }
  
  .about-food {
    height: auto;
  }

  .about-foodImg {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    height: auto;
  }

  .about-foodBlock {
    position: absolute;
    left: 20px;
    bottom: -20px;
    top: initial;
  }
}

/* トレーナー・スタッフ */
.trainer {
  width: 100%;
  background-color: #EB51C2;
  position: relative;
  padding-bottom: 30px;
}

.trainer-title {
  color: #ffffff;
  padding-left: 165px;
  padding-bottom: 40px;
}

.trainer-tab input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tab {
  color: #ffffff;
  font-size: 18px;
  line-height: 20.7px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.tab-btn {
  padding: 14px 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity .2s ease;
}

#tab-trainer:checked ~ .tab label[for="tab-trainer"],
#tab-staff:checked   ~ .tab label[for="tab-staff"] {
  opacity: 1;
  font-weight: 700;
}

.tab-panels .tab-panel { display: none;}
#tab-trainer:checked ~ .tab-panels #panel-trainers { display: block;}
#tab-staff:checked   ~ .tab-panels #panel-staffs   { display: block;}

.trainers-box {
  max-width: 1110px;
  display: grid;
  gap: 15px;
  margin: 0 165px;
  padding-top: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.trainers-box img {
  height: 350px;
  width: 360px;
  border-radius: 10px 10px 0 0;
}

.trainer-card {
  height: 467px;
  background-color: #ffffff;
  border-radius: 10px;
}

.trainers-box p {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 15px;
  line-height: 25.5px;
  color: #111111;
  padding: 20px 20px;
}

.trainer-3-text {
  letter-spacing: -1px;
}

.staffs-box {
  max-width: 1110px;
  display: grid;
  gap: 15px;
  padding: 0 165px;
  padding-top: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.staffs-box img {
  height: 350px;
  width: 360px;
  border-radius: 10px 10px 0 0;
}

.staff-card {
  height: 467px;
  background-color: #ffffff;
  border-radius: 10px;
}

.staffs-box p {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 15px;
  line-height: 25.5px;
  color: #111111;
  padding: 20px 20px;
}

@media screen and (max-width: 599px) {
  .trainer {
    padding-bottom: 10px;
  }

  .trainers-box {
    display: block;
    margin: 0 20px;
  }

  .trainer-card {
    margin-top: 10px;
  }

  .staffs-box {
    display: block;
    margin: 0 20px;
  }

  .staff-card {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1439px) {
  .trainer {
    padding: 0 30px;
  }

  .trainer-title {
    padding: 0;
  }

  .trainers-box {
    margin: auto;
    width: auto;
  }

  .trainers-box img {
    width: 100%;
  }

  .trainer-card {
    height: auto;
    display: grid;
    overflow: hidden;
  }

  .trainer-card img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .staffs-box {
    margin: auto;
    width: auto;
    padding: 20px 0 0 0;
  }

  .staffs-box img {
    width: 100%;
  }

  .staff-card {
    height: auto;
    display: grid;
    overflow: hidden;
  }

  .staff-card img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
}

/* studio */
.studio {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 60px;
}

.studio-title {
  padding-left: 30px;
  padding-bottom: 30px;
}

.studio-Subtitle {
  color: #EB51C2;
}

.studio-swiper {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 36px;
}

.studio .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.studio .swiper-slide img {
  width: min(1110px, 100%);
  height: auto;
  display: block;
  margin: 0 auto;
}

.studio .swiper-button-prev,
.studio .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px; height: 60px; border-radius: 100px;
  background: #fff;
  color: #EB51C2;
}

.studio .swiper-button-prev { left: 8px; }
.studio .swiper-button-next { right: 8px; }

.studio .swiper-button-prev::after,
.studio .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.studio .swiper-pagination-bullet {
  background: #EAEAEA;
  opacity: 1;
}

.studio .swiper-pagination-bullet-active {
  background: #EB51C2;
}

@media screen and (max-width: 1024px) {
  .studio {
    padding: 0 30px;
  }

  .studio-title {
    padding: 0 0 30px 0;
  }

  .studio .swiper-button-prev,
  .studio .swiper-button-next {
    position: absolute;      /* 念のため明示 */
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px; border-radius: 100px;
  }

  .studio .swiper-button-prev { left: -20px; }
  .studio .swiper-button-next { right: -20px; }
}

@media screen and (max-width: 1439px) {
  .studio {
    padding: 0 30px;
  }

  .studio-title {
    padding: 0 0 30px 0;
  }

  .studio .swiper-button-prev { left: -20px; }
  .studio .swiper-button-next { right: -20px; }
}

/* price */
.price {
  height: 693px;
  background-color: #EB51C2;
  position: relative;
}

.price-title {
  color: #ffffff;
  padding-left: 165px;
  padding-bottom: 30px;
}

.price-box {
  max-width: 1110px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin: 0 auto;
}

.price-list {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.price-card {
  width: 360px;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 10px;
}

.price-card h3 {
  color: #EB51C2;
  font-size: 26px;
  line-height: 29.9px;
}

.price-card span {
  font-size: 40px;
  line-height: 46px;
}

.price-money {
  font-size: 48px;
  line-height: 55.2px;
  font-family: Josefin Sans;
  padding-top: 15px;
}

.price-moneySub {
  font-size: 16px;
  line-height: 18.4px;
}

.price-box-title {
  font-size: 18px;
  line-height: 20.7px;
  font-weight: normal;
}

.price-box-text {
  font-size: 16px;
  line-height: 18.4px;
  font-weight: bold;
}

.price-cardSecond {
  position: relative;
}

.price-label {
  width: 80%;
  height: 40px;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 70px;
  border: 2px solid #EB51C2;
  color: #EB51C2;
  background-color: #ffffff;
  position: absolute;
  top: -20px;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .price { height: auto; }                 
  .price-box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    overflow: visible;
  }

  .price-cardSecond .price-label {
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;/
  }
}

@media (max-width: 1024px) {
  .price { height: auto; }

  .price-title {
    padding: 0 30px;
  }

  .price-box {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    padding-top: 24px;
  }

  .price-box::before,
  .price-box::after {
    content: "";
  }

  .price-card {
    flex: 0 0 85%;
    max-width: 320px;
    scroll-snap-align: center;
    margin: 0 auto;
  }

  .price-cardSecond .price-label {
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;
  }

  .price-card .price-list:first-child { padding-top: 28px; }
}

@media (max-width: 599px) {
  .price-box { 
    gap: 12px; 
    padding: 24px 12px 32px; 
    scroll-padding: 12px; 
    margin-top: 10px;
  }

  .price-card { 
    width: 320px;
  }
}

@media screen and (max-width: 1439px) {
  .price-title {
    padding-left: 0;
  }

  .price {
    padding: 0 30px;
  }
}

/* fq */
.fq {
  margin: 0 auto;
  max-width: 1110px;
}

.fq-Subtitle {
  color: #EB51C2;
  font-weight: 700;
}

.qa-list {
  padding-top: 10px;
}

.qa-icon {
  color: #EB51C2;
  font-family: Josefin Sans;
  font-size: 26px;
  font-weight: bold;
  line-height: 29.9px;
}

.qa-question, .qa-answer {
  font-size: 15px;
  line-height: 26px;
  padding: 10px 0;
}

.qa-item {
  max-width: 1110px;
  border-bottom: 1px solid #ccc;
  padding: 14px 0;
}

.qa-answer {
  display: none;
  padding: 0 0 12px;
}

@media screen and (max-width: 1439px) {
  .fq {
    padding: 0 30px;
  }
}

/* cta */
.cta {
  max-width: 1440px;
  margin: 0 auto; 
  padding-top: 70px;
}

.cta-visial img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cta-content {
  height: 269px;
  background-color: #EB51C2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; 
  gap: 15px;
}

.cta-text {
  color: #ffffff;
  font-family: Josefin Sans;
  font-size: 64px;
  line-height: 73.6px;
}

@media screen and (max-width: 1024px) {
  .cta-content {
    height: 150px;
    gap: 0;
  }

  .cta-text {
    font-size: 26px;
    line-height: normal;
  } 

  .cta-content img {
    height: 50px;
    width: 100%;
    padding-top: 10px;
  }
}

/* footer */
.footer {
  height: 223px;
  background-color: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer img {
  height: 23px;
  width: 180px;
}

@media screen and (max-width: 1024px) {
  .footer {
    height: 120px;
    width: 100%;
  }

  .footer img {
    height: 15px;
    width: 100%;
  }
}