window.addEventListener('scroll', function() { const header = document.querySelector('.header'); if (window.scrollY > 50) { // 50px以上スクロールしたら header.classList.add('is-fixed'); } else { header.classList.remove('is-fixed'); } });

タグ: 無香料