@charset "UTF-8";

/*MV調整*/
#mv .mv_mp4,
#mv .mv_mp4 video{
   height: 80vh;
   max-height: initial !important;
}
@media screen and (min-width: 901px) {
    .done #mv.mv_mp4_pv .mv_text {
        opacity: 1 !important;
        transition: none !important;
    }
}
@media screen and (max-width: calc(125vh)) {
    #mv .mv_mp4, #mv .mv_mp4 video {
        height: calc(100vw /(5 / 4)) !important;
        min-height: 0 !important;
    }
}

#concept + div .wrapper_item .inner_item_txt h3.h {
    margin-top: 20px;
}