/* ==================================================
   タッチ約分 - スタイル
   ================================================== */

/* コンテナ */
.touch-yakubun-container {
    width: 100% !important;
    height: 600px !important;
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    touch-action: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* キャンバス */
.touch-yakubun-canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
    .touch-yakubun-container {
        height: 500px !important;
    }
}

@media (max-width: 480px) {
    .touch-yakubun-container {
        height: 400px !important;
    }
}
