/*
Theme Name: Diver Child
Template: diver
Description: Diverテーマの子テーマ
Version: 1.0
*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* 背景を少し薄く */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader video {
    width: 80%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}