@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%;height: 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  {
    font-family: "Arial", "メイリオ" !important;
}
@font-face {
    font-family: 'gillSans';
    src: url(../../font/GillSans-01.ttf );
}
.yogaImg {
    overflow: hidden;
}
/*************************************SP****************************************/
@media screen and ( max-width:560px ) {
    /* #contentsAll {background-position-y: -41px;background-image: url(../img/sp.jpg);background-size: 100%;} */
    #contentsAll {width: calc(750*(100vw/750)); margin: calc(84*(100vw/750)) auto 0;}
    #contentsAll a:hover {opacity: 1 !important;}
    #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: 'gillSans' !important;
        letter-spacing: .13rem;
        z-index: 999;
    }

    #contentsAll .categoryHeaderNav {
        margin-top: calc(52*(100vw/750));
        padding-bottom: calc(40*(100vw/750));
        font-family: 'gillSans' !important;
    }
    #contentsAll .categoryHeaderNav li {
        margin: 0 calc(24*(100vw/750));
    }
    #contentsAll .categoryHeaderNav li a {
        font-size: calc(26*(100vw/750));
        letter-spacing: .06rem;
    }
    #contentsAll .CategoryHeaderArea {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        transition: .5s;
        z-index: 999;
    }
    #contentsAll .CategoryHeaderArea.hide {
      transform: translateY(-100%);
    }
    #contentsAll .activeLine {
        display: inline-block;
    }
    #contentsAll .activeLine a::before {
        content: '';
        display: block;
        position: absolute;
        top: 48%;
        width: 100%;
        height: calc(2*(100vw/750));
        background-color: #333;
    }

    #contentsAll .contentsListMain {
        padding: calc(34*(100vw/750)) 0 calc(280*(100vw/750));
    }
    #contentsAll .contentsListMain div {
        width: calc(650*(100vw/750));
        margin: 0 auto calc(16*(100vw/750));
    }
    #contentsAll .yogaImg5,
    #contentsAll .yoga5Block {
        width: calc(750*(100vw/750)) !important;
    }
    #contentsAll .contentsListMain .yogaBlock:nth-of-type(n+2) {
        margin-top: calc(140*(100vw/750));
    }
    #contentsAll .contentsCredit {
        width: calc(650*(100vw/750));
        margin: 0 auto;
        font-family: 'gillSans' !important;
        font-size: calc(20*(100vw/750));
        line-height: 1.75;
        letter-spacing: .06em;
    }

}
/*************************************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: 6px;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;}
    .main-area::after {
        margin: 0 auto !important;
    }
    /*==========================
    Contents
    ==========================*/
    #backPageBtn {
        position: fixed;
        bottom: 3rem;
        margin-left: 123.6rem;
        font-size: 1.8rem;
        font-family: 'gillSans' !important;
        letter-spacing: .1rem;
        z-index: 999;
    }

    #contentsAll .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: 'gillSans' !important;
        font-size: 1.8rem;
    }
    #contentsAll .categoryHeaderNav li {
        margin: 0 3rem;
    }  
    #contentsAll .categoryHeaderNav li a {
        font-size: 2rem;
        letter-spacing: .1rem;
    }
    #contentsAll .activeLine {
        display: inline-block;
    }
    #contentsAll .activeLine a::before {
        content: '';
        display: block;
        position: absolute;
        top: 44%;
        width: 100%;
        height: .2rem;
        background-color: #333;
    }

    #contentsAll .contentsListMain {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 136.6rem;
        margin: 0 auto 25rem;
        padding-top: 10.6rem;
    }
    #contentsAll .contentsListMain div {
        width: 42.6rem;
    }
    #contentsAll .yogaBlock .yogaImg {
        height: 57rem;
    }
    #contentsAll .yogaImg5,
    #contentsAll .yoga5Block {
        width: 89.6rem !important;
    }
    #contentsAll .contentsListMain .yogaBlock:nth-of-type(n+4) {
        margin-top: 13.8rem;
    }
    #contentsAll .contentsCredit {
        margin-top: 1.6rem;
        font-family: 'gillSans' !important;
        font-size: 1.2rem;
        line-height: 1.75;
        letter-spacing: .06em;
    }
    #contentsAll .img1_contentsCredit {
        margin-left: 11.2rem;
    }
    #contentsAll .img2_contentsCredit {
        margin-left: 10.2rem;
    }
    #contentsAll .img3_contentsCredit {
        margin-left: 10rem;
    }
    #contentsAll .img4_contentsCredit {
        margin-left: 11.6rem;
    }
    #contentsAll .img5_contentsCredit {
        margin-left: 16.7rem;
        letter-spacing: .13rem !important;
    }
    #contentsAll .img6_contentsCredit {
        margin-left: 5.7rem;
    }
    #contentsAll .img7_contentsCredit {
        margin-left: 7.4rem;
    }
    #contentsAll .img8_contentsCredit {
        margin-left: 7.6rem;
    }
    
}