<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

.ib {
    display: inline-block;
}

body {
    padding: 0;
    margin: 0;
    background-color: #dfddd1;
    font-family: 'Noto Sans JP', sans-serif;
}

.sp_navi {
    display: none;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:link {
    color: unset;
}

a:visited {
    color: unset;
}

a:active {
    color: unset;
}

.sp {
    display: none;
}

.center {
    text-align: center;
}

ul {
    list-style: none;
    padding: 0;
}

.kv img {
    width: 100%;
    pointer-events: none;
}

.inner {
    position: relative;
}

.bstvt {
    background: #fff;
    text-align: center;
    padding: 1% 5%;
}

.bstvt_inner {
    font-size: 4vw;
}

#infomation {
    background: #151b17;
    padding: 4% 2% 5% 2%;
    line-height: 2;
}

.infomation_inner {
    color: #fff;
    font-weight: 600;
    font-size: 2vw;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

.schedule_title {
    font-size: 75%;
}

.schedule {
    display: flex;
    flex-wrap: wrap;
    font-size: 85%;
    margin: 0 auto;
    justify-content: center;
}

.schedule_inner {
    width: 200px;
    padding: 0 1%;
    box-shadow: 0px 0px 1px 1px #fff;
}

.schedule_time {
    font-size: 80%;
}

.schedule_ex {
    width: 55%;
    text-align: left;
    font-size: 40%;
    margin: 2% auto;
}

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

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

.theater_link:hover {
    opacity: 0.6;
}

@media screen and (max-width: 480px) {
    .infomation_inner {
        color: #fff;
        font-weight: 600;
        font-size: 5.5vw;
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }

    .theater_link {
        margin-top: 5%;
    }
}

/* 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 {
    width: 90%;
    margin: 0 auto 50px auto;
}

.movie_info_h2 {
    margin: 10px auto;
}

.movie_info_box {
    background: #fff;
    color: #000;
    padding: 2% 2% 4% 2%;
    width: 90%;
    margin: 0 auto;
}

.movie_info_box_ttl_box {
    line-height: 1.3;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}


.movie_info_box_ttl_detail {
    margin: 3% auto;
    line-height: 1.3;
    font-size: 60%;
}

.movie_info_box_top {
    text-align: left;
    width: 90%;
    margin: 3% auto;
    line-height: 1.3;
    font-size: 90%;
}

.movie_info_box_top_ttl {
    margin-bottom: 3%;
}

.movie_info_box_top_talk {
    margin: 2% auto;
}

.kanrankibo {
    margin-top: 1%;
    font-size: 90%;
    border: 1px solid #000;
    padding: 2%;
    border-radius: 15px;
}

.kanrankibo a {
    color: blue;
    text-decoration: underline;
    margin-left: 5%;
}

.movie_info_youtube {
    padding: 1% 2%;
}

@media screen and (max-width: 767px) {
    .movie_info_box_ttl {
        font-size: 75%;
    }

    .movie_info_box_ttl_detail {
        margin: 5% auto;
        font-size: 55%;
    }

    .movie_info_box_ttl_box {
        width: 100%;
    }

    .movie_info_box_top {
        width: 100%;
        margin: 5% auto;
    }

    .movie_info_box_top_talk {
        margin: 5% auto;
    }

    .movie_info_box_top_spma {
        margin: 2% auto;
        font-size: 55% !important;
    }

    .movie_info_box_top_talk_sp {
        font-size: 80%;
    }

    .kanrankibo {
        font-size: 60%;
        padding: 3%;
    }

    .kanrankibo a {
        margin-left: 0%;
    }
}

.movie_info_box_in {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 80%;
}

.movie_info_box_left {
    width: 48%;
}

.movie_info_box_font {
    font-size: 60%;
}

.info_place {
    line-height: 1;
}

.movie_info_box_img {
    text-align: center;
    width: 60%;
    margin: 30px auto 0 auto;
}

.movie_info_box_img:hover {
    opacity: 0.8;
}

.movie_info_box_img img {
    width: 100%;
}

.movie_info_box_right {
    width: 48%;
    text-align: right;
}

.mvtk_a {
    color: red;
    text-decoration-line: underline;
    display: inline-block;
    width: 70%;
}

.mvtk_img {
    width: 100%;
}

.center_bar {
    width: 80%;
    margin: 50px auto;
    border: 2px dashed #000;
}

.movie_info_other {
    margin: 15px auto;
    display: flex;
    gap: 1%;
    font-size: 65%;
    justify-content: center;
    padding: 0 3%;
}

.movie_info_other_box {
    padding: 2% 1%;
    width: 100%;
    background: #fff;
    color: #000;
}

.movie_info_other_bottom {
    width: 94%;
    margin: 15px auto;
    font-size: 70%;
    background: #fff;
}

.qr_box {
    display: flex;
    gap: 5%;
    align-items: center;
    margin: 0 0 3% 0;
}
.qr_box_font {
    font-size: 80%;
}
.qr {
    max-width: 150px;
}

.kokuchi_chirashi {
    box-shadow: 0px 0px 6px 1px #c3c3c3;
}

.jusho {
    background: #ffff00b8;
    color: red;
    padding: 1%;
    font-size: 130%;
}

.movie_info_font {
    font-size: 60%;
}

.saihanboshi {
    text-align: left;
    font-size: 80%;
    line-height: 1.8;
    margin: 2% auto;
    padding: 2%;
}

.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;
}

.movie_info_other_box_bottom_img {
    width: 30%;
}

.movie_info_other_box_img {
    width: 70%;
    margin: 10px auto 0 auto;
}

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

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

.movie_info_box_right_detail {
    line-height: 1.3;
    text-align: left;
}

.bluebird_img img {
    width: 60%;
    margin-top: 3%;
}

.theatre_img img {
    width: 80%;
    margin-top: 3%;
}

@media screen and (max-width: 480px) {

    .bluebird_img img {
        width: 100%;
        margin-top: 3%;
    }

    .theatre_img img {
        width: 60%;
        margin-top: 3%;
    }

    .qr_box {
        display: block;
        text-align: center;
    }

    .qr_box_font {
        margin: 2% 0;
    }

}

@media screen and (max-width: 768px) {
    .movie_info {
        width: unset;
        margin: 0 auto 50px auto;
    }

    .movie_info_h2 {
        margin: 10px auto;
        font-size: 120%;
    }

    .movie_info_box {
        padding: 3% 5%;
        width: unset;
        margin: 0 auto;
    }

    .movie_info_box_in {
        display: unset;
        margin: 0 auto;
        text-align: left;
        font-size: 80%;
    }

    .movie_info_box_left {
        width: unset;
    }

    .movie_info_box_font {
        font-size: 80%;
    }

    .info_place {
        line-height: 1.5;
    }

    .movie_info_box_img {
        text-align: center;
        width: 60%;
        margin: 20px auto 0 auto;
    }

    .movie_info_box_img img {
        width: 100%;
    }

    .movie_info_box_right {
        width: unset;
        text-align: right;
    }

    .movie_info_other {
        width: unset;
        margin: 10px auto;
        display: block;
        padding: 0;
        font-size: 100%;
    }

    .movie_info_other_box {
        padding: 2% 1%;
        width: unset;
        margin: 10px auto;
    }

    .movie_info_other_bottom {
        width: unset;
        margin: 10px auto;
    }

    .movie_info_other_box_bottom {
        width: unset;
    }

    .movie_info_font {
        font-size: 80%;
    }

    .movie_info_h2 {
        font-size: 80%;
    }

    .movie_info_box_font {
        font-size: 70%;
    }

    .movie_info_other {
        font-size: 70%;
    }

    .movie_info_font {
        font-size: 70%;
    }

    .movie_info_box_right {
        text-align: center;
    }

    .center_bar {
        margin: 5% auto 6% auto;
    }

    .dainana {
        font-size: 100%;
    }

    .dainana_you {
        margin: 5% auto;
        width: unset;
    }

    .movie_info_box_right_detail {
        line-height: 1.3;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .movie_info_other_box_bottom {
        display: block;
        font-size: 90%;
    }

    .movie_info_other_box_bottom_img {
        display: block;
        width: 60%;
        margin: 15px auto 0 auto;
    }

    .movie_info_other_box_img {
        width: 100%;
        margin: 5px auto 0 auto;
    }
}

.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) {
    .under_sp {
        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;
    }
}

.roadshow_img {
    width: 60%;
}

@media screen and (max-width: 480px) {
    .roadshow_img {
        width: 95%;
    }
}

/* 荳頑丐諠��ｱ霑ｽ蜉�縺薙％縺ｾ縺ｧ */


.bansen_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5vw;
    font-weight: 500;
    text-align: center;
    margin: 2% 0;
}

.bansen {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
}

.joei {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
    padding: 0 10%;
    align-items: center;
}

.bansen_cont {
    width: 45%;
    font-size: 1.2vw;
    height: 24vw;
    overflow: auto;
    border: 1px solid;
}

.bansen_cont_kai {
    width: 80%;
    max-width: 1000px;
    font-size: 1.2vw;
    height: 24vw;
    overflow: auto;
    border: 1px solid;
    margin: 5% auto 0 auto;
}

.bansen_cont_inner {
    padding: 0 3% 3% 3%;
    margin: 3% auto;
}

.bansen_cont_title_long {
    padding: 1% 3%;
    font-weight: 500;
    background: #000;
    color: #fff;
    text-shadow: none;
}

.bansen_cont_title {
    padding: 1% 3%;
    font-weight: 500;
    background: #000;
    color: #fff;
    text-shadow: none;
}

.bansen_cont_detail_img {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.bansen_cont_comment {
    font-size: 1vw;
    margin: 1% 0;
    text-align: left;
    line-height: 1.8;
}

.bansen_cont_movie {
    width: 47.5%;
}

.bansen_cont_movie iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* padding: 8px; */
    vertical-align: top;
}

/* 荳頑丐縺ｮ讒伜ｭ舌％縺薙°繧� */
.state {
    padding: 0;
    width: 80%;
    margin: 5% auto;
}

.state_back {
    background: url(../img/harima_back.jpg) no-repeat;
    background-size: 100%;
    padding: 5vw 8%;
}

.state_content {
    font-size: 1.3vw;
    font-weight: 600;
    height: 34vw;
    overflow-y: scroll;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    scrollbar-color: #ffffff #ffffff00;
}

/* 荳頑丐縺ｮ讒伜ｭ舌％縺薙∪縺ｧ */

.youtube_box {
    margin: 5% auto;
}

#all_wrap {
    margin: 0 auto;
    width: 100%;
}

#main_nav ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #3e93b0;
}

#main_nav li {
    padding: 1% 4%;
    box-shadow: 0px 0px 2px 1px #ccc inset;
}

.left_color {
    background-color: #79aeb2;
}

#main_nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 150%;
}

.ttl {
    margin: 0 auto 2% auto;
    width: 50%;
    text-align: center;
    font-family: "Yu Mincho";
    font-size: 2vw;
    font-weight: 700;
    color: #c82626;
}

.ttl div {
    margin-top: -3%;
    font-size: 1.1vw;
}


/* 闡怜錐莠ｺ繧ｳ繝｡繝ｳ繝医％縺薙°繧� */
.section_wrap {
    padding: 0 10%;
    margin-bottom: 5%;
}

.section_wrap .ib {
    display: inline-block;
}

.section_in {
    background: #fff;
    padding: 5% 10%;
    font-size: 1.5vw;
    box-shadow: 0 0 30px #6d6d6d;
}

.section_in_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5vw;
    font-weight: 500;
    text-align: center;
}

.guest_section {
    margin-top: 5%;
    display: flex;
    gap: 5%;
    align-items: end;
}

.name_wrap {
    font-size: 120%;
}

.small {
    font-size: 80%;
}

.guest_explain {
    font-size: 80%;
    margin-top: 10px;
}

.guest_name {
    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;
}

.movie_wrap {
    margin-top: 10%;
}

.addict_bansen {
    margin-top: 2%;
    color: blue;
    text-decoration: underline;
}

.caution {
    font-size: 50%;
}

#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;
}

@media screen and (max-width: 768px) {
    .section_wrap {
        padding: 3%;
        margin-bottom: 0;
        background: #fff;
    }

    .section_in {
        box-shadow: unset;
        padding: 0 3%;
    }

    .section_in_title {
        font-size: 4.5vw;
    }

    .guest_section {
        margin-top: 1%;
        display: unset;
    }

    .guest_contents {
        font-size: 4vw;
        margin-top: 3%;
    }

    .movie_wrap {
        font-size: 4vw;
    }
}

@media screen and (max-width: 480px) {
    .section_wrap {
        padding: 3% 3% 10% 3%;
        background: #fff;
    }
}

/* 闡怜錐莠ｺ繧ｳ繝｡繝ｳ繝医％縺薙∪縺ｧ */

/* story 縺薙％縺九ｉ */
.story_box {
    background: url(../img/test_back.jpg);
    padding: 5% 10%;
    position: relative;
    min-height: 100%;
    height: auto;
    /*--繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧偵＆縺帙ｋ縺溘ａ 鬮倥＆謖�ｮ�--*/
    background-size: cover;
    /*--閭梧勹逕ｻ蜒上�繧ｵ繧､繧ｺ--*/
    background-attachment: fixed;
    /*--閭梧勹逕ｻ蜒上�蝗ｺ螳�--*/
    background-repeat: no-repeat;
    /*--閭梧勹逕ｻ蜒上�郢ｰ繧願ｿ斐＠--*/
    background-position: center center;
    /*--閭梧勹逕ｻ蜒上�菴咲ｽｮ--*/
    z-index: 2;
}

.story {
    background: #ffffffeb;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 4% 3%;
    box-shadow: 0 0 30px #6d6d6d;
}

.story .bg1 {
    color: #000;
    display: grid;
    grid-template-columns: 33% 45%;
    gap: 3%;
    width: 100%;
    margin: 8% auto 0 auto;
}

.story .bg1 .story01 {
    width: 100%;
    grid-column: 2/3;
    text-align: left;
}

.story .bg1 .story01 .sec1 {
    font-size: 1.4vw;
    font-weight: 600;
}

.story .bg1 .story01 .sec2 {
    margin-top: 3%;
    font-size: 1.1vw;
    line-height: 2;
}

.story01_img {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1;
}

.story01_img img {
    box-shadow: 0px 0px 10px 3px #000;
}

.story .bg2 {
    color: #000;
    display: grid;
    grid-template-columns: 15% 46% 33%;
    gap: 3%;
    width: 100%;
    margin: 8% auto 0 auto;
}

.story .bg2 .story02 {
    width: 100%;
    grid-column: 2/3;
    grid-row: 1;
    text-align: center;
    margin-top: 13%;
}

.story .bg2 .story02 .sec1 {
    font-size: 1.4vw;
    font-weight: 600;
}

.story .bg2 .story02 .sec2 {
    margin-top: 3%;
    font-size: 1.1vw;
    line-height: 2;
}

.story02_img {
    width: 100%;
    grid-column: 3/4;
    grid-row: 1;
}

.story02_img img {
    box-shadow: 0px 0px 10px 3px #000;
}


.story .bg3 {
    margin: 10% auto;
}

.story .story03 {
    font-size: 1.8vw;
    line-height: 2;
}

.story .bg4 {
    margin: 10% auto 28% auto;
    position: relative;
}

.bg4 .story04_img_1 {
    width: 50%;
    position: relative;
}

.bg4 .story04_img_1 img {
    width: 100%;
    box-shadow: 0px 0px 10px 3px #000;
}

.bg4 .story04 {
    position: absolute;
    top: 70%;
    right: 0;
    background-color: #fff;
    padding: 4% 4% 4% 4%;
    box-shadow: 10px 10px 20px 0px #0000008c;
    line-height: 2;
}

.story .story04 .sec2 {
    font-size: 1vw;
}

.story .story04 .green {
    color: #389334;
    font-weight: bold;
}

.red {
    color: #ea0000;
    font-weight: bold;
}

.story .bg5 {
    margin: 5% auto;
    display: flex;
    gap: 4%
}

.story .story05_img {
    margin-top: 10%;
    width: 48%;
}

.story .story05_img img {
    box-shadow: 0px 0px 10px 3px #000;
}

.story .story06_img {
    width: 48%;
}

.story .story06_img img {
    box-shadow: 0px 0px 10px 3px #000;
}

.story .story06 {
    width: 50%;
    margin: 10% auto;
    padding: 4%;
    box-shadow: 0px 0px 40px 0px #000;
    background: #fff;
}

.story .story06 .sec1 {
    font-size: 1.4vw;
}

.story06 .sec1 .ib {
    font-weight: 400;
    font-size: 100%;
}

.story .story06 span {
    font-weight: bold;
    font-size: 130%;
}

.story .story06 .sec2 {
    margin-top: 3%;
    line-height: 2;
    font-size: 1vw;
}

.taiji {
    font-size: 2.5vw;
    margin: 10% 0;
    color: #fff;
}

.taiji span {
    color: #f00;
}

.back_black {
    background: #000000f7;
    padding: 3% 3% 15%;
    /* max-width: 1400px; */
    margin: 0 auto;
}

.bg7 {
    background: url(../img/bg7_img.png) no-repeat center top;
    background-size: 100%;
    padding: 13% 0;
    color: #fff;
}

.story07 {
    font-size: 130%;
    line-height: 1.8;
    text-shadow: 2px 1px 3px black, 2px 1px 3px black, 2px 1px 3px black, 2px 1px 3px black, 2px 1px 3px black;
}

.story .bg8 {
    margin: 10% auto 5% auto;
    background-size: 100%;
    padding: 2.5% 3%;
    display: flex;
}

.story .bg8 .story08 {
    width: 50%;
}

.story .bg8 .story08 .sec1 {
    font-size: 180%;
    font-weight: 700;
    padding: 1% 0 0 1%;
}

.story .bg8 .story08 .sec2 {
    font-size: 130%;
    padding: 1% 0 2% 5%;
}

.story08_img {
    width: 50%;
    text-align: right;
}

.story08_img img {
    width: 80%;
    box-shadow: 0px 0px 10px 3px #000;
}

.story .bg9 {
    display: flex;
    padding: 3%;
    margin: 5% auto 10% auto;
}

.story .bg9 .story09 {
    width: 50%;
    margin-top: 5%;
}

.story .bg9 .story09 .sec1 {
    font-size: 160%;
    font-weight: 700;
}

.story .bg9 .story09 .sec2 {
    font-size: 120%;
    margin-top: 3%;
}

.story09_img {
    width: 50%;
}

.story09_img img {
    width: 80%;
    box-shadow: 0px 0px 10px 3px #000;
}


.story11_pc {
    display: block;
}

.story11_sp {
    display: none;
}

/* story 縺薙％縺ｾ縺ｧ */

/* 繧ｹ繝昴Φ繧ｵ繝ｼ 縺薙％縺九ｉ */
.sponsors_box {
    background: #dfddd1;
    padding: 5% 10%;
}

.sponsors_inner_box {
    padding: 4% 3%;
    /* max-width: 1400px; */
    margin: 0 auto;
    background: #e0ffdd;
    box-shadow: 0 0 30px #6d6d6d;
}

.sponsors {
    padding: 0 5%;
    font-size: 150%;
}

.sponsors .ttl {
    color: #00a040;
}

.first {
    padding: 2% 5%;
    background-color: #ffffff;
    box-shadow: 7px 7px 10px #767676;
    margin: 6% auto 5% auto;
    line-height: 2;
}

.first_top {
    font-size: 1.8vw;
    font-weight: 600;
}

.first_bot {
    font-size: 1.3vw;
    font-weight: 500;
}

.second {
    padding: 2% 5%;
    background-color: #ffffff;
    box-shadow: 7px 7px 10px #767676;
    margin: 8% auto;
    line-height: 2;
}

.second ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    width: 90%;
    padding: 0 3%;
    text-align: center;
}

.li_top {
    width: 45%;
    font-size: 1.8vw;
    font-weight: 600;
}

.li_mid {
    width: 30%;
    font-size: 1.3vw;
    font-weight: 500;
}

.li_bot {
    width: 45%;
    font-size: 1.3vw;
    font-weight: 500;
}

.order {
    text-align: right;
    width: 100%;
    font-size: 80%;
}

.sponsors_comment {
    padding: 0 5%;
}

.sponsors_comment_contents {
    width: 90%;
    display: flex;
    gap: 3%;
    align-items: center;
    margin: 0 auto;
    padding: 5%;
    background: #fff;
    box-shadow: 7px 7px 10px #767676;
}

.sponsors_commment_box {
    width: 45%;
}

.sponsors_comment_img {
    width: 45%;
    margin: 0 auto;
}

.sponsors_comment_img img {
    box-shadow: 0px 0px 10px 3px #000;
}

.sponsors_name_box {
    margin: 10% auto;
    width: 90%;
}

.sponsors_comment_post {
    font-size: 1.5vw;
    font-weight: 500;
}

.sponsors_comment_post_name {
    margin-top: 5%;
    font-size: 1.5vw;
    font-weight: 500;
    text-align: right;
}

.sponsors_comment_detail {
    padding: 3%;
    font-size: 1vw;
    background: #fff;
}

/* 繧ｹ繝昴Φ繧ｵ繝ｼ 縺薙％縺ｾ縺ｧ */

/* 繧ｹ繧ｿ繝�ヵ 縺薙％縺九ｉ */
.staff_box {
    background: #dfddd1;
    padding: 3% 10%;
}

.staff_inner_box {
    padding: 4% 3%;
    /* max-width: 1400px; */
    margin: 3% auto;
    background: #fff;
    box-shadow: 0 0 30px #6d6d6d;
}

.staff {
    padding: 0 5%;
    margin: 0 auto;
}

.staff .inner {
    width: 50%;
    margin: 0 auto;
}

.staff_flex {
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.staff_flex_title {
    font-size: 1.2vw;
    width: 35%;
    text-align: center;
}

.staff_flex_item {
    font-size: 1.5vw;
    width: 60%;
}

.staff_comment_contents {
    width: 90%;
    display: flex;
    gap: 3%;
    margin: 0 auto;
    padding: 5%;
}

.staff_commment_box {
    width: 45%;
}

.staff_comment_img {
    width: 45%;
    margin: 0 auto;
}

.staff_comment_img img {
    box-shadow: 0px 0px 10px 3px #000;
}

.staff_name_box {
    width: 50%;
    margin: 10% auto;
}

.staff_comment_post {
    font-size: 1.5vw;
    font-weight: 500;
}

.staff_comment_post_name {
    margin-top: 5%;
    font-size: 1.5vw;
    font-weight: 500;
    text-align: right;
}

.staff_comment_detail {
    font-size: 1vw;
}

.message {
    font-size: 0.7vw;
    color: #6b6b6b;
}

.border_top {
    border-top: 2px solid #917850;
    width: 80%;
    margin: 5% auto;
}

/* 繧ｹ繧ｿ繝�ヵ 縺薙％縺ｾ縺ｧ */

/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺薙％縺九ｉ */

#top_jamp {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 5px;
    right: -100px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 3px 3px 10px 3px;
    font-weight: 600;
    transition: all .4s;
    z-index: 10;
}

#top_jamp.active {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 3px 3px 10px 3px;
    font-weight: 600;
    transition: all .4s;
    z-index: 10;
}

#info_jamp {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 45px;
    right: -100px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 3px 3px 10px 3px;
    font-weight: 600;
    transition: all .5s;
    z-index: 10;
}

#info_jamp.active {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 45px;
    right: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 3px 3px 10px 3px;
    font-weight: 600;
    transition: all .5s;
    z-index: 10;
}

#story_jamp {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 85px;
    right: -100px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 3px 3px 10px 3px;
    font-weight: 600;
    transition: all .6s;
    z-index: 10;
}

#story_jamp.active {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 85px;
    right: 5px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 1px 3px 10px 3px;
    font-weight: 600;
    transition: all .6s;
    z-index: 10;
}

#comment_jamp {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 125px;
    right: -100px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 1px 3px 10px 3px;
    font-weight: 600;
    transition: all .7s;
    z-index: 10;
}

#comment_jamp.active {
    width: 80px;
    height: 20px;
    position: fixed;
    bottom: 125px;
    right: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 1px 3px 10px 3px;
    font-weight: 600;
    transition: all .7s;
    z-index: 10;
}

/* 
#top_jamp:hover,
#info_jamp:hover,
#story_jamp:hover,
#comment_jamp:hover {
    right: 15px;
    box-shadow: 2px 2px 0px 1px #000;
    transition: all .2s;
}

#top_jamp:hover {
    bottom: 8px;
}

#info_jamp:hover {
    bottom: 48px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#story_jamp:hover {
    bottom: 88px;
}

#comment_jamp:hover {
    bottom: 128px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
} */

/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺薙％縺ｾ縺ｧ */

/* 繧ｹ繝槭�繧ｵ繧､繧ｺ縺ｾ縺ｧ繝ｬ繧ｹ繝昴Φ繧ｷ繝匁枚蟄苓ｪｿ謨ｴ */
@media screen and (max-width: 1400px) {
    .story .bg1 {
        grid-template-columns: 47% 50%;
    }

    .story .bg1 .story01 .sec1 {
        font-size: 1.5vw;
    }

    .story .bg1 .story01 .sec2 {
        font-size: 1.4vw;
    }

    .story .bg2 {
        display: flex;
    }

    .story .bg2 .story02 {
        margin-top: 12%;
    }

    .story .bg2 .story02 .sec1 {
        font-size: 1.5vw;
    }

    .story .bg2 .story02 .sec2 {
        font-size: 1.4vw;
    }

    .story .story03 {
        font-size: 2vw;
    }

    .bg4 .story04 .sec1 {
        font-size: 1.5vw;
    }

    .story .story04 .sec2 {
        font-size: 1.2vw;
    }

    .story .story05 .sec1 {
        font-size: 1.9vw;
    }

    .story .story06 {
        width: 70%;
    }

    .story .story06 .sec1 {
        font-size: 1.5vw;
    }

    .story .story06 .sec2 {
        font-size: 1.2vw;
    }

    .story .taiji {
        font-size: 3.5vw;
    }

    .story .story07 {
        font-size: 1.2vw;
    }

    .story .bg8 .story08 .sec1 {
        font-size: 1.5vw;
    }

    .story .bg8 .story08 .sec2 {
        font-size: 1.3vw;
        line-height: 1.8;
    }

    .story09_img {
        width: 47%;
    }

    .story .bg9 .story09 {
        width: 53%;
        margin-top: 0;
    }

    .story .bg9 .story09 .sec1 {
        font-size: 1.5vw;
    }

    .story .bg9 .story09 .sec2 {
        font-size: 1.2vw;
        line-height: 1.8;
    }

    .sponsors {
        font-size: 2vw;
    }
}

@media screen and (max-width: 1200px) {
    .joei {
        display: block;
        gap: 0;
        margin: 0 auto;
        padding: 0 10%;
    }

    .bansen_cont_movie,
    .bansen_cont {
        width: 100%;
        margin: 3% auto;
    }

    .bansen_cont {
        height: 40vw;
        grid-row: 1;
    }

    .bansen_cont_movie {
        grid-row: 2;
    }

    .bansen_cont_comment {
        font-size: 1.5vw;
    }

    .bansen_cont_title_long {
        font-size: 1.5vw;
    }

    .bansen_cont_title {
        font-size: 1.5vw;
    }

    .bansen_cont_movie iframe {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .story06 .sec1 .ib {
        font-weight: 400;
        font-size: 100%;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #infomation {
        /* background: #151b17; */
        padding: 5% 2% 5% 2%;
        line-height: 2;
        background: url(../img/top_back_sp.jpg) top no-repeat, #000;
        background-size: cover;
    }

    .infomation_inner {
        font-size: 4vw;
        width: unset;
    }

    .schedule_title {
        font-size: 75%;
    }

    .schedule {
        font-size: 60%;
        justify-content: unset;
    }

    .schedule_inner {
        padding: 0 2%;
        width: 20%;
    }

    .schedule_time {
        font-size: 80%;
    }

    .schedule_ex {
        width: 100%;
        margin: 4% auto;
    }

    .theater_link_box {
        width: 100%;
        margin: 0 auto;
        font-size: 80%;
    }

    .theater_link:hover {
        opacity: unset;
    }

    .youtube_box {
        padding: 0 3%;
    }

    /* 荳頑丐諠��ｱ縺薙％縺九ｉ */
    .bansen_title {
        font-size: 4.5vw;
    }

    .bansen {
        margin: 5% auto;
        padding: 0;
    }

    .joei {
        padding: 0;
    }

    .bansen_cont_kai {
        width: 99%;
        font-size: 1.2vw;
        height: 80vw;
        overflow: auto;
        border: 1px solid;
        margin: 5% auto 0 auto;
    }

    .bansen_cont {
        height: 40vw;
        margin: 10% auto;
    }

    .bansen_cont_title_long {
        font-size: 1.5vw;
    }

    .bansen_cont_title {
        font-size: 2.5vw;
    }

    .bansen_cont_detail_img {
        width: 50%;
    }

    .bansen_cont_comment {
        font-size: 2vw;
    }

    .state {
        padding: 0 3%;
        width: 94%;
        margin: 10% auto;
    }

    .state_back {
        padding: 11vw 8%;
    }

    .state_content {
        font-size: 2.5vw;
        height: 30vw;
    }

    /* 荳頑丐諠��ｱ縺薙％縺ｾ縺ｧ */

    .ttl {
        font-size: 4.5vw;
    }

    .ttl div {
        font-size: 2vw;
    }

    /* story 縺薙％縺九ｉ */
    .story_box {
        padding: 3%;
    }

    .story .bg1,
    .story .bg2,
    .story .bg8,
    .story .bg9 {
        display: block;
    }

    .story .bg1 .story01,
    .story .bg2 .story02 {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .story .bg8 .story08,
    .story .bg9 .story09 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .story .bg1 .story01 .sec1,
    .story .bg2 .story02 .sec1,
    .story .bg8 .story08 .sec1,
    .story .bg9 .story09 .sec1 {
        font-size: 3vw;
    }

    .story .bg1 .story01 .sec2,
    .story .bg2 .story02 .sec2 {
        font-size: 2.5vw;
    }

    .story .bg8 .story08 .sec2,
    .story .bg9 .story09 .sec2 {
        font-size: 2.1vw;
    }

    .story01_img,
    .story02_img,
    .story08_img,
    .story09_img {
        width: 70%;
        margin: 5% auto;
    }

    .story08_img img,
    .story09_img img {
        width: 100%;
    }

    .story .bg2 {
        margin-top: 15%;
    }

    .story .story03 {
        font-size: 3.5vw;
    }

    .story .bg4 {
        margin: 15% auto;
    }

    .bg4 .story04_img_1 {
        width: 90%;
        margin: 0 auto;
    }

    .bg4 .story04 {
        position: relative;
        width: 80%;
        margin: 10% auto;
        box-shadow: 0px 0px 10px 0px #000;
    }

    .story .story04 .sec2 {
        font-size: 2.5vw;
    }

    .story .bg5 {
        display: block;
        margin: 5% auto;
    }

    .story .story05_img {
        margin-top: 45%;
        width: 60%;
    }

    .story .story06_img {
        width: 60%;
        margin-top: -60%;
        margin-left: auto;
    }

    .story .story06 {
        width: 80%;
        margin-top: 35%;
    }

    .story .story06 .sec1 {
        font-size: 2.8vw;
    }

    .story .story06 .sec2 {
        font-size: 2.5vw;
    }

    .back_black {
        padding: 2% 0% 10%;
    }

    .taiji {
        font-size: 5.5vw;
        margin: 15% 0;
    }

    .bg7 {
        background: none;
        padding: 0;
    }

    .story07 {
        font-size: 4vw;
        margin: 10% auto;
    }

    .story .bg8 .story08 .sec2 {
        padding: 0;
    }

    /* story 縺薙％縺ｾ縺ｧ */

    /* 繧ｹ繝昴Φ繧ｵ繝ｼ 縺薙％縺九ｉ */
    .sponsors_box {
        padding: 0;
    }

    .sponsors {
        padding: 0;
    }

    .sponsors_inner_box {
        padding: 4% 3% 10% 3%;
        margin: 0 auto;
        background: #e0ffdd;
        box-shadow: unset;
    }

    .staff .ttl,
    .sponsors .ttl {
        width: 60%;
        margin: 1% auto 5% auto;
    }

    .first_top {
        font-size: 3vw;
    }

    .first_bot {
        font-size: 2.8vw;
    }

    .second {
        margin: 12% auto;
    }

    .second ul {
        margin: 0 auto;
        display: block;
        width: 80%;
        padding: 0;
    }

    .second li {
        width: 100%;
    }

    .li_top {
        font-size: 3vw;
    }

    .li_mid {
        font-size: 2.8vw;
    }

    .li_bot {
        font-size: 2.8vw;
    }

    .order {
        text-align: right;
        width: 100%;
        font-size: 2.6vw;
    }

    .sponsors_comment {
        padding: 0;
    }

    .sponsors_comment_contents {
        display: block;
    }

    .sponsors_commment_box {
        width: 100%;
    }

    .sponsors_name_box {
        margin: 10% auto;
        width: 80%;
    }

    .sponsors_comment_post {
        font-size: 3.5vw;
    }

    .sponsors_comment_post_name {
        font-size: 3.5vw;
    }

    .sponsors_comment_detail {
        width: 80%;
        margin: 0 auto;
        font-size: 2.5vw;
        background: unset;
        box-shadow: unset;
    }

    /* 繧ｹ繝昴Φ繧ｵ繝ｼ 縺薙％縺ｾ縺ｧ */

    /* 繧ｹ繧ｿ繝�ヵ 縺薙％縺九ｉ */
    .staff_box {
        background: #dfddd1;
        padding: 3% 3%;
    }

    .staff_inner_box {
        padding: 4% 3%;
        max-width: 1400px;
        margin: 3% auto;
        background: #fff;
        box-shadow: 0 0 15px #6d6d6d;
    }

    .staff {
        padding: 0 5%;
        margin: 0 auto;
    }

    .staff .inner {
        width: 80%;
        margin: 0 auto;
    }

    .staff_flex_title {
        font-size: 2.8vw;
    }

    .staff_flex_item {
        font-size: 3vw;
    }

    .staff_comment_contents {
        display: block;
    }

    .staff_commment_box {
        width: 100%;
    }

    .staff_name_box {
        width: 45%;
        margin: 10% auto;
    }

    .staff_comment_post {
        font-size: 3.5vw;
    }

    .staff_comment_post_name {
        font-size: 3.5vw;
    }

    .staff_comment_detail {
        width: 65%;
        margin: 0 auto;
        font-size: 2.5vw;
    }

    .message {
        font-size: 2.4vw;
        color: #8b8888;
    }

    .border_top {
        border-top: 2px solid #917850;
        width: 80%;
        margin: 5% auto;
    }

    /* 繧ｹ繧ｿ繝�ヵ 縺薙％縺ｾ縺ｧ */
}

@media screen and (max-width: 480px) {
    .top_logo {
        width: 80%;
        position: absolute;
        top: unset;
        left: 10vw;
        bottom: 2vw;
    }

    .top_logo_txt_box {
        display: block;
        text-align: center;
    }

    .top_logo_txt {
        font-size: 4vw;
    }

    .top_logo_txt_bot {
        margin-top: 0;
        font-size: 7vw;
    }

    #infomation {
        font-family: 'Noto Sans JP', sans-serif;
    }

    .infomation_inner {
        font-size: 6vw;
        width: 100%;
    }

    .schedule_inner {
        padding: 0 1.5%;
        width: 30%;
    }

    .schedule_ex {
        font-size: 70%;
        font-weight: 400;
    }

    .story06 .sec1 .ib {
        font-weight: 400;
        font-size: 100%;
    }

    .bansen_title {
        font-size: 5.5vw;
        font-weight: 600;
        margin: 5% 0;
    }

    .bansen_cont {
        height: 75vw;
        margin: 0 auto 10% auto;
    }

    .bansen_cont_title_long {
        font-size: 2.8vw;
    }

    .bansen_cont_title {
        font-size: 4vw;
    }

    .bansen_cont_detail_img {
        width: 100%;
    }

    .bansen_cont_comment {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .state_back {
        background: url(../img/harima_back_sp.jpg) no-repeat;
        background-size: 100%;
        padding: 7vw 8%;
    }

    .state_content {
        font-size: 4vw;
        height: 150vw;
        overflow-y: scroll;
    }

    .ttl {
        font-size: 5.5vw;
    }

    .ttl div {
        font-size: 3.5vw;
        margin-top: -4%;
    }

    .story_box {
        padding: 10% 3%;
    }

    .story .bg1 .story01,
    .story .bg2 .story02 {
        width: 100%;
    }

    .story .bg1 .story01 .sec1,
    .story .bg2 .story02 .sec1,
    .story .bg8 .story08 .sec1,
    .story .bg9 .story09 .sec1 {
        font-size: 5vw;
    }

    .story .bg1 .story01 .sec2,
    .story .bg2 .story02 .sec2 {
        font-size: 3.5vw;
    }

    .story .story03 {
        font-size: 4.5vw;
    }

    .story .story04 .sec2 {
        font-size: 3.5vw;
    }

    .story .story05_img {
        margin-top: 60%;
        width: 80%;
    }

    .story .story06_img {
        width: 80%;
        margin-top: -90%;
        margin-left: auto;
    }

    .story .story06 {
        margin-top: 55%;
    }

    .story .story06 {
        width: 90%;
        box-shadow: 0px 0px 10px 0px #000;
    }

    .story .story06 .sec1 {
        font-size: 4vw;
    }

    .story .story06 .sec2 {
        font-size: 3.5vw;
    }

    .story .taiji {
        font-weight: 600;
        margin: 25% 0 20% 0;
    }

    .story .story07 {
        font-size: 3.5vw;
        line-height: 2;
    }

    .story .bg8 {
        margin: 15% auto;
    }

    .story .bg8 .story08 .sec2,
    .story .bg9 .story09 .sec2 {
        font-size: 3.5vw;
        margin: 10% auto;
    }

    /* 繧ｹ繝昴Φ繧ｵ繝ｼ縺薙％縺九ｉ */
    .first_top {
        font-size: 4vw;
    }

    .first_bot {
        font-size: 3.8vw;
    }

    .first_bot.bot {
        font-size: 3vw;
    }

    .li_top {
        font-size: 4vw;
    }

    .li_mid {
        font-size: 3.8vw;
    }

    .li_bot {
        font-size: 3.2vw;
    }

    .sponsors_box {
        padding: 0;
    }

    .sponsors .ttl {
        width: 80%;
    }

    .sponsors_comment_img {
        width: 65%;
        margin: 0 auto;
    }

    .sponsors_name_box {
        margin: 10% auto;
        width: 90%;
    }

    .sponsors_comment_post {
        font-size: 4.3vw;
    }

    .sponsors_comment_post_name {
        font-size: 4.3vw;
    }

    .sponsors_comment_contents {
        padding: 10% 5%;
    }

    .sponsors_comment_detail {
        width: 90%;
        font-size: 4vw;
    }

    /* 繧ｹ繝昴Φ繧ｵ繝ｼ縺薙％縺ｾ縺ｧ */
    /* 繧ｹ繧ｿ繝�ヵ縺薙％縺九ｉ */
    .staff_box {
        padding: 5% 3% 10% 3%;
    }

    .staff .inner {
        width: 85%;
    }

    .staff_flex_title {
        font-size: 3vw;
    }

    .staff_flex_item {
        font-size: 4vw;
    }

    .staff_flex_item span {
        font-size: 2.8vw;
    }

    .staff_comment_img {
        width: 65%;
        margin: 0 auto;
    }

    .staff_name_box {
        width: 65%;
        margin: 10% auto;
    }

    .staff_comment_post {
        font-size: 4.3vw;
    }

    .staff_comment_post_name {
        font-size: 4.3vw;
    }

    .staff_comment_detail {
        width: 100%;
        font-size: 3.8vw;
    }

    .message {
        font-size: 3vw;
    }

    /* 繧ｹ繧ｿ繝�ヵ縺薙％縺ｾ縺ｧ */

    /* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺薙％縺九ｉ */
    .fixed-btn__area {
        display: none;
        position: fixed;
        bottom: 0;
        display: flex;
        z-index: 20;
        width: 100%;
    }


    #top_jamp {
        display: none;
    }

    #info_jamp {
        display: none;
    }

    #story_jamp {
        display: none;
    }

    #comment_jamp {
        display: none;
    }

    #top_jamp:hover,
    #info_jamp:hover,
    #story_jamp:hover,
    #comment_jamp:hover {
        right: unset;
        border: 1px solid #000;
    }

    #top_jamp:hover {
        bottom: unset;
    }

    #info_jamp:hover {
        bottom: unset;
        border: 1px solid #000;
    }

    #story_jamp:hover {
        bottom: unset;
    }

    #comment_jamp:hover {
        bottom: unset;
        border: 1px solid #000;
    }

    /* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺薙％縺ｾ縺ｧ */

    /* 繧ｹ繝槭�繝翫ン */
    .sp_navi {
        position: sticky;
        top: 0;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 5vw;
        background: #151b17de;
        gap: 5%;
        z-index: 999;
        padding: 1% 0;
        font-family: 'Noto Serif JP', serif;
    }
}</pre></body></html>