@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: #9F8645;content: "";border-radius: 0px;}
#Contents .slick-dots li button:before {background-color: #DDD5BE;content: "";border-radius: 0px;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;transform: translateY(100px);transition: all .8s;}
#Contents .fade {transition: all 3s;opacity: 0;visibility: hidden;transform: translate(0px, 0px);}
#Contents .fadein {opacity: 1;visibility: visible;transform: translate(0px, 0px);} 
#Contents .loadFade{animation:fadeIn ease 2s;} 
@keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1; }
}



#Contents .scrollFadeBg{position: relative;}
#Contents .scrollFadeBg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 20;
}
.scrollFadeBg.done::before{
    width: 0 !important;
}
.scrollFadeBg::before{
    transition: all 1s;
}


#Contents .first-ttlBlock::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
#Contents .loadFade.done::after{
    width: 100% !important;
}
#contents .loadFade::after {
    width: 0;
    transition: all .6s;
}

/* ====================================================================
                                  ⬆︎ 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;
    line-height: 2;
}

.footer .footer-inner{margin: 0;}

.fbArea{
     width: 15px;
}
.LINE{
     width: 30px;
}

.hamburger{
    display: block;
}

/* #Contents .lastText .changeWeight{font-weight: 600;}

#Contents .firstview-img.loadFade{
    opacity: 0;
    will-change: opacity;
    -webkit-transition: ease-in, opacity 2000ms;
    transition: ease-in, opacity 2000ms;
}
#Contents .firstview-img.loadFade.done{
    opacity: 1;
    animation-delay: 0;
}
#Contents .first-ttlBlock.loadFade{
    opacity: 0;
}
#Contents .first-ttlBlock.loadFade.done{
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
} */

/* ====================================================================
                                  ⬆︎ for all ⬆︎
==================================================================== */




/* for pc */
@media only screen and (min-width: 600px) {

    #Contents .slick-dots li.slick-active button:before {width: 6rem;height: .6rem;}
    #Contents .slick-dots li button:before {width: 6rem;height: .6rem;}
    #Contents .slick-dots li {width: 6rem !important;height: 1rem !important;margin: 0 .5rem !important;}
    #Contents .slick-dots {left: 0rem;bottom: -3.5rem !important;text-align: center;}
    #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-size: 1200px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -45px;
    } 
    .main-container {
        width: 100%;
        max-width: 120rem;
        margin: 0 auto;
        margin-top: 8.2rem;
        font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
        font-feature-settings: "palt";
        line-height: 2;
        /* opacity: 0.6; */
        color: #000000;
    }

  
    #Contents h2{
        font-family: roboto-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 6rem;
        line-height: 1;
        letter-spacing: 0.04em;
        color: #e9e29f;
    }
    
    #Contents h3{
        font-family: georgia, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 5.5rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #1A1A1A;
    }
    
    #Contents h4{
        font-family: pragmatica, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 3rem;
        line-height: 2.09;
        letter-spacing: 0.05em;
        color: #000000;
    }

    #Contents .lp-text{
        font-size: 1.5rem;
        letter-spacing: 0.025em;
        line-height: 2;
    }
    
    #Contents .ttl-look{
        font-family: pragmatica, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2rem;
        line-height: 2;
        letter-spacing: 0.05em;
        color: #ba9a26;
    }

    #Contents .contentsCredit{
        font-size: 1.1rem;
        line-height: 1.81;
        letter-spacing: 0.025em;
        margin-top: 3rem;
        margin-right: 1rem;
        color: #000000;
    }

    #Contents .flexItem{
        display: flex;
        width: 100%;
        margin: auto;
        justify-content:flex-start;
        flex-wrap: wrap;
    }
    #Contents .row-reverse{
        flex-flow: row-reverse;
    } 

    #Contents .block1 , .block2{
        position: relative;
    }    

    #Contents .slick-slide .spOnly{
        display: none;
    }
/* ====================================================================
                                  firstView
==================================================================== */

#Contents .firstview{
    position: relative;
}
#Contents .firstview-img{
    width: 88rem;
    margin: auto;
}
#Contents .firstview-inner .lp-text{
    text-align: center;
    margin-top: 11.5rem;
}
#Contents .mainArea{
    position: relative;
    width: 115rem;
    margin-top: 12rem;
    margin-left: auto;
    margin-right: auto;
}
#Contents .mainArea .textBlock{
    position: absolute;
    top: 20.5rem;
    right: 14rem;
    text-align: center;
}
#Contents .mainArea .lp-text.block01{
    margin-top: 1.8rem;
}
#Contents .mainArea .lp-text.block02{
    margin-top: 1.3rem;
}
#Contents .mainArea .textBlock .contentsCredit{
    margin-top: 5.5rem;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{ 
    margin-top: 12rem;
    position: relative;
} 
#Contents .sec1 .Bg-img{
    position: absolute;
    width: 9rem;
    top: 6rem;
    left: 25rem;
}
#Contents .sec1 .imgBlock.img01{
    width: 84rem;
    margin-left: 36rem;
}
#Contents .sec1 .flexItem{
    margin-top: 8rem;
}
#Contents .sec1 .flexblock1{
    width: 38rem;
    margin-left: 6rem;
}
#Contents .sec1 .flexblock2{
    width: 50rem;
    margin-top: 10rem;
    margin-left: 4rem;
}
#Contents .sec1 .flexItem .contentsCredit{
    margin-top: 3rem;
}
#Contents .sec1 .flexItem.block02{
    margin-top: 6rem; 
}
#Contents .sec1 .flexItem.block02 .flexblock1{
    width: 54rem;
    z-index: 1;
    margin-left: 10rem; 
}
#Contents .sec1 .flexItem.block02 .flexblock2{
    width: 54rem;
    margin-top: 25.2rem;
    margin-left: -5rem; 
}
#Contents .sec1 .flexItem.block03 .flexblock1{
    width: 48.1rem;
    margin-top: 6rem;
    margin-left: 21rem; 
}
#Contents .sec1 .flexItem.block03 .flexblock2{
    margin-top: 68.5rem;
    margin-left: 2.5rem;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    margin-top: 18rem; 
    position: relative;
}
#Contents .sec2 .Bg-img{
    position: absolute;
    width: 9rem;
    top: 43rem;
    right: 7.5rem;
    z-index: 99;
}
#Contents .sec2 .flexblock1{
    width: 44rem;
    margin-left: 12rem;
    z-index: 1;
}
#Contents .sec2 .flexblock2{
    width: 50rem;
    margin-left: 2rem;;
}

/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    margin-top: 15.5rem; 
    position: relative;
} 
#Contents .sec3 .Bg-img{
    position: absolute;
    width: 9rem;
    top: 1.5rem;
    right: 50rem;
    z-index: 99;
}
#Contents .sec3 .imgBlock.img01{
    width: 50rem;
    margin-left: 58rem;
}
#Contents .sec3 .secText{
    position: absolute;
    top: 80.4rem;
    left: 17.5rem;
    text-align: left;
}
#Contents .sec3 .flexblock1{
    width: 48rem;
    margin-right: 12rem;
    z-index: 1;
}
#Contents .sec3 .flexblock2{
    width: 54rem;
    margin-top: 18rem;
    margin-right: -6rem;
}
#Contents .sec3 .contentsCredit{
    margin-top: 2.5rem;
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    margin-top: 18rem; 
    position: relative;
} 
#Contents .sec4 .imgBlock.imgBlock.img01{
    width: 62rem;
    margin-left: 35rem;
}
#Contents .sec4 .Bg-img{
    width: 9rem;
    position: absolute;
    top: 4rem;
    left: 30.5rem;
    z-index: 99;
}
#Contents .sec4 .flexItem{
    margin-top: 4rem;
}
#Contents .sec4 .flexItem .flexblock1{
    width: 46rem;
    margin-left: 23rem;
}
#Contents .sec4 .flexItem .flexblock2{
    margin-top: 59.5rem;
    margin-left: 3rem;
}

/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    margin-top: 18rem;
    position: relative;
}
#Contents .sec5 .Bg-img{
    width: 9rem;
    position: absolute;
    top: 53rem;
    right: 7.5rem;
    z-index: 99;
}
#Contents .sec5 .sliderBlock.Block01{
    width: 38rem;
    margin-left: 70rem;
}
#Contents .sec5 .flexItem .flexblock1{
    width: 54rem;
    margin-top: -47rem;
    margin-left: 12rem;
}
#Contents .sec5 .flexItem .flexblock2{
    margin-top: 25.5rem;
    margin-left: 3rem;
}
#Contents .sec5 .imgBlock{
    width: 40rem;
    margin: auto;
}

/* ====================================================================
                                  last-imgArea
==================================================================== */

#Contents .last-imgArea {
    width: 62rem;
    margin-top: 8rem;
    margin-right: auto;
    margin-left: auto;
}

/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: 22rem;
    margin-top: 7.4rem;
    margin-right: auto;
    margin-bottom: 12rem;
    margin-left: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #666666;
}
#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;
}

/* ====================================================================
                                  staffText
==================================================================== */

#Contents .staffText {
    margin-top: 9rem;
}
#Contents .staffText p {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    line-height: 1.84;
    color: #9F8645;
}

/* ====================================================================
                                  ⬇︎ backgroung ⬇︎
==================================================================== */


/* ====================================================================
                                  ⬆︎ backgroung ⬆︎
==================================================================== */

}

/* for tablet */

@media screen and (max-width: 1200px) and (min-width: 561px) {
  html {font-size: calc(10* (100vw / 1200)) !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-size: 375px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-position-y: 77px;
    /* background-position-y: 4700px; */
  }

  
.main-container {
    width: 100%;
    /* max-width: 120rem; */
    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(100*(100vw/750));height: calc(10*(100vw/750));}
    #Contents .slick-dots li button:before {width: calc(100*(100vw/750));height: calc(10*(100vw/750));}
    #Contents .slick-dots li {width: calc(97*(100vw/750)) !important;height: calc(12*(100vw/750)) !important;margin: 0 calc(9*(100vw/750)) !important;}
    #Contents .slick-dots {left: calc(-2*(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-family: roboto-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: calc(85*(100vw/750));
        line-height: 1;
        letter-spacing: 0.02em;
        color: #e9e29f;
    }
    
    #Contents h3{
        font-family: georgia, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: calc(64*(100vw/750));
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #1A1A1A;
    }
    
    #Contents h4{
        font-family: pragmatica, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: calc(48*(100vw/750));
        line-height: 0;
        letter-spacing: 0.05em;
        margin-top: 0; 
    }

    #Contents .lp-text{
        font-size: calc(28*(100vw/750));
        letter-spacing: 0.025em;
        line-height: 1.9;
    }

    #Contents .contentsCredit{
        font-size: calc(22*(100vw/750));
        line-height: 2.1;
        letter-spacing: 0.025em;
        margin-top: calc(80*(100vw/750));
    }

    #Contents .flexItem{
        display: block;
        width: 100%;
        margin: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #Contents .block1{
        position: relative;
    }    

/* ====================================================================
                                  firstView
==================================================================== */

#Contents .firstview{
    position: relative;
}
#Contents .firstview-img{
    width: 100%;
    margin: auto;
}
#Contents .firstview-inner .lp-text{
    text-align: center;
    margin-top: 11.5rem;
}
#Contents .mainArea{
    position: relative;
    width: calc(700*(100vw/750));
    margin-top: calc(150*(100vw/750));
    margin-left: auto;
    margin-right: auto;
}
#Contents .mainArea .textBlock{
    position: absolute;
    top: calc(30*(100vw/750));
    left: calc(180*(100vw/750));
    text-align: right;
}
#Contents .mainArea .lp-text.block02{
    margin-top: calc(20*(100vw/750));
}
#Contents .mainArea .textBlock .contentsCredit{
    margin-top: 5.5rem;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{ 
    margin-top: calc(150*(100vw/750));
    position: relative;
} 
#Contents .sec1 .Bg-img{
    position: absolute;
    width: calc(110*(100vw/750));
    top: calc(561*(100vw/750));
    left: calc(85*(100vw/750));
}
#Contents .sec1 .imgBlock.img01{
    width: 100%;
}
#Contents .sec1 .flexItem{
    margin-top: calc(120*(100vw/750));
}
#Contents .sec1 .flexblock1{
    width: calc(450*(100vw/750));
    margin-left: calc(240*(100vw/750));
}
#Contents .sec1 .flexblock2{
    width: calc(600*(100vw/750));
    margin-top: calc(60*(100vw/750));
}
#Contents .sec1 .flexItem .contentsCredit{
    margin-top: calc(39*(100vw/750));
    margin-left: calc(50*(100vw/750));
}
#Contents .sec1 .flexItem.block02{
    margin-top: 6rem; 
}
#Contents .sec1 .flexItem.block02 .flexblock1{
    width: 54rem;
    z-index: 1;
    margin-left: 10rem; 
}
#Contents .sec1 .flexItem.block02 .flexblock2{
    width: 54rem;
    margin-top: 25.2rem;
    margin-left: -5rem; 
}
#Contents .sec1 .flexItem.block03 .flexblock1{
    width: 48.1rem;
    margin-top: 6rem;
    margin-left: 21rem; 
}
#Contents .sec1 .flexItem.block03 .flexblock2{
    margin-top: 68.5rem;
    margin-left: 2.5rem;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    margin-top: calc(193*(100vw/750));
    position: relative;
}
#Contents .sec2 .Bg-img{
    position: absolute;
    width: calc(110*(100vw/750));
    top: calc(1204*(100vw/750));
    right: calc(66*(100vw/750));
    z-index: 99;
}
#Contents .sec2 .flexblock1{
    width: calc(530*(100vw/750));
    margin-left: calc(190*(100vw/750));
    z-index: 1;
}
#Contents .sec2 .flexblock2{
    width: calc(600*(100vw/750));
    margin-top: calc(60*(100vw/750));
    margin-left: calc(30*(100vw/750));
}
#Contents .sec2 .contentsCredit {
    text-align: right;
    margin-top: calc(76*(100vw/750));
    margin-right: calc(30*(100vw/750));
    display: block;
}

/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    margin-top: calc(193*(100vw/750));
    position: relative;
} 
#Contents .sec3 .Bg-img{
    position: absolute;
    width: calc(110*(100vw/750));
    top: calc(31*(100vw/750));
    left: calc(155*(100vw/750));
    z-index: 99;
}
#Contents .sec3 .imgBlock.img01{
    width: 50rem;
    margin-left: 58rem;
}
#Contents .sec3 .secText{
    position: absolute;
    top: 80.4rem;
    left: 17.5rem;
    text-align: left;
}
#Contents .sec3 .flexblock1{
    width: calc(560*(100vw/750));
    margin-left: calc(135*(100vw/750));
    z-index: 1;
}
#Contents .sec3 .flexblock2{
    width: calc(640*(100vw/750));
    margin-top: calc(60*(100vw/750));
    margin-left: calc(55*(100vw/750));
}
#Contents .sec3 .contentsCredit{
    margin-top: calc(38*(100vw/750));
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    margin-top: calc(220*(100vw/750));
    position: relative;
} 
#Contents .sec4 .imgBlock.imgBlock.img01{
    width: calc(700*(100vw/750));
    margin-left: calc(50*(100vw/750));
}
#Contents .sec4 .Bg-img{
    width: calc(110*(100vw/750));
    position: absolute;
    top: calc(40*(100vw/750));
    z-index: 99;
}
#Contents .sec4 .flexItem{
    margin-top: calc(60*(100vw/750));
}
#Contents .sec4 .flexItem .flexblock1{
    width: calc(546*(100vw/750));
}
#Contents .sec4 .contentsCredit{
    margin-top: calc(36*(100vw/750));
    margin-left: calc(50*(100vw/750));
}

/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    margin-top: calc(193*(100vw/750));
    position: relative;
}
#Contents .sec5 .Bg-img{
    width: calc(110*(100vw/750));
    position: absolute;
    top: calc(855*(100vw/750));
    right: calc(34*(100vw/750));
    z-index: 99;
}
#Contents .sec5 .sliderBlock.Block01{
    width: calc(450*(100vw/750));
    margin-left: calc(279*(100vw/750));
}
#Contents .sec5 .flexItem .flexblock1{
    width: calc(640*(100vw/750));
    margin-top: calc(100*(100vw/750));
    margin-left: calc(20*(100vw/750));
}
#Contents .sec5 .contentsCredit{
    text-align: right;
    margin-top: calc(77*(100vw/750));
    margin-right: calc(20*(100vw/750));
}

/* ====================================================================
                                  last-imgArea
==================================================================== */

#Contents .last-imgArea {
    width: calc(700*(100vw/750));
    margin: auto;
}

/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: calc(355*(100vw/750));
    margin-top: calc(100*(100vw/750));
    margin-right: auto;
    margin-bottom: calc(148*(100vw/750));
    margin-left: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #666666;
}
#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));
    margin-bottom: calc(97*(100vw/750));
}
#Contents .staffText p {
    text-align: center;
    font-size: calc(24*(100vw/750));
    letter-spacing: 0.025em;
    line-height: 1.84;
    color: #9F8645;
}

/* ====================================================================
                                  ⬇︎ backgroung ⬇︎
==================================================================== */

/* ====================================================================
                                  ⬆︎ backgroung ⬆︎
==================================================================== */



}