body.post-type-archive {
  overflow: initial;
}

.archive-news .page-mv {
  background: url("../img/archive-news/mv-archive-news.webp") no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .archive-news .page-mv {
    background: url("../img/archive-news/mv-archive-news-sp.webp") no-repeat center center/cover;
  }
}

.news-archive__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .news-archive__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-archive__sidebar {
  width: 17.86%;
}
@media screen and (max-width: 960px) {
  .news-archive__sidebar {
    width: 100%;
  }
}

.news-archive__main {
  width: 71.84%;
}
@media screen and (max-width: 960px) {
  .news-archive__main {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .news-list {
    margin-top: 48px;
  }
}

.news-list__item:nth-child(1) .news-card__link {
  padding-top: 0;
}

.news-card__link {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 960px) {
  .news-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.news-card__link:hover .news-card__image {
  scale: 1.1;
}
.news-card__link:hover .news-card__content {
  opacity: 0.7;
}

.news-card__thumbnail {
  max-width: 200px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .news-card__thumbnail {
    max-width: 100%;
  }
}

.news-card__image {
  aspect-ratio: 200/113;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .news-card__image {
    width: 100%;
  }
}

.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.news-card__date {
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .news-card__date {
    font-weight: 400;
  }
}

.news-card__category {
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 2px 12px 4px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D9D9D9;
}
@media screen and (max-width: 960px) {
  .news-card__category {
    font-weight: 400;
  }
}

.news-card__title {
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .news-card__title {
    margin-top: 16px;
  }
}