@charset "UTF-8";


/*--mp4--*/

#lv_outer .mv_mp4{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.edit_view #lv_outer .mv_mp4{
	pointer-events: none;
}
#lv_outer .mv_mp4 video{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lv_outer.mv_mp4_cover .mv_mp4 video,
#lv_outer.mv_mp4_cover2 .mv_mp4 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#lv_outer.mv_mp4_contain .mv_mp4 video{
	width: 100%;
	height: 100%;
}
#lv_outer.mv_mp4_contain{
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}
#lv_outer .mv_mp4~.mv_nav .mv_pointer,
#lv_outer .mv_mp4~.mv_nav .mv_arrow{
	display: none;
}
@media screen and (max-width: calc(100vh * (5/4))){
	#lv_outer.mv_mp4_cover{
		/*最小アスペクト比5:4*/
		height: calc(100vw / (5/4)) !important;
		min-height: 0 !important;
	}
}
@media screen and (max-width: 768px){
	#lv_outer.mv_mp4_cover2{
		height: 90vh;
		height: 90dvh;
	}
	header.over~#lv_outer_outer #lv_outer.mv_mp4_cover2{
		height: 100vh;
		height: 100dvh;
	}
}

/*15秒MP4 IPP3_CORRECTION-3665*/
#lv_outer.mv_mp4_pv .mv_nav{
	display: none;
}
#lv_outer.mv_mp4_pv:after{
	display: none;
}
body:not(.edit_view ).done #lv_outer.mv_mp4_pv .mv_text{ 
	transition: opacity 1s 10s ease-in-out; 
	opacity: 0; 
}