@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 ul li {list-style: none;}
#contentsAll .imgMaxWidth {width: 100%;}
.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);}
/* PC */#Header, #Foot, .bredlist.lp,
/* SP */#header, #footer {display: none;}
.activeLine {
    position: relative;
}
.win .categoryHeaderNav,
.win .contentsCredit,
.win #backPageBtn,
.win .nikeText h5 {
    font-family: "Arial", "メイリオ" !important;
}
/*************************************SP****************************************/
@media screen and ( max-width:560px ) {
    /* #contentsAll {background-position-y: -57px;background-image: url(../img/sp.jpg);background-size: 100%;} */
    #contentsAll {width: calc(750*(100vw/750)); margin: calc(84*(100vw/750)) auto 0;}
    #contentsAll .pcOnly {display: none;}
    #contentsAll .flexHeader_sp {display: flex;flex-wrap: wrap;justify-content: center;}
    .main-area {
        padding-top: 0 !important;
    }

    #contentsAll a:hover {
        opacity: 1 !important;
    }

    /*==========================
    Contents
    ==========================*/
    #backPageBtn {
        position: fixed;
        right: calc(44*(100vw/750));
        bottom: calc(36*(100vw/750));
        font-size: calc(26*(100vw/750));
        font-family: HelveticaNeue-Light !important;
        letter-spacing: .13rem;
        z-index: 999;
    }

    .categoryHeaderNav {
        margin-top: calc(52*(100vw/750));
        padding-bottom: calc(40*(100vw/750));
        font-family: HelveticaNeue-Light !important;
    }
    .categoryHeaderNav li {
        margin: 0 calc(24*(100vw/750));
    }
    .categoryHeaderNav li a {
        font-size: calc(26*(100vw/750));
        letter-spacing: .06rem;
    }
    .CategoryHeaderArea {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        transition: .5s;
        z-index: 999;
    }
    .CategoryHeaderArea.hide {
      transform: translateY(-100%);
    }
    .activeLine {
        display: inline-block;
    }
    .activeLine a::before {
        content: '';
        display: block;
        position: absolute;
        top: calc(32*(100vw/750));
        width: 100%;
        height: calc(2*(100vw/750));
        background-color: #333;
    }

    .itemList .itemListBlock {
        width: calc(650*(100vw/750));
        margin: 0 auto;
    }
    .itemList .itemListBlock:nth-of-type(1) {
        padding-top: calc(40*(100vw/750));
    }
    .itemList .itemListBlock:nth-of-type(2) {
        padding-top: calc(192*(100vw/750));
    }
    .itemList .itemListBlock:nth-of-type(3) {
        padding-top: calc(164*(100vw/750));
    }
    .itemList .itemListBlock:nth-of-type(4) {
        padding-top: calc(130*(100vw/750));
    }
    .itemList .itemListBlock:nth-of-type(5) {
        padding-top: calc(194*(100vw/750));
        padding-bottom: calc(170*(100vw/750));
    }

    .contentsCredit {
        margin-top: calc(16*(100vw/750));
        font-size: calc(20*(100vw/750));
        font-family: HelveticaNeue-Light !important;
        line-height: 1.5;
        letter-spacing: .05rem;
    }

    /* .slideArea li {
        position: sticky;
        top: calc(136*(100vw/750));
    } */

    #contentsAll .nikeText h5 {
        position: absolute;
        top: calc(294*(100vw/750));
        right: calc(-132*(100vw/750));
        font-family: HelveticaNeue-Light !important;
        font-size: calc(26*(100vw/750));
        letter-spacing: .07rem;
        transform: rotate(90deg);
        z-index: 100;
    }

}
/*************************************PC****************************************/
@media screen and (max-width: 1366px) and (min-width: 561px) {
    html {font-size: calc(10* (100vw / 1366)) !important;}
}
@media only screen and (min-width: 561px) {
    /*================▽iPad▽=================*/
    /* @media screen and (min-width: 561px) and (max-width: 768px) {} */
    /*================△iPad△=================*/
    /* #contentsAll {background-position-y: -45px;background-image: url(../img/pc.jpg);background-size: 100%;} */
    #contentsAll a:hover {cursor: pointer; opacity: .55;}
    #contentsAll {width: 136.6rem;margin: 0 auto;}
    #contentsAll .spOnly {display: none;}
    #contentsAll .flexItem_pc {display: flex;flex-wrap: wrap;justify-content: center;}
    #contentsAll .flexItemReverce_pc {flex-direction: row-reverse;}
    /*==========================
    Contents
    ==========================*/
    #backPageBtn {
        position: fixed;
        bottom: 3rem;
        margin-left: 123.6rem;
        font-size: 1.8rem;
        font-family: HelveticaNeue-Light !important;
        letter-spacing: .1rem;
        z-index: 999;
    }

    .CategoryHeaderArea {
        position: fixed;
        width: 136.6rem;
        height: 10.6rem;
        background-color: #fff;
        z-index: 999;
    }
    #contentsAll .categoryHeaderNav {
        padding: 4.6rem 0 3.9rem;
        font-family: HelveticaNeue-Light !important;
        font-size: 1.8rem;
    }
    #contentsAll .categoryHeaderNav li {
        margin: 0 3rem;
    }  
    #contentsAll .categoryHeaderNav li a {
        font-size: 2rem;
        letter-spacing: .1rem;
    }
    .activeLine {
        display: inline-block;
    }
    .activeLine a::before {
        content: '';
        display: block;
        position: absolute;
        top: 2.4rem;
        width: 100%;
        height: .2rem;
        background-color: #333;
    }

    .Contents1 {
        padding-top: 10.6rem;
    }

    .itemList {
        display: flex;
        flex-wrap: wrap;
    }
    .itemList .itemListBlock {
        width: 42.6rem;
    }
    
    .itemList .itemListBlock:nth-of-type(2),
    .itemList .itemListBlock:nth-of-type(3),
    .itemList .itemListBlock:nth-of-type(5),
    .itemList .itemListBlock:nth-of-type(6) {
        margin-left: 4.4rem;
    }
    .itemList .itemListBlock:nth-of-type(4),
    .itemList .itemListBlock:nth-of-type(5),
    .itemList .itemListBlock:nth-of-type(6) {
        margin-top: 21.4rem;
    }

    .contentsCredit {
        margin-top: .5rem;
        font-family: HelveticaNeue-Light !important;
        font-size: 1.2rem;
        line-height: 1.8;
        letter-spacing: .07rem;
    }
    .itemListBlock:nth-of-type(3) .contentsCredit {
        margin-left: 14.4rem;
    }
    .itemListBlock:nth-of-type(4) .contentsCredit {
        margin-left: 14.4rem;
    }
    .itemListBlock:nth-of-type(5) .contentsCredit {
        margin-left: 5.7rem;
    }
    .itemListBlock:nth-of-type(6) .contentsCredit {
        margin-left: 8.1rem;
    }

    #contentsAll .nikeText h5 {
        position: absolute;
        top: 6.9rem;
        right: -56.5rem;
        font-size: 1.8rem;
        letter-spacing: .05rem;
        transform: rotate(90deg);
        z-index: 10;
    }

}