//ページトップスクロール $(function() { $(".pagetop").click(function () { $('html,body').animate({ scrollTop: 0 }, 'swing'); return false; }); });