/* sub category & sub group */
.prd_lst_block {
  min-height: 30vh;
  margin-top: 0px;
}
.prd_lst_block .ttl_h2 {
  float: none;
}
.prd_lst_sort {
  float: none;
  margin: 30px 0;
}
.prd_lst_sort strong {
  /*margin-right: 15px;*/
  font-size: 11.5px;
  font-weight: 500;
}
.prd_lst_sort a {
  /*margin: 0 15px;
  color: #666;*/
  font-size: 11.5px;
}
.prd_lst_none {
  margin-bottom: 90px;
  border-color: #666;
  border-radius: 3px;
}
.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 {
  float: none;
  width: 100%;
  padding: 0px;
}
.category_desc  img {
  width: 100%;
}
.category_desc_2 {
  padding-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.category_desc_2 strong {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
.category_desc_2 span {
  line-height: 1.75;
}
.brand_desc {
  display: flex;
  height: 230px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.brand-desc-cell.left {
  width: 30%;
  padding: 0px;
  position: relative;
}
.brand-desc-cell.left img {
  max-width: 300px;
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.brand-desc-cell.right {
  width: 70%;
  position: relative;
}
/* ÄÉ²ÃÉôÊ¬ */
/*.brand_desc,
li.prd_lst_unit {
  transition: ease .5s;
  opacity: 0;
  transform: translateY(50px);
}
.brand_desc.fadein,
li.prd_lst_unit.fadein {
  opacity: 1;
  transform: translateY(0px); 
}*/
@media screen and (max-width: 960px) {
  .topicpath_nav {
    margin-top: 15px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .category_desc {
    margin-bottom: 0px;
  }
  .category_desc_2 {
    margin-top: 0px;
    transform: none;
    position: relative;
  }
  .layout_container {
    margin-top: 40px;
  }
  .brand_desc {
    display: block;
    margin-top: 0px;
    height: inherit;
  }
  .brand-desc-cell.left,
  .brand-desc-cell.right {
    margin: 15px auto 0;
    width: 100%;
    display: inline-block;
  }
  .brand-desc-cell.left {
    text-align: center;
  }
  .brand-desc-cell.left img {
    position: relative;
    transform: inherit;
    top: 0;
    left: 0;
    width: 150px;
  }
  .prd_lst_none {
    margin-top: 30px;
  }
  .prd_lst_pager .prd_lst_pager_prev, .prd_lst_pager .prd_lst_pager_next {
    padding: 0px;
    width: 6.5em;
  }
  .prd_lst_pos b {
    font-size: 100%;
  }
}