@charset "UTF-8";

/*----------------------------------------------*/
/*PC版*/
/*----------------------------------------------*/
.keyvisual{position: relative;}
/*ナビゲーション*/
.cNav {
    text-align: center;
    padding-top: 20px;
}

.cNav li {
    display: inline-block;
    margin: 0;
    padding: 16px 0 0 0;
}

.cNav li:first-child {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0;
    vertical-align: top;
}

/*----------------------------------------------*/
/*青い見出し*/
.midashi {
    position: relative;
    height: 270px;
    background: url("../_image/ttlBg7.png")repeat-x center top/auto 344px;
    margin: 12px 0 0 0;
}

.midashi img {
    position: absolute;
    width: 536px;
    margin: -1px auto 0 -680px;
    top: 0;
    left: 50%;
}

/*キービジュアル*/
.keyvisual {
    width: 100%;
    min-height: 50vh;
    background: url("./keyvisual@2x.png")no-repeat center/cover;
      opacity: 1;
}






/*----------------------------------------------*/
/*レイアウト*/
.column {
    text-align: center;
}

p.read {
    width: 924px;
    margin: 12px auto 0;
    color: #FFF;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}
.read1 {
    margin: 76px auto 0;
}
.read2{
    margin: 48px auto 0;
}

.ph {
    position: relative;
    width: 1240px;
    margin: auto;
    z-index: 3;
}

.ph.mag .btn {
    position: absolute;
    width: 340px;
    top: 250px;
    left: 116px;
}

.ph.ph2 .btn {
    position: absolute;
    width: 340px;
    top: 350px;
    left: 116px;
}

.ph .btn img {
   margin-bottom: 8px;
}

.ph .btn  a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}

.ph2 {
    position: relative;
    margin-top: -110px;
    z-index: 1;
}


.spec1 {
    position: relative;
    width: 1024px;
    height: 846px;
    background-image: url("./ph1_2.png");
    background-image: image-set(url("./ph1_2.png") 1x, url("./ph1_2@2x.png") 2x);
    background-image: -webkit-image-set(url("./ph1_2.png") 1x, url("./ph1_2@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin: -22px auto 0;
    z-index: 2;
}

.spec1 p {
    position: relative;
    width: 1024px;
    height: auto;
    margin: 0 auto 0;
    padding: 670px 24px 24px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    text-shadow: 1px 1px 3px #000000;
    z-index: 3;


}

.spec2 {
    position: relative;
    width: 1024px;
    height: 846px;
    background-image: url("./ph2_2.png");
    background-image: image-set(url("./ph2_2Spng") 1x, url("./ph2_2@2x.png") 2x);
    background-image: -webkit-image-set(url("./ph2_2.png") 1x, url("./ph2_2@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin: -48px auto 0;
    z-index: 0;
}

.spec2 p {
    position: relative;
    width: 1024px;
    height: auto;
    margin: -40px auto 0;
    padding: 670px 24px 24px;
    color: #FFF;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    text-shadow: 1px 1px 3px #000000;


}

.story {
    width: 1024px;
    height: auto;
    background: url("./storyBG.png") repeat-y center top/100% auto;
    padding: 10px 0;
    margin: 48px auto 0;
}

.story p {
    width: 1004px;
    margin: 10px auto 0;
    padding: 24px;
    background: rgba(107, 84, 27, 0.4);
    mix-blend-mode: screen;
    /* オーバーレイを指定 */
    color: #FFF;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    text-shadow: 1px 1px 3px #000000;

}

.story strong {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}


/*----------------------------------------------*/

@media screen and (max-width: 667px) {

    /*-----------------------------------------*/
    /*SP版*/
    /*-----------------------------------------*/
    /*ナビゲーション*/
    .cNav {
        width: 90%;
        padding-top: 0;
        margin: 0px auto 0;
        text-align: center;
    }

    .cNav li {
        display: inline-block;
        width: 30%;
        margin: 0;
        padding: 0;
    }

    .cNav li img {
        width: auto;
        height: 36px;
    }

    .cNav li:first-child {
        display: inline-block;
        width: 80%;
        margin: 0;
        padding: 16px 16px 0 16px;
        vertical-align: top;
    }

    .cNav li:first-child img {
        width: auto;
        height: 48px;
    }


    /*----------------------------------------------*/
    /*青い見出し*/
    .midashi {
        position: relative;
        height: auto;
        background: url("../_image/ttlBg7.png")repeat-x center top/auto 344px;
        margin: 12px 0 0 0;
        padding-bottom: calc(100% * 240/800);

    }

    .midashi img {
        position: absolute;
        width: 80%;
        margin: -4% auto 0 -60%;
        top: 0;
        left: 50%;

    }

    /*キービジュアル*/
.keyvisual {
    width: 100%;
    min-height: 40vh;
    background: url("./keyvisualSP.png")
      center / cover;
}


    .read1 {
        width: 94%;
        margin: 36px auto 0;
    }

    .read2{
        width: 90%;
        margin: 36px auto 0;
    }

    p.read {
        width: 100%;
        padding: 0 5%;
        color: #FFF;
        font-size: 13px;
        line-height: 1.8;
        text-align: left;

    }


    .ph {
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .ph2 {
        position: relative;
        margin-top: 0px;
        z-index: 2;
    }





    .ph.mag .btn {
        position: absolute;
        width: 70%;
        top: 22%;
        left: 50%;
        margin: 0 0 0 -35%;
    }
    
    .ph.ph2 .btn {
        position: absolute;
        width: 70%;
        top: 27%;
        left: 50%;
        margin: 0 0 0 -35%;
    }
    
    .ph .btn img {
       margin-bottom: 8px;
    }
    
    .ph .btn  a {
        font-size: 18px;
        color: #FFF;
        text-decoration: none;
    }
    

    






    .spec1 {
        width: 100%;
        height: auto;
        background-image: url("./ph1_2SP.png");
        background-image: image-set(url("./ph1_2SP.png") 1x, url("./ph1_2SP.png") 2x);
        background-image: -webkit-image-set(url("./ph1_2SP.png") 1x, url("./ph1_2SP.png") 2x);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        margin: 0 auto;
        padding-top: calc(100% * 1130/800);
    }

    .spec1 p {
        width: 100%;
        height: auto;
        background-image: url("./ph1_2BG.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        margin: 0 auto;
        padding: 5%;
        color: #FFF;
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
        text-shadow: 1px 1px 3px #000000;

    }

    .spec2 {
        width: 100%;
        height: auto;
        background-image: url("./ph2_2SP.png");
        background-image: image-set(url("./ph2_2SP.png") 1x, url("./ph2_2SP.png") 2x);
        background-image: -webkit-image-set(url("./ph2_2SP.png") 1x, url("./ph2_2SP.png") 2x);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        margin: 0 auto;
        padding-top: calc(100% * 1130/800);
    }

    .spec2 p {
        width: 100%;
        height: auto;
        background-image: url("./ph2_2BG.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        margin: 0 auto;
        padding: 5%;
        color: #FFF;
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
        text-shadow: 1px 1px 3px #000000;

    }

    .story {
        width: 100%;
        height: auto;
        background: url("./storyBGSP.png") repeat-y center top/100% auto;
        padding: 10px 0;
        margin: 24px auto 0;
    }

    .story p {
        width: 92%;
        margin: 10px auto 0;
        padding: 10px;
        background: rgba(107, 84, 27, 0.4);
        mix-blend-mode: screen;
        /* オーバーレイを指定 */
        color: #FFF;
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
        text-shadow: 1px 1px 3px #000000;

    }

    .story strong {
        display: block;
        margin: 0 auto;
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
    }






    /*end media----------------------------------*/
}