@charset "utf-8";
.content {
	padding-bottom: 10px;
	line-height: 1.5;
}
.ranking_ttl {
  padding-top: 30px;
}
.ranking_wrap {
  padding-block: 20px;
}
.ranking_wrap + .ranking_wrap {
  border-top: 1px solid #ccc;
}
.ranking_heading {
	display: grid;
	grid-template-columns: auto 1fr auto;
	place-items: center;
	column-gap: 10px;
	width: fit-content;
	margin-inline: auto;
	padding-inline: 15px;
  font-size: 14px;
  font-weight: bold;
}
.ranking_heading > span {
	display: grid;
	place-items: center;
}
.ranking_heading::before,
.ranking_heading::after {
  width: 7px;
  height: 21px;
  background-image: url(../img/rank/rank.png);
  background-size: 7px 42px;
  content: "";
}
.ranking_heading::after {
  background-position: 0 -21px;
}

.ranking__items {
	padding-inline: 15px 35px;
}
.ranking__items .swiper-wrapper {
	display: flex;
	column-gap: 5px;
  margin-top: 20px;
}
.ranking-item {
  position: relative;
  text-align: center;
  width: 90px;
}
.ranking-item__thumbnail {
	position: relative;
	aspect-ratio: 3/4;
}
.ranking-item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ranking-item .rank_icon {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.ranking-item__sticker {
  position: absolute;
  top: -10px;
  right: -5px;
}
.ranking-item__name {
	display: flex;
	justify-content: center;
	margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
.ranking-item__size {
	margin-top: 5px;
	font-size: 11px;
}
.ranking-item__date {
  margin-top: 10px;
  padding-block: 3px;
	border: 1px solid #26b480;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.ranking-item__date.today {
	background-color: #26b480;
  color: #fff;
}
.ranking-item__date.tomorrow {
	background-color: #fff;
  color: #26b480;
}
