@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;}
/*************************************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;}
    #contentsAll .pcOnly {display: none;}
    #contentsAll .flexArea {display: flex; flex-wrap: wrap;}
    /*==========================
    フォント
    ==========================*/
    #contentsAll .contentsTxt {
        color: #666;
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: .03rem;
        text-align: center;
    }
    /*==========================
    Contents
    ==========================*/
    .volImg a img {
        width: calc(750*(100vw/750));
    }
    #contentsAll h2 {
        margin: calc(70*(100vw/750)) 0 calc(66*(100vw/750));
        color: #dab476;
        font-size: calc(40*(100vw/750));
        line-height: 1.9;
        letter-spacing: .1rem;
        text-align: center;
    }
    #contentsAll ul {
        width: calc(668*(100vw/750));
        margin: calc(78*(100vw/750)) auto 0;
    }
    #contentsAll ul .modal-block {
        width: calc(300*(100vw/750));
    }
    #contentsAll ul .modal-block:nth-of-type(1), 
    #contentsAll ul .modal-block:nth-of-type(3), 
    #contentsAll ul .modal-block:nth-of-type(5), 
    #contentsAll ul .modal-block:nth-of-type(7),
    #contentsAll ul .modal-block:nth-of-type(9),
    #contentsAll ul .modal-block:nth-of-type(11) {
        margin-right: calc(40*(100vw/750));
    }
    #contentsAll ul .modal-block:nth-of-type(n+3) {
        margin-top: calc(90*(100vw/750));
    }
    #contentsAll .img-size-p {
        width: calc(300*(100vw/750));
    }
    #contentsAll .img-size-p .modal-open {
        display: flex;
        align-items: center;
        width: calc(300*(100vw/750));
    }
    #contentsAll .img-size-p .modal-open img {
        width: calc(164*(100vw/750));
    }
    #contentsAll .img-size-p .modal-open p {
        color: #1a1a1a;
        font-size: calc(36*(100vw/750));
    }
    #contentsAll h3 {
        margin: calc(152*(100vw/750)) 0 calc(55*(100vw/750));
        color: #dab476;
        font-size: calc(36*(100vw/750));
        letter-spacing: .05rem;
        text-align: center;
    }
    /*==========================
    modal
    ==========================*/
    .usagisan {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
    }
    .modal-link {
        width: 100%;
        margin: 0 auto;
    }
    .modal-bg {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: rgba(256,256,256,0.6);
    }
    .modal-inner {
        position: absolute;
        top: 50%;
        left: 4%;
        width: calc(690*(100vw/750));
        margin: calc(100*(100vw/750)) auto;
        padding: calc(48*(100vw/750)) 0 calc(90*(100vw/750));
        box-shadow: 0 0 calc(16*(100vw/750)) #d0d0d0;
        background: #fff;
        transform: translate(0%,-50%);
    }
    #contentsAll h4 {
        margin: calc(42*(100vw/750)) 0 calc(40*(100vw/750));
        color: #dab476;
        font-size: calc(36*(100vw/750));
        text-align: center;
    }
    .modal-close {
        width: calc(50*(100vw/750));
        height: calc(50*(100vw/750));
        position: absolute;
        top: calc(23*(100vw/750));
        right: calc(24*(100vw/750));
    }
    .modal-close::before,
    .modal-close::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: calc(50*(100vw/750));
        height: calc(2*(100vw/750));
        background-color: #dab476;
    }
    .modal-close::before {
        transform: rotate(45deg);
    }
    .modal-close::after {
        transform: rotate(-45deg);
    }
}
/*************************************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) {
    /*================▽iPad▽=================*/
    /* @media screen and (min-width: 561px) and (max-width: 768px) {} */
    /*================△iPad△=================*/
    /* #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 .flexArea {display: flex; flex-wrap: wrap; justify-content: center;}
    .main-area::after {
        margin: 0 !important;
    }
    /*==========================
    フォント
    ==========================*/
    #contentsAll .contentsTxt {
        color: #666;
        font-size: 1.5rem;
        line-height: 2;
        letter-spacing: .05rem;
        text-align: center;
    }
    /*==========================
    Contents
    ==========================*/
    #contentsAll .volImg a img {
        width: 78rem;
        margin: 0 auto;
    }
    #contentsAll h2 {
        margin: 5.1rem 0 4.8rem;
        color: #dab476;
        font-size: 2.6rem;
        line-height: 1.75;
        letter-spacing: .1rem;
        text-align: center;
    }
    #contentsAll ul {
        width: 63rem;
        margin: 5.3rem auto 0;
    }
    #contentsAll ul .modal-block {
        width: 17rem;
    }
    #contentsAll ul .modal-block:nth-of-type(2), 
    #contentsAll ul .modal-block:nth-of-type(5), 
    #contentsAll ul .modal-block:nth-of-type(8),
    #contentsAll ul .modal-block:nth-of-type(11) {
        margin: 0 6rem;
    }
    #contentsAll ul .modal-block:nth-of-type(n+4) {
        margin-top: 9rem;
    }
    #contentsAll .img-size-p .modal-open {
        display: flex;
        align-items: center;
        width: 17rem;
    }
    #contentsAll .img-size-p .modal-open img {
        width: 9rem;
    }
    #contentsAll .img-size-p .modal-open p {
        color: #1a1a1a;
        font-size: 2rem;
        letter-spacing: .08rem;
    }
    #contentsAll h3 {
        margin: 9rem 0 2.9rem;
        color: #dab476;
        font-size: 2rem;
        letter-spacing: .05rem;
        text-align: center;
    }
    /*==========================
    modal
    ==========================*/
    #contentsAll .usagisan {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
    }
    #contentsAll .modal-link {
        width: 100%;
        margin: 0 auto;
    }
    #contentsAll .modal-bg {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: rgba(256,256,256,0.6);
    }
    #contentsAll .modal-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 82.6rem;
        padding: 6rem 0;
        background: #fff;
        box-shadow: 0 0 0.8rem #d0d0d0;
        transform: translate(-50%,-50%);
    }
    #contentsAll h4 {
        margin-bottom: 3rem;
        color: #dab476;
        font-size: 2.3rem;
        text-align: center;
    }
    .modal-close {
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }
    .modal-close::before,
    .modal-close::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 2.4rem;
        height: .1rem;
        background-color: #dab476;
    }
    .modal-close::before {
        transform: rotate(45deg);
    }
    .modal-close::after {
        transform: rotate(-45deg);
    }
}