/* ------- common ------- */
body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: url(../images/bk_sky.jpg) top center / 100%;
}

.sp_only { display: none;}

.wrapper {
    max-width: 1152px;
    width: 60%;
    margin: 0 auto;
}

picture { display: block;}

#page-top {
    text-transform: uppercase;
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 150px;
    writing-mode: vertical-rl;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    background-color: #ff00b7;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
/* ------- common ------- */


/* ------- dorekau_top ------- */
#dorekau_top {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/top_castimg_pc.jpg) no-repeat top center / 100%;
    aspect-ratio: 2.3 / 1;
}

#dorekau_top .top_wrapper {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 7%;
}

#dorekau_top h1 { width: 45%;}

#dorekau_top picture { width: 60%;}

#dorekau_top img { width: 100%;}

#dorekau_top .time {
    width: 100%;
    padding: 1.5% 0;
    background-size: auto auto;
    background-color: rgba(115, 231, 126, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 17px, rgba(89, 222, 100, 1) 17px, rgba(89, 222, 100, 1) 34px );
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ------- dorekau_top ------- */


/* ------- present ------- */
#present { 
    width: 100%;
    background: url(../images/present_back_pc.jpg) no-repeat top center / cover;
}

#present .wrapper {
    padding: 3% 0;
    background-color: rgba(255, 255, 121, .4);
    border-left: solid 15px #fde200;
    border-right: solid 15px #fde200;
}

#present h2 {
    width: 100%;
    text-align: center;
}

#present h2 img { width: 52%;}

#present p { 
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
}

#present p:last-of-type { 
    width: 63%;
    margin: 0 auto 5% auto;
}

#present a {
    display: block;
    width: 63%;
    margin: 0 auto;
    font-size: 1.5vw;
    color: #fff;
    background-color: #ff00b7;
    border: solid 2px #ff00b7;
    transition: all .2s;
    text-align: center;
    line-height: 2.3;
    border-radius: 50px;
}

#present a:hover { 
    color: #ff00b7;
    background-color: #fff;
}

#present .present_name { 
    width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

#present .present_name picture,
#present .present_name img { width: 100%;}

#present .present_call img { width: 80%;}

#present .present_caution {
    font-size: 0.7vw;
    line-height: 1.7;
}

#present .present_limit {
    font-size: 1.4vw;
    line-height: 2.1;
    border: solid 3px #000;   
}

#present .present_end {
    font-size: 1.4vw;
    line-height: 2.1;
    color: #fff;
    background-color: #000;
}

#present .present_img {
    width: 60%;
    margin: 0 auto 2% auto;
}

#present .present_img img { width: 100%;}

#present ul {
    width: 63%;
    margin: 0 auto 3% auto;
    font-size: 0.9vw;
    font-weight: 500;
}

#present ul li { 
    line-height: 1.4;
    position: relative;
    padding-left: 2.5%;
}

#present ul li::before {
    position: absolute;
    top: 6%;
    left: 0;
    content: "◆";
    font-size: 80%;
}

#present ul li:first-child { margin-bottom: 2%;}
/* ------- present ------- */


/* ------- intro_cast ------- */
.intro_cast {
    padding: 5% 0;
    background: url(../images/bk_pk.jpg) repeat-y fixed top center / 100%;
}

.intro_cast h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

.intro_cast h2 img { width: 28%;}
/* ------- intro_cast ------- */


/* ------- intro ------- */
#intro { margin-bottom: 10%;}

#intro .intro_txt { 
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#intro .intro_ttl01, 
#intro .intro_ttl02,
#intro .intro_ttl01 img,
#intro .intro_ttl02 img,
#intro .intro_txt picture,
#intro .intro_txt img { width: 100%;}

#intro p { margin-bottom: 4%;}

#intro p:last-of-type { margin-bottom: 0;}
/* ------- intro ------- */


/* ------- cast ------- */
#cast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cast ul li { 
    text-align: center;
    width: 45%;
}

#cast ul li:first-child img,
#cast ul li:last-child img { width: 45%;}

#cast ul li:first-child,
#cast ul li:last-child,
#cast ul li:nth-child(2) img,
#cast ul li:nth-child(3) img { width: 100%;}
/* ------- cast ------- */


/* ------- location ------- */
#location {
    padding: 5% 0;
    background: url(../images/bk_gr.jpg) repeat-y fixed top center / 100%;
}

#location h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

#location h2 img { width: 63%;}

#location .location_txt {
    font-family: "bokutoh-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 2.0vw;
    text-align: center;
    margin-bottom: 4%;
}

#location .location_txt span {
    color: #ff00b7;
    background: rgb(246,255,1);
    background: linear-gradient(0deg, rgba(246,255,1,1) 0%, rgba(246,255,1,1) 50%, rgba(246,255,1,0) 50%, rgba(246,255,1,0) 100%);
}

#location .location_detail { margin-bottom: 20%;}

#location .location_detail:last-of-type { margin-bottom: 0;}

#location .main_img {
    width: 100%;
    margin-bottom: 5%;
}

#location .sub_img {
    display: block;
    width: 80%;
    margin: 0 auto 10% auto;
}

#location iframe {
    display: block;
    width: 60%;
    aspect-ratio: 16/9;
    margin: 0 auto 5% auto;
}

#location .location_address {
    text-align: center;
    font-size: 1.3vw;
    line-height: 1.5;
}

#location .intro_ttl03,
#location .intro_ttl03 img { width: 100%;}

#location .intro_ttl03 { margin-top: 10%;}
/* ------- location ------- */


/* ------- delivery ------- */
#delivery {
    padding: 5% 0;
    background: url(../images/bk_bl.jpg) repeat-y fixed top center / 100%;
}

#delivery div {
    width: 50%;
    margin: 0 auto;    
}

#delivery a {
    display: block;
    width: 50%;
    margin: 0 auto;
    transition: all .2s;
}

#delivery a img,
#delivery div img { width: 100%;}

#delivery a:hover { transform: translateY(-5%);}
/* ------- delivery ------- */



/* =========================================== responsive =========================================== */

@media (max-width: 767px) {
    /* ------- common ------- */
    .sp_only { display: block;}

    .wrapper { width: 90%;}

    #page-top {
        width: 40px;
        height: 100px;
        font-size: 15px;
    }
    /* ------- common ------- */


    /* ------- dorekau_top ------- */
    #dorekau_top {
        background: url(../images/top_castimg_sp.jpg) no-repeat top center / 100%;
        aspect-ratio: 1 / 1.7;
    }

    #dorekau_top .top_wrapper { padding-top: 3%;}

    #dorekau_top h1 { width: 90%;}

    #dorekau_top .time { padding: 3% 0;}

    #dorekau_top picture { width: 60%;}
    /* ------- dorekau_top ------- */


    /* ------- present ------- */
    #present { background: url(../images/present_back_sp.jpg) no-repeat top center / cover;}

    #present .wrapper { 
        padding: 10% 0;
        background-color: rgba(255, 255, 121, .8);
    }

    #present h2 img { width: 80%;} 

    #present p { margin-bottom: 5%;}

    #present .present_name { width: 85%;}

    #present .present_call img { width: 90%;}

    #present .present_caution { font-size: 3.1vw;}

    #present p:last-of-type { 
        width: 90%;
        margin: 0 auto 9% auto;
    }

    #present a {
        width: 90%;
        font-size: 4.5vw;
    }

    #present .present_limit,
    #present .present_end {
        font-size: 3.5vw;
        line-height: 3;
    }

    #present .present_img {
        width: 90%;
        margin: 0 auto 5% auto;
    }

    #present ul {
        width: 90%;
        margin: 0 auto 9% auto;
        font-size: 3vw;
    }

    #present ul li { padding-left: 5%;}

    #present ul li:first-child { margin-bottom: 4%;}    

    #present ul li::before { top: 3%;}
    /* ------- present ------- */


    /* ------- intro_cast ------- */
    .intro_cast { padding: 10% 0;}

    .intro_cast h2 { margin-bottom: 5%;}

    .intro_cast h2 img { width: 50%;}
    /* ------- intro_cast ------- */


    /* ------- intro ------- */
    #intro p { margin-bottom: 6%;}

    #intro .intro_txt, #cast ul li img { width: 100% !important;}
    /* ------- intro ------- */


    /* ------- cast ------- */
    #cast ul { 
        width: 80%;
        margin: 0 auto;
    }

    #cast ul li { 
        width: 100% !important;
        margin-bottom: 7%;
    }

    #cast ul li:nth-child(2) { margin-right: 0;}

    #cast ul li:last-child { margin-bottom: 0;}
    /* ------- cast ------- */


    /* ------- location ------- */
    #location { padding: 10% 0;}

    #location h2 img { width: 90%;}

    #location .location_detail { margin-bottom: 20%;}

    #location .sub_img { 
        width: 100%;
        margin: 0 auto 8% auto;
    }

    #location iframe { width: 80%;}

    #location .location_txt {
        font-size: 5.5vw;
        line-height: 1.4;
    }

    #location .location_address { font-size: 3.5vw;}
    /* ------- location ------- */


    /* ------- delivery ------- */
    #delivery { padding: 10% 0;}

    #delivery a,
    #delivery div { width: 80%;}
    /* ------- delivery ------- */
}

