@charset "UTF-8";

/*MV調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    width: 90%;
    height: 95%;
    top: auto;
    bottom: 5%;
    left: 3%;
}
#mv .mv_textimg > div{
    width: 50%;
    max-width: 500px;
    min-width: 300px;
}
#mv .mv_textimg a {
    max-width: initial;
    width: 26%;
}
@media screen and (max-width: 900px){
    .mv_nav{
        display:none;
    }
}
@media screen and (max-width: 768px){
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
        object-fit: cover;
    }
}