/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 06:10:30 */
/* テキスト選択禁止 */
body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 画像ドラッグ禁止 */
img {
  -webkit-user-drag: none;
  user-drag: none;
}
