html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
  color: white;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#jf-scroller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: ew-resize;
  z-index: 3;
}
#jf-scroller::-webkit-scrollbar {
  height: 0;
  display: none;
}
#jf-spacer {
  height: 1px;
}
#jf-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 23100px;
  height: 1024px;
  transform-origin: 0 0;
  overflow: hidden;
  background: white;
  z-index: 1;
}
#jf-canvas > * {
  position: absolute;
}
.bg,
.accent,
.img,
.pin,
.wave,
.section-title,
.subtitle,
.hero-text,
.hero-copy,
.hero-paragraph,
.scroll-hint,
.text-block,
.feature-copy,
.process-copy,
.living-copy,
.future-copy {
  position: absolute;
}
.hero-line {
  left: 45.5px;
  top: 0;
  width: 1px;
  height: 1024px;
}
.menu-icon {
  left: 11px;
  top: 17px;
  width: 21px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  pointer-events: auto;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.48;
  color: white;
  white-space: nowrap;
}
.subtitle {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.55;
  color: white;
  letter-spacing: 2.4px;
}
.hero-text {
  width: auto;
  font-family: "Yuji Mai", serif;
  font-size: 64px;
  line-height: 1.48;
  color: white;
  text-align: right;
}
.hero-copy,
.feature-copy,
.text-block,
.process-copy,
.living-copy,
.future-copy {
  font-size: 16px;
  line-height: 1.55;
  color: white;
  letter-spacing: 2.4px;
  text-align: justify;
}
.hero-copy {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.hero-paragraph {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.hero-paragraph p {
  margin-bottom: 16px;
}
.scroll-hint {
  font-family: "Vollkorn", serif;
  font-size: 16px;
  color: #efeae5;
  transform: translateY(-50%);
  white-space: nowrap;
}
.feature-title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 32px;
  line-height: 1.48;
  letter-spacing: 4.8px;
  margin-bottom: 6px;
}
.living-copy p,
.future-copy p {
  margin: 0 0 12px;
}
.living-copy {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.living-copy p:first-child,
.future-copy p:first-child {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.16;
}
.pin {
  left: 3213px;
  top: 473px;
  width: 88px;
  height: 92px;
}
.wave {
  left: 7244px;
  top: 194px;
  width: 6602px;
  height: 625px;
}
.media-frame {
  overflow: hidden;
}
.media-frame video,
.media-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
#index-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: #64001e;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-container.hidden {
  display: none;
}
#index-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 101;
}
.index-title {
  position: absolute;
  left: 60px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.index-symbol {
  display: grid;
  gap: 6px;
  padding: 4px 0;
}
.index-symbol span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
}
.index-symbol span:first-child {
  width: 18px;
}
.index-symbol span:last-child {
  width: 14px;
}
.index-labels {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
.index-labels p:first-child {
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-weight: 500;
  color: white;
  letter-spacing: -0.08em;
  margin: 0;
  line-height: 1;
}
.index-labels p:last-child {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  color: white;
  margin: 0;
  letter-spacing: 0.16em;
  line-height: 1.2;
  transform: translateY(2px);
}
.index-images {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  height: 660px;
}
.index-image-large,
.index-image-small {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.36);
}
.index-image-large {
  left: 0;
  top: 100px;
  width: 280px;
  height: 540px;
}
.index-image-small {
  left: 220px;
  top: 0;
  width: 210px;
  height: 220px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35);
}
.index-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-52%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
}
.index-links button {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
  color: white;
  background: transparent;
  border: none;
  padding: 0;
  letter-spacing: 0.12em;
  line-height: 1.1;
  cursor: pointer;
  opacity: 0.98;
  transition: opacity 0.2s ease;
}
.index-links button:hover,
.index-japanese button:hover {
  opacity: 0.7;
}
.index-japanese {
  position: absolute;
  right: 72px;
  top: 48%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: right;
}
.index-japanese button {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 1.5;
  padding: 0;
  transition: opacity 0.2s ease;
}
.fade-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  pointer-events: none;
  z-index: 2;
}
