@charset 'utf-8';


/* -------------------------------------------------
fs-l-page
-------------------------------------------------- */

.fs-c-heading--page{
	display: none;
}

#item_list .img01 img{
	padding-bottom:5%;
}
#item_list .img02 img{
	padding-bottom:8%;
}
#item_list .bnr01{
	padding-bottom:5%;
}
#item_list .bnr02{
	padding-bottom:8%;
}
#item_list .item-box{
	margin-bottom:5%;
}
#item_list .item-box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	width: 100%;
}
#item_list .item-box ul li{
	width:48%;
	text-align:center;
	margin-bottom:6%;
	
	font-size: 3.3vw;
}
#item_list .item-box ul li a{
	position: relative;
	
	display: block;
}
#item_list .item-box ul li img{
	display: block;
	margin-bottom:5%;
	border: solid 1px #a9a8ad;
}
#item_list .item-box ul li span{
	display:block;
}

#item_list .item-box ul li .label-en{
	position: absolute;
	top: 39vw;
	z-index: 1;
	
	width: 100%;
	text-align: center;
	font-weight: normal;
}
#item_list .item-box ul li a span.label-ja{
	display:block;
	padding:0 0;
	text-align:center;
	line-height:1.7;
	font-weight: normal;
	font-size: 3vw;
}






