@charset "UTF-8";
.modalArea {
    display: none;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.modalBg::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    margin-top: -260px;
    right: 50%;
    margin-right: -420px;
    width: 41px;
    height: 42px;
    cursor: pointer;
    background: url(/movie/img/movie-close_btn.png) no-repeat center center / 100% auto;
}
.modalCnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 748px;
}
.modal-box {
    position: relative;
}
.movieTtl_wrap {
    width: 100%;
    max-width: 1366px;
    padding: 0 40px;
    margin: 0 auto;
}
.movieCnt_in {
    margin-right: -40px;
}
.movieTtl_wrap h1 {
    font-size: 44px;
    line-height: 1;
    margin-top: 80px;
}
.movieCnt_wrap {
    width: 100%;
    max-width: 1368px;
    padding: 0 40px;
    margin: 80px auto 0;
}
.movieCnt_wrap h2 {
    line-height: 1;
    font-size: 30px;
    padding-bottom: 25px;
    margin-bottom: 45px;
    border-bottom: 3px solid #FF6400;
    width: 100%;
}
.movieCnt-lst li {
    width: calc((100% - 92px) / 3);
    margin: 50px 46px 0 0;
}
.movieCnt-lst li:nth-child(3n) {
    margin-right: 0;
}
.movieCnt-lst li picture source,
.movieCnt-lst li picture img {
    width: 100%;
    height: auto;
}
.movieImg_wrap {
    position: relative;
}
.movieCnt-img_wrap p {
    line-height: 1.3;
    margin-top: 33px;
}
.movieCnt_wrap.ver2 {
    margin-top: 165px;
}
.movieCnt_wrap.ver3 {
    margin-top: 170px;
}
.site-main {
    padding-bottom: 180px;
}
.modal-box iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (min-width: 959px) and (max-width:1406px) {
    .movieCnt_in {
        margin-right: 0;
    }
}
@media (min-width: 959px) {
    .modal-btn {
        cursor: pointer;
    }
    .modal-btn:hover {
        opacity: .8;
    }
    .movieCnt-lst {
        display: flex;
        flex-wrap: wrap;
        margin-top: -50px;
    }
}
@media screen and (min-width: 745px) and (max-width:959px) {
    .modalBg::before {
        margin-right: 50px !important;
        margin-top: -225px !important;
    }
}
@media only screen and (max-width:959px) {
    .modalCnt {
        padding: 0 15px;
    }
    .modalBg::before {
        margin-top: -31vw;
        transform: translateY(-50%);
        right: 15px;
        margin-right: 0;
        width: 21px;
        height: 21px;
        background: url(/movie/img/sp/movie-close_btn.png) no-repeat center center / 100% auto;
    }
    .movieTtl_wrap {
        padding: 0 15px;
    }
    .movieCnt_in {
        margin-right: 0px;
    }
    .movieTtl_wrap h1 {
        font-size: 25px;
        margin-top: 38px;
    }
    .movieCnt_wrap {
        padding: 0 15px;
        margin: 41px auto 0;
    }
    .movieCnt_wrap h2 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 26px;
        border-bottom: 2px solid #FF6400;
    }
    .movieCnt-lst li {
        width: 100%;
        margin: 32px 0 0 0;
    }
    .movieCnt-lst {
        margin-top: -7px;
    }
    .movieCnt-img_wrap p {
        font-size: 16px;
        margin-top: 3px;
    }
    .movieCnt_wrap.ver2 {
        margin-top: 85px;
    }
    .movieCnt_wrap.ver3 {
        margin-top: 100px;
    }
    .site-main {
        padding-bottom: 112px;
    }
}
@media only screen and (max-width: 374px) {
}
