body.nt-home-active {
  --nt-bg: #f7faff;
  --nt-paper: #ffffff;
  --nt-ink: #101522;
  --nt-muted: #647186;
  --nt-blue: #155ee8;
  --nt-blue-bright: #246bfe;
  --nt-blue-soft: #edf3ff;
  --nt-border: #e4ebf5;
  --nt-shadow: 0 8px 24px rgba(28, 56, 104, 0.07);
  --nt-shadow-hover: 0 14px 34px rgba(28, 56, 104, 0.13);
  --nt-radius: 12px;
  --nt-container: 1400px;
  --nt-speed: 180ms;
  --nt-lift: -3px;
  --nt-scale: 1.025;
}

@media (prefers-reduced-motion: reduce) {
  body.nt-home-active {
    --nt-speed: 0.01ms;
    --nt-lift: 0;
    --nt-scale: 1;
  }
}

body.nt-home-active [class^="nt-"],
body.nt-home-active [class*=" nt-"],
body.nt-home-active #content,
body.nt-home-active #content-in,
body.nt-home-active #main,
body.nt-home-active #sidebar,
body.nt-home-active #footer,
body.nt-home-active #footer-in {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nt-home-active {
  margin: 0;
  color: var(--nt-ink);
  background: var(--nt-bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

body.nt-home-active img {
  display: block;
  max-width: 100%;
}

body.nt-home-active button,
body.nt-home-active input {
  font: inherit;
}

body.nt-home-active button,
body.nt-home-active a {
  -webkit-tap-highlight-color: transparent;
}

body.nt-home-active :focus-visible {
  outline: 3px solid rgba(36, 107, 254, 0.7);
  outline-offset: 3px;
}

body.nt-home-active #header-container,
body.nt-home-active .mobile-menu-buttons,
body.nt-home-active .mobile-header-menu-buttons,
body.nt-home-active .mobile-footer-menu-buttons {
  display: none;
}

body.nt-home-active #content {
  margin: 0;
  padding: 0;
  background: var(--nt-bg);
}

body.nt-home-active #content-in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 36px;
  padding-top: 20px;
  padding-bottom: 34px;
}

body.nt-home-active #main {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.nt-home-active #sidebar {
  display: grid !important;
  align-content: start;
  gap: 12px;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

body.nt-home-active #footer {
  margin: 0;
  border-top: 1px solid var(--nt-border);
  background: #ffffff;
}

body.nt-home-active #footer-in {
  min-height: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
}

body.nt-home-active #footer .footer-bottom-logo,
body.nt-home-active #footer .navi-footer {
  display: none;
}

.nt-container,
body.nt-home-active #content-in {
  width: min(calc(100% - 32px), var(--nt-container));
  margin-inline: auto;
}

.nt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nt-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--nt-border);
  backdrop-filter: blur(12px);
}

.nt-header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nt-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 275px;
  color: var(--nt-ink);
  text-decoration: none;
}

.nt-brand__mark {
  width: 52px;
  height: 52px;
  object-fit: cover;
}

.nt-brand strong,
.nt-brand small {
  display: block;
}

.nt-brand strong {
  font-size: 21px;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.nt-brand small {
  margin-top: 1px;
  color: #6c7788;
  font-size: 11px;
  font-weight: 600;
}

.nt-nav {
  display: flex;
  align-self: stretch;
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 32px);
  margin-left: auto;
}

.nt-nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: #202737;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.nt-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
  height: 2px;
  background: var(--nt-blue-bright);
  transform: scaleX(0);
  transition: transform var(--nt-speed) ease;
}

.nt-nav a:hover,
.nt-nav a.is-current {
  color: var(--nt-blue);
}

.nt-nav a:hover::after,
.nt-nav a.is-current::after {
  transform: scaleX(1);
}

.nt-header__tools {
  display: flex;
  align-items: center;
}

.nt-icon-button,
.nt-menu-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #172033;
  background: transparent;
  cursor: pointer;
}

.nt-icon-button:hover,
.nt-menu-button:hover {
  color: var(--nt-blue);
  background: var(--nt-blue-soft);
}

.nt-icon-button {
  font-size: 20px;
}

.nt-menu-button {
  display: none;
  font-size: 25px;
}

.nt-header-search {
  border-top: 1px solid var(--nt-border);
  background: #ffffff;
}

.nt-header-search__inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(200px, 560px) auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.nt-header-search label {
  font-weight: 800;
}

.nt-header-search input,
.nt-search-widget input {
  height: 42px;
  min-width: 0;
  border: 1px solid #dbe4f1;
  border-radius: 7px;
  color: var(--nt-ink);
  background: #fbfdff;
}

.nt-header-search input {
  padding-inline: 14px;
}

.nt-header-search button,
.nt-search-widget button {
  border: 0;
  border-radius: 7px;
  color: #ffffff;
  background: var(--nt-blue);
  cursor: pointer;
}

.nt-header-search button {
  height: 42px;
  padding-inline: 18px;
}

.nt-search-message {
  grid-column: 1 / -1;
  margin: -8px 0 4px;
  color: var(--nt-muted);
  font-size: 12px;
  text-align: center;
}

.nt-content-column {
  min-width: 0;
}

.nt-hero {
  min-height: 296px;
  display: grid;
  grid-template-columns: minmax(0, 59%) minmax(310px, 41%);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 46%, rgba(205, 220, 255, 0.66), transparent 220px),
    linear-gradient(100deg, #ffffff 0%, #ffffff 48%, #f3f7ff 100%);
}

.nt-hero__copy {
  padding: 13px 8px 13px 6px;
}

.nt-kicker {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 3px 13px;
  border-radius: 999px;
  color: var(--nt-blue);
  background: #e9f0ff;
  font-size: 12px;
  font-weight: 850;
}

.nt-hero h1 {
  margin: 14px 0 12px;
  color: #0d1421;
  font-size: clamp(28px, 2.3vw, 37px);
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 1.42;
}

.nt-hero__copy > p {
  margin: 0;
  color: #354257;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.8;
}

.nt-actions {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

.nt-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 19px;
  border: 1px solid rgba(36, 107, 254, 0.7);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--nt-speed) ease, box-shadow var(--nt-speed) ease, background-color var(--nt-speed) ease;
}

.nt-button:hover {
  transform: translateY(var(--nt-lift));
}

body.nt-home-active .nt-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0b55d8, #1267ed);
  box-shadow: 0 9px 20px rgba(21, 94, 232, 0.2);
}

.nt-button--secondary {
  color: var(--nt-blue);
  background: #ffffff;
}

.nt-hero__media {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-hero__media img {
  width: 100%;
  max-height: 286px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.nt-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
}

.nt-widget,
.nt-pickup,
.nt-card {
  border: 1px solid var(--nt-border);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--nt-shadow);
}

.nt-widget {
  padding: 14px;
  border-radius: var(--nt-radius);
}

.nt-widget h2 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 850;
}

.nt-about__body {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
}

.nt-about__body img {
  width: 54px;
  height: 54px;
  object-fit: cover;
}

.nt-about__body p {
  margin: 0;
  color: #414d60;
  font-size: 10.5px;
  line-height: 1.65;
}

.nt-text-link {
  display: block;
  margin-top: 5px;
  color: var(--nt-blue);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
}

.nt-search-widget {
  padding: 6px;
}

.nt-search-widget form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
}

.nt-search-widget input {
  height: 38px;
  padding-inline: 12px;
  border-radius: 6px 0 0 6px;
  font-size: 12px;
}

.nt-search-widget button {
  border-radius: 0 6px 6px 0;
  font-size: 17px;
}

.nt-search-widget .nt-search-message {
  grid-column: 1 / -1;
  margin: 6px 0 0;
}

.nt-ranking {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-ranking li {
  min-width: 0;
  display: grid;
  grid-template-columns: 21px 60px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
}

.nt-ranking li > span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 4px;
  color: #ffffff;
  background: var(--nt-blue);
  font-size: 11px;
  font-weight: 850;
}

.nt-ranking img {
  width: 60px;
  height: 38px;
  border-radius: 4px;
  object-fit: cover;
}

.nt-ranking a {
  display: -webkit-box;
  overflow: hidden;
  color: #252d3c;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nt-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-categories li + li {
  border-top: 1px solid #edf1f6;
}

.nt-categories a {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  color: #30394a;
  font-size: 11.5px;
  text-decoration: none;
}

.nt-categories span {
  color: #727e90;
}

.nt-pickup {
  min-height: 154px;
  position: relative;
  padding: 8px 14px 10px;
  border-radius: var(--nt-radius);
}

.nt-eyebrow {
  margin: 0 0 2px;
  color: var(--nt-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nt-pickup__grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr) 34px;
  gap: 18px;
  align-items: center;
}

.nt-pickup__image {
  height: 116px;
  overflow: hidden;
  border-radius: 7px;
}

.nt-pickup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-label {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  color: var(--nt-blue);
  background: #e8f0ff;
  font-size: 10px;
  font-weight: 850;
}

.nt-pickup h2 {
  margin: 5px 0 5px;
  font-size: 17px;
  line-height: 1.35;
}

.nt-pickup h2 a,
.nt-card h3 a {
  color: var(--nt-ink);
  text-decoration: none;
}

.nt-pickup__body > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--nt-muted);
  font-size: 11.5px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nt-meta {
  display: flex;
  gap: 18px;
  margin-top: 7px;
  color: #7e8999;
  font-size: 10px;
}

.nt-meta span,
.nt-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nt-round-link {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--nt-blue);
  text-decoration: none;
}

.nt-latest {
  padding-top: 10px;
}

.nt-latest > h2 {
  margin: 0 0 5px 5px;
  font-size: 15px;
}

.nt-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.nt-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 9px;
  transition: transform var(--nt-speed) ease, box-shadow var(--nt-speed) ease;
}

.nt-card:hover {
  transform: translateY(var(--nt-lift));
  box-shadow: var(--nt-shadow-hover);
}

.nt-card__image {
  display: block;
  height: 84px;
  overflow: hidden;
}

.nt-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--nt-speed) ease;
}

.nt-card:hover .nt-card__image img {
  transform: scale(var(--nt-scale));
}

.nt-card__body {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  padding: 9px 10px 8px;
}

.nt-category {
  width: fit-content;
  color: var(--nt-blue);
  font-size: 9.5px;
  font-weight: 850;
  text-decoration: none;
}

.nt-card h3 {
  display: -webkit-box;
  margin: 3px 0 4px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nt-card__body > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--nt-muted);
  font-size: 10px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nt-date {
  margin-top: auto;
  color: #8a94a3;
  font-size: 9px;
}

.nt-all-posts {
  margin-top: 7px;
  text-align: center;
}

.nt-all-posts a {
  width: min(320px, 100%);
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid rgba(36, 107, 254, 0.65);
  border-radius: 4px;
  color: var(--nt-blue);
  background: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  text-decoration: none;
}

.nt-features {
  border-top: 1px solid #dfe8f7;
  background: linear-gradient(90deg, #f0f5ff, #edf3ff);
}

.nt-features__grid {
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 24px;
}

.nt-features__grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.nt-features i {
  color: var(--nt-blue);
  font-size: 29px;
}

.nt-features p,
.nt-features strong,
.nt-features span {
  display: block;
}

.nt-features p {
  margin: 0;
}

.nt-features strong {
  color: var(--nt-blue);
  font-size: 12px;
}

.nt-features span {
  color: #788396;
  font-size: 9.5px;
}

@media (max-width: 1180px) {
  .nt-brand {
    min-width: 230px;
  }

  .nt-nav {
    gap: 14px;
  }

  .nt-nav a {
    font-size: 12px;
  }

  body.nt-home-active #content-in {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
  }

  .nt-hero {
    grid-template-columns: minmax(0, 57%) minmax(290px, 43%);
  }

  .nt-pickup__grid {
    grid-template-columns: 250px minmax(0, 1fr) 30px;
  }
}

@media (max-width: 980px) {
  .nt-header__inner {
    min-height: 70px;
  }

  .nt-brand {
    min-width: 0;
    margin-right: auto;
  }

  .nt-nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    height: auto;
    align-self: auto;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--nt-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--nt-shadow-hover);
  }

  .nt-nav.is-open {
    display: flex;
  }

  .nt-nav a {
    min-height: 42px;
    padding: 0 12px;
  }

  .nt-nav a::after {
    display: none;
  }

  .nt-menu-button {
    display: inline-grid;
    place-items: center;
  }

  body.nt-home-active #content-in {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  body.nt-home-active {
    font-size: 14px;
  }

  .nt-container,
  body.nt-home-active #content-in {
    width: min(calc(100% - 24px), var(--nt-container));
  }

  .nt-brand__mark {
    width: 44px;
    height: 44px;
  }

  .nt-brand strong {
    font-size: 17px;
  }

  .nt-brand small {
    font-size: 9px;
  }

  .nt-header-search__inner {
    grid-template-columns: 1fr auto;
    padding-block: 12px;
  }

  .nt-header-search label {
    grid-column: 1 / -1;
  }

  .nt-header-search button span {
    display: none;
  }

  body.nt-home-active #content-in {
    padding-top: 0;
  }

  .nt-hero {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .nt-hero__copy {
    padding-inline: 0;
  }

  .nt-hero h1 {
    font-size: clamp(27px, 8vw, 34px);
    letter-spacing: 0;
  }

  .nt-hero__copy > p br {
    display: none;
  }

  .nt-hero__media {
    max-height: 230px;
  }

  .nt-hero__media img {
    max-height: 230px;
  }

  .nt-actions {
    gap: 10px;
  }

  .nt-button {
    flex: 1;
    padding-inline: 12px;
  }

  .nt-pickup {
    margin-top: 12px;
  }

  .nt-pickup__grid {
    grid-template-columns: 1fr;
  }

  .nt-pickup__image {
    height: 190px;
  }

  .nt-round-link {
    display: none;
  }

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

  .nt-card__image {
    height: 120px;
  }

  .nt-sidebar {
    grid-template-columns: 1fr;
  }

  .nt-features__grid {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 16px;
  }
}

@media (max-width: 480px) {
  .nt-icon-button,
  .nt-menu-button {
    width: 38px;
    height: 38px;
  }

  .nt-hero__media {
    max-height: 190px;
  }

  .nt-hero__media img {
    max-height: 190px;
  }

  .nt-actions {
    flex-direction: column;
  }

  .nt-card-grid,
  .nt-features__grid {
    grid-template-columns: 1fr;
  }

  .nt-card {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
  }

  .nt-card__image {
    height: 100%;
    min-height: 154px;
  }

  .nt-features__grid > div {
    justify-content: flex-start;
  }
}