document.addEventListener('DOMContentLoaded', function() {
if (!document.body.classList.contains('front-top-page')) return;
const main = document.querySelector('main, #main');
if (!main) return;
main.insertAdjacentHTML('beforeend', `
`);
});
タイトルとURLをコピーしました