.box_rank {
	padding: 1.5em;
	background: #fff;
}
.box_rank img {
  border: solid 5px #fff;
}
@media (max-width: 480px) {
	.box_rank {
		padding: 1em;
		background-position: top -50px center;
		background-size: 80%;
	}
}

.h_archive_rank {
	margin-bottom: .5em;
	color: #e8822a;
	font-size: 1.8rem;
	font-weight: 600;
}

.archive_name {
	text-align: center;
	padding-bottom: .5em;
	font-size: 1.8rem;
	font-weight: 600;
}

.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: #999;
  border: 0;
  outline: none;
  background: transparent;
}

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

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