@charset "UTF-8";

/*MV調整_260424*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    bottom: 2%;
}
#mv .mv_textimg > div {
    display: none;
    width: 18%;
    max-width: 240px;
}
#mv .mv_textimg img {
    height: auto;
    width: 100%;
}
@media screen and (max-width: 1360px) and (min-width: 769px) {
    #mv .mv_textimg img {
        max-height: initial !important;
    }
}
@media screen and (max-width: 768px){
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
        object-fit: cover;
    }
    #mv .mv_textimg > div {
        display: none;
        width: 26%;
    }
}