@charset "UTF-8";

/*MV調整_250718*/
#mv {
   margin-top: 0px;
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
   height: auto;
   max-height: initial !important;
   object-fit: contain;
}
#mv .mv_textimg {
    width: 100%;
    height: 95%;
    left: initial;
    right: 3%;
}
#mv .mv_textimg img { 
     margin-left: auto;
     width: 50%;
}
#mv .mv_textimg:has(.mv_textimg_sp.pos_lt), 
#mv .mv_textimg:has(.mv_textimg_sp.pos_l), 
#mv .mv_textimg:has(.mv_textimg_sp.pos_lb) {
    justify-content: flex-end;
}
@media screen and (min-width: 901px) {
    #mv:after, #mv .mv_img, #mv .mv_mp4 {
        width: 100%;
        margin-left: 0%;
        border-radius: initial;
    }
}
@media screen and (max-width: 125vh){
   #mv.mv_mp4_cover {
      height: auto !important;
      min-height: 0 !important;
   }
}