@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */
/* =====================================================================
    header
======================================================================*/
.nav_menu li {
    width: calc(1 / 3 * 100%);
}

.nav_menu li.nav_backnumber a {
    font-size: 100%;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .nav_menu li:nth-child(4n)::after {
        display: block;
    }

    .nav_menu li:nth-child(3n)::after {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .nav_menu li {
        width: 9.5em;
    }
}

/* =====================================================================
    info
======================================================================*/
.info:has(+ #kenminstar.cast) {
    padding-bottom: 0;
}

/* =====================================================================
    tver
======================================================================*/
.tver_embed {
    position: relative;
    width: 100%;
}

.tver_embed a {
    position: relative;
    display: block;
    width: 100%;
}

.tver_embed a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: calc(120 / 650 * 100%);
    max-width: 120px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/common/icon_tver.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .tver_embed a:hover {
        opacity: 1;
    }

    .tver_embed a:hover::before {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* =====================================================================
    movie
======================================================================*/
.movie .inner {
    padding-left: 0;
    padding-right: 0;
}

.movie_type {
    position: relative;
}

.movie_type + .movie_type {
    margin-top: 5rem;
}

.movie_type dt {
    padding: 0 3rem;
}

.movie_type dt span {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0.3em 1em;
    color: #fffff2;
    font-size: 86%;
    font-weight: 900;
    letter-spacing: 0.05em;
    border-radius: 3em;
    background-color: #6ca3cd;
}

.movie_type dd {
    width: 100%;
    padding-bottom: 1rem;
    overflow-x: scroll;
}

.movie_type dd::-webkit-scrollbar {
    height: 0.8rem;
}

.movie_type dd::-webkit-scrollbar-thumb {
    border-radius: 0.8rem;
    background-color: #c99bc7;
}

.movie_type dd::-webkit-scrollbar-track {
    background-color: #fffff2;
}

.movie_list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 168rem;
    padding: 0 3rem;
}

.movie_list li {
    width: 32rem;
    margin-left: 0.5rem;
}

.movie_list li:first-child {
    margin-left: 0;
}

.movie_item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie_item * {
    line-height: inherit;
}

.movie_item iframe {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .movie_type dt {
        padding: 0 10rem;
    }

    .movie_list {
        width: calc(1370px + 20rem);
        padding: 0 10rem;
    }

    .movie_list li {
        width: 270px;
        margin-left: 5px;
    }
}
