@charset "utf-8";
/* Updated date: 2020/04/24 */

.body-class-page-movie section.sec_1 {
    padding: 0;
}
.body-class-page-movie section.sec_1 figure img.pc {
    display: block !important;
}
.body-class-page-movie section.sec_1 figure img.sp {
    display: none !important;
}
.body-class-page-movie footer {
    margin-top: 150px;
}
.yotu-lightbox .yotu-copyright {
    display:none !important;
}
.yotu-video-thumb-wrp::after{
opacity:.8 !important;
}
.head-msg {
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px){
.body-class-page-movie section.sec_1 figure img.sp {
    display: block !important;
}
.body-class-page-movie section.sec_1 figure img.pc {
     display: none !important;
}
}