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

/* 追加分 */
.container-section {
  margin-bottom: 5em;
}
.ttl-h2 span {
    font-size: 80%;
    display: inline;
}
.topicpath-nav {
    margin-top: 50px;
    margin-bottom: 50px;
}
.prd-lst-sort {
    text-align: right;
}
.prd-lst-unit {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1030px) {
  .container-section {
    padding-top: 50px;
}
  .topicpath-nav {
    margin-top: 20px;
    margin-bottom: 20px;
}
  .aseedoncloud {
    height: 200px;
  }
}

/* お気に入り */
.prd-lst-unit {
  position: relative;
  padding: none;
}
.product-list__fav-items {
  width: 30px;
  position: absolute;
  top: 8px;
  right: 10%;
  background: #fff;
  border-radius: 30px;
}
.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #e6e6e6;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ed5245;
}

.product-list__fav-items svg {
  width: 16px;
  height: 20px;
  fill: currentColor;
}
@media only screen and (max-width: 1024px) {
  .product-list__fav-items {
  right: 13%;
}
}
@media only screen and (max-width: 768px) {
  .product-list__fav-items {
  top: 6px;
  right: 14px;
}
}