/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2026 | 11:27:53 */
/* PDFモーダル：タッチイベント干渉防止 */
#pdf-modal,
#pdf-modal * {
    pointer-events: none !important;
}
/* 横スクロールコンテナのタッチイベント干渉防止 */
.vk-mobile-nav {
    overflow-x: hidden !important;
    touch-action: pan-y !important;
}

.pdf-modal-overlay {
    overflow-x: hidden !important;
    touch-action: pan-y !important;
}

#pdf-modal {
    overflow-x: hidden !important;
    touch-action: pan-y !important;
}