@charset "utf-8";
/* CSS Document */
/*----------------------------------------
ハロウィン特集2021.10　スタイルシート
PC/SP共通
----------------------------------------*/
/*--------------------
reset系
--------------------*/

#contents.feature > h2,
#contents.feature .return_list,
#contents.feature h2:before{
	display: none;
}

body.view #contents .inner{
	width:	100%;
}

/*--------------------
共通
--------------------*/

#contents-main.all{
    padding: 0;
background:url(bg_left_2021halloween.png) no-repeat left top ,url(bg_right_2021halloween.png) no-repeat right top, url(bg_2021halloween.gif) repeat center;
}
body.view #contents{
	padding-bottom: 0;
}
body.view #contents .inner{
	background: #F4A900;
}
body.item_feature #contents-main .feature > article > h3{
	display: none;
}
#contents.feature h2{
	background: none;
	padding: 30px 0 0;
}

body.item_feature #contents .html1{
    text-align: center;
}

body.item_feature #contents .html1 p{
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #5A1078;
    padding: 14px 30px;
    margin: 6px auto 8px;
    letter-spacing: 0.1em;
    display: inline-block;
    border-radius: 100px;
        font-size: 16px;
}

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 .NewsItemList{
	width: 960px!important;
    margin: 0 auto 40px;
}

#contents-main .NewsItemList .item{
	background: #fff;
	padding: 0;
	width: 32%;
	height: 460px;
	margin-right: 2%;
	border:none;
    border-bottom: 6px solid #5A1078;
}
#contents-main .NewsItemList .item:nth-child(3n){
	margin-right: 0;
}

#contents-main .NewsItemList .item:after{
	display: none;
}

#contents-main .NewsItemList .item .image{
	overflow: hidden;
    	height: 300px;
	padding: 8px;
    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: #ED8C27;
    opacity: 1;
}

#contents.feature .return_list a{
	border:1px solid #fff;
	background: none;
	color: #fff;
}


/*----------------------------------------
スマートフォン対象
----------------------------------------*/

body.sp.item_feature #contents-main.all{
	border-radius: 0;
    background-size: 100px auto,100px auto, 180px;
}
body.sp.item_feature #contents .html1{
}
body.sp.item_feature #contents .html1  h2{
    padding: 20px 0 0;
}

body.sp.item_feature #contents .html1 p{
    border-radius: 0;
    font-size: 100%;
    padding: 12px 14px;
    line-height: 130%;
    margin: 0;
    display: block;
}



body.sp.item_feature #contents-main .NewsItemList{
    width: 100%!important;
    border-radius: 0;
    padding: 0px 0 10px;
    margin: 0 0 16px;
    border-width: 3px;
}

body.sp #contents-main .NewsItemList .item{
    width: calc(100% / 2 - 15px);
    padding: 0;
    margin: 10px 10px 0;
    border-right:none;
	box-sizing: border-box;
}
body.sp #contents-main .NewsItemList .item:nth-child(2n){
	margin-left: 0;
}

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 {
    bottom: 0;
}


/*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;
	}

}
