body:before {
  content: '';
}

body {
  margin: 0;
}

#page-news-archive .page_contents_ {
  padding-top: 10.3125rem;
  padding-bottom: 10.625rem;
}

#page-news-archive .news_title_ {
  font-family: 'A1 Gothic L';
  font-size: 3.75rem;
  line-height: 1.23343;
  letter-spacing: -0.03em;
  margin-bottom: 6.0625rem;
}

#page-news-archive .news_content_ {
  margin-bottom: 90px;
}

#page-news-archive .news_content_ .news_grid_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 30px;
}

#page-news-archive .news_content_ .news_grid_ a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

#page-news-archive .news_content_ .news_grid_ a.is-wide {
  grid-column: span 2;
}

#page-news-archive .news_content_ .news_grid_ a.is-wide .thumbnail_ {
  aspect-ratio: auto;
}

#page-news-archive .news_content_ .news_grid_ a.is-wide .thumbnail_,
#page-news-archive .news_content_ .news_grid_ a.is-wide .data_ {
  grid-column: span 2;
}

#page-news-archive .news_content_ .news_grid_ .thumbnail_ {
  position: relative;
  aspect-ratio: 298/400;
  overflow: hidden;
  margin-bottom: 24px;
}

#page-news-archive .news_content_ .news_grid_ .thumbnail_ img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#page-news-archive .news_content_ .news_grid_ .data_ {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#page-news-archive .news_content_ .news_grid_ .date_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: #838994;
}

#page-news-archive .news_content_ .news_grid_ .title_ {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 560px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1280px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1680px) {
  body:before {
    font-family: 'xxl';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 1679.8px) {
  body:before {
    font-family: 'xl';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 1439.8px) {
  body:before {
    font-family: 'lg';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 1279.8px) {
  body:before {
    font-family: 'md';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 1023.8px) {
  body:before {
    font-family: 'sm';
  }

  body {
    margin: 0;
  }

  body {
    margin: 0;
  }

  #page-news-archive .news_title_ {
    margin-bottom: 74px;
  }

  #page-news-archive .news_content_ {
    margin-bottom: 64px;
  }

  #page-news-archive .news_content_ .news_grid_ {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
  }
}

@media screen and (max-width: 768.8px) {
  body:before {
    font-family: 'tb';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 559.8px) {
  body:before {
    font-family: 'sp';
  }

  body {
    margin: 0;
  }

  #page-news-archive .page_contents_ {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  #page-news-archive .news_title_ {
    font-size: 2.5rem;
    line-height: 1.1551;
    letter-spacing: -0.03em;
  }

  #page-news-archive .news_title_ {
    margin-bottom: 59px;
  }

  #page-news-archive .news_content_ {
    margin-bottom: 48px;
  }

  #page-news-archive .news_content_ .news_grid_ {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 16px;
  }

  #page-news-archive .news_content_ .news_grid_ .thumbnail_ {
    margin-bottom: 16px;
  }

  #page-news-archive .news_content_ .news_grid_ .date_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }
}
/*# sourceMappingURL=archive.css.map */
