@charset "UTF-8";

/*MV調整_250828*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
}

#mv .mv_textimg {
    max-width: 700px;
    left: 0%;
}
@media screen and (min-width: 769px) {
    #mv .mv_textimg .mv_textimg_pc {
        justify-content: flex-start;
    }
}

@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: auto !important;
    }
}

@media screen and (min-width: 901px) {
    #mv .mv_mp4, #mv .mv_img, #mv:after {
        width: 100%;
        left: 0;
    }
}
@media screen and (max-width: 900px){
    #mv .mv_textimg img {
        width: 40%;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg .mv_textimg_sp {
        justify-content: flex-start;
    }
}