:root {
  color-scheme: light;
  --tw-navy: #06214a;
  --tw-navy-2: #0a3768;
  --tw-ink: #223247;
  --tw-muted: #58697c;
  --tw-line: #d6e2e9;
  --tw-paper: #ffffff;
  --tw-soft: #f2f7fa;
  --tw-teal: #00867f;
  --tw-teal-dark: #006b67;
  --tw-gold: #e3a32b;
  --tw-red: #b84b4b;
  --tw-shadow: 0 16px 36px rgba(6, 33, 74, 0.09);
  --tw-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --tw-sans: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--tw-soft);
  color: var(--tw-ink);
  font-family: var(--tw-sans);
  line-height: 1.75;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.tw-shell {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.tw-skip {
  background: #ffffff;
  border: 2px solid var(--tw-teal);
  border-radius: 0 0 8px 8px;
  color: var(--tw-navy);
  font-weight: 900;
  left: 1rem;
  padding: 0.65rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.tw-skip:focus {
  top: 0;
}

.tw-header {
  background: #ffffff;
  border-bottom: 1px solid var(--tw-line);
  position: relative;
  z-index: 20;
}

.tw-header__main {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  min-height: 86px;
  padding-block: 0.9rem;
}

.tw-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
  text-decoration: none;
}

.tw-brand__mark {
  align-items: center;
  background: linear-gradient(145deg, var(--tw-teal), var(--tw-navy));
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.tw-brand__mark svg {
  height: 31px;
  width: 31px;
}

.tw-brand > span:last-child {
  display: grid;
  gap: 0.08rem;
}

.tw-brand strong {
  color: var(--tw-navy);
  font-family: var(--tw-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.2;
}

.tw-brand small {
  color: var(--tw-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.tw-header__download {
  align-items: center;
  background: var(--tw-teal);
  border: 2px solid var(--tw-teal);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.tw-header__download:hover,
.tw-header__download:focus-visible {
  background: var(--tw-teal-dark);
  border-color: var(--tw-teal-dark);
}

.tw-nav {
  background: var(--tw-navy);
  color: #ffffff;
  overflow-x: auto;
}

.tw-nav .tw-shell {
  display: flex;
  min-width: max-content;
}

.tw-nav a {
  border-bottom: 3px solid transparent;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 850;
  min-height: 48px;
  padding: 0.7rem 0.85rem 0.55rem;
  text-decoration: none;
}

.tw-nav a:hover,
.tw-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: #80e0da;
  outline: 0;
}

.tw-hero {
  background:
    radial-gradient(circle at 88% 8%, rgba(80, 216, 204, 0.22), transparent 29%),
    linear-gradient(125deg, #061c40 0%, #073467 64%, #006b67 135%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.tw-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  height: 480px;
  pointer-events: none;
  position: absolute;
  right: -235px;
  top: -245px;
  width: 480px;
}

.tw-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(1.8rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  min-height: 480px;
  padding-block: clamp(3rem, 7vw, 5.8rem);
  position: relative;
  z-index: 1;
}

.tw-eyebrow,
.tw-hero h1,
.tw-hero__lead,
.tw-hero__summary {
  margin: 0;
}

.tw-eyebrow {
  color: #7ee3dc;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.tw-hero h1 {
  font-family: var(--tw-serif);
  font-size: clamp(2.4rem, 5.2vw, 4.6rem);
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-top: 0.65rem;
}

.tw-hero__lead {
  color: #ffd266;
  font-family: var(--tw-serif);
  font-size: clamp(1.35rem, 2.7vw, 2.2rem);
  font-weight: 800;
  line-height: 1.35;
  margin-top: 0.3rem;
}

.tw-hero__summary {
  color: rgba(255, 255, 255, 0.91);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.95;
  margin-top: 1.25rem;
  max-width: 780px;
}

.tw-hero__summary strong {
  color: #ffffff;
  font-size: 1.13em;
}

.tw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.tw-hero__actions a {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 1rem;
  text-decoration: none;
}

.tw-hero__actions a:first-child {
  background: #ffd266;
  border-color: #ffd266;
  color: var(--tw-navy);
}

.tw-hero__actions a:hover,
.tw-hero__actions a:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--tw-navy);
  outline: 0;
}

.tw-hero__note {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.tw-hero__note span {
  color: #7ee3dc;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.tw-hero__note strong {
  font-family: var(--tw-serif);
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  line-height: 1.5;
}

.tw-hero__note p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
}

.tw-section {
  background: #ffffff;
  padding-block: clamp(3.5rem, 7vw, 6.2rem);
}

.tw-section--soft {
  background: var(--tw-soft);
}

.tw-section--dark,
.tw-section--method {
  background: linear-gradient(135deg, #071e3f 0%, #0a315d 100%);
  color: #ffffff;
}

.tw-section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.tw-section-heading > div {
  display: grid;
  gap: 0.2rem;
}

.tw-section-heading p,
.tw-section-heading h2 {
  margin: 0;
}

.tw-section-heading p {
  color: var(--tw-teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.tw-section-heading h2 {
  color: var(--tw-navy);
  font-family: var(--tw-serif);
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  line-height: 1.25;
}

.tw-section-heading > span {
  color: var(--tw-muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-align: right;
}

.tw-section-heading--light p {
  color: #7ee3dc;
}

.tw-section-heading--light h2,
.tw-section-heading--light > span {
  color: #ffffff;
}

.tw-section-heading--light > a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  min-height: 44px;
  padding: 0.55rem 0.9rem;
  text-decoration: none;
}

.tw-section-heading--light > a:hover,
.tw-section-heading--light > a:focus-visible {
  background: #ffffff;
  color: var(--tw-navy);
}

.tw-metric-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tw-metric {
  background: #ffffff;
  border: 1px solid var(--tw-line);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(6, 33, 74, 0.05);
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: 1.1rem;
}

.tw-metric > span {
  color: var(--tw-muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.tw-metric > strong {
  color: var(--tw-navy);
  font-family: var(--tw-serif);
  font-size: clamp(1.5rem, 2.3vw, 2.15rem);
  line-height: 1.15;
  white-space: nowrap;
}

.tw-metric--duration > strong {
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
  letter-spacing: -0.045em;
}

.tw-metric > p {
  color: var(--tw-muted);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.tw-metric--primary {
  border-top: 5px solid var(--tw-teal);
}

.tw-metric--attention {
  border-top: 5px solid var(--tw-gold);
}

.tw-metric--alert {
  border-top: 5px solid var(--tw-red);
}

.tw-metric--target {
  border: 2px dashed #a7651f;
}

.tw-definition {
  align-items: start;
  background: #eaf5f4;
  border: 1px solid #cbe2df;
  border-radius: 12px;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  margin-top: 1.2rem;
  padding: 1.25rem 1.35rem;
}

.tw-definition > div {
  display: grid;
  gap: 0.25rem;
}

.tw-definition strong {
  color: var(--tw-navy);
  font-size: 0.96rem;
}

.tw-definition p {
  color: #3e5363;
  font-size: 0.84rem;
  font-weight: 650;
  margin: 0;
}

.tw-definition a {
  align-items: center;
  align-self: center;
  border: 1px solid var(--tw-teal);
  border-radius: 999px;
  color: var(--tw-teal-dark);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
  white-space: nowrap;
}

.tw-chart-grid,
.tw-detail-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-chart-card {
  background: #ffffff;
  border: 1px solid rgba(6, 33, 74, 0.13);
  border-radius: 12px;
  box-shadow: var(--tw-shadow);
  color: var(--tw-ink);
  display: grid;
  gap: 0.9rem;
  margin: 0;
  min-width: 0;
  padding: clamp(1.1rem, 2.3vw, 1.6rem);
}

.tw-chart-card--wide {
  grid-column: 1 / -1;
}

.tw-chart-card figcaption {
  display: grid;
  gap: 0.22rem;
}

.tw-chart-card figcaption > span {
  color: var(--tw-teal-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.tw-chart-card h3 {
  color: var(--tw-navy);
  font-family: var(--tw-serif);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.35;
  margin: 0;
}

.tw-chart-summary {
  color: #354a60;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
}

.tw-chart-scroll {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-inline: contain;
}

.tw-chart {
  height: 370px;
  min-width: 0;
  width: 100%;
}

.tw-chart svg text {
  stroke: none;
}

.tw-chart--bands {
  height: 330px;
}

.tw-chart--role {
  height: 460px;
}

.tw-chart--history {
  height: 390px;
}

.tw-chart--tokyo {
  height: 440px;
}

.tw-swipe-hint {
  color: var(--tw-muted);
  display: none;
  font-size: 0.72rem;
  font-weight: 800;
  margin: 0;
  text-align: center;
}

.tw-chart-note {
  background: #f2f6f8;
  border-left: 4px solid #8aa5b8;
  color: var(--tw-muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0;
  padding: 0.65rem 0.75rem;
}

.tw-source-line {
  border-top: 1px solid var(--tw-line);
  color: var(--tw-muted);
  font-size: 0.72rem;
  font-weight: 650;
  margin: 0;
  padding-top: 0.75rem;
}

.tw-source-line a {
  color: var(--tw-teal-dark);
  font-weight: 850;
}

.tw-source-line a:hover,
.tw-source-line a:focus-visible {
  text-decoration-thickness: 2px;
}

.tw-data-disclosure {
  border: 1px solid var(--tw-line);
  border-radius: 8px;
  overflow: hidden;
}

.tw-data-disclosure > summary {
  background: #f5f8fa;
  color: var(--tw-navy);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  list-style-position: inside;
  min-height: 44px;
  padding: 0.65rem 0.8rem;
}

.tw-data-disclosure > summary:hover,
.tw-data-disclosure > summary:focus-visible {
  background: #eaf5f4;
}

.tw-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.tw-table-wrap table {
  border-collapse: collapse;
  min-width: 610px;
  width: 100%;
}

.tw-table-wrap caption {
  color: var(--tw-navy);
  font-weight: 900;
  padding: 0.8rem;
  text-align: left;
}

.tw-table-wrap th,
.tw-table-wrap td {
  border-bottom: 1px solid var(--tw-line);
  font-size: 0.78rem;
  padding: 0.62rem 0.7rem;
  text-align: left;
  vertical-align: top;
}

.tw-table-wrap thead th {
  background: var(--tw-navy);
  color: #ffffff;
  font-weight: 900;
  white-space: nowrap;
}

.tw-table-wrap tbody th {
  color: var(--tw-navy);
  font-weight: 900;
  white-space: nowrap;
}

.tw-table-wrap tbody tr:nth-child(even) {
  background: #f7fafb;
}

.tw-table-wrap tbody tr.is-nagareyama {
  background: #e8f6f4;
}

.tw-table-wrap tbody tr.is-target,
.tw-table-wrap tbody tr.is-target:nth-child(even) {
  background: #fff7e9;
}

.tw-comparison-warning {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  display: grid;
  gap: 0.25rem;
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
}

.tw-comparison-warning strong {
  color: #ffd266;
}

.tw-comparison-warning p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 700;
  margin: 0;
}

.tw-findings,
.tw-request-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-findings article,
.tw-request-grid article {
  background: #ffffff;
  border: 1px solid var(--tw-line);
  border-radius: 10px;
  display: grid;
  gap: 0.45rem;
  padding: 1.25rem;
}

.tw-findings article > span,
.tw-request-grid article > span {
  color: var(--tw-teal);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.tw-findings h3,
.tw-request-grid h3 {
  color: var(--tw-navy);
  font-family: var(--tw-serif);
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 0;
}

.tw-findings p,
.tw-request-grid p {
  color: var(--tw-muted);
  font-size: 0.86rem;
  font-weight: 650;
  margin: 0;
}

.tw-chart-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tw-chart-tabs button {
  background: #ffffff;
  border: 1px solid #a7bac7;
  border-radius: 999px;
  color: var(--tw-navy);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
}

.tw-chart-tabs button[aria-pressed="true"] {
  background: var(--tw-navy);
  border-color: var(--tw-navy);
  color: #ffffff;
}

.tw-chart-tabs button:hover,
.tw-chart-tabs button:focus-visible {
  border-color: var(--tw-teal);
  outline: 2px solid var(--tw-teal);
  outline-offset: 1px;
}

.tw-inline-warning {
  background: #fff7e9;
  border: 1px solid #eed5a7;
  border-radius: 8px;
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
}

.tw-inline-warning strong {
  color: #754819;
  font-size: 0.84rem;
}

.tw-inline-warning p {
  color: #634d36;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0;
}

.tw-table-wrap--matrix {
  background: #ffffff;
  border: 1px solid var(--tw-line);
  border-radius: 10px;
  box-shadow: var(--tw-shadow);
}

.tw-matrix {
  min-width: 930px !important;
}

.tw-matrix th:not(:first-child),
.tw-matrix td {
  text-align: center !important;
}

.tw-matrix td {
  font-size: 1.05rem;
  font-weight: 900;
}

.tw-matrix td.is-yes {
  color: #006f55;
}

.tw-matrix td.is-partial {
  color: #936018;
}

.tw-matrix td.is-no {
  color: #788896;
}

.tw-matrix-legend {
  color: var(--tw-muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0.85rem 0 0;
}

.tw-cause-note {
  background: #eef5f7;
  border-left: 5px solid var(--tw-teal);
  color: #3d5264;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 1rem 0 0;
  padding: 1rem;
}

.tw-method-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-method-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  display: grid;
  gap: 0.4rem;
  padding: 1.05rem;
}

.tw-method-grid h3 {
  color: #ffffff;
  font-family: var(--tw-serif);
  font-size: 1.05rem;
  margin: 0;
}

.tw-method-grid p {
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.82rem;
  font-weight: 650;
  margin: 0;
}

.tw-sources {
  background: #ffffff;
  border-radius: 10px;
  color: var(--tw-ink);
  margin-top: 1.2rem;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
}

.tw-sources h3 {
  color: var(--tw-navy);
  font-family: var(--tw-serif);
  font-size: 1.35rem;
  margin: 0 0 0.8rem;
}

.tw-sources ol {
  display: grid;
  gap: 0;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.tw-sources li {
  border-top: 1px solid var(--tw-line);
  padding: 0.8rem 0.25rem;
}

.tw-sources li::marker {
  color: var(--tw-teal);
  font-weight: 900;
}

.tw-sources a {
  color: var(--tw-navy);
  font-size: 0.88rem;
  font-weight: 900;
}

.tw-sources span {
  color: var(--tw-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  margin-left: 1.35rem;
}

.tw-sources p {
  color: #4c5f72;
  font-size: 0.76rem;
  margin: 0.15rem 0 0 1.35rem;
}

.tw-footer {
  background: #04182f;
  color: #ffffff;
}

.tw-footer .tw-shell {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(230px, 1fr) minmax(0, 1.4fr) auto;
  min-height: 108px;
  padding-block: 1.2rem;
}

.tw-footer div > div {
  display: grid;
  gap: 0.1rem;
}

.tw-footer strong {
  font-family: var(--tw-serif);
  font-size: 1.15rem;
}

.tw-footer span,
.tw-footer p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0;
}

.tw-footer a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
  white-space: nowrap;
}

.tw-footer a:hover,
.tw-footer a:focus-visible {
  background: #ffffff;
  color: var(--tw-navy);
}

@media (max-width: 1080px) {
  .tw-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tw-definition {
    grid-template-columns: 1fr 1fr;
  }

  .tw-definition > a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .tw-findings,
  .tw-request-grid,
  .tw-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .tw-hero__grid {
    grid-template-columns: 1fr;
  }

  .tw-hero__note {
    max-width: 620px;
  }

  .tw-chart-grid,
  .tw-detail-grid {
    grid-template-columns: 1fr;
  }

  .tw-chart-card--wide {
    grid-column: auto;
  }

  .tw-section-heading {
    align-items: start;
    display: grid;
    gap: 0.7rem;
  }

  .tw-section-heading > span {
    text-align: left;
  }

  .tw-footer .tw-shell {
    grid-template-columns: 1fr;
  }

  .tw-footer a {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .tw-header__main {
    align-items: start;
    display: grid;
  }

  .tw-header__download {
    justify-self: start;
  }

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

  .tw-hero__grid {
    min-height: 0;
    padding-block: 3rem;
  }

  .tw-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
  }

  .tw-hero__actions,
  .tw-hero__actions a {
    width: 100%;
  }

  .tw-section {
    padding-block: 3.2rem;
  }

  .tw-metric-grid,
  .tw-findings,
  .tw-request-grid,
  .tw-method-grid,
  .tw-definition {
    grid-template-columns: 1fr;
  }

  .tw-definition > a {
    grid-column: auto;
  }

  .tw-metric > strong {
    white-space: normal;
  }

  .tw-chart-card {
    padding: 1rem 0.85rem;
  }

  .tw-chart-scroll {
    overflow-x: auto;
  }

  .tw-chart {
    min-width: 680px;
  }

  .tw-chart--bands {
    min-width: 650px;
  }

  .tw-chart--tokyo {
    min-width: 820px;
  }

  .tw-swipe-hint {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
