@charset "euc-jp";
.category-desc .ttl-h3,
.category-desc-2 .ttl-h3 {
  margin-top: 15px;
}
.category-desc .ttl-h4,
.category-desc-2 .ttl-h4 {
  margin-top: 10px;
}

.category-desc img,
.category-desc-2 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.category-desc-2 img {
  width: 100%;
}

.category-desc-2 {
  padding-top: 2em;
}

/* sub category & sub group */

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

.grp-lst3 {
  display: block !important;
}

.grp-lst-unit {
  display: block;
}

.grp-lst ul {
  margin: 0 0 15px 0px;
}

.grp-lst .row {
  margin: 0 -1% -20px;
}

.item-thumb {
  margin-bottom: 20px;
}
#group-tokushu {
  display: none;
}

.grp-lst a {
  text-decoration: none;
}

.grp-lst-img {
  display: block;
  margin: 0 auto 5px;
  background: #fff;
}

.grp-lst-name {
  display: block;
  padding: 2px 0;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .grp-lst-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .grp-lst-name {
    font-size: clamp(10px, 2.9vw, 12px);
  }
}

.grp-lst a {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.common-group .grp-lst-unit a {
  color: #333;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #333;
}

.common-group .grp-lst-unit a:has(.grp-lst-img) {
  padding: 0;
  border: none;
}

.common-group .grp-lst-unit a:hover {
  opacity: .6;
}

.common-group .grp-lst-img {
  margin-bottom: 10px;
}
.common-group .grp-lst-unit .grp-lst-name {
  font-size: 15px;
}

#group-area {
    display: none;
}

.group-large-banner {
    display: none;
}

.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #402D20;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

@media screen and (min-width:1230px) {
    /*ˇˇfor PCˇˇ*/
  .main-section > .col {
  padding-right: 0% !important;
  padding-left: 0% !important;
  }
}