/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  /*margin-left: -2.127%;*/
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  position: relative;
  margin-bottom: 15px;
  word-break: inline-block;
  margin-right: 20px;
  padding-left: 8px;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    color: #BA9559;
    text-decoration: none;
    transition: 0.36s;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
    transition: 0.36s;
  }

.grp_lst_unit {
}
.grp_lst_unit::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #BA9559;
  transform: skewX(-20deg);
  z-index: 100;
}

  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}

.noforsale {
  color: #BB0003;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: bold;
  display: block;
  font-family: 'Pathway Gothic One', sans-serif;
  font-style: italic;
}
.orign-yen {
  color: #FFF;
  font-size: 16px;
  font-family: 'Pathway Gothic One', sans-serif;
}
.orign-yenS,
.orign-yenSS {
  color: #FFF;
  font-size: 12px;
  margin-left: 5px;
  font-family: 'Pathway Gothic One', sans-serif;
}
.orign-yenS {
  margin-left: 0px;
}
.prd_lst_exp {
    color: #FFF;
}
.prd_lst_name a {
  color: #BA9559;
}
.orign-pagination {
  text-align: center;
  color: #BA9559;
  margin: 10px 0;
  font-size: 14px;
  font-family: 'Fjalla One', sans-serif;
}
.orign-pagination span {
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #444;
  background-color: #BA9559;
  line-height: 32px;
  border-radius: 30px;
}
.orign-pagination a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: inline-block;
  color: #444;
  text-decoration: none;
  border: 1px solid #444;
  border-radius: 30px;
  transition: .3s;
}
.orign-pagination a:hover {
  background-color: #BA9559;
  transition: .3s;
}
/*--- ÄÉ²Ã ---*/
.or_catInfo-body {
  margin: 50px 0;
}
.or_catInfo-photo {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 10px auto;
}
.or_catInfo-word p {
  color: #BA9559;
  line-height: 1.8em;
  margin-bottom: 1.2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.or_catInfo-word > h2 {
  font-family: 'Fjalla One', sans-serif;
  color: #BA9559;
  margin-bottom: 1em;
  font-size: 20px;
}