@charset "UTF-8";
/* CSS Document */

/*=====================================
 reset
======================================*/
body {
    font-family: Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
	min-width: 1200px;
}

html > * {
	box-sizing: border-box;
}

a { 
	color: #333;
	text-decoration: none;
    cursor: pointer;
	transition: .3s;
}
a:visited { color: #333;}
a:hover { 
	text-decoration: none;
	color: #bb0813;
}
a img {
	transition: .3s;
}

a:hover img {
	opacity: .8;
}

.fs-c-breadcrumb__list a,
.fs-c-breadcrumb__list a:visited,
.fs-c-breadcrumb__list {
	color: #8a8a8a;
}


.mt10 { margin: 10px 0 0 0;}
.bold { font-weight: bold;}
.red { color: #bb0813!important;}
.alignC { text-align: center !important;}
.link_border { text-decoration: underline !important;}
a.link_border:hover { text-decoration: none !important;}
.sp_cont { display: none !important;}
.pc_cont { display: block !important;}

.breadcrumb {
	margin: 0 0 30px 0;
}
.fs-c-breadcrumb__list > li {
	display: inline;
}

#header {
    margin: 0 auto;
}

#contents {
    height: auto !important;
    margin: 0 auto;
}

#main {
    float: left;
}
#aside {
	float: right;
}
#footer .innner {
    margin: 0 auto;
    padding: 15px 0;
}
.fs-c-breadcrumb {
	width: 1080px;
	font-size: 14px;
}


/*=== flexbox ===*/
.flexbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
}


h2 {
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 20px 0;
    padding: 5px 5px 16px;
    font-weight: normal;
	font-size: 23px;
	line-height: 1.3;
}


.user-info {
    padding: 6px 4%;
    background: #4e2713;
    text-align: center;
	line-height: 1.5;
	font-size: 13px;
	color: #FFF;
}

.user-info strong {
	font-weight: bold;
}
.user-info a {
	color: #fff;
	text-decoration: underline;
}
.user-info a:hover {
	text-decoration: none;
}


/*.point_d {
	color: #bb0813;
	font-weight: bold;
}*/

#contents {
    width: 1080px;
    margin: 20px auto 40px;
	overflow: hidden;
}
#main {
  width: 800px;
  margin: 0;
}
#aside {
    width: 230px;
}
#category .itemlist .item .comment{
	display: none;
}

/* category　
------------------------*/
#recommend_wrap > div {
	margin: 0 0 40px 0;
}
#recommend_wrap h3 {
	border: none;
	color: #bb0813;
	padding-left: 0;
	margin: 0 0 30px 0;
}
.items ul li a .price {
	font-size: 14px;
	font-weight: normal;
}

#category > h1.title,
#category > h2.title {
	padding: 0 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	border: none;
}
#category .itemlist .item img { max-width: 100%; }
#category .itemlist .item {
	width: 150px;
	padding: 0;
	border: none;
	margin: 0 26px 0 0;
	text-align: left;
}

#category .itemlist .item:nth-child(4n) {
	margin: 0;
}

#category .itemlist .item .name {
	margin: 10px 0;
	height: auto;
	max-height: 3em;
}

#category .pager {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
    background: #FFF;
}

#category fieldset {
	margin: 20px 0;
	background: #FFF;
}

#category .categorylist {
	margin: 20px 0 0 0;
	overflow: hidden;
}

.categorylist li {
	width: 20%;
	margin: 0 0 10px 0;
	padding: 6px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	float: left;
	border-left: 1px solid #CCC;
	line-height: 110%;
	height: 100%;
}

.categorylist a {
	display: block;
	padding: 5px 0;
	box-sizing: border-box;
	color: #0066cc;
	font-size: 13px;
}
.categorylist a:hover {
	text-decoration: underline;
}

.categorylist li:last-child,
.categorylist li:nth-child(5n) {
	border-right: 1px solid #ddd;
}
.categorylist li h3 {
	padding: 0;
}
.categorylist li h3 a:hover{
	color: #bb0813;
}
.categorylist li:hover {
	background: none;
}
#category .categorylist li h3 a {
	color: #333 !important;
}
#category .categorylist li h3 a:hover {
	color: #bb0813 !important;
}
#category .categorylist li h3 span {
	display: none;
}

#category .gift_s_title {
    font-weight: bold;
    padding: 0 0 0 13px;
    border-left: 4px solid #bb0813;
	margin: 26px 0 8px;
}
.c-description > p {
	line-height: 2;
}

.pagination {
    margin: 25px 0 15px;
}

.pagination ul li a,
.pagination ul li {
	border-radius: 4px;
	border: none;
	outline-width: 0;
}

.pagination ul li a {
	padding: 6px;
	border: 1px solid #ddd;
}

.pagination ul li.page a {
	padding: 6px;
	display: block;
	width: 20px;
}

.pagination ul li.active a {
	background: #bb0813;
	color: #FFF;
	border: 1px solid #bb0813;
}

.fs-c-subgroupList__link {
	padding: 10px;
}
.fs-c-subgroupList__link::after {
	font-size: 1.5rem;
}


 /*====================================
 	#point_bnr
 =====================================*/
#point_bnr {
	background: #bb0813;
}
#point_bnr a {
	background: #bb0813;
	padding: 13px 0;
	display: block;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
#point_bnr a:hover {
	opacity:.7;
}
 .point_bnr_wrap {
	 width: 1080px;
	 margin: 0 auto;
	 text-align: center;
 }

#point_bnr p {
    font-size: 16px;
    color: #FFF;
    display: inline;
	letter-spacing: 1px;
}

#point_bnr p span {
  font-size: 21px;
}



/*====================================
 #header
=====================================*/
 #header {
   width: 1080px;
	align-items: center;
	-weblit-align-items: center;
	padding: 16px 0;
 }

#header .guide_wrap {
	width: calc(100% - 190px);
	-webkit-align-items: center;
	align-items: center;
}

.gnav_wrap {
	width: 50%;
}
.snav_wrap {
	width: 50%;
	align-items: baseline;
	-weblit-align-items: baseline;
}



#site_catch_wrap {
  background: #d5d2c3;
  padding: 5px 0;
}
.site_catch {
	width: 1080px;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
	color: #4d3f3b;
}

#header .shop_name {
  	display: inline;
	line-height: 1;
}
#header .text_contest {
  	display: inline-block;
  	width: 180px;
	margin-right: 20px;
	height: 100%;
	padding-top: 4px;
}



/*
.logedin {
  display: inline;
  width: 120px;
  height: 62px;
  overflow: hidden;
  margin: 8px 0 0 0 !important;
  font-size: 13px;
}
.logedin span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  display: inline;
}*/


#header .guide_btn {
  padding: 40px 0 0 0;
  background: url(../images/common2/icon_guide_b.png) no-repeat center top;
	background-size: 34px auto;
}

.snav_wrap a,
.guide_btn {
	font-size: 13px;
	font-weight: 800;
}

#header .cart_btn a {
  padding: 42px 0 0 0;
  background: url(../images/common2/icon_cart_b.png) no-repeat center top;
	background-size: 34px auto;
}

#header .account_btn a {
  padding: 44px 0 0 0;
	background: url(../images/common2/icon_login_b.png) no-repeat center top;
	background-size: 32px auto;
}

#header .cart_btn a:hover {
  	background: url(../images/common2/icon_cart_r.png) no-repeat center top;
	background-size: 34px auto;
}

#header .account_btn a:hover {
	background: url(../images/common2/icon_login_r.png) no-repeat center top;
	background-size: 32px auto;
}

#header .guide_btn:hover {
  background: url(../images/common2/icon_guide_r.png) no-repeat center top;
	background-size: 34px auto;
}


#header .cart_btn a:hover,
#header .account_btn p:hover a,
#header .guide_btn:hover {
	color: #bb0813;
}

.shop_logo_area {
	margin-right: auto;
}

.shop_logo_area2 {
	text-align: center;
	background: #FFF;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
 	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
  	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
}
.shop_logo_area2 .shop_name img {
	padding: 10px 0;
}
.shop_name img {
	width: 190px;
}

/* 新着情報
-------------------------------*/
#news {
	margin: 0 0 40px 0;
}

.news_wrap {
	margin: 40px 0;
	padding: 30px 38px 20px;
	background: #f0e7d6;
	margin: 0;
}

.news_wrap h2 {
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0 5px 24px;
}

.news_wrap a:hover {
  color: #bb0813;
}

#news .thumb .body {
	overflow: hidden;
}

#news h3 {
	display: inline-block;
	float: left;
}
#news .title {
	font-size: 14px;
	width: calc(100% - 140px);
	float: left;
	text-align: left;
}
#news .date {
	font-size: 14px;
	color: #333;
}

#news .date {
	width: 140px;
	float: left;
	text-align: left;
}

#news .thumb {
	margin: 0 0 15px 0;
	padding: 0 10px 15px;
	border-bottom: 2px dotted #673f16;
}


/*====================================
	gnav
=====================================*/
.gnav_wrap {
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	align-items: -webkit-center;
}
.gnav_wrap a {
	color: #bb0813;
	font-weight: 800;
	font-size: 14px;
  	position: relative;
  	display: inline-block;
  	text-decoration: none;
	letter-spacing: 1px;
}
.gnav_wrap a::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #bb0813;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.gnav_wrap a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}



.gnav_list {
	margin-left: 5%;
	margin-top: 3px;
	width: 100%;
	align-items: center;
	-webkit-align-items: center;
}
.gnav_list li {
	margin-right: 4%;
	text-align: center;
}

.sub_nav {
	display: none;
	text-align: left;
	position: absolute;
	/*left: -99999px;
	top: 0;*/
	z-index: 20;
	top: 50px;
	left: 1px;
}

.sub_nav ul {
	background: #fff;
	box-shadow: 0 2px 8px rgba(77,77,77,0.2);
	width: 160px;
	border-radius: 6px;
	overflow: hidden;
	margin-top: -1px;
	padding: 10px 0;
}

.sub_nav li a {
	font-size: 13px;
	width: 100%;
	padding: 8px 30px 8px 16px;
	display: block;
	word-wrap: break-word;
	box-sizing: border-box;
}

.sub_nav li {
	position: relative;
}
.sub_nav li:before{
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	top: 45%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #bb0813;
	border-right: 2px solid #bb0813;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gnav a:hover,
.sub_nav li a:hover {
	color: #bb0813;
}

.sub_nav {
	z-index: 0;
}
/*
.sub_nav:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
}*/


.display {
    -webkit-transition: all .5s;
    transition: all .5s;
	opacity: 0;
	display: none;
}
.hover_btn:hover + .display,
.display:hover {
	opacity: 1;
	display: block;
}

/* account
-------------------------*/
#account_nav >p {
  cursor:  pointer;
}
#account_nav >p:hover {
	color: #bb0813;
}
#help_nav,
#account_nav {
    position: relative;
    z-index: 20;
}

#help_nav {
    margin-left: 16px;
    width: 50px;
    text-align: center;
}
#account_nav {
	margin-left: 16px;
}
.account {
	display: none;
	text-align: left;
	position: absolute;
	/*left: -99999px;
	top: 0;*/
	z-index: 20;
	top: 62px;
	left: -12px;
}
.account.help_nav {
	left: -46px;
}
.account ul {
	/*padding: 10px 0 0;*/
	background: #fff;
	box-shadow: 0 2px 8px rgba(77,77,77,0.2);
	width: 120px;
	border-radius: 6px;
	overflow: hidden;
	margin-top: -4px;
	text-align: left;
}
.account.help_nav ul {
	width: 138px;
}
#header .account a {
	font-size: 13px;
	width: 100%;
	padding: 10px 30px 10px 16px;
	display: block;
	word-wrap: break-word;
	box-sizing: border-box;
	position: relative;
}

#header .account a:hover {
	 color: #bb0813;
}


#header .account a:before {
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	top: 40%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #bb0813;
	border-right: 2px solid #bb0813;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header .contents_btn a {
	padding: 1px 0;
}

.contents_btn:before {
    font-family: 'fs-icon' !important;
	content: "\e91a";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline;
    color: #bb0813;
    font-size: 18px;
    line-height: 1.2;
    margin: 8px auto 0;
}


/*
.account:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #FFF transparent transparent;
	z-index: 0;
}
*/

/*====================================
	side_nav
=====================================*/

#left_navi_category > div > div {
	width: 230px;
}

#left_navi_category > div > div:last-child {
	border: none;
}

#left_navi_category a {
	padding: 12px 15px;
    display: block;
	font-size: 14px;
}

#left_navi_category .b_classify.selected {
	padding: 12px 15px;
    display: block;
	font-size: 14px;
	color: #bb0813;
}

#left_navi_category a:hover {
	color: #bb0813;
}


/* 静ナビゲーション用 */
#left-navi-price .title {
  font-size: 18px;
  border-left: none;
  margin: 0 0 20px 0;
  padding: 0 0 14px 0;
  border-bottom: 2px solid #bb0813;
}

#side_calendar_area .side_calendar_tit,
#side_calendar_area h3 {
  	font-size: 18px;
  	border-left: none;
	margin: 0 0 16px 0;
	padding: 0;
 	font-weight: 800;
}
.side_calendar {
	margin: 14px 0 0 0;
}

#cate_nav {
  width: 230px;
  margin: 30px 0 0;
  float: none;
}

#cate_nav .b_classify a:hover, #cate_nav .b_classify_02 a:hover, #cate_nav .facet a:hover {
	background: #FFF;
}
#cate_nav .b_classify a, #cate_nav .b_classify_02 a, #cate_nav .facet a {
  border-bottom: 1px solid #bdbdbd;
}

/*
#cate_nav h3 {
  font-size: 15px !important;
  padding: 12px 15px !important;
  margin: 0 !important;
  background: #bb0813;
  color: #FFF;
  box-sizing: border-box;
  border: none;
}*/

#cate_nav .b_classify a, #cate_nav .facet a {
	padding: 11px 15px;
}

/*右ナビ　hoverメニュー
.cate li:last-child ,.cate_2 li:last-child {
    border-bottom: none;
}
#cate_nav .last_cate a {
	border-radius: 0 0 6px 6px;
	border: none;
}
.cate_nav ul {
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(77,77,77,0.2);
	width: 170px;
	border-radius: 6px;
	overflow: hidden;
	margin-top: -1px;
	box-sizing:border-box;
}
#cate_nav .cate_nav.apear2 li a {
	width: 100%;
	padding: 8px 20px 8px 15px;
	display: block;
	font-size: 13px;
	word-wrap: break-word;
	box-sizing: border-box;
	background: #FFF;
	border: none;
	position: relative;
}

#cate_nav .cate_nav.apear2 li a:hover {
	background-color: #F7F7F7;
}
#cate_nav .cate_nav a:before {
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	top: 40%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #bb0813;
	border-right: 2px solid #bb0813;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
#cate_nav > div {
  margin-bottom: 0;
}
	
#search01 a:hover,
#search02 a:hover,
#search03 a:hover,
#search04 a:hover,
#search05 a:hover,
#cate_nav a:hover {
	color: #bb0813;
}

.cate_nav:before {
	content: "";
	position: absolute;
	top: 45px;
	left: 100%;
	margin-top: -9px;
	display: block;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	z-index: 0;
}

#myself_cate li:last-child a {
	border: none;
}

#myself_cate h3 {
	font-size: 18px;
	border-left: none;
	margin: 20px 0 5px 0;
	padding: 0 0 18px 0;
	color: #bb0813;
	font-weight: 800;
	border-bottom: 2px solid #bb0813;
	cursor: pointer;
	position: relative;
}

#gift_cate h3 {
	font-size: 18px;
	border-left: none;
	margin: 20px 0 5px 0;
	padding: 0 0 18px 0;
	color: #bb0813;
	font-weight: 800;
	border-bottom: 2px solid #bb0813;
	cursor: pointer;
	position: relative;
}
#cate_nav > .side_h2__tit {
    color: #aaa59f;
    border-bottom: 2px solid #6b441c;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;	
}
#cate_nav .title {
	border-bottom: 2px solid #6b441c;
	padding: 8px 10px 16px 2px;
	margin: 10px 0 0 0;
	color: #6b441c;
	font-size: 16px;
	position: relative;
	font-weight: bold;
}
#aside #cate_nav .title.open:before {
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	bottom: 0px;
	top: 16px;
}
#aside #cate_nav .title:before {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	bottom: 0px;
	top: 16px;
}

#cate_nav .cate li a,
#cate_nav .cate_2 li a {
    padding: 12px 15px 12px 0;
    display: block;
    font-size: 15px;
	font-weight: 800;
	position: relative;
}
.left-navi a {
	padding: 14px 0;
	border-bottom: 1px solid #bdbdbd;
	display:block;
	font-weight: 800;
	position: relative;
}
#cate_nav .cate_2 li a:before, 
.left-navi a:before,
#cate_nav .cate li a:before {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 18px;
}



/* 価格検索　
------------------------*/
#search01 .title,
#search02 .title,
#search03 .title,
#search04 .title,
#search05 .title {
	font-size: 16px;
	border-left: none;
	margin: 16px 0 5px 0;
	padding: 0 0 16px 0;
	color: #6b441c;
	font-weight: 800;
	border-bottom: 2px solid #6b441c;
	cursor: pointer;
	position: relative;
}
#search04 {
	border-top: 2px solid #6b441c;
}

#search01 >ul,
#search02 >ul,
#search03 >ul,
#search04 >ul,
#search05 >ul {
	display: none;
}


#aside .title:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #6b441c;
    border-right: 2px solid #6b441c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	position: absolute;
	right: 10px;
	top: 6px;
	transition: .3s;
}

#aside .title.open:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #6b441c;
    border-right: 2px solid #6b441c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	position: absolute;
	right: 10px;
	top: 6px;
}



/* 新規会員登録　
------------------------*/
#member {
  margin: 30px 0;
}

/* BK
#member .member_hukidashi {
  position: absolute;
  top: -20px;
  left: 42px;
  background: #bb0813;
  color: #FFF;
   font-size: 16px;
   padding: 10px 16px;
   border-radius: 8px;
}
*/

#member .member_linklist a {
	padding: 16px 0;
	display: block;
	font-size: 16px;
	color: #6b441c;
	font-weight: 800;
	position: relative;
	transition: .3s;
}
#member .member_linklist a:hover {
	color: #bb0813;
}
#member .member_linklist {
	margin: 6px 0 0 0;
}
#member .member_linklist li:first-child {
  border-bottom: 1px solid #bdbdbd;
}

#member .member_linklist li:first-child a { 
	background: url(../images/common2/icon_link01_bl.png) no-repeat left center;
	background-size: 18px auto;
	padding-left: 24px;
}
#member .member_linklist li:nth-child(2) a { 
	background: url(../images/common2/icon_link02_bl.png) no-repeat left center;
	background-size: 18px auto;
	padding-left: 24px;
}

#member .member_linklist a:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #6b441c;
    border-right: 2px solid #6b441c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 20px;
}


/*====================================
	#aside
=====================================*/
#aside .form,
#left_navi_category {
  margin: 0 0 30px 0;
}

.h_keyword {
  width: 180px;
  float: left;
}
.h_keyword input {
  width: 180px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 6px 0 0 6px;
  border: none;
  padding: 6px 10px;
  box-sizing: border-box;
  font-size: 13px;
}
.h_submit {
  width: 50px;
  float: right;
}
.h_submit input {
  width: 50px;
  height: 50px;
  background: #bb0813 url(../images/common/icon_search.png) no-repeat center;
  background-size: 20px auto;
  border-radius: 0 6px 6px 0;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

.side_calendar > div,
.side_bnr .side_bnr_h3box,
.side_bnr >p {
  margin: 0 0 18px 0;
}

#category .itemlist .item .stock {
	left: 0 !important;
	top: 0 !important;
	text-align: center;
}

/*====================================
	footer
=====================================*/

#footer {
    margin: 60px 0 0 0;
    background: #e9e4e0;
}
.footer_cate_wrap {
	padding: 50px 0;
}
#footer .innner {
    width: 1080px;
	padding: 0;
}


.about_saiboku .innner.flexbox {
	align-items: center;
	-webkit-align-items: center;
	 flex-direction: row-reverse;
	  -webkit-flex-direction: row-reverse;
}
	
#footer .box_r a { color: #bb0813; text-decoration: underline;}
#footer .box_r a:hover { text-decoration: none;}

.footer_logo {
	width: 250px;
	margin: 20px auto 0;
}


/* .category_list
------------------------*/
.footer_category .box_r p {
  line-height: 1.8;
}

.about_saiboku .about_saiboku_title,
.footer_category h2 { 
    font-weight: bold;
    text-align: center;
    padding: 0;
    border: none;
    margin: 0 0 40px 0;
    font-size: 24px;
	color: #333;
}

.footer_category_list {
 	 margin: 0 0 50px 0;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 30px;
}

.footer_category_list li {
  width: 160px;
  text-align: center;
  margin: 0 24px 20px 0;
  line-height: 1.4;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.footer_category_list li:nth-child(24),
.footer_category_list li:nth-child(18),
.footer_category_list li:nth-child(12),
.footer_category_list li:nth-child(6) {
  margin-right: 0;
}

.footer_category_list a {
	display: block;
    background: #FFF;
    border: 1px solid #8c8c8c;
	width: 100%;
	height: 100%;
	position: relative;
}

.footer_category_list li p {
  padding: 10px;
  font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.footer_category_list a:hover { color: #bb0813;}


/* .about_saiboku */
.about_saiboku h3 {
    font-size: 24px;
    border: none;
    margin: 0 0 30px;
    padding-left: 0;
	font-weight: 800;
	text-align: center;
}
.about_saiboku .box_l {
    width: 300px;
	padding: 20px 0 0 0;
	box-sizing: border-box;
}
.about_saiboku .box_l img {
	width: 100%;
}

.about_saiboku .box_r {
    width: 730px;
    margin: 0 0 0 50px;
    line-height: 1.8;
	font-size: 15px;
}


/* 矢印 */
.arrow {
	display: block;
	position: absolute;
	right: 32px;
	bottom: 20px;
}
.arrow:after,
.arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}


.arrow:before {
	content: "";
	display: block;
	width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #532800;
}
.arrow:after {
	content: "";
	display: block;
    left: 5px;
	top: -1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* #footer_link
------------------------*/
#footer_link {
  background: #bb0813;
	padding: 30px 0 40px;
}

#footer_link a {
  color: #FFF !important;
}

#footer_link .article_l a:hover {
  border-bottom: 1px solid #FFF;
}

#footer .article_l {
  width: 840px;
  margin: 0 40px 0 0;
	padding: 14px 0;
	float: none;

}
#footer .article_l ul li {
  display:  inline-block;
  margin: 0 20px 0 0;
	font-size: 15px;
}

#footer .article_r {
  width: 200px;
	margin: 0;
	float: none;
}
#footer .article_r .icon_link_list li {
  margin: 0 0 0 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#footer .article_r .icon_link_list a {
  display: block;
  width: 50px;
  height: 50px;
}

#footer .article_r .icon_link_list li:first-child {
  margin: 0;
}
#footer .icon_link_list li:hover {
	opacity: .8;
}
/*
#footer .saiboku_web a { background: url(../images/common/icon_web.png) no-repeat center; background-size: 40px auto;}
#footer .blog a { background: url(../images/common/icon_blog.png) no-repeat center; background-size: 40px auto;}*/
#footer .twitter a { background: url(../images/common2/icon_tw_w.png) no-repeat center; background-size: 26px auto;}
#footer .facebook a { background: url(../images/common2/icon_fb_w.png) no-repeat center; background-size: 26px auto;}
#footer .insta a { background: url(../images/common2/icon_insta_w.png) no-repeat center; background-size: 26px auto;}


/* .copyright
------------------------*/
.copyright {
  font-size: 13px;
  color: #bb0813;
  text-align: center;
  padding: 20px 0;
}



/* =================================
 main
================================= */
#otoku01,
#brand01,
#gift01,
#gift_ranking01,
#set_ranking01,
#pickup01 {
	margin-bottom: 50px;
}

#pickup01 {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 40px;
}
/* 
タイトル
------------------------*/
.recommend_s1 >h2,
#otoku01 .title,
#brand01 .title,
#gift01 .title,
#gift_ranking01 .title,
#set_ranking01 .title,
#pickup01 .title {
	font-size: 22px !important;
	font-weight: bold !important;
	color: #333;
	border: none !important;
	text-align: center !important;
}

.set_ranking01_wrap.border {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 40px;
}

#otoku01 .title span {
	background: url("../images/common2/icon_cooking01.png") no-repeat left center;
  	padding: 20px 0 10px 70px;
	background-size: 64px auto; 
}
#brand01 .title span {
    background: url("../images/common2/icon_osusume01.png") no-repeat left center;
    padding: 6px 0 6px 70px;
    background-size: 60px auto;
}
#gift01 .title span {
	background: url("../images/common2/icon_gift01.png") no-repeat left center;
	padding: 12px 0 12px 68px;
	background-size: 60px auto;
}
#pickup01 .title span {
	background: url("../images/common2/icon_pu01.png") no-repeat left center;
	padding: 16px 0 14px 67px;
	background-size: 60px auto;
}

/* 
ピックアップ
------------------------*/
.bnr_block.flexbox {
	 -webkit-justify-content: flex-start;
	 justify-content: flex-start;
}
.bnr_block > p {
	width: 49%;
	margin-bottom: 20px;
}
.bnr_block > p:nth-child(2n) {
	margin-left: 2%;
}
.bnr_block img {
	width: 100%;
}


/*
 ブランド 共通
------------------------*/
.item_inner_box01 > li,
.item_inner_box02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;	
}
.item_inner_box02 li {
	width: 49%;
	margin-bottom: 30px;
}
.item_inner_box01 .brand_tit {
	margin: 0 0 8px 0;
}
.brand_textbox .arrow_simple {
	display: inline-block;
	padding-left: 10px;
}
.brand_textbox .arrow_simple:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.brand_tit {
  border: none;
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
	position: relative;
}

.item_inner_box01 .brand_imgbox,
.item_inner_box01 .brand_textbox {
	width: 49%;
}


/*
ギフト
------------------------*/
.gift01_wrap {
	background: #dbcfc6;
	padding: 40px 30px 20px;
}

/*
ブランド豚
------------------------*/
.brand01_wrap {
	background: #d7d8cf;
	padding: 40px 30px 20px;
}

/*
お取り寄せ
------------------------*/
.otoku01_wrap {
	background: #e3d6c9;
	padding: 40px 30px 50px;
}

/*
ランキングリスト　共通
------------------------*/
.ranking__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}
.ranking__inner .ranking_itembox {
	width: 19%;
}

.ranking_itembox {
	position: relative;
	border: 1px solid #9e9e9e;
}
.ranking_itembox a {
	padding: 0 0 10px 0;
	display: block;
}

.ranking_itembox .item_price {
	font-weight: bold;
	font-size: 16px;
	color: #bb0813;
}
.ranking_itembox .item_price > span {
	font-size: 13px;
	color: #333;
	padding-left: 3px;
}
.ranking_itembox .item_neme {
	margin: 0 0 4px 0;
	padding: 0;
	border: none;
	font-size: 15px;
	font-weight: bold;
}
.ranking_itembox .item__text {
	padding: 10px;
}

/* ランキングアイコン */
.icon_rank {
	text-align: center;
	padding: 4px 10px;
	font-weight: bold;
	color: #FFF;
	background: #763822;
	letter-spacing: 1px;
}
.icon_rank > span {
  background: url("../images/common2/icon_rank_w.png") no-repeat left center;
  padding: 2px 10px 0 30px;
  background-size: 26px auto;
}
.icon_rank.num01 {
	background: #ac9960;
}
.icon_rank.num02 {
	background: #8c8c8d;
}
.icon_rank.num03 {
	background: #a48060;
}



/* 矢印 */
.arrow_red {
	display: block;
	position: absolute;
	right: 26px;
	bottom: 16px;
}
.arrow_red:after,
.arrow_red:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}


.arrow_red:before {
	content: "";
	display: block;
	width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #bb0813;
}
.arrow_red:after {
	content: "";
	display: block;
    left: 5px;
	top: -1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* =================================
 pagetop
================================= */
.pagetop {
	position: fixed;
	width: 56px;
	height: 56px;
	right: 40px;
	bottom: 40px;
	background: rgba(0,0,0,0.4);
	border-radius: 28px;
	z-index: 200;
}

.pagetop a {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	color:#FFF;
	display: block;
	text-decoration: none;
	position: relative;
}

.pagetop span {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 18px;
	left: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.pagetop a:after {
	display: block;
	content: "TOP";
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	right: 15px;
	top: 26px;
}


/*====================================
	calendar
=====================================*/
#side_calendar_area {
  margin: 30px 0;

}
#side_calendar_area .hosoku {
  margin: 10px 0 0 20px;
  text-indent: -1.7em;
}
#side_calendar_area .hosoku:before {
	content: "■";
  font-size: 18px;
  color: #ffcdcc;
  margin: 0 4px 0 0;
}



/*====================
  js slider
======================*/
.slick-box {
	position: relative;
}

.slick-dotted.slick-slider {
	margin: 0;
}

.slide_wrap {
  width: 100%;
	overflow: hidden;
}

#mainslider_layout {
    max-width: 1080px;
    margin: 0 auto;
}

#mainslider_layout .slick-list{
  overflow: visible;
}

#mainslider_layout .slick-prev, #mainslider_layout .slick-next {
    top: calc(50% - 70px) !important;
    width: 70px !important;
    height: 70px !important;
}

#mainslider_layout .slick-slide {
	background: #000;
}

#mainslider_layout .slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 477px;
	opacity: 0.4;
}
#mainslider_layout .slick-slide.slick-active img {
	opacity: 1;	
}
#mainslider_layout .slick-dots {
    position: relative !important;
    bottom: 0 !important;
	margin: 20px 0;
}
/*
#mainslider_layout .slick-dots li {
    height: auto !important;
    width: 15% !important;
}*/

.slick-arrow{
    z-index: 1!important;
}
#mainslider_layout .slick-prev  {
    left: -44px !important;
}
#mainslider_layout .slick-next {
    right: -70px !important;
}
#mainslider_layout .slide-dots {
	position: relative;
}

#mainslider_layout .slick-prev:before {
 content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);	
}
#mainslider_layout .slick-next:before {
 content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slide-dots button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots {
  text-align: center;
  margin: 16px 0 0 0;
}
.slide-dots li {
    height: auto !important;
    /*width: 15% !important;:*/
}
.slide-dots li button {
     	position: relative;
     	overflow: hidden;
  		text-indent: 100%;
 		white-space: nowrap;
		cursor: pointer;
		width: 10px;
		height: 10px;
		display: block;
		background: #ddd;
		border-radius: 6px;
}

.slide-dots li.slick-active button {
		background: #bb0813;
}
#side_slider {
	margin: 0 0 30px 0;
}
#side_slider .slick-slide img { width: 100%;}

#side_slider .slick-prev, #side_slider .slick-next {
    top: auto;
    bottom: 2px;
}

#side_slider .slick-prev {
    left: 0px;
	position: absolute;
  	width: 15px;
  	height: 15px;
}
#side_slider .slick-next  {
    right: 0px;
	position: absolute;
  	width: 15px;
  	height: 15px;
}

#side_slider .slick-prev:before {
 content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #232323;
  border-left: 2px solid #232323;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#side_slider .slick-next:before {
 content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #232323;
  border-right: 2px solid #232323;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slide-dots li {
    display: inline-block;
    margin: 0 8px;
}

#mainslider_layout .slick-dots li {
    height: auto !important;
    width: 24% !important;
}

#mainslider_layout .slick-dots .slick-active {
  border: 2px solid #c30813;
	box-sizing: border-box;
}
#mainslider_layout .slick-dots img {
	display: block;
}


/* title_layout */
.title_layout_01 {
    background: #fdf4e3;
    border: none;
    padding: 14px 20px;
    box-sizing: border-box;
    margin: 20px 0 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
	color: #333;
}

/*.title_layout_01 {
    background: #f4f4f4;
    border-left: 4px solid #bb0813;
    padding: 8px 20px 8px 14px;
    box-sizing: border-box;
    margin: 20px 0 15px;
    font-weight: bold;
	font-size:18px;
    border-radius: 0 4px 4px 0;
	text-align: left;
}*/


/* 検索フォーム */
.fs-p-searchForm {
	margin: 0 0 30px 0;
	border: 1px solid #bb0813;
	/*border-radius: 6px;
	box-shadow: 0 0 6px #b7b7b7;*/
}
.fs-p-inputGroup {
	border: none;
	background: none;
}
.fs-p-searchForm__input {
	width: 180px;
	height: 50px;
	background: #f4f4f4;
	border: none;
	padding: 6px 10px;
	box-sizing: border-box;
	font-size: 13px;
}
.fs-p-searchForm__button.fs-p-inputGroup__button {
	width: 50px;
	height: 50px;
	background: #bb0813 url(../images/common/icon_search.png) no-repeat center;
	background-size: 20px auto;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
.fs-p-searchForm__button:before {
	content: "";
}

/*===============
 time-bnr
=================*/
.time-bnr_sp {
	display: none !important;
}

.clm01_bnr {
	margin-bottom: 20px;
}


/*===============
 サイボクについて
=================*/
.contents_bnr_mg {
	margin: 30px 0;
}



/*=====================================
 カテゴリー：母の日レイアウト
======================================*/
.mamaday_wrap img {
	display: block;
}
.mamaday_itembox {
	background: #f5e5dd;
	padding: 30px 4% 10px;
	margin-bottom: 60px;
}
.mamaday_itembox.flexbox {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.mamaday_itembox > div {
	margin: 0 0 20px;
	width: 31%;
}
.mamaday_itembox > div img {
	width: 100%;
}


/* =================================
 固定　ランキングエリア
================================= */
.items ul li a .title {
	font-size: 13px;
	margin: 10px 0 15px;
	line-height: 1.3;
}

.dv_rc_description,
.items ul li a .description {
	display: none;
}

.items ul li a .thumbnail img {
	max-width: 116px;
	max-height: 116px;
}

.bnra.t_c {
	float: left;
}


.items,
#recommend_list .items {
	padding: 0;
	border: none;
}

#recommend_list i {
	display: none;
}

.items ul {
	overflow: hidden;
}
.items ul:after {
	content: "";
	display: block;
  	height: 0;
  	font-size:0;
  	clear: both;
  	visibility:hidden;
}

.items ul li {
	float: left;
	position: relative;
	display: block;
	margin: 0 0 10px 12px;
}

.items ul li:first-child {
	margin-left: 5px;
}

/* 最近チェックした商品 */
#check_wrap2 .rmd_rank_title {
	display: none;
}


/* レコメンド　レイアウト */
.dv_recommend {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
    word-wrap: normal;
    white-space: nowrap;
    height: auto;
}
.dv_rc_img {
	width: 114px;
	height: 114px;
}
.dv_rc_img img {
	max-width: 116px;
	max-height: 116px;
}

.dv_rc_name {
	margin: 10px 0 0 0;
	font-weight: normal;
	font-size: 13px;
	height: 2.6em;
	overflow: hidden;
	line-height: 1.3;
	width: 114px;
	word-wrap: break-word;
	white-space: normal;
}

.dv_rc_price {
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #c00;
	font-size: 14px;
}
.dv_item {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: start;
	-webkit-flex-wrap: wrap;
}
.dv_rc_items {
	width: 20%;
	position: relative;
	margin: 0 0 30px 0;
}


/*========================
　リセット:商品リスト（システム）
=========================*/
/*
.fs-c-productList__list .fs-c-productPrice--listed .fs-c-productPrice__main__price {
	display: none;
}
.fs-c-productList__list .fs-c-mark--coolDelivery,
.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton,
.fs-c-productListItem__salesPeriod.fs-c-salesPeriod {
	display: none;
}
*/

.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton,
.fs-c-productListItem__salesPeriod.fs-c-salesPeriod {
	display: none;
}

.fs-c-productPostage {
	font-weight: bold;
	color: #c30813;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.8rem;
  color: #c30813;
}

.fs-c-productListCarousel__list__item {
	margin: 0;
}
.slick-track > div {
	margin-left: 14px;
}
.slick-track > div:first-child {
	margin-left: 0;
}
.fs-c-productListItem__imageContainer {
	overflow: hidden;
}

.fs-c-productListCarousel {
	position: relative;
	z-index: 1;
}
.fs-c-productListCarousel__ctrl--prev {
	position: absolute;
	left: -22px;
	z-index: 2;
}

.fs-c-productListCarousel__ctrl--next {
	position: absolute;
	right: -27px;
	z-index: 2;
}

/*.fs-c-productListCarousel__ctrl.slick-disabled {
	opacity: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control.fs-c-buttonContainer > form {
	display: none;
}
*/

.fs-c-productListCarousel__list__item .fs-c-productListItem__control.fs-c-buttonContainer {
margin: 10px 0 0 0;
padding: 0;
}

.fs-c-productName__copy {
	color: #c30813;
	margin: 0 0 8px 0;
	max-height: 2.5em;
	overflow: hidden;
}
.fs-c-productName__name {
	/*max-height: 2.5em;*/
	overflow: hidden;
	font-weight: bold;	
}
.fs-c-productName__name:hover {
	color: #c30813;
}

.fs-c-productPrice__addon {
	font-size: 10px;
}
.fs-c-productPrice__main__price.fs-c-price {
	font-size: 13px;
}
.fs-c-productListItem__productName {
	margin: 10px 0;
	padding: 0;
	border: none;
}
.fs-c-button--addToCart--list.fs-c-button--plain {
	background: #b50813;
	padding: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	color: #FFF;
	position: relative;
}

.fs-c-button--viewProductDetail.fs-c-button--plain {
	background: #532800;
	padding: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	color: #FFF;
	text-align: center;
}

.fs-c-button--plain::before {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.fs-c-button--viewProductDetail.fs-c-button--plain:hover,
.fs-c-button--addToCart--list.fs-c-button--plain:hover {
	text-decoration: none;	
}
.fs-c-productMark {
	margin: 0 0 10px 0;
}

#category .fs-c-productPrice__main__price.fs-c-price > span {
	color: #b50813;
    font-size: 16px;
    margin-left: 3px;
}
#category .fs-c-productPrice__addon {
	font-size: 12px;
	margin-left: 3px;
}
.fs-c-aggregateRating__rating::before {
	font-size: 14px;
}
.fs-c-aggregateRating__rating {
	font-size: 1.2rem;
}

#category .fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__currencyMark,
#category .fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__value {
	font-size: 14px;
}


/* のしカラー */
.fs-c-productMark__mark--0 {
	background: #fff2e4;
}

/*========================
　タグ調整
=========================*/
/*
#category .fs-c-productListCarousel__list__item .fs-c-mark--coolDelivery {
	display: none !important
}
.fs-c-productPrice--listed .fs-c-productPrice__main__price,
.fs-c-productListCarousel__list__item .fs-c-mark--coolDelivery{
	display: none;
}
.fs-c-productListCarousel__ctrl--prev,
.fs-c-productListCarousel__ctrl--next{
	display: none!important;
}*/

.fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__currencyMark,
.fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__value {
	font-size: 1.3rem;
}

.fs-c-productListItem__lowInStock,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__numberOfStock {
    color: #d00000;
    border: 1px solid #d00000;
}

.fs-c-productListItem__notice {
    background: #fbfbfb;
    font-size: 15px;
	line-height: 1;
    font-weight: bold;
    margin: 8px 0;
    padding: 4px;
    text-align: center;
}

.fs-c-productListItem__salesPeriodNotice{
	background: #5c5c5c;
	font-size: 12px;
	padding: 5.5px 0px;
}

.fs-c-button--viewProductDetail .fs-c-button__label{
	font-size: 14px;
}

.fs-c-wishlistProduct .slick-list {
	padding-bottom: 10px;
}


/*========================
　商品詳細ページ店長おすすめ商品
=========================*/

#item .slick-slide h2 a{
	text-decoration: none;
	color: #333;
}
#item .slick-slide form a{
	color: #333;
}

/*========================
　商品カテゴリーページ店長おすすめ商品
=========================*/
#category .clm5 .fs-c-productListCarousel__list__item {
    white-space: normal;
    margin: 0;
    width: 124px !important;
    height: 124px !important;
    font-size: 0.8em;
    line-height: 120%;
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
}
#category .clm5 .fs-c-productListItem__imageContainer {
    height: 124px!important;
    text-align: center;
    vertical-align: middle;
    width: 124px!important;
    margin: 0 auto;
}

.recommend_s1 {
	width: 100%;
}


/*========================
　下層ページ：タイトル
=========================*/
#subP .h2_title {
	color: #333;
	padding: 0 5px;
	border: none;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: bold;
}

#subP .h3_title {
	border: none;
	padding: 5px 5px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}

/*========================
　カート：購入ページ：クーポンボタン
=========================*/
.fs-c-checkout-couponList__control {
	flex-basis: 150px;
	font-weight: bold;
}
.fs-c-checkout-couponList__couponDiscount {
	font-weight: bold;	
}

.fs-c-checkout-couponStatus.is-inactive,
.fs-c-checkout-couponStatus.is-active {
	width: 150px;
}

.fs-c-checkout-couponStatus::after {
	font-size: 1.5rem;
}




/*--------------------------
 並び替え・ページャーパーツ（システムパーツ） 
 ---------------------------*/
.fs-c-productList__controller {
	border: none;
	padding: 0;
}

.fs-c-productList {
  margin: 15px 0 50px 0;
}

.fs-c-sortItems {
	font-size: 14px;
	font-weight: bold;
}
.fs-c-listControl__status {
	font-weight: bold;
}

.fs-c-sortItems__label {
	border: none !important;
	padding: 0;
}
.fs-c-sortItems__label:after {
	content:":";
	margin: 0 4px 0 6px;
}
.fs-c-sortItems__list__item a,
.fs-c-sortItems__list__item {
	color: #808080 !important;
	font-size: 14px !important;
}
.fs-c-sortItems__list__item__label {
	padding: 2px 8px;
}
.fs-c-sortItems__list__item.is-active {
	background: #532800;
	border-radius: 0;
}
.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
	color: #FFF;
}
.fs-c-pagination__item.is-active {
	background: #532800;	
}


/*--------------------------
 商品一覧パーツ（システムパーツ） 
 ---------------------------*/
.fs-c-productList__list__item {
	border: none;
	
}

#category .fs-c-productListItem__imageContainer {
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    width: 100%;
    height: auto;
}

#category .fs-c-productListItem__productName {
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	margin: 0;
	padding: 10px 10px 4px 10px;
}


#category .fs-c-productListItem__prices.fs-c-productPrices {
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 0 10px 10px 10px;
	position: relative;
}
/*
#category .fs-c-productPrice__main__price.fs-c-price > span {
	color: #b50813;
    font-size: 16px;
    margin-left: 3px;
}
#category .fs-c-productPrice__addon {
	font-size: 12px;
	margin-left: 3px;
}
*/
#category .fs-c-productName__name {
	font-size: 15px;	
}

#category .fs-c-button--plain.fs-c-button--addToCart--list:before {
  content: "";
  background: url(../images/category/icon_cart_w.png) no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 10px;
  top: 5px;
}
.fs-c-button--addToCart--list.fs-c-button--plain .fs-c-button__label {
	padding-left: 18px;
}


#category .fs-c-productListItem__prices.fs-c-productPrices:after {
  content: "";
  background: url(../images/category/icon_arrow01.png) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#category .fs-c-productMarks {
	padding: 0 10px 8px;
  	border-right: 1px solid #808080;
  	border-left: 1px solid #808080;
}

.fs-c-productListItem__preorderMessage.fs-c-preorderMessage {
  	border-right: 1px solid #808080;
  	border-left: 1px solid #808080;
	font-weight: bold;
	font-size: 14px;
	color: red;
	padding: 0 4%;
}


