@charset "UTF-8";

.list_item-mv_bg {
	height: 190px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.list_item-mv_bg img {
	left: 50%;
	padding: 45px 25px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.list_item-mv_bg img {
		transform: translate(-50%, -50%) scale(0.6);
	}
}

@media screen and (max-width: 480px) {
	.list_item-mv_bg img {
		transform: translate(-50%, -50%) scale(0.8);
	}
}