トップに戻る
tags
if (window.matchMedia("(max-width: 767px)").matches) { console.log( "モバイルです" ); } else { console.log( "PCです" ); }
edit