@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 1s;}
#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 .loadFadeBorder.MV-border.__1::before , 
#Contents .scrollBorder.s2-border.__1::before , 
#Contents .scrollBorder.s3-border.__1::before ,
#Contents .scrollBorder.s4-border.__1::before ,
#Contents .scrollBorder.s6-border.__1::before ,
#Contents .scrollBorder.s7-border.__1::before {
    transition : all 0.5s;
}
#Contents .loadFadeBorder.MV-border.__2::before ,
#Contents .scrollBorder.s2-border.__2::before ,
#Contents .scrollBorder.s3-border.__2::before ,
#Contents .scrollBorder.s4-border.__2::before ,
#Contents .scrollBorder.s6-border.__2::before ,
#Contents .scrollBorder.s7-border.__2::before {
    transition : all 0.5s;
    transition-delay: 0.5s;
}
#Contents .loadFadeBorder.MV-border.__3::before ,
#Contents .scrollBorder.s2-border.__3::before ,
#Contents .scrollBorder.s3-border.__3::before ,
#Contents .scrollBorder.s4-border.__3::before ,
#Contents .scrollBorder.s6-border.__3::before ,
#Contents .scrollBorder.s7-border.__3::before {
    transition : all 0.5s;
    transition-delay: 1s;
}
#Contents .loadFadeBorder.MV-border.__4::before ,
#Contents .scrollBorder.s2-border.__4::before ,
#Contents .scrollBorder.s3-border.__4::before ,
#Contents .scrollBorder.s4-border.__4::before ,
#Contents .scrollBorder.s6-border.__4::before ,
#Contents .scrollBorder.s7-border.__4::before {
    transition : all 0.5s;
    transition-delay: 1.5s;
}

  

/* ====================================================================
                                  ⬆︎ 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: #333333;
}
.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;}

/*------ font ------*/

#Contents .relative{position: relative;}

#Contents .contentsCredit , 
#Contents .ttl{
    font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;
}



/* ====================================================================
                                  ⬆︎ 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;}
    #Contents .slick-dotted.slick-slider{margin-bottom: 4.2rem;}
  
    .main-area::after {margin: 0 auto !important;}
    .spOnly{display: none;}
    .pcOnly{display: inline-block;}

    #Contents {
        width: 100%;
        /* background-image: url(../img/page_pc.jpg); */
        /* background-image: url(../img/page_pc2.jpg); */
        background-size: 1200px;
        background-repeat: no-repeat;
        background-position-x: center;
         background-position-y: -45px; 
        /* background-position-y: 14617px; */
    } 
    .main-container {
        width: 120rem;
        max-width: 120rem;
        margin: 0 auto;
        margin-top: 5.2rem;
        font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
        font-feature-settings: "palt";
        line-height: 1;
        /* opacity: 0.6; */
    }

  
    #Contents h2{
        font-size: 3rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }
    
    #Contents h3{
        font-size: 2.2rem;
        line-height: 0.95;
        letter-spacing: 0.025em;
    }
    
    #Contents h4{
        font-size: 4.2rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    #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.025em;
        margin-top: 2.6rem;
    }

    #Contents .flexItem{display: flex;width: 100%;margin: auto;justify-content:center;flex-wrap: wrap;}
    #Contents .row-reverse{flex-flow: row-reverse;} 
 

    #Contents .slick-slide .spOnly{
        display: none;
    }

    #Contents .inlineBlock{
        display: inline-block;
    }

    #Contents .price{
        margin-left: 0.4rem;
    }


/* ====================================================================
                                  firstView
==================================================================== */

#Contents .firstview-img{
    width: 91rem;
    margin: auto;
}

#Contents .firstview .MV-border::before{
    width: 0;
    height: 0;
}

#Contents .loadFadeBorder.done.MV-border.__1::before , 
#Contents .loadFadeBorder.done.MV-border.__3::before{
    width: 94rem !important;
}
#Contents .loadFadeBorder.done.MV-border.__2::before , 
#Contents .loadFadeBorder.done.MV-border.__4::before{
    height: 62rem !important;
}

#Contents .MV-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    top: 1.5rem;
    left: 13rem;
    z-index: 10;
    background-color: #000000;
}
#Contents .MV-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0;
    top: 1.5rem;
    right: 13rem;
    z-index: 10;
    background-color: #000000;
}
#Contents .MV-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    bottom: 1.5rem;
    right: 13rem;
    z-index: 10;
    background-color: #000000;
}
#Contents .MV-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0rem;
    bottom: 1.5rem;
    left: 13rem;
    z-index: 10;
    background-color: #000000;
}

/* ====================================================================
                                  MV_itemArea
==================================================================== */

#Contents .itemArea{
    width: 72rem;
    height: 78rem;
    background-color: #f4f3ef;
    margin: 12rem auto 0;
    padding: 1rem;
    text-align: center;
}
#Contents .itemArea .block{
    width: 70rem;
    height: 76rem;
    background-color: #ffffff;
    padding-top: 4.4rem;
}
#Contents .itemArea .block li{
    width: 23rem;
    text-align: center;
}
#Contents .lp-text.__2{
    font-size: 1.4rem;
    line-height: 1.928;
    margin-top: 0.5rem;
}
#Contents .contentsCredit.__2{
    font-size: 1.9rem;
    line-height: 1.42;
}
#Contents .itemArea .block p:nth-of-type(2){
    margin: 1.5rem auto;
}
#Contents .itemArea .block ul{
    margin-top: 3.2rem;
}
#Contents .itemArea .block li:nth-of-type(1){
    margin-right: 5rem;
}
#Contents .itemArea .contentsCredit{
    text-decoration: underline;
    margin-top: 0.4rem !important;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    width: 60rem;
    margin: 12.2rem auto 0;
}
#Contents .sec1 .ttl{
    position: absolute;
    top: 12.5rem;
    right: -16.8rem;
    transform: rotate(90deg);
    font-size: 11.4rem;
    line-height: 1.195;
    z-index: 10;
    color: #000;
    opacity: 0.6;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    width: 107rem;
    margin: 8rem 0 0 5.7rem;
    text-align: right;
}
#Contents .sec2 .ttl{
    display: block;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 5.2rem;
    line-height: 0.4;
    z-index: 10;
    color: #000;
    background-color: white;
    padding: 0 2.5rem 2.5rem 0;
}
#Contents .sec2 .block1{
    width: 55rem;
    height: 75.6rem;
}
#Contents .sec2 .block2{
    width: 46rem;
    height: 63.3rem;
    margin-top: 12.4rem;
}
#Contents .sec2 .flexItem{
    justify-content: space-between;
}
#Contents .sec2 .contentsCredit{
    margin-top: 4rem;
}

#Contents .scrollBorder.done.s2-border.__1::before , 
#Contents .scrollBorder.done.s2-border.__3::before{
    width: 107rem !important;
}
#Contents .scrollBorder.done.s2-border.__2::before , 
#Contents .scrollBorder.done.s2-border.__4::before{
    height: 75.6rem !important;
}

#Contents .s2-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 10;
    background-color: #000000;
}
#Contents .s2-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0;
    top: 1.5rem;
    right: -1.5rem;
    z-index: 10;
    background-color: #000000;
}
#Contents .s2-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    bottom: -1.5rem;
    right: -1.5rem;
    z-index: 10;
    background-color: #000000;
}
#Contents .s2-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0rem;
    bottom: -1.5rem;
    left: 1.5rem;
    z-index: -10;
    background-color: #000000;
}

/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    width: 52rem;
    margin: 13rem auto 0;
}
#Contents .sec3 .ttl{
    position: absolute;
    top: -1.2rem;
    left: -2rem;
    font-size: 5.2rem;
    line-height: 0.4;
    z-index: 10;
    color: #000;
}

#Contents .scrollBorder.done.s3-border.__1::before{
    width: 27rem !important;
} 
#Contents .scrollBorder.done.s3-border.__2::before{
    height: 71.5rem !important;
}
#Contents .scrollBorder.done.s3-border.__3::before{
    width: 52rem !important;
}
#Contents .scrollBorder.done.s3-border.__4::before{
    height: 68rem !important;
}

#Contents .s3-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    top: 0;
    left: 25rem;
    z-index: 10;
    background-color: #000000;
}
#Contents .s3-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s3-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s3-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0rem;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #000000;
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    width: 105.5rem;
    margin: 11.2rem 0 0 6rem;
}
#Contents .sec4 ul{
    justify-content: space-between;
}
#Contents .sec4 li:nth-of-type(1){
    width: 52rem;
}
#Contents .sec4 li:nth-of-type(2){
    width: 42rem;
    margin-top: 30rem;
}
#Contents .sec4 .contents-border{
    width: 42rem;
    height: 57.7rem;
    position: absolute;
    top: -1.5rem;
    left: 1.5rem;
}

#Contents .scrollBorder.done.s4-border.__1::before{
    width: 42rem !important;
} 
#Contents .scrollBorder.done.s4-border.__2::before{
    height: 57.6rem !important;
}
#Contents .scrollBorder.done.s4-border.__3::before{
    width: 42rem !important;
}
#Contents .scrollBorder.done.s4-border.__4::before{
    height: 57.6rem !important;
}

#Contents .s4-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s4-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s4-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    bottom: 0;
    right: 0;
    z-index: -10;
    background-color: #000000;
}
#Contents .s4-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0rem;
    bottom: 0;
    left: 0;
    z-index: -10;
    background-color: #000000;
}

/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    width: 55rem;
    margin: 25rem auto 0;
}
#Contents .sec5 .ttl{
    position: absolute;
    top: -6.2rem;
    left: -4rem;
    font-size: 11.4rem;
    color: #e0dec6;
    line-height: 0.833;
    z-index: 10;
    opacity: 0.6;
}

/* ====================================================================
                                  section6
==================================================================== */

#Contents .sec6{
    width: 112.5rem;
    margin: 11.4rem 0 0 0;
}
#Contents .sec6 .ttl{
    position: absolute;
    top: -2.8rem;
    right: 0rem;
    font-size: 5.2rem;
    color: #e0dec6;
    line-height: 0.735;
    z-index: 10;
}
#Contents .sec6 .contentsCredit{
    margin-top: 0;
}
#Contents .sec6 .contents-border span{
    background-color: #e0dec6;
}
#Contents .sec6 .flexItem{
    justify-content: space-between;
}
#Contents .sec6 .block1{
    width: 45rem;
    text-align: right;
}
#Contents .sec6 .block2{
    width: 56rem;
    margin-top: 13.4rem;
}

#Contents .scrollBorder.done.s6-border.__1::before{
    width: 31rem !important;
} 
#Contents .scrollBorder.done.s6-border.__2::before{
    height: 64.8rem !important;
}
#Contents .scrollBorder.done.s6-border.__3::before{
    width: 48rem !important;
}
#Contents .scrollBorder.done.s6-border.__4::before{
    height: 64.8rem !important;
}

#Contents .s6-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    top: -1.5rem;
    left: -1.5rem;
    z-index: 10;
    background-color: #e0dec6;
}
#Contents .s6-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0;
    top: -1.5rem;
    right: -1.5rem;
    z-index: 10;
    background-color: #e0dec6;
}
#Contents .s6-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    bottom: -1.5rem;
    right: -1.5rem;
    z-index: 10;
    background-color: #e0dec6;
}
#Contents .s6-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0rem;
    bottom: -1.5rem;
    left: -1.5rem;
    z-index: 10;
    background-color: #e0dec6;
}

  /* ====================================================================
                                  section7
==================================================================== */

#Contents .sec7{
    width: 88.5rem;
    margin: 7.7rem 0 0 7rem;
}
#Contents .sec7 .ttl{
    position: absolute;
    top: -5.8rem;
    left: 0rem;
    font-size: 5.2rem;
    color: #e0dec6;
    line-height: 0.735;
    z-index: 10;
}
#Contents .sec7 .contents-border span{
    background-color: #e0dec6;
}
#Contents .sec7 .flexItem{
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: -24.8rem;
    position: relative;
    z-index: 0;
}
#Contents .sec7 .block{
    width: 42rem;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
#Contents .sec7 li:nth-of-type(1){
    width: 50rem;
    height: 68.75rem;
}
#Contents .sec7 .s7_cont{
    display: block;
    margin-top: auto;
    margin-left: 6rem;
    margin-bottom: -0.2rem;
}
#Contents .sec7 .slick-dots{
    text-align: left;
    left: 0.7rem;
}

#Contents .scrollBorder.done.s7-border.__1::before{
    width: 58rem !important;
} 
#Contents .scrollBorder.done.s7-border.__2::before{
    height: 70rem !important;
}
#Contents .scrollBorder.done.s7-border.__3::before{
    width: 85rem !important;
}
#Contents .scrollBorder.done.s7-border.__4::before{
    height: 67rem !important;
}

#Contents .s7-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    top: 29rem;
    left: 28rem;
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s7-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0;
    top: 29rem;
    right: 1.7rem;
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s7-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    bottom: 2.7rem;
    right: 1.7rem;
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s7-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0rem;
    bottom: 2.7rem;
    left: 1.7rem;
    z-index: -10;
    background-color: #e0dec6;
}


/* ====================================================================
                                  button
==================================================================== */

 #Contents .btw{
    width: 22rem;
    margin-top: 11.8rem;
    margin-right: auto;
    margin-bottom: 5.6rem;
    margin-left: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #8C8C8C;
}
#Contents .btw a{
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.3;
    letter-spacing: .02rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
} 

/* ====================================================================
                                  staffArea
==================================================================== */

#Contents .staffArea{
    margin: 0 auto 12rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.025em;
}


}


/* ====================================================================
                                  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.jpg); */
    /* background-image: url(../img/page_sp_02.jpg); */
    /* background-image: url(../img/page_sp3.jpg); */
    background-size: 375px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-position-y: 75px;
    /* background-position-y: 7169px; */
    /* background-position-y: 13268px; */
  }

  
.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(52*(100vw/750));
        letter-spacing: 0.05em;
        line-height: 1;
    }
    
    #Contents h3{
        font-size: calc(33*(100vw/750));
        line-height: 1;
        letter-spacing: 0.025em;
    }
    
    #Contents h4{
        font-size: calc(60*(100vw/750));
        line-height: 1;
        letter-spacing: 0.05em;
    }

    #Contents .lp-text{
        font-size: calc(28*(100vw/750));
        letter-spacing: 0.025em;
        line-height: 1.85;
    }

    #Contents .contentsCredit{
        font-size: calc(22*(100vw/750));
        line-height: 2.28;
        letter-spacing: 0.025em;
        margin-top: calc(45*(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));
    }

/* ====================================================================
                                  firstView
==================================================================== */


#Contents .firstview-img{
    width: calc(620*(100vw/750));
    margin: auto;
}

#Contents .loadFadeBorder.done.MV-border.__1::before , 
#Contents .loadFadeBorder.done.MV-border.__3::before{
    width: calc(710*(100vw/750)) !important; 
}
#Contents .loadFadeBorder.done.MV-border.__2::before , 
#Contents .loadFadeBorder.done.MV-border.__4::before{
    height: calc(710*(100vw/750)) !important;
}

#Contents .MV-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: calc(15*(100vw/750));
    left: calc(20*(100vw/750));
    z-index: 10;
    background-color: #000000;
}
#Contents .MV-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: calc(15*(100vw/750));
    right: calc(20*(100vw/750));
    z-index: 10;
    background-color: #000000;
}
#Contents .MV-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: calc(24*(100vw/750));
    right: calc(20*(100vw/750));
    z-index: 10;
    background-color: #000000;
}
#Contents .MV-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0rem;
    bottom: calc(25*(100vw/750));
    left: calc(20*(100vw/750));
    z-index: 10;
    background-color: #000000;
}


/* ====================================================================
                                  MV_itemArea
==================================================================== */

#Contents .itemArea{
    width: calc(710*(100vw/750));
    height: calc(1470*(100vw/750));
    background-color: #f4f3ef;
    margin: calc(116*(100vw/750)) auto 0;
    padding: calc(18*(100vw/750));
    text-align: center;
}
#Contents .itemArea .block{
    width: calc(675*(100vw/750));
    height: calc(1435*(100vw/750));
    background-color: #ffffff;
    padding-top: calc(90*(100vw/750));
}
#Contents .itemArea .flexItem{
    display: flex;
    justify-content: center;
}

#Contents .itemArea .block li{
    width: calc(280*(100vw/750));
    text-align: center;
}
#Contents .lp-text.__2{
    font-size: calc(26*(100vw/750));
    line-height: 1.46;
    margin-top: calc(15*(100vw/750));
}
#Contents .contentsCredit.__2{
    font-size: calc(19*(100vw/750));
    line-height: 1.42;
}
#Contents .itemArea .block p:nth-of-type(2){
    margin: calc(26*(100vw/750)) auto;
}
#Contents .itemArea .block ul{
    margin-top: calc(65*(100vw/750));
}
#Contents .itemArea .block li:nth-of-type(1){
    margin-right: calc(40*(100vw/750));
}
#Contents .itemArea .contentsCredit{
    font-size: calc(32*(100vw/750));
    text-decoration: underline;
    margin-top: calc(2*(100vw/750)) !important;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    width: calc(690*(100vw/750));
    margin: calc(180*(100vw/750)) auto 0;
}
#Contents .sec1 .ttl{
    position: absolute;
    top: calc(135*(100vw/750));
    right: calc(-108*(100vw/750));
    transform: rotate(90deg);
    font-size: calc(126*(100vw/750));
    line-height: 1.195;
    z-index: 10;
    color: #000;
    opacity: 0.6;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2 .slick-dots {left: calc(10*(100vw/750)) !important;bottom: calc(20*(100vw/750)) !important;;text-align: left;}

#Contents .sec2{
    width: 100%;
    text-align: left;
}
#Contents .sec2 .relative{
    margin: calc(110*(100vw/750)) 0 0 calc(20*(100vw/750));
}
#Contents .sec2 .ttl{
    position: absolute;
    top: calc(-87*(100vw/750));
    left: calc(5*(100vw/750));
    font-size: calc(78*(100vw/750));
    line-height: 0.4;
    z-index: 10;
    background-color: #ffff;
    padding: 0 calc(30*(100vw/750)) calc(45*(100vw/750)) 0;
    color: #000;
}
#Contents .sec2 .block1{
    width: calc(550*(100vw/750));
    margin-top: calc(212*(100vw/750));
    margin-left: auto;
}
#Contents .sec2 .block2{
    width: calc(520*(100vw/750));
    margin-top: calc(60*(100vw/750));
    margin-left: calc(50*(100vw/750));
}

#Contents .sec2 .contentsCredit{
    margin-top: calc(35*(100vw/750));
    margin-left: calc(70*(100vw/750));
}

#Contents .scrollBorder.done.s2-border.__1::before , 
#Contents .scrollBorder.done.s2-border.__3::before{
    width: calc(700*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s2-border.__2::before{
    height: calc(1584*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s2-border.__4::before{
    height: calc(1517*(100vw/750)) !important;
}

#Contents .s2-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: calc(-78*(100vw/750));
    left: calc(6*(100vw/750));
    z-index: 10;
    background-color: #000000;
}
#Contents .s2-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: calc(-78*(100vw/750));
    right: calc(23*(100vw/750));
    z-index: 10;
    background-color: #000000;
}
#Contents .s2-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: calc(26*(100vw/750));
    right: calc(25*(100vw/750));
    z-index: -10;
    background-color: #000000;
}
#Contents .s2-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0rem;
    bottom: calc(26*(100vw/750));
    left: calc(4*(100vw/750));
    z-index: -10;
    background-color: #000000;
}
  

/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    width: calc(690*(100vw/750));
    margin: calc(210*(100vw/750)) auto 0;
}
#Contents .sec3 .ttl{
    position: absolute;
    top: calc(-16*(100vw/750));
    right: calc(-5*(100vw/750));
    font-size: calc(78*(100vw/750));
    line-height: 0.4;
    z-index: 10;
    color: #000;
}

#Contents .scrollBorder.done.s3-border.__1::before{
    width: calc(291*(100vw/750)) !important;
} 
#Contents .scrollBorder.done.s3-border.__2::before{
    height: calc(894*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s3-border.__3::before{
    width: calc(690*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s3-border.__4::before{
    height: calc(948*(100vw/750)) !important;
}

#Contents .s3-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s3-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: calc(53*(100vw/750));
    right: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s3-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s3-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0rem;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #000000;
}


/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    width: 100%;
    margin: calc(80*(100vw/750)) 0 0 0;
}
#Contents .sec4 ul{
    justify-content: space-between;
}
#Contents .sec4 li:nth-of-type(1){
    width: calc(560*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .sec4 li:nth-of-type(2){
    width: calc(560*(100vw/750));
    margin-top: calc(60*(100vw/750));
    margin-left: calc(140*(100vw/750));
}
#Contents .sec4 .contentsCredit{
    margin-top: calc(65*(100vw/750));
}
#Contents .sec4 .contents-border{
    position: absolute;
    width: calc(560*(100vw/750));
    height: calc(770*(100vw/750));
    z-index: -10;
    top: calc(30*(100vw/750));
    right: calc(-30*(100vw/750));
}

#Contents .scrollBorder.done.s4-border.__1::before{
    width: calc(560*(100vw/750)) !important;
} 
#Contents .scrollBorder.done.s4-border.__2::before{
    height: calc(770*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s4-border.__3::before{
    width: calc(560*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s4-border.__4::before{
    height: calc(770*(100vw/750)) !important;
}


#Contents .s4-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0.1rem;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: #000000;
}
#Contents .s4-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}
#Contents .s4-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    z-index: -10;
    background-color: #000000;
}
#Contents .s4-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0rem;
    bottom: 0;
    left: 0;
    z-index: -10;
    background-color: #000000;
}


/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    width: calc(670*(100vw/750));
    margin: calc(250*(100vw/750)) auto 0;
}
#Contents .sec5 .ttl{
    position: absolute;
    top: calc(-70*(100vw/750));
    left: calc(-35*(100vw/750));
    font-size: calc(126*(100vw/750));
    color: #e0dec6;
    line-height: 0.833;
    z-index: 10;
    opacity: 0.6;
}

/* ====================================================================
                                  section6
==================================================================== */

#Contents .sec6{
    width: 100%;
    margin: calc(80*(100vw/750)) 0 0 0;
}
#Contents .sec6 .ttl{
    position: absolute;
    top: calc(110*(100vw/750));
    right: calc(-120*(100vw/750));
    font-size: calc(78*(100vw/750));
    color: #e0dec6;
    line-height: 0.735;
    z-index: 10;
    transform: rotate(90deg);
}
#Contents .sec6 .contents-border span{
    background-color: #e0dec6;
}
#Contents .sec6 .flexItem{
    justify-content: space-between;
}
#Contents .sec6 .block1{
    width: calc(520*(100vw/750));
    margin-left: calc(180*(100vw/750));
}
#Contents .sec6 .block2{
    width: calc(660*(100vw/750));
    margin-top: calc(60*(100vw/750));
}
#Contents .sec6 .contentsCredit{
    margin-top: calc(38*(100vw/750));
    margin-left: calc(30*(100vw/750));
}

#Contents .scrollBorder.done.s6-border.__1::before{
    width: calc(635*(100vw/750)) !important;
} 
#Contents .scrollBorder.done.s6-border.__2::before{
    height: calc(1378*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s6-border.__3::before{
    width: calc(700*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s6-border.__4::before{
    height: calc(1637*(100vw/750)) !important;
}


#Contents .s6-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: calc(20*(100vw/750));
    left: calc(-156*(100vw/750));
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s6-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: calc(280*(100vw/750));
    right: calc(-26*(100vw/750));
    z-index: 10;
    background-color: #e0dec6;
}
#Contents .s6-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: calc(-945*(100vw/750));
    right: calc(-26*(100vw/750));
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s6-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0rem;
    bottom: calc(-944*(100vw/750));
    left: calc(-156*(100vw/750));
    z-index: -10;
    background-color: #e0dec6;
}

  /* ====================================================================
                                  section7
==================================================================== */

#Contents .sec7{
    width: 100%;
    margin: calc(184*(100vw/750)) 0 0 0;
}
#Contents .sec7 .ttl{
    position: absolute;
    top: calc(-560*(100vw/750));
    left: calc(-136*(100vw/750));
    font-size: calc(78*(100vw/750));
    color: #e0dec6;
    line-height: 0.735;
    z-index: 10;
    transform: rotate(90deg);
}
#Contents .sec7 .contents-border span{
    background-color: #e0dec6;
}
#Contents .sec7 .flexItem{
    justify-content: flex-start;
    margin-top: calc(58*(100vw/750));
    position: relative;
    z-index: -10;
}
#Contents .sec7 .block{
    width: calc(500*(100vw/750));
    margin-left: calc(190*(100vw/750));
}
#Contents .sec7 li:nth-of-type(1){
    width: calc(560*(100vw/750));
}
#Contents .sec7 .contentsCredit{
    margin-top: calc(35*(100vw/750));
    margin-left: calc(30*(100vw/750));
}

#Contents .sec7 .slick-dots{
    text-align: right;
    left: calc(10*(100vw/750));
}

#Contents .scrollBorder.done.s7-border.__1::before{
    width: calc(610*(100vw/750)) !important;
} 
#Contents .scrollBorder.done.s7-border.__2::before{
    height: calc(1458*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s7-border.__3::before{
    width: calc(610*(100vw/750)) !important;
}
#Contents .scrollBorder.done.s7-border.__4::before{
    height: calc(1458*(100vw/750)) !important;
}

#Contents .s7-border.__1::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: calc(24*(100vw/750));
    left: calc(104*(100vw/750));
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s7-border.__2::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: calc(24*(100vw/750));
    right: calc(34*(100vw/750));
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s7-border.__3::before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: calc(260*(100vw/750));
    right: calc(34*(100vw/750));
    z-index: -10;
    background-color: #e0dec6;
}
#Contents .s7-border.__4::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0rem;
    bottom: calc(260*(100vw/750));
    left: calc(104*(100vw/750));
    z-index: -10;
    background-color: #e0dec6;
}


/* ====================================================================
                                  staffArea
==================================================================== */

#Contents .staffArea{
    width: calc(680*(100vw/750));
    margin: calc(78*(100vw/750)) auto calc(160*(100vw/750));
    text-align: center;
    font-size: calc(24*(100vw/750));
    letter-spacing: 0.025em;
}

/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: calc(355*(100vw/750));
    margin-top: calc(138*(100vw/750));
    margin-right: auto;
    margin-bottom: calc(0*(100vw/750));
    margin-left: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #8C8C8C;
}
#Contents .btw a{
    display: inline-block;
    width: 100%;
    font-size: calc(24*(100vw/750));
    line-height: 2.3;
    letter-spacing: .02rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}



/* ====================================================================
                                  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;
}

}