@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.final-show {
    background-color: #000;
}
.final-show * {
    box-sizing: border-box;
}
.final-show img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.final-show .kv__img {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
}
.final-show .inner {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 20px;
}
.final-show .movies {
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 51, 255, 0.16) 50%, rgba(255, 9, 0, 0.2) 100%);
}
.final-show .movies::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    background: top center / 60% repeat url("../images/bg_movie.jpg");
    opacity: 0.5;
}
.final-show .movies__title {
    margin: 0 auto 60px;
    width: 688px;
}
.final-show .movies__logo {
    margin: 0 auto 60px;
    width: 400px;   
}
.final-show .movies__period {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    background: linear-gradient(90deg, rgba(74, 119, 65, 0) 0%, #4A7741 50%, rgba(74, 119, 65, 0) 100%);
    padding: 11px;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 60px;
}
.final-show .movies__period span {
    font-family: "Noto Serif JP", serif;
}
.final-show .movies__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.7%;
    row-gap: 40px;
    margin-bottom: 60px;
}
.final-show .movies__item {
    width: 22.2222222%;
    text-align: left;
}
.final-show .movies__txt {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 10px;
}
.final-show .movies__schedule {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 16px;
    margin-bottom: 60px;
}
.final-show .movies__schedule__text {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 0;
}
.final-show .movies__btnwrap {
    margin-bottom: 60px;
}
.final-show .movies__btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 0 auto;
    background-color: #000;
    border: 1px solid #fff;
    color: #000;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    width: 300px;
    height: 60px;
    font-weight: 500;
}
.final-show .movies__btn::after {
    content: '';
    display: block;
    width: 15px;
    height: 11px;
    background: center / contain no-repeat url(../images/arrow.png);
}
.final-show .movies__copy {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .final-show .inner {
        max-width: 86.6666666667vw;
        padding: 0;
    }
    .final-show .movies::before {
        background: top center / contain repeat url("../images/bg_movie.jpg");
    }
    .final-show .movies {
        padding: 16vw 0px;
    }
    .final-show .movies__title {
        margin-bottom: 10.6666667vw;
        width: 76.8vw;
    }
    .final-show .movies__logo {
        margin-bottom: 10.6666667vw;
        width: 84vw;   
    }
    .final-show .movies__period {
        text-align: center;
        padding: 2.66666667vw;
        font-size: 5.33333vw;
        line-height: 1.4;
        margin-bottom: 10.6666667vw;
    }
    .final-show .movies__period span {
        display: block;
        font-size: 3.733333vw;
    }
    .final-show .movies__list {
        justify-content: space-between;
        row-gap: 6.4vw;
        margin-bottom: 10.6666667vw;
    }
    .final-show .movies__item {
        width: 40vw;
    }
    .final-show .movies__txt {
        font-size: 3.7333333333vw;
        margin-top: 2.66666667vw;
    }
    .final-show .movies__schedule {
        width: 100vw;
        margin: 0 calc( 50% - 50vw ) 10.6666667vw;
        padding: 5.3333333333vw;
    }
    .final-show .movies__schedule__text {
        text-align: left;
        font-size: 4.2666667vw;
        line-height: 1.5;
        padding: 3.2vw 4vw;
    }
    .final-show .movies__btnwrap {
        margin-bottom: 10.6666667vw;
    }
    .final-show .movies__btn {
        column-gap: 2.4vw;
        font-size: 4.26666667vw;
        width: 70vw;
        height: 16vw;
    }
    .final-show .movies__btn::after {
        width: 4vw;
        height: 2.9333333333vw;
    }
    .final-show .movies__copy {
        font-size: 2.66666666667vw;
        line-height: 1.4;
    }
}