/* 概要: Lenisとブラウザ標準の平滑スクロール競合回避用CSS */
html { scroll-behavior: auto !important; } /* 標準のスムーススクロールを無効化 */
.lenis, .lenis body { height: auto; }      /* Lenis推奨セット */
.lenis-smooth { scroll-behavior: auto; }   /* 念のための保険 */
