@charset "utf-8";
/* CSS Document */

/*----------------------------------------
デカ盛り1909　スタイルシート
PC/SP共通
----------------------------------------*/
/*--------------------
reset系
--------------------*/

#contents.feature h2,
#contents.feature .return_list{
	display: none;
}

body.view #contents .inner{
	width:	100%;
}

/*--------------------
共通
--------------------*/

#contents-main.all{
	background: #003893;
    padding-top: 0;
}
body.item_feature #contents article h3{
	background: none;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 330px;
}

body.item_feature #contents article h3 .image{
	margin-bottom: 0;
	margin: 20px 0 0;
}

body.item_feature #contents article h3 .image img{
	width: 960px;
	max-width: 960px;
    
}

body.item_feature #contents article h3 .title{
	display: none;
}



body.item_feature #contents .html1{
	margin-top:-10px;
	z-index: 1;
	position: relative;
}

body.item_feature #contents .html1 .catch{
	text-align: center;
	color: #fff;
}

body.item_feature #contents .html1 .catch strong{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 4px;
	color: #ef8a00;
    display: inline-block;
}


body.item_feature #contents .html1 .catch strong br{
	display: none;
}

body.item_feature #contents .html1 .giveaway{
	background: #ef8a00;
	border: 4px solid #fff;
	padding: 30px 20px 14px;
	margin: 25px auto 10px;
	width: 100%;
	max-width: 580px;
	border-radius: 12px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

body.item_feature #contents .html1 .giveaway .abs{
    background: #003893;
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    padding: 3px 16px 4px;
    margin: -52px auto 4px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 5em;
}
body.item_feature #contents .html1 .giveaway p.txt{
	font-size: 18px;
	font-weight: bold;
	color: #003893;
	line-height: 1.8em;
}

body.item_feature #contents .html1 .giveaway p.txt em{
	font-weight: bold;
	padding: 0 3px;
    margin: 0 3px;
	background: linear-gradient(transparent 0%, #fff 0%);
}

body.item_feature #contents .html1 .giveaway p.txt span.s{
	font-size: 14px;
}
body.item_feature #contents .html1 p.oubo{
    font-weight:bold;
    font-size:24px;
    background: #f6b865;
    width:100%;
    max-width:580px;
    margin:10px auto 0;
    padding: 8px 16px;
    color:#000000;
    box-sizing: border-box;
text-align:center;
}
body.item_feature #contents .html1 p.oubo span{
    color:#ff0000;
    font-size:20px;
margin-right:10px;
}


body.item_feature #contents-main .content1{
display: none;
}



body.item_feature #contents-main .NewsItemList{
	width: 960px!important;
	margin:0 auto;
}

#contents-main .NewsItemList .item{
	background: #fff;
	padding: 0;
	width: 32%;
	height: 660px;
	margin-right: 2%;
	border-radius: 8px;
	border:6px solid #ef8a00;
}
#contents-main .NewsItemList .item:nth-child(3n){
	margin-right: 0;
	border:6px solid #ef8a00;
}

#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: 2px;
}

#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;
	background: #ef8a00;
	text-align: center;
	padding: 12px 6px 2px;
	margin: 0;
	color:#fff766!important;
}
body.item_feature #contents-main .NewsItemList h3.goods a{
color:#fff766!important;}

body.item_feature #contents-main .NewsItemList .price{
	background: #ef8a00;
	color: #fff;
	text-align: center;
	padding: 0 6px 12px;
}

#contents-main .NewsItemList .item .name{
	padding: 12px 80px 0 14px;
}
#contents-main .NewsItemList .item .goodscomment{
    display: block !important;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    white-space: pre-line;
    line-height: 1.5em;
}
#contents-main .NewsItemList .item .morelink{
	bottom: 0;
}

#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: 370px;
	padding: 0;
}

.item .morelink span{
	color: #fff;
	background: #003894;
}

#contents.feature .return_list a{
	border:1px solid #fff;
	background: none;
	color: #fff;
}


/*----------------------------------------
スマートフォン対象
----------------------------------------*/

/*--------------------
各ページ共通（ただし主にindex.jsp）
--------------------*/

body.sp.item_feature #contents-main.all{
	border-radius: 0;
}

body.sp.item_feature #contents article h3{
	margin: 0;
	min-height: auto;
}

body.sp.item_feature #contents article h3 .image{
	position: static;
	    margin: 0;
}

body.sp.item_feature #contents article h3 .image img{
    width: 120%;
    margin: 12px -10% 0;
    border-radius: 0;
}

body.sp.item_feature #contents .html1{
padding: 0 12px;
margin: 0;}

body.sp.item_feature #contents .html1 .catch{
	text-align: left;
    
}

body.sp.item_feature #contents .html1 .catch p{
	font-size: 90%;
    line-height: 1.5em;
}

body.sp.item_feature #contents .html1 .catch strong{
	text-align: center;
	display: block;
	font-size: 110%;
}



body.sp.item_feature #contents .html1 .giveaway{
	border-width: 3px;
	padding: 28px 10px 10px;
	margin-top: 24px;
}

body.sp.item_feature #contents .html1 .giveaway .abs{
    font-size: 100%;
    padding: 2px 6px;
    border-width: 2px;
    margin-top: -44px;
}

body.sp.item_feature #contents .html1 .giveaway p.txt{
    font-size: 100%;
    padding-top: 0px;
    line-height: 1.6em;
}

body.sp.item_feature #contents .html1 .giveaway p.txt br{
	display: none;	
}



body.sp.item_feature #contents-main .NewsItemList{
	width: 100%!important;
	border-radius: 0;
	padding: 0 12px 20px;
}

body.sp #contents-main .NewsItemList .item,
body.sp #contents-main .NewsItemList .item:nth-child(2n){
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0;
    border: 4px solid #ef8a00;
	box-sizing: border-box;
}

body.sp #contents-main .NewsItemList .item .desc{
	padding: 0 0 40px;
    float: right;
    width: calc(100% - 160px);
	min-height: 160px;
}

body.sp #contents-main .NewsItemList .item h3.goods{
	margin: 0;
}

body.sp #contents-main .NewsItemList .item .image{
	height: auto;
    width: 160px;
    float: left;
    padding-bottom: 20px;
}
body.sp #contents-main .NewsItemList .item .name{
	padding: 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;
}



/*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;
	}

}
