@charset "utf-8";
.content {
	padding-bottom: 10px;
	line-height: 1.5;
}
.ranking_ttl {
  padding: 30px 15px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.ranking_wrap {
  padding-block: 20px;
}
.ranking_wrap + .ranking_wrap {
  border-top: 1px solid #ccc;
}
.ranking_heading {
	display: grid;
	place-items: center;
	row-gap: 8px;;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.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;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.ranking-item__date.today {
  border: 1px solid;
  color: #fe77a7;
}
.ranking-item__date.tomorrow {
  border: 1px solid;
  color: #7bcbee;
}
.ranking .inside_more {
  margin-top: 20px;
}
