@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 .dnpShueiMinchoFont {
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: 500;
    font-style: normal;
}

#contentsAll div {
    text-align: center;
}

#contentsAll h3 { 
    color:#957b6b;
    font-weight: 600 !important;
    line-height: 1.9;
    letter-spacing: .1rem;
}

.TextBlock3{
    color: #7a9d9f;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing: .06rem;
}

#contentsAll h4 {
    color: #7a9d9f;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing: .06rem;
}
/* 
#contentsAll h5 {
    color: #ca9b66;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing: .1rem;
}

#contentsAll h6 {
    color: #ca9b66;
    font-weight: 500 !important;
    line-height: 2;
    letter-spacing: .1rem;
} */

#contentsAll .contentsTxt {
    color: #666;
    line-height: 2;
    letter-spacing: .05rem;
}
#contentsAll .contentsTxt span {
    display: inline;
    font-weight: bold;
}

#contentsAll .borderBlock {
    border: 1px solid #ca9b66;
}

/* #contentsAll .staffCredit p {
    color: #9a7194;
    letter-spacing: .03rem;
} */

/*************************************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 .mainImg img {
        width: calc(750*(100vw/750));
        margin: 0 auto calc(68*(100vw/750));
    }

    #contentsAll .innerImg img {
        width: calc(660*(100vw/750));
        margin: calc(130*(100vw/750)) auto 0;
    }
    
    #contentsAll h3 { 
        margin: calc(70*(100vw/750)) auto calc(32*(100vw/750));
        font-size: calc(36*(100vw/750));
    }
    .TextBlock3{
        margin: calc(50*(100vw/750)) auto calc(32*(100vw/750));
        font-size: calc(32*(100vw/750));
    }

    #contentsAll h4 {
        margin-top: calc(20*(100vw/750));
        font-size: calc(32*(100vw/750));
    }

    /* #contentsAll h5 {
        font-size: calc(36*(100vw/750));
    }

    #contentsAll h6 {
        margin: calc(70*(100vw/750)) auto calc(32*(100vw/750));
        font-size: calc(32*(100vw/750));
    } */

    #contentsAll .contentsTxt {
        font-size: calc(28*(100vw/750));
        margin-top: calc(30*(100vw/750));
    }
    #contentsAll .contentsTxt:nth-of-type(n+2) {
        margin-top: calc(30*(100vw/750));
    }

    #contentsAll .borderBlock {
        width: calc(720*(100vw/750));
        margin: calc(60*(100vw/750)) auto 0;
        padding: calc(40*(100vw/750)) 0 calc(48*(100vw/750));
    }
    #contentsAll .borderBlock .contentsTxt {
        margin-top: calc(12*(100vw/750));
    }

    /* #contentsAll .staffCredit p {
        font-size: calc(32*(100vw/750));
    }
    #contentsAll .staffCredit p:nth-of-type(1) {
        margin-top: calc(82*(100vw/750)) 0 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: -177px;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 .mainImg img {
        width: 82.6rem;
        margin: 0 auto 5rem;
    }
    #contentsAll .innerImg img {
        width: 66.3rem;
        margin: 11.2rem auto 0;
    }

    #contentsAll h3 {
        margin: 5rem 0 1.4rem;
        font-size: 2.2rem;
    }

    .TextBlock3{
        margin: 5rem 0 1.4rem;
        font-size: 2rem;
    }
   
    #contentsAll h4 {
        margin-top: 1.4rem;
        font-size: 2rem;
    }

    /*     
    #contentsAll h5 {
        font-size: 2.2rem;
    }

    #contentsAll h6 {
        margin: 5rem 0 1.4rem;
        font-size: 1.7rem;
    } */

    #contentsAll .contentsTxt {
        font-size: 1.5rem;
        margin-top: 1.4rem;
    }
    #contentsAll .contentsTxt:nth-of-type(n+2) {
        margin-top: 1.4rem;
    }

    #contentsAll .borderBlock {
        width: 90rem;
        margin: 3.5rem auto 0;
        padding: 2rem 0 3.2rem;
    }

    /* #contentsAll .staffCredit p {
        font-size: 1.7rem;
    }
    #contentsAll .staffCredit p:nth-of-type(1) {
        margin-top: 5.4rem 0 1.7rem;
    } */

}