@charset "utf-8";

#splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-whiteLow);
    /* 背景色 */
    z-index: 9999;
}

#logo {
    width: 150px;
    height: auto;
}

/* @keyframes draw {
    0% {
        stroke-dashoffset: 400; */
/* 線が隠れた状態 */
/* }

    100% {
        stroke-dashoffset: 0; */
/* 線が描かれた状態 */
/* }
} */

/* @keyframes fillColor {
    0% {
        fill: rgba(255, 255, 255, 0); */
/* 塗りつぶしが透明 */
/* }

    100% {
        fill: var(--primary-blue); */
/* 塗りつぶしが白に */
/* }
} */