<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.sp_only { display: none;}

.wrapper {
    max-width: 1344px;
    margin: 0 auto;
    padding: 200px 0;
}

.ib { display: inline-block;}

picture { display: block;}

#page::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/maruyama_back_pc.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

#page section { margin-bottom: 200px;}

#page section h2 {
    width: 43%;
    margin: 0 auto;
}

#page section h2 img { width: 100%;}

#maruyama_top {
    width: 100%;
    background: url(../images/maruyama_back_pc.jpg) no-repeat top center / 100%;
}

#maruyama_top .top_wrapper {
    max-width: 1920px;
    margin: 0 auto;
    aspect-ratio: 384 / 167;
    background: url(../images/top_mainimg_pc.jpg) no-repeat top center / 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#maruyama_top h1 { width: 48%;}

#maruyama_top h1 img { width: 100%;}

#maruyama_top .date {
    width: 100%;
    padding: 15px 0;
    background: rgb(219,175,0);
    background: linear-gradient(90deg, rgba(219,175,0,1) 0%, rgba(255,248,134,1) 50%, rgba(219,175,0,1) 100%);
    border-top: solid 10px #675000;
    border-bottom: solid 10px #675000;
}

#maruyama_top .date p {
    width: 100%;
    text-align: center;
    font-size: 85px;
    color: #2f1600;
}

#maruyama_top .grade_txt {
    background: rgb(180,0,0);
    background: linear-gradient(180deg, rgba(180,0,0,1) 0%, rgba(225,0,0,1) 60%, rgba(174,0,0,1) 60%, rgba(220,0,0,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

#movie {
    position: relative;
    width: 75%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    overflow: hidden;
    border: solid 3px #fff;
    outline: solid 3px #fff;  
    outline-offset: 1.1em;
 }

#movie .tvo-video {
    position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     right: 0;
}

#intro p {
    text-align: center;
    font-size: 50px;
    line-height: 1.7;
    color: #fff;
    text-shadow: 3px 3px 0 #003907;
}

#intro .big {
    font-size: 150%;
    color: #ffea00;
    line-height: 1.1;
}

#cast .cast_maruyama {
    width: 45%;
    margin: 0 auto;
}

#cast img { width: 100%;}

#cast ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#cast ul::before {
    position: absolute;
    content: "";
    display: block;
    width: 16%;
    aspect-ratio: 250 / 213;
    background: url(../images/vs.png) no-repeat center / 100%;
    top: 35%;
    left: calc(50% - 10%);
}

#cast ul li { width: 49%;}

#catch picture { 
    width: 90%;
    margin: 0 auto;
}

#catch picture img { width: 100%;}


/* =========================== responsive =========================== */
@media (max-width: 1920px) {
    #page { font-size: 18px;}

    #page section { margin-bottom: 11.1em;}

    .wrapper {  padding: 11.1em 0;}

    #maruyama_top .date { padding: 0.8em 0;}

    #maruyama_top .date p { font-size: 4.72em;}

    #intro p { font-size: 2.78em;}
}

@media (max-width: 1400px) {
    #page { font-size: 16px;}

    .wrapper { width: 80%;}
}

@media (max-width: 1200px) {
    #intro .big { line-height: 1.1;}
}

@media (max-width: 1000px) {
    #maruyama_top .date p { font-size: 4em;}

    #intro p { font-size: 2em;}
}

@media (max-width: 800px) {
    #page { font-size: 14px;}

    .wrapper { width: 90%;}

    #movie { width: 90%;}

    #intro p { text-shadow: 2px 2px 0 #003907;}
}

@media (max-width: 600px) {
    .wrapper { padding: 7em 0;}

    #page section h2 { width: 60%;}

    #page section { margin-bottom: 7em;}

    #maruyama_top .date {
        border-top: solid 7px #675000;
        border-bottom: solid 7px #675000;
        padding: 0.5em 0;
    }

    #maruyama_top .date p { font-size: 3.3em;}
}

@media (max-width: 500px) {
    #page::before { background-image: url(../images/maruyama_back_sp.jpg);}

    #page section h2 { width: 90%;}

    #maruyama_top .top_wrapper {
        aspect-ratio: 642 / 1019;
        background: url(../images/top_mainimg_sp.jpg) no-repeat top center / 100%;
        align-items: flex-start;
        padding-top: 1em;
    }

    #maruyama_top h1 { width: 100%;}

    #maruyama_top .date p {
        font-size: 11vw;
        line-height: 1.1;
    }

    #movie {
        width: 95%;
        border: solid 2px #fff;
        outline: solid 2px #fff;
        outline-offset: 0.7em;
    }

    #intro p { font-size: 5.5vw;}

    #cast .cast_maruyama {
        width: 85%;
        margin-bottom: 4em;
    }

    #cast ul { 
        flex-direction: column;
        align-items: center;
    }

    
    #cast ul::before {
        width: 30%;
        top: 45%;
        left: calc(50% - 13%);
    }

    #cast ul li { width: 90%;}

    #cast ul li:first-child { margin-bottom: 3em;}

    #catch picture { width: 100%;}
}</pre></body></html>