.cg_freespace_01 {
  margin-bottom: 10px;
}

.cg_freespace_02 {
	padding: 1em;
	margin-top: -1em;
	font-weight: 500;
	letter-spacing: .05em;
	font-size: 16px;
	background: #d15217;
	color: white;
}

/* productlist */
.productlist_heading {
  margin: 40px 0 20px;
}
.productlist_lists {
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.productlist_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list {
}
.subcategorylist_list_img {
}

.productlist_number {
  float: left;
  line-height: 1.4;
}
.productlist_number span {
  font-size: 18px;
  padding: 0 5px;
}
.productlist_sort {
  float: right;
}
.productlist_sort a {
  padding: 0 5px;
}

/* pagerlist */
.pagerlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.pagerlist ul {

  text-align: right;
  padding-top: 15px;
}
.pagerlist li {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagerlist li a,
.pagerlist li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagerlist li a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.pagerlist li a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.pagerlist li span {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
}

.pagerlist_sp {
  text-align: center;
}
.pagerlist_sp_top {
  margin: 20px 0 10px 0;
}
.pagerlist_sp_btm {
  margin: -20px 0 60px;
}
.pagerlist_sp ul {
  margin: 0;
}
.pagerlist_sp li {
  display: inline;
  margin: 0 5px;
}
.pagerlist_pos {
  font-size: 12px;
  margin: 10px 0;
}
.pagerlist_pos span {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .cg_freespace_02 {
    font-size: 12px;
    padding: 10px 1em;
  }

  .productlist_noitem {
    padding: 0 10px 20px;
  }

  .productlist_sort {
    font-size: 12px;
    float: none;
    text-align: center;
  }
}

/* ΔΙ΅­ */
.subcategorylist_lists {
  width: 100%;
}
ul.subcategorylist_lists > li a {
  display: block;
  text-align: center;
  border: 1px solid #D15217;
  padding: 10px 0;
  position: relative;
}
ul.subcategorylist_lists > li a:hover,
ul.subcategorylist_lists > .active a {
  opacity: 1;
  background: #FBE7D5;
}
ul.subcategorylist_lists > li a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #D15217;
  transform: rotate(135deg);
}
ul.subcategorylist_lists > li a:hover:after,
ul.subcategorylist_lists > .active a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #D15217;
}
.productlist_heading {
  margin: 40px 0 20px;
  border-bottom: 1px solid #D15217;
  padding-bottom: 5px;
  color: #D15217;
  font-weight: bold;
}

.item_name {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.item_price {
  text-align: left;
  color: #D05217;
  font-size: 14px;
}
.item_price_box {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  align-items: center;
}
.item_image_wrap {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, .03);
}
.item_image_wrap:after {
  display: block;
  padding-top: 100%;
  content: '';
}
.item_image_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

@media screen and (max-width: 959px){ 
  .subcategorylist_lists {
      padding: 0;
  }
}