/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2025 | 10:05:22 */
body {
  background: 
    linear-gradient(180deg, #FFFDF6 0%, #FFF8E0 50%, #FFF2CC 100%),
    url('/images/soft-pattern.svg');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed; /* ← 背景を固定！ */
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
}

