背景画像
トピックスヘッドライン画像

トピックス

Topics

最新記事一覧
2020.04.18 イベント

コロナに負けるな!! シダー体操 動画配信のご案内


新型コロナウイルスの感染拡大により、外出を自粛されている方々を支援するため、

YouTubeにて当社オリジナルの『シダー体操』を配信しております。

ご自宅での運動不足解消に、是非ご活用下さい。


document.addEventListener('DOMContentLoaded', function() { // 通常のページングの前へ/次へリンク const paginationPrevLinks = document.querySelectorAll('.pagination li.prev.disabled'); const paginationNextLinks = document.querySelectorAll('.pagination li.next.disabled'); // 詳細ページのページング const detailPrevLinks = document.querySelectorAll('.detail-paging-prev.disabled'); const detailNextLinks = document.querySelectorAll('.detail-paging-next.disabled'); // すべての無効な要素を非表示に [].concat( Array.from(paginationPrevLinks), Array.from(paginationNextLinks), Array.from(detailPrevLinks), Array.from(detailNextLinks) ).forEach(function(link) { link.style.opacity = '0'; link.style.visibility = 'hidden'; link.style.pointerEvents = 'none'; }); });