@charset "UTF-8";

/* ------------テキスト位置調整 ------------ */
#mv .mv_text {
    bottom: 30px!important;
    height: fit-content;
}
@media(max-width: 600px){
#mv .mv_text {
    bottom: 20px!important;
}
#mv .mv_text p {
    padding-top: 5px;
}
}

/*------------------TOP_MV高さ調整------------------*/
#mv.mv_mp4_cover {
    min-height: 500px!important;
}
#mv .mv_mp4 video {
    min-height: 500px!important;
    object-fit: cover;
}
@media screen and (max-width: 600px){
#mv.mv_mp4_cover {
    min-height: 400px!important;
}
#mv .mv_mp4 video {
    min-height: 400px!important;
}
}

@media screen and (max-width: 1038px) {
 #mv.mv_mp4_cover .mv_mp4 video, #mv.mv_mp4_cover2 .mv_mp4 video {
    margin-left: -30px !important;
  }
}