/* 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: 0;
  margin: 40px 0 60px;
/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #f0f0f0), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #f0f0f0),
            color-stop(.75, #f0f0f0), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #f0f0f0 25%, transparent 25%,
          transparent 50%, #f0f0f0 50%, #f0f0f0 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #f0f0f0 25%, transparent 25%,
          transparent 50%, #f0f0f0 50%, #f0f0f0 75%,
          transparent 75%, transparent); */
}
.category-list-conhead {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5em;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #000000;
  font-size: 30px;
  overflow: hidden;
}
.category-list-conhead small {
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 1em;
    font-size: .55em;
}
.category-list {
	display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}

.category-list li{
    display: inline-block;
	width: 100%;
   margin-bottom: 8px;
}
.category-list li+li{
  margin-left: 2%;
}
.category-list-wrap .category-list li{
  text-align: center;
  margin: 0 2.5% 8px 0;
}
.category-list-wrap .category-list li p{
  display: block;
  margin-top: .25em;
}
.category-list-wrap .category-list li:last-of-type {
  margin-right: 0;
}

.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;
}

@media (max-width: 768px) {
.category-list {
    flex-flow: wrap;
}
.category-list li{
	width: 46%;
   margin: 0 2% 18px;
}
.category-list-wrap {
    margin: 2.5em 0 4em;
}
.category-list-wrap .category-list li {
    margin: 0 2% 18px;
}
.category-list-wrap .category-list li:nth-of-type(even) {
  margin-right: 0;
}
.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%;
}
}


.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;
}