@charset "UTF-8";

/* ---- reset ----- */

body {
    margin: 0;
    padding: 0 !important;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Noto Sans JP", sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a,
a img {
    display: block;
    overflow: hidden;
    color: #f144b6;
    text-decoration: none;
    border: none;
    transition: all 0.2s;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    box-sizing: border-box;
    outline: none;
}

main:after,
article:after,
section:after,
div:after,
ul:after,
li:after,
dl:after {
    content: "" "";
    display: block;
    clear: both;
}

table {
    border-collapse: collapse;
    /* テーブルのセルの境界線を重ねる */
    border-spacing: 0;
    /* セル間のスペースをなくす */
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    /* セルの幅を固定 */
}

td,
th {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    /* セル内のコンテンツの縦揃えをトップに */
}

tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    vertical-align: inherit;
}

/* ---- reset ----- */


html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
    scrollbar-width: none;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05rem;
    line-height: 1.8;
    color: #160506;
    background: none;
}
body::-webkit-scrollbar {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

a {
    color: #fff;
    transition: 0.3s;
}
a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

img {
    vertical-align:top;
}

strong {
    font-weight: bolder;
}


.sp {
    display: block;
}

.pc {
    display: none;
}


/* common */

#wrap {
    position: relative;
    overflow-x: hidden;
}
#wrap::before {
    content: "";
    background-image: url(../images/bg_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -10;
}

/* header */

.fix_menu {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    z-index: 1000;
}
.menu-trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.menu-trigger::before {
    content: "";
    background-image: url(../images/btn_bg_menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    aspect-ratio: 340 / 332;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.menu-trigger span {
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #140407;
    transition: 0.3s;
}
.menu-trigger span:nth-child(1) {
    top: 33%;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-trigger span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-trigger span:nth-child(3) {
    top: 65%;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-trigger.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.3s;
}
.menu-trigger.active span:nth-of-type(2) {
    display: none;
}
.menu-trigger.active span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    background-color: rgba(73, 81, 154, 0.95);
}
.gnavi .gnavi_in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.gnavi_wrap li {
    margin-bottom: 2.5rem;
}
.gnavi_wrap li:last-of-type {
    margin-bottom: 0;
}
.gnavi_wrap li a {
    font-size: 1em;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.gnavi_wrap li a.no-link {
    opacity: 0.25;
    pointer-events: none;
}

/* header */

/* main */

.common_wrapper {
    max-width: 1100px;
    padding: 0 1.25rem;
    margin: 0 auto;
}

.common_heading {
    width: 100%;
    max-width: 350px;
    margin: 0rem auto 2rem;
}

.line_1 {
    position: relative;
}
.line_1::before {
    content: "";
    background-image: url(../images/line_sp_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    aspect-ratio: 750 / 109;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin-top: 1rem;
}
.line_2 {
    position: relative;
}
.line_2::before {
    content: "";
    background-image: url(../images/line_sp_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    aspect-ratio: 750 / 108;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin-top: 1rem;
}

/* main */

/* footer */

.footer {
    padding: 3rem 0 0;
    background-color: #fff;
    position: relative;
}

.topbtncont {
    transition: 0.3s;
    transform: translateY(20px);
    opacity: 0;
    max-width: 80px;
    width: 15%;
    position: fixed;
    bottom: 2.5rem;
    right: 1.25rem;
    z-index: 100;
    pointer-events: none;
}

.topbtncont.active {
    transition: 0.3s;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.topbtn {
    display: block;
}

.share {
    color: #000;
    font-weight: bold;
    text-align: center;
}

.snslist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 2rem;
}

.snslist li {
    width: 2.1rem;
    margin-right: 2.5rem;
}

.snslist li:last-child {
    margin-right: 0;
}


.footer_logoarea {
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fooerlogo {
    width: 14%;
    max-width: 80px;
    margin: 0 auto;
}

.copy {
    padding: 1rem 1rem 1.5rem;
    text-align: center;
    font-size: 10px;
    color: #000;
}

/* footer */

/* common */


/* TOP */

.top_kv_area {
    position: relative;
}
.top_kv_area h1 {
    position: absolute;
    top: 7.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: auto;
    z-index: 1;
}
.top_kv_area h1.smooth {
    transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
    clip-path: inset(0 100% 0 0);
    transition-delay: 1s;
}
.top_kv_area h1.smooth.is-inview {
    clip-path: inset(0);
}


.lead_container {
    background-color: #000;
    padding: 1rem 0;
}
.lead_container .lead_area {
    text-align: center;
}
.lead_container .lead_area p {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}


.trailer_container {
    padding-top: 4rem;
}
.trailer_container .trailer_wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.trailer_container .trailer_wrapper .trailer_movie_area {
    text-align: center;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #160506;
    margin-bottom: 1rem;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li {
    width: calc((100% - 0.75rem) / 2);
    margin-right: 0.75rem;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li:last-of-type {
    margin-right: 0;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #160506;
    background-color: #fff;
    padding: 0.25rem;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li.active a {
    color: #fff;
    background-color: #160506;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li a.no-link {
    pointer-events: none;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li a.no-link:hover {
    opacity: 1;
}

.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie {
    display: none;
    width: 100%;
    opacity: 0;
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border: none;
}


.introduction_container {
    padding-top: 6rem;
}
.introduction_container .introduction_text {
    text-align: center;
}
.introduction_container .introduction_text p {
    font-size: 0.9rem;
}


.news_container {
    padding-top: 6rem;
}
.news_container .news_wrapper .news_article,
.news_container .news_list_wrapper .news_list li {
    background-color: #fff;
    box-shadow: 2.5px 2.5px 0px #160506;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.news_container .news_wrapper .news_article .news_article_title {
    cursor: pointer;
    transition: 0.3s;
}
.news_container .news_wrapper .news_article .news_article_title:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.news_container .news_wrapper .news_article .news_article_title p.date,
.news_container .news_list_wrapper .news_list li .news_date {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}
.news_container .news_wrapper .news_article .news_article_title h3,
.news_container .news_list_wrapper .news_list li h3 {
    font-size: 0.9rem;
    font-weight: 400;
    color: #353535;
}
.news_container .news_wrapper .news_more_btn {
    text-align: center;
    width: 30%;
    max-width: 200px;
    font-size: 0.9rem;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    background-color: #49519a;
    border-radius: 25px;
    box-shadow: 2.5px 2.5px 0px #160506;
    padding: 0.5rem 0;
    margin: 1rem 0 0 auto;
}
.news_container .news_wrapper .news_more_btn:hover {
    box-shadow: none;
}


.chart_container {
    padding-top: 6rem;
}
.chart_container .chart_area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.photo_slider_container {
    background-color: #49519a;
    padding: 2.5rem 0;
    margin-top: 5rem;
}


.castandstaff_container {
    padding-top: 5rem;
}
.castandstaff_container .castandstaff_text {
    text-align: center;
}
.castandstaff_container .castandstaff_text h3 {
    font-size: 1rem;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.5rem;
}
.castandstaff_container .castandstaff_text p {
    font-size: 0.9rem;
    line-height: 2;
}
.castandstaff_container .castandstaff_text p a {
    position: relative;
    display: inline;
    color: #160506;
}
.castandstaff_container .castandstaff_text p a::after {
    content: "";
    background-image: url(../images/btn_comment_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    aspect-ratio: 300 / 80;
    width: auto;
    height: 1.25rem;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
}
.castandstaff_container .castandstaff_text .cast {
    margin-bottom: 2.5rem;
}

/* remodal */

.remodal-overlay {
    background: rgba(73, 81, 154, 0.95);
}
.remodal-wrapper {
    padding: 0 1.25rem;
}

.remodal_inner {
    padding: 1.5rem 0;
}
.remodal {
    margin-bottom: 0;
    padding: 0;
    color: #160506;
    background: transparent;
}
.remodal-close {
    top: 0;
    left: auto;
    right: 0;
    color: #fff;
}
.remodal-close::before {
    content: "\2715";
    font-size: 2rem;
}
.cast_modal_heading h4 {
    font-size: 1.5rem;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
.cast_modal_area {
    text-align: left;
    background-color: #fff;
    box-shadow: 2.5px 2.5px 0px #160506;
    padding: 1rem;
}
.cast_modal_area .cast_modal_name {
    border-bottom: 1px solid #160506;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}
.cast_modal_area .cast_modal_name p {
    font-size: 0.9rem;
}

.cast_modal_area .cast_modal_text p {
    margin-top: 1.8rem;
    font-size: 0.9rem;
}

.q-txt {
    font-weight: 700;
}

/* remodal */


.music_container {
    padding-top: 6rem;
}
.music_container .music_area .music_img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 1rem;
}
.music_container .music_area .music_text {
    text-align: center;
}
.music_container .music_area .music_text p {
    font-size: 0.9rem;
}
.music_container .music_area .music_text h3 {
    font-size: 1.25rem;
    font-weight: 400;
}


.stream_container {
    padding-top: 6rem;
}
.stream_container .stream_prime-video_area {
    text-align: center;
}
.stream_container .stream_prime-video_area .stream_prime-video_logo {
    width: 40%;
    max-width: 240px;
    margin: 0 auto 1.5rem;
}
.stream_container .stream_prime-video_area .stream_prime-video_btn {
    width: 80%;
    max-width: 380px;
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #3678f4;
    border-radius: 40px;
    padding: 0.5rem;
    margin: 0 auto;
}


.sns_container {
    padding: 6rem 0;
}
.sns_container .sns_list {
    max-width: 500px;
    background-color: #fff;
    box-shadow: 2.5px 2.5px 0px #160506;
    padding: 1.5rem 1rem;
    margin: 0 auto;
}
.sns_container .sns_list ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.sns_container .sns_list ul li {
    width: 1.5rem;
    margin-right: 1.25rem;
}
.sns_container .sns_list ul li:last-of-type {
    margin-right: 0;
}

/* TOP */

/* NEWS */

.news_page .main {
    min-height: calc(100vh - 285px);
}

.news_page .top_container {
    padding-bottom: 0;
    margin: 0 auto;
}
.news_page .top_kv_area {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 75px;
    background: none;
}
.news_page .top_kv_area h1 {
    position: absolute;
    top: 2rem;
    left: 5rem;
    width: 30%;
    max-width: 125px;
    height: auto;
    z-index: 1;
}

.news_page .news_container {
    padding-top: 2rem;
    margin-bottom: 4rem;
}
.news_page .news_container .news_list_wrapper {
    margin-bottom: 2.5rem;
}
.news_page .news_container .news_list_wrapper .news_list li {
    background-color: #fff;
    box-shadow: 2.5px 2.5px 0px #160506;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.news_page .news_container .news_list_wrapper .news_list li:last-child {
    margin-bottom: 0;
}
.news_page .news_container .news_list_wrapper .news_list li .news_date {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}
.news_page .news_container .news_list_wrapper .news_list li h3 {
    font-size: 0.9rem;
    font-weight: 400;
    color: #353535;
}

.news_page .news_container .top_btn_area {
    width: 60%;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}
.news_page .news_container .top_btn_area .top_btn {
    text-align: center;
    font-size: 0.9rem;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    background-color: #49519a;
    border-radius: 25px;
    box-shadow: 2.5px 2.5px 0px #160506;
    padding: 0.5rem 0;
    margin: 1rem 0 0 auto;
}
.news_page .news_container .top_btn_area .top_btn:hover {
    box-shadow: none;
}


.news_page .news_container .news_article_wrapper {
    margin-bottom: 4rem;
}
.news_page .news_container .news_article_wrapper .news_article .news_date {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}
.news_page .news_container .news_article_wrapper .news_article h3 {
    font-size: 0.9rem;
    font-weight: 400;
    color: #353535;
    border-bottom: 1px solid #49519a;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.news_page .news_container .news_article_wrapper .news_article img {
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto 1rem;
}
.news_page .news_container .news_article_wrapper .news_article .detailtxt {
    font-size: 0.9rem;
    line-height: 1.5;
}
.news_page .news_container .news_article_wrapper .news_article .detailtxt a {
    display: inline-block;
    color: #49519a;
    word-break: break-word;
}

.news_page .news_container .top_btn_area .news_list_btn {
    text-align: center;
    font-size: 0.9rem;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    background-color: #49519a;
    border-radius: 25px;
    box-shadow: 2.5px 2.5px 0px #160506;
    padding: 0.5rem 0;
    margin: 1rem 0 0 auto;
}
.news_page .news_container .top_btn_area .news_list_btn:hover {
    box-shadow: none;
}

/* NEWS */



@media screen and (min-width: 768px) {
    .common_heading {
        margin: 3rem auto 2rem;
    }
}


@media screen and (min-width: 1024px) {

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* common */

    #wrap::before {
        background-image: url(../images/bg_pc.jpg);
    }

    /* header */

    .gnavi {
        display: block !important;
        position: absolute;
        height: 70px;
        background-color: #49519a;
    }
    .gnavi .gnavi_in {
        flex-direction: row;
    }
    .gnavi_wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }
    .gnavi_wrap li {
        position: relative;
        margin: 0 3rem 0 0;
    }
    .gnavi_wrap li:last-of-type {
        margin: 0;
    }
    .gnavi_wrap li::after {
        content: "/";
        position: absolute;
        width: 1.1rem;
        height: auto;
        top: 50%;
        right: -2rem;
        transform: translateY(-50%);
        color: #fff;
    }
    .gnavi_wrap li:last-of-type::after {
        content: none;
    }
    .gnavi_wrap li a {
        font-size: 1.1rem;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #fff;
    }

    /* header */

    /* main */

    .common_wrapper {
        max-width: 1100px;
        padding: 0 1.25rem;
        margin: 0 auto;
    }
    .common_heading {
        width: 60%;
        max-width: 500px;
        margin: 1.5rem auto 4rem;
    }

    .line_1::before {
        background-image: url(../images/line_pc_1.png);
        aspect-ratio: 750 / 109;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        margin-top: 0;
    }
    .line_2::before {
        background-image: url(../images/line_pc_2.png);
        aspect-ratio: 750 / 108;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        margin-top: 0
    }

    /* main */

    /* footer */

    .topbtncont {
        bottom: 11.5rem;
        right: 2.5rem;
    }

    .sec.footer {
        padding-bottom: 1rem;
    }

    .footer_menu ul {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .footer_menu ul li {
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .footer_menu ul li:last-child {
        margin-right: 0;
    }


    .footer_logoarea {
        margin-top: 3rem;
    }

    .copy {
        padding-top: 2rem;
    }

    /* footer */

    /* common */

    /* TOP */

    .top_kv_area {
        position: relative;
    }
    .top_kv_area h1 {
        top: auto;
        bottom: 7.5%;
        width: 55%;
        height: auto;
    }


    .lead_container {
        padding: 2.5rem 0 1rem;
    }
    .lead_container .lead_area p {
        font-size: 1.5rem;
    }


    .trailer_container {
        padding-top: 6rem;
    }
    .trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab {
        margin-bottom: 2rem;
    }
    .trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li {
        width: calc((100% - 1.25rem) / 2);
        margin-right: 1.25rem;
    }
    .trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li:last-of-type {
        margin-right: 0;
    }
    .trailer_container .trailer_wrapper .trailer_movie_area .trailer_movie_tab li a {
        font-size: 1rem;
        padding: 0.5rem;
    }


    .introduction_container {
        padding-top: 10rem;
    }
    .introduction_container .introduction_text p {
        font-size: 1.25rem;
    }


    .news_container {
        padding-top: 10rem;
    }
    .news_container .news_wrapper .news_article,
    .news_container .news_list_wrapper .news_list li {
        box-shadow: 5px 5px 0px #160506;
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
    .news_container .news_wrapper .news_article .news_article_title,
    .news_container .news_list_wrapper .news_list li div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .news_container .news_wrapper .news_article .news_article_title p.date,
    .news_container .news_list_wrapper .news_list li .news_date {
        font-size: 1rem;
        margin-right: 4rem;
        margin-bottom: 0;
    }
    .news_container .news_wrapper .news_article .news_article_title h3,
    .news_container .news_list_wrapper .news_list li h3 {
        font-size: 1rem;
    }

    .news_container .news_wrapper .news_more_btn {
        width: 15%;
        max-width: 150px;
        font-size: 1rem;
        box-shadow: 3px 3px 0px #160506;
        padding: 0.75rem 0;
        margin: 2rem 0 0 auto;
    }
    .news_container .news_wrapper .news_more_btn:hover {
        box-shadow: none;
    }


    .chart_container {
        padding-top: 10rem;
    }


    .photo_slider_container {
        padding: 4rem 0;
        margin-top: 10rem;
    }


    .castandstaff_container {
        padding-top: 10rem;
    }
    .castandstaff_container .castandstaff_text h3 {
        font-size: 1.25rem;
    }
    .castandstaff_container .castandstaff_text p {
        font-size: 1rem;
        line-height: 2.5;
    }
    .castandstaff_container .castandstaff_text p a::after {
        background-image: url(../images/btn_comment_pc.png);
        aspect-ratio: 574 / 160;
        width: auto;
        height: 2rem;
        top: 50%;
        right: -70%;
        transform: translateY(-50%);
    }
    .castandstaff_container .castandstaff_text .cast {
        margin-bottom: 3.5rem;
    }

    /* remodal */

    .remodal-close {
        top: 1rem;
    }
    .remodal-close::before {
        font-size: 2.5rem;
    }
    .cast_modal_heading h4 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .cast_modal_area {
        box-shadow: 5px 5px 0px #160506;
        padding: 2rem;
    }
    .cast_modal_area .cast_modal_name {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .cast_modal_area .cast_modal_name p {
        font-size: 1rem;
    }
    .cast_modal_area .cast_modal_text p {
        font-size: 1rem;
    }

    /* remodal */

    .music_container {
        padding-top: 10rem;
    }
    .music_container .music_area .music_img {
        margin: 0 auto 2.5rem;
    }
    .music_container .music_area .music_text p {
        font-size: 1.25rem;
    }
    .music_container .music_area .music_text h3 {
        font-size: 1.5rem;
    }


    .stream_container {
        padding-top: 10rem;
    }
    .stream_container .stream_prime-video_area .stream_prime-video_logo {
        margin: 0 auto 2.5rem;
    }
    .stream_container .stream_prime-video_area .stream_prime-video_btn {
        font-size: 1.1rem;
        padding: 1rem;
    }


    .sns_container {
        padding: 10rem 0;
    }
    .sns_container .sns_list {
        box-shadow: 5px 5px 0px #160506;
        padding: 2.5rem 2rem;
    }
    .sns_container .sns_list ul li {
        width: 2rem;
        margin-right: 2rem;
    }
    .sns_container .sns_list ul li:last-of-type {
        margin-right: 0;
    }

    /* TOP */

    /* NEWS */

    .news_page .gnavi .gnavi_in {
        justify-content: flex-end;
    }
    .news_page .gnavi_wrap {
        margin-right: 2rem;
    }
    .news_page .gnavi_wrap li {
        margin: 0 2rem 0 0;
    }
    .news_page .gnavi_wrap li::after {
        right: -1.5rem;
    }

    .news_page .top_kv_area h1 {
        top: 1.5rem;
        left: 5.5rem;
        width: 10%;
        max-width: 125px;
        height: auto;
        z-index: 100;
    }

    .news_page .news_container {
        padding-top: 5rem;
        margin-bottom: 10rem;
    }
    .news_page .news_container .news_list_wrapper {
        margin-bottom: 5rem;
    }
    .news_page .news_container .news_list_wrapper .news_list li {
        box-shadow: 5px 5px 0px #160506;
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
    .news_page .news_container .news_list_wrapper .news_list li:last-child {
        margin-bottom: 0;
    }
    .news_page .news_container .news_wrapper .news_list li div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .news_page .news_container .news_list_wrapper .news_list li .news_date {
        font-size: 1rem;
        margin-right: 4rem;
        margin-bottom: 0;
    }
    .news_page .news_container .news_list_wrapper .news_list li h3 {
        font-size: 1rem;
    }

    .news_page .news_container .top_btn_area {
        margin: 0 auto;
    }
    .news_page .news_container .top_btn_area .top_btn {
        font-size: 1rem;
        box-shadow: 3px 3px 0px #160506;
        padding: 0.75rem 0;
        margin: 1.5rem 0 0 auto;
    }
    .news_page .news_container .top_btn_area .top_btn:hover {
        box-shadow: none;
    }


    .news_page .news_container .news_article_wrapper {
        margin-bottom: 5rem;
    }
    .news_page .news_container .news_article_wrapper .news_article .news_date {
        font-size: 1rem;
    }
    .news_page .news_container .news_article_wrapper .news_article h3 {
        font-size: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.25rem;
    }
    .news_page .news_container .news_article_wrapper .news_article img {
        margin: 0 auto 1.5rem;
    }
    .news_page .news_container .news_article_wrapper .news_article .detailtxt {
        font-size: 1rem;
    }

    .news_page .news_container .top_btn_area .news_list_btn {
        font-size: 1rem;
        box-shadow: 3px 3px 0px #160506;
        padding: 0.75rem 0;
        margin: 2rem 0 0 auto;
    }
    .news_page .news_container .top_btn_area .news_list_btn:hover {
        box-shadow: none;
    }


    /* NEWS */

}


@media screen and (min-width: 1280px) {

    /* NEWS */

    .news_page .gnavi .gnavi_in {
        justify-content: center;
    }
    .news_page .gnavi_wrap {
        margin-right: 0;
    }
    .news_page .gnavi_wrap li {
        margin: 0 3rem 0 0;
    }
    .news_page .gnavi_wrap li::after {
        right: -2rem;
    }

    /* NEWS */

}



/* inview */

.fadeup {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity .8s, transform .8s;
}
.fadeup.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.top_kv_area h1.fadeup {
    transform: translate(-50%, 0);
}
.top_kv_area h1.fadeup.is-inview {
    transform: translate(-50%, 0);
}

/* inview */