/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 04:00:49 */
* {
	font-family: "游明朝", "YuMincho", serif;
}

.ft-img {
	width: 50%;
}

.ft-h2 {
	font-size: 1.5rem;
}

.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}

.fadein-visible {
  opacity: 1;
  transform: translateX(0);
}