.content {
  margin-top: 0;
}
.content__inner .list-headline{
  margin-top: 0;
  padding-top: 40px;
  img {
    max-width: 279px;
    margin-top: 8px;
  }
}

.content-comic-essay {
  background-color: #fff9f4;
  margin-bottom: 56px;
  .module-crea-book {
    margin: 0;
    padding: 0 0 64px;
    .headline-sub p {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.6;
      margin-top: 12px;
    }
  }

  .genre-nav { overflow: hidden; }
}
.module-ranking {
  margin-top: 0;
}

.module-comic-essay__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: var(--content-inner-width);
  margin: 0 auto 0;
}
.module-comic-essay__inner {
  width: fit-content;
  padding: 56px 0;
  display: flex;
  justify-content: center;
  gap: 0 56px;
}
.module-comic-essay__col:first-child {
  width: 231px;
  .category__cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .category__author {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
    display: flex;
    align-items: center;
    &::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #212121;
      border-right: 1px solid #212121;
      rotate: 45deg;
      margin-left: 12px;
    }
  }
}
.module-comic-essay__col {
  width: 312px;
  .article-list__item {
    padding: 16px 0;
    border-top: solid 1px #e7e7e7
  }
  .article-list__item:first-child {
    border: none;
  }
  .category__link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    display: grid;
    grid-template-columns: calc(100% - 40px) 1fr;
    align-items: center;
    justify-content: space-between;
    &::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #212121;
      border-right: 1px solid #212121;
      rotate: 45deg;
      margin-left: 28px;
    }
  }
  .article-list {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .article__time {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 8px;
    display: block;
    transform: none;
    font-size: 10px;
    line-height: 1;
  }
  .article__title {
    font-size: 14px;
    line-height: 1.6;
  }
}

.link-button {
  margin-top: 120px;
}
.module-pagination {
  margin-bottom: 120px;
}

.module-comic-essay-author {
  padding: 56px 56px 80px;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}
.comic-essay-author__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px;
  .comic-essay-author__head-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    padding: 0;
  }
  .comic-essay-author__head-link {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    max-width: 228px;
    padding: 10px 0;
    text-align: center;
    border: solid 1px #212121;
    border-radius: 50px;
  }
}
.comic-essay-author-swiper {
  overflow: hidden;
  .slider-pagination {
    margin-top: 40px;
  }
  .slider-pagination__fraction {
    width: 50px;
  }
}
.comic-essay-author-list__item {
  width: fit-content;
  padding-right: 32px;
  .comic-essay-author-list__item-image {
    width: 140px;
    object-fit: cover;
    border-radius: 50%;
  }
  .comic-essay-author-list__item-name {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
    text-align: center;
  }
}