/* ===== 基本設定 ===== */
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

body {
  width: 100%;
  overflow-x: hidden;
}

#smooth-content {
    will-change: transform; 
}

/* Lenis の推奨 CSS */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}