
nav{
    color: #FFFDFA;
}

#container {
    position: relative;
}

.header_inner{
    background: rgba(23,23,23,0.3);
    padding: 1em 1em;
    /*
    position: fixed;
    */
    top: 0;
    left: 0;
    z-index: 2;

    width: 100%;
    justify-content: space-between;

    backdrop-filter: blur(5px);
}
.header_logo{
    width: 120px;
    align-items: center;
}

.under .header_inner{
    background: rgba(23,23,23,1);
    position: fixed;
    z-index: 5;
}

.under main{
    padding-top: 10em;
}

footer{
    width: 100%;
    padding: 3em;
    background: #161616;
}
.footer_inner{
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;

    margin: 0 auto;
}
.nav_wrap{
    align-items: center;
    line-height: 2;
}
.nav_btn_wrap{
    background: #D66629;
    border-radius: 5px;
    padding: 1em;
    align-items: center;
    font-size: 0.8em;
}
.nav_btn_wrap p{
    color: #FFFDFA;
}
.nav_btn_wrap .nav_btn_free{
    color: #D66629;
    background: #FFFDFA;
    padding: 0.5em 0.8em;
    border-radius: 5px;
    margin-left: 0.5em;
}


.contents_nav{
    justify-content: end;
}
.contents_nav > a{
    margin-right: 2.5em;
    font-size: 12px;
}

a{
    color: white;
    transition: all 0.1s ease;
}
a:hover{
    color: #D66629;
}

.KeyVisual{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.key-movie > *{
    object-fit: cover;
    height: 100%;
}
.KeyVisualContens{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5vw;
}
.keys:nth-child(1){
    padding-top: 15vh;
}
.keys:nth-child(2){
    padding-left: 15em;
    margin-bottom: 2em;
    margin-top: 2.5em;
}
.keys:nth-child(3){
    padding-left: 15em;
}

.KeyVisualContens_main{
    width: 40vw;
}
.KeyVisualContens_sub{
    position: absolute;
    top: 3vw;
    right: -3vw;
    width: 12vw;
}

.SliderWrap{
    padding: 5vw 2em;
    padding-bottom: 3.5vw;
    background: #D66629;
}
.SliderImg{
    width: 40vw;
}
.KeyContetsSlider{
    margin-top: -14vw;
    transition: all 0.1s ease;
}
.KeyContetsSlider .SliderImg{
    transform: scale(1);
    transition: all 0.1s ease;
}
.KeyContetsSlider:hover .SliderImg{
    transform: scale(0.95);
    transition: all 0.1s ease;
}

.BannerSlindeWrap{
    margin-top: 3em;
    padding: 0 3em;
}

.ContentInner{
    width: 100%;
}
.SectionInner{
    max-width: 1000px;
    padding: 100px 60px;
    margin: 0 auto;
}
.SectionContact{
    width: 100%;
    background: #00B900;
    padding: 4em 0;
}
.SectionContactInner{
    max-width: 1000px;
    padding: 60px;
    margin: 0 auto;
}
.SectionInnerBl{
    width: 100%;
    background: #161616;
    z-index: 1;
}
.SectionInnerBlWrap{
    max-width: 1000px;
    padding: 100px 60px;
    margin: 0 auto;
}
.SectionInnerShu{
    width: 100%;
    background: #FBEEE7;
}
.SectionInnerShuWrap{
    max-width: 1000px;
    padding: 100px 60px;
    margin: 0 auto;
}

.ContetnsTitle{
    text-align: center;
    color: #D66629;
    margin-bottom: 100px;
}
.ContentIcon{
    width: 5em;
    margin: 0 auto;
}
.ContentEnTitle{
    font-size: 5em;
    font-weight: bold;
    padding: 10px 0;
}
.ContentJpTitle{
    font-size: 1em;
    font-weight: bold;
}
.ContentExplain{
    color: #161616;
    margin-top: 2em;
    font-size: 0.9em;
    line-height: 1.5;
}
.Concept{
    font-size: 2em;
    font-weight: bold;
    color: #D66629;
    margin-bottom: 1em;
}
.ConceptExplain{
    line-height: 2;
}
.concept_inner{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.BannerWrap p{
    width: 50%;
    padding: 0 0.5em;
}
.BannerWrap p:first-child{
    padding-left: 0;
}
.BannerWrap p:last-child{
    padding-right: 0;
}


.PriceJoin{
    text-align: center;
    padding: 3em 0;
    font-weight: bold;
}
.PriceBorder{
    border:#D66629 solid 4px;
    border-radius: 5px;
}
.PriceJoin .en_font{
    font-size: 5em;
}
.Price{
    margin-top: 1em;
}
.Price .intax{
    padding: 0.5em;
    background: #D66629;
    border-radius: 2px;
    margin-top: -2px;

    position: relative;
    bottom: 5px;
}
.Price .yen{
    font-size: 2em;
}

.PriceExper{
    margin-bottom: 2em;
}
.PriceExper .PriceImg{
    width: 45%;
}
.PriceExper .PriceExplain{
    padding: 2em;
    width: 55%;
}
.PriceExper .Corse{
    padding: 0.8em;
    background: #773E20;
    width: fit-content;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.PriceExper .Price{
    margin-bottom: 2em;
}
.PriceExper .en_font{
    font-size: 5em;
    font-weight: 500;
}
.PriceExper .yen{
    font-size: 2em;
    font-weight: bold;
}
.PriceExper .intax{
    padding: 0.5em;
    background: #D66629;
    border-radius: 2px;
    margin-top: -2px;

    position: relative;
    bottom: 5px;
    font-weight: bold;
}
.PriceExper .Explain{
    line-height: 1.5;
}

.PriceCorseWrap, .TrainerWrap{
    justify-content: space-between;
}
.PriceCorse, .TrainerTag{
    width: calc(100% / 2.08);
    margin-bottom: 2em;
}
.hover_oprion{
    transform: scale(1);
    transition: all 0.4s ease;
}
.TrainerTag:hover > .hover_oprion{
    transform: scale(0.9);
}
.PriceCorse .Corse{
    text-align: center;
    padding: 1.5em 0;
    width: 100%;
    background: #D66629;
    font-weight: bold;
    font-size: 1.2em;
}
.PriceCorse .Price{

}
.PriceCorse .en_font{
    font-size: 3em;
    font-weight: 500;
}
.PriceCorse .yen{
    font-size: 2em;
    font-weight: bold;
}
.PriceCorse .intax{
    font-weight: bold;
}
.PriceCorse .Price{
    width: 100%;
    text-align: center;
    padding: 0 2em;
}
.PriceCorse .Explain{
    padding: 2em;
    padding-top: 1em;
    line-height: 1.5;
}
.PriceCorse .CorseExplain{
    padding: 1em;
    background: #773E20;
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
    width: 90%;
}
.PriceExperText{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5;
}
.PriceExperText span{
    color: #D66629;
}

.PriceExper .seal{
    transform: rotate(-15deg);
}
.PriceCorse .seal .en_font{
    font-size: 3em;
}
.PriceCorse .seal .jp_font{
    position: relative;
    top: 5px;
}
.seal{
    width: 120px;
    height: 120px;
    background: #FFFDFA;
    border: #D66629 solid 4px;
    border-radius: 1000px;
    color: #D66629;
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;

    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 1;
}

.FacilitiesContetsSlider{
    text-align: -webkit-center;;
}
.FacilitiesContetsSlider .SliderImg{
    width: auto;
}
.FacilitiesContetsSlider .title{
    padding: 1em 5em;
    border-radius: 5px;
    background: #D66629;
    color: #FFFDFA;
    width: fit-content;
    margin-top: 1em;
    margin-right: auto;
    font-size: 1.2em;
    font-weight: bold;
}
.FacilitiesContetsSlider .explain{
    text-align: left;
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.5;;
}
.AmenitiesWrap{
    width: 100%;
    padding: 1em;
    margin-top: 6em;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Amenities{
    width: 25%;
    padding: 2em;
}
.Amenities_icon{
    background: #FBEEE7;
    border-radius: 100px;
    width: 100%;
    /*height: 50px;*/
    padding: 2em;
    margin-bottom: 1em;
}
.Amenities_Title{
    text-align: center;
    line-height: 1.5;
}

.plus{
    padding: 5em 0;
    justify-content: center;
}
.dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #D66629;
    line-height: 1;
    width: 3em;
    height: 0.8em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;

    border-radius: 100px;
  }
  
  .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

.TrainerTag{
    background-color: #FFFDFA;
    border-radius: 5px;
    padding-bottom: 4em;
    overflow: hidden;
}
.TrainerTag .Name{
    color: #FFFDFA;
    padding: 1em 2em;
    background: #D66629;
    border-radius: 100px;
    width: fit-content;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    top: -1.5em;
    left: 2em;
}
.TrainerTag .ProfileText{
    padding: 2em;
    padding-top: 0;
    line-height: 1.5;
    font-size: 1.5;
    font-weight: bold;
}
.TrainerTag .NameOpacity{
    color: #D66629;
    opacity: 0.2;
    font-size: 2em;
    font-weight: bold;

    position: absolute;
    left: 1em;
}
.TrainerTag .Arrow{
    position: absolute;
    right: 2em;
    bottom: 0;
}
.TrainerImg{

}

.ComparisonTableWrap .ComparisonTableGroup{
    display: flex;
    margin-top: 0.5em;
}
.ComparisonTableWrap .ComparisonTableContents{
    width: calc(100% / 4);
    padding: 2em 1em;
    margin: 0 0.3em;
    background: #FAFAFA;
    border-radius: 5px;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;

    font-size: 0.85em;
}

.ComparisonTableContents.glad{
    background: #FBEEE7;
    font-weight: bold;
}
.ComparisonTableContents.glad_m{
    background: #D66629;
    color: white;
}
.ComparisonTableContents.glad_p{
    font-size: 1.6em;
    color: #D66629;
}
.ComparisonTableGroupAttention{
    padding: 2em 1em;
    margin: 0 0.3em;
    margin-top: 0.6em;
    background: #FBEEE7;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    font-size: 0.8em;
}

.Customer{
    padding-top: 5em;
}
.Customer:first-child{
    padding-top: 1em;
}
.Customer .CustomerImage{
    width: calc(100% / 2);
    border-radius: 10px;
    overflow: hidden;
}
.Customer .CustomerText{
    width: 100%;
    padding: 0 2em;
}
.CustomerText .title{
    font-weight: bold;
    font-size: 2em;
    color: #D66629;
    line-height: 1.5;
    padding-bottom: 0.5em;
}
.CustomerText .v_name{
    padding-bottom: 1em;
    font-weight: bold;
    font-size: 1.2em;
}
.CustomerText .v_name_san{
    font-weight: bold;
    font-size: 0.9em;
    padding-left: 0.3em;
}
.CustomerText .corse{
    font-weight: bold;
    width: 100%;
    padding: 0.75em;
    text-align: center;
    border-radius: 5px;
    border:#D66629 solid 4px;
    margin-bottom: 1.5em;
}
.CustomerText .explain{
    line-height: 1.5;
}

#CONTACT .ContentEnTitle,#CONTACT .ContentJpTitle{
    color:#00B900;
}
#CONTACT .ContentIcon{
    display: none;;
}

.ContactWrap{
    padding-bottom: 0;
}
.ContactWrap .ContetnsTitle{
    margin-bottom: 50px;
}

.LineTitle{
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 1em;
    background: #FFFDFA;
    margin: 0 auto;
    font-weight: bold;
    color: #00B900;
    border-radius: 100px;
}
.LineSubTitle{
    text-align: center;
    font-weight: bold;
    color: #FFFDFA;
    padding-top: 2em;
    padding-bottom: 3em;
}
.LineBox{
    justify-content: center;
}
.LineBoxInner{
    width: 250px;
    border: #FBEEE7 solid 4px;
    border-radius: 5px;
    padding: 2em;

    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
}
.LineBoxInner:nth-child(1){
    margin-right: 1em;
}
.LineBoxInner:nth-child(2){
    margin-left: 1em;
}
.Linetext{
    font-weight: bold;
    color: #FBEEE7;
    text-align: center;
    font-size: 1.1em;
}
.LineContactId{
    text-align: center;
    color: #FBEEE7;
    font-size: 2.5em;
    font-weight: bold;

    /*padding: 1em;*/
}
.LineContactImg{
    padding: 1em;
}

.footer_inner .logo{
    padding-bottom: 1em
}
.footer_inner .Tel{
    font-size: 2em;
    color: #FBEEE7;
    padding-bottom: 0.5em;
}
.footer_inner .Info{
    color: #FBEEE7;
    line-height: 1.5;
    font-size: 0.9em;
}
.footerNavWrap nav{
    padding: 2em 0;
    padding-bottom: 0em;
}
.footerNavWrap nav p{
    padding-left: 1em;
}
.footerNavWrap nav .flx{
    justify-content: end;
    padding-bottom: 1em;
}
.footerNavWrap .nav_btn_wrap{
    width: fit-content;
    margin-left: auto;
}

.SocialMedia.flx{
    justify-content: end;
    padding-top: 2em;
}
.SocialMedia.flx .sns{
    padding: 0.5em;
    background: #D66629;
    border-radius: 100px;
    margin-left: 0.5em;
}


#container.under{
    background: #F8F5F2;
}

.HamToggle{
    justify-content: center;
    align-items: center;
}
.HamLines{
    display: block;
    height: 2px;
    width: 25px;
    background: #FBEEE7;

    justify-content: center;
    align-items: center;
    
    border-radius: 100px;

    transition: all 0.5s ease;
}
.HamLines_TOP{
    margin-bottom: 5px;
}
.HamLines_BOTTOM{
    margin-top: 5px;
}

.HamToggle.open .HamLines{
    transform: rotate(45deg);
}
.HamToggle.open .HamLines_TOP{
    margin-bottom: -2px;
}
.HamToggle.open .HamLines_BOTTOM{
    margin-top: -2px;
}

/* profile.php */

.ProfileUnderWrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
    padding-bottom: 0;
    padding-top: 0;
}
.ProfileUnderKey{
    width: 100%;
    padding-bottom: 0;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: center;
}
.ProfileUnderImg{
    width: 50%;
    position: relative;
}
.ProfileUnderImg p{
    padding: 1em 2em;
    border-radius: 100px;
    background: #D66629;
    color: #FBEEE7;

    width: fit-content;

    position: absolute;
    bottom: 2em;
    right: 2em;
    z-index: 3;

    font-size: 1.2em;
}
.ProfileSideFont{
    font-weight: bold;
    color: #D66629;
    position: fixed;

    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    transform: rotate(90deg);
    image-rendering: -webkit-optimize-contrast;

    font-size: 1.3em;

    z-index: 50;
}


.ProfileUnderExplain{
    padding: 3em 5em;
    padding-right: 2em;
    padding-bottom: 0;
    width: 50%;
}
.ProfileUnderKeyName{
    color: #D66629;
    font-size: 2.5em;
    font-weight: bold;

    margin-bottom: 1em;
}
.ProfileUnderKeyFirstWord{
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2;

    margin-bottom: 0.8em;
}
.ProfileUnderKeyExplain{
    font-size: 1em;
    line-height: 1.5;

    margin-bottom: 2em;
}

.ProfileUnderSns{
    margin-top: 2em;
    align-items: center;
}
.ProfileUnderSns .icons{
    /*
    padding: 0.75em;
    */
    background: #D66629;
    border-radius: 100px;
    margin-right: 0.8em;
    width: 50px;
}
.ProfileBIOWrap{
    width: 100%;
    padding: 2em 0;
    padding-bottom: 5em;
    line-height: 1.5;
}

.ProfileNametwoclm{
    justify-content: space-between;
    margin-bottom: 2em;
}
.ProfileNametwoclm div{
    width: calc(98% / 2);
    background: #141313;
    padding: 2.5em;
    border-radius: 5px;
}

.ProfileNameoneclm{
    justify-content: space-between;
    margin-bottom: 2em;
}
.ProfileNameoneclm div{
    width: 100%;
    background: #141313;
    padding: 2.5em;
    border-radius: 5px;
}

.ProfileBIOWrap .ans{
    margin-top: 0.5em;
    font-size: 1.5em;
}

#container.under.FreeTrainingPageMain{
    background: #FBEEE7;
}

#FreeTrainingPage h2{
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: 2em;
    line-height: 1.5;
}
.FreeTrainingSquare{
    margin-top: 5em;
}
.FreeTrainingPageExplain{
    font-size: 1em;
    line-height: 2;
    text-align: center;
    margin-top: 2em;
    font-weight: bold;
}

.FreeTrainingpageCircle{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 1.4em;
    color: white;
    background: #D66629;
}
#FreeTrainingPage .firstExplain{
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
}
#FreeTrainingPage .firstExplain.last{
    margin-bottom: 0em;
}
#FreeTrainingPage .secondExplain{
    line-height: 1.5;
    font-size: 1.1em;
    margin-top: 2em;
}
#FreeTrainingPage .firstExplain .FreeTrainingpageCircle{
    margin-right: 1em;
}
#FreeTrainingPage .card_wrap{
    margin-top: 4em;
}
#FreeTrainingPage .card_wrap .TwoClm{
    display: flex;
    justify-content: space-between;
}
#FreeTrainingPage .card_wrap .OneClm, #FreeTrainingPage .card_wrap .TwoClm{
    margin-bottom: 3em;
}


#FreeTrainingPage .TwoClm .card{
    padding: 1em;
    border: solid 3px #D66629;
    background: #F8F5F2;
    width: 48%;
}
#FreeTrainingPage .OneClm .card{
    padding: 1em;
    border: solid 3px #D66629;
    background: #F8F5F2;
    width: 100%;
}
#FreeTrainingPage .OneClm .card.flx{
    justify-content: space-between;
}
#FreeTrainingPage .OneClm .card .left,#FreeTrainingPage .OneClm .card .right{
    width: 48%;
}

#FreeTrainingPage .OneClm .card .left.five, #FreeTrainingPage .OneClm .card .right.five{
    width: 100%;
    overflow: hidden;
}
.left.five .secondExplain{
    margin-bottom: 2em;
}

.FreeTrainingPageExplainLastWrap .speachballoon{
    width: 200px;
    margin: 0 auto;
}
.FreeTrainingPageExplainLastWrap .PriceExper{
    margin-top: 5em;
    background: white;
    transition: all 0.2s linear;
}
.FreeTrainingPageExplainLastWrap .PriceExper .Corse{
    background-color: #e58b5c;
}
.FreeTrainingPageExplainLastWrap .PriceExper .intax{
    color: white;
}
.changepop{
    transform: scale(0.9);
    transition: all 0.2s ease;
}

.background-FreeTrainingPage{
    position: fixed;
}

.FreeTrainingSquare p::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #D66629;
    transform: skewX(-15deg);
    z-index: 1;
}
.FreeTrainingSquare p{
    text-align: center;
    padding: 20px;
}
.FreeTrainingSquare p span{
    z-index: 2;
    color: white;
    font-size: 1.3em;
}

.SideImageWrap{
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
}

.FreeTraining{
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 0.5em;
}
.FreeTrainingContentsWrap > div{
    padding-top: 5em;
}
.FreeTrainingContentsWrap .flx{
    justify-content: space-between;
}
.FreeTrainingImage{
    width: 35%;
    border-radius: 5px;
    overflow: hidden;
}

.FreeTrainingExplain{
    width: 60%;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 1em;
}
.FreeTrainingExplain .big{
    font-size: 2.2em;
    padding-top: 5px;
    padding-bottom: 30px;
    color: #D66629;
}
.FreeTrainingExplain .explain{
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.5;
}
.FaqTitle{
    color: #D66629;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 1em;
}
.js-accordion-title{
    margin-bottom: 1em;
}
.accordion-title {
    background: #D66629;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 40px;
    position: relative;
    border-radius: 5px;
    color: #FBEEE7;
  }
  
  .accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #FBEEE7;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  }
  .accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #FBEEE7;
    transition: all .3s ease-in-out;
  }
  
  .accordion-title.open:before {
    transform: rotate(180deg);
  }
  .accordion-title.open:after {
    opacity: 0;
  }
  
  .accordion-text {
    border-left: 2px solid #D66629;
    border-right: 2px solid #D66629;
    border-bottom: 2px solid #D66629;
    display: none;
    padding: 20px 40px;
    color: rgba(23,23,23,1);
  }

.wh{
    color: #FFFDFA;
}

.finger{
    width: 60px;
    position: absolute;
    bottom: 20px;
    right: -3px;
    transform: rotate(-25deg) scale(1);
    transition: all 0.2s ease;
}
.changefinger{
    transform: rotate(-25deg) scale(0.9);
    transition: all 0.2s ease;
}



.fixed_banner{
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
}

.TLines{
    display: block;
    padding: 0.5em 0;
    background: #D66629;
    width: 100%;
}
.WLines{
    display: block;
    padding: 0.2em 0;
    background: #D66629;
    border-radius: 100px;

    margin: 3em 0;

    width: 30%;
}
.Pforward{
    position: relative;
    z-index: 2;

    padding: 3em;
    padding-bottom: 0;
}
.Pback{
    position: absolute;
    /*top: 10%;*/
    top: 0;
    z-index: 1;
}

.FadeClass{
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 1s, opacity 1s, visibility 1s;
}
.is-fadein {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

#sb_instagram .sbi_photo img{
    /*display: none;*/
}
#sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
    margin-top: 0px;
    margin-left: 0px;
    font-size: 23px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: -60px;
}
.wp-site-blocks{
    display: none;
}

#HamMenu, .HamMenu_inner{
    display: none;
}

.mpc{
    display: block;
}
.msp{
    display: none;
}

@media (max-width: 800px){
    .KeyVisual{
        /*height: 100vh;*/
    }
    .MainVisual{
        /*height: 100%;*/
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .MainVisual img{
        width: 100%;
        max-width: none;
        margin: 0 auto;
        margin-top: -10em;
        /*position: absolute;*/
    }
    /*
    .KeyVisualContens{
        position: absolute;
        top: 5em;
        left: 2em;
    }
    .KeyVisualContens_main{
        width: 65vw;
    }
    .KeyVisualContens_sub{
        width: 18vw;
    }
    */
    
    .ProfileUnderKey{
        display: block;
    }
    .ProfileUnderImg{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .ProfileUnderExplain{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 3em 0em;
    }
    .ProfileUnderKeyFirstWord{
        font-size: 7.5vw;
    }
    .ProfileUnderKeyName{
        font-size: 5vw;
    }
    .ProfileUnderSns .icons{
        width: 50px;
    }
    .ProfileSideFont{
        display: none;;
    }
    .ProfileNametwoclm{
        display: block;
    }
    .ProfileNametwoclm div{
        width: 100%;
        padding: 1.5em 2.5em;
    }
    .ProfileNameoneclm div{
        padding: 1.5em 2.5em;
    }
    .ProfileNametwoclm > div:first-child{
        margin-bottom: 2em;
    }


    #HamMenu, .HamMenu_inner{
        display: block;
    }
    body.fixed{
        position: fixed;
        width:100%;
    }
    main{
        padding-top: 50px;
    }
    header .header_inner{
        display: none;;
    }
    #HamMenu{
        width: 100%;
        background: rgba(23,23,23,0.3);
        position: fixed;
        top: 0;
        z-index: 100;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    #HamMenu.open{
        backdrop-filter: blur(10px);
    }
    .HLogo{
        width: 140px;
        padding-left: 1em;
    }
    .HamToggle{
        width: 50px;
        height: 50px;
        background: #D66629;
    }
    .HamMenu_wrap.flx{
        justify-content: space-between;
        align-items: center;
    }

    .HamToggle{}
    .HamToggle.open{}

    .HamMenu_inner{
        display: none;
    }
    .HamMenu_inner{
        width: 100%;
        height: 100vh;
        background: rgba(23,23,23,1);
        position: fixed;
        z-index: 99;
        overflow-y: scroll;

        padding: 1em;
        padding-top: calc(50px + 2em);
    }

    .HamMenu_links{
        width: 100%;
        padding: 1em;
        background: #050505;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 1em;
        color:#FBEEE7;
    }
    /*
    .HamMenu_close{
        position: absolute;
        bottom: 1em;
        width: 94%;

        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);

        background: #D66629;
    }
    */
    .ProfileUnderKeyExplain{
        font-size: 1em;
    }

    .FreeTrainingSquare{
        margin-top: 0;
    }
    #FreeTrainingPage .card_wrap .TwoClm{
        display: block;
    }
    #FreeTrainingPage .TwoClm .card{
        width: 100%;
        margin-bottom: 3em;
    }
    #FreeTrainingPage .OneClm .card.flx{
        display: block;
    }
    #FreeTrainingPage .OneClm .card .left, #FreeTrainingPage .OneClm .card .right{
        width: 100%;
    }
    #FreeTrainingPage .secondExplain{
        margin-bottom: 1em;
        margin-top: 0;
    }
    .background-FreeTrainingPage{
        display: none;
    }
}

@media (max-width: 768px){
    .footer_inner{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer_inner .footerInfoWrap, .footer_inner .footerNavWrap{
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    .footer_inner nav div.flx{
        display: block;
        padding: 0;
    }
    .footer_inner nav div.flx p{
        width: 100%;
        padding: 1em;
        background: #050505;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 1em;
    }
    .SocialMedia{
        display: none;
    }

    .footerInfoWrap{
        width: 100%;
        max-width: 700px;
        text-align: center;

        padding-top: 2em;
    }
    .Amenities{
        width: 33%;
        padding: 1em;
    }
}

@media (max-width: 700px){
    .FreeTrainingContentsWrap .flx{
        display: block;
    }
    .FreeTrainingImage{
        width: 100%;
    }
    .FreeTrainingExplain{
        width: 100%;
    }
    .FreeTrainingExplain .big{
        font-size: 1.7em;
    }
    .FreeTrainingContentsWrap > div:first-child{
        padding-top: 0;
    }
}

@media (max-width: 600px){
    .Amenities{
        width: 50%;
        padding: 1em;
    }
}

@media (max-width: 480px){
    .mpc{
        display: none;
    }
    .msp{
        display: block;
    }
    .KeyVisualContens{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 90%;
        height: 100%;
        padding: 0;
    }
    .keys:nth-child(1){
        position: absolute;
        padding-top: 0;
        bottom: 170px;
        width: 85%;
        right: 0;
    }
    .keys:nth-child(2){
        padding-left: 0;
        margin-bottom: 0em;
        padding: 0em 4em;

        margin-bottom: 0em;
        padding: 0em;
        transform: translateY(320px);
        padding-right: 0;
        width: 210px;
        margin: 0;
        margin-left: auto;
        display: block;
    }
    .keys:nth-child(3){
        position: absolute;
        margin-top: 1em;
        padding-left: 0;
        padding: 0em;
        bottom: 2em;
    }
    .KeyVisualContens_main{
        width: 100vw;
    }
    .KeyVisualContens_sub{
        width: 26vw;
        top: 5vw;
        right: -5vw;
    }
    .SliderImg{
        width: 100%;
    }
    .onlypc{
        display: none!important;
    }
    .onlysp{
        display: block!important;
    }
    .Concept{
        font-size: 1.7em;
        line-height: 1.4;
    }
    .ComparisonTableWrap .ComparisonTableContents{
        width: calc(100% / 3);
        font-size: 0.5em;
    }
    .SectionInner{
        width: 100%;
        max-width: 100%;
        padding: 100px 2em;
    }
    .SectionInnerBlWrap{
        width: 100%;
        max-width: 100%;
        padding: 100px 1em;
    }
    .ContentEnTitle {
        font-size: 3.5em;
    }
    .ContentJpTitle{
        font-size: 1.5em;
    }
    .ContentExplain{
        font-size: 1em;
    }
    .ContetnsTitle{
        margin-bottom: 50px;
    }

    .Customer{
        flex-wrap: wrap;
    }
    .Customer .CustomerImage{
        width: 100%;
    }
    .Customer .CustomerText{
        padding: 0;
        padding-top: 1em;
    }
    .CustomerText .title{
        font-size: 1.4em;
        font-weight: bold;
    }
    div.Customer:nth-child(2n+1){
        flex-direction: column-reverse;
    }

    footer{
        padding: 2em;
    }

    .SectionContactInner{
        padding: 2em;
    }
    .SectionContactInner .LineBox.flx{
        display: block;
    }
    .LineBoxInner:nth-child(1), .LineBoxInner:nth-child(2){
        width: 100%;
        margin: 0;
    }
    .LineBoxInner:nth-child(1){
        margin-bottom: 1em;
    }
    
    .SectionInner{
        padding: 100px 1em;
    }
    .SectionInnerShuWrap{
        padding: 100px 1em;
    }
    .TrainerTag{
        width: 100%;
    }

    .FacilitiesContetsSlider .title{
        padding: 1em 2em;
        border-radius: 5px;
        background: #D66629;
        color: #FFFDFA;
        width: fit-content;
        margin-top: 1em;
        margin-right: auto;
        font-size: 1em;
        font-weight: bold;
    }
    .FacilitiesContetsSlider .explain{
        font-size: 1em;
        line-height: 1.5;
    }

    .PriceExper.flx{
        flex-wrap: wrap;
    }
    .PriceExper .PriceImg, .PriceExper .PriceExplain{
        width: 100%;
    }
    .PriceExper .Corse{
        width: 100%;
        text-align: center;
    }
    .seal{
        width: 90px;
        height: 90px;
        font-size: 1em;
    }
    .PriceExperText{
        font-size: 1.5em;
        line-height: 1.4;
    }
    .PriceCorse{
        width: 100%;
    }
    .PriceJoin .en_font{
        font-size: 4em;
    }

    .BannerWrap p{
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }
    .BannerWrap.flx{
        flex-wrap: wrap;
    }

    .ConceptExplain{
        width: 100%;
    }

    header .header_inner{
        display: none;;
    }

    .PriceCorse .Corse{
        padding: 1em 0;;
    }
    .PriceExper .en_font{
        font-size: 3.5em;
    }
    .PriceExper .Price {
        text-align: center;
    }
}







@media (max-width: 800px){
    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
        width: calc(100% / 3);
    }
}
@media (max-width: 480px){
    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
        width: calc(100% / 3);
    }
    .ComparisonTableContents.glad_p{
        font-size: 1em;
    }
}

@media screen and (max-width: 1100px){
    .nav_btn_wrap{ 
        display: none;
    }
    .contents_nav > a:last-child{
        margin: 0;
    }
}



/* ローディング画面背景 */
.loader-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .looping-rhombuses-spinner, .looping-rhombuses-spinner * {
    box-sizing: border-box;
  }

  .looping-rhombuses-spinner {
    width: calc(15px * 4);
    height: 15px;
    position: relative;
  }

  .looping-rhombuses-spinner .rhombus {
    height: 15px;
    width: 15px;
    background-color:#D66629;
    left: calc(15px * 4);
    position: absolute;
    margin: 0 auto;
    border-radius: 2px;
    transform: translateY(0) rotate(45deg) scale(0);
    animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
  }

  .looping-rhombuses-spinner .rhombus:nth-child(1) {
    animation-delay: calc(2500ms * 1 / -1.5);
  }

  .looping-rhombuses-spinner .rhombus:nth-child(2) {
    animation-delay: calc(2500ms * 2 / -1.5);
  }

  .looping-rhombuses-spinner .rhombus:nth-child(3) {
    animation-delay: calc(2500ms * 3 / -1.5);
  }

  @keyframes looping-rhombuses-spinner-animation {
    0% {
      transform: translateX(0) rotate(45deg) scale(0);
    }
    50% {
      transform: translateX(-233%) rotate(45deg) scale(1);
    }
    100% {
      transform: translateX(-466%) rotate(45deg) scale(0);
    }
  }

  .loader-bg .flx{
      align-items: center;
  }
  .loader-bg .logo{
    width: 120px;
    padding-bottom: 1.5em;
    margin: 0 auto;
}
  .loader-bg .text{
      width: 300px;
      padding-bottom: 1.5em;
      transform: scale(0.8);
  }
  .loader-bg .looping-rhombuses-spinner{
      margin: 0 auto;
  }

  .loader-bg.is-active{
      display: none;
  }


  .loader-bg{
      display: none!important;
  }





  .ProfileUnderImg > div{

  }
  .ProfileUnderExplain{
    padding-bottom: 3em;
  }
  @media (max-width: 800px) {
    .ProfileUnderImg > div{
        position: static;
    }
    .under main{
        padding-top: 50px;
    }
  }




  /* 241210 */
  .trainer-page .swiper-wrapper{
    /*height: 100px;*/
  }
  .trainer-page .swiper-slide{
    overflow: hidden; /* はみ出しを隠す */
  }

  .trainer-page .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .trainer-page .SliderBanner{
    height: 100%;
    margin-top: 0;
  }
  .trainer-page .BannerSlindeWrap{
    overflow: hidden;
    margin-top: 0;
  }
  .ProfileUnderImg > div{
    border: #D66629 solid 10px;
    top: 0;
    bottom: auto;
    overflow: hidden;
  }
  .ProfileUnderWrap{
    margin-bottom: 4.5em;
  }
  .ProfileUnderExplain .BannerSlindeWrap{
    padding-top: 0;
  }
  @media screen and (max-width: 800px){
    .ProfileUnderImg > div{
        border: #D66629 solid 0px;
    }
    .trainer-page .BannerSlindeWrap{
        /*aspect-ratio: 16 / 9;*/
    }
    .trainer-page .swiper-wrapper{
        /*height: 300px;*/
        /*aspect-ratio: 16 / 9;*/
    }
    .trainer-page .swiper-slide img{
        width: auto;
        height: 100%;
        object-position: top;
        object-position: unset;
    }
    .trainer-page .SliderBanner{
        display: flex;
        justify-content: center;
    }
  }


.imgs{
    position: absolute;
    width: 90px;
    top: -15px;
    right: 15px;
}
.FreeContents-banner-img-wrap{
    margin-bottom: 2em;
}
.line-click{
    width: 6vw;
    /* max-width: 40%; */
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 15px;
    animation: scaleLoop 1s infinite ease-in-out;
}
.line-click-sp .line-click{
    width: 15vw;
    /* max-width: 40%; */
    position: absolute;
    z-index: 1;
    bottom: 13px;
    right: 15px;
}
@keyframes scaleLoop {
  0%   { transform: scale(1); }
  50%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}