<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Noto Serif JP","Yu Mincho","YuMincho","Hiragino Mincho Pro", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#page { 
    overflow: hidden;
    background: url(../images/back_gold.jpg) fixed repeat-y top center / 100%;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.ib { display: inline-block;}

picture { display: block;}

/* #danjiri2024_top {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 63.4895%;
    background: url(../images/danjiri2024_topimg_pc.png) no-repeat top center / 100%;
    margin-bottom: 3%;
} */

#danjiri2024_top {
    max-width: 1920px;
    margin: 0 auto 3% auto;
    position: relative;
    z-index: 2;
}

#danjiri2024_top div {
    /* max-width: 1920px; */
    position: absolute;
    left: calc(50% - 50%);
    top: 0;
    bottom: 0;
    width: 100%;
    /* margin: 0 auto; */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#danjiri2024_top h1 { 
    width: 70%;
    margin-bottom: 0.5%;
}

#danjiri2024_top p {
    width: 55%;
    margin-bottom: 1.5%;
}

#danjiri2024_top a {
    display: block;
    width: 33%;
    transition: all .2s;
}

#danjiri2024_top a:hover { opacity: .7;}

#danjiri2024_top img { width: 100%;}

#intro .movie {
    position: relative;
    width: 50%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 8% auto;
    overflow: hidden;
 }

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

#intro .intro_txt, #intro .cast { margin: 0 auto;}

#intro .intro_txt { width: 70%;}

#intro .cast { 
    width: 22%;
    margin-bottom: 3%;
}

#intro .intro_txt img, #intro .cast img { width: 100%;}

#episode .wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#episode .ep02 .wrapper { flex-direction: row-reverse;}

#episode .ep_mainimg { width: 48%;}

#episode .wrapper div { width:37%;}

#episode h2, #episode p, #episode img { width: 100%;}

#episode h2 { 
    width: 100%;
    margin-bottom: 3%;
}

#episode p {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.8;
}

#episode .ep01 { padding-bottom: 16%;}

#episode .ep01, #episode .ep03 { position: relative;}

#episode .ep01::after,
#episode .ep03::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
}

#episode .ep01::after {
    aspect-ratio: 32 / 5;
    background: url(../images/bl_top_deco_pc.png) no-repeat bottom center / 100%;
    bottom: -1%;
}

#episode .ep02 {
    background: #be0000 url(../images/back_red_pc.jpg) no-repeat center / 100%;
    padding-bottom: 8%;
    width: 100%;
}

#episode .ep03::after {
    aspect-ratio: 64 / 5;
    background: url(../images/bl_btm_deco_pc.png) no-repeat top center / 100%;
    top: -1%;
}

#episode .ep02 p, #episode .ep03 p { color: #fff;}

#episode .ep03 {
    background: url(../images/back_black_pc.jpg) repeat-y fixed top center / 100%;
    padding: 15% 0 8.5% 0;
}

#page-top {
    position: fixed;
    display: block;
    width: 10%;
    aspect-ratio: 196 / 191;
    background: url(../images/pagetop.png) no-repeat center / 100%;
    right: 1%;
    bottom: 1%;
    z-index: 5;
}


/* =========================================== responsive =========================================== */
@media (max-width: 1920px) {
    #episode p { font-size: 1.4vw;}
}

@media (max-width: 1000px) {
    #page { background: url(../images/back_gold_sp.jpg) repeat-y top center / 100%;}

    #danjiri2024_top h1 { width: 80%;}

    #danjiri2024_top p { width: 65%;}

    #danjiri2024_top a { width: 40%;}

    #intro .movie { width: 65%;}

    #intro .intro_txt { width: 85%;}

    #intro .cast { width: 30%;}

    #episode .ep_mainimg { width: 55%;}

    #episode .wrapper div { width: 40%;}

    #episode h2 { font-size: 5.5vw;}

    #episode p { font-size: 2vw;}

    #page-top { width: 15%;}

    #episode .ep03 { background: url(../images/back_black_sp.jpg) repeat-y top center / 100%;}
}

@media (max-width: 600px) {
    /* #page { background: url(../images/back_gold_sp.jpg) repeat-y top center / 100%;} */

    /* #danjiri2024_top {
        aspect-ratio: 642 / 1365;
        background: url(../images/danjiri2024_topimg_sp.png) no-repeat top center / 100%;
    } */

    #danjiri2024_top { margin-bottom: 30%;}

    #danjiri2024_top div { margin-top: 35%;}

    #danjiri2024_top h1 { width: 100%;}

    #danjiri2024_top p { 
        width: 80%;
        margin-bottom: 5%;
    }

    #danjiri2024_top a { width: 90%;}

    #intro .cast { 
        width: 70%;
        margin-bottom: 8%;
    }

    #intro .movie { width: 90%;}

    #intro .intro_txt { width: 95%;}

    #episode .wrapper div { 
        width: 95%;
        margin: 0 auto;
        z-index: 2;
    }

    #episode .ep02 .wrapper { flex-direction: row;}

    #episode .ep_mainimg { width: 110%;}

    #episode p { font-size: 5vw;}

    #episode .ep01 { padding-bottom: 35%;}

    /* #episode .ep03 { background: url(../images/back_black_sp.jpg) repeat-y top center / 100%;} */

    #episode .ep01::after {
        aspect-ratio: 321 / 100;
        background-image: url(../images/bl_top_deco_sp.png);
    }

    #episode .ep03::after {
        aspect-ratio: 642 / 101;
        background-image: url(../images/bl_btm_deco_sp.png);   
        background-position: top -5%;
        top: -0.1%;
    }

    #page-top { width: 27%;}
}</pre></body></html>