.box_rank {
	padding: 1.5em;
	background-image: url("https://img21.shop-pro.jp/PA01459/302/etc/bg_motif_m.png");
	background-position: top -50px center;
	background-repeat: no-repeat;
	background-size: 50%;
	background-color: rgba(200, 194, 184, 0.2);
	/*border: solid 1px #c8c2b8;*/
}
.box_rank img {
  border: solid 5px #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
@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;
}

.navi-productcat-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  gap: min(15px, 1.5vw);
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 680px;
}
.navi-productcat-wrap * {
	box-sizing: border-box;
}
.navi-productcat-item {
	text-align: center;
}
.navi-productcat-pict {
	position: relative;
}
.navi-productcat-pict::after {
	content: '';
	position: absolute;
	bottom: min(20px, 10%);
	left: 50%;
	display: block;
	width: min(20px, 15%);
	height: min(20px, 15%);
	background: url(https://img07.shop-pro.jp/PA01459/302/etc_base64/aWNvbi1zZWFyY2g.png?cmsp_timestamp=20250919181015);
	background-size: contain;
	transform: translateX(-50%);
	z-index: 10;
}