
    /* --- 1. GAP FIXER --- */
    .fuji-ag-video-wrapper {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-color: #fff;
        margin-top: -100px; /* PC Pull-up */
        margin-bottom: 0; 
        padding: 40px 0 40px 0; 
        z-index: 5; 
    }

    /* --- 2. Container --- */
    .fuji-ag-video-container {
        width: 96%;
        max-width: 1440px; 
        margin: 0 auto;
        font-family: 'Segoe UI', Verdana, Helvetica, sans-serif;
    }

    /* --- 3. Title --- */
    .fuji-ag-video-title {
        font-size: 32px;
        font-weight: 800;
        color: #000;
        text-align: center; 
        margin-bottom: 15px;
        line-height: 1.2;
    }

    /* --- 4. Subtitle (Optimized V3.2) --- */
    .fuji-ag-video-desc {
        font-size: 16px;
        color: #444;
        width: 100%; 
        max-width: 98%; 
        margin: 0 auto;
        text-align: center; 
        line-height: 1.6;
    }

    .fuji-ag-video-desc strong {
        color: #ba372a; 
        font-weight: 800;
    }

    /* --- 5. Mobile --- */
    @media (max-width: 900px) {
        .fuji-ag-video-wrapper {
            margin-top: 0; 
            padding: 30px 0 30px 0;
        }
        .fuji-ag-video-title {
            font-size: 26px;
        }
    }
