/*
    アプリ読み込み時のローディング画面
*/
#teleport-loading {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#teleport-loading.teleport-loading-hidden {
    display: none;
}

/*
    アプリ読み込み時の背景
*/
#teleport-background {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
