@charset "utf-8";
/* CSS Document */

/*--------------------

--------------------*/
#contents-main .NewsItemList .item .morelink,

body.item_feature #contents .html2{
    border-top: none;
    text-align: center;
/*	display: none;*/
}

body.item_feature #contents .inner{
    background: #fff21f;
}
body.item_feature #contents article h3{
    background: none;
    padding: 35px 0 20px;
}

/*
body.item_feature #contents #featureid57 .content1{
	font-size: 18px;
	font-weight: bold;
    color: #FFF;
	margin-bottom: 20px;
    text-shadow: 0px 0px 8px #0099d9;
}
*/
body.item_feature #contents-main #featureid57 .NewsItemList{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: stretch;
	/*font-family: Meiryo, "sans-serif"*/
}
body.item_feature #contents-main #featureid57 .NewsItemList::after{
    display: none;
}

body.item_feature #contents #featureid57 article h3 .image img{
    border-radius: 0px;
}

body.item_feature #contents-main #featureid57 .NewsItemList .item{
	height: auto;
	width: calc(100%/3 - 15px);
    background: #FFF;
    border: 3px solid #000;
    border-radius: 16px;
    padding: 12px;
    margin: 0 0 25px;
}
body.item_feature #contents-main #featureid57 .NewsItemList .item .image{
	height: 250px;
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
}
body.item_feature #contents-main #featureid57 .NewsItemList .item .image img{
	height: 100%;
	width: 100%;
    object-fit: cover;
}
/*body.item_feature #contents-main #featureid57 .NewsItemList .item:nth-child(2n) .image{
	box-shadow: 0 0 0 3px #0162b3;
}*/
#contents-main #featureid57 .NewsItemList .item .desc{
	margin-top: 20px;
	text-align: center;
	line-height: 1.6em;
    padding: 0 20px;
}
#contents-main #featureid57 .NewsItemList .item .name{
	padding-right: 0;
}
#contents-main #featureid57 .NewsItemList .item .name a{
	font-weight: bold;
	font-size: 14px;
	border: none;
}
#contents-main #featureid57 .NewsItemList .item h3.goods{
	text-align: center;
	color: #00a99d;
}
#contents-main #featureid57 .NewsItemList .item h3.goods a{
	font-size: 14px;
	color: #00a99d;
	border-bottom: 1px solid #00a99d;
}

#featureid57 .sale.icon{
	display: none;
}
#contents-main #featureid57 .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 .inner{
    background-size: contain;
    padding: 20px 10px;
}

body.item_feature.sp #contents article h3{
    margin: 0 auto;
}
body.item_feature.sp #contents-main #featureid57 .NewsItemList{
	margin-top: 10px;
	justify-content: center;
    gap: 12px;
}

body.item_feature.sp #contents-main #featureid57 .NewsItemList .item{
	height: 270px;
	width: calc(100%/2 - 6px);
	margin: 0;
	padding: 10px 0;
}
body.item_feature.sp #contents-main #featureid57 .NewsItemList .item .image{
	height: 150px;
	width: 150px;
	float: none;
}
body.item_feature.sp #contents-main #featureid57 .NewsItemList .item .image img{
	height: 150px;
	width: 150px;
}
.sp #contents-main #featureid57 .NewsItemList .item .desc {
    margin-top: 16px;
    line-height: 1.3em;
}
.sp #contents-main #featureid57 .NewsItemList .item h3.goods{
    margin: 0 auto;
    width: 100%;
}
.sp #contents-main #featureid57 .NewsItemList .item h3.goods a{
		font-size: 12px;
}
.sp #contents-main #featureid57 .NewsItemList .item .name{
	padding-bottom: 0;
}
.sp #contents-main #featureid57 .NewsItemList .item .name a{
	font-size: 12px;
}
body.sp #contents-main #featureid57 .NewsItemList .item .price{
	width: 76%;
	margin: 0 auto;
}

@media screen and (max-width:320px){
    body.item_feature.sp #contents-main #featureid57 .NewsItemList .item{
    height: 236px;
    width: calc(100%/2 - 10px);
    margin: 0;
    padding: 10px 0;
    }
    body.item_feature.sp #contents-main #featureid57 .NewsItemList .item .image{
    height: 132px;
    width: 132px;
    float: none;
    }
    body.item_feature.sp #contents-main #featureid57 .NewsItemList .item .image img{
    height: 130px;
    width: 130px;
    }  
} 

