@charset "euc-jp";
.product-line .ttl-h2 {
  width: 100%;
  font-size: 150%;
  text-align: left;
  border: none;
}
.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 a:hover {
  text-decoration: none;
  color: #f8bec4;
}
.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 12.5px;
  text-align: left;
}

@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: 12px;
  }
  .product-line li.prd-lst-unit {
    width: 30%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
.product-line li.prd-lst-unit {
  width: 44%;
  }
}