.subcg {
	display:flex;
	justify-content: center;
	padding:5px;
	}
.subcg_name {
	color: #fff;  
	display: inline-block; /* 文字数に合わせて幅を可変に */
	padding: 5px 18px;    /* 文字と背景の余白 */
	margin:0 10px 15px;
	background-color: #CCC;
	border-radius: 30px;
	}
.product_kome {
	clear: left; 
	font-size:10px;
	padding: 5px;
	}
.pagerest {
	font-size:12px;
	text-align: center;
	margin-bottom:10px;
	}
.pagerest span {
	font-size: 114.28571%;
	font-weight: bold;
	}
.carents {
	font-weight:900;
	color:#3366cc;
	}
.bar_page_nav {
	font-size: 13px;
	color: #a3a3a3;
	padding: 0 5px;
	}
.sort_style {
	font-size: 90%;
	}

/*お気に入り*/
.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

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

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

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