愛犬の自然食専門店「みちのくファーム」

冬のごちそう祭

<script> const targetElement = document.querySelectorAll(".animationTarget"); document.addEventListener("scroll", function() { for (let i = 0; i < targetElement.length; i++) { const getElementDistance = targetElement[i].getBoundingClientRect().top + targetElement[i].clientHeight * -0.6 if (window.innerHeight > getElementDistance) { targetElement[i].classList.add("show"); } } }); </script>