@charset "UTF-8";

/*
 * 共通
 *
 *
 */



/*検索ソート*/
.search-condition {
	margin: 20px auto 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}
.search-condition div {
	float: left;
	margin: 0;
}
.search-condition__count { width: 220px; }
.search-condition__count .search-condition__count--hit {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
.search-condition__item-or-fku { width:165px; }
.search-condition__sort_s { width:200px; }
.search-condition__limit_s { width:180px; }

/* ///////////////////////////////////////////////////////////////////
共通
/////////////////////////////////////////////////////////////////// */

.l-sub {
  width: 260px;
  float: left;
  z-index: 2;
  position: relative;
  -webkit-transition: .5s;
          transition: .5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-sub.is-hide {
  width: 0;
  -webkit-transform: translateX(-1500px);
          transform: translateX(-1500px);
}
.l-sub.is-show {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.l-main {
  width: 780px;
  float: right;
  -webkit-transition: .5s;
          transition: .5s;
}
.l-main.is-wide {
  width: 1100px;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.area-header{
  width: 1100px !important;
}

/*brand-header*/
.brand-header {
  position: relative;
  padding: 0;
}
.brand-header h1 {
  color: transparent;
  position: absolute;
  top: 0;
  left: 40px;
  opacity: 0;
}
.brand-header img {
  width: 100%;
  height: auto;
  vertical-align: top;
  z-index: 2;
}

/*brandtop-breadcrumbs*/
.brandtop-breadcrumbs {
  color: #504f4f;
  margin: 15px 0;
}

/*brand-header-category*/
.brand-header-category {
  background: #eee;
  padding: 20px 0;
}

.brand-header-category + .brand-header-category {
	margin: 20px 0 0;
}

.brand-header-category ul {
  text-align: center;
}
.brand-header-category ul li {
  font: 500 13px 'semplicitapro', sans-serif;
  letter-spacing: .05em;
  display: inline-block;
  margin: 0 16px;
}
.brand-header-category ul li a {
  text-decoration: none;
  position: relative;
}
.brand-header-category ul li a::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0;
  opacity: 0;
}
.brand-header-category ul li a:hover::before {
  opacity: 1;
}


/*絞り込み*/
.condition {
	margin: 50px 0;
}
.condition-hits {
	font-size: 14px;
	float: left;
	margin: 0 80px 0 0;
}
.condition-hits span {
  font: 500 22px 'semplicitapro', sans-serif;
  letter-spacing: .1em;
  margin: 0 5px 0 0;
}

.condition-select {
	font-size: 14px;
	float: left;
	margin: 0 45px 0 0;
  position: relative;
}

.condition-select-label {
	height: 30px;
	line-height: 36px;
	background: url(../img/search/arrow-down.png) no-repeat right 14px;
	padding: 0 30px 0 0;
  cursor: pointer;
}
.condition-select-label-text {
  opacity: 0;
}

.condition-select-list {
	box-sizing: border-box;
	width: 160px;
	border: 1px solid #d9d9d9;
	background: #fff;
	padding: 3px 0;
	position: absolute;
	top: 30px;
  left: 0;
  z-index: 10;
	display: none;
}

.condition-select-list ul li a {
	text-decoration: none;
	display: block;
	padding: 7px 10px;
}
.condition-select-list ul li.on a {
	background: #eee;
  pointer-events: none;
}

.condition-select-list ul li a:hover {
  background: #eee;
}

/*ページング*/
.search-condition__paging {
	float: right !important;
	margin: 8px 0 0;
}
.search-condition__paging ul {
	overflow: hidden;
}
.search-condition__paging ul li {
	float: left;
	margin: 0 1px 0 0;
}
.search-condition__paging ul li a {
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	display: block;
	text-align: center;
}
.search-condition__paging ul li a.on,
.search-condition__paging ul li a:hover {
	background: #e9e9e9;
	text-decoration: none;
}
.search-condition__paging__first a {
	width:auto !important;
	padding: 0 3px 0 15px;
	background: url(../shared/img/search.png) no-repeat 3px -700px;
}
.search-condition__paging__last a {
	width: auto !important;
	padding: 0 15px 0 3px;
	background: url(../shared/img/search.png) no-repeat 42px -742px;
}
.search-condition__paging__first a:hover {
	background: url(../shared/img/search.png) no-repeat 3px -700px #e9e9e9 !important;
}
.search-condition__paging__last a:hover {
	background: url(../shared/img/search.png) no-repeat 42px -742px #e9e9e9 !important;
}

/*検索ソートボトム*/
.search-condition--bottom {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0px 10px;
	overflow: hidden;
}


/*CLOSE THE MENU*/
.toggle-menu {
  width: 1100px;
	margin: 30px auto;
}


/*商品一覧*/
.search-result {
	letter-spacing: -.4em;
}

.m-item {
  width: 23.5%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  position: relative;
  margin: 0 2% 30px 0;
  text-align: center;
}
.m-item:nth-child(4n) {
  margin: 0 0 30px;
}

.m-item a {
  display: block;
}
.m-item a:hover {
  /* text-decoration: none;
  opacity: .6; */
}

.m-item-icon-comingsoon-date {
  display: none;
}

.m-item-image {
  position: relative;
	margin: 0 0 15px;
}
.m-item-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.m-item-description p {
  margin: 0 0 3px;
  word-break: break-all;
}

.m-item-brand {
  font: 500 12px 'semplicitapro', sans-serif;
  word-break: break-all;
  color: #989898;
  margin: 0 0 10px;
}

.m-item-category {
  display: none;
}

.m-item-name {
  font-size: 14px;
  max-height: 2.8em;
  overflow: hidden;
  color: #515050;
  margin: 0 0 5px;
  position: relative;
}
.m-item-name:before,
.m-item-name:after {
  background: #fff;
  position: absolute;
}
.m-item-name:before {
  content: '...';
  top: 1.3em;
  right: 0;
}
.m-item-name:after {
  content: '';
  height: 100%;
  width: 100%;
}
.m-item-price {
  font: 400 16px 'semplicitapro', sans-serif;
}
.m-item-price.discount {
  color: #be0d23;
}
.m-item-price.discount span + span {
  font-size: 14px;
  margin: 0 0 0 5px;
}

.m-item-soldout {
  width: 100%;
  height: 20px;
  font: 400 14px/20px 'semplicitapro', sans-serif !important;
  text-align: center;
  color: #fff;
  background: #9b9b9b;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .85;
}



/*カラーポップアップ*/
.popup-box  {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 100%;
}
.popup-box ul  {
	padding: 10px 5px 5px 5px;
	display: inline-block;
	line-height: 1em;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.popup-box ul:before {
	content: "";
	position: absolute;
	top: 18px;
	left: -8px;
	margin-top: -1px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 3;
}
.popup-box ul:after {
	content: "";
	position: absolute;
	top: 18px;
	left: -9px;
	margin-top: -2px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #d7d7d7 transparent transparent;
	z-index: 2;
}



/* 右隅のときのポップアップ */
.popup-box ul.column_2 { width:142px; }
.popup-box ul.column_3 { width:206px; }
.popup-box li { float: left; }
.popup-box li a { position: relative; }
.popup-box li img.popup-box__image {
	margin: 0px 5px 5px;
	width: 54px;
	height: 72px;
}



/*検索0*/
.search__error__main { padding: 30px 0 0; }
.search__error__main h2 {
	width: 1100px;
	margin: 0 0 25px;
	font-size: 28px;
	letter-spacing: 2px;
	text-align: center;
}
.search__error__main ul { margin: 0 0 25px; }
.search__error__main ul li {
	text-align: center;
}
.search__btn__wrapper {
	margin: 0 0 40px;
	text-align: center;
	clear: both;
}

#recommender_pc711 {
  font-size: 11px;
  width: 1100px;
  margin: 0 0 60px;
  overflow: hidden;
  clear: both;
}
#recommender_pc711 .dv_recommend { width: 1165px; }
#recommender_pc711 .dv_rc_items {
  width: 130px;
  float: left;
  margin: 0 15px 0 0;
}
#recommender_pc711 .dv_rc_img { margin: 0 0 3px; }
#recommender_pc711 .dv_rc_img img {
  width: 130px;
  height: 173px;
}