@charset "UTF-8";

#watch .main-visual {
	height: 0;
	padding-top: 51%;
	background: url('../../images/visual/watch-visual.jpg') no-repeat;
	background-size: contain;
}
#watch .target-list .title::before {
	position: absolute;
	top: 6px;
	left: 35%;
	width: 32px;
	height: 42px;
	background: url('../../images/icon/i-watch.png') no-repeat;
	content: "";
}
@media screen and ( max-width: 768px ) and ( min-width: 0px ) {
	#watch .main-visual {
		padding-top: 101%;
		background: url('../../images/visual/sp-watch-visual.jpg') no-repeat;
		background-size: cover;
	}
	#watch .target-list .title::before {
		top: 7px;
		left: 15px;
	}
}
