/*画像ドラッグ&右クリック禁止*/
img {
pointer-events: none;
}
