@charset "UTF-8";

body{
	color:#f6f6f6;
}

a:hover{
	opacity:0.8;
}

a:hover .text{
	opacity:0.8;
}



/*--------------------------------------------------------1段目のスライド*/
#key
{
	width : 100%;
	overflow: hidden;
	background :#f6f6f6;
}
#key .viewport
{
	width:644px;
	margin:0 auto;
	position:relative;
}
#key ul.flipsnap
{
	
}

#key ul{padding: 25px 0 20px;}

#key li
{
	width : 644px;
	margin-right : 0px;
	float : left;
	
	border-radius: 5px;
	overflow: hidden;
	box-shadow:			0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:	0px 0px 10px 0px rgba(0,0,0,0.1);
	-ms-box-shadow:		0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:	0px 0px 10px 0px rgba(0,0,0,0.1);
	
	-webkit-transition :	-webkit-transform 0.3s ease-out	, opacity 0.3s ease-out;
	-moz-transition :		-moz-transform 0.3s ease-out	, opacity 0.3s ease-out;
	-ms-transition :		-ms-transform 0.3s ease-out		, opacity 0.3s ease-out;
	transition :			transform 0.3s ease-out			, opacity 0.3s ease-out;
}

#key .prev , #key .next
{
	position:relative;
	cursor:pointer;
	
	margin-top: -240px;
	z-index : 1;
}

#key .prev
{
	float:left;
	margin-left:-20px;
}
#key .next
{
	float:right;
	margin-right:-20px;
}

#key .prev:hover , #key .next:hover
{
	opacity : 0.7;
}
#pointer{
	text-align: center;
	margin-bottom: 20px;
}
#pointer span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	border: 1px solid #666666;
	background: #666666;
	margin-left: 10px;
}
#pointer span:first-child{
	margin-left: 0;
}

#pointer span.current{
	border: 1px solid #e60020;
	background: #e60020;	
}
/*--------------------------------------------------------1段目のスライド*/




#contents{
	background-color:#f6f6f6;
}
h2{
	font-size:24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 40px;
}
#item_box{
	background: #faedef;
	padding: 50px 0 40px;
	position: relative;
	overflow: hidden;
}
/*--------------------------------------------------------2段目のスライド*/
#item_list {
	width: 980px;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
}

#item_list ul.flipsnap{
	overflow: hidden;
}

#item_list ul li{
	float:left;
    width: 220px;
    margin-left:  20px;
    margin-right: 0px;
    position: relative;
    text-align: center;
}

#item_list ul li img{
	width:100%;
}

/*#item_list ul li p{
	font-size: 16px;
	line-height:21px;
	text-align: center;
	color: #333333;
	display:table-cell;
	vertical-align:middle;
	height:83px;
	padding-top:20px;
}*/
#item_list ul li table{
	width:100%;	
}
#item_list ul li td{
	font-size: 16px;
	line-height:21px;
	text-align: center;
	color: #333333;
	display:table-cell;
	vertical-align:middle;
	height:83px;
	padding-top:20px;
	width:100%;
}

/*--------------------------------------------------------2段目のスライド*/
#item_list .pointer {
	text-align: center;
	padding:10px;
}

#item_list .pointer span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin:7px;
}
#item_list .pointer span.current {
  background: #FC0;
}

/*----- next / prev ボタン -----*/
#item_box .prev , #item_box .next
{
	position: absolute;
	cursor:pointer;
	z-index : 9;
	top: 90px;
}

#item_box .prev {
	left: 0;
}

#item_box .next {
	right: 0;
}

#item_box .prev:hover , #item_box .next:hover
{
	opacity : 0.7;
}

#item_list ul li img.renewal,
#item_list ul li img.new,
#item_list ul li img.seasonal
{
	width:auto;
}

.renewal, .new, .seasonal{
	position: absolute;
	z-index:2;
	top: 14px;
	height:25px;
	
	transition:			opacity 0.3s;
	-webkit-transition:	opacity 0.3s;
	-moz-transition:	opacity 0.3s;
	-ms-transition:		opacity 0.3s;
}
.renewal{
	left:-6px;
}
.new{
	left:-3px;
}
.seasonal{
	left:-6px;
}
a.list{
	background:#fff;
	text-align: center;
	padding: 14px 0;
	width: 100%;
	margin: 0 auto;
	border-radius:5px;
	display: block;
	color:#333;
	clear:both;
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
	font-size: 16px;
}
a.list.products_list{
	width: 334px;
	box-shadow: 0 0 5px rgba(230,0,32,0.05);
}
a.list img{
	margin-right: 10px;
}
#contents_box{
	width: 948px;
	margin: 0 auto;
	background-color:#f6f6f6;
	padding: 46px 0 0;
	position: relative;
}

#top_link{
	display: flex;
	display: -webkit-flex;
	
	justify-content:space-between;
	-webkit-justify-content:space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#top_link a{
	position: relative;
    z-index: 1;
    width: 468px;
    float:left;
    margin-left: 12px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
#top_link a:first-child{
	margin-left: 0;
}
#top_link a img{
	position: relative;
    z-index: -1;
    width: 100%;
    border-radius:5px;
}
#top_link a img.blank{
	position: absolute;
	z-index:2;
	width: 11px;
	height: 9px;
	border-radius:0;
	top:7%;
	right: 3%;
}
#news, #pick_up, #effort{
	display: flex;
	display: -webkit-flex;
	
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	clear:both;
}
 #bot_list, #recipe{
 	display: flex;
 	display: -webkit-flex;
 	
	justify-content:space-between;
	-webkit-justify-content:space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	
	padding-bottom: 40px;
	clear:both;
}
 #bot_list2{
 	display: flex;
 	display: -webkit-flex;
 	
	justify-content:space-between;
	-webkit-justify-content:space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	
	padding-bottom: 40px;
	clear:both;
}
#bot_list{
	padding-bottom: 104px;
}
#recipe{
	padding-bottom: 2px;
}
#recipe li{
	width: 228px;
	margin-bottom: 12px;
	border-radius: 5px;
	box-shadow:0 0 5px rgba(0,0,0,0.05);
	background: #fff;
	float: left;
	margin-left: 12px;
}
#recipe li:first-child{
	margin-left: 0;
}
#recipe li a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
#effort{
	margin-bottom: 45px;
}
#news li, #pick_up li, #effort li{
	width: 308px;
	margin-bottom: 12px;
	border-radius: 5px;
	background:#fff;
	margin-right: 12px;
	float:left;
	box-shadow:0 0 5px rgba(0,0,0,0.05);
}

#pick_up.large li
{
	width: 468px;
}

#news li a, #pick_up li a, #effort li a
{
	display: inline-block;
	width: 100%;
	height: 100%;
}

#news li:nth-child(3n){
	margin-right: 0;
}
#pick_up li:nth-child(3n){
	margin-right: 0;
}
#effort li:nth-child(3){
	margin-right: 0;
}

#pick_up.large li:nth-child(2n){
	margin-right: 0;
}

#bot_list li:last-child{
	margin-right: 0;
}
#news li img, #pick_up li img, #effort li img, #recipe li img{
	width: 100%;
}
#news li div.text, #pick_up li div.text, #effort li div.text, #recipe li div.text{
	padding: 20px;
	background: #fff;
	position: relative;
	border-top: 1px solid #e5e5e5;
}
#news li div.text p, #pick_up li div.text p, #recipe li div.text p{
	color: #333333;
	font-size: 14px;
}
#news li div.text p.date, #pick_up li div.text p.date{
	margin-top: 6px;
	font-size: 12px; 
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic" , "游ゴシック体", "YuGothic", sans-serif;
	color: #aaa;
}
#pick_up li.list2-3{
	width:470px
}
p.after_img:after{
	content: " ";
	margin-left: 8px;
	width: 11px;
	height: 9px;
	display: inline-block;
	background: url(/shared/img/common/blank_brack.png) no-repeat;
	background-size: contain;
}
#effort p{
	color: #333333;
	font-size: 13px;
}
#effort .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#bot_list li{
	margin-bottom: 10px;
	box-shadow:0 0 5px rgba(0,0,0,0.05);
	border-radius: 5px;
	float: left;
	margin-left: 12px;
}
#bot_list li:first-child{
	margin-left: 0px;
}
#bot_list li.blank a{
	display: block;
	background: url(/shared/img/common/blank_white.png) 93% 7% no-repeat;
	background-size: 11px 9px;
}
#bot_list li.blank a:hover{
	opacity:1;
}
#bot_list li:hover{
	opacity:0.8;
}
#bot_list li a img{
	position: relative;
	z-index:-1;
	width: 100%;
}
.list_blank{
	display:inline-block;
}
.list_blank:after{
	content:"";
	width:12px;
	height:10px;
	background-image:url(/shared/img/common/blank_brack.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:8px;
	display:inline-block;
	position:relative;
	top:-2px;
}


@media screen and (max-width: 980px) {
	.pc{
		display: none;
	}
	
	#key{
		padding-top: 87px;
	}
	#item_box{
		padding-top: 55px;
	}
	/*#item_list ul li p{
		font-size: 13px;
		line-height:16px;
		margin-top:13px;
		height:68px;
	}*/
	#contents{
		width: 100%;
		position: relative;
	}
	#key ul {
		padding-top: 0;
	}
	#pointer span{
		width: 15px;
		height: 15px;
		margin-left:18px;
		border: 1px solid #b3b3b3;
		background: #b3b3b3;
	}
	/*--------------------------------------------------------------商品リストのレスポンシブ*/
	#item_list{
		width: 740px;
	}
	#item_list ul{
		width: 90%;
	}

	a.list.products_list{
		width: 94%;
	}
	.top-slide-list{
		width:100%;
	}
	
	#contents_box{
		width: 100%;
		padding: 40px 3% 40px;
	}
	#top_link a{
		width: 49%;
		margin-left:2%;
	}
	#top_link a img{
		width: 100%;
	}
	#news, #pick_up, #effort, #recipe, #bot_list{
		width: 100%;
	}
	#news li, #pick_up li, #effort li, #recipe li,  #bot_list li{
		width: 31.8%;
	}
	
	#pick_up.large li
	{
		width: 48.7%;
	}
	
	#bot_list li{
		margin-left:2%;
	}
	#recipe li a img{
		width: 100%;
	}
	#pick_up li.list2-3{
		width: 32%;
	}
	#news li, #pick_up li, #effort li,#pick_up li:nth-child(2), #pick_up li:nth-child(5), #pick_up li:nth-child(8){
		margin-right: 2%;
	}
	#pick_up li:nth-child(3n){
		margin-right: 0;
	}
	#pick_up.large li:nth-child(2n)
	{
		margin-right: 0;
	}
	#recipe li:nth-child(4n){
		margin-left:0;
	}
	#bot_list li:nth-child(4n){
		margin-left:0;
	}
	.page-top{
		display: inline;
	}
}

/*------------------------------------------------------------------商品リストのレスポンシブ。*/
@media screen and (max-width: 740px) {
	#item_list{
		width: 98%;
	}
	
	/*
	#item_box .next , #item_box .prev
	{
		display : none !important;
	}
	*/

}
@media screen and (max-width: 480px) {
	#item_list{
		width: 85%;
	}
	
	#item_list ul li img.renewal,
	#item_list ul li img.new,
	#item_list ul li img.seasonal
	{
		height: 11%;
		top: 5%;
		left:4px;
	}
}

@media screen and (max-width: 600px) {
	#item_box .next , #item_box .prev
	{
		display : none !important;
	}
	
	#key .viewport
	{
		width:100%;
	}
	
	#key .next , #key .prev
	{
		display : none !important;
	}
	
	#key li
	{
		border-radius: 0px;
		box-shadow:			none;
		-moz-box-shadow:	none;
		-ms-box-shadow:		none;
		-webkit-box-shadow:	none;
	}
	#item_list
	{
		width: 86%;
		overflow: visible;
	}
	
	#item_list ul li img
	{
		width: 100%;
	}
	
	#item_list ul li p{
		font-size: 14px;
		line-height:16px;
		margin-top:13px;
		height:68px;
	}
	#item_list ul li td{
		font-size: 14px;
		line-height:16px;
		margin-top:13px;
		height:68px;
	}
	h2{
		margin-top: 32px;
	}
	#key{
		padding-top: 48px;
	}
	#top_link{
		display: inline;
	}
	#top_link a:first-child{
		margin-bottom: 8px;
	}
	#top_link a{
		display: block;
		width: 100%;
		margin-left: 0;
	}
	h2{
		margin-bottom: 15px;
	}
	h2.under_panel{
		margin-top: 24px;
	}
	#news li, #pick_up li, #effort li, #bot_list li,#recipe li{
		margin-right: 2% !important;
		width: 49% !important;
		margin-bottom: 8px;
		margin-left: 0;
	}
	#news li div.text, #pick_up li div.text, #effort li div.text, #recipe li div.text{
		padding: 10px;
	}
	#news li div.text p, #pick_up li div.text p, #recipe li div.text p, #effort p{
		font-size: 14px;
		line-height:1.5em;		
	}
	#news li div.text p.date, #pick_up li div.text p.date{
		margin-top: 3px;
	}
	#pick_up li.list2-3{
		width: 49%;
	}
	#news li:nth-child(2n), #pick_up li:nth-child(2n), #effort li:nth-child(2n), #bot_list li:nth-child(2n), #recipe li:nth-child(2n){
		margin-right: 0 !important;
	}
	#effort{
		margin-bottom: 32px;
	}
	
	#key ul{
		padding: 0 0 10px 0;
	}
	#pointer{
		margin-bottom: 10px;
	}
	#item_box{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#item_list{
		margin-bottom: 30px;
	}
	#bot_list{
		padding-bottom: 30px;
	}
	
	.renewal{
		
	}
	.new{
		
	}
	.seasonal{
		
	}
.list_blank:after{
	top:0px;
}
}
