@charset "utf-8";
/* CSS Document */

/*--------------------
2024summer
--------------------*/
#contents-main .NewsItemList .item .morelink,
body.item_feature #contents .html2{
	display: none;
}

body.item_feature #contents #featureid55 .content1{
	font-size: 16px;
	font-weight: bold;
	color: #b88b16;
}
body.item_feature #contents-main #featureid55 .NewsItemList{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*font-family: "sans-serif";*/
}
body.item_feature #contents-main #featureid55 .NewsItemList .item{
	height: 480px;
	margin-right: 0;
	width: calc(100%/3 - 10px);
}
body.item_feature #contents-main #featureid55 .NewsItemList .item .image{
	height: 402px;
	width: 282px;
	/*border: 2px solid #fff;
	border-radius: 5%;
	box-shadow: 0px 0px 0px 5px #f3b3c9;*/
	margin: 0 auto;
}
body.item_feature #contents-main #featureid55 .NewsItemList .item .image img{
	height: 400px;
	width: 280px;
	border-radius: 5%;	
}
/*body.item_feature #contents-main #featureid55 .NewsItemList .item:nth-child(2n) .image{
	box-shadow: 0px 0px 0px 5px #ffef50;
}*/
#contents-main #featureid55 .NewsItemList .item .desc{
	margin-top: 10px;
	text-align: center;
	line-height: 1.6em;
    padding: 0 20px;
}
#contents-main #featureid55 .NewsItemList .item .name{
	padding-right: 0;
}
#contents-main #featureid55 .NewsItemList .item .name a{
	font-weight: bold;
	font-size: 14px;
	border: none;
}
#contents-main #featureid55 .NewsItemList .item h3.goods{
	text-align: center;
	color: #b88b16;
}
#contents-main #featureid55 .NewsItemList .item h3.goods a{
	font-size: 14px;
	color: #b88b16;
	border-bottom: 1px solid #b88b16;
}

#featureid55 .sale.icon{
	display: none;
}
#contents-main #featureid55 .NewsItemList .item.sale .price{
	color: #030911;
	font-weight: normal;
}

body.item_feature #contents-main .NewsItemList .item .morelink,
#contents.feature .return_list{
	display: none;
}

/*スマホ*/
body.item_feature.sp #contents-main #featureid55 .NewsItemList{
	margin-top: 10px;
	justify-content: center;
}

body.item_feature.sp #contents-main #featureid55 .NewsItemList .item{
	height: 236px;
	width: calc(100%/2 - 10px);
	margin: 0;
	padding: 10px 0;
}
body.item_feature.sp #contents-main #featureid55 .NewsItemList .item .image{
	height: 132px;
	width: 132px;
	float: none;
}
body.item_feature.sp #contents-main #featureid55 .NewsItemList .item .image img{
	height: 130px;
	width: 130px;
}
.sp #contents-main #featureid55 .NewsItemList .item .desc {
    margin-top: 16px;
    line-height: 1.3em;
}
.sp #contents-main #featureid55 .NewsItemList .item h3.goods{
    margin: 0 auto;
    width: 76%;
}
.sp #contents-main #featureid55 .NewsItemList .item h3.goods a{
		font-size: 12px;
}
.sp #contents-main #featureid55 .NewsItemList .item .name{
	padding-bottom: 0;
}
.sp #contents-main #featureid55 .NewsItemList .item .name a{
	font-size: 12px;
}
body.sp #contents-main #featureid55 .NewsItemList .item .price{
	width: 76%;
	margin: 0 auto;
}

