@charset "UTF-8";
/* CSS Document */

/*--------------------------------------
 文字
---------------------------------------*/
p{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height: 1.6em;
	font-weight: normal;
}

h2.Title{
	font-size: 20px; // IE8
	font-size: 1.25rem;
	font-weight: normal;
	margin-bottom: 15px;
}

h3.Title{
	font-size: 16px; // IE8
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 10px;
}

/*--------------------------------------
 ヘッダー
---------------------------------------*/
#headerWrap {
	width: 100%;
	margin-bottom: 20px;
}


#headerTopWrap {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
/*	border-top: 6px #f2f2f0 solid;*/
}

#header {
	margin-bottom: 20px;
	background: #fff;
}

#headerTop {
	position: relative;
	width: 1040px;
	height: 70px;
	margin: 0 auto;
}

h1#logo {
	position: absolute;
	top: 10px;
	left:0;
}

#headerRight {
	position: absolute;
	width: 400px;
	top: 0;
	right:0;
}

/*----- インフォメーション -----*/
#header #info {
	margin: 10px 0 7px;
}

#header #info li a {
	float: right;
	font-size: 12px; // IE8
	font-size: 0.75rem;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	text-align:center;
}

#header #info li.end a {
	border-right: none
}

#header #info li a:hover {
	color: #999;
	text-decoration: underline;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

/*----- SNS -----*/
#header #sns{
	position: absolute;
	top: 30px;
	right: 260px;
	font-size: 20px; // IE8
	font-size: 1.25rem;
}

/*----- 検索ボックス -----*/
#header #search {
	float: right;
	position: relative;
	width: 240px;
	height: 20px;
}

#header #keywords {
	width: 230px;
	height: 20px;
	border: 1px solid #ccc;
	padding-left: 5px;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	outline: none;
}

#header #search button{
	position: absolute;
	top: 0;
	left: 210px;
	height: 24px;
	padding: 0 5px;
	font-size: 16px; // IE8
	font-size: 1rem;
	border: none;
	background: none;
	outline: none;
	color: #999;
}

/*----- カテゴリナビ -----*/
#header #naviWrap {
	width: 100%;
	border-top: 1px solid #ccc;
}

#header #navi {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}

#header #navi li{
	font-size: 14px; // IE8
	font-size: 0.875rem;
	width: 12.5%;
	height: 40px;
	padding: 10px 0;
	float: left;
}

#header #navi > li > a{
	padding: 5px 0;
	display: block;
	border-left: 1px #000 dotted;
	box-sizing: border-box;
	text-align:center;
}

#header #navi > li.end > a{
	border-right: 1px #000 dotted;
}

#header #navi li a:hover{
	opacity: 1;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

#header #navi li:hover{
	background: #f5f5f5;;
}

#header #navi li .naviEn{
	font-family: "source-han-sans-japanese",sans-serif;
	font-weight: 500;
	font-size: 11px; // IE8
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	line-height: 1.4em;
	color: #aaa;
	display: block;
}

#header #navi li .naviJa{
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	display: block;
}

/*----- ドロップダウンメニュー -----*/
#header #navi li ul.innerNavi{
	position: absolute;
	z-index: 9999;
	top: 60px;
	left: 0; 
	width: 1040px;
	padding: 15px 30px;
	box-sizing: border-box;
	background: #f5f5f5;
	/*-webkit-transition: all .2s ease;
	transition: all .2s ease;*/
	visibility: hidden;
	opacity: 0;
}

#header #navi li:hover ul.innerNavi{
	top: 60px;
	visibility: visible;
	opacity: 1;
}

#header #navi li ul.innerNavi li {
	float: left;
	width: 20%;
	padding: 0;
	box-sizing: border-box;
	text-align:left;
}

#header #navi li ul.innerNavi li:first-child {
	border-right: 1px solid #ccc;
	height: 200px;
	font-weight: bold;
}

#header #navi li ul.innerNavi li:first-child:before{
	display: none;
}

#header #navi li ul.innerNavi li a{
	width: 80%;
	padding: 15px 0;
	box-sizing: border-box;
}

#header #navi li ul.innerNavi li:before{
	font-size: 16px; // IE8
	font-size: 1.0rem;
	color: #ccc;
	margin-left: 20px;
	margin-right: 10px;
	font-family: 'FontAwesome';
	content: "\f105";
}

#header #navi li ul.innerNavi li a:hover{
	color: #666;
	text-decoration: underline;
	opacity: 1;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

/*----- ガイド -----*/
#header #guideWrap {
	width: 100%;
	background: #333;
}

#header #guide {
	width: 1040px;
	margin: 0 auto;
}

#header #guide li a{
	float: right;
	height: 40px;
	padding: 10px 0;
	margin-left: 30px;
	display: block;
	color: #fff;
	font-size: 12px; // IE8
	font-size: 0.75rem;
	text-align:right;
	position: relative;
	box-sizing: border-box;
}

#header #guide li a:hover{
	color: #ccc;
	opacity: 1;
}

#header #guide li a:before{
	margin-right: 8px;
}

#header #guide li#buyguide a{
	padding-left: 20px;
}

#header #guide li#contact a{
	padding-left: 22px;
}

#header #guide li#cart a{
	width: 100px;
	background: linear-gradient(#dcb34c,#cd972e);
	text-align: center;
}

#header #guide li#cart a:hover{
	color: #fff;
	background: linear-gradient(#dcb34c,#cd972e);
	opacity: 0.75;
}

#header #guide li#buyguide a:before{
	position: absolute;
	top: 12px;
	left: 0;
	content: url(../img/header/icn_guide.png);
}

#header #guide li#contact a:before{
	position: absolute;
	top: 11px;
	left: -5px;
	content: url(../img/header/icn_mail.png);
}

#header #guide li#cart a:before{
	font-size: 16px; // IE8
	font-size: 1rem;
	font-family: 'FontAwesome';
	content: "\f07a";
}

/*--------------------------------------
 トップスライダー
---------------------------------------*/
#topslideWrap {
	position: relative;
	width: 100%;
	height: 570px;
	/*background: #f8f8f5;*/
}

#topslideWrap #topslide {
	width: 1040px;
	height: 570px;
	margin: 0 auto;
}

#topslide .carousel_area .slick-prev,
#topslide .carousel_area .slick-next {
	top: 40%;
	z-index: 9999;
}

#topslide .slick-prev:before,
#topslide .slick-next:before {
	font-size: 24px; // IE8
	font-size: 1.5rem;
	color: #000;
}

#topslide .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f053";
}

#topslide .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
}

#topslide .slick-prev {
	left: -50px;
}

#topslide .slick-next {
	right: -50px;
}
/*--------------------------------------
 トップインフォメーション
---------------------------------------*/
#infoslideWrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 980px){
#infoslideWrap{
	overflow: hidden;
}
}

#infoslide {
	width: 1040px;
	height: 160px;
	margin: 0 auto;
}

#infoslide #infoslideList > div p {
	font-size: 12px; // IE8
	font-size: 0.75rem;
	padding: 0 10px;
}

#infoslide #infoslideList > div img{
	margin: 0 auto 10px;
	display: block;
}

#infoslide .carousel_area .slick-prev,
#infoslide .carousel_area .slick-next {
	top: 5%;
	z-index: 9999;
}

#infoslide .slick-prev:before,
#infoslide .slick-next:before {
	font-size: 24px; // IE8
	font-size: 1.5rem;
	color: #000;
}

#infoslide .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f053";
}

#infoslide .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
}

#infoslide .slick-prev {
	left: -50px;
}

#infoslide .slick-next {
	right: -50px;
}

/*--------------------------------------
 アイテムを探す
---------------------------------------*/
#topserchWrap{
	width: 1040px;
	margin: 0 auto;
}

/*--------------------------------------
 レフトボディ
---------------------------------------*/

#leftbodyWrap {
	width: 180px;
	margin: 0 auto;
	float: left;
}

#leftbody {
	width: 180px;
	margin: 0 auto;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
}

#leftbody h3.leftbodyTitle{
	font-size: 16px; // IE8
	font-size: 1rem;
	font-weight: normal;
	padding: 12px 0;
}

#leftbody h4.leftbodyTitle{
	font-size: 14px; // IE8
	font-size: 0.875rem;
	font-weight: bold;
	padding: 12px 0;
}

#leftbody h4.leftbodyTitle img{
	width: 40px;
	margin-right: 5px;
	margin-bottom: -7px;
}

#leftbody .leftNaviWrap{
	margin-bottom: 30px;
}

#leftbody ul.leftNaviList li{
	position: relative;
	border-bottom: 1px solid #ccc;
}

#leftbody ul.leftNaviList.first li:first-child{
	border-top: 1px solid #ccc;
}

#leftbody ul.leftNaviList.last li:last-child{
	margin-bottom: 15px;
}

#leftbody ul.leftNaviList li span.copy{
	font-size: 0.75em;
	color: #aaa;
	display: block;
}

#leftbody ul.leftNaviList li span.newicn{
	font-size: 11px; // IE8
	font-size: 0.6875rem;
	color: #fff;
	background: #df2c2c;
	padding: 2px 5px;
	margin-left: 8px;
	display: inline-block;
}

#leftbody ul.leftNaviList li a{
	color: #000;
	padding: 10px 8px;
	width: 90%;
	box-sizing: border-box;
}

#leftbody ul.leftNaviList li a:hover{
	color: #666;
	text-decoration: underline;
	opacity: 1;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

#leftbody ul.leftNaviList li:hover{
	background: #f8f8f8;
	opacity: 1;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

#leftbody ul.leftNaviList li:after{
	font-size: 16px; // IE8
	font-size: 1.0rem;
	color: #ccc;
	font-family: 'FontAwesome';
	content: "\f105";
}

#leftbody ul.leftNaviList li li.imgLeft a{
	width: 100%;
}

#leftbody ul.leftNaviList li.imgLeft a img{
	width: 50%;
	padding-right: 10px;
	float: left;
}

/*----- もっと見るボタン -----*/
#leftbody ul.leftNaviList li.droptitle{
	color: #000;
	padding: 10px 8px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

#leftbody ul.leftNaviList li.droptitle:after{
	font-size: 16px; // IE8
	font-size: 1.0rem;
	color: #ccc;
}

#leftbody ul.leftNaviList li.droptitle:hover{
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}

#leftbody ul.leftNaviList li.droptitle.arrow-up:after{
	position:absolute;
	right: 12px;
	font-family:"FontAwesome";
	content: "\f106";
}

#leftbody ul.leftNaviList li.droptitle.arrow-down:after{
	position:absolute;
	right: 12px;
	font-family:"FontAwesome";
	content: "\f107";
}


/*----- 画像あり -----*/
#leftbody ul.leftNaviList li.imgLeft span.rankicn{
	position: absolute;
	left: 2px;
	top: 4px;
	font-size: 12px; // IE8
	font-size: 0.75rem;
	text-align:center;
	width: 28px;
	height: 28px;
	padding: 5px;
	background: #f8f8f5;
	color: #222;
	font-weight: normal;
	box-sizing: border-box;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */  
	z-index: 999;
}

#leftbody ul.leftNaviList li.imgLeft span.newicn{
	position: absolute;
	left: 2px;
	top: 4px;
	font-size: 10px; // IE8
	font-size: 0.625rem;
	text-align:center;
	width: 28px;
	height: 28px;
	padding: 7px 2px;
	background: #f8f8f5;
	color: #222;
	font-weight: normal;
	box-sizing: border-box;
	z-index: 999;
}

#leftbody ul.leftNaviList li.imgLeft a{
	width: 100%;
	padding: 8px 8px;
	font-size: 12px; // IE8
	font-size: 0.75rem;
}

#leftbody ul.leftNaviList li.imgLeft.rank1 > span{
	color: #fff;
	background: #d9b340;
}

#leftbody ul.leftNaviList li.imgLeft.rank2 > span{
	color: #fff;
	background: #aaa;
}

#leftbody ul.leftNaviList li.imgLeft.rank3 > span{
	color: #fff;
	background: #a15326;
}

#leftbody ul.leftNaviList li.imgLeft.rank10 > span{
	color: #fff;
	background: #333;
}

#leftbody ul.leftNaviList li.imgLeft span.newicn{
	color: #fff;
	background: #df2c2c;
}

#leftbody ul.leftNaviList li.imgLeft:after{
	display: none;
}

/*----- 検索ボックス -----*/
#leftbody #searchWrap{
	background: #333;
	padding: 25px 10px;
	margin-bottom: 20px;
}

#leftbody #search{
	margin-bottom: 30px;
}

#leftbody #searchWrap h4.Title{
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
}

#leftbody #search #keywords {
	width: 160px;
	height: 22px;
	border: 1px #ccc solid;
	padding-left: 5px;
	font-size: 12px; // IE8
	font-size: 0.75rem;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#leftbody #search #searchsubmit{
	width:80px;
	height:30px;
	margin: 0 auto;
	display: block;
}

#leftbody #search button{
	width:80px;
	height: 30px;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	border-top: 1px solid #E9C467;
	border-left: 1px solid #E9C467;
	border-right: 1px solid #B6800D;
	border-bottom: 1px solid #B6800D;
	color: #fff;
	background: linear-gradient(#dcb34c,#cd972e);
	outline: none;
}

#leftbody #search button:hover{
	opacity: 0.8;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#leftbody #hotwords ul li{
	float: left;
	font-size: 11px; // IE8
	font-size: 0.6875rem;
}

#leftbody #hotwords ul li:after{
	content: "/";
	padding: 0 5px;
	color: #ccc;
}

#leftbody #hotwords ul li a{
	color: #ccc;
}

#leftbody #hotwords ul li a:hover{
	text-decoration: underline;
	opacity: 0.75;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

/*----- 色から選ぶ -----*/
#leftbody #colorSerchWrap{
	margin-bottom: 20px;
}

#leftbody #colorSerch > div {
	border: 10px #eee solid;
	padding: 0 15px;
}

#leftbody #colorSerch > div ul.color{
	padding: 15px 0;
}

#leftbody #colorSerch ul li{
	width: 20px;
	height: 20px;
	margin: 3px;
	float: left;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */
}

#leftbody #colorSerch ul li a{
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#leftbody #colorSerch ul li:hover{
	opacity: 0.8;
}

/*----- sns -----*/
#leftbody #snsSerch ul li.li-facebook a:before{
	font-size: 16px; // IE8
	font-size: 1rem;
	font-family: 'FontAwesome';
	content: "\f082";
	margin-right: 10px;
}

#leftbody #snsSerch ul li.li-instagram a:before{
	font-size: 16px; // IE8
	font-size: 1rem;
	font-family: 'FontAwesome';
	content: "\f16d";
	margin-right: 10px;
}

/*--------------------------------------
 ライトボディ
---------------------------------------*/
#rightbody {
	width: 780px;
	margin: 0 auto 30px;
	float: right;
}

#rightbody #categorySerch {
	margin-bottom: 50px;
}

#rightbody #categorySerch ul {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#rightbody #categorySerch ul li a{
	float: left;
	width: 16.66%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	text-align:center;
}


#rightbody #categorySerch ul li a:hover{
	color: #ae8217;
	opacity: 1;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

#rightbody #categorySerch ul li a img:hover{
	opacity: 0.8;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

#rightbody #categorySerch ul li .naviEn{
	font-family: "source-han-sans-japanese",sans-serif;
	font-weight: 500;
	font-size: 11px; // IE8
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	line-height: 1.4em;
	color: #aaa;
	display: block;
}

#rightbody #categorySerch ul li .naviJa{
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height: 1em;
	padding: 3px 0;
	display: block;
}

/*--------------------------------------
 ライトボディスライダー
---------------------------------------*/
#rightbodySlide {
	width: 780px;
	margin: 0 auto;
}

#rightbodySlide .slick-prev:before,
#rightbodySlide .slick-next:before {
	font-size: 48px; // IE8
	font-size: 3rem;
}

#rightbodySlide .slick-prev {
	left: 0px;
}

#rightbodySlide .slick-next {
	right: 0px;
}

/*--------------------------------------
 アイテムラップ共通設定
---------------------------------------*/
.TitleRight {
	position: absolute;
	right: 0;
	top: 37px;
	font-size: 14px; // IE8
	font-size: 0.875rem;
}

.TitleRight a:hover {
	text-decoration: underline;
}

/*アイテム共通設定ここから*/
.item{
	position: relative;/*基準枠に設定*/
}

.item .img{
	position: relative;/*基準枠に設定*/
	margin-bottom: 10px;
}

.item .img img{
	width: 100%; /*画像100%表示*/
	margin: 0 auto;
	display: block;
}

.item ul.info {
	padding:0 5px; /*テキスト余白*/
}

.item .text {
	padding:0 5px; /*テキスト余白*/
}

.item .name {
	height: 90px;
	font-size: 16px; // IE8
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: normal;
	overflow:hidden;
}

.item:hover .name{
	text-decoration: underline;
}

.item .price {
	font-size: 16px; // IE8
	font-size: 1rem;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
}

.item .price:before {
	margin-right: 1px;
	font-size: 1em;
	content: "¥";
}

.item .price2 {
	font-size: 16px; // IE8
	font-size: 1rem;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	color: #df2c2c;
}

.item .price2:before {
	margin-right: 1px;
	font-size: 1em;
	content: "¥";
}

.item .price.sale {
	color: #df2c2c;
}

.item .price.sale span {
	font-size: 0.85em;
	margin-left: 5px;
	display: inline-block;
	background: #df2c2c;
	padding: 2px 8px;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}

.item span.mark {
	font-size: 0.85em;
	margin-right: 5px;
	display: inline-block;
	background: #df2c2c;
	padding: 2px 8px;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
}

/*
.item .price:after {
	font-weight: normal;
	margin-left: 1px;
	font-size: 0.75em;
	content: "税込";
}
*/

.item .info ul.color{
	display: none;
}

.item .info .deta{
	font-size: 12px; // IE8
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	margin-top: 10px;
	margin-bottom: 2px;
}

.itemWrap .item[data-type="hot"] .img:after{
	position: absolute;
	bottom: 5px;
	left: -5px;
	padding: 2px 5px;
	font-size: 11px; // IE8
	font-size: 0.6875rem;
	color: #fff;
	background: #df2c2c;
	z-index:999;
	content: "人気商品";
}

.item .info ul.color:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}

.item .info ul.color li {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-bottom: 3px;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */
}
/*アイテム共通設定ここまで*/

/*--------------------------------------
 おすすめ一覧
---------------------------------------*/
#recommendWrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#recommendWrap div#recommend{
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#recommend .itemWrap{
	/*margin-bottom: 30px;*/
}

#recommend .itemWrap .item{
	width: 25%;
	height: 380px;
	padding:0 15px;
	margin-bottom: 20px;
	/*border-right: 1px solid #ccc;*/
	box-sizing: border-box;
	float: left;
}

#recommend .itemWrap .item:nth-child(4n){
	border-right: none;
	box-sizing: border-box;
}

#recommend .itemWrap .item .name{
	font-weight: bold;
}

#recommend .itemWrap .item > object a{
	position: absolute;
	top: 175px;
	right: 20px;
	width: 34px;
	height: 34px;
	font-size: 16px; // IE8
	font-size: 1.0rem;
	text-align: center;
	padding-top: 8px;
	color: #aaa;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */  
	box-sizing: border-box;
	z-index:999;
}

#recommend .itemWrap .item > object a:after{
	font-family: 'FontAwesome';
	content: "\f004";
}


#recommend .itemWrap .item > object a:before{
	position: absolute;
	top: 11px;
	right: 6px;
	content: "+";
	font-size: 11px; // IE8
	font-size: 0.6875rem;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,white 1px -1px 0px, white -1px -1px 0px;
	z-index:9999;
}

#recommend .itemWrap .item > object a:hover{
	color: #333;
	border: 1px solid #333;
	opacity: 1;
}


#recommendWrap #recommend .slick-prev,
#recommendWrap #recommend .slick-next {
	top: 43%;
	z-index: 9999;
	width: 40px;
	height: 96px;
}

#recommendWrap #recommend .slick-prev:before,
#recommendWrap #recommend .slick-next:before {
	font-size: 24px; // IE8
	font-size: 1.5rem;
	color: #000;
}

#recommendWrap #recommend .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f053";
}

#recommendWrap #recommend .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
}

#recommendWrap #recommend .slick-prev {
	left: -50px;
}

#recommendWrap #recommend .slick-next {
	right: -50px;
}

/*----- バナー480 -----*/
#recommend .itemWrap2clm{
	padding-top: 30px;
}

#recommend .itemWrap2clm .item{
	width: 480px;
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}

#recommend .itemWrap2clm .item:nth-child(2n){
	margin-right: 0;
}

/*--------------------------------------
 ランキング
---------------------------------------*/
#rankingWrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#rankingWrap div#ranking {
	width: 1040px;
	margin: 0 auto 30px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	position: relative;
}

#ranking .item{
	float: left;
	width: 120px;
	padding:0 10px 10px;
}

#ranking .item .name {
	height: 65px;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height: 1.4em;
	margin-top: 10px;
}

#ranking .item .price {
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height: 1.4em;
	text-align: right;
}

#ranking .item span{
	position: absolute;
	left: 12px;
	top: 2px;
	font-size: 12px; // IE8
	font-size: 0.75rem;
	text-align:center;
	width: 18px;
	height: 18px;
	padding: 5px;
	background: #f8f8f5;
	color: #222;
	font-weight: normal;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */  
	z-index: 999;
}

#ranking .item.rank1 > span{
	color: #fff;
	background: #d9b340;
}

#ranking .item.rank2 > span{
	color: #fff;
	background: #aaa;
}

#ranking .item.rank3 > span{
	color: #fff;
	background: #a15326;
}

#ranking .item.rank10 > span{
	color: #fff;
	background: #333;
}

#ranking .item .info {
	display: none;
}

#ranking .slick-prev,
#ranking .slick-next {
	top: 15%;
	z-index: 9999;
	width: 40px;
	height: 96px;
}

#ranking .slick-prev:before,
#ranking .slick-next:before {
	font-size: 24px; // IE8
	font-size: 1.5rem;
	color: #000;
}

#ranking .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f053";
}

#ranking .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
}

#ranking .slick-prev {
	left: -50px;
}

#ranking .slick-next {
	right: -50px;
}

/*--------------------------------------
 ピックアップ
---------------------------------------*/
#pickupWrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#pickupWrap div#pickup {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	position: relative;
}

#pickup .item{
	float: left;
	padding-right:20px;
}

#pickup .item h3:hover{
	text-decoration: underline;
}

#pickup .item p{
	margin-bottom: 10px;
}

#pickup .item .info ul.color{
	display: block;
}

#pickup .item.pickupLeft{
	width: 460px;
}

#pickup .item.pickupLeft .info{
	width: 100px;
	float: left;
}

#pickup .item.pickupLeft .text{
	width: 350px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
}

#pickup .item.pickupMiddle{
	width: 240px;
}

#pickup .item.pickupMiddle .item{
	height: 300px;
}

#pickup .item.pickupRight{
	width: 240px;
	padding-right:0px;
}

#pickup .item.pickupRight .info{
	width: 60px;
	float: left;
}

#pickup .item.pickupRight .text{
	width: 170px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
}

/*--------------------------------------
 ピックアップスライダー
---------------------------------------*/
#pickup_slideWrap {
	width: 100%;
	margin: 0 auto;
}

#pickup_slideWrap div#pickup_slide {
	width: 1040px;
	margin: 0 auto 20px;
	padding: 15px 0 10px;
	position: relative;
}

#pickup_slide .item{
	float: left;
	width: 103px;
	padding:0 10px;
}


#pickup_slide .item .name {
	height: 38px;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height: 1.4em;
	margin-top: 10px;
	overflow:hidden;
}

#pickup_slide .item .price {
	height:25px;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height:25px;
	text-align: right;
}

#pickup_slide .item .info {
	display: none;
}

#pickup_slide .slick-prev,
#pickup_slide .slick-next {
	top: 15%;
	z-index: 9999;
	width: 40px;
	height: 96px;
}

#pickup_slide .slick-slider{
	margin-bottom: 0px;
}

#pickup_slide .slick-prev:before,
#pickup_slide .slick-next:before {
	font-size: 24px; // IE8
	font-size: 1.5rem;
	color: #000;
}

#pickup_slide .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f053";
}

#pickup_slide .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
}

#pickup_slide .slick-prev {
	left: -50px;
}

#pickup_slide .slick-next {
	right: -50px;
}

/*-----  ピックアップイメージ -----*/
#pickup_slideWrap div#pickup_image {
	width: 1040px;
	margin: 0 auto;
	padding: 15px 0 10px;
	border-top: 1px solid #ccc;
	position: relative;
}

#pickup_image .item{
	float: left;
	width: 158px;
	padding:0 6px 6px 0;
}

#pickup_image .item:nth-child(6n){
	padding:0;
}

#pickup_image .item .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	height: 158px;
	margin: 0;
	color: #fff;
	padding-top: 40px;
	background: rgba(0,0,0,0.4);
	box-sizing: border-box;
	display: none;
}

#pickup_image .item a:hover{
	opacity: 1;
}

#pickup_image .item a:hover .text{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
}

#pickup_image .item .text .price{
	text-align: center;
}


/*----- バナー480 -----*/
#pickup_slideWrap .itemWrap2clm{
	width: 1040px;
	margin: 0 auto;
}

#pickup_slideWrap .itemWrap2clm .item{
	width: 480px;
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}

#pickup_slideWrap .itemWrap2clm .item:nth-child(2n){
	margin-right: 0;
}

/*--------------------------------------
 特集一覧
---------------------------------------*/
#topicWrap {
	width: 100%;
	margin: 0 auto;
	background: #f8f8f5;
	overflow: hidden;
}

#topicWrap div#topic {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	/*border-top: 1px solid #ccc;*/
	font-size: 12px; // IE8
	font-size: 0.75rem;
	position: relative;
}

#topicWrap #topic .item{
	padding:0 5px 20px;
}

#topicWrap #topic .item img{
	max-width: 200px;
	margin: 0 auto 20px;
	display: block;
}

#topicWrap #topic .item .img:after{
	display: none;
}

#topicWrap #topic .item .text p{
	height: 100px;
}

#topicWrap #topic .item .text .more_btn{
	width: 100%;
	text-align: right;
}

#topicWrap #topic .item .text .more_btn:before{
	font-family: 'FontAwesome';
	content: "\f105\f105";
	margin-right: 5px;
}

#topicWrap #topic .slick-prev,
#topicWrap #topic .slick-next {
	top: 20%;
	z-index: 9999;
	width: 40px;
	height: 96px;
}

#topicWrap #topic .slick-prev:before,
#topicWrap #topic .slick-next:before {
	font-size: 24px; // IE8
	font-size: 1.5rem;
	color: #000;
}

#topicWrap #topic .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f053";
}

#topicWrap #topic .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
}

#topicWrap #topic .slick-prev {
	left: -50px;
}

#topicWrap #topic .slick-next {
	right: -50px;
}

/*--------------------------------------
 カテゴリ別おすすめ
---------------------------------------*/
#categoryWrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#categoryWrap div#category{
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	/*border-top: 1px solid #ccc;*/
	position: relative;
}

#categoryWrap #category .itemWrap .item{
	width: 25%;
	height: 360px;
	padding:0 12px;
	margin-bottom: 30px;
	/*border-right: 1px solid #ccc;*/
	box-sizing: border-box;
	float: left;
}

#categoryWrap #category .itemWrap .item:nth-child(4n){
	border-right: none;
	box-sizing: border-box;
}

#categoryWrap #category .itemWrap .item .name{
	font-weight: bold;
}

#categoryWrap #category .item .info,
#categoryWrap #category .item .text {
	padding:0; /*テキスト余なし白*/
}

/* タブエリア(トップ)設定 */
.tabarea{
	width:100%;
	margin: 0 auto;
}

.tab{
	margin-bottom: 25px;
}

.tab li{
	float: left;
	width: 12.5%;
	padding:20px 12px;
	box-sizing: border-box;
	display:inline-block;
	font-size: 14px; // IE8
	font-size: 0.875rem;
	text-align: center;
	color: #ccc;
	background: #333;
	cursor:pointer;
}

.tab .select{
	color: #fff;
	background:#666;
}
.tab li:hover{
	color: #fff;
	background:#666;
}

/* タブエリア(中)設定 */
.tabInWrap .tab{
	margin-bottom: 15px;
}

.tabInWrap .tab li{
	float: left;
	width: 15%;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:12px;
	margin-right: 6px;
	box-sizing: border-box;
	display:inline-block;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	text-align: center;
	color: #666;
	background: #f5f5f5;
	cursor:pointer;
	/*左上を角丸に*/
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	/*右上を角丸に*/
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px; 
}

.tabInWrap .tab li:first-child{
	border-left:1px solid #ccc;
}

.tabInWrap .tab .select{
	color: #666;
	background:#fff
}

.tabInWrap .tab li:hover{
	color: #aaa;
}

/*--------------------------------------
 新着アイテム
---------------------------------------*/
#newitemWrap {
	width: 100%;
	margin: 0 auto;
}

#newitemWrap div#newitem {
	width: 1040px;
	margin: 0 auto 30px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	position: relative;
}

#newitem .item{
	float: left;
	width: 120px;
	padding:0 10px 10px;
}

#newitem .item .img:after{
	position: absolute;
	bottom: 5px;
	left: -5px;
	padding: 0 5px;
	font-size: 11px; // IE8
	font-size: 0.6875rem;
	color: #fff;
	background: #df2c2c;
	z-index:999;
	content: "NEW";
}

#newitem .item .name {
	height: 75px;
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height: 1.4em;
	margin-top: 10px;
}

#newitem .item .price {
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	line-height: 1.4em;
	text-align: right;
}

#newitem .item .info {
	display: none;
}

#newitem .slick-prev,
#newitem .slick-next {
	top: 15%;
	z-index: 9999;
	width: 40px;
	height: 96px;
}

#newitem .slick-prev:before,
#newitem .slick-next:before {
	font-size: 24px; // IE8
	font-size: 1.5rem;
	color: #000;
}

#newitem .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f053";
}

#newitem .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
}

#newitem .slick-prev {
	left: -50px;
}

#newitem .slick-next {
	right: -50px;
}

/*--------------------------------------
 ソーシャル
---------------------------------------*/
#socialWrap{
	width: 100%;
	margin: 0 auto;
}
#social {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}
#social .facebook {
	width: 360px;
	float: left;
}
#social .instagram {
	width: 600px;
	float: right;
	background-color: #f5f5f5;
}
#social .insta-inner {
	width: 480px;
	overflow: hidden;
	margin: 0 auto;
}
#social .insta-img {
	width: 160px;
}
#social .insta-inner li {
	float: left;
	line-height: 0;
}
#social .instagram .more {
	display: block;
	border: 1px solid #000;
	text-align: center;
	width: 350px;
	margin: 40px auto;
	padding: 10px 0;
}

#social .instagram h3.instaTitle {
	width: 200px;
	text-align: right;
	padding: 20px 0;
	margin: 40px auto 20px;
	background:url(../img/material/instagram.png) no-repeat left top;
}

#social .instagram .more:hover {
	background-color: #000;
	color: #fff;
}

/*--------------------------------------
 姉妹店リンク
---------------------------------------*/
#catalogWrap{
	width: 100%;
	margin: 0 auto;
}

#catalog{
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}


/*--------------------------------------
 フッター
---------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	font-size: 12px; // IE8
	font-size: 0.75rem;
}

#footer ul li a:hover{
	color: #999;
	text-decoration: underline;
	opacity: 1;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

#footer h3.footerTitle{
	font-size: 13px; // IE8
	font-size: 0.8125rem;
	font-weight: bold;
	margin-bottom: 6px;
}

/*-----サービス-----*/
#serviseWrap {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#serviseWrap div#servise {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

#servise #serviseList > div {
	width: 20%;
	height: 230px;
	padding: 0 15px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
}

#servise #serviseList > div img{
	margin: 0 auto 10px;
	display: block;
}

#servise #serviseList > div img#cardlist{
	margin: 2px auto;
	display: block;
}

#servise #serviseList > div.end {
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}


/*-----フッタートップ-----*/
#footerTopWrap {
	width: 100%;
	padding: 60px 0 30px;
	background: #f8f8f5;
}

#footerTop {
	width: 1040px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

#footer #footerTop .footerList{
	float: left;
	height: 280px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

#footer .footerList ul li a{
	line-height: 1.8em;
}

#footer #category{
	width: 150px;
}

#footer #topic{
	width: 180px;
}

#footer #guide{
	width: 120px;
}

#footer #sns{
	margin-top: 20px;
	width: 120px;
}

#footer #event{
	width: 120px;
}

/*----- sns -----*/
#footer .footerList ul li.li-facebook a:before{
	font-size: 16px; // IE8
	font-size: 1rem;
	font-family: 'FontAwesome';
	content: "\f082";
	margin-right: 5px;
}

#footer .footerList ul li.li-instagram a:before{
	font-size: 16px; // IE8
	font-size: 1rem;
	font-family: 'FontAwesome';
	content: "\f16d";
	margin-right: 5px;
}

/*-----カレンダー-----*/
#working {
    width: 280px;
}

#calendar {
	padding-left: 50px;
	text-align: center;
	font-size: 12px; // IE8
	font-size: 0.8125rem;
	margin-top: -5px;
}

#calendar tbody td {
	padding: 8px;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */  
}

#calendar td.sun,
#calendar td.sat {
    background: #b62626;
    color: #fff;
}

#calendar td.weekday {
    background: none;
    color: #000;
}

#calendar td.today {
    font-weight: bold;
    text-decoration: underline;
}

.holiday_color {
	padding-left: 60px;
	font-size: 12px; // IE8
	font-size: 0.8125rem;
}

.holiday_color span {
    display: inline-block;
    margin-right: 5px;
    color: #b62626;
}

/*-----フッターミドル-----*/
#footerMiddleWrap {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	background: #f8f8f5;
}

#footerMiddle {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

#footer #footerMiddle .footerList{
	height: 240px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

#footerMiddle #contact #tell {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	display: block;
	margin: 15px 0 0;
}

#footerMiddle #contact #tell:before {
	font-family: 'FontAwesome';
	content: "\f095";
	margin-right: 10px;
}

#footerMiddle #contact #mail {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

#footerMiddle #contact #mail:before {
	font-family: 'FontAwesome';
	content: "\f0e0";
	margin-right: 10px;
}

#footerMiddle #footerLogo {
	position: absolute;
	bottom: 0;
	right: 20px;
}

/*-----フッターボトム-----*/
#footerBottomWrap {
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	background: #f8f8f5;
}

#footerBottom {
	width: 1040px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
}

#footerBottom #info {
	float: left;
	width: 500px;
}

#footerBottom #info li a {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc ;
	box-sizing: border-box;
	text-align:center;
}

#footerBottom #info li.end a {
	border-right: 1px solid #ccc;
}

#footerBottom h2#subCopy {
	float: right;
	width: 460px;
	font-size: 12px; // IE8
	font-size: 0.75rem;
	text-align: right;
	font-weight: normal;
	padding-right: 15px;
}

#footerWrap #gotop a{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	box-sizing: border-box;
	background: #ae8217;
}

#footerWrap #gotop a:after{
	font-size: 16px; // IE8
	font-size: 1rem;
	color: #fff;
	font-family:"FontAwesome";
	content: "\f106";
}

#copyright {
	color: #fff;
	padding: 20px 0 30px;
	text-align: center;
	background: #222;
}


/*--------------------------------------
 スライダー共通
---------------------------------------*/
.carousel_area .slick-slider {
	margin-bottom: 25px;
}

.carousel_area .slick-prev,
.carousel_area .slick-next {
	top: 40%;
	z-index: 9999;
	width: 40px;
	height: 96px;
}

.carousel_area .slick-prev:before,
.carousel_area .slick-next:before {
	font-size: 96px; // IE8
	font-size: 6rem;
	color: #fff;
}

.carousel_area .slick-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
}

.carousel_area .slick-next:before {
	font-family: 'FontAwesome';
	content: "\f105";
}

.carousel_area .slick-prev {
	left: 20px;
}

.carousel_area .slick-next {
	right: 20px;
}

.carousel_area .slick-dots li{
	margin: 0 2px;
}

.carousel_area .slick-dots li button:before{
	font-family: 'FontAwesome';
	font-size: 0.8rem;
	content: '\f111';
	opacity: 1;
	color: #ccc;
}

.carousel_area .slick-dots{
	position: absolute;
	bottom: -30px;
}

.carousel_area .slick-dots li.slick-active button:before{
	opacity: 1;
	color: #ae8217;
}
