@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: #9D7566;content: "";border-radius: 5px;}
#Contents .slick-dots li button:before {background-color: #CEBAB2;content: "";border-radius: 5px;opacity: 1 !important;}
/* #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;}

/* ====================================================================
                                  ⬆︎ animation ⬆︎
==================================================================== */


/* ====================================================================
                                  ⬇︎ for all ⬇︎
==================================================================== */
.main-area{
    overflow: hidden;
}
.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;}

#Contents h2{font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;color: #8BA4B2;}
#Contents h3{font-family: adobe-garamond-pro, serif;font-weight: 600;color: #603813;}
#Contents h4{font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;color: #8BA4B2;} 

#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 .5rem !important;}
    #Contents .slick-dots {left: 0.5rem;bottom: -3rem !important;text-align: right;}
    #Contents .slick-dotted.slick-slider{margin-bottom: 5rem;}
  
    .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: 100%;
        max-width: 100%;
        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: 3.8rem;
        line-height: 2;
        letter-spacing: 0em;
    }
    
    #Contents h3{
        font-size: 2rem;
        letter-spacing: 0.05em;
    }
    
    #Contents h4{
        font-size: 2.4rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    #Contents .lp-text{
        font-size: 1.5rem;
        letter-spacing: 0.01em;
        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;
    }


/* ====================================================================
                                  firstView
==================================================================== */

#Contents .firstview-img{
    width: 63rem;
    margin: auto;
}

/* ====================================================================
                                  mvArea
==================================================================== */

#Contents .mvArea{
    margin-top: 18.8rem;
    text-align: center;
}
#Contents .bgArea{
    width: 90rem;
    height: 63rem;
    margin: auto;
    border-style: solid;
    border-width: thin;
    border-color: #8BA4B2;
}
#Contents .mvArea .mvItem{
    width: 33rem;
    margin: -7rem auto 0;
}
#Contents .mvArea .textArea{
    margin-top: 5.4rem;
}
#Contents .mvArea .lp-text{
    margin-top: 1.25rem;
}
#Contents .mvArea .contentsCredit{
    font-family: futura-pt, sans-serif;font-weight: 400;
    margin-top: 2.5rem;
    font-size: 2.4rem;
    color: #8BA4B2;
}

#Contents .bgArea::before{
    position: absolute;
    content: "";
    width: 90rem;
    height: 63rem;
    background-color: #F0F4F5;
    top: 3rem;
    left: 3rem;
    z-index: -10;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    margin: 18.8rem auto 0;
}

#Contents .sec1 .flexItem.__01 .flexblock1{
    width: 50rem;
}
#Contents .sec1 .flexItem.__01 .flexblock2{
    width: 42rem;
    margin-top: 28rem;
    margin-left: 8rem;
}
#Contents .sec1 .bg{
    position: absolute;
    width: 100%;
    height: 32rem;
    background-color: #F0F4F5;
    bottom: 16.6rem;
    left: 0;
    z-index: -10;
}



/* ====================================================================
                                  staffText
==================================================================== */

 #Contents .staffText {
    margin-top: 8.8rem;
    padding-bottom: 9rem;
    color: #8BA4B2;
}
#Contents .staffText p {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    line-height: 1.83;
} 


/* ====================================================================
                                  button
==================================================================== */

 #Contents .btw{
    width: 22rem;
    margin-top: 8.6rem;
    margin-right: auto;
    margin-bottom: 0rem;
    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;
} 


}


/* ====================================================================
                                  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_sp2.jpg); */
    /* background-image: url(../img/page_sp3.jpg); */
    background-size: 375px;
    background-repeat: no-repeat;
    background-position: center 0;
     background-position-y: 77px; 
    /* background-position-y: 6571px; */
    /*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(12*(100vw/750));height: calc(12*(100vw/750));}
    #Contents .slick-dots li button:before {width: calc(12*(100vw/750));height: calc(12*(100vw/750));}
    #Contents .slick-dots li {width: calc(12*(100vw/750)) !important;height: calc(12*(100vw/750)) !important;margin: 0 calc(9*(100vw/750)) !important;}
    #Contents .slick-dots {left: calc(0*(100vw/750)) !important;bottom: calc(-42*(100vw/750)) !important;;text-align: center;}
    #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(66*(100vw/750));
        letter-spacing: 0.05em;
        line-height: 1.068;
    }
    
    #Contents h3{
        font-size: calc(36*(100vw/750));
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
    
    #Contents h4{
        font-size: calc(40*(100vw/750));
        line-height: 1;
        letter-spacing: 0.05em;
    }

    #Contents .lp-text{
        font-size: calc(28*(100vw/750));
        letter-spacing: 0.01em;
        line-height: 1.85;
    }

    #Contents .contentsCredit{
        font-size: calc(22*(100vw/750));
        line-height: 2.28;
        letter-spacing: 0.025em;
        margin-top: calc(36*(100vw/750));
    }

    #Contents .flexItem{
        display: block;
        width: 100%;
        margin: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
    } 

/* ====================================================================
                                  firstView
==================================================================== */

#Contents .firstview-img{
    width: 100%;
    margin: auto;
}

/* ====================================================================
                                  mvArea
==================================================================== */

#Contents .mvArea{
    margin-top: calc(220*(100vw/750));
    text-align: center;
}
#Contents .bgArea{
    width: calc(655*(100vw/750));
    height: calc(1148*(100vw/750));
    margin-left: calc(30*(100vw/750));
    border-style: solid;
    border-width: thin;
    border-color: #8BA4B2;
}
#Contents .mvArea .mvItem{
    width: calc(450*(100vw/750));
    margin: calc(-70*(100vw/750)) 0 0 calc(120*(100vw/750));
}
#Contents .mvArea .textArea{
    margin-top: calc(70*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .mvArea .textArea h2{
    margin-top: calc(30*(100vw/750));
}
#Contents .mvArea .lp-text{
    margin-top: 1.75rem;
}
#Contents .mvArea .contentsCredit{
    font-family: futura-pt, sans-serif;font-weight: 400;
    margin-top: calc(20*(100vw/750));
    font-size: calc(40*(100vw/750));
    color: #8BA4B2;
}

#Contents .bgArea::before{
    position: absolute;
    content: "";
    width: calc(655*(100vw/750));
    height: calc(1148*(100vw/750));
    background-color: #F0F4F5;
    top: calc(30*(100vw/750));
    left: calc(30*(100vw/750));
    z-index: -10;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    margin: calc(188*(100vw/750)) auto 0;
}

#Contents .sec1 .flexItem.__01 .flexblock1{
    width: calc(640*(100vw/750));
    margin-left: calc(30*(100vw/750));
}
#Contents .sec1 .flexItem.__01 .flexblock2{
    width: calc(520*(100vw/750));
    margin-top: calc(90*(100vw/750));
    margin-left: calc(200*(100vw/750));
}
#Contents .sec1 .bg{
    position: absolute;
    width: 100%;
    height: calc(500*(100vw/750));
    background-color: #F0F4F5;
    top: calc(500*(100vw/750));
    left: 0;
    z-index: -10;
}


/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: calc(355*(100vw/750));
    margin-top: calc(136*(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;
}

/* ====================================================================
                                  staffText
==================================================================== */

#Contents .staffText {
    margin-top: calc(130*(100vw/750));
    padding-bottom: calc(150*(100vw/750));
    color: #8BA4B2;
}
#Contents .staffText p {
    text-align: center;
    font-size: calc(24*(100vw/750));
    letter-spacing: 0.025em;
    line-height: 2;
} 


/* ====================================================================
                                  safari
==================================================================== */

/* ::-webkit-full-page-media, :future, :root 
#Contents .navList {
    width: calc(560*(100vw/750));
} */

  /* ====================================================================
                                  safari
==================================================================== */

/* #Contents .navList.Android{
    width: calc(520*(100vw/750));
} */

.iPhone .letter_spacing_1{
    letter-spacing: 0.01em !important;
}

}