/* ===== カスタム動画コントロール ===== */
.cont02_03.mov,
.cont02_03.mov .slide-item {
    overflow: visible;
}

.cont02_03.mov .slide-item picture {
    pointer-events: none;
}

#wrapper .lpbody .cont02_03.mov .video-controls {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    box-sizing: border-box;
}

.cont02_03.mov .video-btn {
    background: none;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.cont02_03.mov .video-seek {
    flex: 1;
    height: 4px;
    accent-color: #fff;
    cursor: pointer;
}

.cont02_03.mov .video-time {
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0;
}