/* A-Frameコンテナ */
#popup-image-preview-container {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: #000; */
    display: flex;
}

/* A-Frame sceneタグ (360度画像のプレビュー表示する「幅」と「高さ」の設定) */
#popup-image-preview-a-scene {
    width: 100vw !important;
    height: 25vh !important;
    display: flex;
}