@charset "UTF-8";
.c-page-top-inner.is-movie {
    background-image: url(../images/movie/bg_movie2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.movie_wrap {
    margin-top: 50px;
}
.movie-lst {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.movie-lst li {
    width: 420px;
    padding: 0;
    margin-bottom: 40px;
    min-height: 291px;
}
.movie-lst li:nth-child(1),
.movie-lst li:nth-child(2) {}
.movie_box dt {
    background: #000;
    color: #fff;
    text-align: left;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
}
.moviePop_wrap .movie_box dt {
    padding: 17px 60px 17px 27px;
}
.movie_box dd a {
    display: block;
}
.movie_box dd a:hover {
    opacity: 0.7;
}
.movie_box dd img {
    width: 100%;
}
.contact_in {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    margin: 0 0 30px;
    padding: 30px 30px 30px;
}
.ctc_txt {
    margin-bottom: 40px;
}
.ctc_txt dt {
    text-align: center;
    color: #ff0000;
    font-size: 24px;
    margin-bottom: 20px;
}
.ctc_txt dd {
    text-align: center;
    font-size: 14px;
}
.ctc-btn {
    width: 660px;
    margin: 0 auto;
}
.ctc-btn a {
    display: block;
}
@media screen and (min-width: 896px) {
.ctc-btn a:hover {
    opacity: 0.8;
}
}
.pop-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.moviePop_wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translateY(-50%,-50%);
    width: 742px;
}
.moviePop-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 55px;
}
.moviePop-close a {
    width: 100%;
    height: 48px;
    display: block;
    background: url(../images/common/icn_close.png) no-repeat center center;
}
.moviePop_wrap video {
    width: 100%;
    height: auto;
}
@media (max-width: 896px) {
    .c-page-top-inner.is-movie {
        background-image: url(../images/movie/bg_sp_movie2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .movie_wrap {
        width: auto;
        margin: 0 15px 30px;
    }
    .movie-lst {
        -webkit-flex-direction: row;
        flex-direction: row;
        justify-content: start;
    }
    .movie-lst li {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0 0 0 0;
        border-top: 0;
        min-height: initial;
    }
    .movie_box {
        display: none;
    }
    .moviePop_wrap .movie_box {
        display: block;
    }
    .movie_box dt {
        padding: 15px 17px;
        line-height: 1;
        font-size: 14px;
    }
    .movie_box dd a {
        pointer-events: none;
    }
    .movie_box dd a:hover {
        opacity: 1;
    }
    .contact_in {
        margin: 0 15px 30px;
    }
    .ctc_txt {
        margin-bottom: 20px;
    }
    .ctc_txt dt {
        text-align: center;
        color: #ff0000;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ctc_txt dd {
        text-align: left;
        font-size: 12px;
    }
    .ctc-btn {
        width: auto;
        margin: 0 auto;
    }
    .ctc-btn a img {
        width: 100%;
        height: auto;
    }
    .moviePop_wrap {
        display: block;
        position: initial;
        top: auto;
        left: auto;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translateY(0,0);
        width: auto;
    }
    .moviePop-close {
        display: none;
    }
    .moviePop_wrap video {
        width: 100%;
        height: auto;
    }
    .youtube_movie {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .youtube_movie iframe {
        width: 100%;
        height: 100%;
    }
}

/*@media*/
@media (max-width: 360px) {}

/*@media*/
