.page-news {
  overflow-x: hidden;
}

.page-news .news-hero {
  background: var(--c-ink);
  color: var(--c-paper);
  padding: 72px 0 64px;
  position: relative;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(244, 245, 240, 0.05) 10px 11px);
  pointer-events: none;
}

.page-news .news-hero__container {
  display: grid;
  gap: 32px;
}

.page-news .news-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-news .news-hero__eyebrow {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-lime);
  background: var(--c-space);
  border-left: 3px solid var(--c-orange);
  padding: 6px 14px;
  margin: 0 0 8px;
}

.page-news .news-hero__title {
  font-family: var(--font-display);
  font-size: clamp(52px, 9vw, 112px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  margin: 12px 0 6px;
  text-transform: uppercase;
}

.page-news .news-hero__title span {
  display: block;
  font-size: 0.32em;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: rgba(244, 245, 240, 0.6);
  margin-bottom: 10px;
}

.page-news .news-hero__sub {
  font-family: var(--font-data);
  font-size: 14px;
  color: var(--c-orange);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.page-news .news-hero__desc {
  max-width: 640px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(244, 245, 240, 0.72);
}

.page-news .news-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  font-family: var(--font-data);
  font-size: 12px;
  color: rgba(244, 245, 240, 0.8);
}

.page-news .news-hero__vol {
  margin-left: auto;
  border: 1px solid rgba(244, 245, 240, 0.2);
  border-radius: 999px;
  padding: 4px 12px;
  color: var(--c-paper);
}

.page-news .news-hero__cover {
  position: relative;
  margin: 0;
  border: 1px solid var(--c-space);
  overflow: hidden;
}

.page-news .news-hero__cover::after {
  content: "更新中";
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--c-orange);
  color: var(--c-paper);
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 2px;
}

.page-news .news-hero__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .news-recent {
  background: var(--c-paper);
  color: var(--c-ink);
  padding: 88px 0 100px;
}

.page-news .section-index {
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-orange);
}

.page-news .news-recent__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.page-news .news-recent__title,
.page-news .news-rapid__title,
.page-news .news-panel__title,
.page-news .news-guide__title,
.page-news .news-directory__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1;
  margin: 6px 0 0;
}

.page-news .news-recent__lead {
  max-width: 480px;
  margin: 0;
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.7;
}

.page-news .news-recent__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-news .news-filter {
  border: 1px solid var(--c-line);
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
}

.page-news .news-filter__label {
  margin: 0 0 14px;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-gray);
}

.page-news .news-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .news-filter__link {
  display: inline-block;
  border: 1px solid var(--c-ink);
  padding: 6px 12px;
  color: var(--c-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: background var(--speed) var(--ease-out), color var(--speed) var(--ease-out);
}

.page-news .news-filter__link:hover,
.page-news .news-filter__link.is-active {
  background: var(--c-ink);
  color: var(--c-paper);
}

.page-news .news-filter__coords {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--c-gray);
  letter-spacing: 0.06em;
}

.page-news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-news .news-item {
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  padding: 24px 0;
  display: grid;
  gap: 12px;
  scroll-margin-top: var(--header-h);
}

.page-news .news-item + .news-item {
  border-top: 0;
}

.page-news .news-item__rail {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.page-news .news-item__issue {
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--c-orange);
  border: 1px solid var(--c-line);
  padding: 2px 6px;
}

.page-news .news-item__time {
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--c-gray);
}

.page-news .news-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-news .news-item__title {
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
  display: inline;
  width: fit-content;
  transition: background var(--speed) var(--ease-out), box-shadow var(--speed) var(--ease-out);
}

.page-news .news-item:hover .news-item__title {
  background: var(--c-lime);
  box-shadow: 0 0 0 2px var(--c-lime), 4px 0 0 2px var(--c-lime), -4px 0 0 2px var(--c-lime);
}

.page-news .news-item__summary {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-gray);
  margin: 0;
}

.page-news .news-item__details {
  font-size: 13px;
  line-height: 1.65;
  color: var(--c-ink);
  background: rgba(10, 12, 14, 0.03);
  border-left: 3px solid var(--c-orange);
  padding: 12px 14px;
}

.page-news .news-item__details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}

.page-news .news-item__details p {
  margin: 10px 0 0;
}

.page-news .news-item__tag {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
  transition: transform var(--speed) var(--ease-out);
}

.page-news .news-item__tag:hover {
  transform: translateY(-2px);
}

.page-news .news-item__tag--rapid {
  background: var(--c-orange);
  color: var(--c-paper);
}

.page-news .news-item__tag--panel {
  background: var(--c-ink);
  color: var(--c-paper);
}

.page-news .news-item__tag--guide {
  background: var(--c-space);
  color: var(--c-paper);
}

.page-news .news-rapid {
  background: var(--c-space);
  color: var(--c-paper);
  padding: 88px 0 100px;
}

.page-news .news-rapid__head,
.page-news .news-panel__head,
.page-news .news-guide__head {
  margin-bottom: 36px;
}

.page-news .news-rapid__desc,
.page-news .news-panel__desc,
.page-news .news-guide__desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-gray);
}

.page-news .news-rapid__desc {
  color: rgba(244, 245, 240, 0.72);
}

.page-news .news-rapid__layout,
.page-news .news-panel__grid,
.page-news .news-guide__layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-news .news-rapid__media,
.page-news .news-guide__media {
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
  margin: 0;
}

.page-news .news-rapid__media img,
.page-news .news-guide__media img,
.page-news .news-panel__media img {
  display: block;
  width: 100%;
  height: auto;
}

.page-news .news-rapid__records {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 26px;
}

.page-news .news-rapid__subtitle {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.4;
}

.page-news .news-rapid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.page-news .news-rapid__list li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 16px;
}

.page-news .news-rapid__round {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--c-lime);
  letter-spacing: 0.04em;
}

.page-news .news-rapid__text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(244, 245, 240, 0.78);
}

.page-news .news-panel {
  background: var(--c-paper);
  color: var(--c-ink);
  padding: 88px 0 100px;
}

.page-news .news-panel__media {
  border: 1px solid var(--c-line);
  background: #fff;
  padding: 14px;
}

.page-news .panel-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}

.page-news .panel-feature {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 20px;
}

.page-news .panel-feature:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-news .panel-feature__num {
  font-family: var(--font-data);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-orange);
}

.page-news .panel-feature h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.page-news .panel-feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-gray);
}

.page-news .news-guide {
  background: var(--c-ink);
  color: var(--c-paper);
  padding: 88px 0 100px;
}

.page-news .news-guide__desc {
  color: rgba(244, 245, 240, 0.72);
}

.page-news .news-guide__media {
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
}

.page-news .news-guide__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}

.page-news .news-guide__step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 18px;
}

.page-news .news-guide__num {
  font-family: var(--font-data);
  font-size: 16px;
  font-weight: 700;
  color: var(--c-lime);
}

.page-news .news-guide__step h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.page-news .news-guide__step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 245, 240, 0.74);
}

.page-news .news-directory {
  background: var(--c-space);
  color: var(--c-paper);
  padding: 76px 0 100px;
}

.page-news .news-directory__head {
  margin-bottom: 28px;
}

.page-news .news-directory__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.page-news .news-directory__list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px 0;
}

.page-news .news-directory__list a {
  color: var(--c-paper);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background-image: linear-gradient(var(--c-lime), var(--c-lime));
  background-repeat: no-repeat;
  background-position: left calc(100% - 2px);
  background-size: 0% 2px;
  transition: background-size var(--speed) var(--ease-out);
}

.page-news .news-directory__list a:hover {
  color: var(--c-ink);
  background-size: 100% 100%;
  padding: 2px 4px;
  margin: -2px -4px;
}

.page-news .news-directory__list li span {
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--c-gray);
}

.page-news .news-directory__note {
  margin: 28px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(244, 245, 240, 0.64);
  max-width: 760px;
}

@media (min-width: 900px) {
  .page-news .news-recent__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-news .news-recent__lead {
    text-align: right;
  }

  .page-news .news-recent__layout {
    grid-template-columns: 280px 1fr;
    gap: 48px;
  }

  .page-news .news-filter {
    position: sticky;
    top: calc(var(--header-h) + 20px);
  }

  .page-news .news-filter__list {
    display: grid;
    gap: 8px;
  }

  .page-news .news-filter__link {
    display: block;
    text-align: left;
  }

  .page-news .news-rapid__layout,
  .page-news .news-panel__grid,
  .page-news .news-guide__layout {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .page-news .news-hero__container {
    gap: 40px;
  }
}
