@charset "UTF-8";

/*MV調整_250804*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
   height: auto;
   max-height: initial !important;
   min-height: initial !important;
}
#mv .mv_textimg img {
    margin: 0 0 2% 2%;
}
#news + div > .content_wrapper {
    margin-top: 0px;
}
@media screen and (max-width: 125vh){
   #mv.mv_mp4_cover {
      height: auto !important;
      min-height: 0 !important;
   }
}
@media screen and (min-width: 901px) {
    #mv .mv_img, #mv:after, #mv .mv_mp4 {
        clip-path: none;
    }
}
@media screen and (max-height: 900px) {
    #mv .mv_textimg img {
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    .mv_nav {
       display: none;
    }
    #mv .mv_textimg img {
        width: 50%;
        min-width: 200px;
    }
}
