    @charset "utf-8";
    html {
        -webkit-text-size-adjust: 100%;
    }
    /*------------------------------*/
    /*メイン関係ここから		*/
    /*------------------------------*/
    
    html,
    body {
        line-height: 1.8;
        text-align: center;
        font-size: 15Px;
        color: #000;
        font-family: '游ゴシック Medium', 'Yu Gothic Medium', 'Yu Gothic', 'YuGothic',"Adobe Garamond Pro Bold", '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', sans-serif;
        margin: 0px auto;
        font-feature-settings: "palt";
        min-width: 1024px;
        letter-spacing: 0.075em;
    }
    
    .bold {
        font-family: "游ゴシック Bold", "Yu Gothic Bold", "Yu Gothic", "YuGothic","Adobe Garamond Pro Bold", '游ゴシック', "游ゴシック体", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', 'メイリオ', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .blink {
        animation: blink 2s linear 0s infinite normal;
    }
    @keyframes blink {
        0% { opacity: 0; }
        29.9% { opacity: 0; }
        30% { opacity: 1; }
        100% { opacity: 1; }
    }

    .blink_bgc {
        animation: blink_bgc 2s linear 0s infinite normal;
    }
    @keyframes blink_bgc {
        0% { background: #fcc; }
        29.9% { background: #fcc; }
        30% { background: transparent; }
        100% { background: transparent; }
    }



    *,
    *:after,
    *:before {
        box-sizing: inherit;
    }
    
    a {
        text-decoration: none;
        color: #454545;
    }
    
    a:hover {
        transition-duration: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;

    }
    
    a[href^="tel:"] {
        pointer-events: none;
    }
    
    a:hover img {
        opacity: 0.75;
        transition: .3s;
    }
    
    .fPc {
        display: block !important;
    }
    
    .fPci {
        display: inline !important;
    }
    
    .fPcib {
        display: inline-block !important;
    }
    
    .fSp {
        display: none !important;
    }
    
    .fSpi {
        display: none !important;
    }
    
    .fSpib {
        display: none !important;
    }
    
    .fSp02 {
        display: none !important;
    }
    
    .w100 {
        width: 100% !important;
    }
    /*ここから*/
    
    #wrap {
        /* display: none; */
        overflow: hidden;
        min-width: 1024px;
    }
    
    body {
        margin: 0;
        padding: 0;
    }
    
    #spMenu {
        display: none;
    }
    p {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    /*ローダー*/
    
    #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);
        }
    }
    /*-------*/
    
    header {
        height: 70px;
        width: 100%;
        margin: auto;
        text-align: center;
        z-index: 100;
        position: fixed;
        background-color: rgba(255,0,0,0.6);

    }
    
    #headerLogo {
        height: 240px;
        width: 240px;
        position: absolute;
        box-sizing: border-box;
        text-align: left;
        background: linear-gradient(to top left, transparent 50% , #000 50%) ;
        padding-top: 0px;
        padding-left: 0em;
    }
    
    #headerLogo img {
        line-height: 0;
    }

    #headerBody {
        width: 1024px;
        margin: auto;
        position: relative;
    }
    #headerSub {
        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;
    }

    #toTrial {
        height: 200px;
        width: 200px;
        /* 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.3;
        right:5%;
        bottom: 5%;
        text-align: center;
        font-weight: bold;
        white-space: nowrap;
        color: #000;
        letter-spacing: 0;
        background-image: url(./images/toTrialBack.png);
        background-repeat: no-repeat;
        display: block;
        width: 100px;
        height: 90px;
        box-sizing: border-box;
        padding-top: 14px;
    }
    #toTrial span span{
        font-size: 1.6rem;
        font-weight: bold;
    }
    a:hover #toTrial {
        background: linear-gradient(to top left, #fff 50% , transparent 50%) ;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    a:hover #toTrial span{
        background-image: url(./images/toTrialBackO.png);

    }


    /*topへ戻る*/
#footMenu {

    /* background-color: #f3f75f; */
    position: fixed;
    box-sizing: border-box;
    /* text-align: left; */
    right: 35px;
    bottom:115px;

    display: none;
    height: 50px;
    width: 50px;
    position: fixed;
    /* right: 50px;
    bottom: 50px; */
    z-index: 300;
    background-color: #000;
    border: 1px solid #f3f75f;
    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);
}
#footMenu:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #f3f75f;
    /* background: linear-gradient(to bottom right, #f3f75f 50% , transparent 50%) ; */
}
#footMenu:hover span {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
/*---------------------------*/
/*gnav*/
/*---------------------------*/
#gnav {
    width: auto;
    height: 60px;
    transition: .5s;
    margin: auto;
    box-sizing: border-box;
    padding-top: 8px;
    position: relative;
    display: inline-block;
}

#gnav>ul {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 17px;
}
#gnav>ul>li {
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    margin: 0 .3rem;
    letter-spacing: 0.025em;
}

#gnav>ul>li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #666;
    -webkit-transform: skewX(135deg);
    -moz-transform: skewX(135deg);
    transform: skewX(135deg);
    position: relative;
    top:-1px;
    left: 4px;
}

#gnav>ul>li a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 6px;
    padding-bottom: 3px;
    line-height: 1;
    font-family: 'Anton',"游ゴシック Bold", "Yu Gothic Bold", "Yu Gothic", "YuGothic", '游ゴシック', "游ゴシック体", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', 'メイリオ', sans-serif;
}

#gnav>ul>li a:hover {
    color: #000;
}
#gnav>ul>li:not(.currentH) a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 96%;
    height: 1px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
#gnav>ul>li:not(.currentH) a:hover::after {
    transform: scale(1, 1);
}
#gnav .iconBox{
    display: none;
}

/*---------------------------*/
/*フッタ*/
/*---------------------------*/


footer {
    margin: 0;
    padding: 1rem 0;
    background-color: #000;
		font-size:1.2em;
    line-height: 1.5;
    color: #fff;
    font-family: 'ARゴシック体M', sans-serif;
}





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


/*mainV---------------------------*/
section#mainV {
    width: 100%;
    position: relative;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0;
}

.movieBox{
	overflow: hidden;
	position: relative;
    z-index: 9;
}

.fitMovie{
	position: absolute;
    background-image:url('images/slide01.jpg');
    background-size:cover;
}
#slideBox {
    position: absolute;
    padding-bottom: 0px !important;
    width: 100%;
    height:100vh;
    min-width: 1024px;
    margin: 0;
    z-index: 8;
}

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

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

section#mainV #mainVCatch {
    position: absolute;
    height: 100%;
    z-index: 2;
        left: 0;
        right: 0;
        /* top: 30vh; */
    margin: auto;
    box-sizing: border-box;
    background:rgba(0, 0, 0,0.8);
    width: 590px;
    height: 410px;
    box-sizing: border-box;
    padding-top: 4.5rem;
    margin-top: calc(50vh - 180px);
}

section#mainV #mainVCatch h1 {

}

section#mainV #mainVCatch h1 figure{
    line-height: 0;
    text-align: center;
    margin-bottom: .8rem;
}
section#mainV #mainVCatch h1 figure img{
    margin: auto;
}


/* .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.jpg);
}
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: 3.0s;
    /* 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: 4rem 0;
    max-width: 100vw;
    margin-top: -1px;/*retina時に隙間が空く対応*/
    position: relative;
}
strong {
    font-weight: bold;
}
.ochiba {
    text-indent: -1em !important;
    margin-left: 1em !important;
}
section h2 {
    font-weight: bold;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 3rem;
    z-index: 2;
    font-feature-settings: normal;
    letter-spacing: 0;
}
section h2:before {
    content: '';
    width: 140px;
    height: 127px;
    position: absolute;
    background-image: url(./images/h2Back01.png);
    background-size: 100% 100%;
    left: 50%;
    top: -10px;
    z-index: -1;
    margin-left: -60px;
}
section.rev h2 {
    color: #fff;
}
section h2.bWhite::before {
    background-image: url(./images/h2Back02.png);
    background-size: 100% 100%;
}
section h2 span {
    font-size: 4rem;
    font-weight: inherit;
    font-family: 'Anton','游ゴシック Medium', 'Yu Gothic Medium', 'Yu Gothic', 'YuGothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', sans-serif;

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

p.right {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: right;
    margin-bottom: 4rem;
}

.mainBox {
    width: 960px;
    margin: auto;
    box-sizing: border-box;
}


/*section banner---------------------------*/

#banner {
background-color: black;
}

/*section01 EminenceAir---------------------------*/
section#sec01 {
    background: url(images/sec01BackTopPc.svg),url(./images/sec01BackPc.jpg);
    background-color:#000000;
	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;
    margin-top: 0;
}
#sec01 .mainBox {
    width: 1024px;
}
#sec01 p.lead {
    font-size: 3.0rem;
    color: #f3f75f;
}
#sec01 p.follow {
    font-size: 1.6rem;
    color: #f3f75f;
		text-align: left;
}
#sec01 p.independence {
    position: absolute;
		font-size: 1.6rem;
    color: #f3f75f;
		text-align: left;
		padding-left: 2em;
}
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: 525px;
    background-color: #000;

}
ul.aboutList li > div{
    width:614px;
    height: 100%;
    /* width: 60%; */
    color:#f3f75f;
    box-sizing: border-box;
    padding:80px;
    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: 2.7rem;
    font-family: Impact;
    line-height: 1.6;
    text-align: center;
    margin-bottom: .5em;
    white-space: nowrap;
}
ul.aboutList li div p{
    font-size: 1.2rem;
    width: 100%;

}
ul.aboutList li figure{
    width: 410px;
    line-height: 0;
    /* width: 40%; */
}

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%;
}

/*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: #000000;
		color:						#FFD700;

}
#sec02 p.independence {
    position: relative;
		font-size: 1.6rem;
    
		text-align: left;
		padding-left: 10em;
}
#sec02 p.left {
    position: relative;
		font-size: 1.6rem;
    
		text-align: left;
}
#sec02 h3{
    display: inline-block;
    font-weight: bold;
    font-size: 2.0rem;
}

#trialCatch {
    position: absolute;
    top:0;
    right:15%;
}

#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: 2rem;
}
#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: .8rem 2rem;
    background:#000;
    color:#fff;
    text-align:center; 
    transform:skewX(-45deg);
    line-height: 1.2;
    position: relative;
    width: 200px;
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 1.2rem;
    top:-70px;
    left: 280px;
}
.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;
    margin-bottom: 2rem;
}
#courseList li{
    width: 450px;
    border: 1px solid #000;
    padding:20px 40px;
    box-sizing: border-box;
}
#courseList li h4{
    font-size: 1.6rem;
    font-weight: bold;
}
#courseList li p{
    font-size: 1.2rem;
}

#trialItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content:center;
    justify-content: center;
    margin-bottom: 5rem;
}
#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;
    height: 60px;
    color: #fff;
    font-weight: bold;
}
#trialItems div:last-child{
    text-align: left;
    padding-left: .8rem;
}

#howToBox {
    width: 960px;
    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: 200px;
    height: 200px;
    right: 0;
    top:-30px;
    margin-right: -30px;
    position: absolute;
}


#howToBox h3.step span{
    font-family: 'Anton', sans-serif;
    font-size: 5rem;
    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: 240px;
    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;

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

#trialFlow {
    width: 800px;
    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: 156px;
    margin: 0 2px;
    background-color: #f3f75f;
    position: relative;
    padding: 3em 0;
}
#trialFlow li span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    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/sec03BackPc.jpg);
    background-position: top center,bottom center,top center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: 100%,100%,cover ;
    background-color: #000000;
		color:						#FFD700;

}

#sec03 h3.planTitle {
    line-height: 1.2;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 2rem;
    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: 1.2rem 3rem;
    box-sizing: border-box;
    background-color: #f3f75f;
    border:1px solid #000;
    font-size: 1.6rem;
    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;
    background-clip: padding-box;
}
table.price th {
    background-color: #f3f75f;
    padding-left: 2rem;

    width: 40%;
    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.2rem;
    background-color: #f98289;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.2;


}

table.price td {
    background-color: #fff;
}
table.price tr td.coupon {
    width: 30%;
}
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 .3rem;
}
table.price td span:first-child{
    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:2rem;
    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;
}

table.conpari {
    width: 100%;
    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;
    background-clip: padding-box;
}
table.conpari th {
    font-weight: bold;
}
table.conpari th sup{
    left: 1em;
    font-weight: normal;
}
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: absolute;
    right:5px;
    bottom: 2px;
    color:#666;
}

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),url(./images/sec04BackPc.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;
    padding-bottom: 6rem;

}
#sec04 .mainBox {
    padding: 2rem 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: 2rem;
    padding: 0.5em;
    color: #fff;
}

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

.qaBox {
    width: 700px;
    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: 3rem;
}
.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:24px;
    left: 8px;
}
.qaBox > div figure{
    font-family: 'Anton', sans-serif;
    font-size: 3.6rem;
    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;
}



/* 店舗情報---------------------------*/
section#sec05 {
    background-image: url(./images/P1120773.JPG);
    background-position: center top;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 1920px 1000px;
    background-color: #000000;
		color:						#FFD700;

    background-size: 1920px 1000px;
}

#sec05 p.independence {
    position: relative;
		font-size: 1.6rem;
    
		text-align: left;
		padding-left: 10em;
}
#sec05 p.left {
    position: relative;
		font-size: 1.6rem;
    
		text-align: left;
}
#sec05 h3{
    display: inline-block;
    font-weight: bold;
    font-size: 2.0rem;
}

section#sec05 #shopCont {
    width:450px;
    margin-bottom: 4rem;
    white-space: nowrap;

}
#shopCont figure {
    text-align: left;
    margin-bottom: 1rem;
}
#shopCont p{
    font-size: 1.4rem;
    color: #f3f75f;

}
#shopCont p.shopTel{
    font-size: 3rem;
    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:240px;
    border: 4px solid #fff;
}
#sec05 .links p{
    color: #fff;
    margin-bottom: .5rem;

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

}

/* キャンペーン---------------------------*/
section#campain {
		color:#000000;
    background-image: url(./images/campainBack.png);
    background-position:  center top;
    background-repeat: no-repeat;
    background-size: 1280px 960px;
    font-size:1.0em; 
		background-color: #000000;

}
section#airfesta {
    color:#000000;
background-image: url(./images/春休みWF02.png);
background-position:  center top;
background-repeat: no-repeat;
/*background-size: 1400px 1990px;*/
font-size:1.0em; 
    background-color: #000000;

}

/*---------------------------*/
/*問い合わせ*/
/*---------------------------*/
#contact {
    background-color: rgba(96,96,96,0.5);
    position: relative;
}
#contact .mainBox {
    width: 800px;
}

table.contact {
    width: 100%;
    margin: auto;
    letter-spacing: 0;
    border-collapse: collapse;
}
table.contact th,
table.contact td {
    vertical-align: middle;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-clip: padding-box;

    /* font-size: 15px; */
}
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: 18%;
    margin-bottom: .5em;
    border:1px solid #ccc;
}

/* IE */
 :-ms-input-placeholder {
    color: #aaa;
}

/* Edge */
 ::-ms-input-placeholder {
    color: #aaa;
}
table.contact td textarea {
    width: 100%;
    box-sizing: border-box;
    /*    margin: 0;padding: 0;*/
    
    padding: 0.5em;
    border: 1px solid #ddd;
}
.dayBox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dayBox01 input{
    width: 20%;
    margin-right: 5%;
}
.dayBox01 input:last-child{
    margin-right: 0;
}

table.contact th sup {
    color: #f3f75f;
    font-size: 0.7rem;
    position: relative;
    top: 6px;
    left: 4px;
    position: absolute;
}
#contact .cBtn {
    width: 140px;
    height: 40px;
    border: 0px;
    margin: 8px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1;
    padding: 6px 0;
    margin-top: 3.5rem;
    /* color:#fff; */
    
    font-weight: bold;
    /* font-size: 1.2rem; */
}
#contact .cBtn.clearForm {}
#contact .cBtn:hover {
    background-color: #000;
    /*    color: initial;*/
    
    border: 1px solid #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #f3f75f;
}
.contactMessage {
    width: 60%;
    margin: auto;
    text-align: left;
    margin-bottom: 3rem;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
}
p.thanks {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 1em;
}
.thanksTel {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    margin-top: 4rem;
    font-weight: bold;
    color: #000;
}
.on {
    ime-mode: active;
}
.off {
    ime-mode: inactive;
}
.dis {
    ime-mode: disabled;
}
textarea {
    ime-mode: active;
}

/* 年プルダウンの変更 */
select.ui-datepicker-year{
    height: 2em!important;      /* 高さ調整 */
    margin-right:5px!important; /* 「年」との余白設定 */
    width:70px!important;       /* 幅調整 */
  }
  /* 月プルダウンの変更 */
  select.ui-datepicker-month{
    height: 2em!important;      /* 高さ調整 */
    margin-left:5px!important;  /* 「年」との余白設定 */
    width:70px!important;       /* 幅調整 */
  }

.modal-content {
	position:fixed;
	display:none;
	width:980px;
	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:3rem;
    box-sizing: border-box;
    overflow-y: scroll;
    text-align:center;
}
.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:30px;
	right:5%;
	}

#con1 .modal-close:hover {
	cursor:pointer;
	color:#fff;
	transition-duration:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-color:#000;

	}

@media screen and (min-width: 480px) and (orientation: portrait)  {
    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}


@media screen and (max-device-width: 1024px) {
    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%;

    }
    section#sec01::before {
        position: fixed;
        top:0;
        left:0;
        content:"";
        z-index: -1;
        width: 100vw;
        height:100vh;
        background-image: url(./images/sec01BackSp.jpg);
        background-size: cover;
    
    }
    section#sec03 {
        background: url(images/sec03BackTopPc.png),url(images/sec03BackBottomPc.png),url(./images/sec03BackSp.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#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-color: #000; */
    }
}

@media screen and (orientation: portrait) {
    /*縦時*/
    section#mainV,
    section#mainV #slider {
        height: 56vw;
    }
    section#mainV #mainVCatch {
        position: absolute;
        z-index: 2;
            left: 0;
            right: 0;
            top:0;
            bottom:0;
            margin: auto;
            box-sizing: border-box;
            background:rgba(0, 0, 0, 0.8);
            padding-top: 4.5rem;
            margin-top: calc(25vh - 170px);

    }
   
    @media screen and (min-width: 1920px) {

        section#mainV,
        section#mainV #slider {
            height: 1000px;
        }
    }
    /*
    @media screen and (max-width: 480px) {
        .youtube iframe{
        max-width : 100vw;
        min-height: 100vh;}        
    }
    */
    
}
/*
.movie{
	position: relative;
	width:  60%;
	margin:0 auto;
}
.movie video{
	width: 100%;
}
.movie .play-btn{
	display: block;
	width:  100%;
	position: absolute;
	  top:  50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
.movie .play-btn.playActive{display:none;}
*/


/*
iframe{
    max-width: 100%;
    height: 100%;
}
*/

.youtube{
    position: relative;
    width:      auto;
    overflow: hidden;
    padding-bottom: 56.25%; /*56.25%; 16:9 (9÷16=0.5625) */
  }
  
  .youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;/*Youtubeのフレームが適正表示*/
    height: 100%;/*Youtubeのフレームが適正表示*/
    border: none;
    
  }
      