@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   Category
   ========================================================================== */
/* Category list
  ========================================================================== */
.category-list {
  overflow: hidden;
  margin-top: 15px;
}
.category-list:first-child {
  margin-top: 0;
}
.category-list > li {
  float: left;
  width: 205px;
  margin: 10px 0 0 10px;
}
.category-list > li:nth-child(-n+4) {
  margin-top: 0;
}
.category-list > li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.category-list > li a {
  display: block;
  background-color: #fff;
}
.category-list > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.category-list > li a figure {
  position: relative;
  height: 154px;
}
.category-list > li a figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.category-list.opt-col-5 > li:nth-child(-n+4) {
  margin-top: 10px;
}
.category-list.opt-col-5 > li:nth-child(4n+1) {
  clear: none;
  margin-left: 10px;
}
.category-list.opt-col-5 > li:nth-child(-n+5) {
  margin-top: 0;
}
.category-list.opt-col-5 > li:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .category-list {
    margin-top: 20px;
  }
  body:not(.non-responsive) .category-list:first-child {
    margin-top: 0;
  }
  body:not(.non-responsive) .category-list > li {
    width: 50%;
    margin: 0;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body:not(.non-responsive) .category-list > li:nth-child(-n+2) {
    padding-top: 0;
  }
  body:not(.non-responsive) .category-list > li:nth-child(2n+1) {
    clear: left;
    padding-right: 5px;
  }
  body:not(.non-responsive) .category-list > li:nth-child(2n) {
    padding-left: 5px;
  }
  body:not(.non-responsive) .category-list > li a figure {
    height: 109px;
  }
  body:not(.non-responsive) .category-list.opt-col-5 {
    display: block;
  }
  body:not(.non-responsive) .category-list.opt-col-5 > li:nth-child(-n+4) {
    margin: 0;
  }
  body:not(.non-responsive) .category-list.opt-col-5 > li:nth-child(4n+1) {
    clear: none;
    margin-left: 0;
  }
  body:not(.non-responsive) .category-list.opt-col-5 > li:nth-child(-n+5) {
    margin-top: 0;
  }
  body:not(.non-responsive) .category-list.opt-col-5 > li:nth-child(5n+1) {
    clear: none;
    margin-left: 0;
  }
}
.category-list_text {
  display: block;
  position: relative;
  margin-top: 0;
  padding: 9px 10px 10px 20px;
  line-height: 1.3;
}
.category-list_text:before {
  position: absolute;
  top: .9em;
  left: 10px;
  width: 4px;
  height: 7px;
  background: url(/products/img/category-list_text_bg01.png) no-repeat;
  background-size: 4px auto;
  content: "";
}
