@charset "UTF-8";

#lv{
    display:none;
}
#mv + section .content_wrapper {
    padding: 0;
}


@media screen and (max-width: 900px) {
    header nav ul.nav_1st li a span {
        line-height: 1.7 !important;
        color: #41433F  !important;
    }
}



#mv .mv_mp4 {
 height: calc(100vh - 267px);
 min-height: 500px;
}

#mv.mv_mp4_cover .mv_mp4 video, #mv.mv_mp4_cover2 .mv_mp4 video {
object-fit: contain;
}

@media screen and (max-width: 900px) {
   #mv .mv_mp4 {
   height: unset !important;
min-height: unset !important;
}

}

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

}

@media (min-width: 900px) and (max-width: 1103px) {
 #mv .mv_mp4 {
 height:  unset !important;
}

}