.right-side-column .book-list {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .right-side-column .book-list {
    margin-bottom: 5.66rem;
  }
}
.right-side-column .book-list h2 {
  color: #000;
  font-family: Zen Kaku Gothic Antique;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.125rem;
  margin-bottom: 1.88rem;
}
@media (max-width: 767px) {
  .right-side-column .book-list h2 {
    color: #000;
    font-family: Zen Kaku Gothic Antique;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1rem;
    margin-bottom: 0.66rem;
  }
}
.right-side-column .book-list ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 767px) {
  .right-side-column .book-list ol {
    grid-template-columns: 1fr 1fr;
  }
}
.right-side-column .book-list ol li {
  aspect-ratio: 15.37656/19.19181;
  background: url(../images/books/books-background.webp), lightgray 50%/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.right-side-column .book-list ol li .book-covers {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.right-side-column .book-list ol li img {
  height: 10.98325rem;
  width: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .right-side-column .book-list ol li img {
    height: 7.81288rem;
  }
}
.right-side-column .book-list ol li img:hover {
  transform: translateY(-1rem);
  box-shadow: 0px 20px 16px 5px rgba(0, 0, 0, 0.25);
}
.right-side-column .book-list ol li .new {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000000;
  text-align: center;
  font-family: Zen Kaku Gothic Antique;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  transform: translateY(2em);
}
.right-side-column .book-list ol li a {
  position: relative;
}
.right-side-column .book-list ol li a:hover {
  opacity: 1;
}/*# sourceMappingURL=archive-books.min.css.map */