@charset "utf-8";
/* CSS Document */
/*----------------------------------------
お歳暮特集2023.10　スタイルシート
PC/SP共通
----------------------------------------*/
/*--------------------
reset系
--------------------*/

#contents.feature > h2,
#contents.feature .return_list,
#contents.feature h2:before{
	display: none;
}

body.view #contents .inner{
	
}

/*--------------------
共通
--------------------*/

#contents-main.all{
    padding: 0;
}

#contents-main.all .feature article div:nth-child(4){
    padding-bottom: 10px;
}

body.view #contents{
	padding-bottom: 0;
	background: url(bg.png) repeat #d6322d;
	overflow: hidden;
}
body.view #contents .inner{
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	    background: #bc1919;
	box-sizing: border-box;    box-shadow: 0px 8px 4px 4px rgb(0 0 0 / 12%);
}
body.item_feature #contents-main .feature > article > h3{
	display: none;
}
#contents.feature h2{
	background: none;
	padding:0;
    margin: 0;
	border-radius: 0;
}

.pc #contents.feature h2 .sp{
	display: none;
}

body.item_feature #contents .html1{
    text-align: center;
}

body.item_feature #contents .html1 p{
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 24px 0 0;
    margin:0 auto;
    letter-spacing: 0.1em;
        font-size: 18px;
    border-top: 4px solid #d7be70;
}

body.item_feature.pc #contents .html1 p:before{
    content: "＼ ";
}
body.item_feature.pc #contents .html1 p:after{
    content: " ／";
}

body.item_feature.pc #contents .html1 p br{
    display: none;
    
}

body.item_feature #contents .html2 .attention{
	font-size: 10px;
	text-align: center;
	padding: 0 10px;
	line-height: 1.3em;
}

body.item_feature #contents-main .content1{
display: none;
}

body.item_feature #contents-main .content2{
    padding: 0;
}

body.item_feature #contents-main .NewsItemList{
	width: 880px!important;
    margin: 0 auto 40px;
}

#contents-main .NewsItemList .item{
	background: #fff;
	padding: 0;
	width: 32%;
	height: 460px;
	margin-right: 2%;
	border:none;
    border: 4px solid #d7be70;
    box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 10%);
}



#contents-main .NewsItemList .item:nth-child(3n){
	margin-right: 0;
    border: 4px solid #d7be70;
}

#contents-main .NewsItemList .item:after{
	display: none;
}

#contents-main .NewsItemList .item .image{
	overflow: hidden;
    	height: 300px;
	padding: 0;
    box-sizing: border-box;
    
}

#contents-main .NewsItemList .item .image img{
	transition-duration: 0.3s;
    border-radius: 0;
}

#contents-main .NewsItemList .item .image .img_bg_css.no_img_logo{
	border: none;
}



body.item_feature #contents-main .NewsItemList h3.goods{
	min-height: auto;
	text-align: center;
	padding: 12px 6px 4px;
	margin: 0;
}
body.item_feature #contents-main .NewsItemList h3.goods a{
    padding: 0 10px;
}

body.item_feature #contents-main .NewsItemList .price,
body.item_feature #contents-main .NewsItemList .item.sale .price{
	text-align: center;
	padding: 0 6px 12px;
}

#contents-main .NewsItemList .item .name{
	padding: 12px 80px 0 14px;
}
#contents-main .NewsItemList .item .sale.icon{
	margin: 0 4px 0 0;
	padding: 0;
	color: #f00;
	background: none;
}
#contents-main .NewsItemList .item .goodscomment{
    /*display: block !important;*/
    font-size: 12px;
    padding: 10px 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#contents-main .NewsItemList .item .morelink{
bottom: 0;
    right: 10px;
}

#contents-main .NewsItemList .item .goods_like_btn.mini{
	    bottom: 16px;
    left: 16px;
}

#contents-main .NewsItemList .item .desc{
	padding: 0;
}

#contents-main .NewsItemList .item .date{
	display: none;
}



.item .morelink span{
	color: #fff;
	background: #bc1919;
    opacity: 1;
}

#contents.feature .return_list a{
	border:1px solid #fff;
	background: none;
	color: #fff;
}


/*----------------------------------------
スマートフォン対象
----------------------------------------*/


.sp #contents.feature h2 .pc{
	display: none;
}

body.sp.view #contents .inner{
   border: none;
	background: url(bg.png) repeat #d6322d;
}

body.sp.item_feature #contents-main.all{


}

body.sp #contents-main.all .feature article div:nth-child(4){
    padding: 2px 0;
}

body.sp.item_feature #contents .html1{
}

body.sp.item_feature #contents .html1 p{
    padding: 12px 0 0;
    font-size: 14px;
    line-height: 1.3em;
}


body.sp.item_feature #contents-main .NewsItemList{
    width: 100%!important;
    border-radius: 0;
    padding: 0px 0 10px;
    margin: 0 0 16px;
    border-width: 3px;
	display: flex;
	flex-wrap: wrap;
}

body.sp #contents-main .NewsItemList .item{
    width: calc(100% / 2 - 15px);
	height: auto;
    padding: 0;
    margin: 10px 10px 0;
	box-sizing: border-box;
	border-right: 4px solid #d7be70;
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 20%);
}
body.sp #contents-main .NewsItemList .item:nth-child(2n){
	margin-left: 0;
    border-right: 4px solid #d7be70;
}

body.sp #contents-main .NewsItemList .item .desc{
	padding-top:0;
}

body.sp #contents-main .NewsItemList .item h3.goods{
	margin: 0;
	padding-top: 8px;
}
body.sp #contents-main .NewsItemList .item .price,
body.sp #contents-main .NewsItemList .item.sale .price{
	padding-bottom: 8px;
}
body.sp #contents-main .NewsItemList .item .goodscomment{
	padding: 8px 8px 0;
}

body.sp #contents-main .NewsItemList .item .image{
}
body.sp #contents-main .NewsItemList .item .name{
	padding: 4px 8px 8px;
}

body.sp #contents-main .NewsItemList .item .news_box{
	margin: 0;
}
body.sp #contents-main .NewsItemList .item .goods_like_btn.mini{
    bottom: 10px;
    left: 10px;
}


body.item_feature.sp #contents-main .NewsItemList .item .morelink span{
	display: none;
}


/*SE対策*/
@media (max-width:370px) {
body.sp.item_feature #contents .html1 .catch strong{
	font-size: 100%;
}
body.sp.item_feature #contents .html1 .catch strong br{
	display: block;
	}

}
