@charset "UTF-8";

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