@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}
span.grp-lst-name.text-center {
    display: none;
}
.bnr_sale {
 margin: 30px auto 30px;
}
.bnr_sale img:hover {
 filter:alpha(opacity=80);
 opacity:0.8;
}
.product-list__fav-items {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product-list__fav-items .fav-items {
  color: #ff7373;
}
.product-list__fav-items svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
@media (max-width: 768px) {
  .product-list__fav-items{
    bottom: -3px;
  }
}