.content__inner .headline-wrap .headline {
  padding: 40px 0;
  margin: 0;
}
.feature__count {
  display: none;
}

.module-talk-session__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  .article-list__item {
    width: calc(100% / 4);
    padding: 32px 0;
    border-top: solid 1px #e7e7e7
  }
  .article__imgwrap {
    aspect-ratio: 1 / 1;
    width: 230px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .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 0 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 56px 32px;
  .comic-essay-author__head-title {
    font-size: 24px;
    font-weight: 600;
    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 {
  margin-left: 56px;
  overflow: hidden;
}
.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;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 12px;
    text-align: center;
  }
}

.module-talk-session-movie {
  padding: 56px 0 80px;
  border-top: solid 1px #e7e7e7;
  .talk-session-movie__head {
    margin: 0 56px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    line-height: 1;
  }
  .talk-session-movie__head-link{
    font-size: 14px;
    line-height: 1.6;
    border: solid 1px #212121;
    padding: 10px 60px 10px 40px;
    border-radius: 50px;
  }
  .talk-session-movie__head-link span {
    display: inline-block;
    vertical-align: middle;
    color: #212121;
    line-height: 1;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #212121;
    background: #fff;
    position: relative;
    margin-left: 7px;
    &::before {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      width: 45%;
      height: 45%;
      border: 1px solid #212121;
      border-bottom: 0;
      border-left: 0;
      background: #fff;
      box-shadow: -1px 1px 0 1px #fff;
    }
    &::after {
      content: '';
      position: absolute;
      top: 0px;
      right: -0.5px;
      width: 1px;
      height: 10px;
      background: currentColor;
      transform: rotate(45deg);
      transform-origin: top center;
    }
  }
  .talk-session-movie-list {
    margin: 0 56px;
    gap: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .talk-session-movie-list__item-image {
    position: relative;
    &::before {
      content: '';
      display: block;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      backdrop-filter: blur(20px);
      background: rgb(255 255 255 / 0.2);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    &::after {
      content: '\025b6';
      color: #fff;
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      bottom: 5px;
      left: 3px;
      right: 0;
      margin: auto;
    }
    img {
      border-radius: 12px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .talk-session-movie-list__item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 16px;
  }
}
