@charset "utf-8";

.ranking main {
  background: none;
}
.ranking-block {
  padding-top: 10px;
  padding-bottom: 40px;
}
.ranking-wrapper {
  padding: 0 15px;
}
.ranking .ranking-wrapper {
  margin-bottom: 50px;
}
.ranking-title span {
  display: block;
  text-align: center;
}
.ranking-title .j {
  font-size: 2rem;
}
.ranking-title .e {
  color: var(--color-primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.ranking-body {
  margin-top: 23px;
}
.ranking-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ranking-nav .nav-type {
  border: 1px solid var(--color-primary);
}
.ranking-nav .nav-type + .nav-type {
  border-left: none;
}
.ranking-nav-link {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.3em 1em;
  color: var(--color-primary);
  min-width: 90px;
}
.ranking-nav-link.select {
  background-color: var(--color-primary);
  color: #fff;
}
.ranking-carousel {
  margin-top: 4px;
}
.ranking-carousel .slick-list {
  margin: 0 -10px;
  padding-top: 16px;
}
.ranking-carousel .slick-slide {
  padding: 0 10px;
}
.ranking-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 20px;
}
.ranking-column::after {
  content: '';
  width: calc(50% - 12.5px);
  display: block;
}
.ranking-list .list-link {
  position: relative;
}
.ranking-list .list-num {
  position: absolute;
  top: -18px;
  left: -3px;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
.ranking-list:nth-of-type(-n + 3) .list-num {
  color: #eb0400;
}
.ranking-list .list-image {
  transition: opacity 0.3s;
  align-self: center;
}
.ranking-list .list-image img {
  width: 100%;
  aspect-ratio: 180 / 113;
  object-fit: contain;
}
.ranking-list .list-title {
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.4rem;
  transition: color 0.3s;
  padding: 8px 0;
}
.ranking-list.-movie-icon .list-title {
  position: relative;
  padding-bottom: 28px;
}
.ranking-list.-movie-icon .list-title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 26px;
  aspect-ratio: 26 / 19;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/denshiban/common/icon-movie.svg');
}
.ranking-btn-more {
  text-align: center;
  margin-top: 28px;
}
.ranking-btn-more a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 0 26px 4px 0;
}
.ranking-btn-more a::before {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  background-color: #000;
  width: 13px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
