@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: #364967;content: "";border-radius: 5px;}
#Contents .slick-dots li button:before {background-color: #c3c8d1;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-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: 400;font-style: normal;}
.pragmatica{font-family: pragmatica, sans-serif;font-weight: 400;font-style: normal;}
/*------ font ------*/

#Contents .relative{position: relative;}  

#Contents .contentsCredit{font-family: pragmatica, sans-serif;font-weight: 400;font-style: normal;color: #000000;}



/* ====================================================================
                                  ⬆︎ 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;bottom: -3rem !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-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: 3.2rem;
        line-height: 1;
        letter-spacing: 0.025em;
    }
    
    #Contents h3{
        font-size: 2.3rem;
        line-height: 0.91;
        letter-spacing: 0.14em;
        font-weight: 600;
        color: #364967;
    }
    
    #Contents h4{
        font-size: 4.2rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    #Contents .lp-text{
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        line-height: 2;

    }

    #Contents .contentsCredit{
        font-size: 1.2rem;
        line-height: 1.83;
        letter-spacing: 0.07em;
        margin-top: 2.6rem;
    }

    #Contents .flexItem{display: flex;width: 100%;margin: auto;justify-content:space-between;flex-wrap: wrap;}
    #Contents .row-reverse{flex-flow: row-reverse;} 
 

    #Contents .slick-slide .spOnly{
        display: none;
    }

    #Contents .inlineBlock{
        display: inline-block;
    }

    #Contents .ttl .contentsCredit{
        font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;
        font-size: 1.8rem;
        margin-top: 0.8rem;
        letter-spacing: 0.025em !important;
    }



/* ====================================================================
                                  firstView
==================================================================== */

#Contents .firstview{
    text-align: center;
}
#Contents .firstview-img{
    width: 100rem;
    margin: auto;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    width: 88.7rem;
    margin: 12rem 0 0 18rem;
    text-align: center;
}
#Contents .sec1 .block1{
    width: 39rem;
}
#Contents .sec1 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    transform: rotate(270deg);
    bottom: 11.6rem;
    left: -9.2rem;
}
#Contents .sec1 .border{
    position: absolute;
    width: 0.1rem;
    height: 10rem;
    background-color: #4d4d4d;
    bottom: -3.8rem;
    left: -3.4rem;
}
#Contents .sec1 h3{
    margin-top: 1.5rem;
}
#Contents .sec1 .block2{
    margin-top: 11rem;
}
#Contents .sec1 .block2 .lp-text:nth-of-type(1){
    letter-spacing: 0.14em;
    font-weight: 600;
    color: #364967;
}
#Contents .sec1 .block2 .lp-text:nth-of-type(2){
    margin-top: 2.7rem;
}
#Contents .sec1 .contentsCredit{
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 2rem;
    font-weight: bold;
    color: #364967;
    border-bottom: 0.1rem solid #6a8598;
    display: inline-block;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    width: 105.2rem;
    margin: 18.6rem 0 0 7.5rem;
    text-align: center;
}
#Contents .sec2 .slideBlock1{
   width: 42rem;
}
#Contents .sec2 .slideBlock2{
    width: 59rem;
    margin-top: 27.2rem;
}
#Contents .sec2 .slideBlock2 ul{
    width: 56rem;
    margin: auto;
}
#Contents .sec2 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: 6.5rem;
    line-height: 3.72;
    font-weight: 500;
    letter-spacing: 0;
    font-style: normal;
    transform: rotate(270deg);
    bottom: 7.6rem;
    left: -12.8rem;
    color: #dfe6e2;
}
#Contents .sec2 .border{
    position: absolute;
    width: 59rem;
    height: 69.8rem;
    border: 0.1rem solid #c2cacc;
    top: 1.5rem;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
#Contents .sec2 .contentsCredit{
    margin: 5.6rem 0 0 0.8rem;
}

/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    width: 94.9rem;
    margin: 7.5rem auto;
    text-align: center
}
#Contents .sec3 .slideBlock1{
   width: 39rem;
}
#Contents .sec3 .slideBlock2{
    width: 48rem;
    margin-top: 12.2rem;
}
#Contents .sec3 .contentsCredit{
    margin-top: 0.5rem;
    margin-left: auto;
    width: 48rem;
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    width: 103.1rem;
    margin: 14.6rem auto 0;
    text-align: center;
}
#Contents .sec4 .block1{
   width: 56rem;
}
#Contents .sec4 .block2{
    width: 42rem;
    margin-top: 36rem;
}
#Contents .sec4 .slideBlock2 ul{
    width: 56rem;
    margin: auto;
}
#Contents .sec4 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: 6.5rem;
    line-height: 3.72;
    font-weight: 500;
    letter-spacing: 0;
    font-style: normal;
    transform: rotate(90deg);
    top: -2.8rem;
    right: -10.5rem;
    color: #c3d5e5;
}
#Contents .sec4 .border{
    position: absolute;
    width: 32.2rem;
    height: 54.8rem;
    border: 0.1rem solid #abc4db;
    top: 29rem;
    left: 52rem;
    z-index: -10;
}

/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    width: 93rem;
    margin: 6.2rem auto 0;
    text-align: center;
}
#Contents .sec5 .Block1{
   width: 39rem;
}
#Contents .sec5 .Block2{
    width: 48rem;
    margin-top: 15rem;
}
#Contents .sec5 .contentsCredit{
    margin-left: auto;
    width: 48rem;
}

/* ====================================================================
                                  section6
==================================================================== */

#Contents .sec6{
    width: 85.8rem;
    margin: 16.2rem 0 0 18.4rem;
    text-align: center;
}
#Contents .sec6 .Block1{
   width: 43rem;
}
#Contents .sec6 .Block2{
    width: 56rem;
    margin-top: 9.8rem;
    margin-left: auto;
}
#Contents .sec6 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: 6.5rem;
    line-height: 3.72;
    font-weight: 500;
    letter-spacing: 0;
    font-style: normal;
    top: -16.8rem;
    right: -4rem;
    color: #80817f;
    z-index: 10;
}
#Contents .sec6 .border{
    position: absolute;
    width: 40rem;
    height: 46rem;
    border: 0.1rem solid #2c2d2a;
    top: -1.5rem;
    left: 1.5rem;
    z-index: 10;
    pointer-events: none;
}
#Contents .sec6 .contentsCredit{
    margin-top: 5.5rem;
}

/* ====================================================================
                                  section7
==================================================================== */

#Contents .sec7{
    width: 69.3rem;
    margin: 7.6rem 0 0 28.8rem;
    text-align: center;
}
#Contents .sec7 .Block1{
   width: 39rem;
}
#Contents .sec7 .Block2{
    width: 50rem;
    margin-top: 4rem;
    margin-left: auto;
}
#Contents .sec7 .contentsCredit{
    margin-top: 5.5rem;
    margin-left: 19rem;
}


/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: 22rem;
    margin-top: 8.8rem;
    margin-right: auto;
    margin-bottom: 0;
    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: .05rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
} 

/* ====================================================================
                                  staffArea
==================================================================== */

#Contents .staffArea{
    margin: 8.5rem auto 9.5rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.83;
    letter-spacing: 0.07em;
    color: #364967;
}



}


/* ====================================================================
                                  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: 77px;
    /* 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(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(48*(100vw/750));
        letter-spacing: 0.025em;
        line-height: 1;
    }
    
    #Contents h3{
        font-size: calc(44*(100vw/750));
        line-height: 1.98;
        letter-spacing: 0.13em;
        color: #364967;
        font-weight: 600;
    }
    
    #Contents h4{
        font-size: calc(60*(100vw/750));
        line-height: 1;
        letter-spacing: 0.05em;
    }

    #Contents .lp-text{
        font-size: calc(25*(100vw/750));
        letter-spacing: 0.025em;
        line-height: 1.92;
    }

    #Contents .contentsCredit{
        font-size: calc(24*(100vw/750));
        line-height: 1.98;
        letter-spacing: 0.07em;
        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;
    }


/* ====================================================================
                                  firstView
==================================================================== */

#Contents .firstview{
    text-align: center;
}
#Contents .firstview-img{
    width: 100%;
    margin: auto;
}

/* ====================================================================
                                  section1
==================================================================== */

#Contents .sec1{
    width: 100%;
    margin: calc(150*(100vw/750)) auto 0;
    text-align: center;
}
#Contents .sec1 .block1{
    width: calc(480*(100vw/750));
    margin: auto;
}
#Contents .sec1 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: calc(26*(100vw/750));
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.025em;
    font-style: normal;
    transform: rotate(270deg);
    bottom: calc(154*(100vw/750));
    left: calc(-150*(100vw/750));
}
#Contents .sec1 .border{
    position: absolute;
    width: 1.5px;
    height: calc(325*(100vw/750));
    background-color: #4d4d4d;
    top: calc(0*(100vw/750));
    left: calc(-42*(100vw/750));
}
#Contents .sec1 h3{
    margin-top: calc(-5*(100vw/750));
}
#Contents .sec1 .block2{
    margin-top: calc(80*(100vw/750));
}
#Contents .sec1 .block2 .lp-text:nth-of-type(1){
    font-size: calc(25*(100vw/750));
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #364967;
}
#Contents .sec1 .block2 .lp-text:nth-of-type(2){
    margin-top: calc(25*(100vw/750));
}
#Contents .sec1 .contentsCredit{
    font-size: calc(25*(100vw/750));
    letter-spacing: 0.025em;
    line-height: 2;
    margin-top: calc(37*(100vw/750));
    font-weight: bold;
    color: #364967;
    border-bottom: 1.5px solid #6a8598;
    display: inline-block;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}

/* ====================================================================
                                  section2
==================================================================== */

#Contents .sec2{
    width: 100%;
    margin: calc(300*(100vw/750)) auto 0;
    text-align: center;
}
#Contents .sec2 .slideBlock1{
    width: calc(500*(100vw/750));
}
#Contents .sec2 .slideBlock2{
    width: calc(678*(100vw/750));
    margin: calc(110*(100vw/750)) auto 0;
}
#Contents .sec2 .slideBlock2 ul{
    width: calc(640*(100vw/750));
    margin: auto;
}
#Contents .sec2 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: calc(82*(100vw/750));
    line-height: 2.95;
    font-weight: 500;
    letter-spacing: 0;
    font-style: normal;
    transform: rotate(90deg);
    top: calc(-260*(100vw/750));
    right: calc(50*(100vw/750));
    color: #dfe6e2;
}
#Contents .sec2 .border{
    position: absolute;
    width: calc(678*(100vw/750));
    height: calc(790*(100vw/750));
    border: 2px solid #c2cacc;
    top: calc(22*(100vw/750));
    left: 0;
    z-index: 10;
    pointer-events: none;
}
#Contents .sec2 .contentsCredit{
    margin: calc(73*(100vw/750)) auto 0;
}

/* ====================================================================
                                  section3
==================================================================== */

#Contents .sec3{
    width: 100%;
    margin: calc(78*(100vw/750)) auto 0;
    text-align: center;
}
#Contents .sec3 .slideBlock1{
    width: calc(468*(100vw/750));
    margin-left: calc(60*(100vw/750));
}
#Contents .sec3 .slideBlock2{
    width: calc(576*(100vw/750));
    margin: calc(58*(100vw/750)) 0 0 calc(118*(100vw/750));
}
#Contents .sec3 .contentsCredit{
    margin-top: calc(74*(100vw/750));
    margin-left: calc(62*(100vw/750));
}

/* ====================================================================
                                  section4
==================================================================== */

#Contents .sec4{
    width: 100%;
    margin: calc(186*(100vw/750)) auto 0;
    text-align: center;
}
#Contents .sec4 .contentsCredit{
    margin-top: calc(30*(100vw/750));
    margin-left: calc(-22*(100vw/750));
}
#Contents .sec4 .sp_block{
    width: calc(640*(100vw/750));
    margin-left: calc(40*(100vw/750));
}
#Contents .sec4 .block2{
    width: calc(500*(100vw/750));
    margin-top: calc(50*(100vw/750));
    margin-left: auto;
}
#Contents .sec4 .slideBlock2 ul{
    width: 56rem;
    margin: auto;
}
#Contents .sec4 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: calc(82*(100vw/750));
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    font-style: normal;
    transform: rotate(90deg);
    top: calc(77*(100vw/750));
    right: calc(-10*(100vw/750));
    color: #c3d5e5;
    z-index: 10;
}
#Contents .sec4 .border{
    position: absolute;
    width: calc(558*(100vw/750));
    height: calc(888*(100vw/750));
    border: 2px solid #abc4db;
    top: calc(714*(100vw/750));
    right: calc(33*(100vw/750));
    z-index: -10;
}

/* ====================================================================
                                  section5
==================================================================== */

#Contents .sec5{
    width: 100%;
    margin: calc(130*(100vw/750)) auto 0;
    text-align: center;
}
#Contents .sec5 .Block1{
    width: calc(468*(100vw/750));
}
#Contents .sec5 .Block2{
    width: calc(577*(100vw/750));
    margin-top: calc(60*(100vw/750));
    margin-left: calc(115*(100vw/750));
}
#Contents .sec5 .contentsCredit{
    margin-top: calc(31*(100vw/750));
    margin-left: calc(54*(100vw/750));
}

/* ====================================================================
                                  section6
==================================================================== */

#Contents .sec6{
    width: 100%;
    margin: calc(210*(100vw/750)) auto 0;
    text-align: center;
}
#Contents .sec6 .Block1{
    width: calc(510*(100vw/750));
    margin-left: calc(60*(100vw/750));
}
#Contents .sec6 .Block2{
    width: calc(640*(100vw/750));
    margin: calc(200*(100vw/750)) auto 0;
}
#Contents .sec6 .ttl{
    position: absolute;
    font-family: imperial-urw, sans-serif;
    font-size: calc(82*(100vw/750));
    line-height: 3;
    font-weight: 500;
    letter-spacing: 0;
    font-style: normal;
    top: calc(-187*(100vw/750));
    right: calc(-22*(100vw/750));
    color: #80817f;
    z-index: 10;
}
#Contents .sec6 .border{
    position: absolute;
    width: calc(469*(100vw/750));
    height: calc(549*(100vw/750));
    border: 1px solid #2c2d2a;
    top: calc(-20*(100vw/750));
    left: calc(20*(100vw/750));
    z-index: 10;
    pointer-events: none;
}
#Contents .sec6 .contentsCredit{
    margin-top: calc(72*(100vw/750));
}

/* ====================================================================
                                  section7
==================================================================== */

#Contents .sec7{
    width: 100%;
    margin: calc(80*(100vw/750)) auto 0;
    text-align: center;
}
#Contents .sec7 .Block1{
   width: calc(468*(100vw/750));
   margin-left: auto;
}
#Contents .sec7 .Block2{
    width: calc(600*(100vw/750));
    margin-top: calc(60*(100vw/750));
    margin-left: calc(48*(100vw/750));
}
#Contents .sec7 .contentsCredit{
    margin-top: calc(70*(100vw/750));
    margin-left: calc(-50*(100vw/750));
}


/* ====================================================================
                                  staffArea
==================================================================== */

#Contents .staffArea{
    margin: calc(142*(100vw/750)) auto calc(160*(100vw/750));
    text-align: center;
    font-size: calc(24*(100vw/750));
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: #364967;
}

/* ====================================================================
                                  button
==================================================================== */

#Contents .btw{
    width: calc(355*(100vw/750));
    margin-top: calc(135*(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: .05rem;
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}



/* ====================================================================
                                  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;
}

}