/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 11:25:15 */
/* キャッチコピー初期透明 */
.swiper-slide .yuna {
    opacity: 0 !important;
    transition: opacity 1.5s ease;
}
/* サブタイトル初期透明 */
.swiper-slide .ltg-slide-text-caption {
    opacity: 0 !important;
    transition: opacity 2.5s ease;
}
/* アクティブスライドで表示 */
.fonts-ready .swiper-slide-active .yuna.show,
.fonts-ready .swiper-slide-active .ltg-slide-text-caption.show {
    opacity: 1 !important;
}
/* 2周目以降：即表示 */
.fonts-ready .swiper-slide .yuna.show.no-fade,
.fonts-ready .swiper-slide .ltg-slide-text-caption.show.no-fade {
    opacity: 1 !important;
    transition: none;
}