/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 05:46:58 */
.soft-parallax{
  overflow:hidden;
}

/* Xeoryの自動span対策 */
.soft-parallax img{
  display:block !important;
  width:95%;
  height:auto;

  will-change: transform;
  backface-visibility: hidden;
  transform-origin:center center;
}