@charset "UTF-8";

/*MV調整_251118*/
header {
    background: rgb(0 0 0 / 50%);
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    height: 97%;
}
#mv .mv_textimg > div {
    width: 30%;
}
#mv .mv_textimg img {
    max-width: initial;
    min-width: initial;
    width: 100%;
}
#mv .mv_textimg a {
    right: 11%;
}
@media screen and (max-width: 900px){
    header {
        background: rgb(0 0 0 / 80%);
    }
    #mv {
        margin-top: 90px;
    }
    .mv_nav{
        display: none;
    }
}
@media screen and (min-height: 701px) and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 40%;
    }
    #mv .mv_textimg img {
        width: 100%;
    }
}