<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    background: #dfddd1;
    font-family: 'Noto Sans JP', sans-serif;
}

.top_img {
    width: 100%;
}

.contents_section {
    width: 100%;
}

.contents_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.intro {
    margin: 5% auto;
    font-size: 180%;
}

.section_wrap {
    margin: 5% auto;
    padding: 1% 2%;
    font-size: 150%;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #5b5b5b;
}

.section_title {
    text-align: center;
    margin: 3% auto;
    font-weight: 600;
    font-size: 150%;
}

.date_section {
    margin: 3% auto;
    max-width: 1000px;
}

.date_title {
    background: #000;
    color: #fff;
    margin-bottom: 1%;
    padding-left: 2%;
}

.guest {
    padding-left: 2%;
    font-size: 95%;
}

.guest_section {
    max-width: 1000px;
    width: 100%;
    display: flex;
    gap: 5%;
    margin: 3% auto;
    align-items: flex-end;
}

.reverse {
    flex-direction: row-reverse;
}

.guest_img {
    width: 30%;
}

.guest_img img {
    width: 100%;
    box-shadow: 0px 0px 15px 0px #5b5b5b;
}

.guest_contents {
    width: 65%;
    margin-bottom: 3vw;
}

.guest_name {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 1%;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgb(255 0 0 / 32%);
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
}

.guest_explain {
    font-size: 90%;
}

.movie_wrap {
    max-width: 1000px;
    margin: 5% auto;
}

#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16* 100%);
    margin: 3% auto 0 auto;
    overflow: hidden;
}

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

.ib {
    display: inline-block;
}

.sp {
    display: none;
}

.small {
    font-size: 70%;
    font-weight: 600;
}
@media screen and (max-width: 1000px) {

    .intro {
        font-size: 3vw;
    }

    .section_wrap {
        padding: 1% 8%;
        font-size: 2.5vw;
    }

}


@media screen and (max-width: 480px) {
    
    #movie {
        margin-top: 10%;
    }

    .section_title {
        margin: 3% auto 10% auto;
        font-size: 130%;
    }

    .intro {
        font-size: 120%;
    }

    .section_wrap {
        font-size: 120%;
    }

    .guest_section {
        display: block;
        margin: 3% auto 10% auto;
    }

    .guest_img {
        width: 100%;
    }

    .guest_contents {
        width: 100%;
        margin: 5% auto;
        font-size: 5vw;
    }

    .sp {
        display: block;
    }

    .small {
        font-size: 90%;
        font-weight: 600;
    }
}</pre></body></html>