@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; transition: all 2s;}
#contentsAll .scrollFade.done {opacity : 1; }
#contentsAll .loadFade {opacity : 0; transition : all 2s;}
#contentsAll .loadFade.done {opacity : 1; }
#contentsAll .itemBlock {
    text-align: center;
}
#contentsAll h3 {
    display: inline-block;
    font-family: minion-3-display, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05rem;
    text-align: center;
}
#contentsAll h3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
}
/*************************************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;overflow-x: hidden;}
    #contentsAll .pcOnly {display: none;}
    #contentsAll .flexItem_sp {display: flex;flex-wrap: wrap;justify-content: center;}
    /*==========================
    Font
    ==========================*/
    #contentsAll .contentsTxt {
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: .03rem;
        text-align: center;
    }
    #contentsAll .contentsCredit {
        margin-top: calc(36*(100vw/750));
        font-size: calc(22*(100vw/750));
        line-height: 2.3;
        letter-spacing: .03rem;
        text-align: center;
    }
    #contentsAll h3 {
        margin-top: calc(102*(100vw/750));
        padding-bottom: calc(52*(100vw/750));
        font-size: calc(38*(100vw/750));
    }
    #contentsAll h3::before {
        top: calc(32*(100vw/750));
        height: calc(2*(100vw/750));
    }
    #contentsAll .itemImg {
        width: calc(375*(100vw/750));
    }
    #contentsAll .itemBlock .contentsCredit {
        margin-top: calc(32*(100vw/750));
    }
    /*==========================
    Contents1
    ==========================*/
    #contentsAll .c1Img2 {
        width: calc(540*(100vw/750));
        margin: calc(150*(100vw/750)) auto 0;
    }
    #contentsAll .c1TittleImg {
        position: relative;
        width: calc(580*(100vw/750));
        margin: calc(80*(100vw/750)) auto 0;
        z-index: 999;
    }
    #contentsAll .Contents1 .contentsTxt {
        margin-top: calc(40*(100vw/750));
    }
    #contentsAll .c1Block1 {
        width: calc(690*(100vw/750));
        margin: calc(72*(100vw/750)) auto 0;
    }
    #contentsAll .c1Block2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: calc(48*(100vw/750));
        width: calc(660*(100vw/750));
        height: calc(916*(100vw/750));
        background-color: #fcfae6;
        z-index: -999;
    }
    /*==========================
    Contents2
    ==========================*/
    #contentsAll .c2Block2 {
        width: calc(690*(100vw/750));
        margin: calc(232*(100vw/750)) 0 0 calc(60*(100vw/750));
    }
    #contentsAll .c2TittleImg {
        position: relative;
        width: calc(666*(100vw/750));
        margin: calc(80*(100vw/750)) auto 0;
        z-index: 999;
    }  
    #contentsAll .Contents2 .contentsTxt {
        margin-top: calc(60*(100vw/750));
    }
    #contentsAll .c2Img1 {
        width: calc(540*(100vw/750));
        margin: calc(74*(100vw/750)) auto 0;
    }
    #contentsAll .c2Block2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: calc(1036*(100vw/750));
        background-color: #fcfae6;
        z-index: -999;
    }
    /*==========================
    Contents3
    ==========================*/
    #contentsAll .c3Img1 {
        width: calc(620*(100vw/750));
        margin: calc(234*(100vw/750)) auto 0;
    }
    #contentsAll .c3TittleImg {
        position: relative;
        width: calc(700*(100vw/750));
        margin: calc(80*(100vw/750)) auto 0;
        z-index: 999;
    }   
    #contentsAll .Contents3 .contentsTxt {
        margin-top: calc(40*(100vw/750));
    }
    #contentsAll .c3Img2 {
        width: calc(620*(100vw/750));
        margin: calc(72*(100vw/750)) auto 0;
    }
    #contentsAll .c3Block1::before {
        content: '';
        display: block;
        position: absolute;
        top: calc(122*(100vw/750));
        left: calc(184*(100vw/750));
        width: 100%;
        height: calc(916*(100vw/750));
        background-color: #fcfae6;
        z-index: -999;
    }
    /*==========================
    View All
    ==========================*/
    #contentsAll .checkItemAll {
        width: calc(355*(100vw/750));
        margin: calc(138*(100vw/750)) auto calc(148*(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;
    }
    /*==========================
    Font
    ==========================*/
    #contentsAll .contentsTxt {
        font-size: 1.4rem;
        line-height: 2.2;
        letter-spacing: .13rem;
    }
    #contentsAll .contentsCredit {
        font-size: 1.1rem;
        line-height: 1.8;
        letter-spacing: .03rem;
    }
    #contentsAll .c1Block1 .contentsCredit,
    #contentsAll .c2Block1 .contentsCredit {
        margin-top: 2.7rem;
    }
    #contentsAll h3 {
        margin-top: 9.8rem;
        padding-bottom: 4.3rem;
        font-size: 2.2rem;
    }
    #contentsAll h3::before {
        top: 2rem;
        height: .1rem;
    }
    #contentsAll .itemImg {
        width: 28rem;
        margin: 0 .5rem;
    }
    #contentsAll .itemBlock .contentsCredit {
        margin-top: 2.6rem;
    }
    /*==========================
    Mv
    ==========================*/
    #contentsAll .mainVisualArea {
        width: 90rem;
        margin: 0 auto;
    }
    /*==========================
    Contents1
    ==========================*/
    #contentsAll .Contents1 {
        margin-top: 15rem;
    }
    #contentsAll .c1Block2 {
        padding: 0 6rem;
    }
    #contentsAll .c1Img2 {
        width: 40rem;
    }
    #contentsAll .c1TittleImg {
        position: relative;
        width: 34rem;
        margin-top: 6rem;
        z-index: 999;
    }
    #contentsAll .c1Block2 .contentsTxt {
        margin-top: 2.4rem;
    }
    #contentsAll .c1Block1 {
        width: 50rem;
        margin-top: 20rem;
    }
    #contentsAll .c1Block2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 68rem;
        background-color: #fcfae6;
        z-index: -999;
    }
    /*==========================
    Contents2
    ==========================*/
    #contentsAll .Contents2 {
        margin-top: 19.7rem;
    }
    #contentsAll .c2Img1 {
        position: relative;
        width: 40rem;
        margin-top: 9.4rem;
        mix-blend-mode: multiply;
        z-index: 999;
    }
    #contentsAll .c2Block2 {
        width: 50rem;
        margin-left: -3rem;
    }
    #contentsAll .c2TittleImg {
        position: relative;
        width: 39rem;
        margin-top: 15.1rem;
        z-index: 999;
    }
    #contentsAll .c2Block1 .contentsTxt {
        margin-top: 3.4rem;
    }
    #contentsAll .c2Block2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -6rem;
        width: 100%;
        height: 75rem;
        background-color: #fcfae6;
        z-index: -999;
    }
    /*==========================
    Contents3
    ==========================*/
    #contentsAll .Contents3 {
        margin-top: 19.8rem;
        text-align: center;
    }
    #contentsAll .c3Img1, 
    #contentsAll .c3Img2 {
        width: 46rem;
        margin: 0 .5rem;
    }
    #contentsAll .c3TittleImg {
        position: relative;
        width: 41rem;
        margin: 6rem auto 0;
        z-index: 999;
    }
    #contentsAll .Contents3 .contentsTxt {
        margin: 2.6rem 0 2.1rem;
    }
    #contentsAll .c3Block1::before {
        content: '';
        display: block;
        position: absolute;
        top: 9rem;
        left: 9.6rem;
        width: 89.8rem;
        height: 68rem;
        background-color: #fcfae6;
        z-index: -999;
    }
    /*==========================
    View All
    ==========================*/
    #contentsAll .checkItemAll {
        width: 22rem;
        margin: 11.7rem auto 14rem;
        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;
    }
}