@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-lst3 {
  display: block !important;
}

.grp-lst-unit {
  display: block;
}
.grp-lst ul {
  margin: 0 0 15px 0px;
}
.item-thumb {
  margin-bottom: 20px;
}
#group-tokushu {
  display: none;
}

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

.grp-lst a {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding: 7.5px;
    border: 1px dashed #402D20;
    border-radius: 4px;
}

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