*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: clip;
  color: #004d8a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

ul,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

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

.header {
  position: relative;
  z-index: 50;
  pointer-events: none;
}
.header.is-menu-open {
  z-index: auto;
}
.header__logo, .header__menu {
  pointer-events: auto;
}
.header__logo {
  position: fixed;
  z-index: 50;
  top: 50px;
  left: 50px;
}
.header.is-menu-open .header__logo {
  z-index: 35;
}
.header__logo img {
  width: 144px;
  height: 40px;
}
.header__menu {
  position: fixed;
  z-index: 50;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 2px solid #cfa861;
  border-radius: 64px;
  background: #004d8a;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  .header__menu:hover:not(.is-menu-press) .header__menu-text {
    transform: translateY(120%);
  }
  .header__menu:hover:not(.is-menu-press) .header__menu-label::before {
    transform: translateY(0);
  }
}
.header__menu.is-menu-press .header__menu-label::before, .header__menu.is-menu-press .header__menu-text {
  transition: none;
}
.header__menu-label {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  line-height: 1;
}
.header__menu-label::before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__menu-text {
  display: block;
  line-height: 1;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__menu-label--close {
  display: none;
}
.header__menu[aria-expanded=true] .header__menu-label--menu {
  display: none;
}
.header__menu[aria-expanded=true] .header__menu-label--close {
  display: inline-flex;
}

@media (max-width: 768px) {
  :root {
    --sp-scale: calc(100vw / 400px);
    --header-sp-logo-top: max(29px, 100vw * 29 / 400);
    --header-sp-logo-h: calc(32px * var(--sp-scale));
    --header-sp-menu-h: calc(52px * var(--sp-scale));
    --header-sp-menu-top: calc(
      var(--header-sp-logo-top) +
        (var(--header-sp-logo-h) - var(--header-sp-menu-h)) / 2
    );
  }
  .header__logo {
    top: calc(var(--sp-vv-offset-y, 0px) + var(--header-sp-logo-top));
    left: calc(var(--sp-vv-offset-x, 0px) + max(17px, 4.25vw));
  }
  .header__logo img {
    display: block;
    width: calc(116px * var(--sp-scale));
    height: var(--header-sp-logo-h);
  }
  .header__menu {
    top: calc(var(--sp-vv-offset-y, 0px) + var(--header-sp-menu-top));
    right: calc(var(--sp-vv-offset-x, 0px) + 24px * var(--sp-scale));
    width: var(--header-sp-menu-h);
    height: var(--header-sp-menu-h);
    border-width: calc(1.2px * var(--sp-scale));
    border-radius: calc(52px * var(--sp-scale));
    font-size: calc(10px * var(--sp-scale));
    letter-spacing: 0;
    text-box: trim-both cap alphabetic;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__menu-label::before,
  .header__menu-text {
    transition: none;
  }
  .header__menu:hover .header__menu-text,
  .header__menu:hover .header__menu-label::before {
    transform: none;
  }
}
.footer {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.footer__chara {
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 86px;
  height: 80px;
  pointer-events: none;
}
.footer__logos {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 54px 80px 128px;
  background: #ffffff;
}
.footer__logos-link {
  display: block;
  line-height: 0;
}
.footer__logos-img {
  display: block;
  flex: none;
  width: 638px;
  height: 124px;
  max-width: 100%;
  object-fit: contain;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
  background: #004d8a;
  box-shadow: 0 1px 0 #004d8a;
  color: #ffffff;
  padding: 120px 80px 60px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
.footer__sitename {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.footer__nav ul {
  display: flex;
  gap: 32px;
  align-items: center;
}
.footer__nav a,
.footer__nav .footer__nav-soon {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  white-space: nowrap;
}
.footer__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease-out;
}
.footer__nav a:hover::after, .footer__nav a:focus-visible::after {
  transform: scaleX(1);
}
.footer__nav .footer__nav-soon {
  cursor: default;
  user-select: none;
}
.footer__nav .footer__soon-label {
  font-size: 0.8em;
  font-weight: 500;
}
.footer__nav-br {
  display: none;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__pagetop {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .footer__pagetop:hover .footer__pagetop-arrow {
    animation: footer-pagetop-wrap 0.5s ease;
  }
}
.footer__pagetop-icon {
  display: block;
  flex: none;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: none;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate(-90deg);
}
.footer__pagetop-arrow {
  transform-box: view-box;
  transform-origin: center;
}
.footer__pagetop span {
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-box: trim-both cap alphabetic;
}
.footer__copy {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}

@media (max-width: 768px) {
  .footer__chara {
    right: 25px;
    bottom: 0;
    width: 72px;
    height: auto;
    aspect-ratio: 86/80;
  }
  .footer__logos {
    padding: 36px 16px 88px;
  }
  .footer__logos-img {
    width: 262px;
    height: 51px;
  }
  .footer__inner {
    gap: 80px;
    padding: 80px 32px 40px;
  }
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
  }
  .footer__sitename {
    align-self: center;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 40px;
    align-items: start;
    width: 336px;
    max-width: 100%;
  }
  .footer__nav ul {
    display: contents;
  }
  .footer__nav-br {
    display: block;
    flex: none;
    width: 100%;
    height: 6px;
  }
  .footer__nav a, .footer__nav-soon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    line-height: 1.6;
  }
  .footer__nav-soon {
    white-space: normal;
  }
  .footer__soon-label {
    display: block;
  }
  .footer__bottom {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 336px;
    max-width: 100%;
  }
  .footer__pagetop {
    flex-direction: row-reverse;
    gap: 12px;
    font-size: 12px;
  }
  .footer__pagetop .footer__pagetop-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .footer__pagetop span {
    letter-spacing: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer__nav a::after {
    transition: none;
  }
  .footer__pagetop:hover .footer__pagetop-arrow {
    animation: none;
    transform: none;
  }
}
@keyframes footer-pagetop-wrap {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  26% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    transform: translateX(28%);
  }
  50% {
    opacity: 0;
    transform: translateX(-28%);
  }
  74% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}
.drawer[hidden] {
  display: none;
}
.drawer:not([hidden]) {
  visibility: visible;
}
.drawer.is-open {
  pointer-events: auto;
}
.drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  max-width: 100%;
  overflow: auto;
  background: #004d8a;
  color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawer.is-open .drawer__backdrop {
  opacity: 1;
}
.drawer.is-open .drawer__panel {
  transform: translateX(0);
}
.drawer__nav {
  padding: 197px 40px 40px 96px;
}
.drawer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.drawer__nav li {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawer__nav li:nth-child(1) {
  transition-delay: 0.12s;
}
.drawer__nav li:nth-child(2) {
  transition-delay: 0.165s;
}
.drawer__nav li:nth-child(3) {
  transition-delay: 0.21s;
}
.drawer__nav li:nth-child(4) {
  transition-delay: 0.255s;
}
.drawer__nav li:nth-child(5) {
  transition-delay: 0.3s;
}
.drawer__nav li:nth-child(6) {
  transition-delay: 0.345s;
}
.drawer__nav li:nth-child(7) {
  transition-delay: 0.39s;
}
.drawer__nav a,
.drawer__nav .drawer__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.drawer__nav a {
  transition: opacity 0.25s ease;
}
.drawer__nav a:hover, .drawer__nav a:focus-visible {
  opacity: 0.7;
}
.drawer__nav .drawer__item--soon {
  cursor: default;
  user-select: none;
}
.drawer.is-open .drawer__nav li {
  opacity: 1;
  transform: translateY(0);
}
.drawer:not(.is-open) .drawer__nav li:nth-child(1) {
  transition-delay: 0.18s;
}
.drawer:not(.is-open) .drawer__nav li:nth-child(2) {
  transition-delay: 0.15s;
}
.drawer:not(.is-open) .drawer__nav li:nth-child(3) {
  transition-delay: 0.12s;
}
.drawer:not(.is-open) .drawer__nav li:nth-child(4) {
  transition-delay: 0.09s;
}
.drawer:not(.is-open) .drawer__nav li:nth-child(5) {
  transition-delay: 0.06s;
}
.drawer:not(.is-open) .drawer__nav li:nth-child(6) {
  transition-delay: 0.03s;
}
.drawer:not(.is-open) .drawer__nav li:nth-child(7) {
  transition-delay: 0s;
}
.drawer__ja {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.drawer__item--soon .drawer__ja {
  white-space: nowrap;
}
.drawer__soon-label {
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.drawer__en {
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .drawer {
    --drawer-nav-top: calc(202px * var(--sp-scale));
    --drawer-nav-inline: calc(56px * var(--sp-scale));
    --drawer-nav-bottom: calc(40px * var(--sp-scale));
  }
  .drawer__backdrop {
    display: none;
  }
  .drawer__panel {
    width: 100%;
  }
  .drawer__nav {
    padding: calc(var(--sp-vv-offset-y, 0px) + var(--drawer-nav-top)) calc(var(--sp-vv-offset-x, 0px) + var(--drawer-nav-inline)) var(--drawer-nav-bottom) calc(var(--sp-vv-offset-x, 0px) + var(--drawer-nav-inline));
  }
  .drawer__nav ul {
    gap: calc(40px * var(--sp-scale));
  }
  .drawer__nav a,
  .drawer__nav .drawer__item {
    gap: calc(12px * var(--sp-scale));
  }
  .drawer__ja {
    font-size: calc(24px * var(--sp-scale));
  }
  .drawer__en {
    font-size: calc(12px * var(--sp-scale));
  }
  html.is-locked {
    overscroll-behavior: none;
  }
}
html.is-locked {
  overscroll-behavior: none;
}

html.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: visible;
}

html.is-locked.lenis.lenis-stopped {
  overflow: visible;
}

body.is-locked {
  overscroll-behavior: none;
}

@media (prefers-reduced-motion: reduce) {
  .drawer__backdrop, .drawer__panel, .drawer__nav li {
    transition: none;
  }
  .drawer__panel {
    transform: none;
  }
  .drawer__nav li {
    opacity: 1;
    transform: none;
  }
}
.page-frame {
  position: fixed;
  inset: 10px;
  z-index: 30;
  pointer-events: none;
  box-sizing: border-box;
  border-style: solid;
  border-width: 36px;
  border-color: transparent;
  border-image-source: url("../img/common/page-frame.webp");
  border-image-slice: 72;
  border-image-width: 36px;
  border-image-repeat: stretch;
}
.page-frame__canvas {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 768px) {
  .page-frame {
    top: calc(var(--sp-vv-offset-y, 0px) + 6px);
    left: calc(var(--sp-vv-offset-x, 0px) + 6px);
    right: auto;
    bottom: auto;
    width: calc(var(--sp-vv-w, 100svw) - 12px);
    height: calc(max(var(--sp-vv-h, 0px), var(--kv-vh, 0px), 100svh) - 12px);
    border: none;
    border-image: none;
    -webkit-border-image: none;
    border-image-source: none;
  }
  .page-frame__canvas {
    display: block;
  }
}
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 58;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.78) 100%), rgba(255, 255, 255, 0.72);
  transition: opacity 0.38s cubic-bezier(0.22, 0.61, 0.36, 1);
}

html.is-page-enter-soft .page-transition {
  opacity: 1;
}

.page.is-page-enter .header,
.page.is-page-enter .history-nav {
  opacity: 0;
}
.page.is-page-enter main,
.page.is-page-enter .footer,
.page.is-page-enter .page-frame {
  opacity: 0;
  transform: translateY(10px);
}

.page:not(.page--top) .header {
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.page:not(.page--top) .history-nav {
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.page:not(.page--top).is-page-enter main,
.page:not(.page--top).is-page-enter .footer,
.page:not(.page--top).is-page-enter .page-frame, .page:not(.page--top).is-page-transitioning main,
.page:not(.page--top).is-page-transitioning .footer,
.page:not(.page--top).is-page-transitioning .page-frame {
  will-change: opacity, transform;
}
.page:not(.page--top).is-page-enter .header,
.page:not(.page--top).is-page-enter .history-nav, .page:not(.page--top).is-page-transitioning .header,
.page:not(.page--top).is-page-transitioning .history-nav {
  will-change: opacity;
}
.page:not(.page--top) main,
.page:not(.page--top) .footer,
.page:not(.page--top) .page-frame {
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.page:not(.page--top):not(.is-page-enter) .header {
  opacity: 1;
}
.page:not(.page--top):not(.is-page-enter) .history-nav:not(.is-faded) {
  opacity: 1;
}
.page:not(.page--top):not(.is-page-enter) main,
.page:not(.page--top):not(.is-page-enter) .footer,
.page:not(.page--top):not(.is-page-enter) .page-frame {
  opacity: 1;
  transform: none;
}

.page.is-page-transitioning .page-transition {
  opacity: 1;
}
.page.is-page-transitioning .header,
.page.is-page-transitioning .history-nav {
  opacity: 0;
}
.page.is-page-transitioning main,
.page.is-page-transitioning .footer,
.page.is-page-transitioning .page-frame {
  opacity: 0;
  transform: translateY(-8px);
}

@media (prefers-reduced-motion: reduce) {
  .page-transition,
  .page:not(.page--top) .header,
  .page:not(.page--top) .history-nav,
  .page:not(.page--top) main,
  .page:not(.page--top) .footer,
  .page:not(.page--top) .page-frame {
    transition: none;
  }
  html.is-page-enter-soft .page-transition {
    opacity: 0;
  }
  .page.is-page-enter .header,
  .page.is-page-enter .history-nav,
  .page.is-page-enter main,
  .page.is-page-enter .footer,
  .page.is-page-enter .page-frame {
    opacity: 1;
    transform: none;
  }
  .page.is-page-transitioning .page-transition {
    opacity: 0;
  }
  .page.is-page-transitioning .header,
  .page.is-page-transitioning .history-nav,
  .page.is-page-transitioning main,
  .page.is-page-transitioning .footer,
  .page.is-page-transitioning .page-frame {
    opacity: 1;
    transform: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 16px 32px;
  border: 1px solid #004d8a;
  border-radius: 87px;
  color: #004d8a;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.btn--ghost {
  border-color: #cdcdcd;
}

.badge-japan-first {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  font-kerning: none;
  font-feature-settings: "kern" 0, "palt" 0;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.badge-japan-first__fill, .badge-japan-first__ring {
  position: absolute;
  display: block;
  pointer-events: none;
}
.badge-japan-first__fill {
  inset: 0;
  width: 100%;
  height: 100%;
}
.badge-japan-first__ring {
  inset: 3.125%;
  width: 93.75%;
  height: 93.75%;
}
.badge-japan-first__label {
  position: relative;
  z-index: 1;
}
.badge-japan-first__lead {
  letter-spacing: -0.083em;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background: #004d8a;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight: 700;
}
.badge--date {
  min-width: 87px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[hidden] {
  display: none;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.modal__dialog {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 800px;
  max-height: 80vh;
  margin: auto;
  padding: 48px;
  overflow: auto;
  background: #ffffff;
}
.modal:not(.modal--100th):not(.modal--product) .modal__dialog {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.modal.is-open .modal__overlay {
  opacity: 1;
}
.modal.is-open:not(.modal--100th):not(.modal--product) .modal__dialog {
  opacity: 1;
  transform: translateY(0);
}
.modal.is-open.modal--100th .modal__shell, .modal.is-open.modal--product .modal__shell {
  opacity: 1;
  transform: translateY(0);
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 28px;
  transition: opacity 0.25s ease;
}
.modal__close:hover, .modal__close:focus-visible {
  opacity: 0.7;
}
.modal__en {
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 14px;
}
.modal h2 {
  margin: 16px 0 24px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
}
.modal__lead {
  margin-bottom: 24px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 1.6;
}
.modal__body p {
  margin-bottom: 1em;
  color: #666666;
  line-height: 2;
}

.modal--100th .modal__overlay {
  background: rgba(0, 77, 138, 0.95);
}
.modal--100th .modal__shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 1280px;
  max-width: calc(100% - 80px);
  height: auto;
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  pointer-events: none;
  border-radius: 16px;
  background: #ffffff;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.modal--100th .modal__dialog {
  box-sizing: border-box;
  flex: 1;
  width: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  min-height: 0;
  padding: 104px 80px 80px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: auto;
  background: transparent;
}
.modal--100th .modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  pointer-events: auto;
  font-size: inherit;
  transition: none;
}
.modal--100th .modal__close:hover, .modal--100th .modal__close:focus-visible {
  opacity: 1;
}
.modal--100th .modal__close:focus-visible .modal__close-icon {
  transform: scale(1.12);
}
.modal--100th .modal__close:focus-visible .modal__close-x {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .modal--100th .modal__close:hover .modal__close-icon {
    transform: scale(1.12);
  }
  .modal--100th .modal__close:hover .modal__close-x {
    transform: rotate(180deg);
  }
}
.modal--100th .modal__close-icon {
  display: block;
  overflow: visible;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(220, 200, 120, 0.5);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal--100th .modal__close-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.modal--100th .modal__close-x {
  transform-box: view-box;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal--100th .modal__close-label {
  display: none;
}
.modal--100th .modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 528px) minmax(0, 528px);
  column-gap: 64px;
  align-items: start;
  justify-content: space-between;
}
.modal--100th .modal__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.modal--100th .modal__col--main {
  gap: 60px;
}
.modal--100th .modal__col--side {
  gap: 40px;
  align-items: center;
}
.modal--100th .modal__ttl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal--100th .modal__en {
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
.modal--100th h2 {
  margin: 0;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.modal--100th .modal__logo {
  display: block;
  width: 398px;
  max-width: 100%;
  height: 160px;
  object-fit: contain;
}
.modal--100th .modal__lead {
  margin: 0 0 28px;
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.modal--100th .modal__body p {
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.modal--100th .modal__comment {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 40px 40px 28px;
  overflow: visible;
  border-radius: 8px;
  background: #f5f5f5;
}
.modal--100th .modal__comment-title {
  margin: 0 0 32px;
  color: #004d8a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.modal--100th .modal__comment-body p {
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.modal--product .modal__overlay {
  background: rgba(0, 77, 138, 0.95);
}
.modal--product .modal__shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  max-width: calc(100% - 80px);
  overflow: visible;
  pointer-events: none;
  background: transparent;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.modal--product .modal__dialog {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 480px;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 60px clamp(48px, 9.375vw, 120px);
  overflow: hidden;
  pointer-events: auto;
  border-radius: 40px;
  background: #ffffff;
}
.modal--product .modal__badge {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  width: 128px;
  height: 128px;
  margin: 0;
}
.modal--product .modal__media {
  display: flex;
  flex: 1 1 480px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 480px;
  min-width: 0;
  height: 360px;
}
.modal--product .modal__media img {
  display: block;
  width: 208px;
  max-width: calc(50% - 10px);
  height: 208px;
  object-fit: contain;
  background: transparent;
}
.modal--product .modal__media.is-single img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
}
.modal--product .modal__copy {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 560px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 560px;
  min-width: 0;
  height: 360px;
  padding: 40px 0 40px clamp(24px, 3.75vw, 48px);
}
.modal--product .modal__year {
  margin: 0;
  color: #004d8a;
  font-family: "Instrument Serif", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.modal--product .modal__year[hidden] {
  display: none;
}
.modal--product h2 {
  margin: 32px 0 0;
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.modal--product .modal__year[hidden] + h2 {
  margin-top: 0;
}
.modal--product .modal__text {
  margin: 40px 0 0;
  color: #666666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-box: trim-both cap alphabetic;
}
.modal--product .modal__close {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
  pointer-events: auto;
  font-size: inherit;
  transition: none;
}
.modal--product .modal__close:hover, .modal--product .modal__close:focus-visible {
  opacity: 1;
}
.modal--product .modal__close:focus-visible .modal__close-icon {
  transform: scale(1.12);
}
.modal--product .modal__close:focus-visible .modal__close-x {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .modal--product .modal__close:hover .modal__close-icon {
    transform: scale(1.12);
  }
  .modal--product .modal__close:hover .modal__close-x {
    transform: rotate(180deg);
  }
}
.modal--product .modal__close-icon {
  display: block;
  overflow: visible;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #cfa861;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal--product .modal__close-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.modal--product .modal__close-x {
  transform-box: view-box;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal--product .modal__close-label {
  display: block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .modal__overlay, .modal:not(.modal--100th):not(.modal--product) .modal__dialog, .modal--100th .modal__shell, .modal--product .modal__shell {
    transition: none;
  }
  .modal--100th .modal__close-icon, .modal--100th .modal__close-x, .modal--product .modal__close-icon, .modal--product .modal__close-x {
    transition: none;
  }
  .modal--100th .modal__close:hover .modal__close-icon, .modal--100th .modal__close:focus-visible .modal__close-icon, .modal--100th .modal__close:hover .modal__close-x, .modal--100th .modal__close:focus-visible .modal__close-x, .modal--product .modal__close:hover .modal__close-icon, .modal--product .modal__close:focus-visible .modal__close-icon, .modal--product .modal__close:hover .modal__close-x, .modal--product .modal__close:focus-visible .modal__close-x {
    transform: none;
  }
}
@media (max-width: 768px) {
  .modal.modal--100th {
    height: var(--modal-vh, 100svh);
    max-height: var(--modal-vh, 100svh);
  }
  .modal.modal--product {
    box-sizing: border-box;
    height: var(--modal-vh, 100svh);
    max-height: var(--modal-vh, 100svh);
    padding: 16px;
    overflow: hidden;
  }
  .modal--100th {
    align-items: stretch;
  }
  .modal--100th .modal__shell {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 16px 16px max(16px, env(safe-area-inset-bottom));
    border-radius: 0;
    background: transparent;
  }
  .modal--100th .modal__dialog {
    flex: 1;
    width: 100%;
    min-height: 0;
    padding: 40px 32px 48px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 8px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
  }
  .modal--100th .modal__close {
    position: relative;
    top: auto;
    right: auto;
    flex-shrink: 0;
    justify-content: center;
    width: 100%;
    padding: 24px 0 0;
  }
  .modal--100th .modal__close-icon {
    width: calc(32px * var(--sp-scale, 1));
    height: calc(32px * var(--sp-scale, 1));
    background: #cfa861;
  }
  .modal--100th .modal__close-x path {
    stroke-width: 3.2;
  }
  .modal--100th .modal__close-label {
    display: block;
    color: #ffffff;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.4;
    text-box: trim-both cap alphabetic;
  }
  .modal--100th .modal__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
  .modal--100th .modal__col {
    display: contents;
  }
  .modal--100th .modal__col--main {
    padding-top: 0;
  }
  .modal--100th .modal__ttl {
    order: 1;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  .modal--100th .modal__logo {
    order: 2;
    width: 288px;
    height: 116px;
    margin-inline: auto;
  }
  .modal--100th .modal__copy {
    order: 3;
    container-type: inline-size;
  }
  .modal--100th .modal__comment {
    order: 4;
    height: auto;
    padding: 32px 24px;
    overflow: visible;
  }
  .modal--100th .modal__en {
    font-size: 30px;
    line-height: 1;
    text-box: trim-both cap alphabetic;
  }
  .modal--100th h2 {
    font-size: 12px;
    line-height: 1;
    text-box: trim-both cap alphabetic;
  }
  .modal--100th .modal__lead {
    margin-bottom: 24px;
    font-size: clamp(15px, 4.8vw, 25px);
    font-size: clamp(15px, 6.6cqi, 25px);
    line-height: 1;
    white-space: nowrap;
    text-box: trim-both cap alphabetic;
  }
  .modal--100th .modal__body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-box: trim-both cap alphabetic;
  }
  .modal--100th .modal__comment-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1;
    text-box: trim-both cap alphabetic;
  }
  .modal--100th .modal__comment-body p {
    font-size: 12px;
    line-height: 1.8;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-box: trim-both cap alphabetic;
  }
  .modal--product {
    align-items: stretch;
    justify-content: center;
  }
  .modal--product .modal__shell {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    gap: 24px;
    justify-content: center;
  }
  .modal--product .modal__dialog {
    flex: 0 1 auto;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 40px 32px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .modal--product .modal__badge {
    top: 16px;
    left: 16px;
    width: 72px;
    height: 72px;
  }
  .modal--product .modal__badge .badge-japan-first {
    font-size: 12.4px;
  }
  .modal--product .modal__media {
    flex: none;
    width: 100%;
    max-width: 304px;
    height: auto;
    min-height: 0;
    margin-inline: auto;
  }
  .modal--product .modal__media img {
    width: 48%;
    max-width: 208px;
    height: auto;
    max-height: 208px;
    object-fit: contain;
  }
  .modal--product .modal__media.is-single img {
    width: 100%;
    max-width: 304px;
    height: auto;
    max-height: none;
  }
  .modal--product .modal__copy {
    flex: none;
    width: 100%;
    max-width: 304px;
    height: auto;
    margin-inline: auto;
    padding: 0;
  }
  .modal--product .modal__year {
    font-size: 26px;
  }
  .modal--product h2 {
    margin-top: 24px;
    font-size: 24px;
  }
  .modal--product .modal__text {
    margin-top: 32px;
    font-size: 14px;
  }
  .modal--product .modal__close {
    flex-shrink: 0;
    justify-content: center;
    width: auto;
    margin-top: 0;
    padding: 0;
  }
  .modal--product .modal__close-icon {
    width: calc(32px * var(--sp-scale, 1));
    height: calc(32px * var(--sp-scale, 1));
    background: #cfa861;
  }
  .modal--product .modal__close-x path {
    stroke-width: 3.2;
  }
  .modal--product .modal__close-label {
    font-size: 16px;
  }
}
.section {
  padding: 80px 200px 120px;
}
.section__head {
  margin-bottom: 40px;
}
.section__head h2,
.section h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  line-height: 1.2;
}
.section__en {
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .section {
    padding: 56px 24px 80px;
  }
  .section__head h2,
  .section h2 {
    font-size: 32px;
  }
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: #ffffff;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading__text {
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .loading {
    transition: none;
  }
}
.kv {
  position: relative;
}
.kv__pin {
  position: relative;
  z-index: 2;
  height: 250svh;
}
.kv__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  height: 100dvh;
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}
.kv__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}
.kv__bg--fallback {
  opacity: 1;
  visibility: visible;
}
.kv__bg picture {
  flex: none;
  display: block;
  width: 1440px;
  height: 900px;
}
.kv__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kv__message {
  position: absolute;
  top: var(--kv-center, 50%);
  left: 50%;
  z-index: 2;
  width: max-content;
  max-width: min(364px, 86vw);
  transform: translate(-50%, calc(-50% + 100vh));
  text-align: left;
  pointer-events: none;
  will-change: transform;
}
.kv__copy {
  position: absolute;
  top: var(--kv-center, 50%);
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: 86vw;
  opacity: 1;
  transform: translate(-50%, -50%);
  text-align: center;
  will-change: opacity, transform;
}
@media (min-width: 769px) {
  .kv {
    --kv-copy-room: min(100vw, calc(100dvh * 16 / 10));
    --kv-copy-fit: min(1, var(--kv-copy-room) / 1440px);
    --kv-copy-scale: calc(var(--kv-copy-fit) * var(--kv-item-grow, 1));
  }
}
.kv__catch {
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: calc(29px * var(--kv-copy-scale, 1));
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.kv__logo {
  display: block;
  width: calc(373px * var(--kv-copy-scale, 1));
  max-width: 100%;
  height: auto;
  margin: calc(40px * var(--kv-copy-scale, 1)) 0 calc(18px * var(--kv-copy-scale, 1));
}
.kv__about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(16px * var(--kv-copy-scale, 1));
  padding: calc(12px * var(--kv-copy-scale, 1)) calc(12px * var(--kv-copy-scale, 1)) calc(12px * var(--kv-copy-scale, 1)) calc(24px * var(--kv-copy-scale, 1));
  border: 0;
  border-radius: 87px;
  color: #004d8a;
  background: #ffffff;
  cursor: pointer;
}
.kv__about:hover .kv__about-icon, .kv__about:focus-visible .kv__about-icon {
  transform: scale(1.12);
}
.kv__about:hover .kv__about-plus, .kv__about:focus-visible .kv__about-plus {
  transform: rotate(180deg);
}
.kv__about-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: calc(15px * var(--kv-copy-scale, 1));
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.kv__about-icon {
  flex: none;
  width: calc(40px * var(--kv-copy-scale, 1));
  height: calc(40px * var(--kv-copy-scale, 1));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.kv__about-icon .kv__about-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.kv__about-plus {
  transform-origin: 20px 20px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.kv__message-text {
  display: flex;
  flex-direction: column;
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
}
.kv__message-line {
  display: block;
  opacity: 0;
  will-change: opacity;
}
.kv__bottom {
  position: absolute;
  right: 48px;
  bottom: 48px;
  left: 48px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  opacity: 1;
  will-change: opacity;
}
.kv__scroll {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #004d8a;
  animation: none;
}
@media (hover: hover) and (pointer: fine) {
  .kv__scroll:hover .kv__scroll-arrow {
    animation: kv-scroll-arrow-wrap 0.5s ease;
  }
}
.kv__scroll-icon {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #004d8a;
  animation: none;
}
.kv__scroll-arrow-clip {
  position: relative;
  overflow: hidden;
  width: 36%;
  height: 48%;
}
.kv__scroll-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  translate: -50% -50%;
}
.kv__scroll-text {
  font-family: "Cinzel", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.kv__ticker {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  width: auto;
  max-width: 100%;
  height: 40px;
}
.kv__ticker-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 24px;
  background: #004d8a;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.kv__ticker-body {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 24px 0 177px;
  border: 1.6px solid #cfa861;
  border-radius: 24px;
  background: #ffffff;
}
.kv__ticker-date {
  flex: none;
  color: #666666;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
  transition: opacity 0.25s ease;
}
.kv__ticker-title {
  --kv-ticker-title-max: 280px;
  flex: 0 1 auto;
  width: fit-content;
  max-width: var(--kv-ticker-title-max);
  min-width: 0;
  overflow: hidden;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: opacity 0.25s ease;
}
.kv__ticker:hover .kv__ticker-date, .kv__ticker:hover .kv__ticker-title, .kv__ticker:focus-visible .kv__ticker-date, .kv__ticker:focus-visible .kv__ticker-title {
  opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
  .kv__pin {
    height: 100svh;
  }
  .kv__ticker,
  .kv__bottom {
    transition: none;
  }
  .kv__scroll:hover .kv__scroll-arrow {
    animation: none;
    transform: none;
  }
  .kv__about-icon,
  .kv__about-plus {
    transition: none;
  }
  .kv__about:hover .kv__about-icon,
  .kv__about:focus-visible .kv__about-icon,
  .kv__about:hover .kv__about-plus,
  .kv__about:focus-visible .kv__about-plus {
    transform: none;
  }
}
@keyframes kv-scroll-arrow-wrap {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 0;
    transform: translateY(28%);
  }
  49.9% {
    opacity: 0;
    transform: translateY(28%);
  }
  50% {
    opacity: 0;
    transform: translateY(-28%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.products {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0 180px;
  text-align: center;
}
.products__head {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 24px;
}
.products__eyebrow {
  margin-bottom: 48px;
}
.products__eyebrow picture {
  display: block;
}
.products__eyebrow img {
  display: block;
  width: 711px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.products__title {
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-box: trim-both cap alphabetic;
}
.products__title br {
  display: none;
}
.products__en {
  margin-top: 24px;
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-box: trim-both cap alphabetic;
}
.products__lead {
  margin-top: 56px;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-box: trim-both cap alphabetic;
}
.products__lead-br {
  display: none;
}
.products__stage {
  position: relative;
}
.products__bg-text {
  position: absolute;
  top: 474px;
  bottom: auto;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  width: max-content;
  color: #e4e9e8;
  font-family: "Instrument Serif", serif;
  font-size: 104px;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
  text-box: trim-both cap alphabetic;
  animation: history-marquee 90s linear infinite;
}
.products__bg-text span {
  flex: none;
  margin-right: 45px;
}
.products__splide {
  position: relative;
  z-index: 1;
}
.products__slide {
  height: auto;
}
.products__card {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
  width: 942px;
  max-width: calc(100vw - 48px);
  height: 428px;
  max-height: 428px;
  min-height: 0;
  margin: 76px 0 0;
  padding: 54px 80px;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  text-align: left;
  cursor: default;
}
.products__hit {
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 0;
  left: -40px;
  z-index: 3;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.products__badge {
  position: absolute;
  top: -54px;
  left: -34px;
  z-index: 2;
  width: 128px;
  height: 128px;
  margin: 0;
}
.products__media {
  flex: none;
  align-self: center;
  overflow: hidden;
  width: 320px;
  height: 320px;
  background: #ffffff;
}
.products__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.products__media--sp-short {
  position: relative;
  height: auto;
  aspect-ratio: var(--products-sp-media-aspect);
}
.products__media--sp-short picture,
.products__media--sp-short .products__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.products__media--sp-short .products__img {
  object-fit: contain;
}
@media (min-width: 769px) {
  .products__media--pc-short {
    position: relative;
    height: auto;
    aspect-ratio: var(--products-pc-media-aspect);
  }
  .products__media--pc-short picture,
  .products__media--pc-short .products__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .products__media--pc-short .products__img {
    object-fit: contain;
  }
}
.products__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  min-width: 0;
}
.products__copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  width: 100%;
}
.products__card-title {
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  white-space: pre-line;
  text-box: trim-both cap alphabetic;
}
.products__card-title-sp {
  display: none;
}
.products__card-text {
  width: 100%;
  color: #333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  white-space: pre-line;
  text-box: trim-both cap alphabetic;
}
.products__btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  min-height: 48px;
  padding: 16px 32px;
  border: 1px solid #cdcdcd;
  border-radius: 87px;
  color: #004d8a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.products__btn-icon {
  display: block;
  width: 12px;
  height: 14px;
}
.products__controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px 148px 64px;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.products__nav {
  flex: none;
  flex-shrink: 0;
  overflow: hidden;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  padding: 0;
  border-radius: 50%;
}
.products__nav .products__nav-icon {
  display: block;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: none;
}
.products__nav .products__nav-arrow {
  transform-box: view-box;
  transform-origin: center;
}
@media (hover: hover) and (pointer: fine) {
  .products__nav--next:hover .products__nav-arrow {
    animation: products-nav-wrap-next 0.5s ease;
  }
  .products__nav--prev:hover .products__nav-arrow {
    animation: products-nav-wrap-prev 0.5s ease;
  }
}
.products__fraction {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  width: 148px;
  color: #004d8a;
  font-family: "Instrument Serif", serif;
  font-variant-numeric: tabular-nums;
  line-height: 1.6;
}
.products__fraction-current {
  display: block;
  width: 2.2ch;
  font-size: 67px;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
.products__fraction-sep {
  display: block;
  flex: none;
  width: 2px;
  height: 25px;
  background: #cfa861;
}
.products__fraction-total {
  display: block;
  width: 2.2ch;
  font-size: 32px;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
.products__chara {
  position: absolute;
  top: 435px;
  left: calc(50% + 377px);
  z-index: 2;
  display: block;
  width: 121px;
  height: 112px;
  pointer-events: none;
}

.history-teaser {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0 0;
  text-align: center;
}
.history-teaser__head {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}
.history-teaser__title {
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-box: trim-both cap alphabetic;
}
.history-teaser__en {
  margin-top: 24px;
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-box: trim-both cap alphabetic;
}
.history-teaser__lead {
  margin-top: 56px;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.history-teaser__lead-br {
  display: none;
}
.history-teaser__stage {
  position: relative;
  height: 800px;
  margin-top: 89px;
}
.history-teaser__bg-text {
  position: absolute;
  top: -56px;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  width: max-content;
  color: #e4e9e8;
  font-family: "Instrument Serif", serif;
  font-size: 104px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
  animation: history-marquee 55s linear infinite;
}
.history-teaser__bg-text span {
  flex: none;
  margin-right: 28px;
}
.history-teaser__photos {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.history-teaser__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;
  height: 100%;
  will-change: transform;
  animation: history-marquee 60s linear infinite;
}
.history-teaser__img {
  display: block;
  flex: none;
  width: auto;
  max-width: none;
  height: 100%;
}
.history-teaser__cta {
  position: absolute;
  top: 128px;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 360px;
  transform: translateX(-50%);
}
.history-teaser__cta-shape {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.history-teaser__cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  margin-top: 134px;
}
.history-teaser__cta-logo {
  display: block;
  flex: none;
  width: 189px;
  height: 56px;
}
.history-teaser__cta-btn {
  display: inline-flex;
  flex: none;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 281px;
  height: 56px;
  padding: 16px 46px;
  color: #004d8a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-box: trim-both cap alphabetic;
}
.history-teaser__cta-label {
  position: relative;
  display: inline-block;
}
.history-teaser__cta-label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease-out;
}
.history-teaser__cta:hover .history-teaser__cta-label::after, .history-teaser__cta:focus-visible .history-teaser__cta-label::after {
  transform: scaleX(1);
}
.history-teaser__cta-icon {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 12px;
  height: 14px;
}
.history-teaser__cta-icon-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.history-teaser__cta-icon-img {
  display: block;
  width: 100%;
  height: 100%;
}
.history-teaser__cta:focus-visible .history-teaser__cta-icon-img {
  animation: history-teaser-cta-arrow 0.5s ease both;
}
@media (hover: hover) and (pointer: fine) {
  .history-teaser__cta:hover .history-teaser__cta-icon-img {
    animation: history-teaser-cta-arrow 0.5s ease both;
  }
}

@keyframes history-teaser-cta-arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    transform: translateX(32%);
  }
  50% {
    opacity: 0;
    transform: translateX(-32%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes history-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .products__bg-text,
  .history-teaser__bg-text,
  .history-teaser__track {
    animation: none;
  }
  .history-teaser__cta-label::after {
    transition: none;
  }
  .history-teaser__cta:hover .history-teaser__cta-icon-img,
  .history-teaser__cta:focus-visible .history-teaser__cta-icon-img {
    animation: none;
    transform: none;
  }
  .products__nav--next:hover .products__nav-arrow,
  .products__nav--prev:hover .products__nav-arrow {
    animation: none;
    transform: none;
  }
}
@keyframes products-nav-wrap-next {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  26% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    transform: translateX(28%);
  }
  50% {
    opacity: 0;
    transform: translateX(-28%);
  }
  74% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes products-nav-wrap-prev {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  26% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    transform: translateX(-28%);
  }
  50% {
    opacity: 0;
    transform: translateX(28%);
  }
  74% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.news {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 240px 40px 186px;
  background: #ffffff;
}
.news__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 744px;
  gap: 40px;
  align-items: start;
  min-height: 302px;
  max-width: 1040px;
  margin-inline: auto;
}
.news__head {
  position: relative;
  z-index: 1;
}
.news__title {
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.news__title span:nth-child(1) {
  letter-spacing: -4px;
}
.news__title span:nth-child(2) {
  letter-spacing: -6px;
}
.news__en {
  margin-top: 24px;
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-box: trim-both cap alphabetic;
}
.news__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 744px;
  max-width: 100%;
}
.news__item {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 164px;
  background: #f5f5f5;
}
@media (hover: hover) and (pointer: fine) {
  .news__item:hover .news__arrow-icon {
    animation: products-nav-wrap-next 0.5s ease;
  }
}
.news__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  padding: 40px;
}
.news__date {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 24px;
  padding: 6px 8px;
  border-radius: 12px;
  background: #004d8a;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}
.news__date-sp {
  display: none;
}
.news__text {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  max-height: 48px;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news__text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease-out;
}
.news__item:hover .news__text::after, .news__item:focus-visible .news__text::after {
  transform: scaleX(1);
}
.news__more {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 56px;
}
.news__more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: repeating-linear-gradient(to bottom, rgba(0, 77, 138, 0.3) 0 2px, transparent 2px 7px);
}
.news__arrow {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.news__arrow-clip {
  position: relative;
  overflow: hidden;
  width: 36%;
  height: 48%;
}
.news__arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  translate: -50% -50%;
}
.news__chara {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 101px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .news__inner {
    display: block;
    min-height: 0;
  }
  .news__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #products,
  #news,
  #history {
    scroll-margin-top: 100px;
  }
  .kv__pin {
    height: 430svh;
  }
  .kv__sticky {
    min-height: 0;
    height: var(--kv-vh, 100svh);
  }
  .kv__bg {
    position: fixed;
    inset: auto;
    top: var(--sp-vv-offset-y, 0px);
    right: var(--sp-vv-offset-x, 0px);
    bottom: auto;
    left: var(--sp-vv-offset-x, 0px);
    height: var(--kv-vh, 100svh);
    align-items: center;
    justify-content: center;
  }
  .kv__copy {
    top: calc(var(--kv-vh, 100svh) * 317 / 896 + 10px);
    left: 50%;
    transform: translateX(-50%);
  }
  .kv__bg picture {
    width: 400px;
    height: 589px;
  }
  .kv {
    --kv-copy-size: min(1, 100vw / 414px, var(--kv-vh, 100svh) / 800px);
    --kv-logo-size: min(
      1,
      calc((var(--kv-copy-size) + min(1, 100vw / 400px)) / 2 * 0.97)
    );
  }
  .kv__catch {
    font-size: calc(22px * var(--kv-copy-size));
    letter-spacing: -0.02em;
  }
  .kv__logo {
    width: calc(288.5px * var(--kv-logo-size));
    margin: calc(24px * var(--kv-logo-size)) 0 calc(16px * var(--kv-logo-size));
  }
  .kv__about {
    --kv-about-scale: min(1, 100vw / 400px);
    gap: calc(10px * var(--kv-about-scale));
    padding: 0;
    background: transparent;
  }
  .kv__about-text {
    font-size: calc(12px * var(--kv-about-scale));
    line-height: 20px;
    font-weight: 700;
  }
  .kv__about-icon {
    width: calc(32px * var(--kv-about-scale));
    height: calc(32px * var(--kv-about-scale));
  }
  .kv__message {
    max-width: min(280px, 86vw);
    opacity: 0;
    will-change: transform, opacity;
  }
  .kv__message-line {
    opacity: 1;
    will-change: auto;
  }
  .kv__message-text {
    font-size: 20px;
  }
  .kv__scroll {
    gap: 8px;
  }
  .kv__scroll-icon {
    width: 32px;
    height: 32px;
  }
  .kv__scroll-arrow {
    width: 32px;
    height: 32px;
  }
  .kv__scroll-text {
    font-size: 12px;
  }
  .kv {
    --kv-scroll-bottom-gap: 12px;
    --kv-scroll-top-offset: 16px;
    --kv-news-above-scroll: 20px;
    --kv-scroll-news-gap: calc(30px * max(1, 100vw / 400px));
    --kv-news-slot-height: calc(
      40px + var(--kv-scroll-news-gap) - var(--kv-scroll-bottom-gap)
    );
  }
  .kv__bottom {
    position: fixed;
    box-sizing: border-box;
    display: grid;
    align-items: start;
    min-width: 0;
    padding-top: var(--kv-news-above-scroll);
    overflow-x: hidden;
    overflow-y: visible;
    right: calc(var(--sp-vv-offset-x, 0px) + 32px);
    left: calc(var(--sp-vv-offset-x, 0px) + max(24px, 6vw));
    bottom: calc(var(--sp-vv-bottom-gap, 0px) + var(--kv-bottom-inset, 12px) + env(safe-area-inset-bottom, 0px));
    transition: bottom 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .kv__bottom::after {
    content: "";
    grid-area: 1/1;
    align-self: end;
    width: 0;
    height: calc(var(--kv-scroll-bottom-gap) + var(--kv-news-slot-height));
    pointer-events: none;
  }
  .kv__bottom > .kv__scroll {
    grid-area: 1/1;
    align-self: start;
    justify-self: start;
    margin-top: var(--kv-scroll-top-offset);
  }
  .kv__bottom > .kv__ticker {
    grid-area: 1/1;
    align-self: start;
    justify-self: stretch;
    margin-top: calc(var(--kv-scroll-top-offset) - var(--kv-news-above-scroll));
  }
  .kv__ticker {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .kv__ticker.is-shown.is-kv-ticker-revealed {
    height: 40px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  .kv__ticker-label {
    height: 40px;
    padding: 0 18px;
    border-radius: 32px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    text-box: trim-both cap alphabetic;
  }
  .kv__ticker-body {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 8px;
    padding: 0 12px 0 112px;
    border-width: 1.2px;
    border-radius: 32px;
    overflow: hidden;
  }
  .kv__ticker-date, .kv__ticker-title {
    font-size: 11px;
  }
  .kv__ticker-date {
    flex: none;
  }
  .kv__ticker-title {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    overflow: hidden;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .products {
    padding: 64px 0;
  }
  .products__head {
    margin-bottom: 40px;
  }
  .products__eyebrow {
    margin-bottom: 30px;
  }
  .products__eyebrow img {
    width: 93vw;
    max-width: none;
    margin-inline: 0;
    position: relative;
    left: 50%;
    translate: -50%;
  }
  .products__title {
    font-size: 32px;
  }
  .products__title br {
    display: block;
  }
  .products__en {
    margin-top: 18px;
    font-size: 16.5px;
  }
  .products__lead {
    width: 368px;
    max-width: 100%;
    margin-top: 32px;
    margin-inline: auto;
    font-size: 12px;
  }
  .products__lead-br {
    display: block;
  }
  .products__bg-text {
    top: auto;
    bottom: 28px;
    font-size: 56px;
  }
  .products__splide .splide__track {
    overflow: visible;
  }
  .products {
    --products-sp-card-min-height: 539px;
  }
  .products__slide {
    overflow: visible;
    height: auto;
    min-height: calc(30px + var(--products-sp-card-min-height));
  }
  .products__card {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    flex-shrink: 0;
    overflow: visible;
    box-sizing: border-box;
    width: 336px;
    max-width: calc(100vw - 48px);
    height: auto;
    min-height: var(--products-sp-card-min-height);
    margin-top: 30px;
    padding: 40px 40px 30px;
  }
  .products__hit {
    top: -30px;
    left: -24px;
  }
  .products__badge {
    top: 16px;
    left: -8px;
    width: 72px;
    height: 72px;
  }
  .products__badge .badge-japan-first {
    font-size: 12px;
  }
  .products__media {
    flex: none;
    width: 256px;
    height: 256px;
    margin: 0 auto;
  }
  .products__media--sp-short {
    height: auto;
    aspect-ratio: var(--products-sp-media-aspect);
  }
  .products__body {
    flex: 0 1 auto;
    min-height: 0;
    gap: 24px;
    justify-content: flex-start;
  }
  .products__copy {
    gap: 0;
    align-items: stretch;
  }
  .products__card-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .products__card-title-pc {
    display: none;
  }
  .products__card-title-sp {
    display: block;
  }
  .products__card-text {
    font-size: 12px;
  }
  .products__btn {
    align-self: stretch;
    box-sizing: border-box;
    gap: 8px;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 24px;
    font-size: 12px;
  }
  .products__btn-icon {
    width: 9px;
    height: 11px;
  }
  .products__controls {
    grid-template-columns: 48px 108px 48px;
    gap: 24px;
    margin-top: 16px;
  }
  .products__nav {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .products__nav .products__nav-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .products__fraction {
    gap: 12px;
    width: 108px;
  }
  .products__fraction-current {
    font-size: 48px;
  }
  .products__fraction-sep {
    height: 18px;
  }
  .products__fraction-total {
    font-size: 24px;
  }
  .products__chara {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .products {
    --products-sp-card-min-height: 551px;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .products {
    --products-sp-card-min-height: 623px;
  }
}
@media (max-width: 768px) {
  .history-teaser {
    padding: 56px 0 0;
  }
  .history-teaser__title {
    font-size: 32px;
  }
  .history-teaser__en {
    margin-top: 18px;
    font-size: 16.5px;
  }
  .history-teaser__lead {
    margin-top: 32px;
    font-size: 12px;
    white-space: normal;
  }
  .history-teaser__lead-br {
    display: block;
  }
  .history-teaser__stage {
    height: 450px;
    margin-top: 56px;
  }
  .history-teaser__bg-text {
    top: -36px;
    font-size: 56px;
  }
  .history-teaser__bg-text span {
    margin-right: 24px;
  }
  .history-teaser__cta {
    top: 72px;
    width: 240px;
    height: 240px;
  }
  .history-teaser__cta-inner {
    margin-top: 83px;
    gap: 3px;
  }
  .history-teaser__cta-logo {
    width: 142px;
    height: 42px;
  }
  .history-teaser__cta-btn {
    gap: 8px;
    width: 211px;
    height: 42px;
    padding: 12px 30px;
    font-size: 12px;
  }
  .history-teaser__cta-icon {
    width: 9px;
    height: 11px;
  }
  .news {
    padding: 120px 32px;
  }
  .news__inner {
    display: block;
    min-height: 0;
  }
  .news__head {
    margin-bottom: 32px;
  }
  .news__title {
    font-size: 32px;
  }
  .news__en {
    margin-top: 18px;
    font-size: 16.5px;
  }
  .news__list {
    gap: 16px;
  }
  .news__item {
    height: auto;
    min-height: 138px;
  }
  .news__body {
    gap: 24px;
    justify-content: flex-start;
    width: 100%;
    padding: 32px 24px;
  }
  .news__date {
    width: auto;
    height: 20px;
    min-height: 20px;
    padding: 6px;
    border-radius: 9px;
    font-size: 12px;
  }
  .news__date-pc {
    display: none;
  }
  .news__date-sp {
    display: inline;
  }
  .news__text {
    flex-shrink: 0;
    max-height: 3.2em;
    font-size: 12px;
  }
  .news__more {
    width: 36px;
  }
  .news__arrow {
    width: 24px;
    height: 24px;
  }
  .news__chara {
    display: none;
  }
}
.js .js-reveal {
  opacity: 0;
  transform: translate3d(0, 72px, 0);
  transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, transform 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}
.js .js-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js .js-chara-reveal {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.16s, translate 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
}
.js .js-chara-reveal--from-bottom {
  translate: 0 40px;
}
.js .js-chara-reveal--from-right {
  translate: 48px 0;
}
.js .js-chara-reveal--from-left {
  translate: -48px 0;
}
.js .js-chara-reveal.is-visible {
  opacity: 1;
  translate: 0;
}

@media (prefers-reduced-motion: reduce) {
  .js .js-reveal,
  .js .js-chara-reveal {
    opacity: 1;
    transform: none;
    translate: 0;
    transition: none;
  }
  .news__text::after {
    transition: none;
  }
  .news__item:hover .news__arrow-icon {
    animation: none;
    transform: none;
  }
}
@keyframes kv-loader-exit {
  0% {
    opacity: 1;
  }
  18% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.33, 0.05, 0.45, 1);
  }
  80%, 100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes kv-ui-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kv-wave-out {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  55% {
    opacity: 1;
    transform: scale(1.13) rotateY(-8deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes kv-wave-soft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kv-wave-blur {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes kv-wave-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv-wave-depth {
  from {
    opacity: 0;
    transform: translateZ(-48px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes kv-pulse-out {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(0.4);
  }
  38% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(12);
  }
}
@keyframes kv-hex-float {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    transform: translateY(calc(var(--idle-y) * -1));
    opacity: 1;
  }
  75% {
    transform: translateY(var(--idle-y));
    opacity: 1;
  }
}
.page--top.is-kv-loading .header,
.page--top.is-kv-loading .page-frame, .page--top.is-kv-revealing .header,
.page--top.is-kv-revealing .page-frame {
  opacity: 0;
  pointer-events: none;
}
.page--top.is-kv-revealing .header,
.page--top.is-kv-revealing .page-frame {
  animation: kv-ui-reveal 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s both;
  pointer-events: auto;
}

html.is-kv-skip-opening .page--top.is-kv-loading .header,
html.is-kv-skip-opening .page--top.is-kv-loading .page-frame,
html.is-kv-skip-opening .page--top.is-kv-revealing .header,
html.is-kv-skip-opening .page--top.is-kv-revealing .page-frame {
  opacity: 1;
  pointer-events: auto;
  animation: none;
}
html.is-kv-skip-opening .kv__loader,
html.is-kv-skip-opening .kv__pulse {
  display: none !important;
  animation: none !important;
}
html.is-kv-skip-opening .kv__field {
  opacity: 0 !important;
}
html.is-kv-skip-opening .kv.is-kv-skip-motion.is-kv-ready .kv__field {
  opacity: 1 !important;
}

.kv.is-kv-skip-motion.kv--mode-outward .kv-hex {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}
.kv.is-kv-skip-motion.kv--mode-outward .kv-hex__shell {
  animation: kv-hex-float var(--idle-dur) ease-in-out var(--idle-delay) infinite !important;
}
.kv.is-kv-skip-motion.kv--mode-outward[data-kv-idle=still] .kv-hex__shell {
  animation: none !important;
}
.kv.is-kv-skip-motion.kv--mode-outward.is-wide-gated .kv-hex--wide .kv-hex__gate {
  transition: none !important;
}

.kv {
  --kv-art-w: 1440;
  --kv-hex-tile: 152;
  --kv-hex-size: calc(var(--kv-hex-tile) / var(--kv-art-w) * 100%);
  --kv-wide-from: 1440px;
  --kv-scale-from: 2000px;
  --kv-wide-to: 2600px;
  --kv-hex-scale-extra: 0.12;
  --kv-hex-follow: 0.4;
  --kv-span-x: 0.745;
  --kv-span-y: 0.825;
  --kv-y-range: 520px;
}
@media (min-width: 769px) {
  .kv {
    --kv-t-x: clamp(
      0,
      (100vw - var(--kv-scale-from)) /
        (var(--kv-wide-to) - var(--kv-scale-from)),
      1
    );
    --kv-wide-t: var(--kv-t-x);
    --kv-base-w: min(1440px, 100vw, calc(100dvh * 16 / 10));
    --kv-base-h: min(900px, 100dvh, calc(100vw * 10 / 16));
    --kv-target-w: max(var(--kv-base-w), calc(100vw * var(--kv-span-x)));
    --kv-target-h: max(var(--kv-base-h), calc(100dvh * var(--kv-span-y)));
    --kv-t-y: clamp(
      0,
      (100dvh - var(--kv-base-h)) / var(--kv-y-range),
      1
    );
    --kv-field-w: min(
      calc(
        var(--kv-base-w) +
          (var(--kv-target-w) - var(--kv-base-w)) * var(--kv-t-x)
      ),
      100vw
    );
    --kv-field-h: min(
      calc(
        var(--kv-base-h) +
          (var(--kv-target-h) - var(--kv-base-h)) * var(--kv-t-y)
      ),
      100dvh
    );
    --kv-item-grow: calc(
      (1 + var(--kv-hex-scale-extra) * var(--kv-t-x)) *
        (1 + var(--kv-hex-follow) *
          max(0, var(--kv-field-w) / 1440px - 1, var(--kv-field-h) / 900px - 1))
    );
  }
}
.kv__loader {
  position: absolute;
  z-index: 30;
  inset: 0;
  display: grid;
  place-items: center;
  background: #ffffff;
  pointer-events: none;
  visibility: hidden;
}
.kv__field {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(1440px, 100vw, 160dvh);
  aspect-ratio: 16/10;
  transform: translate(-50%, -50%);
  perspective: 1000px;
  overflow: visible;
  pointer-events: none;
  opacity: 1;
  will-change: opacity;
}
@media (min-width: 769px) {
  .kv__field {
    container-type: inline-size;
    width: var(--kv-field-w);
    height: var(--kv-field-h);
    aspect-ratio: auto;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .kv__field {
    position: fixed;
    top: calc(var(--sp-vv-offset-y, 0px) + var(--kv-vh, 100svh) / 2);
    left: calc(var(--sp-vv-offset-x, 0px) + 50vw);
    transform: translate(-50%, -50%);
    --kv-sp-fit: clamp(
      0.7,
      calc(0.75 - 0.05 * (var(--kv-vh, 100svh) - 667px) / (844px - 667px)),
      0.75
    );
    width: max(100vw, var(--kv-vh, 100svh) * var(--kv-sp-fit) * 16 / 10);
    height: max(var(--kv-vh, 100svh) * var(--kv-sp-fit), 62.5vw);
    max-width: none;
    aspect-ratio: 16/10;
    --kv-sp-inward: 3.6%;
    --kv-sp-outward-mid: 1.7%;
    --kv-sp-row45-l-inward: 1.35%;
  }
  .kv__field .kv-hex[data-kv-row="3"][data-side=l] {
    left: calc(var(--left) - var(--kv-sp-outward-mid));
  }
  .kv__field .kv-hex[data-kv-row="4"][data-side=l],
  .kv__field .kv-hex[data-kv-row="5"][data-side=l] {
    left: calc(var(--left) + var(--kv-sp-row45-l-inward));
  }
  .kv__field .kv-hex[data-kv-row="3"][data-side=r],
  .kv__field .kv-hex[data-kv-row="4"][data-side=r],
  .kv__field .kv-hex[data-kv-row="5"][data-side=r] {
    left: calc(var(--left) + var(--kv-sp-outward-mid));
  }
}
@media (max-width: 768px) and (min-height: 721px) {
  .kv__field .kv-hex[data-kv-row="2"][data-side=l] {
    left: calc(var(--left) + var(--kv-sp-inward));
  }
  .kv__field .kv-hex[data-kv-row="2"][data-side=r] {
    left: calc(var(--left) - var(--kv-sp-inward));
  }
}
@media (max-width: 768px) and (max-height: 720px) {
  .kv__field {
    --kv-sp-inward: 1.8%;
    --kv-sp-outward-mid: 1%;
    --kv-sp-row45-l-inward: 1.15%;
    --kv-sp-y-anchor: 47%;
    --kv-sp-y-scale: 0.9;
  }
  .kv__field .kv-hex {
    top: calc(var(--kv-sp-y-anchor) + (var(--top) - var(--kv-sp-y-anchor)) * var(--kv-sp-y-scale));
  }
}
.kv__pulse {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(8vw, 115px);
  aspect-ratio: 1;
  border: 1px solid rgba(226, 186, 84, 0.3);
  border-radius: 50%;
  opacity: 0;
  filter: blur(0.7px);
  pointer-events: none;
}
.kv__pulse--b {
  border-color: rgba(114, 172, 205, 0.28);
  animation-delay: 0.18s !important;
}
.kv.is-kv-loading .kv__loader {
  visibility: visible;
  animation: kv-loader-exit 1.4s linear both;
}
.kv.is-kv-loading .kv__field,
.kv.is-kv-loading .kv__pulse,
.kv.is-kv-loading .kv-hex,
.kv.is-kv-loading .kv-hex__shell,
.kv.is-kv-loading .kv-hex__shell img {
  animation-play-state: paused !important;
}
.kv.is-kv-loading .kv__field,
.kv.is-kv-loading .kv__pulse {
  opacity: 0 !important;
}
.kv.is-kv-loading .kv__bg {
  opacity: 0 !important;
}
.kv.is-kv-loading .kv__about,
.kv.is-kv-loading .kv__bottom {
  opacity: 0 !important;
  pointer-events: none;
}
.kv.is-kv-revealing .kv__about,
.kv.is-kv-revealing .kv__bottom {
  animation: kv-ui-reveal 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s both;
}
.kv.is-kv-revealing .kv__pulse {
  animation: kv-pulse-out 1.4s ease-in-out 0s both;
}
.kv.is-kv-revealing .kv-hex--wide:not(.is-wide-in) {
  animation: none !important;
  opacity: 0 !important;
}
.kv.is-kv-ready:not(.is-kv-fallback) .kv__bg {
  opacity: 0 !important;
  visibility: hidden !important;
}
.kv.is-kv-fallback .kv__field,
.kv.is-kv-fallback .kv__pulse,
.kv.is-kv-fallback .kv__loader {
  display: none;
}
.kv.is-kv-fallback .kv__bg--fallback {
  visibility: visible !important;
}
.kv--mode-outward .kv-hex {
  animation: kv-wave-out 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) var(--wave-out) both;
}
.kv--mode-outward .kv-hex__shell {
  animation: kv-hex-float var(--idle-dur) ease-in-out calc(var(--wave-out) + 1.4s + var(--idle-delay)) infinite;
}
.kv[data-kv-idle=still].kv--mode-outward .kv-hex__shell {
  animation: none;
}
.kv[data-kv-idle=slow].kv--mode-outward .kv-hex__shell {
  animation: kv-hex-float var(--idle-dur) ease-in-out var(--idle-delay) infinite;
}
.kv[data-kv-reveal=soft].kv--mode-outward .kv-hex {
  animation: kv-wave-soft 1.05s cubic-bezier(0.33, 0.1, 0.25, 1) var(--wave-out) both;
}
.kv[data-kv-reveal=blur].kv--mode-outward .kv-hex {
  animation: kv-wave-blur 1.15s cubic-bezier(0.33, 0.1, 0.25, 1) var(--wave-out) both;
}
.kv[data-kv-reveal=rise].kv--mode-outward .kv-hex {
  animation: kv-wave-rise 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) var(--wave-out) both;
}
.kv[data-kv-reveal=depth].kv--mode-outward .kv-hex {
  animation: kv-wave-depth 1.15s cubic-bezier(0.22, 0.61, 0.36, 1) var(--wave-out) both;
}

.kv-hex {
  --x: 0px;
  --y: 0px;
  --delay: 0s;
  --dur: 6s;
  position: absolute;
  width: var(--kv-hex-size);
  aspect-ratio: 1;
  top: var(--top);
  left: var(--left);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}
@media (min-width: 769px) {
  .kv-hex {
    width: calc(var(--kv-hex-tile) * 1px * var(--kv-item-grow, 1) * min(100cqw, 1440px) / 1440px);
  }
}
.kv-hex__shell {
  position: absolute;
  inset: 0;
  background: transparent;
}
.kv-hex__shell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.kv-hex__gate {
  position: absolute;
  inset: 0;
}
.kv-hex--wide .kv-hex__gate {
  opacity: 0;
}
.kv-hex--wide.is-wide-in .kv-hex__gate {
  opacity: 1;
}
.kv-hex--hex .kv-hex__shell {
  clip-path: polygon(50% 5.5%, 91.5% 27.8%, 91.5% 72.2%, 50% 94.5%, 8.5% 72.2%, 8.5% 27.8%);
}
.kv-hex--circle .kv-hex__shell {
  clip-path: circle(42% at 50% 50%);
}

.kv.is-wide-gated .kv-hex--wide .kv-hex__gate {
  transition: opacity 1.1s cubic-bezier(0.37, 0, 0.63, 1);
}
.kv.is-wide-gated .kv-hex--wide.is-wide-in .kv-hex__gate {
  transition-duration: 2.15s;
}

@media (prefers-reduced-motion: reduce) {
  .kv.is-kv-loading .kv__loader {
    visibility: visible;
    animation: none;
  }
  .kv.is-kv-revealing .kv__pulse,
  .kv--mode-outward .kv-hex,
  .kv--mode-outward .kv-hex__shell {
    animation: none !important;
  }
  .kv-hex--wide .kv-hex__gate {
    transition: none;
  }
}
.news-detail {
  padding: 180px 200px 80px;
}
.news-detail__head {
  margin-bottom: 80px;
}
.news-detail__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
}
.news-detail__en {
  margin-top: 16px;
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 700;
}
.news-detail__main {
  max-width: 1040px;
}
.news-detail h1 {
  margin: 24px 0 56px;
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  line-height: 1.4;
}
.news-detail__kv {
  width: 100%;
  height: 560px;
  margin-bottom: 48px;
  overflow: hidden;
  background: #cdcdcd;
}
.news-detail__kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail__body {
  color: #666666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.news-detail__back {
  display: flex;
  justify-content: center;
  margin: 80px 0 40px;
}

@media (max-width: 768px) {
  .news-detail {
    padding: 120px 24px 48px;
  }
  .news-detail__ja,
  .news-detail h1 {
    font-size: 28px;
  }
  .news-detail__kv {
    height: 200px;
  }
}
.page--history {
  background: #ffffff;
  --history-inline: clamp(80px, 13.89vw, 200px);
  --history-rail: max(16px, calc(var(--history-inline) - 80px));
  --history-rail-w: 36px;
  --history-topic-gap: 4px;
  --history-pc-scale: min(1, calc((100vw - 2 * var(--history-inline)) / 1040px));
}

.history-hero {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--history-inline) 0 var(--history-rail);
}
.history-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(0, 640px);
  justify-content: space-between;
  column-gap: 40px;
  box-sizing: border-box;
  width: 100%;
  min-height: 253px;
  margin: 230px 0 230px;
}
.history-hero__ttl {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
}
.history-hero__title {
  margin: 0;
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-hero__en {
  margin: 0;
  color: #bb9654;
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-hero__lead {
  align-self: end;
  width: auto;
  max-width: 640px;
  margin: 0;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  white-space: pre-line;
}

.history-nav {
  position: fixed;
  top: 50%;
  right: 40px;
  z-index: 40;
  width: 80px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.history-nav.is-faded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.history-nav__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  box-sizing: border-box;
  width: 80px;
  height: 178px;
  margin: 0;
  padding: 30px 0 31px;
  border: 2px solid #cfa861;
  border-radius: 80px;
  background: #004d8a;
  list-style: none;
}
.history-nav__list > li {
  display: flex;
  flex: none;
  line-height: 0;
}
.history-nav__link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  height: 9px;
  padding-left: 11px;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.history-nav__link:hover {
  opacity: 0.85;
}
.history-nav__link.is-active .history-nav__dot {
  background: #cfa861;
}
.history-nav__label {
  display: block;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-nav__dot {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.history-body {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  padding: 0 var(--history-inline) 160px;
}

.history-timeline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--history-rail) - var(--history-inline));
  z-index: 0;
  width: var(--history-rail-w);
  pointer-events: none;
}

.history-timeline__segment {
  position: absolute;
  left: 0;
  width: 100%;
  background: url("../img/history/timeline-dot.svg") 15px 0/6px 14px repeat-y;
}

.history-main {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  container-type: inline-size;
  container-name: history-main;
}

.history-decade {
  position: relative;
  overflow: visible;
  padding: 0;
}
.history-decade:first-of-type {
  padding-top: 0;
}
.history-decade:not(:first-of-type) {
  padding-top: 176px;
}
.history-decade > :last-child {
  margin-bottom: 0;
}
.history-decade__label {
  position: relative;
  width: max-content;
  margin-bottom: 96px;
  color: #004d8a;
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-decade__label .history-topic-dot {
  top: 50%;
  transform: translateY(calc(-50% + var(--topic-dot-snap-y, 0px)));
}
.history-decade__chara {
  position: absolute;
  top: -37px;
  left: calc(100% + 65px);
  z-index: 2;
  width: 104px;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.js .history-decade.js-reveal {
  opacity: 1;
  transform: none;
}
.js .history-decade.js-reveal .history-decade__chara:not(.js-chara-reveal),
.js .history-decade.js-reveal .history-event__media,
.js .history-decade.js-reveal .history-event__title,
.js .history-decade.js-reveal .history-event__body,
.js .history-decade.js-reveal .history-event__follow,
.js .history-decade.js-reveal .history-event__chara:not(.js-chara-reveal),
.js .history-decade.js-reveal .history-fact,
.js .history-decade.js-reveal .history-product {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.js .history-decade.js-reveal .history-decade__label,
.js .history-decade.js-reveal .history-event__year {
  transition: color 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.js .history-decade.js-reveal:not(.is-visible) .history-decade__label {
  color: rgba(0, 77, 138, 0);
}
.js .history-decade.js-reveal:not(.is-visible) .history-event__year {
  color: rgba(207, 168, 97, 0);
}
.js .history-decade.js-reveal.is-visible .history-decade__chara:not(.js-chara-reveal),
.js .history-decade.js-reveal.is-visible .history-event__media,
.js .history-decade.js-reveal.is-visible .history-event__title,
.js .history-decade.js-reveal.is-visible .history-event__body,
.js .history-decade.js-reveal.is-visible .history-event__follow,
.js .history-decade.js-reveal.is-visible .history-event__chara:not(.js-chara-reveal),
.js .history-decade.js-reveal.is-visible .history-fact,
.js .history-decade.js-reveal.is-visible .history-product {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .js .history-decade.js-reveal {
    opacity: 1;
    transition: none;
  }
  .js .history-decade.js-reveal .history-decade__chara:not(.js-chara-reveal),
  .js .history-decade.js-reveal .history-event__media,
  .js .history-decade.js-reveal .history-event__title,
  .js .history-decade.js-reveal .history-event__body,
  .js .history-decade.js-reveal .history-event__follow,
  .js .history-decade.js-reveal .history-event__chara:not(.js-chara-reveal),
  .js .history-decade.js-reveal .history-fact,
  .js .history-decade.js-reveal .history-product {
    opacity: 1;
    transition: none;
  }
  .js .history-decade.js-reveal .history-decade__label,
  .js .history-decade.js-reveal .history-event__year {
    transition: none;
  }
}
.history-topic-dot {
  position: absolute;
  top: 0;
  left: calc(var(--history-rail) - var(--history-inline) + 6px);
  z-index: 2;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  pointer-events: none;
  border: 4px solid #cfa861;
  border-radius: 50%;
  background-color: #ffffff;
}
.history-topic-dot--lg {
  left: calc(var(--history-rail) - var(--history-inline));
  width: 36px;
  height: 36px;
  border-width: 6px;
}

.history-event {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5cqi, 56px);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 96px;
  --history-year: 64px;
  --event-media-max: min(var(--event-media-w, 492px), 48cqi);
  --event-media-col-max: min(354px, 38cqi);
}
.history-event .history-event__year {
  position: relative;
}
.history-event .history-topic-dot {
  top: 50%;
  transform: translateY(calc(-50% + var(--topic-dot-snap-y, 0px)));
}
.history-event:has(+ .history-product) {
  margin-bottom: calc(48px + var(--event-product-gap-extra, 0px));
}
.history-event--text-only:has(+ .history-product) {
  margin-bottom: 46px;
}
.history-event--text-left {
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--event-media-max));
  align-items: center;
}
.history-event--text-left .history-event__text {
  order: 1;
  min-width: 0;
  max-width: var(--event-text-w, none);
}
.history-event--text-left:has(.history-event__follow) {
  align-items: start;
  row-gap: 0;
  column-gap: clamp(32px, 5cqi, 56px);
}
.history-event--text-left:has(.history-event__follow) .history-event__text {
  gap: 40px;
  grid-column: 1;
  grid-row: 1;
}
.history-event--text-left:has(.history-event__follow) .history-event__follow {
  grid-column: 1;
  grid-row: 2;
  margin-top: 40px;
  min-width: 0;
  max-width: var(--event-text-w, none);
}
.history-event--text-left:has(.history-event__follow) .history-event__media {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
}
.history-event--text-left.history-event--media-valign-start:has(.history-event__follow) .history-event__media {
  align-self: start;
}
.history-event--text-left .history-event__media {
  order: 2;
  justify-self: end;
  width: 100%;
  max-width: var(--event-media-max);
  min-width: 0;
}
.history-event--text-left .history-event__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.history-event--image-right {
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--event-media-col-max));
  gap: clamp(32px, 5.5cqi, 59px);
  align-items: center;
}
.history-event--image-right .history-event__text {
  order: 1;
  min-width: 0;
  gap: 40px;
}
.history-event--image-right:has(.history-event__stack) .history-event__text {
  gap: 40px;
}
.history-event--image-right:has(.history-event__follow) {
  align-items: start;
  row-gap: 0;
  column-gap: clamp(32px, 5.5cqi, 59px);
}
.history-event--image-right:has(.history-event__follow) .history-event__text {
  gap: 40px;
  grid-column: 1;
  grid-row: 1;
}
.history-event--image-right:has(.history-event__follow) .history-event__follow {
  grid-column: 1;
  grid-row: 2;
  margin-top: 72px;
  min-width: 0;
}
.history-event--image-right:has(.history-event__follow) .history-event__media {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
}
.history-event--image-right .history-event__media {
  order: 2;
  justify-self: end;
  width: 100%;
  max-width: var(--event-media-col-max);
  min-width: 0;
}
.history-event--image-right .history-event__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.history-event--tight {
  margin-bottom: 40px;
}
.history-event--image-left {
  grid-template-columns: minmax(0, var(--event-media-col-max)) minmax(0, 1fr);
  gap: clamp(32px, 5.5cqi, 59px);
}
.history-event--image-left .history-event__media {
  order: 1;
  width: 100%;
  max-width: var(--event-media-col-max);
  min-width: 0;
}
.history-event--image-left .history-event__text {
  order: 2;
  gap: 40px;
}
.history-event--image-left .history-event__text .history-topic-dot {
  left: calc(var(--history-rail) - var(--history-inline) + 6px - var(--event-media-col-max) - clamp(32px, 5.5cqi, 59px));
}
.history-event--image-left .history-event__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.history-event--anniversary {
  --event-anniversary-max: min(590px, 55cqi);
  grid-template-columns: minmax(0, var(--event-anniversary-max)) minmax(0, 1fr);
  gap: clamp(32px, 5.5cqi, 59px);
  align-items: center;
}
.history-event--anniversary .history-event__media {
  order: 1;
  width: 100%;
  max-width: var(--event-anniversary-max);
  min-width: 0;
}
.history-event--anniversary .history-event__text {
  order: 2;
  gap: 40px;
}
.history-event--anniversary .history-event__text .history-topic-dot {
  left: calc(var(--history-rail) - var(--history-inline) + 6px - var(--event-anniversary-max) - clamp(32px, 5.5cqi, 59px));
}
.history-event--anniversary .history-event__img {
  width: 79.4%;
  max-width: 469px;
  margin-left: 12.34%;
  height: auto;
}
.history-event--anniversary .history-event__title-lg {
  display: block;
  font-size: 40px;
}
.history-event--title-full {
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--event-media-max));
  gap: 32px clamp(32px, 5cqi, 56px);
  align-items: start;
}
.history-event--title-full .history-event__text {
  display: contents;
}
.history-event--title-full .history-event__year {
  grid-column: 1/-1;
  order: 1;
}
.history-event--title-full .history-event__title {
  grid-column: 1/-1;
  order: 2;
}
.history-event--title-full .history-event__body {
  order: 3;
  min-width: 0;
}
.history-event--title-full .history-event__media {
  order: 4;
  justify-self: end;
  width: 100%;
  max-width: var(--event-media-max);
  min-width: 0;
}
.history-event--title-full .history-event__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.history-event__chara {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
}
.history-event__chara--01 {
  top: 50%;
  left: 100%;
  width: 108px;
  max-width: none;
  height: auto;
  transform: translate(146px, calc(-42% - 30px));
}
.history-event__chara--03 {
  width: 102px;
  max-width: none;
}
.history-event__title-wrap--chara03 {
  position: relative;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
}
.history-event__title-wrap--chara03 .history-event__chara--03 {
  top: -110px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: -66px;
  transform: none;
}
.history-event__chara--02 {
  top: calc(100% - 60px);
  right: -37px;
  bottom: auto;
  width: 92px;
  max-width: none;
}
.history-event__chara--07 {
  top: auto;
  right: auto;
  left: -30px;
  bottom: -60px;
  width: 108px;
  height: auto;
  max-width: none;
}
.history-event__chara--06 {
  top: 180px;
  right: 384px;
  width: 100px;
  max-width: none;
}
.history-event__chara--08 {
  top: auto;
  right: 24px;
  bottom: -32px;
  width: 96px;
  max-width: none;
}
.history-event__chara--09 {
  top: auto;
  right: auto;
  left: 21px;
  bottom: -60px;
  width: 100px;
  max-width: none;
}
.history-event--text-only {
  display: block;
  max-width: 1040px;
}
.history-event--text-only .history-event__media {
  display: none;
}
.history-event--text-only .history-event__title-wrap--chara03 .history-event__chara--03 {
  margin-left: -74px;
  width: 77px;
}
.history-event--text-left-collage .history-event__text {
  order: 1;
}
.history-event--text-left-collage .history-event__media {
  order: 2;
}
.history-event__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
.history-event__stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}
.history-event__follow {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
.history-event__year {
  margin: 0;
  color: #cfa861;
  font-family: "Instrument Serif", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-event__title {
  margin: 0;
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-event__title-pc {
  display: inline;
}
.history-event__title-sp {
  display: none;
}
.history-event__title-sp-line {
  display: block;
}
.history-event__title-wrap {
  position: relative;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
}
.history-event__body {
  margin: 0;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  max-width: var(--event-body-w, none);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  white-space: pre-line;
}
.history-event__media {
  width: 100%;
}
.history-event__media:has(.history-event__chara) {
  position: relative;
}
.history-event__img {
  display: block;
  width: 100%;
  height: auto;
}
.history-event__collage {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.history-event__img--main {
  grid-row: 1/span 2;
  height: 100%;
  min-height: 208px;
  object-fit: cover;
}
.history-event__img--sub {
  height: 96px;
  object-fit: cover;
}

.history-fact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  width: 484px;
  max-width: 100%;
  margin: 0 0 96px;
  color: #666666;
}
.history-fact + .history-fact {
  margin-top: -32px;
}
.history-fact__year {
  display: block;
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-fact__text {
  display: block;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  white-space: pre-line;
}

.history-product-lead {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 48px;
}
.history-product-lead .history-event__year {
  position: relative;
}
.history-product-lead .history-topic-dot {
  top: 50%;
  transform: translateY(calc(-50% + var(--topic-dot-snap-y, 0px)));
}

.history-product {
  --product-thumb-w: 340px;
  --product-thumb-h: 171px;
  --product-thumb-lift: 47px;
  --product-thumb-pad: 400px;
  --product-title-size: 32px;
  --product-label-size: 24px;
  --product-excerpt-size: 13px;
  --product-thumb-w-scaled: calc(var(--product-thumb-w) * var(--history-pc-scale));
  --product-thumb-h-scaled: calc(var(--product-thumb-h) * var(--history-pc-scale));
  --product-thumb-pad-scaled: calc(var(--product-thumb-pad) * var(--history-pc-scale));
  --product-thumb-lift-scaled: calc(var(--product-thumb-lift) * var(--history-pc-scale));
  position: relative;
  display: flex;
  gap: calc(24px * var(--history-pc-scale));
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: calc(84px * var(--history-pc-scale));
  margin: var(--product-thumb-lift-scaled) 0 96px;
  padding: calc(38px * var(--history-pc-scale)) calc(40px * var(--history-pc-scale)) calc(38px * var(--history-pc-scale)) var(--product-thumb-pad-scaled);
  border: 0;
  border-radius: 8px;
  background: #004d8a;
  color: #ffffff;
  cursor: pointer;
  text-align: right;
  appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  .history-product:hover .history-product__icon {
    transform: scale(1.12);
  }
  .history-product:hover .history-product__plus {
    transform: rotate(180deg);
  }
  .history-product:hover .history-product__photos {
    transform: var(--product-photos-transform) scale(1.04);
  }
}
.history-product:focus-visible .history-product__icon {
  transform: scale(1.12);
}
.history-product:focus-visible .history-product__plus {
  transform: rotate(180deg);
}
.history-product:focus-visible .history-product__photos {
  transform: var(--product-photos-transform) scale(1.04);
}
.history-product__photos {
  --product-photos-transform: translateY(
    calc(-1 * var(--product-thumb-lift-scaled) + var(--product-thumb-pc-photo-drop, 0px) * var(--history-pc-scale))
  );
  position: absolute;
  top: 0;
  left: calc(40px * var(--history-pc-scale));
  z-index: 1;
  display: flex;
  gap: calc(11px * var(--history-pc-scale));
  align-items: center;
  overflow: hidden;
  width: var(--product-thumb-w-scaled);
  height: var(--product-thumb-h-scaled);
  min-width: 0;
  pointer-events: none;
  transform: var(--product-photos-transform);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.history-product__photos:has(.history-product__photo) {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
}
.history-product__photos:not(:has(.history-product__photo)) {
  overflow: visible;
  align-items: flex-start;
  width: var(--product-thumb-w-scaled);
  height: var(--product-thumb-h-scaled);
}
.history-product__photo-set {
  display: block;
  flex: none;
  box-sizing: border-box;
  width: var(--product-thumb-w-scaled);
  max-width: var(--product-thumb-w-scaled);
  height: var(--product-thumb-h-scaled);
  max-height: var(--product-thumb-h-scaled);
  object-fit: contain;
  object-position: left center;
}
.history-product__photo {
  display: block;
  flex: none;
  overflow: hidden;
  width: calc(139px * var(--history-pc-scale));
  height: calc(139px * var(--history-pc-scale));
  background: #efebdf;
}
.history-product__photo:nth-child(2) {
  width: calc(141px * var(--history-pc-scale));
  height: calc(141px * var(--history-pc-scale));
  background: #151515;
  transform: rotate(10deg);
}
.history-product__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.history-product--photos-2004 .history-product__photo {
  background: transparent;
}
.history-product--photos-2004 .history-product__photo:nth-child(2) {
  width: calc(146px * var(--history-pc-scale));
  height: calc(146px * var(--history-pc-scale));
  background: #fff;
  transform: none;
}
.history-product__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: calc(14px * var(--history-pc-scale));
  align-items: flex-end;
  min-width: 0;
  line-height: 0;
}
.history-product__detail {
  display: flex;
  flex-direction: column;
  gap: calc(16px * var(--history-pc-scale));
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  line-height: 0;
}
.history-product__label {
  margin: 0;
  color: #cfa861;
  font-family: "Instrument Serif", serif;
  font-size: calc(var(--product-label-size) * var(--history-pc-scale));
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-product__year {
  display: none;
}
.history-product__title {
  display: block;
  box-sizing: content-box;
  height: calc(28px * var(--history-pc-scale));
  margin: 0;
  overflow: visible;
  font-family: "Shippori Mincho", serif;
  font-size: calc(var(--product-title-size) * var(--history-pc-scale));
  font-weight: 700;
  line-height: calc(28px * var(--history-pc-scale));
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-product--title-wrap .history-product__title {
  height: auto;
  min-height: calc(28px * var(--history-pc-scale));
  line-height: 1.4;
  white-space: normal;
}
.history-product:has(+ .history-event--anniversary) {
  margin-bottom: 157px;
}
.history-product__excerpt {
  margin: 0;
  max-width: calc(400px * var(--history-pc-scale));
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: calc(var(--product-excerpt-size) * var(--history-pc-scale));
  font-weight: 400;
  line-height: 1.4;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.history-product__excerpt--wide {
  display: none;
}
@media (min-width: 769px) {
  .history-product .history-product__excerpt--wide {
    display: inline;
  }
  .history-product .history-product__excerpt--narrow {
    display: none;
  }
}
.history-product__icon {
  flex: none;
  overflow: visible;
  width: calc(64px * var(--history-pc-scale));
  height: calc(64px * var(--history-pc-scale));
  border-radius: 50%;
  background: #cfa861;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.history-product__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.history-product__plus {
  transform-box: view-box;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.history-product__chara {
  position: absolute;
  top: calc(100% + 30px);
  right: 6px;
  bottom: auto;
  z-index: 2;
  width: 74px;
  height: auto;
  pointer-events: none;
}
.history-product__chara--top-right {
  top: -112px;
  right: 6px;
  bottom: auto;
  width: 104px;
}

.history-closing {
  position: relative;
  max-width: 832px;
  margin: 157px 0 250px;
}
.history-closing::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: -250px;
  left: calc(var(--history-rail) - var(--history-inline));
  z-index: 1;
  width: var(--history-rail-w);
  background: #ffffff;
  pointer-events: none;
}
.history-closing .history-topic-dot {
  top: 0;
  transform: translateY(var(--topic-dot-snap-y, 0px));
}
.history-closing__title {
  margin: 0;
  color: #004d8a;
  font-family: "Shippori Mincho", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
}
.history-closing__title-pc {
  display: inline;
}
.history-closing__title-sp {
  display: none;
}
.history-closing__title-sp-line {
  display: block;
}
.history-closing__text {
  margin: 32px 0 0;
  color: #666666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  white-space: pre-line;
  text-box: trim-both cap alphabetic;
}

.history-pagetop {
  display: flex;
  justify-content: center;
  padding: 0 0 80px;
}
.history-pagetop__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 64px;
  padding: 0 40px;
  border: 1px solid #004d8a;
  border-radius: 999px;
  color: #004d8a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.history-pagetop__btn:hover {
  background: #004d8a;
  color: #ffffff;
}

@media (max-width: 768px) {
  .page--history {
    --history-inline: 56px;
    --history-rail: 24px;
    --history-rail-w: 24px;
    --history-topic-gap: 4px;
    --history-pc-scale: 1;
    --history-sp-scale: var(--sp-scale);
  }
  .page--history .header {
    z-index: auto;
  }
  .page--history .header__logo {
    z-index: 35;
  }
  .history-hero {
    min-height: 0;
    padding: 0 32px;
  }
  .history-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: calc(var(--header-sp-menu-top) + var(--header-sp-menu-h) + 50px * var(--history-sp-scale)) 0 64px;
  }
  .history-hero__ttl {
    width: auto;
    max-width: 100%;
    gap: 16px;
  }
  .history-hero__title {
    font-size: 28px;
  }
  .history-hero__en {
    font-size: 15px;
  }
  .history-hero__lead {
    position: static;
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin-top: 65px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
  }
  .history-nav {
    top: calc(var(--sp-vv-offset-y, 0px) + var(--header-sp-menu-top));
    right: calc(var(--sp-vv-offset-x, 0px) + 84px * var(--history-sp-scale));
    left: calc(var(--sp-vv-offset-x, 0px) + 16px * var(--history-sp-scale));
    bottom: auto;
    z-index: 40;
    width: auto;
    transform: none;
  }
  .history-nav__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: calc(22px * var(--history-sp-scale));
    width: 100%;
    height: calc(52px * var(--history-sp-scale));
    padding: calc(8px * var(--history-sp-scale)) calc(12px * var(--history-sp-scale)) calc(6px * var(--history-sp-scale));
    border-width: calc(1.2px * var(--history-sp-scale));
    border-radius: calc(52px * var(--history-sp-scale));
  }
  .history-nav__list > li {
    line-height: normal;
  }
  .history-nav__link {
    flex-direction: column-reverse;
    flex-shrink: 0;
    justify-content: center;
    width: auto;
    height: auto;
    padding-left: 0;
    gap: calc(8px * var(--history-sp-scale));
    font-size: calc(12px * var(--history-sp-scale));
  }
  .history-nav__dot {
    width: calc(6px * var(--history-sp-scale));
    height: calc(6px * var(--history-sp-scale));
  }
  .history-body {
    padding: 0 32px 0 var(--history-inline);
  }
  .history-timeline {
    top: 0;
    width: var(--history-rail-w);
  }
  .history-timeline__segment {
    background-image: url("../img/history/timeline-dot-sp.svg");
    background-size: 4px 10px;
    background-position: 10px 0;
  }
  .history-topic-dot {
    left: calc(var(--history-rail) - var(--history-inline) + 4px);
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
  .history-topic-dot--lg {
    left: calc(var(--history-rail) - var(--history-inline));
    width: 24px;
    height: 24px;
    border-width: 4px;
  }
  .history-decade {
    padding: 0;
  }
  .history-decade:not(:first-of-type) {
    padding-top: 80px;
  }
  .history-decade:first-of-type {
    padding-top: 0;
  }
  .history-decade__label {
    margin-bottom: 48px;
    font-size: 32px;
  }
  .history-decade__chara {
    top: -28px;
    left: calc(100% + 164px);
    width: 78px;
    max-width: none;
  }
  .history-decade > :last-child {
    margin-bottom: 0;
  }
  .history-decade > .history-event--anniversary:last-child {
    margin-bottom: 70px;
  }
  .history-event {
    --history-year: 44px;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }
  .history-event--tight {
    margin-bottom: 32px;
  }
  .history-event:has(+ .history-product) {
    margin-bottom: calc(116px + var(--event-product-gap-extra, 0px));
  }
  .history-event:has(+ .history-fact) {
    margin-bottom: 72px;
  }
  .history-event--image-left {
    grid-template-columns: 1fr;
  }
  .history-event--image-left .history-event__text {
    gap: 32px;
  }
  .history-event--image-left .history-event__text .history-topic-dot {
    left: calc(var(--history-rail) - var(--history-inline) + 4px);
  }
  .history-event--image-left .history-event__media {
    width: calc(264px * var(--history-sp-scale));
    max-width: 85%;
    margin-left: auto;
  }
  .history-event--image-left.history-event--media-left .history-event__media {
    margin-left: 0;
  }
  .history-event--image-left .history-event__img {
    height: auto;
  }
  .history-event--image-left .history-event__chara:not(.history-event__chara--01):not(.history-event__chara--02):not(.history-event__chara--03):not(.history-event__chara--07):not(.history-event__chara--09) {
    top: auto;
    right: 120px;
    bottom: -40px;
    width: 81px;
  }
  .history-event--image-left .history-event__chara--01 {
    width: 81px;
    transform: translate(-40px, calc(-42% + 300px));
  }
  .history-event--image-left .history-event__chara--09 {
    left: -50px;
    right: auto;
    bottom: -36px;
    width: 75px;
  }
  .history-event--image-right {
    grid-template-columns: 1fr;
  }
  .history-event--image-right .history-event__media {
    width: calc(264px * var(--history-sp-scale));
    max-width: 85%;
    justify-self: start;
  }
  .history-event--image-right.history-event--media-right .history-event__media {
    justify-self: end;
    margin-left: auto;
  }
  .history-event--image-right:has(.history-event__stack) .history-event__text {
    gap: 32px;
  }
  .history-event--image-right .history-event__chara--06 {
    display: none;
  }
  .history-event--image-right .history-event__chara--08 {
    right: 60px;
    bottom: -40px;
    width: 72px;
  }
  .history-event--anniversary {
    grid-template-columns: 1fr;
    gap: 70px;
    margin-bottom: 70px;
  }
  .history-event--anniversary .history-event__media {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .history-event--anniversary .history-event__img {
    width: 79.4%;
    margin-left: 12.34%;
  }
  .history-event--anniversary .history-event__text .history-topic-dot {
    left: calc(var(--history-rail) - var(--history-inline) + 4px);
  }
  .history-event--anniversary .history-event__title-lg {
    font-size: 30px;
  }
  .history-event--text-left {
    grid-template-columns: 1fr;
  }
  .history-event--text-left .history-event__media {
    width: 100%;
    max-width: none;
    justify-self: start;
  }
  .history-event--text-left .history-event__img {
    max-width: none;
    height: auto;
  }
  .history-event--text-left .history-event__chara--02 {
    top: calc(100% - 40px);
    right: 0;
    bottom: auto;
    width: 69px;
  }
  .history-event--text-left .history-event__chara--07 {
    left: 0;
    right: auto;
    bottom: -40px;
    width: 81px;
  }
  .history-event--title-full {
    grid-template-columns: 1fr;
  }
  .history-event--title-full .history-event__year,
  .history-event--title-full .history-event__title,
  .history-event--title-full .history-event__body {
    grid-column: 1;
  }
  .history-event--title-full .history-event__media {
    order: 4 !important;
    width: 100%;
    max-width: none;
    justify-self: start;
  }
  .history-event--title-full .history-event__img {
    max-width: none;
  }
  .history-event__text {
    order: 1 !important;
    max-width: none;
    gap: 32px;
  }
  .history-event__stack {
    gap: 32px;
  }
  .history-event__media {
    order: 2 !important;
    max-width: none;
  }
  .history-event__follow {
    order: 3 !important;
    width: 100%;
  }
  .history-event__follow .history-event__title br {
    display: none;
  }
  .history-event--text-left:has(.history-event__follow), .history-event--image-right:has(.history-event__follow) {
    row-gap: 32px;
  }
  .history-event--text-left:has(.history-event__follow) .history-event__text,
  .history-event--text-left:has(.history-event__follow) .history-event__follow,
  .history-event--text-left:has(.history-event__follow) .history-event__media, .history-event--image-right:has(.history-event__follow) .history-event__text,
  .history-event--image-right:has(.history-event__follow) .history-event__follow,
  .history-event--image-right:has(.history-event__follow) .history-event__media {
    grid-column: auto;
    grid-row: auto;
  }
  .history-event--text-left:has(.history-event__follow) .history-event__follow {
    margin-top: 38px;
  }
  .history-event--image-right:has(.history-event__follow) .history-event__follow {
    margin-top: 0;
  }
  .history-event__year {
    font-size: 44px;
  }
  .history-event__title {
    font-size: 24px;
  }
  .history-event__title-pc {
    display: none;
  }
  .history-event__title-sp {
    display: block;
  }
  .history-event__title-sp-line {
    display: block;
  }
  .history-event__body {
    font-size: 13px;
  }
  .history-event__collage {
    grid-template-columns: 1fr 1fr;
  }
  .history-event__img--main {
    grid-column: 1/-1;
    grid-row: auto;
    min-height: 180px;
  }
  .history-fact {
    width: 100%;
    gap: 12px;
    margin-bottom: 48px;
  }
  .history-fact + .history-fact {
    margin-top: -16px;
  }
  .history-fact__year {
    font-size: 20px;
  }
  .history-fact__text {
    font-size: 12px;
  }
  .history-product-lead {
    gap: 20px;
    margin-bottom: 0;
  }
  .history-product {
    --product-sp-photo-label-gap: -2px;
    --product-sp-photo-offset: 0px;
    --product-sp-photo-offset-x: 0px;
    --product-sp-bar-pad-top: 24px;
    --product-thumb-sp-display-w: calc(var(--product-thumb-w) * 0.67 * var(--history-sp-scale));
    --product-thumb-sp-display-h: calc(var(--product-thumb-h) * 0.67 * var(--history-sp-scale));
    --product-thumb-sp-rotation-bleed: 0px;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: visible;
    height: auto;
    min-height: 0;
    margin-bottom: 48px;
    margin-top: calc(var(--product-thumb-sp-display-h) + var(--product-sp-photo-label-gap) + var(--product-sp-photo-offset) - var(--product-sp-bar-pad-top) + var(--product-thumb-sp-rotation-bleed));
    padding: calc(24px * var(--history-sp-scale)) calc(16px * var(--history-sp-scale)) calc(24px * var(--history-sp-scale)) calc(24px * var(--history-sp-scale));
    border-radius: 6px;
    text-align: left;
  }
  .history-product:has(+ .history-event--anniversary) {
    margin-bottom: 48px;
  }
  .history-product:has(.history-product__photo:nth-child(2)) {
    --product-thumb-sp-rotation-bleed: 12px;
  }
  .history-product:not(:has(.history-product__photo)) {
    --product-thumb-sp-rotation-bleed: 0px;
  }
  .history-product__photos {
    --product-photos-transform: translateX(-50%);
    top: calc(var(--product-sp-bar-pad-top) - var(--product-thumb-sp-display-h) - var(--product-sp-photo-label-gap) - var(--product-sp-photo-offset));
    bottom: auto;
    left: calc(50% + var(--product-sp-photo-offset-x, 0px));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: var(--product-thumb-sp-display-w);
    max-width: calc(100% - 48px);
    height: var(--product-thumb-sp-display-h);
    margin-bottom: 0;
    gap: 8px;
    overflow: visible;
    transform: var(--product-photos-transform);
    transform-origin: center center;
  }
  .history-product__photos:has(.history-product__photo:nth-child(2)) {
    width: auto;
    height: auto;
    min-height: var(--product-thumb-sp-display-h);
    align-items: flex-end;
  }
  .history-product__photos:has(.history-product__photo:only-child) {
    width: auto;
    height: var(--product-thumb-sp-display-h);
  }
  .history-product__photos:not(:has(.history-product__photo)) {
    align-items: flex-end;
    justify-content: center;
    width: var(--product-thumb-sp-display-w);
    max-width: calc(100% - 48px);
    height: var(--product-thumb-sp-display-h);
  }
  .history-product__photo-set {
    display: block;
    flex: none;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
  .history-product__photo {
    width: calc(97px * var(--history-sp-scale));
    height: calc(97px * var(--history-sp-scale));
  }
  .history-product__photo:nth-child(2) {
    width: calc(179px * var(--history-sp-scale));
    height: calc(97px * var(--history-sp-scale));
    transform: rotate(10deg);
  }
  .history-product--photos-2004 .history-product__photo:nth-child(2) {
    width: calc(98px * var(--history-sp-scale));
    height: calc(98px * var(--history-sp-scale));
    transform: none;
  }
  .history-product__copy {
    position: relative;
    z-index: 2;
    flex: 1;
    align-items: flex-start;
    min-width: 0;
    gap: calc(12px * var(--history-sp-scale));
    line-height: 0;
  }
  .history-product__detail {
    display: flex;
    flex-direction: column;
    gap: calc(12px * var(--history-sp-scale));
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    line-height: 0;
  }
  .history-product__label {
    display: block;
    box-sizing: content-box;
    height: calc(13px * var(--history-sp-scale));
    margin: 0;
    overflow: visible;
    font-size: calc(17px * var(--history-sp-scale));
    line-height: calc(13px * var(--history-sp-scale));
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .history-product__year {
    display: none;
  }
  .history-product__title {
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    font-family: "Shippori Mincho", serif;
    font-size: calc(18px * var(--history-sp-scale));
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: -0.05em;
    white-space: normal;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .history-product--title-tight .history-product__title {
    box-sizing: content-box;
    height: calc(13px * var(--history-sp-scale));
    line-height: calc(13px * var(--history-sp-scale));
    letter-spacing: calc(-3.06px * var(--history-sp-scale));
    white-space: nowrap;
  }
  .history-product__excerpt {
    display: none;
  }
  .history-product__excerpt--narrow {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    font-size: calc(11px * var(--history-sp-scale));
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-box-trim: none;
    text-box-edge: auto;
  }
  .history-product__icon {
    align-self: center;
    flex: none;
    position: static;
    top: auto;
    right: auto;
    width: calc(32px * var(--history-sp-scale));
    height: calc(32px * var(--history-sp-scale));
  }
  .history-product__chara {
    top: calc(100% + 30px);
    right: 0;
    bottom: auto;
    width: 56px;
  }
  .history-product__chara--04 {
    top: calc(100% + 14px);
  }
  .history-product__chara--top-right {
    top: -88px;
    right: 0;
    bottom: auto;
    width: 78px;
  }
  .history-product .history-product__detail > .history-product__title {
    box-sizing: border-box;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    font-size: calc(18px * var(--history-sp-scale));
    line-height: 1.3333333333;
    letter-spacing: -0.05em;
    white-space: normal;
  }
  .history-product--title-tight .history-product__detail > .history-product__title {
    box-sizing: content-box;
    height: calc(13px * var(--history-sp-scale));
    line-height: calc(13px * var(--history-sp-scale));
    letter-spacing: calc(-3.06px * var(--history-sp-scale));
    white-space: nowrap;
  }
  .history-product-lead + .history-product {
    margin-top: calc(var(--product-thumb-sp-display-h) + var(--product-sp-photo-label-gap) + var(--product-sp-photo-offset) - var(--product-sp-bar-pad-top) + 16px + var(--product-thumb-sp-rotation-bleed));
  }
  .history-product-lead + .history-product--photos-2004 {
    margin-top: calc(var(--product-thumb-sp-display-h) + var(--product-sp-photo-label-gap) + var(--product-sp-photo-offset) - var(--product-sp-bar-pad-top) + 32px + var(--product-thumb-sp-rotation-bleed));
  }
  .history-closing {
    max-width: none;
    margin: 0 0 96px;
  }
  .history-closing::before {
    top: 16px;
    width: 24px;
  }
  .history-closing__title {
    font-size: 24px;
  }
  .history-closing__title-pc {
    display: none;
  }
  .history-closing__title-sp {
    display: block;
  }
  .history-closing__text {
    margin-top: 24px;
    font-size: 14px;
  }
  .history-pagetop {
    padding: 0 0 84px;
  }
  .history-pagetop__btn {
    min-width: 0;
    width: 272px;
    max-width: 100%;
    height: 48px;
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .history-product__icon,
  .history-product__plus {
    transition: none;
  }
  .history-product:hover .history-product__icon,
  .history-product:focus-visible .history-product__icon,
  .history-product:hover .history-product__plus,
  .history-product:focus-visible .history-product__plus {
    transform: none;
  }
}
.founder {
  max-width: 800px;
  margin: 0 auto;
  padding: 180px 24px 120px;
}
.founder__kicker, .founder__role, .founder__lead {
  color: #666666;
}
.founder h1 {
  margin: 16px 0;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
}
.founder__body {
  margin-top: 40px;
  color: #666666;
  line-height: 2;
}


/* 追加CSS */
span.fontSize-down{
  font-size: 0.8em;
}