/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2025 | 06:19:05 */
/* ページネーションを画像の下に配置（重ならないように） */
.vk_slider .swiper-pagination {
    position: static !important;
    margin-top: 10px;
    text-align: center;
}

/* シャドウ */
.pickup-img {
	filter: drop-shadow(8px 12px 3px #070F22);
}