@charset "UTF-8";

#bag .main-visual {
	height: 0;
	padding-top: 51%;
	background: url('../../images/visual/brandbag-visual.jpg') no-repeat;
	background-size: contain;
}
#bag .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 ) {
	#bag .main-visual {
		padding-top: 101%;
		background: url('../../images/visual/sp-brandbag-visual.jpg') no-repeat;
		background-size: cover;
	}
	#bag .tac-catchcopy {
		text-align: left;
	}
	#bag .target-list .title::before {
		left: 16px;
	}
}
