/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 13:00:54 */
/* ===================================================
   1. サイトを開いた瞬間：タイトル（title）だけを完全に隠す
   =================================================== */
.ltg-slide .ltg-slide-text-title {
    opacity: 0 !important;
    text-shadow: none !important;
}

/* テキスト（caption）とボタン（btn）は、最初から表示（opacity: 1）しておく */
.ltg-slide .ltg-slide-text-caption,
.ltg-slide .ltg-slide-text-btn {
    opacity: 1 !important;
}
