/* bxSlider関連 */
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
}
.bx-wrapper {
  margin: 0 !important;
}

ul.bxslider {
  margin-left: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  border: 1px solid #333;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
  background-color: #333;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}

.pager{
	margin-top: 40px;
}
.category-list-wrap {
padding: 15px 2% 20px;
}
.category-list-wrap.is-category {
  background: #e0d1bf;
  border-radius: 6px;
}
.category-list-wrap.is-coat {
  background-size: auto auto;
  background-color: rgba(228, 215, 200, 1);
  background-image: repeating-linear-gradient(-40deg, transparent, transparent 10px, rgba(224, 209, 191, 1) 10px, rgba(224, 209, 191, 1) 20px );
  padding: 30px 5%;
}
.category-list-conhead {
  color: #5c483b;
  margin-bottom: .4em;
  line-height: 1.5em;
  padding-bottom: 0.15em;
  font-size: 28px;
  overflow: hidden;
}
.category-list-conhead small {
    font-size: .65em;
}
.category-list {
	display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}

.category-list li{
    display: inline-block;
	width: 100%;
}
.category-list-wrap .category-list li{
  text-align: center;
}
.category-list-wrap .category-list li p{
  display: block;
  margin-top: .25em;
}

.category-list-wrap .category-list.clm3 {
  justify-content: flex-start;
  flex-flow: wrap;
  width: auto;
}
.category-list-wrap .category-list.clm3 li {
  width: 31.3%;
}
.category-list-wrap .category-list.clm3 li:nth-of-type(3n) {
  margin-right: 0;
}
.category-list-wrap .category-list.clm3 li:last-of-type {
  margin-left: 0;
}
.con-l-box {
    padding-bottom: 50px;
}
.sortMenu {
  margin: 40px auto 30px;
}

@media (max-width: 768px) {
  .category-list-wrap {
    margin: 0 -8% 60px;
    padding: 20px 8% 40px;
  }
  .category-list-wrap.is-coat {
    margin: 0 auto 60px;
    padding: 40px 7%;
  }
  .category-list {
    flex-flow: wrap;
  }
  .category-list-conhead {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0.8em;
  }
.category-list li{
	width: 47%;
}
.category-list-wrap .category-list.clm3 li {
  width: 46%;
}
.category-list-wrap .category-list.clm3 li:nth-of-type(3n) {
  margin-right: 2%;
}
.category-list-wrap .category-list.clm3 li:last-of-type {
  margin-left: 2%;
}
 .sortMenu {
  margin: -20px auto 30px;
}
}


.tag a{
	  display: inline-block;
    color: #ffffff;
    padding: .5em 1em;
    margin-right: 0.3em;
    margin-bottom: 2px;
    text-decoration: none;
    line-height: 1.1;
    font-size: 1em;
		background: #000000;
}

.tag a:hover{
		background: #666666;
}

.tag a img{
	padding-right:5px;
	vertical-align: middle;
}