@charset "UTF-8";
@import url("https://use.typekit.net/sll4ihv.css");

@font-face {
    font-family: 'YasashisaBold';
    src: url('fonts/YasashisaBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.loading {
    position: fixed;
    display: block;
    background-color: #fff;
    top: 0;
    height: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.fix_menu::before {
    background-color: #fff;
}

.menu-trigger span {
    background-color: #000;
}

.menu-trigger.active span {
    background-color: #000;
}

.kv {
    position: relative;
}

.combtn {
    max-width: 170px;
    width: 27%;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.top_kv_cont {
    width: 100%;
    height: 50vh;
    min-height: 500px;
    position: relative;
}

img.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
}

.teaser {
    padding: 0 1rem 3rem;
}

.t-txt {
    width: 96%;
    margin: 1rem auto 2rem;
    padding: 0.5em 0;
    text-align: center;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -0.01em;
    background-color: #fff;
    transform: skew(-10deg);
}

.movie_info p.movie_infotxt {
    text-align: center;
    color: #fff;
    font-size: 2em;
}



.news_list_wrapper .news_list li {
    background-color: #c8f0fb;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #85fe00;
}

.title {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    font-family: 'YasashisaBold', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2rem;
}

.title span {
    position: relative;
    z-index: 1;
    background-color: #282828;
    padding: 0 1em 0 0;
}

.title::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
}

img.number {
    display: block;
    width: 58%;
    max-width: 170px;
    margin: 0 auto;
}

ul.news li a {
    background-color: #c8f0fb;
    position: relative;
    padding: 10px;
    margin: 15px 0;
}

ul.news li a p {
    font-size: 1.3em;
    width: 90%;
}

ul.news li a::after {
    position: absolute;
    content: "";
    background-image: url(../images/yajirushi.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    right: 2.5em;
    top: 46%;
    aspect-ratio: 41 / 42;
}

ul.news li a span {
    font-weight: bold;
    font-size: 1em;
    padding-right: 1.6em;
}


ul.upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.upper li {
    width: 50%;
    max-width: 333px;
}


ul.lower {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.lower li {
    width: 50%;
    max-width: 320px;
}

.viewmore {
    position: relative;
    border: 2px solid #fff;
    border-radius: 3em;
    margin: 0 auto 2em;
}

.viewmore a::after {
    width: 5%;
    background-image: url(../images/arrow_white.png);
}

.primevideo {
    border: 2px solid #0578ff;
}

.primevideo a {
    color: #fff;
    background-color: #0578ff;
}

.primevideo a:hover {
    color: #fff;
    background-color: #282828;
}

.movie_info .movie_btn a {
    padding: 0.8em 0;
    font-size: 1.16em;
}


.videoimg {
    width: 32%;
    max-width: 230px;
    margin: 1rem auto;
}

.btncont {
    width: 60%;
}

.movie_info {
    padding: 40px 1rem;
}

.movie_info .movie_btn {
    width: 71%;
    margin: 2rem auto 3rem;
    font-weight: bold;
}

.netflix {
    border: 2px solid #0060ff;
}

.netflix a {
    color: #0060ff;
    position: relative;
}

.netflix a::after {
    background-image: url(../images/arrow_blue.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 5%;
    aspect-ratio: 18 / 7;
    top: 50%;
    right: 0.3em;
    transform: translateY(-50%);
    transition: right 0.3sease;
}

.tver {
    border: 2px solid #23abe6;
}

.tver a {
    color: #23abe6;
    position: relative;
}

.tver a::after {
    background-image: url(../images/arrow_blue.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 5%;
    aspect-ratio: 18 / 7;
    top: 50%;
    right: 0.3em;
    transform: translateY(-50%);
    transition: right 0.3sease;
}

#backnumber {
    width: 83.57%;
    max-width: 580px;
    max-height: 100px;
    height: 100%;
}

#backnumber::after {
    position: absolute;
    content: "";
    background-image: url(../images/title_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    max-width: 230px;
    height: 160%;
    max-height: 220px;
    top: -25px;
    left: 30%;
    z-index: -1;
}


p.exptxt span {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #92e339 60%);
}

.sns_contents .tiktok {
    max-width: 1000px;
    border-radius: 10px;
}

.sns_contents .tiktok div {
    margin: 0 auto;
}




.news_detail {
    background-color: #c8f0fb;
    position: relative;
    padding: 1em;
    margin: 15px 0;
    font-size: 1em;
    color: #000;
}

.news_detail span {
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 1em;
    color: #000;
}

.news_detail h3 {
    font-weight: 500;
    font-size: 1em;
    color: #000;
}

.news_detail p {
    font-size: 1em;
    color: #000;
}

.news_detail h3 {
    font-size: 1.5em;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #000;
}


.newsdetail_wrapper .viewmore {
    margin: 2em auto 5em;
}

.newsdetail_wrapper .viewmore a::after {
    background-image: url(../images/arrow_white_rev.png);
    left: 1em;
}

.newsdetail_wrapper .btncont a {
    font-size: 0.8em;
    line-height: 2.2em;
}

.pagination .arrow.next a {
    padding-left: 1em;
}

.pagination .arrow.prev a {
    padding-right: 1em;
}

.pagination .active a {
    background: #92e339;
}

.pagination a::before {
    background: #92e339;
}

.news_list_wrapper .news_list .display::after {
    background-color: #333;
    height: 0.1em;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    aspect-ratio: 18 / 7;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: 10;
}

.news_list_wrapper .news_list .display::before {
    background-color: #333;
    height: 0.1em;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    aspect-ratio: 18 / 7;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
    z-index: 10;
}

.news_list_wrapper .news_list .display.on::before {
    background-color: #333;
    height: 0.1em;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    aspect-ratio: 18 / 7;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: 10;
}

.news_list_wrapper .news_date {
    display: block;
    font-weight: bold;
    font-size: 0.7em;
    letter-spacing: 0;
}


.news_list_wrapper .news_list .display {
    position: relative;
    padding: 1em 2em 1em 1em;
}

.news_list_wrapper .news_list li {
    padding: 0;
}

.news_list_wrapper a {
    display: block;
}


.news_list_wrapper .news_list .hide {
    padding: 1em;
}

.pagination ul {
    justify-content: space-between;
}

.slick-track {
    position: relative;
    top: 0;
    /* left: 100%; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news_detail-table {
    width: 100%;
    max-width: 370px;
    color: #333;
}

.news_detail-table thead th {
    border: 1px solid #333;
    width: 100%;
    text-align: center;
}

.news_detail-table th {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    display: inline-block;
    width: 20%;
}

.news_detail-table td {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    display: inline-block;
    width: 80%;
    text-align: center;
}

.epcont {
    display: none;
}

.epcont.on {
    display: block;
}

/*---------- slide -----------*/

.slider .slick-slide {}

.itemthumimg {
    cursor: pointer;
}

.slide-item span,
.itemthumimg span {
    width: 100%;
    aspect-ratio: 67 / 38;
    display: block;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.slide-item a {
    position: relative;
}

.slide-item a::after {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/play.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.thumbnail {
    width: 100%;
    margin: 0.75rem auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.itemthumimg {
    width: calc(100% / 3 - 0.5rem);
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

.itemthumimg.on {
    opacity: 0.3;
}


.itemthumimg:nth-child(3n) {
    margin-right: 0;
}

.commentcont {
    background-color: #fff;
    padding: 2rem 1rem;
}

.commentcont h3 {
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
    transform: skew(-20deg);
    text-align: left;
    line-height: 1;
    padding: 0.5rem 1rem;
}

.commentcont h3.h3f {
    text-align: right;
}

.commentcont p {
    text-align: left;
    font-size: 1em;
    margin: 1rem auto 2rem;
}


@media (min-width: 960px) {
    .gnavi {

        background-color: #fff;
    }

    .gnavi_wrap a {
        color: #040403;
        font-size: 18px;
    }

    .top_kv_cont {
        width: 100%;
        height: 100vh;
        max-height: 750px;
        position: relative;
    }

    img.kv {
        /* margin-top: -50px; */
    }

    img.kv_logo {
        /* max-width: 1440px; */
        width: 50%;
    }

    .title {
        margin: 2em auto 4em;
    }

    ul.news li a {
        padding: 1.5em 2.5em;
        margin: 15px 0;
    }

    ul.news li a::after {
        right: 2em;
        top: 2em;
    }

    ul.news li a span {
        font-size: 0.9em;
        padding-right: 1.6em;
    }

    .viewmore {
        margin: 3em auto;
    }

    .movie_info {
        padding: 0 0 100px;
    }

    .movie_info .movie_btn a {
        line-height: 2;
    }

    .title {
        margin: 0 auto 2em;
    }

    .itemthumimg {
        width: calc(100% / 6 - 0.5rem);
        margin-bottom: 0;
        margin-right: 0.6rem;
    }

    .itemthumimg:nth-child(3n) {
        margin-right: 0.6rem;
    }

    .itemthumimg:nth-child(6n) {
        margin-right: 0;
    }


    ul.upper {
        display: flex;
        width: 1030px;
        margin: 0 auto;
        justify-content: space-between;
    }

    ul.upper li {
        margin-left: 1em;
    }

    ul.upper li {
        width: 50%;
        max-width: 310px;
    }

    ul.lower {
        display: flex;
        width: 670px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .twitter-tweet {
        margin: 0 auto;
    }

    .pagination a:hover {
        font-size: 1em;
    }

    .pagination ul {
        justify-content: center;
    }

    .movie_info p {
        font-size: 1em;
    }

    .news_list_wrapper .news_list .display::after {
        width: 2%;
        right: 1.5em;
    }

    .news_list_wrapper .news_list .display::before {
        width: 2%;
        right: 1.5em;
    }

    .news_list_wrapper .news_list .display.on::before {
        width: 2%;
        right: 1.5em;
    }


    .videoimg {
        margin: 2rem auto 0;
    }

    .news_list_wrapper .news_list li p {
        width: 100%;
        font-size: 0.9em;
    }

    .g-name {
        font-size: 3em;
    }

    .member_list {
        margin: 2rem auto 1rem;
    }

    .cast-x {
        margin: 2rem auto 1rem;
    }

    .castlist {
        margin: 4rem auto 0;
        max-width: 700px;
    }

    .castbox {
        width: calc(100% / 4 - 1.2rem);
        margin: 0 1.6rem 1.6rem 0;
        padding-bottom: 1.6rem;
    }

    .castbox:nth-child(3n) {
        margin-right: 1.6rem;
    }

    .castbox:nth-child(4n) {
        margin-right: 0;
    }

    .commentcont {
        padding: 3rem;
    }

    .combtn {

        right: 1rem;
        bottom: auto;
        top: 5%;
    }
}