https://www.gravity-works.jp/gravica/web/js/004615.html
$(function(){ var headerH = 50; //ヘッダーの高さ $(window).on(“load”, function(){ if(location.hash !== “”){ var targetOffset = $(location.hash).offset().top; $(window).scrollTop(targetOffset – headerH); } }); });