.elementor h1.elementor-heading-title {
  font-size: clamp(38px, 5.5vw, 64px) !important;
  letter-spacing: 0;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.elementor .elementor-button-text {
  letter-spacing: 0;
}

.sato-content-hub,
.sato-list-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sato-hub-card,
.sato-archive-list article,
.sato-word-card,
.jnt-entry,
.jnt-quiz {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 249, 234, 0.96)),
    #fff9ea;
  border: 1px solid #ded2b3;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(31, 23, 17, 0.08);
}

.sato-hub-card {
  color: #1f1711;
  display: block;
  min-height: 190px;
  padding: 22px;
  position: relative;
  text-decoration: none;
}

.sato-hub-card::before {
  background: #f4af00;
  content: "";
  display: block;
  height: 4px;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 0;
}

.sato-hub-card span,
.sato-eyebrow {
  color: #986b00;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.sato-hub-card strong {
  color: #1f1711;
  display: block;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 14px;
}

.sato-hub-card p,
.sato-archive-list p,
.sato-word-card p {
  color: #4c4033;
  line-height: 1.8;
  margin: 0;
}

.sato-word-card {
  color: #1f1711;
  min-height: 100%;
  padding: 24px;
}

.sato-word-card h3 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.sato-reading {
  color: #675849;
  font-size: 18px;
}

.sato-pill,
.jnt-meta span,
.jnt-order-badge {
  background: #fff4d2;
  border: 1px solid #ead48b;
  border-radius: 999px;
  color: #6c4a00;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 9px;
}

.sato-word-card blockquote {
  border-left: 4px solid #f4af00;
  margin: 18px 0;
  padding-left: 14px;
}

.sato-word-card a,
.sato-archive-list a {
  color: #8a6100;
  font-weight: 800;
}

.sato-archive-list header {
  margin-bottom: 18px;
}

.sato-archive-list article {
  padding: 20px;
}

.sato-archive-list time {
  color: #7a6a58;
  font-size: 13px;
}

.sato-archive-list h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 8px 0 10px;
}

.sato-lowkick-archive {
  color: #1f1711;
}

.sato-lowkick-header {
  background:
    linear-gradient(135deg, rgba(255, 244, 210, 0.9), rgba(255, 255, 255, 0.92));
  border: 1px solid #ded2b3;
  border-radius: 8px;
  margin-bottom: 22px;
  padding: clamp(22px, 4vw, 42px);
}

.sato-lowkick-header h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.18;
  margin: 0 0 12px;
}

.sato-lowkick-header p {
  color: #4c4033;
  line-height: 1.8;
  margin: 0;
}

.sato-lowkick-count {
  align-items: baseline;
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.sato-lowkick-count strong {
  color: #1f1711;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
}

.sato-lowkick-count span {
  color: #986b00;
  font-weight: 800;
}

.sato-qa-list {
  display: grid;
  gap: 18px;
}

.sato-qa-card {
  background:
    radial-gradient(circle at 14px 18px, rgba(31, 23, 17, 0.035) 0 1px, transparent 1.4px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 234, 0.98));
  border: 1px solid #ded2b3;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(31, 23, 17, 0.08);
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
}

.sato-qa-question,
.sato-qa-answer {
  display: grid;
  gap: 14px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.sato-qa-question > span,
.sato-qa-answer > span {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 24px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.sato-qa-question > span {
  background: #1f1711;
  color: #fff9ea;
}

.sato-qa-answer > span {
  background: #f4af00;
  color: #1f1711;
}

.sato-qa-question h3 {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.45;
  margin: 0;
}

.sato-qa-question a {
  color: #1f1711;
  text-decoration: none;
}

.sato-qa-answer p {
  border-left: 4px solid #f4af00;
  color: #3e3329;
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
  padding-left: 16px;
}

.sato-qa-more {
  color: #8a6100;
  font-weight: 800;
  justify-self: end;
  text-decoration: none;
}

.sato-qa-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 22px 0;
}

.sato-qa-pagination a,
.sato-qa-pagination .current {
  background: #fff9ea;
  border: 1px solid #ded2b3;
  border-radius: 999px;
  color: #1f1711;
  display: inline-block;
  font-weight: 800;
  min-width: 40px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}

.sato-qa-pagination .current {
  background: #f4af00;
  border-color: #f4af00;
}

.jnt-app {
  --jnt-green: #986b00;
  --jnt-mint: #f4af00;
  --jnt-ink: #1f1711;
  --jnt-paper: #fff9ea;
  --jnt-line: #ded2b3;
  background:
    linear-gradient(90deg, rgba(222, 210, 179, 0.24) 1px, transparent 1px),
    #fffaf0;
  background-size: 28px 28px;
  max-width: 1220px;
}

.jnt-header {
  background:
    linear-gradient(135deg, rgba(244, 175, 0, 0.24), rgba(255, 249, 234, 0.96)),
    #fff9ea;
  border-color: #ded2b3;
  position: relative;
}

.jnt-header h1 {
  color: #1f1711;
}

.jnt-lead {
  color: #4c4033;
  line-height: 1.8;
  margin: 12px 0 0;
}

.jnt-kana-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.jnt-kana-index a {
  background: #ffffff;
  border: 1px solid #ded2b3;
  border-radius: 999px;
  color: #1f1711;
  min-width: 42px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}

.jnt-kana-index a.is-current {
  background: #f4af00;
  border-color: #f4af00;
  font-weight: 800;
}

.jnt-search {
  background: #fff9ea;
  border: 1px solid #ded2b3;
  border-radius: 8px;
  grid-template-columns: minmax(320px, 1.8fr) repeat(5, minmax(112px, 0.7fr)) auto;
  padding: 12px;
}

.jnt-search input,
.jnt-search select,
.jnt-search button {
  border-color: #d9c58b;
  border-radius: 8px;
}

.jnt-search button,
.jnt-pagination .current {
  background: #1f1711;
  border-color: #1f1711;
}

.jnt-kentei-launch {
  align-items: center;
  background:
    radial-gradient(circle at 86% 18%, rgba(244, 175, 0, 0.28), transparent 34%),
    linear-gradient(135deg, #17110d, #071333 58%, #1f1711);
  border: 1px solid rgba(244, 175, 0, 0.36);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(31, 23, 17, 0.18);
  color: #fff9ea;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 18px 0;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  position: relative;
}

.jnt-kentei-launch::before {
  background:
    linear-gradient(90deg, transparent, rgba(244, 175, 0, 0.42), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 52px);
  content: "";
  inset: 0;
  opacity: 0.44;
  position: absolute;
}

.jnt-kentei-launch > * {
  position: relative;
  z-index: 1;
}

.jnt-kentei-launch span,
.jnt-kentei-kicker {
  color: #f4af00;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 6px;
}

.jnt-kentei-launch strong {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
}

.jnt-kentei-launch p {
  color: rgba(255, 249, 234, 0.82);
  line-height: 1.8;
  margin: 8px 0 0;
}

.jnt-kentei-open,
.jnt-kentei-screen button,
.jnt-kentei-result-actions a {
  align-items: center;
  background: linear-gradient(180deg, #f8c33b, #f4af00);
  border: 1px solid rgba(255, 249, 234, 0.55);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  color: #1f1711;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  text-decoration: none;
}

.jnt-kentei-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(14px, 3vw, 44px);
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 1000000;
}

.jnt-kentei-modal[hidden] {
  display: none;
}

.jnt-kentei-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.jnt-kentei-backdrop {
  background:
    radial-gradient(circle at center, rgba(10, 22, 72, 0.42), rgba(4, 7, 22, 0.88)),
    rgba(4, 7, 22, 0.82);
  inset: 0;
  position: absolute;
}

.jnt-kentei-stage {
  --jnt-kentei-progress: 100;
  background:
    linear-gradient(135deg, rgba(15, 31, 86, 0.98), rgba(8, 11, 34, 0.98) 58%, rgba(31, 23, 17, 0.98)) padding-box,
    conic-gradient(from -90deg, #f4af00 calc(var(--jnt-kentei-progress) * 1%), rgba(255, 249, 234, 0.16) 0) border-box;
  border: 4px solid transparent;
  border-radius: 22px;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.44),
    inset 0 0 80px rgba(244, 175, 0, 0.08);
  color: #fff9ea;
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  max-height: min(760px, 92vh);
  max-width: 980px;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
  position: relative;
  transform: translateY(12px) scale(0.985);
  transition: transform 260ms ease;
  width: min(96vw, 980px);
}

.jnt-kentei-modal.is-open .jnt-kentei-stage {
  transform: translateY(0) scale(1);
}

.jnt-kentei-stage::before {
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 249, 234, 0.13), transparent 18%),
    radial-gradient(circle at 84% 8%, rgba(244, 175, 0, 0.16), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 56px);
  content: "";
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}

.jnt-kentei-stage > * {
  position: relative;
  z-index: 1;
}

.jnt-kentei-close {
  align-items: center;
  background: rgba(255, 249, 234, 0.96);
  border: 1px solid #d8c69c;
  border-radius: 999px;
  color: #1f1711;
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
  z-index: 3;
}

.jnt-kentei-guide {
  align-content: center;
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.jnt-kentei-guide img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
  max-width: 126px;
  width: min(64%, 126px);
}

.jnt-kentei-guide span {
  color: #f4af00;
  font-weight: 900;
}

.jnt-kentei-guide p {
  background: rgba(255, 249, 234, 0.08);
  border: 1px solid rgba(255, 249, 234, 0.16);
  border-radius: 10px;
  color: rgba(255, 249, 234, 0.88);
  line-height: 1.7;
  margin: 0;
  padding: 12px;
}

.jnt-kentei-panel {
  display: grid;
  gap: 18px;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
}

.jnt-kentei-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-right: 44px;
}

.jnt-kentei-head span {
  color: rgba(255, 249, 234, 0.74);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.jnt-kentei-head b {
  align-items: center;
  background: #f4af00;
  border-radius: 999px;
  color: #1f1711;
  display: inline-flex;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 28px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.jnt-kentei-screen {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(255, 249, 234, 0.12), rgba(255, 249, 234, 0.06)),
    rgba(1, 6, 25, 0.46);
  border: 1px solid rgba(255, 249, 234, 0.18);
  border-radius: 16px;
  box-shadow: inset 0 0 34px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 18px;
  min-height: 390px;
  padding: clamp(18px, 3vw, 30px);
}

.jnt-kentei-screen[hidden] {
  display: none;
}

.jnt-kentei-screen h2 {
  color: #fff9ea;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.3;
  margin: 0;
}

.jnt-kentei-screen p {
  color: rgba(255, 249, 234, 0.82);
  line-height: 1.8;
  margin: 0;
}

.jnt-kentei-prompt {
  background:
    linear-gradient(90deg, #f4af00 0 4px, transparent 4px),
    rgba(255, 249, 234, 0.09);
  border: 1px solid rgba(255, 249, 234, 0.18);
  border-radius: 12px;
  color: #fff9ea;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.7;
  padding: 18px 20px 18px 24px;
}

.jnt-kentei-options {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jnt-kentei-options button {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 249, 234, 0.12), rgba(255, 249, 234, 0.06)),
    #10194a;
  border: 1px solid rgba(244, 175, 0, 0.58);
  border-radius: 999px;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.18);
  color: #fff9ea;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 62px;
  padding: 10px 16px;
  text-align: left;
}

.jnt-kentei-options button span {
  align-items: center;
  background: #f4af00;
  border-radius: 999px;
  color: #1f1711;
  display: inline-flex;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.jnt-kentei-options button b {
  font-size: clamp(16px, 2vw, 21px);
  overflow-wrap: anywhere;
}

.jnt-kentei-options button small {
  color: rgba(255, 249, 234, 0.66);
  font-size: 12px;
}

.jnt-kentei-options button.is-correct {
  background: linear-gradient(180deg, rgba(0, 168, 107, 0.96), rgba(0, 117, 83, 0.96));
  border-color: rgba(186, 255, 219, 0.72);
}

.jnt-kentei-options button.is-wrong {
  background: linear-gradient(180deg, rgba(194, 41, 41, 0.96), rgba(118, 16, 31, 0.96));
  border-color: rgba(255, 198, 198, 0.72);
}

.jnt-kentei-feedback {
  color: #f4af00;
  font-weight: 900;
  min-height: 1.8em;
}

.jnt-kentei-feedback.is-wrong {
  color: #ffb1b1;
}

.jnt-kentei-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

html.jnt-kentei-open,
html.jnt-kentei-open body {
  overflow: hidden;
}

.jnt-entry {
  background:
    radial-gradient(circle at 14px 18px, rgba(31, 23, 17, 0.035) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 36%, rgba(152, 107, 0, 0.045) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(152, 107, 0, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 234, 0.98)),
    #fff9ea;
  background-size: 52px 52px, 86px 86px, 32px 100%, auto, auto;
  border-color: #d8c69c;
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: 18px 20px 18px 24px;
  position: relative;
}

.jnt-entry::before {
  background:
    linear-gradient(180deg, rgba(244, 175, 0, 0.16), rgba(152, 107, 0, 0.08)),
    #fff4d2;
  border-right: 1px solid #d8c69c;
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 10px;
}

.jnt-entry::after {
  content: none;
}

.jnt-entry.has-media {
  grid-template-columns: 112px minmax(0, 1fr);
}

.jnt-entry.has-no-media {
  grid-template-columns: 1fr;
}

.jnt-entry-media {
  background: #efe3c1;
  border: 1px solid #d8c69c;
  box-shadow: 0 6px 14px rgba(31, 23, 17, 0.12);
  height: 112px;
  margin-left: 8px;
  width: 112px;
}

.jnt-media-trigger {
  appearance: none;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  cursor: zoom-in;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  text-align: inherit;
}

.jnt-media-trigger .jnt-entry-media {
  margin-left: 0;
}

.jnt-media-trigger:focus-visible {
  outline: 3px solid rgba(244, 175, 0, 0.72);
  outline-offset: 3px;
}

.jnt-app .jnt-media-trigger {
  cursor: zoom-in;
}

.jnt-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(18px, 4vw, 56px);
  pointer-events: none;
  position: fixed;
  transition:
    opacity 240ms ease,
    visibility 0s linear 240ms;
  visibility: hidden;
  z-index: 999999;
}

.jnt-lightbox[hidden] {
  display: none;
}

.jnt-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 260ms ease;
  visibility: visible;
}

.jnt-lightbox__backdrop {
  background: rgba(31, 23, 17, 0.78);
  inset: 0;
  position: absolute;
}

.jnt-lightbox__dialog {
  max-height: 92vh;
  max-width: min(92vw, 1180px);
  opacity: 0;
  position: relative;
  transform: translateY(10px) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
  z-index: 1;
}

.jnt-lightbox.is-open .jnt-lightbox__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.jnt-lightbox__image {
  background: #fff9ea;
  border: 1px solid rgba(255, 244, 210, 0.75);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.36);
  display: block;
  max-height: 92vh;
  max-width: 100%;
  object-fit: contain;
}

.jnt-lightbox__close {
  background: #fff9ea;
  border: 1px solid #d8c69c;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(31, 23, 17, 0.24);
  color: #1f1711;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  height: 36px;
  line-height: 1;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 36px;
  z-index: 2;
}

html.jnt-lightbox-open,
html.jnt-lightbox-open body {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .jnt-lightbox,
  .jnt-lightbox__dialog {
    transition: none;
  }
}

.jnt-entry-body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.jnt-entry-main {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 88px;
}

.jnt-title-block {
  align-items: flex-start;
  align-self: stretch;
  background:
    radial-gradient(circle at 14px 22px, rgba(31, 23, 17, 0.05) 0 0.9px, transparent 1.3px),
    repeating-linear-gradient(180deg, rgba(216, 198, 156, 0.14) 0 1px, transparent 1px 30px),
    linear-gradient(180deg, #fffdf7, #f7edcf);
  background-size: 38px 38px, auto, auto;
  border: 1px solid #d8c69c;
  border-radius: 6px;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  justify-content: stretch;
  min-height: 0;
  padding: 12px 10px;
}

.jnt-title-block::before {
  content: none;
}

.jnt-entry-copy {
  align-self: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  min-width: 0;
}

.jnt-order-badge {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.jnt-entry h2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding-right: 72px;
}

.jnt-title-block h2 {
  grid-column: 1;
  overflow-wrap: anywhere;
  padding-right: 0;
  writing-mode: vertical-rl;
}

.jnt-reading {
  align-self: flex-start;
  color: #7b6b5a;
  font-size: 11px;
  grid-column: 2;
  line-height: 1.35;
  margin: 0;
  max-height: 100%;
  overflow-wrap: anywhere;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.jnt-sato {
  background:
    linear-gradient(180deg, rgba(244, 175, 0, 0.13), rgba(255, 249, 234, 0.72));
  border-left-color: #f4af00;
  border-radius: 0 6px 6px 0;
  color: #1f1711;
  font-size: 17px;
  grid-column: 1;
  line-height: 1.82;
  margin-top: 0;
  padding: 14px 16px;
  position: relative;
}

.jnt-journey-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 8px;
  position: relative;
  z-index: 3;
}

.jnt-journey-badges span {
  background:
    linear-gradient(180deg, rgba(255, 250, 232, 0.94), rgba(255, 244, 210, 0.84));
  border: 1px solid rgba(216, 183, 96, 0.66);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(31, 23, 17, 0.04);
  color: #8a6100;
  display: inline-flex;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  max-width: 100%;
  padding: 3px 6px;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

.jnt-journey-badges span + span {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 249, 234, 0.86));
  color: #5f4a1a;
}

.jnt-definition {
  background: rgba(255, 255, 255, 0.46);
  border-left: 1px solid #eadfbd;
  border-top: 0;
  color: #5d5042;
  font-size: 14px;
  grid-column: 2;
  line-height: 1.72;
  margin-top: 0;
  padding: 8px 0 8px 14px;
}

.jnt-entry-copy > .jnt-definition:first-child {
  border-left: 0;
  grid-column: 1 / -1;
  padding-left: 0;
}

@media (max-width: 860px) {
  .sato-content-hub,
  .sato-list-grid {
    grid-template-columns: 1fr;
  }

  .sato-hub-card {
    min-height: 0;
  }

  .jnt-kentei-launch,
  .jnt-kentei-stage,
  .jnt-kentei-options {
    grid-template-columns: 1fr;
  }

  .jnt-kentei-launch {
    align-items: stretch;
  }

  .jnt-kentei-stage {
    gap: 14px;
    max-height: 94vh;
    min-height: 0;
    overflow-y: auto;
    padding: 16px;
  }

  .jnt-kentei-guide {
    align-items: center;
    grid-template-columns: 70px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .jnt-kentei-guide img {
    grid-row: span 2;
    width: 68px;
  }

  .jnt-kentei-guide p {
    padding: 9px 10px;
  }

  .jnt-kentei-head {
    padding-right: 44px;
  }

  .jnt-kentei-screen {
    min-height: 0;
  }

  .jnt-kentei-options button {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .jnt-kentei-options button small {
    grid-column: 2;
  }

  .jnt-order-badge {
    position: static;
    margin-bottom: 8px;
  }

  .jnt-entry,
  .jnt-entry.has-media,
  .jnt-entry.has-no-media,
  .jnt-entry-main,
  .jnt-entry-copy {
    grid-template-columns: 1fr;
  }

  .jnt-entry {
    padding: 16px;
  }

  .jnt-entry-media {
    height: auto;
    margin-left: 0;
    max-height: 260px;
    width: 100%;
  }

  .jnt-media-trigger {
    display: block;
    margin: 0;
    width: 100%;
  }

  .jnt-title-block {
    align-items: flex-start;
    min-height: 0;
    padding: 14px;
    grid-template-columns: 1fr;
    writing-mode: horizontal-tb;
  }

  .jnt-title-block h2 {
    writing-mode: horizontal-tb;
  }

  .jnt-reading {
    writing-mode: horizontal-tb;
  }

  .jnt-title-block::before {
    content: none;
  }

  .jnt-entry h2 {
    padding-right: 0;
  }

  .jnt-sato {
    font-size: 16px;
  }

  .jnt-sato,
  .jnt-definition {
    grid-column: auto;
  }

  .jnt-definition {
    border-left: 0;
    border-top: 1px solid #eadfbd;
    padding-left: 0;
    padding-top: 12px;
  }
}

@media (min-width: 761px) {
  .jnt-app {
    background:
      radial-gradient(circle at 18px 24px, rgba(31, 23, 17, 0.035) 0 1px, transparent 1.4px),
      radial-gradient(circle at 86% 12%, rgba(152, 107, 0, 0.04) 0 1px, transparent 1.5px),
      linear-gradient(90deg, rgba(222, 210, 179, 0.2) 1px, transparent 1px),
      #fffaf0;
    background-size: 46px 46px, 78px 78px, 24px 100%, auto;
    max-width: 1680px;
  }

  .jnt-results {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }

  .jnt-entry,
  .jnt-entry.has-media,
  .jnt-entry.has-no-media {
    background:
      radial-gradient(circle at 16px 20px, rgba(31, 23, 17, 0.052) 0 0.9px, transparent 1.25px),
      radial-gradient(circle at 82% 28%, rgba(152, 107, 0, 0.05) 0 1px, transparent 1.45px),
      repeating-linear-gradient(90deg, rgba(216, 198, 156, 0.34) 0 1px, transparent 1px 34px),
      repeating-linear-gradient(180deg, rgba(216, 198, 156, 0.13) 0 1px, transparent 1px 31px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 234, 0.98)),
      #fff9ea;
    background-blend-mode: multiply, multiply, normal, normal, normal, normal;
    background-size: 42px 42px, 76px 76px, auto, auto, auto, auto;
    border-radius: 4px;
    box-shadow:
      inset 0 0 54px rgba(152, 107, 0, 0.055),
      0 4px 12px rgba(31, 23, 17, 0.06);
    display: block;
    height: 468px;
    min-height: 0;
    padding: 12px 12px 12px 18px;
  }

  .jnt-entry::before {
    width: 6px;
  }

  .jnt-entry::after {
    content: none;
    font-size: 64px;
    right: 38px;
    top: 2px;
  }

  .jnt-entry-media {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    margin: 0;
    max-height: 96px;
    object-fit: cover;
    width: 100%;
  }

  .jnt-media-trigger {
    display: block;
    margin: 0 0 8px;
    width: min(100%, 128px);
  }

  .jnt-entry-body {
    display: block;
  }

  .jnt-entry-main {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 72px;
    margin-top: -12px;
  }

  .jnt-title-block {
    align-items: flex-start;
    border-radius: 3px;
    gap: 6px;
    grid-template-columns: 1fr auto;
    justify-content: flex-start;
    min-height: 292px;
    padding: 10px 7px;
    box-shadow: inset 0 0 24px rgba(152, 107, 0, 0.055);
    transform: translateY(-28px);
  }

  .jnt-entry.has-no-media .jnt-entry-main {
    margin-top: 10px;
  }

  .jnt-entry.has-no-media .jnt-title-block {
    transform: none;
  }

  .jnt-title-block::before {
    content: none;
  }

  .jnt-entry h2 {
    font-size: clamp(23px, 1.9vw, 32px);
    line-height: 1.22;
  }

  .jnt-reading {
    align-self: flex-start;
    color: rgba(103, 88, 73, 0.86);
    font-size: 10px;
    line-height: 1.28;
    max-height: 100%;
    overflow: hidden;
  }

  .jnt-meta {
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 4px 82px 12px 0;
    min-height: 26px;
    overflow: hidden;
  }

  .jnt-meta span,
  .jnt-order-badge {
    border-radius: 4px;
    font-size: 11px;
    padding: 2px 6px;
  }

  .jnt-meta span {
    flex: 0 1 auto;
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .jnt-order-badge {
    background:
      linear-gradient(180deg, rgba(255, 250, 230, 0.98), rgba(255, 238, 180, 0.88));
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    color: #6f4a00;
    font-size: 13px;
    font-weight: 700;
    right: 10px;
    top: 10px;
  }

  .jnt-entry-copy {
    display: block;
    min-width: 0;
    overflow: hidden;
    position: relative;
  }

  .jnt-entry-copy::before {
    background:
      radial-gradient(ellipse at 24% 18%, rgba(152, 107, 0, 0.055), transparent 28%),
      radial-gradient(ellipse at 82% 78%, rgba(31, 23, 17, 0.035), transparent 24%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }

  .jnt-entry-copy::after {
    background: linear-gradient(90deg, rgba(255, 249, 234, 0.9), rgba(255, 249, 234, 0));
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 0;
  }

  .jnt-sato,
  .jnt-definition {
    position: relative;
    z-index: 1;
  }

  .jnt-sato {
    border-left-width: 3px;
    border-radius: 0 3px 3px 0;
    font-size: 15px;
    line-height: 1.76;
    margin: 0;
    padding: 12px 10px 12px 14px;
  }

  .jnt-definition {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 244, 210, 0.24));
    border-left: 0;
    border-top: 1px solid #eadfbd;
    font-size: 13px;
    line-height: 1.68;
    margin-top: 10px;
    padding: 12px 4px 6px 34px;
  }

  .jnt-definition b {
    color: #986b00;
    font-size: 11px;
    font-weight: 800;
    inset: 10px auto auto 8px;
    letter-spacing: 0;
    line-height: 1.15;
    position: absolute;
    z-index: 2;
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }

  .jnt-sato p,
  .jnt-definition p {
    line-break: strict;
    margin: 0 0 0.75em;
    overflow-wrap: anywhere;
    text-shadow: 0 0 0.01px rgba(31, 23, 17, 0.3);
    word-break: normal;
  }

}

@media (min-width: 1025px) {
  .jnt-entry-main {
    gap: 9px;
    grid-template-columns: minmax(0, 1fr) 64px;
    margin-top: -18px;
  }

  .jnt-entry,
  .jnt-entry.has-media,
  .jnt-entry.has-no-media {
    height: 560px;
  }

  .jnt-title-block {
    min-height: 410px;
    transform: translateY(-44px);
  }

  .jnt-entry.has-no-media .jnt-entry-main {
    margin-top: 22px;
  }

  .jnt-entry.has-no-media .jnt-title-block {
    transform: none;
  }

  .jnt-reading {
    max-height: 100%;
  }

  .jnt-title-block h2 {
    text-shadow: 0.25px 0 rgba(31, 23, 17, 0.16);
  }

  .jnt-entry-copy {
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(112px, 0.52fr) minmax(0, 1fr);
    overflow: visible;
  }

  .jnt-sato,
  .jnt-definition {
    box-sizing: border-box;
    height: 410px;
    max-width: 100%;
    overflow: hidden;
    text-orientation: mixed;
    width: 100%;
    writing-mode: vertical-rl;
  }

  .jnt-sato {
    border-left: 0;
    border-top: 3px solid #f4af00;
    color: #1f1711;
    font-size: 14px;
    grid-column: 2;
    grid-row: 1;
    line-height: 1.56;
    overflow: visible;
    padding: 8px 8px;
  }

  .jnt-sato::before {
    background:
      linear-gradient(180deg, rgba(255, 250, 232, 0.86), rgba(255, 244, 210, 0.76));
    border: 1px solid rgba(216, 183, 96, 0.52);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(31, 23, 17, 0.04);
    color: #8a6100;
    content: "辞書の旅";
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    padding: 2px 6px 2px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 0;
    transform: translateY(-100%);
    white-space: nowrap;
    writing-mode: horizontal-tb;
    z-index: 12;
  }

  .jnt-sato::before {
    content: none;
  }

  .jnt-journey-badges {
    margin: 0;
    position: absolute;
    right: 8px;
    top: 0;
    transform: translateY(-100%);
    z-index: 16;
  }

  .jnt-journey-badges span {
    font-size: 9px;
    padding: 2px 6px;
  }

  .jnt-definition {
    border-top: 1px solid #eadfbd;
    color: #5d5042;
    font-size: 11.5px;
    grid-column: 1;
    grid-row: 1;
    line-height: 1.52;
    padding: 8px 36px 8px 5px;
  }

  .jnt-entry-copy > .jnt-sato:only-child,
  .jnt-entry-copy > .jnt-definition:only-child {
    grid-column: 1 / -1;
  }

  .jnt-definition b {
    border-left: 1px solid rgba(152, 107, 0, 0.26);
    background: rgba(255, 249, 234, 0.9);
    color: #986b00;
    display: block;
    font-size: 10px;
    inset: 7px 4px auto auto;
    margin-left: 0;
    padding: 2px 2px 2px 4px;
    position: absolute;
    z-index: 2;
    writing-mode: vertical-rl;
  }

  .jnt-sato p,
  .jnt-definition p {
    margin: 0 0 0 0.62em;
  }

}

.jnt-app.is-focus-mode {
  max-width: 1680px;
}

.jnt-app.is-focus-mode .jnt-results {
  margin-top: 0;
}

@media (min-width: 761px) {
  .jnt-app.is-focus-mode .jnt-results {
    grid-template-columns: minmax(0, 1fr);
  }

  .jnt-app.is-focus-mode .jnt-entry,
  .jnt-app.is-focus-mode .jnt-entry.has-media,
  .jnt-app.is-focus-mode .jnt-entry.has-no-media {
    height: clamp(520px, 62vh, 700px);
    padding: 22px 24px 24px 32px;
  }

  .jnt-app.is-focus-mode .jnt-entry::after {
    color: rgba(152, 107, 0, 0.075);
    content: attr(data-focus-word);
    display: block;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    font-size: clamp(68px, 8vw, 128px);
    font-weight: 700;
    inset: 70px 30% auto auto;
    letter-spacing: 0;
    line-height: 1.05;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-orientation: mixed;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: none;
    white-space: nowrap;
    writing-mode: vertical-rl;
    z-index: 0;
  }

  .jnt-app.is-focus-mode .jnt-media-trigger,
  .jnt-app.is-focus-mode .jnt-entry-media,
  .jnt-app.is-focus-mode .jnt-entry-body {
    position: relative;
    z-index: 1;
  }

  .jnt-app.is-focus-mode .jnt-media-trigger {
    margin-bottom: 22px;
    max-width: min(100%, 190px);
    width: fit-content;
  }

  .jnt-app.is-focus-mode .jnt-entry-media {
    max-height: 142px;
    max-width: 190px;
    width: auto;
  }

  .jnt-app.is-focus-mode .jnt-entry-main {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) clamp(148px, 10vw, 184px);
    margin-top: 4px;
  }

  .jnt-app.is-focus-mode .jnt-title-block {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) 20px;
    min-height: clamp(430px, 54vh, 560px);
    overflow: hidden;
    transform: translateY(-28px);
  }

  .jnt-app.is-focus-mode .jnt-title-block h2 {
    font-size: clamp(26px, 2.35vw, 38px);
    line-height: 1.18;
    max-height: 100%;
    overflow: hidden;
  }

  .jnt-app.is-focus-mode .jnt-reading {
    font-size: 11px;
    line-height: 1.28;
    max-height: 100%;
  }

  .jnt-app.is-focus-mode .jnt-order-badge {
    right: 34px;
    top: -88px;
  }

  .jnt-app.is-focus-mode .jnt-entry-copy {
    gap: 18px;
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  }

  .jnt-app.is-focus-mode .jnt-sato,
  .jnt-app.is-focus-mode .jnt-definition {
    height: 360px;
  }

  .jnt-app.is-focus-mode .jnt-sato {
    font-size: 17px;
    line-height: 1.66;
    padding: 14px 16px;
  }

  .jnt-app.is-focus-mode .jnt-definition {
    font-size: 13px;
    line-height: 1.55;
    padding: 12px 28px 10px 8px;
  }
}

@media (min-width: 1320px) {
  .jnt-app.is-focus-mode .jnt-entry-main {
    grid-template-columns: minmax(0, 1fr) clamp(168px, 9.5vw, 198px);
  }

  .jnt-app.is-focus-mode .jnt-entry-copy {
    grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
  }

  .jnt-app.is-focus-mode .jnt-sato,
  .jnt-app.is-focus-mode .jnt-definition {
    height: 430px;
  }
}
