/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2026 | 04:08:38 */
/* アニメーション */	
.swell-block-fullWide > * > * {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.swell-block-fullWide > *.is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
