@charset "UTF-8";

#mv .mv_img li img {
	max-width: none;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#mv.slide03 .mv_img li.show img {
	animation-name: slide03;
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	object-fit: cover!important;
}

#mv.slide03 .mv_img li.show:nth-child(1) img {
	object-position: 0;
}
#mv.slide03 .mv_img li.show:nth-child(2) img {
	object-position: 0;
}


@media screen and (max-width: 768px) {
	
	#mv.slide03 .mv_img li.show:nth-child(1) img {
		object-position: center 0;
	}
	
	#mv.slide03 .mv_img li.show:nth-child(2) img {
		object-position: 0;
	}
	
	#mv.slide03 .mv_img li.show:nth-child(3) img {
		object-position: -180px 0;
	}
}