/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2026 | 12:17:12 */
/* ファーストビューアニメーション */
/* ▼ スライダー画像のズームアニメーション */
.vk_slider .wp-block-cover__image-background {
	transform: scale(1.05);
	transition: transform 6s ease-out;
}

/* 表示中スライドだけゆっくり拡大 */
.vk_slider .swiper-slide-active .wp-block-cover__image-background {
	transform: scale(1);
}
