.books .comics {
  background: var(--color-sub);
  padding-bottom: 115px;
  padding: 0 20px;
}
.books .comics-content {
  max-width: 1210px;
  margin: 0 auto;
}
.books .comics .section-title {
  color: var(--color-white);
  margin-bottom: 35px;
  margin-left: 0.3em;
}
.books .comics-title {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Kaisei Opti", serif;
  color: var(--color-white);
  margin-bottom: 60px;
}
.books .comics-title small {
  display: block;
  font-size: 2.6rem;
  padding-left: 1em;
}
.books .comics-list {
  margin: 0;
  margin-top: min(7.8125vw, 150px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.8099173554%;
     -moz-column-gap: 2.8099173554%;
          column-gap: 2.8099173554%;
  row-gap: 45px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.books .comics-list li {
  width: 22.8925619835%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: #fff;
}
.books .comics-list li:hover {
  opacity: 0.7;
}
.books .comics-list li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .books .comics {
    padding-top: 12vw;
  }
  .books .comics .section-title {
    margin-bottom: 0;
    margin-left: -0.5em;
  }
  .books .comics-title {
    font-size: 6.9333333333vw;
    margin-bottom: 11.7333333333vw;
  }
  .books .comics-title small {
    display: block;
    padding-left: 1em;
    font-size: 3.7333333333vw;
  }
  .books .comics-content {
    max-width: 86.4vw;
  }
  .books .comics-list {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: unset;
    margin-top: 0;
  }
  .books .comics-list li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .books .comics-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .books .comics-list li:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .books__cnt {
    width: calc(100% - 50px);
  }
}
/*# sourceMappingURL=books.css.map */