@charset "UTF-8";

/*MV調整_260527*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    top: auto;
    bottom: 2%;
    width: 95%;
    left: 2.5%;
}
#mv .mv_textimg > div{
    width: 40%;
    max-width: 500px;
    min-width: 200px;
}
#mv .mv_textimg img {
    max-width: initial;
}
#mv:after {
    display:none;
}
@media screen and (max-width: 900px) {
    #mv .mv_textimg {
        width: 95%;
        left: 2.5%;
    }
    header .burger li {
        height: 48px;
    }
}