@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: #df89b1;content: "";border-radius: 5px;}
#Contents .slick-dots li button:before {background-color: #f2d0e0;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;transform: translateY(100px);transition: all 2s;}
#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: 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: -4.7rem !important;text-align: left;}
    #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: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.2rem;
        line-height: 2.09;
        letter-spacing: 0.05em;
        color: #333333;
    }

    #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-inner{
    width: 100rem;
    margin: auto;
    position: relative;
}
#Contents .firstview-img{
    width: 100rem;
}
#Contents .firstview-inner .lp-text{
    text-align: center;
    margin-top: 11.5rem;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    margin-top: 11.2rem;
    position: relative;
}
#Contents .sec1 .secText{
    position: absolute;
    top: 18.5rem;
    right: 6.4rem;
    text-align: right;
}
#Contents .sec1 .secText-move{
    margin-right: 3rem;
}
#Contents .sec1 .flexblock1{
    width: 58.2rem;
    margin-left: 10.5rem;
    z-index: 1;
}
#Contents .sec1 .flexblock1 .imgBlock{
    border-style: solid;
    border-width: 1em;
    border-color: #e9e29f;
}
#Contents .sec1 .flexblock2{
    width: 42rem;
    margin-top: 37rem;
    margin-left: -3rem;
}
#Contents .sec1 .flexItem .contentsCredit{
    margin-top: 3.2rem;
    margin-left: 1rem;
}
#Contents .sec1 .scrollFadeBg::before{
    background-color: #e9e29f;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    margin-top: 18.2rem; 
    position: relative;
}
#Contents .sec2 h2{
    font-size: 8rem;
    color: #df89b1;
}
#Contents .sec2 .secText{
    position: absolute;
    top: 91rem;
    left: 33.5rem;
    text-align: left;
}
#Contents .sec2 .flexblock1{
    width: 50rem;
    margin-left: 12.5rem;
}
#Contents .sec2 .flexblock2{
    width: 36rem;
    margin-top: 30rem;
    margin-left: 9rem;
}
#Contents .sec2 .flexItem.area02{
    margin-top: 12rem;
}
#Contents .sec2 .flexItem.area02 .flexblock1 .contentsCredit{
    margin-top: 1.3rem;
    margin-right: 1rem;
    text-align: right;
}
#Contents .sec2 .flexItem.area02 .flexblock1{
    width: 52rem;
    margin-right: 14.5rem;
    text-align: right;
    z-index: 1;
}
#Contents .sec2 .flexItem.area02 .flexblock2{
    width: 42rem;
    margin-top: 39rem;
    margin-right: -15.5rem;
}

#Contents .sec2 .slick-dotted.slick-slider{
    margin-bottom: 5rem;
    border-style: solid;
    border-width: 1em;
    border-color: #df89b1;
}
#Contents .sec2 .flexItem.area02 .slick-dots{
    text-align: right;
    left: 0.5rem;
}
#Contents .sec2 .slick-dots li.slick-active button:before {background-color: #df89b1;content: "";border-radius: 5px;}
#Contents .sec2 .slick-dots li button:before {background-color: #f2d0e0;content: "";border-radius: 5px;opacity: 1 !important;}

#Contents .sec2 .scrollFadeBg::before{
    background-color: #df89b1;
}
/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    margin-top: 18.2rem; 
    position: relative;
} 
#Contents .sec3 .imgBlock.img01{
    width: 42rem;
    margin: auto;
}
#Contents .sec3 h2{
    font-size: 6rem;
    line-height: 0.95;
    color: #f6beb8;
}
#Contents .sec3 .colorChange01{
    color: #ecd9a0;
}
#Contents .sec3 .colorChange02{
    color: #bfbfbf;
}
#Contents .sec3 .colorChange03{
    color: #f6beb8;
}
#Contents .sec3 .flexItem{
    margin-top: 6rem;
}
#Contents .sec3 .secText{
    position: absolute;
    top: 80.4rem;
    left: 17.5rem;
    text-align: left;
}
#Contents .sec3 .flexblock1{
    width: 58rem;
    margin-right: 10rem;
    text-align: right;
}
#Contents .sec3 .flexblock1 .imgBlock{
    border-style: solid;
    border-width: 1em;
    border-color: #f6beb8;
    border-image: linear-gradient(45deg, #fad8d4 0%, #f4e8c6 100%);
    border-image-slice: 1;
}
#Contents .sec3 .flexblock2{
    width: 36rem;
    margin-top: 42rem;
    margin-right: 6rem;
}
#Contents .sec3 .scrollFadeBg::before{
    background: linear-gradient(45deg, #fad8d4 0%, #f4e8c6 100%);
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    margin-top: 18rem; 
    position: relative;
} 
#Contents .sec4 .flexblock1{
    width: 48rem;
    margin-top: 21rem;
    margin-left: 13.5rem;
}
#Contents .sec4 .flexblock2{
    width: 48rem;
    margin-top: 0;
    margin-left: -3rem;
    z-index: 10;
}
#Contents .sec4 .secText{
    position: absolute;
    top: 70rem;
    left: 67.5rem;
    text-align: left;
}
#Contents .sec4 h2{
    font-size: 8rem;
    letter-spacing: 0.05em;
    color: #b2c1ce;
}
#Contents .sec4 .flexItem.area02{
    margin-top: 9rem;
}
#Contents .sec4 .flexItem.area02 .flexblock1{
    margin-left: 4rem;
    text-align: right;
}
#Contents .sec4 .flexItem.area02 .flexblock2{
    width: 42rem;
    margin-left: -3.5rem;
}
#Contents .sec4 .flexItem.area02 .contentsCredit{
    margin-right: 7rem;
    margin-top: 28.5rem;
}
#Contents .sec4 .slick-dotted.slick-slider {
    margin-bottom: 5rem;
    border-style: solid;
    border-width: 1em;
    border-color: #b2c1ce;
}

#Contents .sec4 .slick-dots li.slick-active button:before {background-color: #b2c1ce;content: "";border-radius: 5px;}
#Contents .sec4 .slick-dots li button:before {background-color: #d9e0e7;content: "";border-radius: 5px;opacity: 1 !important;}

#Contents .sec4 .scrollFadeBg::before{
    background-color: #b2c1ce;
}
/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    margin-top: 16rem; 
    position: relative;
} 
#Contents .sec5 .flexblock1{
    width: 56rem;
    margin-right: 5rem;
    text-align: right;
}
#Contents .sec5 .flexblock2{
    width: 48.1rem;
    margin-top: 30rem;
    margin-right: 6rem;
    z-index: 10;
    text-align: right;
}
#Contents .sec5 .secText{
    position: absolute;
    top: 20rem;
    left: 6rem;
    text-align: left;
    z-index: 99;
}
#Contents .sec5 h2{
    font-size: 8rem;
    color: #5e90bf;
}
#Contents .sec5 .flexItem .contentsCredit{
    margin-top: 3.5rem;
    margin-right: 0;
}
#Contents .sec5 .sliderBlock.border .slick-dotted.slick-slider {
    margin-bottom: 5rem;
    border-style: solid;
    border-width: 1em;
    border-color: #5e90bf;
}
#Contents .sec5 .sliderBlock.normal{
    width: 50rem;
    margin-top: 7rem;
    margin-left: 41rem;
}
#Contents .sec5 .sliderBlock.normal .slick-dots{
    bottom: -3.7rem !important;
}

#Contents .sec5 .slick-dots li.slick-active button:before {background-color: #5e90bf;content: "";border-radius: 5px;}
#Contents .sec5 .slick-dots li button:before {background-color: #aec7df;content: "";border-radius: 5px;opacity: 1 !important;}

#Contents .sec5 .scrollFadeBg::before{
    background-color: #5e90bf;
}

/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
  width: 22rem;
  margin-top: 10rem;
  margin-right: auto;
  margin-bottom: 8.3rem;
  margin-left: auto;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
}
#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: 12.5rem;
    margin-bottom: 8.5rem;
}
#Contents .staffText p {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    line-height: 1.83;
    color: #000000;
}

/* ====================================================================
                                  ⬇︎ 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: 5050px; */
  }

  
.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(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(12*(100vw/750)) !important;bottom: calc(-63*(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-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: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: calc(40*(100vw/750));
        line-height: 2.139;
        letter-spacing: 0.05em;
        color: #333333;
        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.27;
        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-inner{
    width: 100%;
    margin: auto;
    position: relative;
}
#Contents .firstview-inner .lp-text{
    text-align: center;
    margin-top: calc(135*(100vw/750));
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    margin-top: calc(144*(100vw/750));
    position: relative;
}
#Contents .sec1 .secText{
    position: absolute;
    top: calc(958*(100vw/750));
    right: calc(20*(100vw/750));
    text-align: right;
}
#Contents .sec1 .secText-move{
    margin-right: calc(40*(100vw/750));
}
#Contents .sec1 .flexblock1{
    width: calc(655*(100vw/750));
    margin: auto;
}
#Contents .sec1 .flexblock1 .imgBlock{
    border-style: solid;
    border-width: 1em;
    border-color: #e9e29f;
}
#Contents .sec1 .flexblock2{
    width: calc(470*(100vw/750));
    margin-top: calc(290*(100vw/750));
    margin-left: calc(90*(100vw/750));
    z-index: -10;
    text-align: left;
}
#Contents .sec1 .flexItem .contentsCredit{
    margin-top: calc(38*(100vw/750));
}
#Contents .sec1 .scrollFadeBg::before{
    background-color: #e9e29f;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    margin-top: calc(187*(100vw/750));
    position: relative
}
#Contents .sec2 h2{
    font-size: calc(114*(100vw/750));
    color: #df89b1;
}
#Contents .sec2 .secText{
    position: absolute;
    top: calc(1322*(100vw/750));
    left: calc(481*(100vw/750));
    text-align: left;
}
#Contents .sec2 .flexblock1{
    width: calc(563*(100vw/750));
    margin-left: calc(158*(100vw/750));
}
#Contents .sec2 .flexblock2{
    width: calc(400*(100vw/750));
    margin-top: calc(90*(100vw/750));
    margin-left: calc(30*(100vw/750));
}
#Contents .sec2 .flexItem.area02{
    margin-top: calc(91*(100vw/750));
}
#Contents .sec2 .contentsCredit{
    text-align: center;
    margin-top: calc(36*(100vw/750));
    margin-left: calc(274*(100vw/750));
}
#Contents .sec2 .flexItem.area02 .flexblock1{
    width: calc(583*(100vw/750));
    margin-left: calc(83*(100vw/750));
    text-align: right;
}
#Contents .sec2 .flexItem.area02 .flexblock2{
    width: calc(470*(100vw/750));
    margin-top: calc(93*(100vw/750));
    margin-left: calc(140*(100vw/750));
    z-index: -10;
}

#Contents .sec2 .slick-dotted.slick-slider{
    border-style: solid;
    border-width: 1em;
    border-color: #df89b1;
}
#Contents .sec2 .flexItem.area02 .slick-dots{
    text-align: right;
    left: 0.5rem;
}
#Contents .sec2 .flexItem.area02 .slick-dots{left: calc(0*(100vw/750)) !important;text-align: center;}
#Contents .sec2 .slick-dots li.slick-active button:before {background-color: #df89b1;content: "";border-radius: 5px;}
#Contents .sec2 .slick-dots li button:before {background-color: #f2d0e0;content: "";border-radius: 5px;opacity: 1 !important;}

#Contents .sec2 .scrollFadeBg::before{
    background-color: #df89b1;
}
/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    margin-top: calc(184*(100vw/750));
    position: relative;
} 
#Contents .sec3 .imgBlock.img01{
    width: calc(470*(100vw/750));
    margin-top: calc(325*(100vw/750));
    margin-left: calc(280*(100vw/750));
}
#Contents .sec3 h2{
    font-size: calc(84*(100vw/750));
    line-height: 0.95;
    color: #f6beb8;
}
#Contents .sec3 .colorChange01{
    color: #ecd9a0;
}
#Contents .sec3 .colorChange02{
    color: #bfbfbf;
}
#Contents .sec3 .colorChange03{
    color: #f6beb8;
}
#Contents .sec3 .flexItem{
    margin-top: 6rem;
}
#Contents .sec3 .secText{
    position: absolute;
    top: calc(939*(100vw/750));
    left: calc(51*(100vw/750));
    text-align: left;
}
#Contents .sec3 .flexblock1{
    width: 58rem;
    margin-right: 10rem;
    text-align: right;
}
#Contents .sec3 .imgBlock.spOnly{
    border-style: solid;
    border-width: 1em;
    border-color: #f6beb8;
    border-image: linear-gradient(45deg, #fad8d4 0%, #f4e8c6 100%);
    border-image-slice: 1;
    width: calc(655*(100vw/750));
    margin-left: calc(50*(100vw/750));
}
#Contents .sec3 .flexblock2{
    width: calc(400*(100vw/750));
    margin-top: calc(-239*(100vw/750));
    z-index: 99;
    text-align: right;
}
#Contents .sec3 .flexblock2 .contentsCredit.spOnly{
    margin-top: calc(35*(100vw/750));
    margin-right: calc(-300*(100vw/750));
}
#Contents .sec3 .scrollFadeBg::before{
    background: linear-gradient(45deg, #f6beb8 0%, #ecd9a0 100%);;
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    margin-top: calc(186*(100vw/750));
    position: relative;
} 
#Contents .sec4 .secText{
    position: absolute;
    top: calc(956*(100vw/750));
    left: calc(85*(100vw/750));
    text-align: left;
}
#Contents .sec4 h2{
    font-size: calc(115*(100vw/750));
    letter-spacing: 0.035em;
    color: #b2c1ce;
}
#Contents .sec4 .sliderBlock.spOnly{
    width: calc(630*(100vw/750));
    margin-left: calc(60*(100vw/750));
}
#Contents .sec4 .sliderBlock.spOnly .slick-dots{
    text-align: center;
    left: calc(0*(100vw/750)) !important;
    bottom: calc(-45*(100vw/750)) !important;
}
#Contents .sec4 .flexItem.area02{
    margin-top: calc(80*(287vw/750));
}
#Contents .sec4 .flexItem.area02 .flexblock2{
    width: calc(474*(100vw/750));
    margin-left: calc(137*(100vw/750));
    text-align: center;
}
#Contents .sec4 .flexItem.area02 .slick-dots{
    left: calc(0*(100vw/750)) !important;
    bottom: calc(-63*(100vw/750)) !important;
    text-align: center;
}
#Contents .sec4 .flexItem.area02 .contentsCredit{
    margin-top: calc(77*(100vw/750));
}
#Contents .sec4 .flexItem.area02 .slick-dotted.slick-slider {
    border-style: solid;
    border-width: 1em;
    border-color: #b2c1ce;
}

#Contents .sec4 .slick-dots li.slick-active button:before {background-color: #b2c1ce;content: "";border-radius: 5px;}
#Contents .sec4 .slick-dots li button:before {background-color: #d9e0e7;content: "";border-radius: 5px;opacity: 1 !important;}

#Contents .sec4 .scrollFadeBg::before{
    background-color: #b2c1ce;
}
/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    margin-top: calc(188*(100vw/750));
    position: relative;
} 
#Contents .sec5 .flexblock1{
    width: calc(620*(100vw/750));
    margin-left: calc(65*(100vw/750));
}
#Contents .sec5 .flexblock2{
    width: calc(562*(100vw/750));
    margin-top: calc(195*(100vw/750));
    margin-left: calc(29*(100vw/750));
    z-index: 10;
}
#Contents .sec5 .secText{
    position: absolute;
    top: calc(904*(100vw/750));
    left: calc(438*(100vw/750));
    text-align: left;
    z-index: 99;
}
#Contents .sec5 h2{
    font-size: calc(116*(100vw/750));
    color: #5e90bf;
}
#Contents .sec5 .contentsCredit.spOnly{
    margin-left: calc(197*(100vw/750));
    line-height: 2.1;
}
#Contents .sec5 .flexItem.row-reverse .slick-dots{
    text-align: left;
    left: calc(-12*(100vw/750)) !important;
}
#Contents .sec5 .sliderBlock.border .slick-dotted.slick-slider {
    border-style: solid;
    border-width: 1em;
    border-color: #5e90bf;
}
#Contents .sec5 .sliderBlock.normal{
    width: calc(550*(100vw/750));
    margin-top: calc(91*(100vw/750));
    margin-left: calc(200*(100vw/750));
}
#Contents .sec5 .sliderBlock.normal .slick-dots{
    bottom: calc(-42*(100vw/750)) !important;
    left: calc(-10*(100vw/750)) !important;
    text-align: left;
}

#Contents .sec5 .slick-dots li.slick-active button:before {background-color: #5e90bf;content: "";border-radius: 5px;}
#Contents .sec5 .slick-dots li button:before {background-color: #aec7df;content: "";border-radius: 5px;opacity: 1 !important;}

#Contents .sec5 .scrollFadeBg::before{
    background-color: #5e90bf;
}

/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: calc(355*(100vw/750));
    margin-top: calc(0*(100vw/750));
    margin-right: auto;
    margin-bottom: calc(142*(100vw/750));
    margin-left: auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
}
#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(140*(100vw/750));
    margin-bottom: calc(140*(100vw/750));
}
#Contents .staffText p {
    text-align: center;
    font-size: calc(24*(100vw/750));
    letter-spacing: 0.025em;
    line-height: 1.83;
    color: #000000;
}

/* ====================================================================
                                  ⬇︎ backgroung ⬇︎
==================================================================== */

/* ====================================================================
                                  ⬆︎ backgroung ⬆︎
==================================================================== */



}