@charset "utf-8";

body {
    background-image: url("../img/bg/bg-star.jpg");
    background-repeat: repeat;
    background-size: 100%;
    width: 100%;
    overflow-x: hidden;
}

body.scroll-hidden::after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
}

body.scroll-hidden {
    overflow: hidden;
    position: relative;
}

#loading-screen {
    width: 100%;
    height: 100dvh;
    position: fixed;
    background-color: #FBF8F3;
    z-index: 9999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#loading-screen .top_loading_img {
    width: 30%;
    max-width: 150px;
    animation: rotation 0.8s linear infinite;
}

/* アニメーション */
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.more_button {
    display: block;
    width: 300px;
    margin: 60px auto;
    transition: opacity 0.8s ease;
}

.more_button:hover {
    opacity: 0.7;
}

.prev.slick-arrow,
.next.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    content: "";
    width: 130px;
    height: 65px;
    background: url(../img/slick-arrow.png);
    background-size: contain;
    cursor: pointer;
}

.prev.slick-arrow {
    left: -60px;
    transform: scaleX(-1);
}

.next.slick-arrow {
    right: -60px;
}

.slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.slider-dots li {
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    background: #A9A9A9;
    cursor: pointer;
}

.slider-dots li:hover,
.slider-dots li.slick-active {
    background: #003C78;
    box-shadow: none;
}

.slider-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

#single-news,
#archive-news,
#archive-trailer {
    background-image: url(../img/bg/bg_symbol-pattern_trance.png), linear-gradient(to bottom, #0C0F2A, #003C78);
    background-repeat: repeat;
    background-size: 300px, 100%;
}

.top-back .back_btn {
    background-image: linear-gradient(to right, #619EA8, #003C78);
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    width: 100%;
    display: block;
}

.top-back .back_btn .back_link {
    width: fit-content;
    margin: auto;
    position: relative;
    transition: opacity 0.8s ease;
}

.top-back .back_btn .back_link:hover {
    opacity: 0.5;
}

.top-back .back_btn .back_link::before,
.top-back .back_btn .back_link::after {
    content: "";
    position: absolute;
    background: url(../img/link_dec.png);
    width: 20px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-back .back_btn .back_link::before {
    right: -30px;
}

.top-back .back_btn .back_link::after {
    left: -30px;
    transform: scaleX(-1);
}

#single-news footer,
#archive-news footer,
#archive-trailer footer {
    border: none;
}

#top {
    position: relative;
    width: 100%;
    background-image: url(../img/bg/bg_symbol-pattern.png), linear-gradient(to bottom, #fff, #F7F1EC);
    background-repeat: repeat;
    background-size: 300px, 100%;
    color: #333333;
}

#top:has(#news) {
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #619EA8, #003C78) 1;
}

.op-chara {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}

.op-logo {
    width: 60%;
    max-width: 1200px;
    position: absolute;
    top: 35px;
    left: 0%;
}

.op-bg {
    width: 100%;
}

h1 {
    margin: 0;
}

.op-text {
    width: fit-content;
    position: relative;
    margin: -0.8em auto 0;
    font-size: clamp(1.5rem, 0.6768rem + 3.5122vw, 3.75rem);
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.op-text_front {
    background: linear-gradient(0deg, #774709 0%, #2A2A2A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.op-text_bg {
    position: relative;
    z-index: 0;
    text-shadow: 1px 1px 10px rgb(255, 255, 255), 0 0 5em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);
}


h2 {
    width: 45%;
    margin: 0 auto 30px;
}

#news h2 {
    margin: 0 0 30px;
}

#top .banner {
    max-width: 1400px;
    padding: 0 40px;
    margin: -15% auto 0;
    position: relative;
    z-index: 1;
}

#top .banner .flex_nm {
    gap: 15px 1%;
}

#top .banner_contents {
    width: 32.6%;
}

#top .banner_contents img {
    aspect-ratio: 45 / 15;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.op-top-button {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 99;
    gap: 20px;
    align-items: center;
}

.op-lang-change {
    width: 160px;
    position: relative;
}

#page-404 .op-lang-change,
#single-news .op-lang-change,
#archive-news .op-lang-change,
#archive-trailer .op-lang-change {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.op-lang-change .op-lang-change_content {
    position: absolute;
    opacity: 0;
    width: 100%;
    text-align: center;
    background-color: #333333;
    visibility: hidden;
    color: #fff;
    padding: 20px 0;
    border-radius: 5px;
    transition: opacity 0.5s ease;
}

.op-lang-change .op-lang-change_content.menu_visible {
    opacity: 1;
    visibility: visible;
}

.op-lang-change_content_link:not(:last-child) {
    margin: 0 auto 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    width: 60%;
}

.op-plat-form {
    padding: 5px 20px;
    width: fit-content;
    gap: 15px;
}

.link_official-x-button {
    position: fixed;
    right: 0;
    width: 80px;
    top: 10%;
    z-index: 98;
    transition: opacity 0.8s ease;
}

.link_official-x-button:hover {
    opacity: 0.8;
}

.top_platform-logo {
    display: block;
}

.top_platform-logo img {
    height: 42px;
}

@media screen and (max-width: 1600px) {
    .op-chara {
        width: 75%;
    }
}

@media screen and (max-width: 1480px) {
    .prev.slick-arrow {
        left: -45px;
    }

    .next.slick-arrow {
        right: -45px;
    }
}

@media screen and (max-width: 1000px) {
    #top .banner {
        margin: 50px auto 0;
        position: relative;
        max-width: 800px;
    }

    .top_platform-logo img {
        height: 35px;
    }

    .op-plat-form {
        background-color: #fff;
        box-shadow: #fff 0px 0px 3px;
    }

    #top .op-lang-change {
        width: 140px;
    }

    #top {
        aspect-ratio: auto;
    }

    #top .banner_contents {
        width: 49%;
    }

    #top .banner .flex_nm {
        gap: 15px 1%;
    }

    .op-img {
        aspect-ratio: 850 / 1170;
        position: relative;
    }

    .op-logo {
        width: 100%;
        max-width: 780px;
        position: absolute;
        top: auto;
        left: 0%;
        right: 0;
        bottom: 0px;
        margin: auto;
    }

    .op-bg {
        width: 205%;
        max-width: none;
    }

    .op-chara {
        position: absolute;
        top: 0;
        right: 0px;
        width: 180%;
        z-index: 0;
        max-width: none;
    }

    .more_button {
        max-width: 280px;
        width: 70%;
        margin: 50px auto 0;
    }

    .prev.slick-arrow,
    .next.slick-arrow {
        width: 110px;
        height: 55px;
    }

    h2 {
        width: 75%;
        max-width: 520px;
    }

}

@media screen and (max-width: 768px) {
    .op-top-button {
        position: relative;
        top: 0px;
        left: 0px;
        gap: 10px;
        width: 100%;
    }

    .next.slick-arrow {
        right: -20px;
    }

    .prev.slick-arrow {
        left: -20px;
    }

    .op-lang-change {
        width: 160px;
        position: absolute;
    }

    .op-plat-form {
        padding: 5px 10px;
        justify-content: center;
        width: 100%;
        gap: 10px;
        background-color: #fff;
        box-shadow: #fff 0px 0px 3px;
    }

    #top .op-lang-change {
        top: 60px;
        left: 10px;
        width: 140px;
        position: absolute;
    }

    .op-chara {
        padding-top: 36px;
    }

    #single-news,
    #archive-news,
    #archive-trailer {
        background-size: 250px, 100%;
    }

}

@media screen and (max-width: 480px) {
    .op-text {
        margin-top: -0.9em;
    }

    .op-lang-change {
        width: 120px;
    }

    #top .op-lang-change {
        top: 50px;
        left: 10px;
        width: 120px;
        position: absolute;
    }

    .op-chara {
        right: -9%;
        width: 208%;
    }

    .op-bg {
        width: 240%;
    }

    .op-logo {
        bottom: 0;
    }

    .top_platform-logo img {
        height: 30px;
    }

    .link_official-x-button {
        width: 55px;
    }

    #top .banner_area {
        width: 100%;
    }

    #top .banner {
        margin: 30px auto 0;
        padding: 0 10px;
    }

    .banner .slick-slide {
        margin: 0 3px;
    }

    h2 {
        width: 80%;
    }

    #news h2 {
        margin: 0 0 20px;
    }

    #top {
        background-size: 230px, 100%;
    }

}

@media screen and (max-width: 370px) {
    .top_platform-logo img {
        height: 25px;
    }

    #top .op-lang-change {
        top: 45px;
        left: 10px;
        width: 120px;
        position: absolute;
    }
}

/* お知らせ */

#news {
    margin: 100px auto 100px;
}

#news .slick-list {
    margin: 0 -10px;
}

#news .slick-slide {
    margin: 0 10px 7px;
    transition: opacity 0.8s ease;
}

#news .slick-slide:hover {
    opacity: 0.7;
}

.news-top_flex_nm {
    display: flex;
    justify-content: center;
    gap: 2%;
}

.news-card {
    width: 23%;
    display: block;
    background-image: url(../img/bg/bda_news-bg.jpg);
    background-size: cover;
    box-shadow: 0px 1px 5px rgba(60, 60, 60, 0.6);
    border-radius: 5px;
}

.news-top_flex_nm .news-card {
    width: 28%;
}

.news-card_inner {
    padding: 15px 15px 10px 15px;
    color: #333333;
    border-radius: 5px;
}

.news-card_inner img {
    box-shadow: 0px 0px 5px rgba(60, 60, 60, 0.3);
    border-radius: 3px 3px 0 0;
    aspect-ratio: 200 / 160;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.news-card_img {
    position: relative;
}

.news-card_img .card_tag {
    font-size: clamp(0.6875rem, 0.6357rem + 0.221vw, 0.8125rem);
    padding: 7px 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 0 0 3px 3px;
    background-image: linear-gradient(to right, #619EA8, #003C78);
}

.news-card_title {
    padding: 15px 0 15px;
    line-height: 1.4;
    font-size: clamp(0.6875rem, 0.6098rem + 0.3315vw, 0.875rem);
    min-height: 6.5rem;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #619EA8, #003C78) 1;
}

.news-card_date {
    text-align: center;
    padding-top: 5px;
    font-size: clamp(0.75rem, 0.6205rem + 0.5525vw, 1.0625rem);
    font-weight: bold;
    background: linear-gradient(0deg, #619ea8 0%, #003c78 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1200px) {
    .news-card_inner {
        padding: 13px 13px 9px 13px;
    }

    .news-top_flex_nm .news-card {
        width: 36%;
    }
}

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

    #news .slick-slide {
        margin: 0 8px 7px;
    }

    .news-top_flex_nm .news-card {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .news-top_flex_nm .news-card {
        width: 49%;
        max-width: 300px;
    }
}

@media screen and (max-width: 480px) {
    #news .slick-slide {
        margin: 0 5px 7px;
    }

    #news .slick_news {
        margin-right: -30px;
        margin-left: 30px;
    }

    #news .slider-dots {
        margin-left: -60px;
    }

    .news-card_inner {
        padding: 7px 7px 8px 7px;
        border-radius: 3px;
    }

    #news {
        margin: 60px auto 80px;
    }

    .slider-dots {
        bottom: -20px;
        gap: 7px;
    }

    .slider-dots li {
        width: 6px;
        height: 6px;
    }

    .news-card_img .card_tag {
        padding: 3px 0;
    }
}

/* 動画 */
#trailer .slider-dots li:hover,
#trailer .slider-dots li.slick-active {
    background: #fff;
    box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.6);
}

#trailer .movie_main-movie-dec {
    position: relative;
    padding: 15px;
    background: linear-gradient(#0C0F2A, #002536);
    border: #146985 2px solid;
    display: block;
    cursor: pointer;
}

#trailer .movie_main-movie-dec .trailer_dec {
    position: absolute;
    width: 44px;
}

#trailer .movie_main-movie-dec .trailer_dec.dec1 {
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

#trailer .movie_main-movie-dec .trailer_dec.dec2 {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

#trailer .movie_main-movie-dec .trailer_dec.dec3 {
    bottom: 0;
    left: 0;
}

#trailer .movie_main-movie-dec .trailer_dec.dec4 {
    bottom: 0;
    right: 0;
    transform: rotate(-90deg);
}

#trailer .youtube_ctrl_img {
    border: #ffffff 1px solid;
    box-shadow: 0px 1px 5px rgba(255, 255, 255, 1);
}

.slick_trailer {
    max-width: 800px;
    margin: auto;
    width: 90%;
}

#trailer {
    position: relative;
    z-index: 1;
    padding: 100px 0 50px;
}

.trailer-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    aspect-ratio: 1 / 1;
    width: 100px;
    height: auto;
    transition: opacity 0.8s ease;
}

.trailer-play:hover {
    opacity: 0.8;
}

.trailer_bg {
    position: relative;
    width: 100%;
    /* background-image: linear-gradient(to bottom, #0c0f2add 20%, #003c7800 100%); */
    background-image: linear-gradient(to bottom, #003c7800 0%, #003c7882 26%, #003c7800 100%);
}


.trailer_bg .trailer_bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 750px;
    width: 60%;
    height: auto;
    aspect-ratio: 1000 / 909;
    background-size: contain;
    animation: trailer-opacity 1s ease-in-out infinite alternate;

}

.trailer_bg .trailer_bg-img.bg-top {
    width: 100%;
    bottom: auto;
    right: 0;
    left: 0;
    aspect-ratio: 1091 / 1200;
}

.trailer_bg .trailer_bg-img.bg-left {
    left: 0;
}

.trailer_bg .trailer_bg-img.bg-right {
    right: 0;
    transform: rotate(180deg);
}

/* アニメーション */
@keyframes trailer-opacity {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.5;
    }
}

#trailer .more_button {
    margin: 60px auto 0;
}

/* 簡体字用 */
.movie-url_contents button {
    border: none;
    padding: 0;
}

/* --- モーダル背景 --- */
.bilibiliModal {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.bilibiliModal.bilibili_modal_flex {
    display: flex;
    visibility: visible;
    position: fixed;
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-content-inner {
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: #000;
    transform: translateY(100px);
    /* 下から100pxの位置 */
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    position: relative;
    bottom: 0;
    padding-bottom: 56.25%;
}

.modal-content-inner.modal-anime {
    opacity: 1;
    transform: translateY(0);
}


/* --- モーダル内コンテンツ --- */
.modal-content {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 10px;
}

.modal-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- 閉じるボタン --- */
.modal-close {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.modal-close::before,
.modal-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}

.modal-close:before {
    transform: rotate(45deg);
}

.modal-close:after {
    transform: rotate(-45deg);
}

iframe {
    width: 100%;
    height: auto;
    border: none;
    aspect-ratio: 800 / 450;
}

body.movie_body-stick {
    overflow: hidden;
    cursor: pointer;
}

@keyframes modal-video-inner {
    0% {
        transform: translate(0, 100px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media (orientation: landscape) {
    .modal-close {
        top: 0px;
        right: -45px;
    }

    .modal-content {
        max-width: 960px;
        padding: 10px 60px;
    }
}

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

    .slick_trailer {
        max-width: 700px;
    }

}

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

    .slick_trailer {
        max-width: 600px;
    }

}

@media screen and (max-width: 480px) {
    #trailer .more_button {
        margin: 50px auto 0;
    }

    .trailer-play {
        width: 60px;
    }

    #trailer .movie_main-movie-dec {
        padding: 10px;
        border: #146985 1px solid;
    }

    #trailer .movie_main-movie-dec .trailer_dec {
        width: 28px;
    }

    .trailer_bg .trailer_bg-img {
        animation: trailer-opacity 2s ease-in-out infinite alternate;
    }
}

/* キャッチコピー */
#catch_copy {
    position: relative;
    margin-bottom: 50px;
}

.catch_copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: auto;
    height: fit-content;
    opacity: 1;
}

.catch_copy-img {
    margin: 0 auto 30px;
    width: 95%;
    max-width: 850px;
    display: block;
}

.catch_copy_sub-img {
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
    display: block;
}

.catch_copy-dec {
    margin-bottom: 35px;
}

.catch_copy_bg {
    filter: drop-shadow(0 0 20px #619EA8);
    display: block;
    margin: auto;
    max-width: 750px;
    width: 100%;
    transition: opacity 0.8s ease;
    opacity: 0.14;
}

.catch_copy_bg.catch_copy_bg-active {
    animation: catchOpacity 1.6s ease-out forwards;
}

@keyframes catchOpacity {
    0% {
        filter: blur(1px) drop-shadow(0 0 20px #619EA8);
        opacity: 0.2;
    }

    40% {
        opacity: 0.5;
        filter: blur(2px) drop-shadow(0 0 50px #619EA8);
    }

    100% {
        opacity: 0.18;
        filter: blur(0px) drop-shadow(0 0 20px #619EA8);
    }
}

@media screen and (max-width: 1000px) {
    .catch_copy-img {
        width: 90%;
        max-width: 650px;
    }

    .catch_copy_sub-img {
        max-width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .catch_copy-img {
        margin: 0 auto 20px;
        width: 85%;
    }

    .catch_copy-dec {
        margin-bottom: 20px;
    }

    .catch_copy_sub-img {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .catch_copy-img {
        margin: 0 auto 20px;
        width: 95%;
    }

    .catch_copy_sub-img {
        width: 90%;
    }

    .catch_copy_bg.catch_copy_bg-active {
        animation: catchOpacity 2s ease-out forwards;
    }

    @keyframes catchOpacity {
        0% {
            filter: blur(0.5px) drop-shadow(0 0 20px #619EA8);
            opacity: 0.2;
        }

        40% {
            opacity: 0.4;
            filter: blur(2px) drop-shadow(0 0 50px #619EA8);
        }

        100% {
            opacity: 0.17;
            filter: blur(0px) drop-shadow(0 0 20px #619EA8);
        }
    }
}

/* STAFF & CAST */
#staff-cast {
    background-image: linear-gradient(to bottom, #003c7800, #003c78df, #0C0F2A);
    position: relative;
}

#staff-cast::before {
    content: "";
    background: url(../img/bottom_dec.png);
    position: absolute;
    width: 30%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 75 / 73;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    transform: scale(-1, 1);
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 0.75rem #fff);
}

#staff-cast::after {
    content: "";
    background: url(../img/bottom_dec.png);
    position: absolute;
    width: 30%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 75 / 73;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 0.75rem #fff);
}

#staff-cast h2 {
    width: 55%;
    margin-bottom: 40px;
}

#staff-cast .creators,
#staff-cast .producer {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

#staff-cast .creators {
    margin-bottom: clamp(2.5rem, 1.5854rem + 3.9024vw, 5rem);
    border-bottom: #005FBE solid 2px;
    border-image: linear-gradient(to right, #005fbe00 10%, #619EA8 50%, #005fbe00 90%) 2;
    padding-bottom: clamp(2.5rem, 1.5854rem + 3.9024vw, 5rem);
}

#staff-cast .producer {
    padding-bottom: 200px;
}

#staff-cast .creators .flex_cn {
    gap: 20px 10px;
    flex-wrap: wrap;
}

#staff-cast .creators_block {
    width: 32%;
    text-align: center;
}

#staff-cast .creators_block-button {
    cursor: pointer;
    transition: opacity 0.8s ease;
}

#staff-cast .creators_block-button:hover {
    opacity: 0.8;
}

#staff-cast .creators_job {
    width: 100%;
    max-width: 300px;
    background-color: #0C0F2A;
    border-radius: 5px;
    line-height: 1;
    padding: 5px 0;
    display: block;
    margin: 0 auto 10px;
    position: relative;
}

#staff-cast .creators_job::after,
#staff-cast .creators_job::before {
    content: "";
    background: url(../img/creators-job_dec.png);
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 40 / 61;
    background-size: contain;
    background-repeat: no-repeat;
}

#staff-cast .creators_job::before {
    left: 0;
}

#staff-cast .creators_job::after {
    right: 0;
    transform: scale(-1);
}

#staff-cast .creators_job-text {
    text-align: center;
    font-size: clamp(0.6875rem, 0.5062rem + 0.7735vw, 1.125rem);
    text-shadow: 0px 0px 7px #fff;
}

#staff-cast .creators_title {
    text-shadow: 0px 0px 7px #fff;
    letter-spacing: 0.01em;
    margin: 10px auto 0;
    font-size: clamp(0.75rem, 0.6982rem + 0.221vw, 0.875rem);
}

#staff-cast .creators_name {
    font-size: clamp(1.5rem, 1.1892rem + 1.326vw, 2.25rem);
    text-align: center;
    width: fit-content;
    margin: auto;
    align-items: center;
    line-height: 1;
    gap: 10px;
}

#staff-cast .producer_name {
    font-size: clamp(1.5rem, 1.1892rem + 1.326vw, 2.25rem);
    text-align: center;
    width: fit-content;
    margin: auto;
    align-items: center;
    line-height: 1;
    gap: 10px;
}

#staff-cast .creators_comment_button {
    width: 40px;
}

#staff-cast .creators_info_modal {
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

#staff-cast .creators_info_modal.menu_visible {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#staff-cast .creators_info_modal-cantent .creators_name {
    margin: 0 auto 30px;
    padding-bottom: 15px;
    border-bottom: #FFFFE6 solid 1px;
    width: 90%;
    max-width: 500px;
    justify-content: center;
    position: relative;
}

#staff-cast .creators_info_modal-cantent .creators_name::before,
#staff-cast .creators_info_modal-cantent .creators_name::after {
    content: "";
    background: url(../img/white_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: auto;
    aspect-ratio: 2 / 1;
    bottom: -6px;
    position: absolute;
}

#staff-cast .creators_info_modal-cantent .creators_name::before {
    left: -23px;
    transform: scaleX(-1);
}

#staff-cast .creators_info_modal-cantent .creators_name::after {
    right: -23px;
}

#staff-cast .creators_info_modal_scroll {
    overflow-y: auto;
    width: 100%;
    display: flex;
}

#staff-cast .creators_info_modal_scroll-content {
    max-width: 600px;
    width: 80%;
    height: fit-content;
    margin: auto;
    padding: 20px;
    position: relative;
}


#staff-cast .creators_close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -60px;
    cursor: pointer;
}

#staff-cast .creators_close::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 30px;
    background-color: #fff;
    width: 2px;
    height: 100%;
    transform: rotate(45deg);
    border-radius: 5px;
}

#staff-cast .creators_close::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 30px;
    background-color: #fff;
    width: 2px;
    height: 100%;
    transform: rotate(-45deg);
    border-radius: 5px;
}

#staff-cast .creators_comment-content {
    font-size: clamp(0.75rem, 0.6464rem + 0.442vw, 1rem);
    text-align: left;
    font-weight: normal;
    line-height: 1.8;
}

#staff-cast .creators_info_modal-cantent {
    padding: 60px 40px;
    background: linear-gradient(#010528ed, #003C78ed);
    border: #1E96BE 2px solid;
    position: relative;
    border-radius: 5px;
    position: relative;
}

#staff-cast .creators_info_modal-cantent::before,
#staff-cast .creators_info_modal-cantent::after,
#staff-cast .creators_info_modal_scroll-content::before,
#staff-cast .creators_info_modal_scroll-content::after {
    content: "";
    background: url(../img/movie-dec.png);
    background-size: contain;
    position: absolute;
    width: 60px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    z-index: 99;
}

#staff-cast .creators_info_modal_scroll-content::before {
    bottom: 18px;
    right: 18px;
    transform: rotate(90deg);
}

#staff-cast .creators_info_modal_scroll-content::after {
    bottom: 18px;
    left: 18px;
    transform: rotate(180deg);
}

#staff-cast .creators_info_modal-cantent::before {
    top: -4px;
    right: -4px;
}

#staff-cast .creators_info_modal-cantent::after {
    top: -4px;
    left: -4px;
    transform: rotate(-90deg);
}

#staff-cast .creators_info_modal-cantent .creators_job {
    width: 300px;
    background-color: #003469;
}

@media screen and (max-width: 1000px) {
    #staff-cast .creators_comment_button {
        width: 30px;
    }

    #staff-cast h2 {
        width: 75%;
    }
}

@media screen and (max-width: 640px) {
    #staff-cast .creators_block {
        width: 100%;
    }

    #staff-cast .creators .flex_cn.show_640 {
        display: flex;
    }
}

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

    #staff-cast h2 {
        width: 95%;
        margin-bottom: 30px;
    }

    #staff-cast .producer {
        padding-bottom: 120px;
    }

    #staff-cast .creators_info_modal_scroll-content {
        width: 100%;
    }

    #staff-cast .creators_info_modal-cantent {
        padding: 30px 20px;
        border: #1E96BE 1px solid;
    }

    #staff-cast .creators_info_modal-cantent .creators_name {
        margin: 0 auto 15px;
        padding-bottom: 15px;
    }

    #staff-cast .creators_close {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -40px;
        right: 0px;
    }

    #staff-cast .creators_info_modal::before {
        right: -5px;
    }

    #staff-cast .creators_info_modal-cantent::before {
        top: -3px;
        right: -3px;
    }

    #staff-cast .creators_info_modal-cantent::after {
        top: -3px;
        left: -3px;
    }

    #staff-cast .creators_info_modal-cantent::before,
    #staff-cast .creators_info_modal-cantent::after,
    #staff-cast .creators_info_modal_scroll-content::before,
    #staff-cast .creators_info_modal_scroll-content::after {
        width: 40px;
    }

    #staff-cast .creators_info_modal_scroll-content::before {
        bottom: 18px;
        right: 18px;
    }

    #staff-cast .creators_info_modal_scroll-content::after {
        bottom: 18px;
        left: 18px;
    }

    #staff-cast .creators_job {
        max-width: 220px;
    }

    #staff-cast .creators_job {
        padding: 3px 0;
        margin: 0 auto 5px;
    }

    #staff-cast .creators_comment_button {
        width: 25px;
    }

    #staff-cast .creators_title {
        margin: 5px auto 0;
    }
}

/* フッター */
footer {
    color: #333333;
    background-color: #FBF8F3;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #619EA8, #003C78) 1;
    position: relative;
    font-size: clamp(0.5625rem, 0.4589rem + 0.442vw, 0.8125rem);
}


footer a {
    font-size: clamp(0.6875rem, 0.6357rem + 0.221vw, 0.8125rem);
}

footer::after {
    position: absolute;
    content: "";
    background: url(../img/bg/footer-bg_left.png);
    width: auto;
    height: 100%;
    aspect-ratio: 600 / 833;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

footer::before {
    position: absolute;
    content: "";
    background: url(../img/bg/footer-bg_right.png);
    width: auto;
    height: 100%;
    aspect-ratio: 600 / 833;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}

footer .footer_content {
    padding: 30px 0 20px;
    position: relative;
    z-index: 3;
}

footer .totop {
    width: 120px;
    bottom: 10px;
    left: 10px;
    position: fixed;
    z-index: 99;
    height: fit-content;
}

footer .totop.totop_button_stop {
    top: -130px;
    position: absolute;
}

footer .footer_sns {
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: #005FBE solid 2px;
    border-image: linear-gradient(to right, #005fbe00 0%, #005FBE 10%, #005FBE 90%, #005fbe00 100%) 2;
    position: relative;
}

footer .footer_sns::before,
footer .footer_sns::after {
    content: "";
    aspect-ratio: 53 / 6;
    position: absolute;
    background: url(../img/footer_sns_dec.png);
    width: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    bottom: 0;
}

footer .footer_sns::before {
    left: 0%;
    transform: scaleX(-1);
}

footer .footer_sns::after {
    right: 0%;
}

footer .footer_icon img {
    height: 35px;
}

footer .bottom_platform-logo img {
    height: 60px;
}

footer .footer-sns-title img {
    height: 40px;
}

footer .wrapper {
    text-align: center;
}

footer a {
    color: #333333;
}

footer .footer-sns-logo_flex {
    gap: 13px;
    margin-left: 13px;
}

footer .flex_cn:has(.bottom_platform-logo) {
    gap: 10px;
}

footer .footer_company {
    margin: 15px auto 30px;
    gap: 30px;
}

footer .flex_cn:has(.footer_link) {
    gap: 5px 10px;
    margin: 15px auto;
}

footer .footer_link {
    text-decoration: underline;
}

footer .term_img {
    max-width: 730px;
    margin: auto;
}

@media screen and (max-width: 520px) {
    footer::after {
        width: 100%;
        height: 100%;
        background: url(../img/bg/footer-bg_top.png);
        aspect-ratio: unset;
        background-size: cover;
        background-repeat: no-repeat;
    }

    footer .footer_content {
        padding: 20px 0 20px;
    }

    footer .footer_sns {
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer::before {
        content: none;
    }

    footer .footer_icon img {
        height: 30px;
    }

    footer .footer-sns-title img {
        height: 30px;
    }

    footer .bottom_platform-logo img {
        height: 45px;
    }

    footer .flex_cn:has(.footer_link) {
        margin: 20px auto;
    }

    footer .footer_company {
        margin: 15px auto 20px;
        gap: 15px;
    }

    footer .footer_sns {
        border-bottom: #005FBE solid 1px;
    }

    footer .footer_sns::before,
    footer .footer_sns::after {
        width: 50px;
    }

    footer .totop {
        width: 80px;
        bottom: 5px;
        left: 0px;
        z-index: 999;
    }

    footer .totop.totop_button_stop {
        top: -90px;
        position: absolute;
    }

}

/* お知らせ一覧 */

#archive-news .news-card_title {
    min-height: 110px;
}

#archive-news #news {
    max-width: 1600px;
}

#archive-news #news h2 {
    width: 39%;
    max-width: 470px;
    margin: 0 0 50px;
}

#archive-news .flex_nm {
    gap: 70px 1%;
}

#archive-news .news-card {
    width: 19%;
}

#archive-news .news-card_inner img {
    aspect-ratio: 5 / 4;
}

#archive-news .news-card_inner {
    padding: 10px 10px 5px 10px;
}

#archive-news .archive-pagination {
    position: relative;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}

#archive-news .archive-pagination ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
}

#archive-news .next,
#archive-news .prev {
    margin: auto;
    z-index: 3;
    content: "";
    width: 100px;
    height: 50px;
}

.archive-pagination .is-disabled {
    pointer-events: none;
    opacity: 0.3;
}

#archive-news .next {
    background: url(../img/slick-arrow.png);
    background-size: contain;
}

#archive-news .prev {
    background: url(../img/slick-arrow.png);
    transform: rotate(180deg);
    background-size: contain;
}

#archive-news li a {
    background-color: #000;
    padding: 10px 15px;
    line-height: 0;
    border-radius: 3px;
    color: #9f9f9f;
}

#archive-news li .current {
    background-color: #5f5f5f;
    padding: 10px 15px;
    line-height: 0;
    border-radius: 3px;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    #archive-news .flex_nm {
        justify-content: center;
    }

    #archive-news .news-card {
        width: 24%;
    }
}

@media screen and (max-width: 1000px) {
    #archive-news .news-card {
        width: 30%;
    }

    #archive-news .flex_nm {
        gap: 70px 2%;
    }
}

@media screen and (max-width: 630px) {
    #archive-news .news-card {
        width: 49%;
        border-radius: 3px;
    }

    #archive-news .flex_nm {
        gap: 30px 2%;
    }

    #archive-news .news-card_title {
        min-height: 80px;
        padding: 10px 0 10px;
    }

    #archive-news #news h2 {
        width: 65%;
    }

    #archive-news .next,
    #archive-news .prev {
        width: 60px;
        height: 30px;
    }

    #archive-news li a {
        padding: 4px 10px;
    }

    #archive-news li .current {
        padding: 4px 10px;
    }

    #archive-news .archive-pagination ul {
        gap: 7px;
    }
}

@media screen and (max-width: 480px) {
    #archive-news #news h2 {
        margin: 0 0 20px;
    }
}

/* お知らせ個別 */

#single-news .single-news_content {
    max-width: 1000px;
    margin: auto;
}

#single-news h2 {
    width: 35%;
    margin: 0 0 30px;
}

#single-news p {
    font-size: clamp(0.75rem, 0.6585rem + 0.3902vw, 1rem);
}

#single-news .single-news_inner {
    min-height: 50vh;
}

#single-news h3 {
    font-size: clamp(1.125rem, 0.8506rem + 1.1707vw, 1.875rem);
    border-bottom: 1px solid #fff;
    margin-bottom: clamp(0.9375rem, 0.5945rem + 1.4634vw, 1.875rem);
    line-height: 1.5;
    margin-top: 10px;
    padding-bottom: 10px;
}

/* 動画一覧 */

#archive-trailer .trailer-title_info {
    text-align: center;
    margin-top: 15px;
    line-height: 1;
}

#archive-trailer .card_tag {
    margin: 0 auto 12px;
    padding-bottom: 8px;
    border-bottom: #FBF8F3 solid 1px;
    width: 80%;
    max-width: 360px;
    font-size: clamp(0.6875rem, 0.5732rem + 0.4878vw, 1rem);
    position: relative;
}

#archive-trailer .card_tag::before,
#archive-trailer .card_tag::after {
    content: "";
    background: url(../img/white_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: auto;
    aspect-ratio: 2 / 1;
    bottom: -6px;
    position: absolute;
}

#archive-trailer .card_tag::before {
    left: -23px;
    transform: scaleX(-1);
}

#archive-trailer .card_tag::after {
    right: -23px;
}

#archive-trailer .slick_archive-trailer {
    width: 100%;
    padding: 0 20px;
}

#archive-trailer .main_archive-trailer .trailer-title {
    font-size: clamp(1.125rem, 0.622rem + 2.1463vw, 2.5rem);
}

#archive-trailer .slick_archive-trailer .trailer-title {
    font-size: clamp(0.75rem, 0.5671rem + 0.7805vw, 1.25rem);
    line-height: 1.35;
    min-height: 4rem;
}

#archive-trailer .main_archive-trailer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 90px;
    width: 90%;
}

#archive-trailer #trailer .movie_main-movie-dec {
    padding: 10px;
    background: linear-gradient(#0C0F2A, #125372);
}

#archive-trailer .movie_content-card {
    padding: 0 10px 40px;
}

#archive-trailer .movie-controls {
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 50px auto 0;
}

#archive-trailer .prev.slick-arrow {
    left: -120px;
    width: 100px;
    height: 53px;
}

#archive-trailer .slick-arrow.slick-disabled {
    opacity: 0.3;
}

#archive-trailer .next.slick-arrow {
    right: -120px;
    width: 100px;
    height: 53px;
}

#archive-trailer ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}

#archive-trailer li {
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    background: #A9A9A9;
    cursor: pointer;
}

#archive-trailer li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

#archive-trailer li.slick-active {
    background: #fff;
    box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.6);
}

#archive-trailer #trailer {
    padding: 100px 0 100px;
}


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

    #archive-trailer .card_tag::before,
    #archive-trailer .card_tag::after {
        width: 15px;
        bottom: -4px;
    }

    #archive-trailer .card_tag::before {
        left: -10px;
        transform: scaleX(-1);
    }

    #archive-trailer .card_tag::after {
        right: -10px;
    }
}

@media screen and (max-width: 480px) {
    #archive-trailer .movie_content-card {
        padding: 0 5px 30px;
    }

    #archive-trailer .card_tag::before,
    #archive-trailer .card_tag::after {
        width: 12px;
        bottom: -3.45px;
    }

    #archive-trailer .trailer-title_info {
        text-align: center;
        margin-top: 10px;
    }

    #archive-trailer #trailer .movie_main-movie-dec {
        padding: 5px;
        border: #146985 1px solid;
    }

    #archive-trailer .slick_archive-trailer {
        padding: 0 10px;
    }

    #archive-trailer .card_tag {
        margin: 0 auto 10px;
        padding: 0 5px 5px 5px;
        text-align: left;
        width: fit-content;
    }

    #archive-trailer .slick_archive-trailer .trailer-title {
        text-align: left;
        min-height: 3rem;
    }

    #archive-trailer .main_archive-trailer {
        margin: 0 auto 50px;
        width: 80%;
    }

    #archive-trailer .movie-controls {
        margin: 20px auto 0;
    }

    #archive-trailer #trailer {
        padding: 80px 0 80px;
    }

    .top-back .back_btn {
        padding: 15px 0;
        font-size: 16px;
    }
}

/* 404 */
#page-404 h2 {
    width: 100%;
    font-size: 5em;
    line-height: 1;
}

#page-404 .back_link {
    width: fit-content;
    padding: 5px 35px;
    background-color: #FBF8F3;
    color: #333333;
    margin-top: 10px;
}

.page-404_content {
    min-height: 40vh;
}