@charset "UTF-8";

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

#mv .mv_textimg {
    top: auto;
    bottom: 2rem;
}

@media screen and (max-width: 1200px){
    #mv .mv_textimg .mv_textimg_pc, #mv .mv_textimg .mv_textimg_sp {
        max-width: 400px;
    }
}

@media screen and (max-width: 900px){
    #mv_outer {
        margin-top: 80px;
    }
    #mv .mv_scroll{
       display:none;
    }
    #mv .mv_textimg .mv_textimg_pc, #mv .mv_textimg .mv_textimg_sp {
        width: 40%;
    }
}