@charset "utf-8";
.rank_cat {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-inline: 30px;
  border-left: 1px solid #cfcfcf;
}
.rank_cat li {
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.rank_cat li:nth-of-type(n + 6) {
  border-top: 0;
}
.rank_cat li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #333;
  min-height: 72px;
  height: 100%;
  padding: 15px;
  background: #f8f8f8;
  transition: 0.5s ease-out;
}
.rank_cat li a:hover {
  color: #fb3690;
  background-color: #fff;
}
.wrap_rank {
  padding: 0 30px 30px;
}
.wrap_rank .tit_type6 {
  margin-block: 30px;
}
.rank-item {
  position: relative;
  border: 1px solid #aaa;
  cursor: pointer;
}
.rank-item_img {
  position: relative;
  aspect-ratio: 4/3;
}
.rank-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-out;
}
.rank-item:hover img {
  opacity: 0.8;
}
.rank-item:hover .c-h-bBorder::before {
  opacity: 1;
}
div[id^="rank_cat"] {
  padding-top: 83px;
  margin-top: -83px;
}
.girls_size + .girls_title {
  border-top: 1px solid #999;
  padding-top: 10px;
  margin-top: 10px;
}
