.fv_first{
background:#333333;

}

/* FV：CTAバナーを画像の下に表示 */
video{
display: block;
vertical-align: bottom;
outline: none; /* フォーカス時の枠線を消す */
border: none;  /* 通常の枠線を消す */
}

/*----------------------------------------------------------------------------------------------*/

/* CTAボタン（HTML+CSSのみ） */
.ctaBtnbox{
background:#333333;
padding: 0;
vertical-align: top;	

}
.ctaBtn {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; /* 光の帯をボタン内にクリップ */
  vertical-align: top；
}
.ctaBtn {
  position: relative;
  z-index: 1;
}
/* 光の帯アニメーション（::before） */
.ctaBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-25deg);
  z-index: 1;
  animation: ctaBtnShine 3.5s ease-in-out infinite;
}
@keyframes ctaBtnShine {
  0% { left: -100%; }
  20% { left: -100%; }
  50% { left: 150%; }
  100% { left: 150%; }
}
.ctaBtn:hover {
  opacity: 0.92;
}
/* 他セクション用の小さめCTA */
.ctaBtn--small {
  max-width: 50rem;
  padding: 1.5rem 2rem 1.8rem;
}
.ctaBtn--small .ctaBtnLabel {
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
}
.ctaBtn--small .ctaBtnMain {
  font-size: 2.2rem;
}
/*---------------------------------------------------------------------------------------------*/


/* 店舗一覧（STORES）：モダン見出し＋帯＋静止画 */
.lstStore02 .storeSectionHead {
  position: relative;
  text-align: center;
  padding: 3rem 2rem 2.5rem;
  margin-bottom: 0;
}
.lstStore02 .storeSectionHeadEn {
  font-family: "Times New Roman", "Yu Mincho", "游明朝", serif;
  font-size: clamp(6.5rem, 14vw, 11.5rem);
  font-weight: 300;
  color: rgba(26, 43, 76, 0.04);
  line-height: 1;
  margin: 0;
  padding-top: 0.5rem;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
}
.lstStore02 .storeSectionHeadJa {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.6rem, 4.5vw, 3.6rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  display: inline-block;
  padding: 0.35rem 2rem 0.4rem;
  background: linear-gradient(135deg, #D35400, #F39C12);
  border-radius: 10px;
  box-sizing: border-box;
  letter-spacing: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.lstStore02 .storeSectionRibbon {
  position: relative;
  max-width: 72rem;
  margin: 0 auto 3rem;
  padding: 2.2rem 2.8rem 4rem;
  background-color: #FFF9F2;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.06));
}
.lstStore02 .storeSectionRibbonText {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 600;
  color: #1A2B4C;
  line-height: 1.6;
  text-align: center;
}

.storeMapStatic {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  box-sizing: border-box;
}
.storeMapStaticImg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.storeMapAnchorBtn {
  display: block;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.6rem 2rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #FF8C00;
  border-radius: 8px;
  color: #FF8C00;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.storeMapAnchorBtn:hover {
  background-color: #FF8C00;
  color: #fff;
}
html {
  scroll-behavior: smooth;
}

/*----------------------------------------------------------------------------------------*/
/* 悩み（WORRIES）セクション：PC用・スマホ用で背景画像を切り替え */
.worries {
width: 100%;
margin: 0 auto;
}
/* スマホ表示：縦長画像・通常フロー・カードは文字のすぐ下から・背景なじみ */
.worriesinner {
width: 100%;
margin: 0 auto;
background:#333333;

}
.worriesinner_btn{
width: 100%;
background:#333333;
padding: 3vw 0 15vw 0;
}
.shop_list_img{
display: block;
}
/*--------------------------------------------------------------------------------------*/


/* map */

.map{
background:#333333;
padding: 10vw 0 8vw 0;	
}

.maptitle{
width: 100%;
display: block;	
padding-bottom: 5vw;
}

ul.scroll-container {
width: 100%;
background:#333333;
padding: 0vw 0 0.8vw 0;	
display: flex; /* 画像を横並びにする */
overflow-x: auto; /* 横方向のスクロールを許可する */
white-space: nowrap; /* 折り返しを防止する */
-webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
}
li.storeph {
width: 40%; /* 画像のサイズを指定 */
flex-shrink: 0; /* 画像が縮まないようにする */
border-radius: 20px;
margin-right: 10px;
}
.storeph img{
width: 100%;
display: block;	
border-radius: 20px;
padding-bottom: 1vw;

}
.storename{
font-size: 4vw;
color:#FFFFFF;
padding-left: 3vw;
}

/*----------------------------------------------------------------------------------------*/

/* before after */
.achievement{
width: 100%;
margin: 0;
padding: 0;
line-height: 0;
font-size: 0;
}
.achievement div{
margin: 0;
padding: 0;
line-height: 0;
}
.achievement img{
display: block;
width: 100%;
margin: 0;
padding: 0;
}
.reserve_btn{
vertical-align: top;	
background:#333333;
padding: 3vw 0 15vw 0;
}
img.bfaf{
display: block;
vertical-align: bottom;
}
.scroll-container.bfafimg{
width: 100%;
background:#ffffff;
padding: 0vw 0 15vw 0;	
display: flex; /* 画像を横並びにする */
overflow-x: auto; /* 横方向のスクロールを許可する */
white-space: nowrap; /* 折り返しを防止する */
overflow-y: scroll; 
}

li.bfafph {
width: 85%; /* 画像のサイズを指定 */
flex-shrink: 0; /* 画像が縮まないようにする */
margin-right: 10px;

}

/*----------------------------------------------------------------------------------------*/
/* トレーナー紹介 */

ul.trainerscroll-container{
width: 100%;
background:#f57b1d;
padding: 0vw 0 15vw 0;	
display: flex; /* 画像を横並びにする */
overflow-x: auto; /* 横方向のスクロールを許可する */
white-space: nowrap; /* 折り返しを防止する */
overflow-y: scroll; 	

}
li.trainerbfafph {
width: 85%; /* 画像のサイズを指定 */
flex-shrink: 0; /* 画像が縮まないようにする */
margin-right: 10px;

}
img.bfaf{
  vertical-align: bottom;
	
}

.trainer{
background:#f57b1d;	
}



/* interior */
/* .interior{
    margin-bottom: 100rem;
} */
.interiorImg01{
    width: 75rem;
    height: 55.8rem;
}

.interiorImg02{
    width: 75rem;
    height: 60.9rem;
    margin-top: 25rem;
}

.interiorBlock01{
    background: url(../img/interiorBlockBg01.svg) no-repeat center;
    background-size: cover;
    width: 64rem;
    top: 14rem;
    left: 5rem;
}

.interiorBlock02{
    background: url(../img/interiorBlockBg02.svg) no-repeat center;
    background-size: cover;
    width: 64rem;
    top: 3rem;
    left: 5rem;
}

.interiorBlock04{
    background: url(../img/interiorBlockBg02.svg) no-repeat center;
    background-size: contain;
    width: 64rem;
    display: block;
    margin: 0 auto;
    margin-top: -2.5rem;
    margin-bottom: 2.5rem;
}

.interiorLogo{
    width: 34.2rem;
    display: block;
    margin: 0 auto;
    padding-top: 5rem;
}

.interiorBlock01 p:first-child{
    top: 5.5rem;
    left: 6rem;
}
.interiorBlock01 p:nth-child(2){
    top: 5.5rem;
    right: 8rem;
}

.interiorBlock01 p:last-child{
    width: 52rem;
    border: .2rem solid #B68001;
    display: block;
    margin: 0 auto;
    margin-bottom: 10rem;
}

.interiorBlock03{
    background: url(../img/interiorImg03.jpg) no-repeat center;
    background-size: cover;
    width: 75rem;
    height: 77rem;
    margin-top: 37rem;
}

.interiorBlock03 h2{
/*    background: url(../img/titleGradient01.svg) no-repeat center;*/
/*    background-size: cover;*/
    bottom: 21.2rem;
    left: 14rem;
    padding-left: 7rem;
    padding-right: 7rem;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(17, 17, 15, 0.4) 0%,rgba(152, 0, 0, 0.6) 100%);
    background : -webkit-linear-gradient(0deg, rgba(17, 17, 15, 0.4) 0%, rgba(152, 0, 0, 0.6) 100%);
    background : -o-linear-gradient(0deg, rgba(17, 17, 15, 0.4) 0%, rgba(152, 0, 0, 0.6) 100%);
    background : -ms-linear-gradient(0deg, rgba(17, 17, 15, 0.4) 0%, rgba(152, 0, 0, 0.6) 100%);
}

.interiorBlock03 h3{
    /*background: url(../img/titleGradient01.svg) no-repeat center;
    background-size: cover;*/
    bottom: 10.7rem;
    left: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(17, 17, 15, 0.4) 0%,rgba(152, 0, 0, 0.6) 100%);
    background : -webkit-linear-gradient(0deg, rgba(17, 17, 15, 0.4) 0%, rgba(152, 0, 0, 0.6) 100%);
    background : -o-linear-gradient(0deg, rgba(17, 17, 15, 0.4) 0%, rgba(152, 0, 0, 0.6) 100%);
    background : -ms-linear-gradient(0deg, rgba(17, 17, 15, 0.4) 0%, rgba(152, 0, 0, 0.6) 100%);
}

/* commute */
.commute img{
    width: 75rem;
}

.commuteUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5.5rem 2.5rem;
}

.commuteUl img{
    width: 21.7rem;
    border-radius: 1.5rem;
}

.commuteUl p{
    position: absolute;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%,0);
    line-height: 1.25;
    bottom: 2.5rem;
    min-height: 10.5rem;
    display: inline-flex;
    align-items: center;
}

/* cp */
.cp{
    background: url(../img/cpBg.png) no-repeat center;
    background-size: contain;
    width: 75rem;
    height: 78rem;
}
.cp .cp-bg-wrap {
  position: absolute;
  top: 9rem;
  left: 9rem;
  width: 57rem;
  line-height: 0;
}
.cp .cp-bg-wrap img {
  position: static;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  height: auto;
}
.cp img{
    width: 57rem;
    position: absolute;
    top: 9rem;
    left: 9rem;
}

.cp h2, h3{
    display: inline-block;
}

.cp h3{
    bottom: 16rem;
    left: 5.5rem;
}

.cp h2{
    bottom: 15rem;
    right: 3.5rem;
}
/* sh */
.sh p{
    background: url(../img/speech.png) no-repeat center;
    background-size: auto 100%;
    top: 4.5rem;
    line-height: 1.425;
    width: 100%;
    color: #fff;
}
.shTtlBg{
    width: 75rem;
    height: 17.2rem;
    margin-top: -0.5rem;
}

.shImg{
    width: 75rem;
    height: 59rem;
    margin-top: -5rem;
}



.tblPrice01,
.tblPrice02{
    width: 66.6rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tblPrice01{
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
}

.tblPrice02{
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}



.tbResult {
    display: flex;
    justify-content: space-around;
    margin-bottom: 7rem;
    color: #333333;
}

.tbResult .tbrCol {
    width: 35rem;
}

.tbResult .tbrCol .tbrTT {
    color: #FFF;
    height: 6.6rem;
    background : -moz-linear-gradient(21.89% 237.47% 45deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tbResult .tbrCol ul {
    height: 39.5rem;
    padding: 2rem 1rem 0 5rem;
    background-image: url(../img/point03Bg01.png);
    background-size: 100% 100%;
}

.tbResult .tbrCol ul li {
    position: relative;
    font-weight: bold;
}

.tbResult .tbrCol ul li:after {
    content: '';
    position: absolute;
    background-image: url(../img/pointcheck.png);
    background-size: 100% 100%;
    width: 2.9rem;
    height: 2.9rem;
    left: -3.8rem;
    top: 50%;
    transform: translate(0,-50%);
}

.priceTB02 {
    padding: 6.5rem 0 4.5rem 0;
    color: #FFF;
    background : -moz-linear-gradient(21.89% 237.47% 45deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.priceTB2Img {
    width: 67.6rem;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.priceTB02_txt01 {
    margin-bottom: -6.3rem;
}

.logo02 {
    width: 49.6rem;
    display: block;
    margin: -0.5rem auto;
}

.subGym .subPink {
    background-color: #EEC7C7;
    padding: 0 3rem 3rem 3rem;
    margin-top: -0.2rem;
}

.subGym .seBlue {
    background-color: #C9E9EE;
}

.subGym .subArrow {
    background-image: url(../img/subBg.png);
    background-size: 100% 100%;
    padding: 3.5rem 5rem 10rem 5rem;
    box-sizing: border-box;
    margin-top: -5.5rem;
    position: relative;
}

.point05Lbl {
    height: 22rem;
    display: block;
    margin: 4rem auto 4.5rem auto;
}
/*end point*/


@media (max-width: 767px) {
    .lp-trainer-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .lp-section-trainer .TTTrainer {
        height: auto;
        max-height: 14rem;
        margin-bottom: 2.5rem;
    }

    .lp-trainer-others {
        padding: 0 1rem;
    }
}


@media (min-width: 768px) {
  .lp-point-card {
    margin-bottom: 5rem;
  }

  .lp-point-flag {
    padding: 32px 24px 64px;
  }

  .lp-point-text-area {
    padding: 3rem 0 0;
  }

  .lp-point-text-area .lp-point-desc {
    font-size: 1.8rem;
  }
}


/* =========================================
   共通見出し（ズレの完全解消 ＆ 英語透かし表示）
========================================= */
/* 親コンテナ（確実に中央揃えにする） */
.storeSectionHead {
  position: relative !important;
  text-align: center !important;
  margin-bottom: 50px !important;
  padding-top: 25px !important; /* 英語テキストの高さ分を確保 */
  display: block !important; /* ズレの原因だったflexを解除 */
  width: 100% !important;
}

/* 背景に透ける大きな英語 */
.storeSectionHeadEn {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important; /* ★追加：古いtransformの悪影響を消す */
  width: 100% !important;
  text-align: center !important;
  font-family: 'Oswald', 'Noto Serif JP', serif !important;
  font-size: 65px !important;
  font-weight: 900 !important;
  color: rgba(0, 0, 0, 0.04) !important; /* ★修正：白背景でも見えるように黒の透過に変更 */
  letter-spacing: 0.15em !important;
  margin: 0 !important;
  line-height: 1 !important;
  z-index: 1 !important;
}

/* 手前の日本語（リッチなゴールドグラデーションの箱） */
.storeSectionHeadJa {
  position: relative !important;
  display: inline-block !important; 
  left: auto !important; /* ★追加：右ズレの最大の原因だった古い left:50% を強制解除 */
  transform: none !important; /* ★追加：古いtransformを強制解除 */
  background: linear-gradient(135deg, #d4af37, #aa7c11) !important; /* 高級ゴールド */
  color: #fff !important; 
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  font-size: 26px !important;
  font-weight: bold !important;
  padding: 12px 40px !important;
  border-radius: 4px !important;
  letter-spacing: 0.1em !important;
  box-shadow: 0 5px 15px rgba(170, 124, 17, 0.25) !important; 
  margin: 0 auto !important;
  z-index: 2 !important;
}

/* スマホ表示時のサイズ調整 */
@media screen and (max-width: 767px) {
  .achievement + .ctaBtnbox {
    margin-top: -70px;
  }
  .worriesinner_btn + .ctaBtnbox {
    margin-top: -50px;
  }
  .storeSectionHead {
    padding-top: 20px !important;
    margin-bottom: 40px !important;
  }
  .storeSectionHeadEn {
    font-size: 45px !important;
  }
  .storeSectionHeadJa {
    font-size: 20px !important;
    padding: 10px 30px !important;
  }
}