body {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    overflow-y: scroll;
    position: relative;
}
body.start {
    overflow: hidden;
}
body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}
.container {
    max-width: 860px;
    margin: auto;
    position: relative;
    z-index: 5;
}
.mvtk {
    margin-top: 80px;
}

@keyframes blur_animation {
    0% {
        opacity: 0;
        -webkit-filter: blur(100px);
        filter: blur(100px);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

/* ローディング */
.loading {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: url(../img/bg-blue.png);
    background-repeat: repeat;
}
.loading_img {
    width: 120px;
}
.loading_textbox {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
.loading_text {
    font-family: montserrat, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #e3fc03;
}
.loading_number {
    font-family: montserrat, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    color: #e3fc03;
}
.loading_number svg {
    display: none !important;
}

/* 共通 */
.section_title {
    position: relative;
    display: inline-block;
    opacity: 0;
}
.section_title_box {
    text-align: center;
}
.section_title_en {
    transform: rotate(-6deg);
}
.section_title.active {
    animation: blur_animation 0.5s ease forwards;
}
.section_title_ja {
    font-weight: 700;
    font-size: 16px;
    color: #0079c3;
    letter-spacing: 0.27em;
}

.slick-arrow {
    transition: 0.3s;
    cursor: pointer;
}
.slick-arrow:hover {
    transform: scale(1.1);
}
.slick_prev,
.slick_next {
    width: 60px;
}
.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media (max-width: 767px) {
    .section_title_ja {
        font-size: 14px;
    }
}

/* 予告編映像 */
.notice {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 50;
    opacity: 0;
}
.notice_text {
    width: 130px;
    margin-bottom: 8px;
}
.notice_circle {
    width: 120px;
    height: 120px;
    border: 1px solid #e3fc03;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
}
.notice_triangle {
    width: 26px;
    margin-left: 8px;
    transition: 0.3s;
}
.notice_circle:hover .notice_triangle {
    transform: scale(0.8);
}
.notice_circle:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(227 252 3 / 0.8);
    opacity: 0;
    animation: 2s ease 0s infinite normal none running circleBorder;
    z-index: -1;
}
@keyframes circleBorder {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
.notice.active {
    animation: blur_animation 1s ease 3.2s forwards;
}
.notice.notice-stream {
    right: 240px;
}
.notice_note {
    width: 36px;
}
.note_icon {
    width: 40%;
}
.notice.notice-stream .notice_text {
    color: #e3fc03;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media (max-width: 767px) {
    .notice {
        right: 18px;
        bottom: 15px;
        display: flex;
    }
    .notice_text {
        width: 80px;
        margin-bottom: 45px;
        margin-right: -19px;
    }
    .notice_circle {
        width: 75px;
        height: 75px;
    }
    .notice_triangle {
        width: 16px;
        margin-left: 6px;
    }
    .notice.notice-stream {
        right: 180px;
        bottom: 20px;
    }
    .notice_note {
        width: 24px;
    }
    .notice.notice-stream .notice_text {
        width: 100px;
        margin: 8px -25px 0 0;
        font-size: 12px;
        text-align: left;
    }
}

.main_image {
    position: relative;
}
.main_image_img {
    height: 62vw;
    overflow: hidden;
}
.main_image_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.main_image_catch {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 3;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 0.78125vw;
    opacity: 0;
}
.main_image_catch_text {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 2.2vw;
    color: #fff;
    line-height: calc(38 / 32);
    letter-spacing: 0.22em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
}
.main_image_catch_text + .main_image_catch_text {
    margin-top: 7.8125vw;
    position: relative;
}
.main_image_catch_text + .main_image_catch_text:before {
    content: "";
    width: 0.078125vw;
    height: 5.46875vw;
    background-color: #fff;
    position: absolute;
    bottom: -6.25vw;
    left: 50%;
    transform: translateX(-50%);
}
.main_image_textbox {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.main_image_director {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 1.875vw;
    letter-spacing: 0.34em;
    text-align: center;
    opacity: 0;
}
.main_image_logo {
    margin-top: 2.1875vw;
    margin-bottom: 3.5937499999999996vw;
    opacity: 0;
}
.main_image_date {
    font-family: montserrat, sans-serif;
    font-size: 2.65625vw;
    text-align: center;
    opacity: 0;
}
.main_image.active .main_image_catch {
    animation: blur_animation 1s ease 1.5s forwards;
}
.main_image.active .main_image_director {
    animation: blur_animation 1s ease 2.5s forwards;
}
.main_image.active .main_image_logo {
    animation: blur_animation 1s ease 2.5s forwards;
}
.main_image.active .main_image_date {
    animation: blur_animation 1s ease 3.2s forwards;
}

@media (max-width: 767px) {
    .main_image_img {
        /*        height: 216.3551401869159vw;*/
        height: 100vh;
    }
    .main_image_catch {
        left: 5%;
        top: 110px;
    }
    .main_image_catch_text {
        font-size: 5.14018691588785vw;
    }
    .main_image_catch_text + .main_image_catch_text {
        margin-top: 16.355140186915886vw;
    }
    .main_image_textbox {
        width: 100%;
        top: inherit;
        bottom: 160px;
    }
    .main_image_director {
        font-size: 18px;
    }
    .main_image_logo {
        width: 90.65420560747664vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.5046728971962615vw;
        margin-bottom: 4.009345794392523vw;
    }
    .main_image_date {
        font-size: 5.14018691588785vw;
    }
}
@media (max-width: 560px) {
    .main_image_catch {
        top: 90px;
    }
    .main_image_textbox {
        bottom: 215px;
    }
}

/* 劇場情報 */
.section_theatre {
    background-color: #26262c;
    padding: 80px 30px 80px;
    overflow: hidden;
    position: relative;
}
.section_theatre:before {
    content: "";
    background-image: url(../img/noise.png);
    background-repeat: repeat;
    background-size: 80%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.section_theatre_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_theatre .section_title_en {
    width: 189px;
}
.section_theatre .section_title_ja {
    margin-left: 110px;
    margin-top: -10px;
}
.slider_theatre {
    margin-top: 70px;
    margin-right: calc(50% - 50vw);
}
.slider_theatre .slick-track {
    display: flex;
}
.slider_theatre .slick-slide {
    height: auto !important;
}
.slider_theatre .slick-list {
    padding-right: 200px;
    padding-bottom: 10px;
}
.slider_theatre_arrow {
    display: flex;
    column-gap: 20px;
}
.slider_theatre_item {
    width: 390px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: background-color 0.3s;
}
.slider_theatre_item:hover {
    background-color: #000;
}
.slider_theatre_item:not(:first-child) {
    margin-left: 30px !important;
}
.slider_theatre_item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider_theatre_item_pref {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    color: #e3fc03;
    position: relative;
    padding-left: 25px;
}
.slider_theatre_item_pref:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #e3fc03;
}
.slider_theatre_item_category {
    border: 1px solid #fff;
    padding: 6px 14px;
}
.slider_theatre_item_place {
    font-size: 18px;
    line-height: 1.4;
    height: 65px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.slider_theatre_item_list {
    display: grid;
    gap: 20px;
}
.slider_theatre_item_list_item {
    display: flex;
    column-gap: 15px;
}
.slider_theatre_item_list_item_title {
    font-family: montserrat, sans-serif;
    font-style: italic;
    font-size: 14px;
    width: 115px;
    height: 30px;
    padding-top: 4px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid #fff;
}
.slider_theatre_item_list_item_text {
    font-size: 14px;
    line-height: calc(20 / 13);
    padding-top: 5px;
    flex: 1;
}
.slider_theatre_item_list_item_span {
    font-size: 11px;
    line-height: calc(8 / 10);
}
.slider_theatre_item_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    margin-top: 25px;
}
.slider_theatre_item_bottom_text {
    color: #e3fc03;
}
.slider_theatre_item_bottom_arrow {
    width: 15px;
}
/*news*/
.section_news {
    background-color: #26262c;
    padding: 80px 30px 10px;
    padding-bottom: 80px;
    /*	消す！*/
    overflow: hidden;
    position: relative;
}
.section_news:before {
    content: "";
    background-image: url(../img/noise.png);
    background-repeat: repeat;
    background-size: 80%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.section_news .section_title_en {
    width: 147px;
}
.section_news .section_title_ja {
    margin-left: 94px;
    margin-top: -4px;
}
.slider_theatre_item.slider_news_item {
    border-left: 1px solid #fff;
    border-top: transparent;
    border-right: transparent;
    border-bottom: transparent;
    padding: 10px 10px 10px 25px;
}
.slider_news {
    margin-top: 70px;
    margin-right: calc(50% - 50vw);
}
.slider_news .slick-track {
    display: flex;
}
.slider_news .slick-slide {
    height: auto !important;
}
.slider_news .slick-list {
    padding-right: 200px;
    padding-bottom: 10px;
}
.slider_news_arrow {
    display: flex;
    column-gap: 20px;
}
.slider_news_item_pref {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    color: #e3fc03;
}
.slider_news_item_category {
    font-family: montserrat, sans-serif;
    border: 1px solid #fff;
    padding: 6px 14px;
}
.slider_news_item_text {
    font-size: 14px;
    line-height: calc(20 / 13);
}
.slider_news_subinfo {
    margin-top: 1em;
}
.slider_news_subinfo .tit {
    margin-bottom: 0.5em;
    font-weight: normal;
}
.slider_news_subinfo .item {
    display: flex;
    align-items: center;
    gap: 1em;
}
.slider_news_subinfo .item_btn_txt {
    border: 1px solid #fff;
    padding: 0.5em 1em;
    font-size: 0.85em;
}
.slider_news_subinfo .item_btn_sns {
    width: 26px;
}
.slider_news_subinfo .item_btn_sns-youtube {
    width: 42px;
}
.slider_news_subinfo .item_btn_sns_img {
}
.ticket_buy {
    color: #e3fc03;
    display: block;
    margin: 5px 0px 15px;
}
.news_img {
    width: 65%;
    margin: 0 auto 20px;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .section_news {
        padding-bottom: 100px;
    }
    /*	消す！*/
    .section_news .section_title_en {
        width: 147px;
    }
    .section_news .section_title_ja {
        margin-left: 94px;
        margin-top: -4px;
    }
    .section_theatre {
        padding: 0px 20px 80px;
    }
    .section_theatre_top {
        padding: 0 10px;
    }
    .section_theatre .section_title_en {
        width: 147px;
    }
    .section_theatre .section_title_ja {
        margin-left: 94px;
        margin-top: -4px;
    }
    .slider_theatre_item {
        width: 274px;
    }
    .slider_theatre_item_place {
        font-size: 16px;
    }
    .slider_theatre_item_list_item {
        flex-direction: column;
    }
    .slider_theatre_item_list_item_title {
        font-size: 12px;
        width: 96px;
        height: 25px;
        padding-top: 3px;
    }
    .slider_theatre_item_list_item_title.jp {
        font-family: heisei-kaku-gothic-std, sans-serif;
    }
    .slider_theatre_item_list_item_text {
        font-size: 13px;
        padding-top: 8px;
    }
    .slider_theatre_item_list_item_span {
        font-size: 10px;
        padding-top: 8px;
    }
    .slider_theatre_item_bottom {
        justify-content: flex-start;
    }
    .slider_theatre_arrow {
        column-gap: 14px;
    }
    .slick_prev,
    .slick_next {
        width: 45px;
    }
    .slider_news_arrow {
        column-gap: 14px;
    }
    .slider_news_item_pref {
    }
    .slider_news_item_text {
        font-size: 13px;
        line-height: calc(20 / 13);
    }
    .news_img {
        width: 80%;
    }
}

/* トレーラー */
.section_trailer {
    background-color: #26262c;
    margin-top: -1px;
    padding-top: 90px;
    padding-bottom: 80px;
    position: relative;
}
.section_trailer:before {
    content: "";
    background-image: url(../img/noise.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.trailer_box {
    max-width: 560px;
    margin: 50px auto 40px;
}
.section_trailer .section_title_en {
    width: 174px;
}
.section_trailer .section_title_ja {
    margin-left: 110px;
    margin-top: -10px;
}
.trailer_video {
    aspect-ratio: 16/9;
    position: relative;
}
.trailer_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.trailer_btn_box {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding: 0 10px;
}
.trailer_btn {
    border: 1px solid #e3fc03;
    border-radius: 999px;
    display: grid;
    place-items: center;
    width: 177px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    transition: background-color 0.3s;
    cursor: pointer;
}
.trailer_btn_arrow {
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11%;
}
.trailer_btn_text {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 14px;
    color: #e3fc03;
    letter-spacing: 0.04em;
    transform: skew(-16deg);
    transition: color 0.3s;
}
.trailer_btn_text2 {
    margin-left: 20px;
}
.trailer_btn:hover {
    background-color: #000;
}
@media (max-width: 767px) {
    .section_trailer {
        padding-bottom: 100px;
    }
    .section_trailer .section_title_en {
        width: 135px;
    }
    .section_trailer .section_title_ja {
        margin-left: 90px;
        margin-top: -4px;
    }
    .trailer_box {
        margin-bottom: 25px;
    }
    .trailer_btn {
        width: 168px;
        height: 40px;
    }
    .trailer_btn_arrow {
        width: 13px;
    }
    .trailer_btn_text {
        font-size: 14px;
    }
}

/* ゴリラホール */
.section_hall {
    height: 100vh;
    background: url(../img/gorila-hall.jpg) no-repeat center center fixed;
    background-size: cover;
}
@media (max-width: 767px) {
    .section_hall {
        background: url(../img/gorila-hall-sp.jpg) no-repeat center / cover;
        background-size: cover;
        height: 40vh;
    }
}

/* イントロダクション */
.intro_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    object-fit: cover;
    object-position: center;
}
.intro_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.intro_bg {
    position: fixed;
    opacity: 30%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    content: "";
    background-image: radial-gradient(#000 30%, transparent 30%);
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.section_intro {
    height: 100vh;
    min-height: 700px;
    display: grid;
    place-items: center;
    position: relative;
}
.section_intro .section_title_en {
    width: 328px;
}
.section_intro .section_title_ja {
    color: #fff;
    margin-left: 170px;
    margin-top: -10px;
}
.intro_textbox {
    margin-top: 96px;
}
.intro_text {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.65;
    text-align: center;
}
.intro_text + .intro_text {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .section_intro {
        height: auto;
        min-height: inherit;
        padding: 25% 5px 8%;
    }
    .section_intro .section_title_en {
        width: 250px;
    }
    .section_intro .section_title_ja {
        margin-left: 127px;
        margin-top: -13px;
    }

    .intro_text {
        font-size: 18px;
    }
}

/* ポイント */
.section_point {
    padding: 6% 0;
    position: relative;
    z-index: 5;
}
.point_box {
    position: relative;
    overflow: hidden;
}
.point_box_animation1,
.point_box_animation2 {
    opacity: 0;
}
.point_box_animation1.active {
    animation: showpoint1 1s ease forwards;
}
.point_box_animation2.active {
    animation: showpoint2 1s ease forwards;
}
@keyframes showpoint1 {
    0% {
        opacity: 0;
        -webkit-filter: blur(100px);
        filter: blur(100px);
        -webkit-transform: scale(1.1) translateX(-100px);
        transform: scale(1.1) translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
}
@keyframes showpoint2 {
    0% {
        opacity: 0;
        -webkit-filter: blur(100px);
        filter: blur(100px);
        -webkit-transform: scale(1.1) translateX(100px);
        transform: scale(1.1) translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
}
.point_box + .point_box {
    margin-top: 2.4%;
}
.point_box_img {
    width: 61.1%;
}
.point_box_text {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 4.0625vw;
    color: #e3fc03;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skew(-16deg);
    z-index: 3;
}
.point_box:nth-of-type(odd) .point_box_text {
    right: 4.5%;
}
.point_box:nth-of-type(even) .point_box_img {
    margin-left: auto;
}
.point_box:nth-of-type(even) .point_box_text {
    left: 7.5%;
}
.point_box:nth-of-type(even) .point_box_text span {
    position: relative;
}
.point_box:nth-of-type(even) .point_box_text span:before {
    content: "";
    width: 7.8125vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 1vw);
    background-color: #e3fc03;
}
@media (max-width: 767px) {
    .section_point {
        padding: 11% 0;
    }
    .point_box + .point_box {
        margin-top: 7%;
    }
    .point_box_img {
        width: 91%;
    }
    .point_box_text {
        font-size: 6.5420560747663545vw;
        transform: skew(-16deg);
        top: 78%;
    }
    .point_box:nth-of-type(odd) .point_box_text {
        right: 0.5%;
    }
    .point_box:nth-of-type(even) .point_box_text {
        left: 4.5%;
    }
}

/* ストーリー */
.section_story {
    padding: 5% 40px 10%;
    position: relative;
}
.section_story .container {
    max-width: 780px;
}
.section_story .section_title_en {
    width: 160px;
}
.section_story .section_title_ja {
    color: #fff;
    margin-left: 150px;
    margin-top: -18px;
}
.story_textbox {
    margin: 80px 0 60px;
}
.story_text {
    font-weight: 500;
    font-size: 16px;
    line-height: calc(30 / 16);
    text-align: left;
}
.story_text_mb {
    margin-bottom: 40px;
}
.story_text_big {
    font-size: 22px;
    line-height: calc(30 / 22);
    text-align: left;
    font-weight: 500;
}
@media (max-width: 767px) {
    .section_story {
        padding: 5% 20px 20%;
    }
    .section_story .section_title_en {
        width: 125px;
    }
    .section_story .section_title_ja {
        margin-left: 120px;
    }
    .story_text {
        font-size: 14px;
        line-height: calc(27 / 13.5);
    }
    .story_text_big {
        font-size: 18px;
        line-height: 1.65;
    }
}

/* ループスライダー */
.loop_slider .slick-track {
    height: 22.65625vw;
    margin-top: -1px;
}
.loop_slider .slick-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    margin: 0 -1%;
}
@media (max-width: 767px) {
    .loop_slider .slick-track {
        height: 67.7570093457944vw;
    }
    .loop_slider .slick-slide {
        margin: 0 -1.5%;
    }
}

/* 相関図 */
.section_chart {
    background: url(../img/bg-blue.png);
    background-repeat: repeat;
    background-position: center top;
    padding: 130px 40px 50px;
    margin-top: -1px;
}
.section_chart .section_title_en {
    width: 204px;
}
.section_chart .section_title_ja {
    color: #fff;
    margin-left: 70px;
    margin-top: -8px;
}
.chart_btn_box {
    margin: 60px 0;
}
.chart_btn {
    border: 1px solid #e3fc03;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    height: 60px;
    margin: auto;
    padding: 0 32px;
    box-sizing: border-box;
    transition: background-color 0.3s;
}
.chart_btn_text {
    font-family: montserrat, sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #e3fc03;
    padding-top: 6px;
}
.chart_btn_text2 {
    display: none;
}
.chart_btn_plus {
    width: 18px;
    height: 18px;
    position: relative;
    transition: 0.3s;
}
.chart_btn_plus:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e3fc03;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.chart_btn_plus:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e3fc03;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
}
.chart_btn:hover {
    background-color: #000;
}
.chart_btn.active {
    border-color: #fff;
}
.chart_btn.active .chart_btn_text {
    color: #fff;
}
.chart_btn.active .chart_btn_text1 {
    display: none;
}
.chart_btn.active .chart_btn_text2 {
    display: block;
}
.chart_btn.active .chart_btn_plus {
    transform: rotate(45deg);
}
.chart_btn.active .chart_btn_plus:before {
    background-color: #fff;
}
.chart_btn.active .chart_btn_plus:after {
    background-color: #fff;
}
.chart_content {
    display: none;
}
@media (max-width: 767px) {
    .section_chart {
        padding: 100px 20px 50px;
    }
    .section_chart .section_title_en {
        width: 170px;
    }
    .chart_btn {
        width: 230px;
        height: 55px;
        padding: 0 24px;
    }
    .chart_btn_text {
        font-size: 16px;
        padding-top: 4px;
    }
    .chart_btn_plus {
        width: 16px;
        height: 16px;
    }
}

/* キャスト */
.section_cast {
    background: url(../img/bg-blue.png);
    background-repeat: repeat;
    background-position: bottom;
    padding: 50px 30px;
    margin-top: -1px;
    overflow: hidden;
}
.section_cast .section_title_en {
    width: 177px;
}
.section_cast .section_title_ja {
    color: #fff;
    margin-left: 110px;
    margin-top: -7px;
}
.slider_cast {
    margin-top: 80px;
}
.slider_cast .slick-list {
    margin: 0 -60px;
}
.slider_cast .slick-slide {
    margin: 0 60px;
    padding-bottom: 5px;
}
.slider_cast_arrow {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.slider_cast_item_info {
    margin: 35px 0 15px;
    display: flex;
    height: 42px;
}
.slider_cast_item_name_en {
    font-size: 24px;
    line-height: 1;
}
.slider_cast_item_name_en > span {
    font-size: 13px;
    display: block;
    margin-top: 7px;
}
.slider_cast_item_name_ja {
    font-size: 20px;
    line-height: calc(24 / 20);
}
.slider_cast_item_name_sub {
    font-size: 11px;
    margin-top: 3px;
    line-height: 1.5;
}
.slider_cast_item_name_sub span + span {
    margin-left: 5px;
    display: inline-block;
}
.slider_cast_item_separate {
    width: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}
.slider_cast_item_separate:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%) translateX(-50%) rotate(-55deg);
    transform-origin: center;
}
.slider_cast_item_roll {
    font-family: a-otf-ryumin-pr6n, serif;
    display: grid;
    align-items: center;
}
.slider_cast_item_roll_small {
    font-size: 11px;
    margin-bottom: 3px;
    display: block;
}
.thumbnail_cast {
    width: 87.8%;
    margin: auto;
}
.thumbnail_cast .slick-track {
    width: 100% !important;
    transform: unset !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.thumbnail_cast_image {
    width: calc((100% - 80px) / 9) !important;
    aspect-ratio: 1/1;
    cursor: pointer;
}
.thumbnail_cast_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slick-track:after,
.slick-track:before {
    display: none;
}
.profile_btn {
    border: 1px solid #e3fc03;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 106px;
    height: 30px;
    margin-left: auto;
    padding: 0 12px;
    box-sizing: border-box;
    transition: 0.3s;
}
.profile_btn_text {
    font-family: montserrat, sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #e3fc03;
    padding-top: 3px;
    transition: 0.3s;
}
.profile_btn_plus {
    width: 12px;
    height: 12px;
    position: relative;
}
.profile_btn_plus:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e3fc03;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}
.profile_btn_plus:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e3fc03;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
}
.profile_btn:hover {
    background-color: #000;
}

.profile_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999999;
    background: url(../img/bg-blue.png);
    background-repeat: repeat;
    background-position: top;
    padding: 3%;
    opacity: 0;
    transition: opacity 1.5s;
}
.profile_box.active {
    opacity: 1;
    z-index: 999999;
}
.profile_box_wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    display: grid;
    place-items: center;
    padding: 3%;
}
.profile_close_btn {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #0079c3;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    height: 40px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.profile_close_btn_text {
    font-family: montserrat, sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #0079c3;
    padding-top: 4px;
}
.profile_close_btn_plus {
    width: 15px;
    height: 15px;
    position: relative;
    transform: rotate(45deg);
}
.profile_close_btn_plus:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0079c3;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.profile_close_btn_plus:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0079c3;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
}
.profile_content {
    display: none;
}
.profile_content.active {
    display: block;
}
.profile_box_inner {
    width: 100%;
    max-width: 860px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 5%;
    color: #1e1e1e;
}
.profile_img {
    width: 330px;
}
.profile_info {
    flex: 1;
    max-width: 490px;
}
.profile_roll_small {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 15px;
    color: #0079c3;
    line-height: 1;
}
.profile_roll {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 24px;
    color: #0079c3;
    line-height: 1;
    margin-top: 5px;
}
.profile_middle {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    row-gap: 10px;
    border-bottom: 1px solid #0079c3;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.profile_name {
    font-size: 28px;
    line-height: calc(24 / 28);
    white-space: nowrap;
}
.profile_name > span {
    font-size: 12px;
}
.profile_kana {
    font-size: 15px;
    margin-left: 10px;
    white-space: nowrap;
}
.profile_affiliation {
    font-size: 15px;
    margin-left: auto;
}
.profile_text {
    font-size: 14px;
    line-height: calc(23 / 15);
}
.profile_text_mb {
    margin-bottom: 30px;
}
@media (max-width: 850px) {
    .slider_cast .slick-list {
        margin: 0 -30px;
    }
    .slider_cast .slick-slide {
        margin: 0 30px;
    }
}
@media (max-width: 767px) {
    .slider_cast {
        margin-top: 65px;
    }
    .slider_cast .slick-list {
        margin: 0;
    }
    .slider_cast .slick-slide {
        margin: 0;
    }
    .slider_cast_arrow {
        margin: 50px 0 30px;
    }
    .thumbnail_cast {
        width: 100%;
    }
    .thumbnail_cast_image {
        width: calc((100% - 40px) / 5) !important;
    }
    .slider_cast_arrow .slick_prev {
        width: 60px;
    }
    .slider_cast_arrow .slick_next {
        width: 60px;
    }
    .slider_cast_item_info {
        margin-top: 25px;
    }
    .profile_box {
        overflow-y: auto;
    }
    .profile_box_wrapper {
        padding: 10%;
        display: block;
        height: auto;
    }
    .profile_close_btn {
        position: static;
        width: 110px;
        height: 35px;
        margin: auto;
        padding: 0 12px;
        transform: none;
    }
    .profile_close_btn_text {
        font-size: 14px;
    }
    .profile_close_btn_plus {
        width: 13px;
        height: 13px;
    }
    .profile_box_inner {
        margin-top: 14%;
    }
    .profile_img {
        width: 100%;
    }
    .profile_info {
        max-width: inherit;
        width: 100%;
        margin-top: 25px;
    }
    .profile_middle {
        margin-top: 40px;
        column-gap: 10px;
    }
    .profile_text {
        font-size: 14px;
        line-height: calc(24 / 14);
    }
    .slider_cast_item_name_en > span {
        font-size: 10px;
    }
    .profile_roll {
        font-size: 20px;
    }
    .profile_name {
        font-size: 24px;
    }
    .profile_name > span {
        display: block;
        margin-top: 10px;
    }
}

/* スタッフ */
.section_staff {
    background: url(../img/bg-blue.png);
    background-repeat: repeat;
    background-position: top;
    padding: 50px 40px;
    margin-top: -1px;
}
.staff_container {
    max-width: 1000px;
    margin: auto;
}
.section_staff .section_title_en {
    width: 177px;
}
.section_staff .section_title_ja {
    color: #fff;
    margin-left: 142px;
}
.staff_box {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}
.staff_box_item_info {
    margin: 20px 0;
    display: flex;

    height: 42px;
}
.staff_box_item_name_en {
    font-size: 24px;
    line-height: 1;
}
.staff_box_item_name_ja {
    font-size: 20px;
    line-height: calc(24 / 20);
}
.staff_box_item_name_sub {
    font-size: 12px;
    line-height: 1.5;
}
.staff_box_item_separate {
    width: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}
.staff_box_item_separate:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%) translateX(-50%) rotate(-55deg);
    transform-origin: center;
}
.staff_box_item_roll {
    font-family: a-otf-ryumin-pr6n, serif;
    display: flex;
    flex-direction: column;
}
.staff_box_item_roll span {
    margin-top: auto;
}
.staff_roll {
    margin: 60px 0 50px;
}
.staff_roll_img {
    width: 60%;
    margin: auto;
}
@media (max-width: 767px) {
    .section_staff {
        padding-left: 0;
        padding-right: 0;
    }
    .section_staff .section_title_en {
        width: 139px;
    }
    .section_staff .section_title_ja {
        margin-left: 110px;
        margin-top: 6px;
    }
    .staff_box {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
        width: 70.2%;
        margin: 60px auto 0;
    }
    .staff_roll_img {
        width: 80%;
    }
}

/* 協賛/協力 */
.section_sponsor {
    background-color: #26262c;
    padding: 90px 40px 50px;
    margin-top: -1px;
    position: relative;
}
.section_sponsor:before {
    content: "";
    background-image: url(../img/noise.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.section_sponsor .section_title_en {
    width: 229px;
}
.section_sponsor .section_title_ja {
    color: #0079c3;
    margin-left: 163px;
    margin-top: -16px;
}
.sponsor_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin-top: 80px;
}
.sponsor_comment {
    font-size: 15px;
    margin-top: 40px;
    text-align: right;
}
@media (max-width: 767px) {
    .section_sponsor .section_title_en {
        width: 175px;
    }
    .section_sponsor .section_title_ja {
        margin-left: 116px;
        margin-top: -10px;
    }
    .sponsor_box {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        margin-top: 40px;
    }
    .sponsor_comment {
        font-size: 13px;
        margin-top: 20px;
        text-align: right;
    }
}

/* ロケーション */
.section_location {
    background-color: #26262c;
    padding: 50px 0 120px;
    margin-top: -1px;
    position: relative;
}
.section_location:before {
    content: "";
    background-image: url(../img/noise.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.section_location .section_title_en {
    width: 229px;
}
.section_location .section_title_ja {
    color: #0079c3;
    margin-left: 153px;
    margin-top: -5px;
}
.location_box {
    max-width: 1280px;
    margin: 80px auto 70px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.location_box_image {
    width: 61.2%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    overflow: hidden;
}
.location_box_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.location_box_logo {
    width: 32.1%;
    margin-bottom: 2%;
}
.location_bottom {
    max-width: 860px;
    margin: auto;
    padding: 0 40px;
    box-sizing: content-box;
    position: relative;
    z-index: 5;
}
.location_text {
    line-height: calc(30 / 16);
}
.location_info {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 60px;
}
.location_info_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 15px;
}
.location_info_item + .location_info_item {
    margin-top: 30px;
}
.location_info_item_title {
    font-family: montserrat, sans-serif;
    font-style: italic;
    width: 130px;
    height: 38px;
    padding-top: 4px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid #fff;
}
.location_info_item_text {
    line-height: calc(26 / 16);
}
.gorisite_btn {
    border: 1px solid #e3fc03;
    border-radius: 999px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    width: 250px;
    height: 60px;
    margin-left: auto;
    padding: 0 20px 0 55px;
    box-sizing: border-box;
    transition: background-color 0.3s;
    position: relative;
}
.location_btn {
    border: 1px solid #e3fc03;
    border-radius: 999px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    width: 250px;
    height: 60px;
    margin-left: auto;
    padding: 0 20px;
    box-sizing: border-box;
    transition: background-color 0.3s;
    position: relative;
    margin-bottom: 15px;
}
.location_btn_icon {
    width: 25px;
}
.location_btn_text {
    font-family: montserrat, sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #e3fc03;
    padding-top: 3px;
}
.location_btn_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-47deg);
    width: 15px;
}
.location_btn:hover {
    background-color: #000;
}
.gorisite_btn:hover {
    background-color: #000;
}
@media (max-width: 900px) {
    .location_info_item {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .section_location .section_title_en {
        width: 190px;
    }
    .section_location .section_title_ja {
        margin-left: 114px;
    }
    .location_box {
        margin: 59px auto 40px;
    }
    .location_box_image {
        width: 91%;
        height: 58.41121495327103vw;
    }
    .location_box_img {
        object-position: 76% 50%;
    }
    .location_box_logo {
        width: 51.4018691588785vw;
        margin-top: 5%;
        margin-left: 39%;
    }
    .location_text {
        font-size: 14px;
        line-height: calc(28 / 14);
    }
    .location_info {
        margin-top: 35px;
        padding-top: 35px;
        flex-direction: column;
        align-items: flex-start;
    }
    .location_btn_box {
        width: 100%;
        margin-top: 20px;
    }
    .location_btn {
        width: 230px;
        height: 55px;
    }
    .gorisite_btn {
        width: 230px;
        height: 55px;
        padding: 0 20px 0 50px;
    }
    .location_btn_icon {
        width: 20px;
    }
    .location_btn_text {
        font-size: 16px;
    }
    .location_btn_arrow {
        width: 14px;
    }
}
.sp_br {
    display: none;
}
.pc_br {
    display: block;
}
@media (max-width: 767px) {
    .sp_br {
        display: block;
    }
    .pc_br {
        display: none;
    }
}

.section_comment {
    background-color: #26262c;
    padding: 80px 30px 80px;
    overflow: hidden;
    position: relative;
}
.section_comment:before {
    content: "";
    background-image: url(../img/noise.png);
    background-repeat: repeat;
    background-size: 80%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.section_comment_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_comment .section_title_en {
    width: 280px;
}
.section_comment .section_title_ja {
    text-align: right;
    margin-top: -20px;
    padding-right: 40px;
}
.slider_comment {
    margin-top: 70px;
    margin-right: calc(50% - 50vw);
}
.slider_comment .slick-track {
    display: flex;
}
.slider_comment .slick-slide {
    height: auto !important;
}
.slider_comment .slick-list {
    padding-right: 200px;
    padding-bottom: 10px;
}
.slider_comment_arrow {
    display: flex;
    column-gap: 20px;
}
.slider_comment_item {
    width: 480px;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: background-color 0.3s;
}
.slider_comment_item:hover {
    background-color: #000;
}
.slider_comment_item:not(:first-child) {
    margin-left: 30px !important;
}
.comment_item_top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
}
.comment_item_top_en {
    font-size: 13px;
    font-family: montserrat, sans-serif;
    font-style: italic;
    color: #e3fc03;
}
.comment_item_top_logo {
    max-width: 185px;
    height: 25px;
}
.comment_item_desc {
    padding-top: 30px;
    font-weight: 300;
    font-size: 17px;
    line-height: 2;
}
.comment_item_author {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}
.comment_item_part {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 14px;
}
.comment_item_name {
    padding-top: 6px;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 24px;
}
.comment_item_link {
    padding-inline: 12px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: #e3fc03;
    border: 1px solid #e3fc03;
    border-radius: 37px;
    transition: 0.3s;
}
.comment_item_link:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.comment_item_link_icon {
    margin-top: 2px;
    width: 11px;
    height: 11px;
}
.comment_item_link_text {
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-style: italic;
}
@media (max-width: 599px) {
    .slider_comment_item {
        width: 320px;
    }
    .section_comment .section_title_en {
        width: 200px;
    }
    .comment_item_desc {
        font-size: 13px;
    }
    .comment_item_top_en {
        font-size: 10px;
    }
    .section_comment .section_title_ja {
        margin-top: -10px;
    }
    .comment_item_name {
        font-size: 20px;
    }
    .comment_item_part,
    .comment_item_link_text {
        font-size: 12px;
    }
}

/*20251225更新*/
.owabi {
    margin: 50px auto 0;
}
.owabi_container {
    max-width: 1280px;
    margin: auto;
    position: relative;
    z-index: 5;
}
.special_news {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: background-color 0.3s;
    background-color: rgba(30, 30, 30, 0.6);
}
.special_news_place {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.special_news_text {
    font-size: 14px;
    line-height: calc(20 / 13);
}

@media (max-width: 767px) {
    .owabi_container {
        width: 90%;
    }

    .special_news_place {
        font-size: 16px;
    }
    .special_news_text {
        font-size: 13px;
        line-height: calc(20 / 13);
    }
}
