@charset "UTF-8";

#mv,#mv .mv_mp4,#mv.mv_mp4_cover2 .mv_mp4 video {
    max-height: calc(100vh - 138px) !important;
    height: calc(100vh - 138px);
}
header {
    height: 138px;
}
body.scrolled header {
    height: auto;
}
@media screen and (max-width: 900px) {
    #mv,#mv .mv_mp4,#mv.mv_mp4_cover2 .mv_mp4 video {
        max-height: calc(100vh - 70px) !important;
        height: calc(60vh - 70px);
    }
    header {
        height: 70px;
    }
}


#top_coating+.composite_box01 .wrapper_item {
    justify-content: center;
}
#top_coating+.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    display: none;
}