.ebanat-news-page .site-content {
  background: #f8f7f3;
}

.ebanat-news-page .site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

.ebanat-news-archive {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  padding: 116px 8% 126px;
  background: #f8f7f3;
  color: #222;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.ebanat-news-archive *,
.ebanat-news-archive *::before,
.ebanat-news-archive *::after {
  box-sizing: border-box;
}

.ebanat-news-archive__bg {
  position: absolute;
  top: 18px;
  left: -.03em;
  color: rgba(166, 154, 69, .042);
  font-family: "Yu Mincho", "Noto Serif JP", serif;
  font-size: clamp(100px, 17vw, 255px);
  line-height: 1;
  letter-spacing: -.06em;
  pointer-events: none;
  user-select: none;
}

.ebanat-news-archive__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.ebanat-news-archive__heading {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 72px;
}

.ebanat-news-archive__kicker {
  grid-column: 1 / -1;
  margin: 0 0 22px;
  color: #a69a45;
  font-size: 11px;
  letter-spacing: .22em;
}

.ebanat-news-archive__heading h1 {
  margin: 0;
  color: #222;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .04em;
}

.ebanat-news-archive__lead {
  max-width: 620px;
  margin: 0 0 6px;
  color: #555;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .04em;
}

.ebanat-news-archive__list {
  border-top: 1px solid rgba(166, 154, 69, .34);
}

.ebanat-news-archive__item {
  display: grid;
  grid-template-columns: 150px 130px minmax(0, 1fr) 48px;
  min-height: 112px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(166, 154, 69, .22);
  color: inherit;
  text-decoration: none;
  align-items: center;
  gap: 24px;
  transition: padding .3s ease, background .3s ease;
}

.ebanat-news-archive__item time {
  color: #777;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .08em;
}

.ebanat-news-archive__category {
  display: inline-flex;
  width: 112px;
  min-height: 30px;
  border: 1px solid rgba(166, 154, 69, .48);
  color: #7e7540;
  font-size: 10px;
  letter-spacing: .12em;
  align-items: center;
  justify-content: center;
}

.ebanat-news-archive__item h2 {
  margin: 0;
  color: #222;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: .035em;
}

.ebanat-news-archive__arrow {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a69a45;
  color: #fff;
  place-items: center;
  transition: transform .3s ease;
}

.ebanat-news-archive__item.is-linked:hover,
.ebanat-news-archive__item.is-linked:focus {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(255, 255, 255, .66);
  color: inherit;
}

.ebanat-news-archive__item.is-linked:hover .ebanat-news-archive__arrow,
.ebanat-news-archive__item.is-linked:focus .ebanat-news-archive__arrow {
  transform: translateX(5px);
}

.ebanat-news-archive__item.is-linked:focus-visible {
  outline: 1px solid #a69a45;
  outline-offset: 3px;
}

.ebanat-news-archive__item.is-static {
  cursor: default;
}

.ebanat-news-archive__empty {
  margin: 0;
  padding: 38px 0;
  border-bottom: 1px solid rgba(166, 154, 69, .22);
  color: #777;
  font-size: 14px;
}

.ebanat-news-archive__pagination {
  display: flex;
  margin-top: 56px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ebanat-news-archive__pagination .page-numbers {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(166, 154, 69, .45);
  color: #555;
  text-decoration: none;
  place-items: center;
  transition: color .25s ease, background .25s ease;
}

.ebanat-news-archive__pagination .page-numbers.current,
.ebanat-news-archive__pagination a.page-numbers:hover {
  background: #a69a45;
  color: #fff;
}

@media (max-width: 900px) {
  .ebanat-news-archive {
    padding: 96px 28px 90px;
  }

  .ebanat-news-archive__heading {
    grid-template-columns: 1fr;
    margin-bottom: 58px;
    gap: 28px;
  }

  .ebanat-news-archive__item {
    grid-template-columns: 120px 110px minmax(0, 1fr) 42px;
    gap: 18px;
  }
}

@media (max-width: 680px) {
  .ebanat-news-archive {
    padding: 78px 24px 76px;
  }

  .ebanat-news-archive__bg {
    top: 16px;
    left: -24px;
  }

  .ebanat-news-archive__heading h1 {
    font-size: 36px;
  }

  .ebanat-news-archive__lead {
    font-size: 11.5px;
  }

  .ebanat-news-archive__item {
    grid-template-columns: 1fr 42px;
    padding: 24px 0;
    gap: 10px 14px;
  }

  .ebanat-news-archive__item time {
    grid-column: 1;
    font-size: 12px;
  }

  .ebanat-news-archive__category {
    grid-column: 1;
    width: auto;
    min-width: 92px;
    padding: 0 12px;
    justify-self: start;
  }

  .ebanat-news-archive__item h2 {
    grid-column: 1;
    font-size: 15px;
  }

  .ebanat-news-archive__arrow {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }

  .ebanat-news-archive__item.is-linked:hover,
  .ebanat-news-archive__item.is-linked:focus {
    padding-right: 10px;
    padding-left: 10px;
  }
}
