/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}

/** --------------------
	excellent
-------------------- **/
/* カテゴリータイトル */
.prd_lst_block .ttl_h2 {
  color: #5d0102;
  font-size: 24px;
  margin: 0 0 10px;
  padding: 0;
}

/* ソートボタン */
.prd_lst_sort {
  margin: 0 0 20px;
}

/* 商品一覧 */
.prd_lst_block ul.prd_lst {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.prd_lst_block ul.prd_lst li {
  list-style-type: none;
  margin: 0 10px 30px;
  width: calc(33.33333% - 20px);
}

.prd_lst_block ul.prd_lst li .prd_lst_link {
  display: block;
  margin: 0 0 5px;
}

.prd_lst_block ul.prd_lst li .prd_lst_link img {
  object-fit: cover;
  vertical-align: bottom;
  height: 180px;
  width: 100%;
}

.prd_lst_name {
  display: block;
  margin: 0 0 5px;
}

.prd_lst_price {
  color: #5d0102;
  display: block;
  font-weight: bold;
  text-align: right;
}

/* ページャー */
.prd_lst_pager {
  display: table;
  margin: 0 auto;
}

.prd_lst_pager ul {
  display: -webkit-flex;
  display: flex;
}

.prd_lst_pager ul li {
  list-style-type: none;
}

.prd_lst_pager ul li .icon {
  margin: 0 10px;
}

.prd_lst_pager ul li a.icon {
  background: #5d0102;
  border: solid 1px #5d0102;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
}
.prd_lst_pager ul li a.icon:hover {
  background: #ffffff;
  color: #5d0102;
  text-decoration: none;
}