@charset "UTF-8";
html {font-size: 62.5%;}
#Wrap {width: 100%;}
#contentsAll {font-feature-settings: 'palt'; text-align: justify; text-justify: inter-ideograph;} 
#contentsAll img {display: block;} 
#contentsAll p {font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;}
#contentsAll a:hover {cursor: pointer; opacity: .5;}
#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 div {
    text-align: center;
}
#contentsAll .contentsTxt span {
    color: #000;
    font-weight: bold;
}

#contentsAll .dnpShueiMinchoFont,
#contentsAll h4.sub_title {
    font-family: dnp-shuei-mincho-pr6,sans-serif;
    font-weight: 500;
    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;overflow-x: hidden;}
    #contentsAll .pcOnly {display: none;}
    /*==========================
    Contents
    ==========================*/
    
    #contentsAll .vol11Img1 img {
        width: calc(750*(100vw/750));
    }

    #contentsAll .vol11Img2 img {
        width: calc(660*(100vw/750));
        margin: calc(130*(100vw/750)) auto 0;
    }

    #contentsAll .vol11Img3 img {
        width: calc(660*(100vw/750));
        margin: calc(138*(100vw/750)) auto 0;
    }

    
    #contentsAll h3 {
        color: #1c4a28;
        font-size: calc(36*(100vw/750));
        line-height: 1.9;
        letter-spacing: .1rem;
        text-align: center;
    }
    #contentsAll .Text1Block h3 {
        margin-top: calc(74*(100vw/750));
    }
    #contentsAll .Text2Block h3:nth-of-type(1) {
        margin-top: calc(72*(100vw/750));
    }
    #contentsAll .Text2Block h3:nth-of-type(2) {
        margin-top: calc(66*(100vw/750));
    }
    #contentsAll .Text3Block h3:nth-of-type(1) {
        margin-top: calc(76*(100vw/750));
        margin-left: calc(17 *(100vw /750));
    }
    #contentsAll .Text3Block h3:nth-of-type(2) {
        margin-top: calc(66*(100vw/750));
    }

    #contentsAll .Text3Block h4.sub_title {
        font-size: calc(32 *(100vw /750));
        letter-spacing: 0.05em;
        margin-top: calc(46 *(100vw /750));
        color: #ca9b66;
    }


    #contentsAll .contentsTxt {
        color: #666;
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: .03rem;
        text-align: center;
    }

    /* Text1Block */

    #contentsAll .Text1Block .contentsTxt:nth-of-type(1) {
        margin-top: calc(38*(100vw/750));
    }
    #contentsAll .Text1Block .contentsTxt:nth-of-type(2) {
        margin-top: calc(38*(100vw/750));
    }
    #contentsAll .Text1Block .contentsTxt:nth-of-type(3) {
        margin: calc(44*(100vw/750)) 0 calc(41*(100vw/750));
    }

    /* Text2Block */

    #contentsAll .Text2Block .contentsTxt{
        line-height: 1.86;
    }
    #contentsAll .Text2Block .contentsTxt:nth-of-type(1) {
        margin-top: calc(78*(100vw/750));
    }
    #contentsAll .Text2Block .contentsTxt:nth-of-type(2) {
        margin-top: calc(37*(100vw/750));
    }
    #contentsAll .Text2Block .contentsTxt:nth-of-type(3) {
        margin-top: calc(33*(100vw/750));
    }
    #contentsAll .Text2Block .contentsTxt:nth-of-type(4) {
        margin-top: calc(35*(100vw/750));
    }
    #contentsAll .Text2Block .contentsTxt:nth-of-type(5) {
        margin-top: calc(34*(100vw/750));
    }
    #contentsAll .Text2Block .contentsTxt:nth-of-type(6) {
        margin-top: calc(35*(100vw/750));
    }



    /* Text3Block */

    #contentsAll .Text3Block .contentsTxt:nth-of-type(1) {
        margin-top: calc(30*(100vw/750));
        line-height: 1.88;
    }
    #contentsAll .Text3Block .contentsTxt:nth-of-type(2) {
        margin-top: calc(49*(100vw/750));
        line-height: 1.86;
    }
    #contentsAll .Text3Block .contentsTxt:nth-of-type(3) {
        margin-top: calc(48*(100vw/750));
        line-height: 1.86;
    }
    #contentsAll .Text3Block .contentsTxt:nth-of-type(4) {
        margin-top: calc(50*(100vw/750));
        line-height: 1.86;
    }
    #contentsAll .Text3Block .contentsTxt:nth-of-type(5) {
        margin-top: calc(48*(100vw/750));
        line-height: 1.86;
    }
    #contentsAll .Text3Block .contentsTxt:nth-of-type(6) {
        margin-top: calc(49*(100vw/750));
        line-height: 1.86;
    }
    #contentsAll .Text3Block .contentsTxt:nth-of-type(7) {
        margin-top: calc(49*(100vw/750));
        line-height: 1.86;
    }




    #contentsAll .vol11Credit p {
        color: #1c4a28;
        font-size: calc(32*(100vw/750));
        letter-spacing: .03rem;
        text-align: center;
    }
    #contentsAll .vol11Credit p:nth-of-type(1) {
        margin-top: calc(78*(100vw/750));
    }
    #contentsAll .vol11Credit p:nth-of-type(2) {
        margin-top: calc(28*(100vw/750));
    }
}
/*************************************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;}
    .main-area::after {
        margin: 0 !important;
    }
    /*==========================
    Contents
    ==========================*/
    #contentsAll .vol11Img1 img {
        width: 82.6rem;
        margin: 0 auto;
    }
    #contentsAll .vol11Img2 img {
        width: 66.3rem;
    }
    #contentsAll .vol11Img2 img {
        margin: 11.3rem auto 0;
    }
    #contentsAll .vol11Img3 img {
        width: 66.3rem;
    }
    #contentsAll .vol11Img3 img {
        margin: 11rem auto 0;
    }

    #contentsAll h3 {
        color: #1c4a28;
        font-size: 2.2rem;
        letter-spacing: .13rem;
        text-align: center;
    }
    #contentsAll .Text1Block h3 {
        margin-top: 6rem;
    }

    #contentsAll  h4.sub_title {
        font-size: 2rem;
        color: #ca9b66;
        letter-spacing: 0.05em;
        margin-top: 2rem;
    }

    #contentsAll  h4.sub_title:nth-of-type(n+4){
        margin-top: 2.2rem;
    }

    #contentsAll .Text3Block {
        margin-top: 6rem;
    }

    #contentsAll .contentsTxt {
        color: #666;
        font-size: 1.5rem;
        line-height: 2;
        letter-spacing: .05rem;
        text-align: center;
    }

    /* Text1Block */

    #contentsAll .Text1Block .contentsTxt:nth-of-type(1) {
        margin-top: 2.5rem;
    }
    #contentsAll .Text1Block .contentsTxt:nth-of-type(2) {
        margin-top: 1.7rem;
    }
    #contentsAll .Text1Block .contentsTxt:nth-of-type(3) {
        margin: 1.8rem 0 1.7rem;
    }

    /* Text2Block */

    #contentsAll .Text2Block .contentsTxt:nth-of-type(1) {
        margin-top: 5.4rem;
    }

    #contentsAll .Text2Block .contentsTxt:nth-of-type(2) {
        margin-top: 1.4rem;
    }

    #contentsAll .Text2Block .contentsTxt:nth-of-type(3) {
        margin-top: 1.4rem;
    }

    #contentsAll .Text2Block .contentsTxt:nth-of-type(4) {
        margin-top: 1.5rem;
    }

    #contentsAll .Text2Block .contentsTxt:nth-of-type(5) {
        margin: 1.4rem 0;
    }


    /* Text3Block */

    #contentsAll .Text3Block .contentsTxt:nth-of-type(1) {
        margin-top: 2.7rem;
    }

    #contentsAll .Text3Block .contentsTxt:nth-of-type(n+2) {
        margin-top: 2.6rem;
    }


    #contentsAll .vol11Credit p {
        color: #1c4a28;
        font-size: 1.7rem;
        letter-spacing: .03rem;
        text-align: center;
    }
    #contentsAll .vol11Credit p:nth-of-type(1) {
        margin-top: 5rem;
    }
    #contentsAll .vol11Credit p:nth-of-type(2) {
        margin-top: 1.7rem;
    }
}