.news-info-page {
  overflow-x: hidden;
  background: #f5f5f5;
  color: #444444;
}

.news-info-main {
  padding-top: 0;
  background: #f5f5f5;
}

.news-info-banner {
  position: relative;
  height: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(24px, 5vw, 92px);
  color: #fff7e7;
  background:
    linear-gradient(90deg, rgba(128, 0, 0, 0.98), rgba(180, 9, 9, 0.96) 48%, rgba(103, 0, 0, 0.98)),
    radial-gradient(circle at 78% 18%, rgba(255, 218, 133, 0.22), transparent 32%);
}

.news-info-banner::before,
.news-info-banner::after,
.news-info-banner__ribbon {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  pointer-events: none;
}

.news-info-banner::before {
  top: 78px;
  height: 86px;
  transform: rotate(-2.3deg);
  background: repeating-linear-gradient(
    0deg,
    #ffd991 0,
    #ffd991 5px,
    #ad1105 5px,
    #ad1105 11px,
    #fff0bd 11px,
    #fff0bd 17px,
    #de7f37 17px,
    #de7f37 22px
  );
  box-shadow: 0 16px 28px rgba(83, 0, 0, 0.22);
}

.news-info-banner::after {
  top: 110px;
  height: 62px;
  transform: rotate(1.7deg);
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 229, 163, 0.96) 0,
    rgba(255, 229, 163, 0.96) 4px,
    rgba(194, 25, 10, 0.82) 4px,
    rgba(194, 25, 10, 0.82) 9px,
    rgba(246, 167, 85, 0.9) 9px,
    rgba(246, 167, 85, 0.9) 14px
  );
  opacity: 0.9;
}

.news-info-banner__ribbon {
  top: 68px;
  height: 1px;
  background: rgba(255, 232, 180, 0.55);
}

.news-info-banner__copy,
.news-info-banner strong {
  position: relative;
  z-index: 1;
}

.news-info-banner__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-info-banner__copy h1 {
  margin: 0;
  color: #ffffff;
  font: 700 clamp(42px, 4.4vw, 72px) / 1.15 var(--jsy-font-song);
  text-shadow: 0 5px 12px rgba(67, 0, 0, 0.55);
}

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

.news-info-shell {
  padding: 38px clamp(22px, 2.1vw, 44px) 72px;
  background: #f5f5f5;
}

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

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

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

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

.news-info-breadcrumb em {
  max-width: 390px;
  overflow: hidden;
  color: #8e8e8e;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

.news-info-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-info-panel {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: clamp(34px, 3.6vw, 58px) clamp(24px, 3.2vw, 58px) 0;
  background: #ffffff;
}

.news-info-head {
  min-height: 118px;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e7e7e7;
}

.news-info-head__kicker {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--jsy-gold);
}

.news-info-head__kicker span {
  display: inline-flex;
  min-height: 36px;
  padding: 0 18px;
  align-items: center;
  border-left: 4px solid var(--jsy-gold);
  background: #f6f6f6;
  font: 400 22px / 1 var(--jsy-font-song);
}

.news-info-head__kicker small {
  color: #b9b9b9;
  font: 700 12px / 1 var(--jsy-font-num);
  letter-spacing: 0.16em;
}

.news-info-head h2 {
  margin: 0;
  color: #333333;
  font: 700 clamp(30px, 2.7vw, 46px) / 1.32 var(--jsy-font-song);
}

.news-info-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  color: #9a9a9a;
  font-size: 15px;
}

.news-info-meta i {
  margin-right: 6px;
  color: var(--jsy-gold);
}

.news-info-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: clamp(26px, 3vw, 54px);
  align-items: start;
}

.news-info-aside {
  position: sticky;
  top: 104px;
  width: 100%;
  min-width: 0;
}

.news-info-date {
  padding: 18px 12px;
  border-top: 4px solid var(--jsy-gold);
  background: #f5f5f5;
  text-align: center;
}

.news-info-date strong {
  display: block;
  color: #333333;
  font: 700 42px / 1 var(--jsy-font-num);
}

.news-info-date span {
  display: block;
  margin-top: 8px;
  color: #909090;
  font-size: 14px;
}

.news-info-share {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.news-info-share button {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border: 0;
  display: grid;
  place-items: center;
  color: #8a8a8a;
  background: #f5f5f5;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.news-info-share button:hover {
  color: #ffffff;
  background: var(--jsy-gold);
  transform: translateY(-2px);
}

.news-info-richtext {
  min-width: 0;
  max-width: 1260px;
  color: #666666;
  font-size: 18px;
  line-height: 2;
}

.news-info-richtext > *:first-child {
  margin-top: 0;
}

.news-info-richtext p {
  margin: 0 0 18px;
}

.news-info-richtext h3 {
  margin: 34px 0 14px;
  color: #333333;
  font: 700 25px / 1.35 var(--jsy-font-song);
}

.news-info-richtext h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 12px;
  background: var(--jsy-gold);
  vertical-align: -3px;
}

.news-info-richtext ul,
.news-info-richtext ol {
  margin: 0 0 22px;
  padding-left: 1.45em;
}

.news-info-richtext li {
  margin-bottom: 8px;
}

.news-info-richtext figure {
  margin: 28px 0;
}

.news-info-richtext img {
  width: min(100%, 1320px);
  max-height: 650px;
  object-fit: cover;
}

.news-info-richtext figcaption {
  margin-top: 10px;
  color: #9a9a9a;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.news-info-richtext blockquote {
  margin: 26px 0;
  padding: 22px 28px;
  border-left: 4px solid var(--jsy-gold);
  color: #555555;
  background: #f7f7f7;
  font: 700 20px / 1.8 var(--jsy-font-song);
}

.news-info-richtext blockquote p {
  margin: 0;
}

.news-info-richtext table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
}

.news-info-richtext th,
.news-info-richtext td {
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
}

.news-info-richtext th {
  background: #f6f6f6;
  color: #333333;
  font-weight: 700;
}

.news-info-attachment {
  margin-top: 34px;
  padding: 22px 24px;
  background: #f7f7f7;
}

.news-info-attachment h3 {
  margin-top: 0;
}

.news-info-attachment a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #666666;
  font-size: 16px;
  transition: color 160ms ease;
}

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

.news-info-attachment i {
  color: #bd0505;
  font-size: 20px;
}

.news-info-attachment span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-info-pager {
  margin-top: 46px;
  padding: 18px 12px 22px;
  border-top: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #ffffff;
}

.news-info-pager a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #777777;
  font-size: 16px;
}

.news-info-pager a:hover {
  color: var(--jsy-gold);
}

.news-info-pager strong {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-info-pager__next {
  justify-content: flex-end;
  text-align: right;
}

.news-info-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-info-backtop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

.news-info-footer-brand {
  display: block;
  color: var(--jsy-gold);
  font: 700 24px / 58px var(--jsy-font-kai);
  text-align: right;
}

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

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

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

  .news-info-breadcrumb em {
    max-width: 640px;
  }
}

@media (max-width: 1199px) {
  .news-info-banner strong {
    display: none;
  }
}

@media (max-width: 991px) {
  .news-info-page .jsy-nav > ul > li > a {
    color: #ffffff;
  }

  .news-info-banner {
    height: 170px;
  }

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

  .news-info-aside {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .news-info-date {
    min-width: 132px;
  }

  .news-info-share {
    margin-top: 0;
    display: flex;
  }
}

@media (max-width: 767px) {
  .news-info-shell {
    padding: 24px 16px 48px;
  }

  .news-info-banner {
    height: 140px;
    padding: 26px 20px 30px;
  }

  .news-info-banner::before {
    top: 58px;
  }

  .news-info-banner::after {
    top: 86px;
  }

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

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

  .news-info-breadcrumb em {
    max-width: 100%;
    white-space: normal;
  }

  .news-info-tabs a {
    flex-basis: 50%;
    min-width: 150px;
    height: 54px;
    padding: 0 18px;
    font-size: 16px;
  }

  .news-info-panel {
    padding: 28px 14px 0;
  }

  .news-info-head {
    min-height: 0;
    margin-bottom: 24px;
  }

  .news-info-head__kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .news-info-head__kicker small {
    padding-left: 22px;
  }

  .news-info-meta {
    gap: 8px;
    flex-direction: column;
    font-size: 14px;
  }

  .news-info-richtext {
    font-size: 16px;
  }

  .news-info-richtext blockquote {
    padding: 18px 20px;
    font-size: 18px;
  }

  .news-info-attachment {
    padding: 18px;
  }

  .news-info-pager {
    align-items: stretch;
    flex-direction: column;
  }

  .news-info-pager a,
  .news-info-pager__next {
    justify-content: space-between;
    text-align: left;
  }

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

@media (max-width: 480px) {
  .news-info-tabs {
    display: flex;
  }

  .news-info-tabs a {
    min-width: 150px;
    flex-basis: 50%;
  }

  .news-info-aside {
    align-items: stretch;
    flex-direction: column;
  }

  .news-info-share button {
    width: 48px;
    height: 48px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-info-breadcrumb a,
  .news-info-tabs a,
  .news-info-tab__fill,
  .news-info-share button,
  .news-info-backtop {
    transition: none;
  }
}

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

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

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

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

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