/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2025 | 03:33:30 */
/* ▼ 通常ページ：白ベース＋カラードット背景 */
body {
  background-color: #ffffff;
  background-image:
    radial-gradient(circle, rgba(255, 36, 102, 0.15) 2px, transparent 2px),   /* ピンク系 */
    radial-gradient(circle, rgba(0, 154, 159, 0.15) 2px, transparent 2px),    /* ブルー系 */
    radial-gradient(circle, rgba(200, 200, 200, 0.1) 2px, transparent 2px);  /* グレー系 */
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px, 10px 30px;
  background-repeat: repeat;
}
body.page-id-7396 {
  background: linear-gradient(135deg, #4E4E4E, #353535) ;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #ffffff;
}
