/* 16px black */
.icon-b.icon-triangle_left {
  background-position: -272px -128px;
}
/* 16px white */
.icon-w.icon-triangle_left {
  background-position: -272px -128px;
}
/* 24px black */
.icon-lg-b.icon-triangle_left {
  background-position: -408px -192px;
}
/* 24px white */
.icon-lg-w.icon-triangle_left {
  background-position: -408px -192px;
}

/* 16px black */
.icon-b.icon-triangle_right {
  background-position: -320px -128px;
}
/* 16px white */
.icon-w.icon-triangle_right {
  background-position: -320px -128px;
}
/* 24px black */
.icon-lg-b.icon-triangle_right {
  background-position: -480px -192px;
}
/* 24px white */
.icon-lg-w.icon-triangle_right {
  background-position: -480px -192px;
}

.btn-color1 {
  background-color: #b99146 !important;
}

#sub_group a:hover {
  text-decoration: none;
}

.lh_2 {
  line-height: 2;
}
.hidden-xs {
  display: block;
}
.product_name {
  min-height: 44px;
}
.icon_w {
  width: 40px;
}
.producer_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cg_freespace_01 {
  max-width: 800px;
  margin: 0 auto;
}
.cg_freespace_01 h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
}
.cg_freespace_01 p {
  font-size: 13px;
}
.category-list-sub {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin: 0 auto !important;
  gap: 10px;
}
.category-list-sub li {
  max-width: 200px;
  width: calc(50% - 10px);
  list-style-type: none;
}
.category-list-sub li a {
  color: #212529;
  font-size: 13px;
}
.category-list-sub li::marker {
  content: "";
  display: none;
}
.product-list {
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 262px));
  gap: 40px 20px;
}
.producer_block {
  padding-top: 0.5rem;
}
.product-genre {
  background-color: #e7e0d1;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 5px;
}
.product-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 991px) {
  .icon_s96 {
    width: 96px !important;
    height: 96px !important;
    object-fit: cover;
  }
  .mx_n15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .hidden-xs {
    display: none;
  }
  .product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 262px));
    gap: 40px 20px;
  }
  .producer_block {
    padding-top: 0.5rem;
  }
  .producer_list {
    padding: 0!important;
  }
  .producer_list:nth-child(odd) {
    padding-right: 20px!important;
    padding-bottom: 30px!important;
  }
  .product-description {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 480px) {
  .product_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .category-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto !important;
  }
  .category-list li {
    max-width: 200px;
    width: calc(50% - 10px);
    list-style-type: none;
  }
  .category-list li a {
    color: #212529;
    font-size: 13px;
  }
  .category-list li::marker {
    content: "";
    display: none;
  }
  .product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
    .radius_10 {
      border-radius: 6px 6px 0 0;
    }
  }
  .producer_block {
    padding: 0.5rem 5px 5px 5px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .product_name .font_09em {
    font-size: 13px;
    letter-spacing: -0.02em;
    display: block;
    line-height: 1.4;
    min-height: 44px;
    flex: 1;
  }
  .product-list-inner {
    display: flex;
    flex-direction: column;
  }
}
