@charset "UTF-8";

/*MV調整_260427*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg > div {
    display: inline-block;
    width: clamp(170px, 35vw, 300px);
}
#mv .mv_textimg{
    z-index: 10;
}
#mv .mv_textimg img {
    width: 100%;
}
@media screen and (max-width: 1360px) and (min-width: 769px) {
    #mv .mv_textimg img {
        max-height: initial !important;
    }
}