@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
/*----------------------------------------
テイクアウト特集2020.05　スタイルシート
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-top: 0;
	background-image: linear-gradient(to left,#C8ACDC 60%,#CDB6DB 40%);
	background-size: 80px;
}
body.view #contents{
	padding-bottom: 0;
}
body.view #contents .inner{
	background: #f3ee7a;
}
body.item_feature #contents-main .feature > article > h3{
	display: none;
}
#contents.feature h2{
	background: none;
	padding: 20px 0 0;
}

body.item_feature #contents .nav_halloween{
    display: flex;
    justify-content: center;
}

body.item_feature #contents .nav_halloween li{
    margin:0 10px;
    text-align: center;
    background: #5A1078;
    width: 330px;
    max-width: 44%;
    padding: 4px;
    position: relative;
        box-shadow: 0px 5px 1px rgba(0,0,0, 0.1);
}

body.item_feature #contents .nav_halloween li.active{
    background: #DB4914;
}


body.item_feature #contents .nav_halloween li.active::after {
     font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: block;
    margin: 0;
    bottom: -14px;
    font-size: 40px;
    font-weight: bold;
    color: #DB4914;
    text-align: center;
    width: 100%;
    position: absolute;
}

body.item_feature #contents .nav_halloween.bottom li.active::after{
    content: "\f0d8";
    top:-15px;
    bottom: auto;
}

body.item_feature #contents .nav_halloween li a{
    padding: 20px 0 16px;
    width: 100%;
    color: #fff;
    display: block;
    border: 2px solid #fff;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
body.item_feature #contents .nav_halloween li a .en{
font-family: 'Ultra', serif;
    font-size: 30px;
}




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:24px auto;
    padding: 8px 0;
    border-top: 6px dotted #fff;
    border-bottom: 6px dotted #fff;
}

#contents-main .NewsItemList .item{
	background: #fff;
	padding: 0;
	width: 32%;
	height: 480px;
	margin-right: 2%;
	border:3px solid #fff;
}
#contents-main .NewsItemList .item:nth-child(3n){
	margin-right: 0;
    border:3px solid #fff;
}

#contents-main .NewsItemList .item:after{
	display: none;
}

#contents-main .NewsItemList .item .image{
	overflow: hidden;
    
}

#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;
}

#contents-main .NewsItemList .item .image img:hover{
transform: scale(1.03);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	
}
#contents-main .NewsItemList .item .image a,
#contents-main .NewsItemList .item .image a:hover{
opacity: 1;}

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{
}

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: -4px;
    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;
}

#contents-main .NewsItemList .item .image{
	height: 300px;
	padding: 0;
}

.item .morelink span{
	color: #fff;
	background: #DB4914;
}

#contents.feature .return_list a{
	border:1px solid #fff;
	background: none;
	color: #fff;
}


/*----------------------------------------
スマートフォン対象
----------------------------------------*/

body.sp.item_feature #contents-main.all{
	border-radius: 0;
}
body.sp.item_feature #contents .html1{
}
body.sp.item_feature #contents .html1  h2{
    padding: 10px 0 0;
}
body.sp.item_feature #contents .html1  h2 img{
max-width: 120%;
    width: 120%;
    margin-left: -10%;
}

body.sp.item_feature #contents .nav_halloween{
    margin: 0 10px;
}

body.sp.item_feature #contents .nav_halloween li{
    margin: 0 4px;
}

body.sp.item_feature #contents .nav_halloween li a{
    font-size: 10px;
    padding: 12px 0 9px;
    border-width: 1px;
    line-height: 1.2em;
}

body.sp.item_feature #contents .nav_halloween li a .en{
    font-size: 20px;
}

body.sp.item_feature #contents-main .NewsItemList{
    width: 100%!important;
    border-radius: 0;
    padding: 0px 0 10px;
    margin: 16px 0;
    border-width: 3px;
}

body.sp #contents-main .NewsItemList .item{
    width: calc(100% / 2 - 15px);
    height: 340px;
    padding: 0;
    margin: 10px 10px 0;
    border:1px solid #fff;
	box-sizing: border-box;
}
body.sp #contents-main .NewsItemList .item:nth-child(2n){
	margin-left: 0;
	border:1px solid #fff;
}

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;
	}

}
