.items h3{
  font-size: 20px;
  padding-bottom: 50px;
  margin-bottom:0;
}
.items_wrapper{
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin:20px 0 50px 0;
}
.newitems h3{
  font-size: 20px;
  padding-bottom: 50px;
  margin-bottom:0;
}
.reitems h3{
  font-size: 20px;
  padding-bottom: 50px;
  margin-bottom:0;
}
.item_container{
  display: inline-block;
  position:relative;
  margin-left: 20px;
  margin-bottom: 50px;
  border:1px solid #cccccc;
  width:200px;
}
.item_container img{
   height:200px;
	object-fit: cover;
}
.statusflag_NEW{
  position:absolute;
  top:0;
  left:0;
  background-color: #EF454A;
  width: 40px;
  height: 30px;
  line-height:30px;
}
.statusflag_NEW{
  font-family: "Hiragino Kaku Gothic ProN";
  position:absolute;
  top:0;
  left:0;
  color:white;
  font-size: 10px;
  text-align:center;
  font-weight: 600;
}
.statusflag_reitem{
  position:absolute;
  top:0;
  left:0;
  background-color: #FF852D;
  color:white;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 10px;
  font-weight: 600;
  text-align:center;
  line-height:30px;
  width: 40px;
  height: 30px;
}
.soldout_label{
position: absolute;
top: 170px;
left: 50%;
background: #EF454A;
opacity: 0.7;
color: #FFFFFF;
font-size: 14px;
padding: 5px;
line-height: 1em;
transform: translateX(-50%);
}
.item_name{
	font-size:12px;
   padding: 10px 5px 0 5px;
   margin:0;
   height:52px;
   text-overflow: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 3;
}
.item_price{
	font-size: 12px;
  	display: inline-block;
  	text-align: right;
  	padding-right: 5px;
   width:80%;
}
  
.product-list__fav-items {
  margin-top: 0px;
  display: inline-table;
  vertical-align: middle;
  width: 13%;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #eee;
  text-align: center;
  outline: none;
  border: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #EF454A;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.page_list{
	display: flex;
   justify-content: center;
   flex-wrap: wrap;
   list-style: none;
   font-size: 18px;
}
.page_list li{
	padding:20px 10px 0 10px;
   text-align:center;
}
.current{
  font-weight: 700;
  border-bottom:1px solid #DDD;
}
@media (max-width: 768px) {
.items h3{
  padding-bottom: 25px;
  }
 .sort_menu{
  	margin-top: 0px;
   margin-bottom:0px;
  }
  .items_wrapper{
  margin-bottom: 0px;
    justify-content: space-evenly;
  }
}
@media (max-width: 485px) {
  /* ~480px */
.item_container{
  width: 45%;
  margin-left:1%;
  }
  .item_container img{
  width: 100%;
  height: auto;
  }
}

.sub_category_area {
	text-align: center;
}
.sub_category_area div {
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 5px;
	background: #efefef;
	border-radius: 5px;
	margin: 0 2px 5px;
}

.sub_group_area {
	margin: 0 0 5px;
}
.sub_group_area .sub_group {
	float: left;
	width: 33.3%;
	padding: 0 0 20px 20px;
	box-sizing: border-box;
	text-align: center;
}
.sub_group_area .sub_group:nth-child(3n+1) {
	clear: left;
	width: 33.4%;
	padding: 0 0 20px 0;
}
.sub_group_area .sub_group a {
	display: block;
	background: #efefef;
	border-radius: 5px;
	padding: 12px 10px;
	font-size: 15px;
	line-height: 1.3;
	position: relative;
}
.sub_group_area .sub_group a:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 50%;
	right: 2%;
	margin: -4px 0 0;
}
.clear{
 clear: both;
}

@media screen and (max-width: 767px) {
	.sub_group_area .sub_group {
		width: 50% !important;
	}
	.sub_group_area .sub_group:nth-child(3n+1) {
		clear: none;
		padding: 0 0 20px 20px;
	}
	.sub_group_area .sub_group:nth-child(odd) {
		clear: left;
		padding: 0 0 20px 0;
	}
}