<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap');

body {
    font-family: "Noto Sans JP", sans-serif;
    background: #151b17;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

.page_title {
    width: calc(100% - 30px);
    text-align: center;
    padding: 15px;
}
.report_title {
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.page_title img {
    width: 100%;
    max-width: 1200px;
}

.ib {
    display: inline-block;
}

.fontsize24 {
    font-size: 24px;
}

.report_wrapper a {
    color: red;
    text-decoration: underline;
}
.report_wrapper a img:hover {
    opacity: 0.8;
}

.report_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.report_box {
    display: flex;
    gap: 20px;
    margin: 30px auto;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}

.report_box_title {
    font-size: 110%;
    font-weight: 600;
}

.report_inner_box {
    background: #fff;
    padding: 30px;
    width: calc(100% / 2);
}

.small_txt {
    font-size: 70%;
}

.report_movie_box {
    background: #fff;

    width: 100%;
    padding: 45px;
}

.report_inner_3box {
    background: #fff;
    padding: 30px 20px;
    width: calc(100% / 3);
}

.report_inner_3box img {
    width: 100%;
}

.theater_logo {
    margin-top: 20px;
}

.movie_info_youtube {
    padding: 1% 2%;
}

/* top YouTube 蝓九ａ霎ｼ縺ｿcss */
.iframe_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 繧｢繧ｹ繝壹け繝域ｯ�16:9縺ｮ蝣ｴ蜷� */
    height: 0;
    overflow: hidden;
}

.iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* top YouTube 蝓九ａ霎ｼ縺ｿcss 縺薙％縺ｾ縺ｧ */

.movie_info_other_bottom {
    width: 100%;
    margin: 15px auto;
    background: #fff;
}

.movie_info_other_box_bottom {
    padding: 2% 1%;
    background: #fff;
    color: #000;
    display: flex;
    gap: 5%;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    font-weight: 500;
}

.movie_info_other_box_bottom_img {
    width: 30%;
}

.movie_info_other_box_bottom_img img {
    width: 100%;
}

.jusho {
    background: #ffff00b8;
    color: red;
    padding: 1%;
    font-size: 150%;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .report_wrapper {
        width: calc(100% - 30px);
    }
    .fontsize24 {
        font-size: 2vw;
    }

}

@media screen and (max-width: 768px) {
    .report_title {
        font-size: 5vw;
    }

    .fontsize24 {
        font-size: 4vw;
    }

    .report_box {
        display: block;
        margin: 0 auto;
    }

    .movie_info_other_box_bottom {
        display: block;
    }
    .report_inner_box,
    .report_movie_box,
    .report_inner_3box {
        margin: 15px auto;
        width: calc(100% - 30px);
        padding: 15px;
    }
}

/* 蜊∽ｸ臥ｬｬ荳�括蝣ｴ蜈ｬ髢玖ｨ伜ｿｵ */
.dainana_box {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    max-width: 1200px;
    width: calc( 100% - 30px );
    margin: 30px auto 0;
    padding: 0 15px
}

.dainana {
    margin: 1% auto;
    font-size: 140%;
}

.dainana_small {
    font-size: 40%;
}

.dainana_you {
    margin: 2% auto;
    width: 80%;
}

.theater_link_box {
    width: 60%;
    margin: 0 auto;
}

.theater_link {
    box-shadow: 0px 0px 6px 3px #fff;
    padding: 15px 5px;
}

.theater_link:hover {
    opacity: 0.6;
}

.under {
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgb(255 0 0 / 71%);
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
}

@media screen and (max-width: 768px) {
    .dainana_box {
        font-size: 4vw;
    }
    .dainana {
        font-size: 100%;
    }
    .dainana_small {
        font-size: 80%;
    }

    .dainana_you {
        margin: 5% auto;
        width: unset;
    }
    .theater_link_box {
        width: calc(100% - 10px);
        margin: 0 auto;
        font-size: 100%;
    }
}

</pre></body></html>