@charset "UTF-8";

/*MV調整_251110*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    height: 100%;
    width: 100%;
    top: initial;
    bottom: 2%;
    left: 0%;
}
.mv_textimg > div {
    width: 50%;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
}
#mv .mv_textimg a {
    max-width: initial;
}
@media screen and (min-width: 901px) {
    #mv .mv_img, #mv:after, #mv .mv_mp4 {
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    .mv_textimg > div {
        width: 55%;
    }
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}