.news-page {
  background: #f4f4f4;
  color: #444444;
}

.news-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--jsy-gold);
  font: 700 24px / 1 var(--jsy-font-kai);
}

.news-footer-brand__mark {
  width: 36px;
  height: 36px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 23px;
}

.news-main {
  padding-top: 0;
}

.news-hero {
  position: relative;
  height: clamp(230px, 25vw, 360px);
  min-height: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px clamp(24px, 6vw, 116px);
  color: #fff8e8;
  background:
    linear-gradient(90deg, rgba(119, 0, 0, 0.98) 0%, rgba(185, 8, 8, 0.96) 52%, rgba(103, 0, 0, 0.98) 100%),
    radial-gradient(circle at 74% 20%, rgba(251, 210, 126, 0.2), transparent 32%);
}

.news-hero::before,
.news-hero::after {
  content: "";
  position: absolute;
  left: -9%;
  right: -9%;
  pointer-events: none;
}

.news-hero::before {
  bottom: 26px;
  height: 122px;
  transform: rotate(-2.2deg);
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 237, 190, 0.98) 0,
    rgba(255, 237, 190, 0.98) 5px,
    rgba(194, 27, 13, 0.88) 5px,
    rgba(194, 27, 13, 0.88) 11px,
    rgba(248, 170, 83, 0.92) 11px,
    rgba(248, 170, 83, 0.92) 17px,
    rgba(142, 0, 0, 0.88) 17px,
    rgba(142, 0, 0, 0.88) 23px
  );
  box-shadow: 0 14px 34px rgba(67, 0, 0, 0.24);
}

.news-hero::after {
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 225, 151, 0.08) 42% 44%, transparent 44% 100%),
    radial-gradient(circle at 78% 54%, rgba(255, 255, 255, 0.22), transparent 9%),
    radial-gradient(circle at 72% 48%, rgba(255, 213, 141, 0.16), transparent 18%);
}

.news-hero__copy,
.news-hero strong,
.news-hero__seal {
  position: relative;
  z-index: 1;
}

.news-hero__copy {
  padding: 10px 18px 14px 0;
}

.news-hero__copy p {
  margin: 0 0 8px;
  color: rgba(255, 235, 175, 0.84);
  font: 700 14px / 1 var(--jsy-font-num);
  letter-spacing: 0.18em;
}

.news-hero__copy h1 {
  margin: 0;
  color: #ffffff;
  font: 700 clamp(40px, 5vw, 78px) / 1.15 var(--jsy-font-song);
  letter-spacing: 0;
  text-shadow: 0 5px 12px rgba(67, 0, 0, 0.55);
}

.news-hero__copy span {
  display: block;
  margin-top: 14px;
  font-size: clamp(16px, 1.5vw, 23px);
}

.news-hero__seal {
  width: clamp(112px, 14vw, 210px);
  height: clamp(112px, 14vw, 210px);
  border: 2px solid rgba(255, 226, 152, 0.72);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(255, 239, 199, 0.78);
  font: 700 clamp(32px, 4vw, 66px) / 1 var(--jsy-font-kai);
  transform: rotate(-10deg);
}

.news-hero strong {
  align-self: flex-end;
  margin-bottom: 8px;
  font: 700 clamp(22px, 2.15vw, 38px) / 1.2 var(--jsy-font-song);
  text-shadow: 0 3px 8px rgba(68, 0, 0, 0.48);
  white-space: nowrap;
}

.news-shell {
  padding: 38px clamp(24px, 2.2vw, 46px) 96px;
  background:
    linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 58%, #f8f8f8 100%),
    radial-gradient(circle at 6% 20%, rgba(228, 173, 47, 0.08), transparent 24%);
}

.news-navbox {
  width: 100%;
  min-height: 74px;
  margin: 0 auto 48px;
  padding: 0 clamp(62px, 3.9vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: #ffffff;
}

.news-breadcrumb {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #8e8e8e;
  font-size: 16px;
}

.news-breadcrumb a {
  color: var(--jsy-gold);
  transition: color 160ms ease;
}

.news-breadcrumb a:hover {
  color: var(--jsy-gold-600);
}

.news-breadcrumb em {
  font-style: normal;
  color: #8e8e8e;
}

.news-tabs {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
}

.news-tabs button,
.news-tabs a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /*min-width: 220px;*/
  height: 74px;
  padding: 0 34px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background: #ffffff;
  font-size: inherit;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.news-tabs button.is-active,
.news-tabs a.is-active {
  color: #ffffff;
  background: var(--jsy-gold);
}

.news-tabs button:hover,
.news-tabs button.is-hovering,
.news-tabs a:hover,
.news-tabs a.is-hovering {
  color: #ffffff;
}

.news-tabs button.is-hovering .news-tab__fill,
.news-tabs a.is-hovering .news-tab__fill {
  transform: scaleX(1);
}

.news-tabs button:focus-visible,
.news-tabs a:focus-visible {
  outline: 2px solid var(--jsy-gold);
  outline-offset: -2px;
}

.news-tab__label {
  position: relative;
  z-index: 1;
}

.news-tab__fill {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--jsy-gold);
  transform: scaleX(0);
  transform-origin: center center;
  will-change: transform;
}

.news-list-section {
  position: relative;
  scroll-margin-top: 108px;
}

.news-anchor {
  position: absolute;
  top: 0;
}

.news-section-head {
  margin: 0 0 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.news-section-head--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.news-section-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--jsy-gold-600);
  font: 700 13px / 1 var(--jsy-font-num);
  letter-spacing: 0.16em;
}

.news-section-head h2 {
  margin: 0;
  color: #333333;
  font: 700 clamp(30px, 2.8vw, 48px) / 1.25 var(--jsy-font-song);
  letter-spacing: 0;
}

.news-section-head h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 16px;
  background: var(--jsy-gold);
}

.news-section-head p {
  max-width: 560px;
  margin: 0 0 8px;
  color: #808080;
  font-size: 16px;
  line-height: 1.85;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 1.9vw, 38px);
}

.news-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease, box-shadow 180ms ease;
}

.news-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(105deg, rgba(228, 173, 47, 0.16), rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, rgba(255, 250, 239, 0.66), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.news-card:hover::before {
  opacity: 1;
}

.news-card__image {
  position: relative;
  z-index: 1;
  display: block;
  margin: 12px 12px 0;
  aspect-ratio: 1.93;
  overflow: hidden;
  background: #e9e9e9;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.news-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.news-card__body {
  position: relative;
  z-index: 1;
  padding: 20px 26px 22px;
}

.news-card__body h3 {
  min-height: 64px;
  margin: 0;
  color: #3f3f3f;
  font-size: clamp(20px, 1.28vw, 26px);
  font-weight: 700;
  line-height: 1.38;
}

.news-card__body h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 160ms ease;
}

.news-card:hover h3 a {
  color: var(--jsy-gold-600);
}

.news-card__body time {
  display: block;
  margin-top: 8px;
  color: #9b9b9b;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.4;
}

.news-card__body time::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #eeeeee;
}

.news-card__body p {
  display: -webkit-box;
  min-height: 66px;
  margin: 23px 0 0;
  overflow: hidden;
  color: #a0a0a0;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card[hidden] {
  display: none;
}

.news-pagination {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.news-pagination a,
.news-pagination button,
.news-pagination span {
  width: 42px;
  height: 42px;
  border: 1px solid #adadad;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  color: #777777;
  background: #ffffff;
  font-size: 18px;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.news-pagination span {
  border-color: transparent;
  background: transparent;
}

.news-pagination a:hover,
.news-pagination button:hover,
.news-pagination a.is-active,
.news-pagination button.is-active {
  color: #ffffff;
  border-color: #d9142d;
  background: #d9142d;
}

.news-pagination a.is-disabled,
.news-pagination button.is-disabled {
  color: #bdbdbd;
  border-color: #d0d0d0;
  background: #e5e5e5;
  cursor: not-allowed;
}

.news-backtop {
  position: fixed;
  right: 28px;
  bottom: 112px;
  z-index: 40;
  width: 54px;
  height: 54px;
  border: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(86, 86, 86, 0.72);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background 180ms ease;
}

.news-backtop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.news-backtop:hover {
  background: var(--jsy-gold);
}

@media (max-width: 1199px) {
  .news-navbox {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .news-breadcrumb {
    min-height: 0;
  }

  .news-tabs {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0;
  }

  .news-tabs button,
  .news-tabs a {
    flex: 0 0 190px;
    min-width: 190px;
  }
}

@media (max-width: 1199px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-hero strong {
    display: none;
  }
}

@media (max-width: 991px) {
  .news-main {
    padding-top: 0;
  }

  .news-hero {
    height: auto;
    min-height: 230px;
  }

  .news-hero__seal {
    display: none;
  }

  .news-shell {
    padding: 28px 16px 70px;
  }

  .news-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-section-head {
    display: block;
  }

  .news-section-head--hidden {
    position: absolute;
    display: block;
  }

  .news-section-head p {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .news-hero {
    padding: 28px 20px 34px;
  }

  .news-hero::before {
    bottom: 18px;
    height: 104px;
  }

  .news-hero__copy {
    max-width: 320px;
    padding: 12px 16px 16px 0;
    background: linear-gradient(90deg, rgba(113, 0, 0, 0.78), rgba(113, 0, 0, 0));
  }

  .news-navbox {
    margin-bottom: 32px;
    padding: 18px;
  }

  .news-breadcrumb {
    font-size: 14px;
  }

  .news-tabs button,
  .news-tabs a {
    flex-basis: 50%;
    min-width: 150px;
    height: 56px;
    font-size: 15px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card__body {
    padding: 18px 18px 22px;
  }

  .news-card__body h3 {
    min-height: auto;
  }

  .news-pagination {
    gap: 6px;
  }

  .news-pagination button,
  .news-pagination span {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .news-backtop {
    right: 18px;
    bottom: 92px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 480px) {
  .news-tabs {
    grid-template-columns: 1fr;
  }

  .news-hero::before {
    bottom: 24px;
    height: 86px;
  }
}

.news-navbox,
.news-breadcrumb {
  min-height: 60px;
}

.news-breadcrumb {
  font-size: 14px;
}

.news-breadcrumb .is-active {
  color: var(--jsy-gold);
  font-weight: 400;
}

.news-tabs {
  font-size: 16px;
}

.news-tabs button,
.news-tabs a {
  height: 60px;
  font-size: 16px;
  font-weight: 400;
}
