@charset "UTF-8";

* {
    --i_main_color: #3a432b;
    --i_btn_color: #3a432b;
}
#fixbtn .fixbtnwrap {
    background: #3a432bce!important;
}
@media screen and (max-width: 900px) {
    header.open:after, header .header_contents {
        background: #3a432bce!important;
    }
}
#lv{
    display:none;
}
#mv + section .content_wrapper {
    padding: 0;
}
#mv.mv_mp4_cover .mv_mp4 video{
object-fit: contain !important;
}

#mv {
    height: calc(100vh - 266px);
}

@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_cover {
        height: auto !important;
    }

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



#mv.mv_mp4_cover .mv_mp4 video{
// height: auto !important;
 height: 100% !important;
}

@media screen and (min-width: 1096px) and (max-width: 1190px) {
    #mv.mv_mp4_cover .mv_mp4 video {
        height: 92% !important;
    }
}

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


#mv .mv_mp4 {
 height:calc(100vh - 266px);
 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 {
   height: unset !important;
min-height: unset !important;
}
#mv .mv_mp4 {
    height: unset !important;
    min-height: unset !important;
}
#mv_outer {
padding-bottom: 0 !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;
}

}
