@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
}

/*------------------------------*/
/*メイン関係ここから		*/
/*------------------------------*/

html,
body{
  text-align: left;
  padding:0px;
  margin:0px;
  word-wrap: break-word;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"Adobe Garamond Pro Bold", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
}


.bold {
    font-family:"游ゴシック Bold", "Yu Gothic Bold", "Yu Gothic", "游ゴシック", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6',"Adobe Garamond Pro Bold", 'メイリオ', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
    box-sizing: inherit;
}


a {
    text-decoration: none;
    color: #666666;
}

.fPc {display:none !important;}
.fPci {display:none !important;}
.fPcib {display:none !important;}

.fSp {display:block !important;}
.fSpi {display:inline !important;}
.fSpib {display:inline-block !important;}

.fSp02 {display:none!important;}

.w100 {
    width: 100% !important;
}
.w100 {width:100% !important;}

img {max-width:100%;height:auto;}
img.w40 {max-width:40%;height:auto;}

strong {font-weight:bold;}

section figure img {
    width: 100%;
    height: auto;
}

/*ここから*/
#wrap {
    display: none;
    min-width:100vw;
}


/*ドロワーメニュー*/
.menuSpName {
    position: absolute;margin-top: -7px;margin-left:3px;
}
#drawer-checkbox {
  display: none;

}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

#drawer-icon span {
  background:  #333;
  display: block;
  height: 1px;
  left: 50%;
  margin:0 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out 0s;
  width: 84%;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -7px;
}
#drawer-icon span::after {
  margin-top: 6px;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

    /*ローダー*/
    
    #loader-bg {
        position: fixed;
        width: 100vw;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #000;
        z-index: 999;

    }
    
    #loader {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        border: 2px solid rgba(243, 247, 95, 0.4);
        border-top-color: rgba(243, 247, 95, 1);
        border-radius: 50%;
        animation: spin 1.2s linear 0s infinite;
        box-sizing: border-box;
    }
    
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }



.ochiba {
    text-indent: -1em !important;
    margin-left: 1em !important;
}


#spMenu {
    padding-top:12px;
    text-align: left;
    padding-left:3%;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    z-index: 100;
}
p {
    text-align: justify;
    text-justify: inter-ideograph;
}



/*-----
ナビ
-----*/
header {
    height: 50px;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 200;

    /* background-image: url(./images/headerBackPc.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1440px 60px; */
    background-color: #eeeeee;

    position: fixed;
    top: 0;
}

#headerLogo {
    height: 120px;
    width: 120px;
    position: fixed;
    box-sizing: border-box;
    text-align: left;
    background: linear-gradient(to top left, transparent 50% , #000 50%) ;
    padding-top: 28px;
    padding-left: 4px;
    z-index: 100;
}

#headerLogo img {
    line-height: 0;
    width: 80px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.headerLogoSp {
    margin-top: 10px;
    margin-left: 15px;
}

#headerBody {
    width: 100%;
    margin: auto;
    position: relative;
}
#headerSub {
    display: none;
    position: absolute;
    right: 0;
    top:0;
    box-sizing: border-box;
    padding-top: 14px;
}
#headerSub ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
}
#headerSub ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .5rem;
}

#gnav {
    width: 100%;
    display: none;
    position: fixed;
    top:50px;
    background-color: rgba(243, 247, 95, 0.9);
    z-index: 99;
}

#gnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: justify;
    -moz-justify-content: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
#gnav > ul  li{
    width: 48%;
    text-align: left;
    box-sizing: border-box;
    /* font-size: 1.2rem; */
    font-weight: bold;
    position: relative;
    /* margin-bottom: 10px; */
    padding: .5rem 0;
    /* border-bottom: 1px solid #fff; */
}
#gnav > ul  li a{
    padding-left: 1rem;
    line-height: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;


}
#gnav li a::after {
	position: absolute;
	top: 50%;
	right: 5vw;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }

#gnav .iconBox{
    margin-top:1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
#gnav .iconBox figure{
    margin: 0 8px;
  
}


#toTrial {
    height: 120px;
    width: 120px;
    /* background-color: #f3f75f; */
    position: fixed;
    box-sizing: border-box;
    text-align: left;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: linear-gradient(to top left, #f3f75f 50% , transparent 50%) ;

}

#toTrial > span{
    position: absolute;
    /* font-size: 1.2rem; */
    line-height: 1.2;
    right:5px;
    bottom: 7px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
    letter-spacing: 0;
    background-image: url(./images/toTrialBack.png);
    background-repeat: no-repeat;
    background-size: 60px;
    display: block;
    /* width: 80px;
    height: 80px; */
    box-sizing: border-box;
    padding-top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#toTrial span span{
    font-size: 1.2rem;
    font-weight: bold;
}


/*---------------------------*/
/*フッタ*/
/*---------------------------*/
footer {
margin: 0;
padding: 1rem 0;
background-color: #000;
line-height: 1;
color: #fff;
font-family: 'Anton', sans-serif;
}

/*topへ戻る*/
#footMenu {

    /* background-color: #f3f75f; */
    position: fixed;
    box-sizing: border-box;
    /* text-align: left; */
    left: 5vw;
    bottom:5vw;

    display: none;
    height: 50px;
    width: 50px;
    position: fixed;
    /* right: 50px;
    bottom: 50px; */
    z-index: 300;
    background-color: #000;
    box-sizing: border-box;
    padding-top: 1.4rem;
    /* border-radius: 50%; */
}
#footMenu span {
    display: block;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*---------------------------*/
/*top*/
/*---------------------------*/

/*mainV---------------------------*/
section#mainV {
    width: 100%;
    position: relative;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0;
}
section#mainV #slider {
    position: relative;
    padding-bottom: 0px !important;
    width: 100%;
    height: 100vh;
    min-width: 100%;
    margin: 0;
    z-index: 1;
}
section#mainV #slider li {
    /* position:absolute; */
    width: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

section#mainV #slider li a{
    display: block;
    width: 100%;
    height: 100%;
}

section#mainV #mainVCatch {
    position: absolute;
    z-index: 2;
        left: 0;
        right: 0;
        top:0;
        bottom:0;
    margin: auto;
    background:rgba(0, 0, 0,0.8);
    width: 288px;
    height: 200px;
    box-sizing: border-box;
    padding: 2.5rem 5% 0 5%;   
     margin-top: calc(50vh - 75px);
}

section#mainV #mainVCatch h1 {

}

section#mainV #mainVCatch h1 figure{
    line-height: 0;
    margin-bottom: .8rem;
}
section#mainV #mainVCatch h1 figure {
    width: 100%;

}

.mainCatchAnimaL {
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    /* position: relative; */
    /* margin-top: 200px; */
    margin-left: -240px;
}
.mainCatchAnimaR {
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    /* position: relative; */
    /* margin-top: 200px; */
    margin-left: 240px;
}
.mainCatchBackAnima {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: relative;
}
.fadeInDown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";

}


.wait1 {
    transition-delay: 2s;
}
.wait2 {
    transition-delay: 3s;
}
/* .slide a {width:100%; height:100%;display:block;} */

section#mainV #slider .slide01 {
    background-image: url(./images/slideBack06Pc.jpg);
}
section#mainV #slider .slide02 {
    background-image: url(./images/slideBack04Pc.jpg);
}
section#mainV #slider .slide03 {
    background-image: url(./images/slideBack01Pc.png);
}
section#mainV #slider .slide04 {
    background-image: url(./images/slideBack05Pc.jpg);
}
section#mainV #slider .slide05 {
    background-image: url(./images/slideBack03Pc.jpg);
}
section#mainV #mainVBottom {
    position: absolute;
    background-image: url(./images/mainVBottomBack.svg);
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 30px;
    z-index: 10;
}

/*イメージスワップ width height固定のクラスに付加*/
.swapBox {
    position: relative;
}
.swapImg01 {
    position: absolute;
    top: 0;
    left: 0;
    /* left:calc((100vw - 1600px) / 2); */
    /* transition-delay:3s; */
    
    opacity: 0;
    z-index: 2;
}
.swapImg02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
}
.slideInOut {
    opacity: 0;
    animation-name: slideInOut;
    animation-duration: 2.4s;
    /* animation-iteration-count: infinite; */
    
    animation-fill-mode: forwards;
}
@keyframes slideInOut {
    0% {
        opacity: 0;
        transform: translateX(700px);
    }
    
    50% {
        opacity: 1;
        transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        /* transform: translateX(-200px); */
    }
}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 3s;
    /* animation-iteration-count: infinite; */
    
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

/**/
#mainV h1 {
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 2.25;
    position: relative;
    margin-top: -20px;
    margin-bottom: 3rem;
}

/*共通*/
section {
    padding: 2.5rem 0;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -1px;
}
strong {
    font-weight: bold;
}
.ochiba {
    text-indent: -1em !important;
    margin-left: 1em !important;
}
section h2 {
    /* font-size: 18px; */
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
    z-index: 2;
    /* font-feature-settings: normal; */
}
section h2:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    background-image: url(./images/h2Back01.png);
    background-size: 100% 100%;
    left: 50%;
    top: -0.5rem;
    z-index: -1;
    margin-left: -35px;
}
section.rev h2 {
    color: #fff;
}
section h2.bWhite::before {
    background-image: url(./images/h2Back02.png);
    background-size: 100% 100%;
}
section h2 span {
    font-family: 'Anton','游ゴシック Medium', 'Yu Gothic Medium', 'Yu Gothic', 'YuGothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', sans-serif;

    font-size: 2em;
    font-weight: inherit;
}
section h2 span::after {
    content: '\A';
    white-space: pre;
}
section h2.rev {
    padding-top: 0.9em;
    font-size: 2em;
    line-height: 0.7;
}
section h2.rev span {
    /* font-size: 24px; */
    font-size: 1rem;
}
p.lead {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2rem;
}

.mainBox {
    width: 90vw;
    margin: auto;
}
/*section01 Eminenceairについて---------------------------*/
section#sec01 {
    background: url(images/sec01BackTopPc.svg),url(images/sec01BackBottomPc.svg);
    background-position: top center,bottom center;
    background-repeat: no-repeat,no-repeat;
    background-attachment:scroll,scroll;
    background-size: 100%,100%;
    /* background: url(images/sec01BackTopPc.svg),url(images/sec01BackBottomPc.svg),url(./images/sec01BackPc.jpg);
    background-position: top center,bottom center,center center;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-attachment:scroll,scroll,scroll;
    background-size: 100%,100%,cover; */
}
section#sec01::before {
    position: fixed;
    top:0;
    left:0;
    content:"";
    z-index: -1;
    width: 100vw;
    height:100vh;
    color:#ffa500;
		background-color:#000;
		background-image: url(./images/sec01BackSp.png);
    background-size: cover;

}
#sec01 .mainBox {
    /* width: 1024px; */
}
#sec01 p.lead {
    color: #f3f75f;

}
ul.aboutList {
    width: 100%;
}
ul.aboutList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54vw;
}
ul.aboutList li > div{
    width:614px;
    width: 60%;
    background-color: #000;
    color:#f3f75f;
    box-sizing: border-box;
    padding:1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.aboutList li div div{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

ul.aboutList li div h3{
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: .5em;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
ul.aboutList li div p{
    /* font-size: 1.2rem; */

}
ul.aboutList li figure{
    width: 40%;
    /* height: 54vw;
    background-color: #fff; */
    line-height: 0;

}
ul.aboutList li figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;

}

ul.aboutList li :nth-child(2n+1) {

}
ul.aboutList li:nth-child(2n+1) div{
    order: 1;
    background-color: #fff;
    color: #000;
}
ul.aboutList li:nth-child(2n+1) figure{
    order: 2;
}
ul.aboutList li.imgs figure{
    width: 50%;
}

ul.aboutList br{
    display:none;
}

/*section02 体験プラン---------------------------*/
section#sec02 {
    background: url(images/sec02BackTopPc.png),url(images/sec02BackBottomPc.png);
    background-position: top center,bottom center;
    background-repeat: no-repeat,no-repeat;
    background-size: 100%,100%;
    background-color: #f3f75f;

}
#trialCatch {
    width: 30%;
    position: absolute;
    top:0;
    right:2%;
}

#sec02 h3.TrialPlan {
    line-height: 1.6;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    height: 100px;

}
#sec02 h3.TrialPlan b {
    font-weight: bold;
    background-image: linear-gradient(transparent 70%, rgba(255, 255, 255, 1) 30%);
    padding: 3px .3em;
    position: relative;
     font-size: 1.6rem;
}
#sec02 h3.TrialPlan > span{
    font-weight: inherit;
}
#sec02 h3.TrialPlan > span::before{
    content: '\A';
    white-space: pre;
}
.trialLabel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align:center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content:center;
    justify-content: center;
   padding: .5rem 1.2rem;
    background:#000;
    color:#fff;
    text-align:center; 
    transform:skewX(-45deg);
    line-height: 1.2;
    position: relative;
    width: 160px;
    white-space: nowrap;
    letter-spacing: 0;
    top:-60px;
    left: 200px;
}
.trialLabel > span{
    transform:skewX(45deg);
}
.trialLabel > span span{
    font-size: .75em;
}

#courseList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
#courseList li{
    width: 48%;
    border: 1px solid #000;
    padding:1rem;
    box-sizing: border-box;
}
#courseList li h4{
    font-size: 1.4rem;
    font-weight: bold;
}
#courseList li p{
    font-size: 1.1rem;
}

#trialItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content:center;
    justify-content: center;
    margin-bottom: 3rem;
}
#trialItems div:first-child{
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align:center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content:center;
    justify-content: center;
    width: 60px;
    color: #fff;
    font-weight: bold;
}
#trialItems div:last-child{
    text-align: left;
    padding-left: .8rem;
}

#howToBox {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 2rem 0 3rem 0;
    position: relative;
}

#howToBox h3{
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 1rem;
}
#howToBox h3.step{
    margin-bottom: 3rem;
}

#howToCaption {
    width: 150px;
    height: 150px;
    right: 0;
    top:-30px;
    margin-right: -30px;
    position: absolute;
}

#howToBox h3.step span{
    font-family: 'Anton', sans-serif;
    font-size: 3rem;
    color:#f3f75f;
}
#howToBox h3.step span::after{
    content: '\A';
    white-space: pre;
}

#appliList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content:center;
    justify-content: center;
    margin-bottom: 2rem;

}
#appliList li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0 0.7em;

}

#appliList li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    width: 200px;
    height: 60px;
    background-color: #000;
}
#appliList li a:hover{
    background-color: #f3f75f;

}
#appliList li a:hover h4{
    color: #000;

}
#appliList li h4{
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
#appliList li h4 span{
    font-size: 1.2rem;
    font-weight: inherit;
}
#appliAtt {
    display: inline-block;
    width: auto;
    margin: auto;
    margin-bottom: 2rem;
    max-width: 90%;

}
#appliAtt li {
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
}

#trialFlow {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

#trialFlow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 19%;
    margin: 0 2px;
    background-color: #f3f75f;
    position: relative;
    padding: 1em 0;
}
#trialFlow li span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-rl;
    /* -webkit-text-orientation: upright;
    text-orientation: upright; */
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    font-weight: bold;
    /* font-size: 1.2rem; */
}

#trialFlow li:not(:last-child):before,
#trialFlow li:not(:last-child):after{
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin: auto;
}
#trialFlow li:not(:last-child):before{
    /* top:-22px; */
    right:-20px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 20px 0 20px 20px;
    z-index: 10;
}
#trialFlow li:not(:last-child):after{
    /* top:-22px; */
    right:-14px;
    border-style: solid;
    border-color: transparent transparent transparent #f3f75f;
    border-width: 20px 0 20px 20px;
    z-index: 10;
}

/*section03 アクセス---------------------------*/
section#sec03 {
    background: url(images/sec03BackTopPc.png),url(images/sec03BackBottomPc.png),url(./images/sec03BackSp.jpg);
    background-position: top center,bottom center,top center;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-attachment:scroll,scroll, scroll;
    background-size: 100%,100%,cover ;

}

#sec03 h3.planTitle {
    line-height: 1.2;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    padding: 0.5em;
}

#sec03 h3.planTitle b {
    font-weight: bold;
    background-image: linear-gradient(transparent 70%, rgba(243, 247, 95,0.8) 30%);
    padding: 3px .3em;
    position: relative;
}
/* #sec03 h3.planTitle::after {
    content: '\A';
    white-space: pre;
} */
#basePrice {
    display:table;
    padding: .5rem 1.5rem;
    box-sizing: border-box;
    background-color: #f3f75f;
    border:1px solid #000;
    font-size: 1.4rem;
    font-weight: bold;
    margin: auto;
    margin-bottom: 2rem;
}
#basePrice span{
    font-size: .75em;
    font-weight: inherit;
}

#sec03 h4{
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    margin-bottom: .1em;
}

table.price {
    width: 100%;
    border-collapse: collapse;
    /* font-size: 1.2rem; */
    margin-bottom: 2rem;

}
table.price th,table.price td{
    border: 1px solid #000;
    padding: .5rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.4;
    letter-spacing: -0.025em;
}
table.price th {
    background-color: #f3f75f;
    /* padding-left: 1rem; */

    width: 45%;
    position: relative;
}

table.price th .femCatch {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top:-1rem;
    right: 1rem;
    font-size: .92rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    padding-top: 1.4rem;
    background-color: #f98289;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.2;

}

table.price td {
    background-color: #fff;
}

table.price td div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
}
table.price td div span{
    padding: 0 .1rem;
}
table.price tr td.coupon {
        width: 34%;
}
table.price td span.del{
    position: relative;
}
table.price td span.del::after{
    content: "";
    position: absolute;
    top:50%;
    left:0;
    width: 100%;height: 1px;
    background-color: #e50012;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
table.price.mb4 {
    margin-bottom: 4rem;

}
table.price.counseling th{
    padding:1rem;
    width: 60%;
}
table.price.counseling th h5{
    margin-bottom: .2rem;
}

table.price.counseling th p{
    font-size: 1rem;
}
table.price.counseling td span{
    text-align: left !important;
}

.conpariBox {
    width: 100%;
    overflow-x: scroll;
}


table.conpari {
    width: 900px;
    border-collapse: collapse;
    /* border: 1px solid #000; */
}
table.conpari th,table.conpari td{
    padding: 1rem;
    border: 1px solid #000;
    /* position: relative; */
    vertical-align: middle;
    line-height: 1.2;
    background-color: #fff;
    box-sizing: border-box;
    letter-spacing: 0;
}
table.conpari th {
    font-weight: bold;
}
table.conpari sup {
color:#666;
}
table.conpari sup::before{
    content: '\A';
    white-space: pre;
}
table.conpari tr.head th {
    font-size: 1.2rem;
}
table.conpari tr.head th:nth-of-type(1){
    background-color: transparent;
    border:none;
}
table.conpari tr:not(.head) th{
    background-color: #f3f75f;
}
table.conpari td{
    width: 27%;
    background-color: #fff;
}

table.conpari tr.att td{
    font-size: 1.6rem;
}

table.conpari th.cigym,table.conpari tr  td:nth-of-type(1){
    background-color:#FDFDDF;
    border-right:3px solid #000;
    border-left:3px solid #000;
}
table.conpari th.cigym {
    border-top:3px solid #000;
    color: #e50012;
}

table.conpari tr.att  td:nth-of-type(1) {
    font-weight: bold;
    color: #e50012;
}

table.conpari tr:last-child  td:nth-of-type(1) {
    border-bottom: 3px solid #000;
}

/* table.conpari sup{
    position: relative;
    right:5px;
    bottom: 2px;
} */

table.conpari tr.head th{
    text-align: center;
}

table.conpari td span.del{
    position: relative;
}
table.conpari td span.del::after{
    content: "";
    position: absolute;
    top:50%;
    left:0;
    width: 100%;height: 1px;
    background-color: #e50012;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/*section04 Q&A---------------------------*/
section#sec04 {
    background: url(images/sec04BackTopPc.png),url(images/sec04BackBottomPc.png);
    /* background: url(images/sec04BackTopPc.png),url(images/sec04BackBottomPc.png),linear-gradient(180deg,#fff 0%,#fff 220px,#000 220px,#000 100%); */
    background-position: top center,bottom center;
    background-repeat: no-repeat,no-repeat;
    background-attachment:scroll,scroll;
    background-size: 100%,100%;
    padding-bottom: 6rem;
    /* background: url(images/sec01BackTopPc.svg),url(images/sec01BackBottomPc.svg),url(./images/sec01BackPc.jpg);
    background-position: top center,bottom center,center center;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-attachment:scroll,scroll,fixed;
    background-size: 100%,100%,cover; */
    /* background-color: #000; */
}
#sec04 .mainBox {
    padding: 1rem 0;
    margin-bottom: 2rem;
    box-sizing: border-box;
}

#sec04 h3.qaTitle {
    line-height: 1.2;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    padding: 0.5em;
    color: #fff;
}

#sec04 h3.qaTitle b {
    font-weight: bold;
    background-image: linear-gradient(transparent 70%, rgba(255, 255, 255,0.3) 30%);
    padding: 3px .3em;
    position: relative;
}

.qaBox {
    width: 100%;
    margin: auto;
    margin-bottom: 3rem;
}
#sec04 .mainBox .qaBox:last-child{
    margin-bottom: 0;
}

.qaBox > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.qBox {
    color: #fff;
    margin-bottom: 1.2rem;

}

.aBox {
    color: #f3f75f;
    margin-left: 2rem;
}
.qBox figure::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: skewX(135deg);
    -moz-transform: skewX(135deg);
    transform: skewX(135deg);
    position: relative;
    top:20px;
    left: 6px;
}
.qaBox > div figure{
    font-family: 'Anton', sans-serif;
    font-size: 2rem;
    line-height: 1;
    padding-right: 1rem;
}

.qBox  div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
	-ms-flex-align: center;
	align-items: center;
    text-align: left;
}
.aBox  div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
.qaBox > div span{
    text-align: justify;
    text-justify: inter-ideograph;
}


/*section05 店舗情報---------------------------*/
section#sec05 {
    background-image: url(./images/sec05BackPc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 1000px;
}

section#sec05 #shopCont {
    /* width:450px; */

    margin-bottom: 4rem;
    white-space: nowrap;
    margin: auto;

}
#shopCont figure {
    width: 40%;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
}
#shopCont p{
    font-size: 1rem;
    color: #f3f75f;

}
#shopCont p.shopTel{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;

}
.gmap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing:border-box;
	width:100%;
	height:200px;
    border: 2px solid #fff;
}
#sec05 .links {
    margin-bottom: 2rem;
}
#sec05 .links p{
    color: #fff;
    margin-bottom: .5rem;

}
#sec05 .links a img, #sec05 .links a span{
    vertical-align: middle;
    color: #fff;
    font-weight: normal;

}


/*---------------------------*/
/*問い合わせ*/
/*---------------------------*/
#contact {
    background-color: #f3f75f;
    position: relative;
}

table.contact {
    width: 100%;
    margin: auto;
}
table.contact th,
table.contact td {
    vertical-align: middle;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
table.contact th {
    background-color: #000;
    color: #fff;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    line-height: 1.15;
    font-weight: bold;
}
table.contact td {
    text-align: left;
    padding: 15px;
    background-color: #fff;
}

table.contact th span,
table.contact td span {
    font-size: 75%;
}
input,
textarea {
    font-size: 1rem;
    line-height: 1.4;
}
table.contact td input[type="text"]:not(#postcode){
    width: 100%;
    box-sizing: border-box;
    padding:0.5em;
    /* margin: .5em; */
    border:1px solid #ccc;
}
table.contact td input#postcode {
    box-sizing: border-box;
    padding:0.5em;
    width: 20%;
    margin-bottom: .5em;
    border:1px solid #ccc;
}

table.contact td textarea {
    width: 100%;
    box-sizing: border-box;
    /*    margin: 0;padding: 0;*/
    
    padding: 0.5em;
    border: 1px solid #ddd;
}
table.contact th sup {
    color: #f3f75f;
    font-size: 0.7rem;
    position: relative;
    top: 6px;
    left: 4px;
    position: absolute;
}
#contact .cBtn {
    width: 120px;
    height: 30px;
    border: 0px;
    margin: 8px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1;
    padding: 6px 0;
    font-size: inherit;

    /* color:#fff; */
    
    font-weight: bold;
    text-align: center;

}

p.thanks {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 1em;
}


.modal-content {
	position:fixed;
	display:none;
	width:94vw;
	margin:auto;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    text-align: center;
	bottom:0;
    /* font-size: 15px; */
	}

.modal-content .privacy{
    width:100%;
    margin: auto;
    background-color: #fff;
    height: 90vh;
    padding:1rem;
    box-sizing: border-box;
    overflow-y: scroll;
    text-align:center;
}

.modal-content .privacy  h2{
    margin-bottom: 1.5rem;
}
.modal-content .privacy  h2:before{
    content: none;
    
}

.modal-content .privacy h3{
    font-weight: bold;
    text-align: left;
}
.modal-content .privacy h4{
    text-align: left;
}

.modal-content .privacy p{
    margin-bottom: 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #666;
}

.modal-content .privacy ul li > ul{
    padding-left: 1em;
    box-sizing: border-box;
    color: #666;
    margin-bottom: 1em;
}
.modal-content .privacy > ul {
    text-align: left;
    margin-bottom: 2rem;
}

.modal-overlay {
    z-index:1001;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
/*    background-color:rgba(199, 137,37,0.90);*/
    background-color:rgba(0, 0,0,0.80);
}

.modal-wrap {
    z-index:1002;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-open {
    vertical-align: middle;
    padding: .5em 0;
    padding-left: 20px;

    display: inline-block;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 20px;

}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
	display:block;
	width:80px;
	height:30px;
	background-color:#fff;
	position:fixed;
	z-index:1002;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-top:6px;
	line-height:1;
	border:1px solid #666;
	top:20px;
	right:3vw;
	}
    @media (orientation: portrait){/*縦時*/
        section#mainV,
        section#mainV #slider,
        section#mainV #slider li  {
            height: 100vw;
        }
        section#mainV #mainVCatch {
            width:240px;
            height: 167px;
            box-sizing: border-box;
            padding: 2.5rem 10% 0 10%;
            background:transparent;
            margin-top: calc(100vw - 180px);

        }
        
        section#mainV #slider .slide01 {
            background-image: url(./images/slideBack06Sp.jpg);
        }
        section#mainV #slider .slide02 {
            background-image: url(./images/slideBack04Sp.jpg);
        }
        section#mainV #slider .slide03 {
            background-image: url(./images/slideBack01Sp.jpg);
        }
        section#mainV #slider .slide04 {
            background-image: url(./images/slideBack05Sp.jpg);
        }
        section#mainV #slider .slide05 {
            background-image: url(./images/slideBack03Sp.jpg);
        }

    }
/*スマホ縦画面-------------*/
@media (orientation: portrait) and (max-width:480px){/*スマホ縦時*/
    html{
        font-size:12px;
    }
    .fSp02 {display:block !important;}
    #gnav > ul  li{
        width: 100%;
    }
    p.lead {
        font-size: 1.2rem;
    }




    ul.aboutList li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
    ul.aboutList li div,ul.aboutList li figure{
        width: 100%;
    }
    ul.aboutList li:nth-child(2n+1) div{
        order: initial;
    }
    ul.aboutList li:nth-child(2n+1) figure{
        order: initial;
    }
    ul.aboutList li figure{
        height: 90vw;
    }

    ul.aboutList li.imgs figure{
        width: 100%;
    }
    #sec02 h3.TrialPlan {
        height: auto;
        margin-bottom: 2rem;
    }
    #trialCatch {
        width: 35%;
        right:2%;

    }
    .trialLabel {
        /* position: absolute; */
        top:0;
        left:0;
    }

    #howToBox {
        /* margin-top: 20px; */
    }

    #howToCaption {
        width: 150px;
        height: 150px;
        right: 0;
        top:-110px;
        margin-right: -10px;
        position: absolute;
    }

    #courseList li{
        width: 100%;
        margin-bottom: 1rem;
    }
    #trialFlow li:not(:last-child):before{
        right:-12px;
        border-width: 12px 0 12px 12px;
    }
    #trialFlow li:not(:last-child):after{
        right:-6px;
        border-width: 12px 0 12px 12px;
    }

    table.price,table.price tbody{
        display: block;
        width: 100%;
    }
    table.price tr{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    table.price th,table.counseling th{
        width: 100% !important;
        border-bottom: none !important;
    }
    table.price th {
        padding: 1rem;
    }
    table.price td {
        width: 50% !important;
        border-bottom: none;
    }
    table.price tr td.coupon {
        border-right:none !important;
    }

    table.counseling td {
        width: 100% !important;
    }
    table.price tr:last-child td {
        border-bottom: 1px solid #000;
    }

    section#sec05 {
        background-image: url(./images/sec05BackSp.jpg);
        background-size: cover;
    }

    section#campain {
				background-image: url(./images/sec01BackSp.png);
        top:0;
    		left:0;
				font-size:1em;
				color:#ffffff;
				background-color:#000;
    		background-size: cover;
    }


    section#airfesta {
        background-image: url(./images/sec01BackSp.png);
top:0;
    left:0;
        font-size:0.6em;
        color:#ffffff;
        background-color:#000;
    background-size: cover;
}


    section#contact {
        padding-bottom: 4rem;
    }
    table.contact,table.contact tbody,table.contact tr{
        display: block;
        width: 100%;
    }

    table.contact th,
    table.contact td {

        display: block;
        border: none;
        width: 100% !important;
    }
    table.contact th {
        padding:10px 0;
        height: auto;
        margin-bottom: .5rem;
    }
    table.contact td {
        padding:0;
        margin-bottom: 1rem;
        height: auto;
        background-color: transparent;
    }
    .contactMessage {
        width: 100%;
    }
}

/*スマホ横画面-----------*/
@media (min-width:481px){/*横時*/
    html{font-size:16px;}
    ul.aboutList li:nth-child(2n+1) div{
        order: 1;
        background-color: #fff;
        color: #000;
    }
    ul.aboutList li:nth-child(2n+1) figure{
        order: 2;
    }
}

