﻿@charset "UTF-8";

/* ----商品一覧画面（カテゴリ）---- */
.brand_img_ .bx-wrapper {
  margin-bottom: 0;
  border: 0 none;
  box-shadow: none;
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.brand_img_ .bx-wrapper ul li {
  margin-bottom: 0;
  border: 0 none;
  box-shadow: none;
  width: 100vw!important;
}
.brand_img_ .bx-wrapper .bx-controls-direction a {
  z-index: 0;
}
.brand_img_ .bx-wrapper .bx-pager, .brand_img_ .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -5px;
  width: 100%;
}
.brand_img_ .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}
.brand_img_ .bx-wrapper .bx-pager {
  left: 0;
  top: 0;
  bottom: auto;
  text-align: left;
  padding: 6px 0 0 8px;
  box-sizing: border-box;
}
.brand_img_ .bx-wrapper .bx-pager .bx-pager-item, .brand_img_ .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.brand_img_ .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.brand_img_ .bx-wrapper .bx-prev {
  left: 5px;
  background: url(../../img/usr/sb/mv/prev.png) no-repeat;
  background-size: 13px 22px;
}
.brand_img_ .bx-wrapper .bx-next {
  right: 5px;
  background: url(../../img/usr/sb/mv/next.png) no-repeat;
  background-size: 13px 22px;
}
.brand_img_ .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  outline: 0;
  width: 13px;
  height: 22px;
  text-indent: -9999px;
  z-index: 0;
}
.block-category-list--promotion-freespace {
  margin: 0;
}
.brand_main_ h2.brand_name_ img {
  box-sizing: content-box;
}
.lw_brand_link_ ul li:nth-child(1) a {
  display: block;
  padding: 3%;
  background: #FC9BB3 url(../../img/usr/visual/blank_white.png) right 30% center no-repeat;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}
/* SNS */
.bottomSNS {
	background: #f4f4f4;
	margin: 30px 0 6%;
	padding: 5.4% 0;
}
.bottomSNS dl {
	width: 93.75%;
	margin: 0 auto;
	border: solid 1px #6e6e6e;
	border-radius: 5px;
	background: #ffffff;
}
.bottomSNS dl dt {
	padding: 8px 0;
	background: #6e6e6e;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
.bottomSNS dl dt:before {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 20px;
	height: 14px;
	background: url(../../img/usr/common/sns_sp_tit.png) left center / auto 13px no-repeat;
}
.bottomSNS ul {
	display: flex;
	align-items: stretch;
	width: 100%;
}
.bottomSNS ul li {
	width: 33.333%;
	flex-grow: 1;
	text-align: center;
	border-left: solid 1px #6e6e6e;
}
.bottomSNS ul li:first-child {
	border-left: none;
}
.bottomSNS ul li a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 8px 0;
	text-decoration: none;
	color: #6e6e6e;
	border-bottom: solid 2px #e5e5e5;
}
.bottomSNS ul li a img {
	height: 19px;
}
.bottomSNS ul li:first-of-type a {
	border-radius: 0 0 0 5px;
}
.bottomSNS ul li:last-of-type a {
	border-radius: 0 0 5px 0;
}
.bottomSNS ul li:first-of-type:last-of-type a {
	border-radius: 0 0 5px 5px;
}
.bottomSNS ul li a span {
	display: inline-block;
	font-weight: bold;
	padding: 0 0 2px 4px;
}
