@charset "UTF-8";
html {font-size: 62.5%;}
#Wrap {width: 100%;}
#contentsAll {font-feature-settings: 'palt'; text-align: justify; text-justify: inter-ideograph;} 
#contentsAll p {font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;}
#contentsAll a:hover {cursor: pointer; opacity: .7;}
#contentsAll ul li {list-style: none;}
#contentsAll .imgMaxWidth {width: 100%;}
#contentsAll .relativeArea {position: relative;}
#contentsAll .futuraFont {font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;}
#contentsAll .scrollFade {opacity: 0; transform: translateY(100px); transition: all 2s;}
#contentsAll .scrollFade.done {opacity : 1; transform : translate(0, 0);}
#contentsAll .loadFade {opacity : 0; transform: translateY(100px); transition : all 2s;}
#contentsAll .loadFade.done {opacity : 1; transform : translate(0, 0);}
.paragFont {
    font-family: pragmatica, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
/*************************************SP****************************************/
@media screen and ( max-width:560px ) {
    /* #contentsAll {background-position-y: -111px;background-image: url(../img/sp.jpg);background-size: 100%;} */
    #contentsAll {width: calc(750*(100vw/750)); margin: 0 auto;}
    #contentsAll .pcOnly {display: none;}
    #contentsAll .flexItem_sp {display: flex;flex-wrap: wrap;justify-content: center;}
    /*==========================
    Contents
    ==========================*/
    #contentsAll .c1Img1 {
        width: calc(670*(100vw/750));
        margin: calc(152*(100vw/750)) auto 0;
    }
    #contentsAll .c1Img2 {
        width: calc(553*(100vw/750));
        margin: calc(42*(100vw/750)) 0 0 calc(196*(100vw/750));
    }
    #contentsAll .contentsCredit {
        margin: calc(38*(100vw/750)) 0 0 calc(41*(100vw/750));
        font-size: calc(22*(100vw/750));
        line-height: 2.3;
        letter-spacing: .03rem;
    }
    #contentsAll .contentsCredit a {
        text-decoration: underline;
    }

    #contentsAll .Contents2 h2 {
        margin-top: calc(128*(100vw/750));
        line-height: 1.7;
        letter-spacing: .16rem;
        text-align: center;
    }
    #contentsAll .Contents2 h2 span:nth-of-type(1) {
        font-size: calc(40*(100vw/750));
        letter-spacing: .13rem;
    }
    #contentsAll .Contents2 h2 span:nth-of-type(2) {
        font-size: calc(60*(100vw/750));
    }

    #contentsAll .snkrImg {
        width: calc(540*(100vw/750));
        margin: calc(44*(100vw/750)) auto 0;
    }

    #contentsAll .snkrPriceLink {
        margin-top: calc(42*(100vw/750));
        font-size: calc(34*(100vw/750));
        letter-spacing: .06rem;
        text-align: center;
        text-decoration: underline;
    }

    #contentsAll .contentsTxt {
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: .03rem;
        text-align: center;
    }
    #contentsAll .contentsTxt1 {
        margin: calc(72*(100vw/750)) 0 calc(32*(100vw/750));
    }

    #contentsAll .checkItemAll {
        width: calc(355*(100vw/750));
        margin: calc(138*(100vw/750)) auto calc(175*(100vw/750));
        text-align: center;
        border: 1px solid #333333;
    }
    #contentsAll .checkItemAll a {
        display: inline-block;
        width: 100%;
        font-size: calc(24*(100vw/750));
        line-height: 2.45;
        letter-spacing: .03rem;
    }

    .footer .footer-inner {
        margin: 0 !important;
    }
}
/*************************************PC****************************************/
@media screen and (max-width: 1200px) and (min-width: 561px) {
    html {font-size: calc(10* (100vw / 1200)) !important;}
}
@media only screen and (min-width: 561px) {
    /* #contentsAll {background-position-y: -178px;background-image: url(../img/pc.jpg);background-size: 100%;} */
    #contentsAll {width: 120rem;margin: 8rem auto 0;}
    #contentsAll .spOnly {display: none;}
    #contentsAll .flexItem_pc {display: flex;flex-wrap: wrap;justify-content: center;}
    #contentsAll .flexItemReverce_pc {flex-direction: row-reverse;}
    .main-area {
        overflow-x: hidden;
    }
    /*==========================
    Contents
    ==========================*/
    #contentsAll .mainVisualArea {
        width: 100rem;
        margin: 0 auto;
    }

    #contentsAll .Contents1 {
        margin-top: 15rem;
    }
    #contentsAll .c1Img1 {
        width: 46rem;
        height: 60rem;
    }
    #contentsAll .c1Img2 {
        width: 36.8rem;
        margin: 25rem 0 0 4rem;
    }
    #contentsAll .contentsCredit {
        margin: -10.5rem 0 16rem 16.6rem;
        font-size: 1.1rem;
        line-height: 1.8;
        letter-spacing: .03rem;
    }
    #contentsAll .contentsCredit a {
        text-decoration: underline;
    }

    #contentsAll .Contents2 h2 {
        line-height: 1.7;
        letter-spacing: .13rem;
        text-align: center;
    }
    #contentsAll .Contents2 h2 span:nth-of-type(1) {
        font-size: 2.4rem;
        letter-spacing: .13rem;
    }
    #contentsAll .Contents2 h2 span:nth-of-type(2) {
        font-size: 3rem;
    }

    #contentsAll .snkrImg {
        width: 32rem;
        margin: 1.8rem auto 0;
    }

    #contentsAll .snkrPriceLink {
        margin-top: 2.1rem;
        font-size: 1.8rem;
        letter-spacing: .06rem;
        text-align: center;
        text-decoration: underline;
    }

    #contentsAll .contentsTxt {
        font-size: 1.4rem;
        line-height: 2.2;
        letter-spacing: .13rem;
        text-align: center;
    }
    #contentsAll .contentsTxt1 {
        margin: 3.6rem 0 1.8rem;
    }

    #contentsAll .checkItemAll {
        width: 22rem;
        margin: 9.7rem auto 12.5rem;
        text-align: center;
        border: 1px solid #333333;
    }
    #contentsAll .checkItemAll a {
        display: inline-block;
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.3;
        letter-spacing: .02rem;
    }
}