@charset "UTF-8";

/*MV調整_260226*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    width: 100%;
    left: auto;
}
#mv .mv_textimg > div {
    display: inline-block;
    width: 40%;
    max-width: 800px;
    min-width: 180px;
    margin: 1%;
}
#mv .mv_textimg a {
    width: 41%;
    aspect-ratio: 280 / 50;
    left: 31%;
    transform: translateX(0);
}
@media screen and (min-width: 901px) and (max-height: 900px) {
    #mv .mv_textimg img {
        max-width: initial;
    }
}
@media screen and (max-width: 900px){
    .mv_nav{
        display:none;
    }
}