.p-front-rank {
  background: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.p-front-rank__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.p-front-rank__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.p-front-rank__thumbnail {
  aspect-ratio: 1;
  object-fit: cover;
  padding: 5px;
  background: white;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.p-front-rank__item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-front-rank__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-front-rank__category {
  padding: 2px 16px;
  text-decoration: none;
  color: white;
  background: #6b2884;
  font-size: 1.1rem;
}
.p-front-rank__category-[category-nicename] {
  background: #212189;
}
.p-front-rank__category-amor {
  background: #d3077b;
}
.p-front-rank__category-popularamong {
  background: #c47e02;
}
.p-front-rank__category-sex {
  background: #603813;
}
.p-front-rank__post-title {
  font-size: 1.4rem;
  color: black;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
}
.p-front-rank__item-bottom {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
}

.p-front-rank__author {
  color: #888;
  font-size: 1.2rem;
}
