@charset "UTF-8";

html {font-size: 62.5%;}

* {-webkit-box-sizing: border-box;box-sizing: border-box;}

#Contents .slick-prev.slick-arrow {display: none !important;} 
#Contents .slick-next.slick-arrow {display: none !important;}
#Contents .slick-dots li.slick-active button:before {background-color: #333333;content: "";border-radius: 10px;}
#Contents .slick-dots li button:before {content: "";border-radius: 10px;opacity: 1 !important;border-style: solid;border-width: thin;border-color: #333333;}
/* #Contents .slick-dots {display: block !important;} */
#Contents video,svg ,img{width: 100%;height: auto;}
#Header,#Foot {display: block;}
#Wrap {width: 100%;overflow-x: hidden;}

/* ====================================================================
                                  ⬇︎ animation ⬇︎
==================================================================== */
#Contents .scrollFade.done {opacity: 1;transform: translate(0, 0);}
#Contents .scrollFade {opacity: 0;transition: all 2s;}
#Contents .scrollFadeUp.done {opacity: 1;transform: translate(0, 0);}
#Contents .scrollFadeUp {opacity: 0;transform: translateY(100px);transition: all .8s;}
#Contents .scrollFade2.done {opacity: 1;transform: translate(0, 0);}
#Contents .scrollFade2 {opacity: 0;transform: translateX(-100px);transition: all .8s;}
#Contents .fade {transition: all 2s;opacity: 0;visibility: hidden;transform: translate(0px, 0px);}
#Contents .fadein {opacity: 1;visibility: visible;transform: translate(0px, 0px);transition-delay: 1s;} 
#Contents .loadFade{animation:fadeIn ease 2s;}
@keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1; }
}
#Contents .loadFadeUp{opacity: 0;transform: translateY(100px);transition: all .8s;}
#Contents .loadFadeUp.done{opacity: 1;transform: translate(0, 0);}
#Contents .scrollFadeBg{position: relative;}
#Contents .loadFadeBg::before {
    content: '';
    display: block;
    position: absolute;
    left: -0.4rem;
    bottom: -0.1rem;
    width: 0;
    height: 1rem;
    background-color: #DCCA80;
    z-index: -20;
}
.loadFadeBg.done::before{width: 9rem !important;}
.loadFadeBg::before{transition: all 1s;}

/* #Contents .loadFade.done::after{width: 100% !important;} */
#contents .loadFade::after {width: 0;transition: all .6s;}

/* border */
#Contents .scrollBorder.s1-border.__1::after ,
#Contents .scrollBorder.s2-border.__1::after ,
#Contents .scrollBorder.s3-border.__1::after ,
#Contents .scrollBorder.s4-border.__1::after ,
#Contents .scrollBorder.s5-border.__1::after ,
#Contents .scrollBorder.s6-border.__1::after ,
#Contents .scrollBorder.s7-border.__1::after{
    transition : all 4.5s;
    transition-delay: 1s;
}  

/* border color*/
#Contents .con_ttl::before , 
#Contents .s1-border.__1::after ,
#Contents .s2-border.__1::after ,
#Contents .s3-border.__1::after ,
#Contents .s4-border.__1::after ,
#Contents .s5-border.__1::after ,
#Contents .s6-border.__1::after ,
#Contents .s7-border.__1::after{
    background-color: #c9c7bd;
}

/* ====================================================================
                                  ⬆︎ animation ⬆︎
==================================================================== */


/* ====================================================================
                                  ⬇︎ for all ⬇︎
==================================================================== */
.main-container {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    margin-top: 8.5rem;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-feature-settings: "palt";
    color: #000000;
}
.footer .footer-inner{margin: 0;}
.fbArea{width: 15px;}
.LINE{width: 30px;}
.hamburger{display: block;}
/*------ font ------*/
.futura{font-family: futura-pt, sans-serif;font-weight: 500;font-style: normal;}
.pragmatica{font-family: pragmatica, sans-serif;font-weight: 500;font-style: normal;}
.ivymode{font-family: ivymode, sans-serif;font-weight: 400;font-style: normal;}

/*------ font ------*/

#Contents .relative{position: relative;}




/* ====================================================================
                                  ⬆︎ for all ⬆︎
==================================================================== */



/* for pc */
@media only screen and (min-width: 600px) {

    #Contents .slick-dots li.slick-active button:before {width: 1rem;height: 1rem;}
    #Contents .slick-dots li button:before {width: 1rem;height: 1rem;}
    #Contents .slick-dots li {width: 1rem !important;height: 1rem !important;margin: 0 .7rem !important;}
    #Contents .slick-dots {left: -0.8rem;bottom: 1.7rem !important;text-align: right;}
  
    .main-area::after {margin: 0 auto !important;}
    .spOnly{display: none;}
    .pcOnly{display: inline-block;}
    #Contents .flexItem{display: flex;width: 100%;justify-content:space-between;flex-wrap: wrap;}
    #Contents .row-reverse{flex-flow: row-reverse;} 


    #Contents {
        width: 100%;
        /* background-image: url(../img/page_pc_01.jpg); */ 
        /* background-image: url(../img/page_pc_02.jpg); */
        background-size: 1200px;
        background-repeat: no-repeat;
        background-position-x: center;
        /* background-position-y: -45px; */
        /* background-position-y: 12396px; */
    } 
    .main-container {
        width: 120rem;
        max-width: 120rem;
        margin: 0 auto;
        margin-top: 9rem;
        font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
        font-feature-settings: "palt";
        line-height: 1;
        /* opacity: 0.6; */
    }

  
    #Contents h2{
        font-size: 4.8rem;
        line-height: 1.06;
        letter-spacing: 0.1em;
    }
    
    #Contents h3{
        font-size: 3.8rem;
        line-height: 0.93;
        letter-spacing: 0.06em;
    }
    
    #Contents h4{
        font-size: 3rem;
        line-height: 1.69;
        letter-spacing: 0.06em;
    }

    #Contents .lp-text{
        font-size: 1.5rem;
        letter-spacing: 0.025em;
        line-height: 2;
    }

    #Contents .contentsCredit{
        font-size: 1.1rem;
        line-height: 1.81;
        letter-spacing: 0.07em;
        margin-top: 1.6rem;
    }
    

/* ====================================================================
                                  ALL
==================================================================== */

    #Contents .ttlBorder{
        width: 0.1rem;
        height: 4rem;
        background-color: #000000;
        margin: 0 auto 2rem;
    }
    #Contents .con_ttl{
        margin-bottom: 2rem;
        color: #c9c7bd;
    }
    #Contents .secInner{
        margin-left: 10rem;
    }
    #Contents .con_ttl::before{
        content: "";
        display: block;
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        top: 2.4rem;
        left: -3.9rem;
        z-index: 10;
        transform: rotate(45deg);
    }
    #Contents .credit_space{
        margin-left: 0.6rem;
    }

    #Contents .scrollBorder.done.s1-border.__1::after{
        height: 147.1rem !important;
    }
    #Contents .scrollBorder.done.s2-border.__1::after{
        height: 130.3rem !important;
    }
    #Contents .scrollBorder.done.s3-border.__1::after{
        height: 338.7rem !important;
    }
    #Contents .scrollBorder.done.s4-border.__1::after{
        height: 92.4rem !important;
    }
    #Contents .scrollBorder.done.s5-border.__1::after{
        height: 223.4rem !important;
    }
    #Contents .scrollBorder.done.s6-border.__1::after{
        height: 222.8rem !important;
    }
    #Contents .scrollBorder.done.s7-border.__1::after{
        height: 343.4rem !important;
    }

    #Contents .s1-border.__1::after ,
    #Contents .s2-border.__1::after ,
    #Contents .s3-border.__1::after ,
    #Contents .s4-border.__1::after ,
    #Contents .s5-border.__1::after ,
    #Contents .s6-border.__1::after ,
    #Contents .s7-border.__1::after{
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 0;
        top: 5rem;
        left: 6.4rem;
        z-index: 10;
    }

    #Contents .ttlBlock{
        margin-top: 4.3rem;
        text-align: center;
    }
    #Contents .ttlBlock.__2{
        margin: 9.8rem auto 0;
    }
    #Contents .ttlBlock.__3{
        margin: 9.5rem auto 0;
    }

/* ====================================================================
                                  firstView
==================================================================== */

#Contents .MV_text{
    text-align: center;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    margin: 4.4rem auto 0;
}
#Contents .sec1 .flexItem{
    width: 97rem;
}
#Contents .sec1 .block1{
    width: 48rem;
}
#Contents .sec1 .block2{
    width: 42rem;
    margin-top: 15rem;
}
#Contents .sec1 .videoBlock{
    width: 38rem;
    margin: 6rem 0 0 31rem;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    margin: 9rem auto 0;
}
#Contents .sec2 .flexItem{
    width: 84.5rem;
    margin: 5.5rem 0 0 6rem;
}
#Contents .sec2 .block1{
    width: 35rem;
    margin-top: 5rem;
}
#Contents .sec2 .block2{
    width: 42rem;
}
#Contents .sec2 .imgBlock{
    width: 52rem;
    margin: 2rem 0 0 24rem;
}

/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    margin: 9rem auto 0;
}
#Contents .sec3 .flexItem{
    width: 94rem;
    margin: 1.5rem 0 0 3rem;
}
#Contents .sec3 .block1{
    width: 45rem;
    margin-top: 6rem;
}
#Contents .sec3 .block2{
    width: 42rem;
}
#Contents .sec3 .videoBlock{
    width: 36rem;
    margin: 2.4rem 0 0 32rem;
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    margin: 6rem auto 0;
}
#Contents .sec4 .flexItem{
    width: 76rem;
    margin: 4rem 0 0 12rem;
}
#Contents .sec4 .block1{
    width: 35rem;
}
#Contents .sec4 .block2{
    width: 35rem;
}
#Contents .sec4 .imgBlock{
    width: 48rem;
    margin: 0 0 0 26rem;
}

/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    margin: 5.6rem auto 0;
}
#Contents .sec5 .flexItem{
    width: 97rem;
}
#Contents .sec5 .block1{
    width: 48rem;
}
#Contents .sec5 .block2{
    width: 42rem;
    margin-top: 8.2rem;
}

/* ====================================================================
                                  section6
==================================================================== */

#Contents .sec6{
    margin: 3.8rem auto 0;
}
#Contents .sec6 .flexItem{
    width: 100rem;
}
#Contents .sec6 .block1{
    width: 48rem;
    margin-top: 10rem;
}
#Contents .sec6 .block2{
    width: 48rem;
}

  /* ====================================================================
                                  section7
==================================================================== */

#Contents .sec7{
    margin: 8.5rem auto 0;
}
#Contents .sec7 .flexItem{
    width: 95rem;
    margin-left: 5rem;
}
#Contents .sec7 .block1{
    width: 48rem;
}
#Contents .sec7 .block2{
    width: 38rem;
    margin-top: 6.8rem;
}

 /* ====================================================================
                                  section8
==================================================================== */

#Contents .sec8{
    margin: 6rem auto 0;
}
#Contents .sec8 .flexItem{
    width: 94rem;
    margin: 5rem 0 0 3rem;
}
#Contents .sec8 .block1{
    width: 45rem;
}
#Contents .sec8 .block2{
    width: 42rem;
    margin-top: 10rem;
}
#Contents .sec8 .videoBlock{
    width: 45rem;
    margin: 0 0 0 27.5rem;
}

 /* ====================================================================
                                  section9
==================================================================== */

#Contents .sec9{
    margin: 8.8rem auto 0;
}
#Contents .sec9 .flexItem{
    width: 100rem;
    margin: 2.2rem 0 0 0rem;
}
#Contents .sec9 .block1{
    width: 48rem;
}
#Contents .sec9 .block2{
    width: 42rem;
    margin-top: 18rem;
}
#Contents .sec9 .imgBlock{
    width: 42rem;
    margin: 6rem 0 0 29rem;
}

 /* ====================================================================
                                  section10
==================================================================== */

#Contents .sec10{
    margin: 6rem auto 0;
}
#Contents .sec10 .flexItem{
    width: 100rem;
    margin: 2.2rem 0 0 0rem;
}
#Contents .sec10 .block1{
    width: 48rem;
}
#Contents .sec10 .block2{
    width: 48rem;
}

 /* ====================================================================
                                  section11
==================================================================== */

#Contents .sec11{
    margin: 3.6rem auto 0;
}
#Contents .sec11 .flexItem{
    width: 97rem;
    margin: 2rem 0 0 3rem;
}
#Contents .sec11 .block1{
    width: 42rem;
    margin-top: 8.2rem;
}
#Contents .sec11 .block2{
    width: 48rem;
}
#Contents .sec11 .videoBlock{
    width: 35rem;
    margin: 3.5rem 0 0 32.5rem;
}

 /* ====================================================================
                                  section12
==================================================================== */

#Contents .sec12{
    margin: 6rem auto 0;
}
#Contents .sec12 .flexItem{
    width: 88rem;
    margin: 4rem 0 0 6rem;
}
#Contents .sec12 .block1{
    width: 42rem;
}
#Contents .sec12 .block2{
    width: 42rem;
    margin-top: 6rem;
}
#Contents .sec12 .imgBlock{
    width: 48rem;
    margin: 3.5rem 0 0 26rem;
}

 /* ====================================================================
                                  section13
==================================================================== */

#Contents .sec13{
    margin: 6rem auto 0;
}
#Contents .sec13 .flexItem{
    width: 97rem;
    margin: 0 0 0 3rem;
}
#Contents .sec13 .block1{
    width: 48rem;
}
#Contents .sec13 .block2{
    width: 42rem;
    margin-top: 4rem;
}

/* ====================================================================
                                  button
==================================================================== */

 #Contents .btw{
    width: 22rem;
    margin-top: 12rem;
    margin-right: auto;
    margin-bottom: 6rem;
    margin-left: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}
#Contents .btw a{
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.3;
    letter-spacing: .05rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
} 


/* ====================================================================
                                  staffText
==================================================================== */

 #Contents .staffText{
     text-align: center;
     margin: 0 auto 12rem;
     font-size: 1.2rem;
     line-height: 2.166;
     letter-spacing: 0.07em;
 }


}


/* ====================================================================
                                  IE
==================================================================== */

@media all and (-ms-high-contrast: none) {
    /* ここに書く */


  }

/* ====================================================================
                                  IE
==================================================================== */



/* for tablet */

@media screen and (max-width: 1200px) and (min-width: 561px) {
  html {font-size: calc(10* (100vw / 1200)) !important;}  

#Contents .slick-dots li {
    height: 0.6rem;
}
/* 
#Contents .slick-dots {
    bottom: -3.2rem !important;
}
*/

}

/* for tablet */
/* @media only screen and (min-width: 768px) and (max-width: 1279px) {
  
  
}




/* =============================================================================================================
================================================================================================================
                                  ⬇︎ SP ⬇︎
================================================================================================================
================================================================================================================*/

@media only screen and (max-width: 561px) {

#Contents {
    /* background-image: url(../img/page_sp_01.jpg); */
    /* background-image: url(../img/page_sp_02.jpg); */
    /* background-image: url(../img/page_sp_03.jpg); */
    background-size: 375px;
    background-repeat: no-repeat;
    background-position: center 0;
    /* background-position-y: 75px; */
    /* background-position-y: 5908px; */
    /* background-position-y: 11373px; */
  }

  
.main-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: calc(1 *(100vw/750));
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-feature-settings: "palt";
    line-height: 2;
    /* opacity: 0.6; */
    overflow: hidden;
    }
   
    .spOnly{display: inline-block;}
    .pcOnly{display: none;}
  
    #Contents .slick-dots li.slick-active button:before {width: calc(16*(100vw/750));height: calc(16*(100vw/750));}
    #Contents .slick-dots li button:before {width: calc(16*(100vw/750));height: calc(16*(100vw/750));}
    #Contents .slick-dots li {width: calc(16*(100vw/750)) !important;height: calc(16*(100vw/750)) !important;margin: 0 calc(10*(100vw/750)) !important;}
    #Contents .slick-dots {left: calc(-10*(100vw/750)) !important;bottom: calc(20*(100vw/750)) !important;;text-align: right;}
    #Contents .slick-dotted.slick-slider{margin-bottom: 0;}
    #Contents .slick-dots li button {width: 0 !important;height: 0 !important;padding: 0 !important;}
  
    .main-area::after {
        margin: 0 auto !important;
    }
  
    #Contents h2{
        font-size: calc(56*(100vw/750));
        letter-spacing: 0.1em;
        line-height: 1.048;
    }
    
    #Contents h3{
        font-size: calc(46*(100vw/750));
        line-height: 0.88;
        letter-spacing: 0.06em;
    }
    
    #Contents h4{
        font-size: calc(42*(100vw/750));
        line-height: 1.68;
        letter-spacing: 0.06em;
    }

    #Contents .lp-text{
        font-size: calc(28*(100vw/750));
        letter-spacing: 0.025em;
        line-height: 1.85;
    }

    #Contents .contentsCredit{
        font-size: calc(20*(100vw/750));
        line-height: 2;
        letter-spacing: 0.07em;
        margin-top: calc(32*(100vw/750));
    }

    #Contents .flexItem{
        display: block;
        width: 100%;
        margin: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
    } 

    #Contents .flexItem_sp{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #Contents .price{
        margin-left: calc(7*(100vw/750));
    }


/* ====================================================================
                                  ALL
==================================================================== */

#Contents .ttlBorder{
    width: 1px;
    height: calc(60*(100vw/750));
    background-color: #000000;
    margin: 0 auto calc(25*(100vw/750));
}
#Contents .con_ttl{
    margin-bottom: calc(20*(100vw/750));
    color: #c9c7bd;
}
#Contents .secInner{
    margin-left: calc(65*(100vw/750));
}
#Contents .con_ttl::before{
    content: "";
    display: block;
    position: absolute;
    width: calc(10*(100vw/750));
    height: calc(10*(100vw/750));
    top: calc(30*(100vw/750));
    left: calc(-40*(100vw/750));
    z-index: 10;
    transform: rotate(45deg);
}
#Contents .credit_space{
    margin-left: calc(10*(100vw/750));
}

#Contents .scrollBorder.done.s1-border.__1::after{
    height: calc(2391*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s2-border.__1::after{
    height: calc(2099*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s3-border.__1::after{
    height: calc(6420*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s4-border.__1::after{
    height: calc(1807*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s5-border.__1::after{
    height: calc(4343*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s6-border.__1::after{
    height: calc(4310*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s7-border.__1::after{
    height: calc(6651*(100vw/750)) !important;
}

#Contents .s1-border.__1::after ,
#Contents .s2-border.__1::after ,
#Contents .s3-border.__1::after ,
#Contents .s4-border.__1::after ,
#Contents .s5-border.__1::after ,
#Contents .s6-border.__1::after ,
#Contents .s7-border.__1::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: calc(70*(100vw/750));
    left: calc(30*(100vw/750));
    z-index: -10;
}

#Contents .ttlBlock{
    margin-top: calc(65*(100vw/750));
    text-align: center;
}
#Contents .ttlBlock.__2 ,
#Contents .ttlBlock.__3{
    margin: calc(160*(100vw/750)) auto 0;
}

/* ====================================================================
                              firstView
==================================================================== */

#Contents .MV_text{
    margin-top: calc(98*(100vw/750));
    text-align: center;
}

/* ====================================================================
                              section1
==================================================================== */

#Contents .sec1{
    margin: calc(52*(100vw/750)) auto 0;
}
#Contents .sec1 .block1{
    width: calc(620*(100vw/750));
}
#Contents .sec1 .block2{
    width: calc(450*(100vw/750));
    margin-top: calc(52*(100vw/750));
}
#Contents .sec1 .videoBlock{
    width: calc(420*(100vw/750));
    margin: calc(29*(100vw/750)) 0 0 calc(200*(100vw/750));
}

/* ====================================================================
                              section2
==================================================================== */

#Contents .sec2 .con_ttl{
    line-height: 1.5;
}
#Contents .sec2 .con_ttl::before{
    top: calc(25*(100vw/750));
}
#Contents .sec2{
    margin: calc(90*(100vw/750)) auto 0;
}
#Contents .sec2 .block1{
    width: calc(360*(100vw/750));
    margin: calc(50*(100vw/750)) 0 0 calc(260*(100vw/750));
}
#Contents .sec2 .block2{
    width: calc(488*(100vw/750));
    margin: calc(50*(100vw/750)) 0 0 calc(30*(100vw/750));
}
#Contents .sec2 .imgBlock{
    width: calc(620*(100vw/750));
    margin: 0 0 0 calc(0*(100vw/750));
}

/* ====================================================================
                              section3
==================================================================== */

#Contents .sec3{
    margin: calc(85*(100vw/750)) auto 0;
}
#Contents .sec3 .block1{
    width: calc(620*(100vw/750));
    margin: 0 0 0 calc(35*(100vw/750));
}
#Contents .sec3 .block2{
    width: calc(450*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(0*(100vw/750));
}
#Contents .sec3 .videoBlock{
    width: calc(450*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(95*(100vw/750));
}

/* ====================================================================
                              section4
==================================================================== */

#Contents .sec4{
    margin: calc(90*(100vw/750)) auto 0;
}
#Contents .sec4 .block1{
    width: calc(450*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(205*(100vw/750));
}
#Contents .sec4 .block2{
    width: calc(375*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(72*(100vw/750));
}
#Contents .sec4 .imgBlock{
    width: calc(620*(100vw/750));
}

/* ====================================================================
                              section5
==================================================================== */

#Contents .sec5{
    margin: calc(90*(100vw/750)) auto 0;
}
#Contents .sec5 .block1{
    width: calc(620*(100vw/750));
}
#Contents .sec5 .block2{
    width: calc(525*(100vw/750));
    margin: calc(40*(100vw/750)) 0 0 calc(46*(100vw/750));
}

/* ====================================================================
                              section6
==================================================================== */

#Contents .sec6{
    margin: calc(55*(100vw/750)) auto 0;
}
#Contents .sec6 .block1{
    width: calc(620*(100vw/750));
}
#Contents .sec6 .block2{
    width: calc(525*(100vw/750));
    margin: calc(28*(100vw/750)) 0 0 auto;
}

/* ====================================================================
                              section7
==================================================================== */

#Contents .sec7{
    margin: calc(76*(100vw/750)) auto 0;
}
#Contents .sec7 .block1{
    width: calc(620*(100vw/750));
}
#Contents .sec7 .block2{
    width: calc(488*(100vw/750));
    margin: calc(60*(100vw/750)) 0 0 calc(65*(100vw/750));
}

/* ====================================================================
                              section8
==================================================================== */

#Contents .sec8{
    margin: calc(90*(100vw/750)) auto 0;
}
#Contents .sec8 .block1{
    width: calc(600*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(-65*(100vw/750));
}
#Contents .sec8 .block2{
    width: calc(525*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(95*(100vw/750));
}
#Contents .sec8 .videoBlock{
    width: calc(525*(100vw/750));
    margin: 0 0 0 calc(130*(100vw/750));
}

/* ====================================================================
                              section9
==================================================================== */

#Contents .sec9{
    margin: calc(76*(100vw/750)) auto 0;
}
#Contents .sec9 .block1{
    width: calc(620*(100vw/750));
}
#Contents .sec9 .block2{
    width: calc(412*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 auto;
}
#Contents .sec9 .imgBlock{
    width: calc(488*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(65*(100vw/750));
}

/* ====================================================================
                              section10
==================================================================== */

#Contents .sec10{
    margin: calc(90*(100vw/750)) auto 0;
}
#Contents .sec10 .block1{
    width: calc(620*(100vw/750));
}
#Contents .sec10 .block2{
    width: calc(620*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 0;
}

/* ====================================================================
                              section11
==================================================================== */

#Contents .sec11{
    margin: calc(50*(100vw/750)) auto 0;
}
#Contents .sec11 .block1{
    width: calc(562*(100vw/750));
    margin: 0 0 0 calc(30*(100vw/750));
}
#Contents .sec11 .block2{
    width: calc(600*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(-65*(100vw/750));
}
#Contents .sec11 .videoBlock{
    width: calc(420*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(200*(100vw/750));
}

/* ====================================================================
                              section12
==================================================================== */

#Contents .sec12{
    margin: calc(95*(100vw/750)) 0 0 0;
}
#Contents .sec12 .block1{
    width: calc(450*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 auto;
}
#Contents .sec12 .block2{
    width: calc(450*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(85*(100vw/750));
}
#Contents .sec12 .imgBlock{
    width: calc(600*(100vw/750));
    margin: 0 0 0 calc(10*(100vw/750));
}

/* ====================================================================
                              section13
==================================================================== */

#Contents .sec13{
    margin: calc(89*(100vw/750)) 0 0 0;
}
#Contents .sec13 .block1{
    width: calc(620*(100vw/750));
}
#Contents .sec13 .block2{
    width: calc(620*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 0;
}

/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: calc(355*(100vw/750));
    margin-top: calc(140*(100vw/750));
    margin-right: auto;
    margin-bottom: calc(90*(100vw/750));
    margin-left: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}
#Contents .btw a{
    display: inline-block;
    width: 100%;
    font-size: calc(24*(100vw/750));
    line-height: 2.3;
    letter-spacing: .05rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

/* ====================================================================
                                  staffText
==================================================================== */

#Contents .staffText{
    text-align: center;
    margin: 0 auto calc(150*(100vw/750));
    font-size: calc(22*(100vw/750));
    line-height: 2.18;
    letter-spacing: 0.07em;
}


/* ====================================================================
                                  safari
==================================================================== */

 /* ::-webkit-full-page-media, :future, :root 

 #Contents .sec9 .contentsCredit{
    margin-left: calc(20*(100vw/750));
}*/

  /* ====================================================================
                                  safari
==================================================================== */

/* #Contents .navList.Android{
    width: calc(520*(100vw/750));
} */

.iPhone .letter_spacing_1{
    letter-spacing: 0.01em !important;
}

}