@charset "UTF-8";

html{
    font-size: 62.5%;
}

body{
    font-family:'urw-din','Playfair Display',"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",'Noto Serif JP', sans-serif, serif;
    font-size: 1.6rem;
    color: #231815;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}

.sp-video{
    display: none;
}

.sp-img{
    display: none;
}
.btn-trigger{
    display: none;
}

.sp-reverse { display: none }

/* -------------------------
* mv
 ----------------------------*/
.mv{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mv::after{
    content: "";
    display: block;
    width: 1px;
    height: 176px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.mv-img{
    width: 100%;
    position: relative;
}

.mv-img div{
    width: 100%;
    position: absolute;
    top: 18%;
    text-align: center;
    color: #fff;
}

.mv-img div figure:first-of-type{
    width: 11.5%;
    margin: 0 auto;
    padding-bottom: 2.4%;
}

.mv-img div figure:last-of-type{
    width: 33.4%;
    margin: 0 auto;
    padding-bottom: 4.1%;
}

.mv-img div h2{
    font-size: 7.2rem;
    font-size: 5vw;
    font-weight: bold;
    padding-bottom: 0.37em;
}

.mv-img div h3{
    width: 38%;
    margin: 0 auto;
    font-size: 2.4rem;
    font-size: 1.66vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 0.8em 0;
    position: relative;
}

.mv-img div h3::before,.mv-img div h3::after{
    content: "";
    display: block;
    width: 22px;
    height: 100%;
    border: solid 1px #fff;
    position: absolute;
    top: 0;
}

.mv-img div h3::before{
    border-right: none;
    left: 0;
}

.mv-img div h3::after{
    border-left: none;
    right: 0;
}
 /* -------------------------
* / mv
 ----------------------------*/


/* -------------------------
* common
----------------------------- */
.section-title{
    font-size: 5.4rem;
    padding-bottom: 0.96em;
    font-weight: bold;
}

.section-txt{
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 5em;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s .2s;
    font-family: 'Noto Serif JP', serif;
}

.section-txt.fadein{
    transform: translateY(0);
    opacity: 1;
}
/* -------------------------
* /common
----------------------------- */

/* -------------------------
* method
----------------------------- */
.section-method{
    padding: 5.1% 0 0;
    position: relative;
}

.section-method::before{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #00396C;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-method2{
    padding: 6.9% 0 0;
    position: relative;

}

.section-method2::before{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #00396C;
    position: absolute;
    top: 0.8%;
    left: 0;
    right: 0;
    margin: auto;
}

.section-method .section-txt{
    position: relative;
}

.section-method .section-txt::after{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #00396C;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}

.section-method2 .section-title{
    position: relative;
}

.section-method2 .section-title::after{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #00396C;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
}
.m-img{
    position: relative;
}

.m-img h3{
    font-size: 5.6rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    opacity: .6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.txt-area{
    padding-bottom: 2%;
}

.txt-area .section-txt{
    padding-bottom: 0.73em;
}

.txt-area .section-title{
    text-align: center;
    font-size: 7.5rem;
    opacity: 0;
    transition: all 1.3s 0.4s ease-in;
}

.txt-area .section-title.fadein{
    opacity: 1;
}

.method-wrapper{
    background-color: #00396C;
}

.method-listItem{
    padding-bottom: 5.1%;
}

.method-contents{
    position: relative;
    width: 100%;
    height: 36.3vw;
    background-image: url(../../img/method/method-img1@72x-8.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.method-listItem:first-of-type .method-contents{
    background-image: url(../../img/method/method-img1@72x-8.png);  
}

.method-listItem:nth-of-type(2) .method-contents{
    background-image: url(../../img/method/method-img2@72x-8.png);  
}

.method-listItem:nth-of-type(3) .method-contents{
    background-image: url(../../img/method/method-img3@72x-8.png);  
}

.method-listItem:nth-of-type(4) .method-contents{
    background-image: url(../../img/method/method-img4@72x-8.png);  
}

.method-listItem:nth-of-type(5) .method-contents{
    background-image: url(../../img/method/method-img5@72x-8.png);  
}

.method-contents::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,57,108,0) 0%,rgba(0,57,108,0.1) 10%,rgba(0,57,108,0.8) 45%,rgba(0,57,108,.9) 68%,rgba(0,57,108,1) 100%); 
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.method-contents.reverse::after{
    background: linear-gradient(to left, rgba(0,57,108,0) 0%,rgba(0,57,108,0.1) 10%,rgba(0,57,108,.8) 45%,rgba(0,57,108,0.9) 68%,rgba(0,57,108,1) 100%); 
}

.contents-txt{
    position: relative;
    z-index: 1;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 3.9% 0 0;
}

.method-contents.reverse .contents-txt{
    flex-direction: row-reverse;
}

.contents-txt h3{
    font-size: 7rem;
    font-size: 4.8vw;
    opacity: 0.6;
    width: 55%;
    text-align: center;
    padding-left: 4%;
    box-sizing: border-box;
    font-weight: bold;
    font-family: 'Playfair Display';
}

.method-contents.reverse .contents-txt h3{
    padding-left: 0;
    width: 45%;
}

.contents-txt div{
    width: 45%;
    box-sizing: border-box;
    padding-right: 1.5%;
}

.method-contents.reverse .contents-txt div{
    width: 55%;
    padding-right: 0;
    padding-left: 13%;
}

.contents-txt h4{
    padding-bottom: 5%;
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    transition: all 1s;
}
.contents-txt h4.active{
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
}

.contents-txt h4 span:first-of-type{
    font-size: 7.4rem;
    font-size: 5.1vw;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.contents-txt h4 span:last-of-type{
    font-size: 4.7rem;
    font-size: 3.2vw;
    padding-left: 0.76em;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Serif JP', serif;
}

.contents-txt p{
    font-size: 1.5rem;
    font-size: 1.11vw;
    line-height: 2;
    opacity: 0;
    transition: all 1s .4s;
}

.contents-txt p.active{
    opacity: 1;
}

.method-imgarea{
    margin-top: 10.625%;
    background-image: url(../../img/method/ethod-img06@72x-8.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00396C;
    height: auto;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    text-align: center;
    color: #fff;
    padding: 13.5% 0 10.2%;
    position: relative;
}

.method-imgarea::after,.method-imgarea::before{
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.method-imgarea::before{
    background-color: #00396C;
    top: -100px;
}
.method-imgarea::after{
    background-color: #fff;
    top: 0;
}
.method-imgarea h3{
    width: 692px;
    font-size: 2.4rem;
    margin: 0 auto;
    line-height: 1.5;
    border: 5px solid #fff;
    padding: 1em 0;
    margin-bottom: 1.45em;
    font-family: 'Noto Serif JP', serif;
    opacity: 0;
    transition: all 1s;
}

.method-imgarea h3.fadein{
    opacity: 1;
}

.method-imgarea p{
    font-size: 3.6rem;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s .2s;
}

.method-imgarea p.fadein{
    transform: translateY(0);
    opacity: 1;
}
.sp-title{
    display: none;
}

.method-btn{
    width: 365px;
    border: #fff 1px solid;
    text-align: center;
    margin: 1.8% auto 6.5%;
    position: relative;
    color: #fff;
    font-size: 1.9rem;
    padding: 1em 0;
    display: block;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1.3s .4s;
}

.method-btn.active{
    opacity: 1;
    transform: translateY(0);
}

.method-btn::before,.method-btn::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.method-btn::before{
    background-color: #00396C;
    width: 107px;
    height: 30px;
    bottom: -30%;
    
}

.method-btn::after{
    width: 50px;
    height: 50px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    bottom: -30%;

}


.program-contents{
    display: none;
    width: 80.5%;
    margin: 0 auto;
}

.program-contents ul{
    display: flex;
    padding-bottom: 3%;
}

.program-contents ul li{
    width: calc( 33.333% - 5.8%);
    padding: 0 2.9%;
}

.program-contents ul li h3{
    font-size: 1.9rem;
    font-weight: bold;
    font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    padding: 1em 0 0.7em;
}

.program-contents ul li p{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
}

.btn-close{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-close button{
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    display: block;
    padding: 0;
    width: 39px;
    height: 39px;
}

.btn-close button span{
    display: block;
    width: 39px;
    height: 1px;
    background-color: #fff;
}

.btn-close button span:first-of-type{
    transform: rotate(45deg) translateY(1px);
}

.btn-close button span:last-of-type{
    transform: rotate(135deg) translateY(1px);
}

.btn-close p{
    display: block;
    font-size: 1.9rem;
    color: #fff;
    padding-left: 1em;
}
/* -------------------------
* /method
----------------------------- */


/* -------------------------
* banner
----------------------------- */
.section-banner{
    width: 73.6%;
    padding-top: 5.4%;
    margin: 0 auto;
    max-width: 886px;
}

.section-banner ul{
    display: flex;
    justify-content: space-between;
    padding: 3.1% 0 4.1%;
}

.section-banner ul li{
    width: calc(50% - 1.7%);
}

.banner-shop{
    position: relative;
}
.banner-btn{
    width: 25.5%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
}

.banner-btn a{
    outline: none;
    font-size: 1.5rem;
    color: #231815;
    font-weight: bold;
    padding: 1.3em 0;
    display: block;
    background-color: rgba(255,255,255,.8);
    border: 1px solid #00396C;
}

.banner-btn a + a {
    margin-top: 5%;
}

.banner-btn a::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-1px);
    border-right: 1px solid #231815;
    border-top: 1px solid #231815;
    margin-left: 5px;
}



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

/*---------------------------
* footer
-----------------------------  */
.footer{
    padding: 4.2% 0 3.3%;
    text-align: center;
}

.footer h2{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0;
    width: 159px;
    height: 59px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.footer.central-sports h2 {
    background-image: url(../../img/top/logo@72x-8.png);
}

.footer.zavas h2 {
    background-image: url(../../img/top/zavas-logo.png);
}


/*---------------------------
* footer
-----------------------------  */

@media screen and (max-width:769px){

    body{
        font-size: 1.6rem;
        font-size: 4.2vw;
    }

    img{
        max-width: 100%;
        height: auto;
    }
    
    .sp-video{
        display: none;
    }
    
    .pc-img{
        display: none;
    }

    .sp-img{
        display: block;
    }

    .pc-reverse{
        display: none;
    }
    .sp-reverse{
        display: block;
    }

    .btn-trigger{
        display: none;
    }
    
    /* -------------------------
    * mv
    ----------------------------*/
    .mv{
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .mv::after{
        height: 17px;
    }

    .mv-img div{
        top: 18%;
    }

    .mv-img div figure:first-of-type{
        width: 20.5%;
        padding-bottom: 2.4%;
    }

    .mv-img div figure:last-of-type{
        width: 59.2%;
        margin: 0 auto;
        padding-bottom: 4.1%;
    }

    .mv-img div h2{
        display: none;
    }

    .mv-img div h3{
        width: 60.2%;
        margin: 0 auto;
        font-size: 1.1rem;
        font-size: 2.9vw;
        padding: 0.5em 0;
        letter-spacing: 0.05em;
   }

    .mv-img div h3::before,.mv-img div h3::after{
        content: "";
        display: block;
        width: 3%;
        height: 100%;
        border: solid 1px #fff;
        position: absolute;
        top: 0;
    }

    .mv-img div h3::before{
        border-right: none;
        left: 0;
    }

    .mv-img div h3::after{
        border-left: none;
        right: 0;
    }
    /* -------------------------
    * / mv
    ----------------------------*/
    
    
    /* -------------------------
    * common
    ----------------------------- */
    .section-title{
        font-size: 1.9rem;
        font-size: 5vw;
        padding-bottom: 0.96em;
        font-weight: bold;
    }
    
    .section-txt{
        font-size: 1.1rem;
        font-size: 2.9vw;
        box-sizing: border-box;
        padding: 0 5.3% 2.3em; 
    }
    /* -------------------------
    * /common
    ----------------------------- */
    
    /* -------------------------
    * method
    ----------------------------- */
    .section-method{
        padding: 5.3% 0 0;
        position: relative;
    }

    .section-method::before{
        height: 17px;
    }

    .section-method2{
        padding: 8% 0 0;
        position: relative;

    }

    .section-method2::before{
        height: 13px;
        top: 0;
        transform: translateY(50%);
    }

    .section-method .section-txt{
        position: relative;
        box-sizing: border-box;
        padding: 0 5.3% 2.7em;
    }

    .section-method .section-txt::after{
        height: 17px;
        bottom: 10%;
    }

    .section-method2 .txt-area {
        padding-bottom: 2%;
    }
    
    .section-method2 .section-title{
        position: relative;
        padding-bottom: 1.6em;
    }

    .section-method2 .section-title::after{
        content: "";
        display: block;
        width: 1px;
        height: 13px;
    }

    .m-img{
        position: relative;
    }

    .m-img h3{
        font-size: 1.4rem;
        font-size: 3.7vw;
    }
    .txt-area{
        padding-bottom: 7.2%;
    }

    .txt-area .section-txt{
        padding-bottom: 0.2em;
        line-height: 1.2;
    }

    .txt-area .section-title{
        font-size: 2rem;
        font-size: 5.3vw;
    }

    .method-listItem{
        padding-bottom: 5.1%;
    }

    .method-contents{
        position: relative;
        width: 100%;
        height: 100%;
    }


    .contents-txt{
        position: relative;
        z-index: 1;
        width: 100%;
        color: #fff;
        display: block;
        align-items: center;
        padding: 0 0 3.7%;
    }

    .method-contents.reverse .contents-txt{
        flex-direction: row-reverse;
    }

    .contents-txt h3{
        display: none;
    }

    .contents-txt div{
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
    }

    .method-contents.reverse .contents-txt div{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .contents-txt h4{
        display: none;
    }

    .contents-txt .sp-title{
        display: flex;
        align-items: center;
        padding: 13% 0 17%;
    }

    .method-contents.reverse .contents-txt .sp-title{
        flex-direction: row-reverse;
    }

    .contents-txt .sp-title h3,.contents-txt .sp-title h4{
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        width: 50%;
        box-sizing: border-box;
    }

    .contents-txt .sp-title h4{
        padding-right: 6%;
    }

    .method-contents.reverse .contents-txt .sp-title h4{
        padding-right: 8%;
    }

    .contents-txt .sp-title h4 span{
        font-size: 4.1rem;
        font-size: 10.9vw;
    }

    .contents-txt .sp-title h4 span:last-of-type{
        font-size: 2rem;
        font-size: 5.3vw;
        padding-left: 0.5em;
    }

    .contents-txt .sp-title h3{
        font-size: 1.8rem;
        font-size: 4.8vw;
        padding-left: 15%;
    }

    .method-contents.reverse .contents-txt .sp-title h3{
        padding-left: 0%;
        padding-right: 15%;
    }

    .contents-txt p{
        font-size: 1rem;
        font-size: 2.66vw;
        line-height: 2;
        padding: 0 4.8%;
        box-sizing: border-box;
    }

    .method-imgarea{
        margin-top: 13.33%;
        padding: 13.5% 0 10.2%;
        position: relative;
    }

    .method-imgarea::after,.method-imgarea::before{
        width: 1px;
        height: 39px;
    }
    .method-imgarea::before{
        background-color: #00396C;
        top: -27px;
        height: 27px;
    }
    .method-imgarea::after{
        background-color: #fff;
        top: 0;
    }
    .method-imgarea h3{
        width: 80%;
        font-size: 1.1rem;
        font-size: 2.9vw;
        padding: 1em 0;
        margin-bottom: 1em;
        border: 3px solid #fff;
    }

    .method-imgarea p{
        font-size: 1.4rem;
        font-size: 3.7vw;
    }

    .method-btn{
        width: 56.5%;
        margin: 5.3% auto 9.8%;
        font-size: 1.1rem;
        font-size: 2.9vw;
        padding: 1em 0;
    }
    
    .method-btn::before,.method-btn::after{
        content: "";
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }
    .method-btn::before{
        background-color: #00396C;
        width: 28.4%;
        height: 3vw;
        bottom: -20%;
        
    }
    
    .method-btn::after{
        width: 26px;
        height: 26px;
    }
    
    
    .program-contents{
        display: none;
        width: 73.6%;
        margin: 0 auto;
    }
    
    .program-contents ul{
        display: block;
        padding-bottom: 3%;
    }
    
    .program-contents ul li{
        width: 100%;
        padding: 0;
    }
    
    .program-contents ul li{
        padding-bottom: 14%;
    }

    .program-contents ul li:last-of-type{
        padding-bottom: 5%;
    }

    .program-contents ul li h3{
        font-size: 1.7rem;
        font-size: 4.5vw;
        font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
        padding: 1em 0 0.5em;
    }
    
    .program-contents ul li p{
        font-size: 1.1rem;
        font-size: 2.9vw;
    }
    
    .btn-close button{
        width: 28px;
        height: 28px;
    }
    
    .btn-close button span{
        display: block;
        width: 28px;
        height: 1px;
        background-color: #fff;
    }

    
    .btn-close p{
        font-size: 1.2rem;
        font-size: 3.2vw;
        padding-left: 1em;
    }
    /* -------------------------
    * /method
    ----------------------------- */
    
    /* -------------------------
    * banner
    ----------------------------- */
    .section-banner{
        width: 86.1%;
        padding-top: 8%;
        margin: 0 auto;
    }
    
    .section-banner ul{
        display: flex;
        justify-content: space-between;
        padding: 3.1% 0 4.1%;
    }
    
    .section-banner ul li{
        width: calc(50% - 1.7%);
    }
    
    .banner-shop{
        position: relative;
    }
    .banner-btn{
        width: 53.2%;
    }
    
    .banner-btn a{
        outline: none;
        font-size: 1rem;
        font-size: 2.66vw;
        padding: 1em 0;
    }
    
    .banner-btn a::after{
        width: 5px;
        height: 5px;
    }

    .banner-btn a:first-of-type{
        margin-bottom: 2%;
    }
    /* -------------------------
    * /banner
    ----------------------------- */
    
    /*---------------------------
    * footer
    -----------------------------  */
    .footer{
        padding: 8.2% 0 6.3%;
        text-align: center;
    }
    
    .footer h2{
        width: 36.8%;
        margin: 0 auto;
    }

    /*---------------------------
    * footer
    -----------------------------  */
}
