body {
    position: fixed;
    top: 0px;
    left: 0px;
    border: none;
    border-width: 0;
    height: 100%;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-size-adjust: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, "M+ 1p", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    user-select: none;
}

#showcase_iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

/* === logo === */
#logo {
    z-index: 10;
    width: auto;
    height: auto;
    color: #c91717;
    position: absolute;
    top: 24px;
    right: 15px;
}

#logo>img {
    width: 200px;
}

/* === icon === */
#area_left {
    position: fixed;
    right: 16px;
    color: #fff;
    z-index: 10;
    vertical-align: text-top;
    pointer-events: none;
    top: 120px;
}

#icon_area {
    z-index: 10;
    width: auto;
    height: auto;
    white-space: nowrap;
    bottom: 0px;
    pointer-events: auto;
    display: flex;
    flex-flow: column;
    padding-left: 15px;
    text-align: center;
}

.icon_item {
    font-size: 50px;
    cursor: pointer;
    padding-bottom: 5px;
}

.icon_item:hover {
    color: #999;
}

/* == minimap == */
#vr360_minimap_container {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 1000;
    max-width: 400px;
    max-height: 400px;
    min-width: 200px;
    min-height: 200px;
    /* resize: both; */
    overflow: auto;
    border-style: solid;
    transform: rotate(0deg);
}

.map {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-style: none;
}

#map_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.minimap_sweep {
    color: transparent;
    display: inline-block;
    position: absolute;
    padding: 0 0;
    margin: 0;
    height: 0.5rem;
    width: 0.5rem;
    border: 0.25rem solid rgba(108, 108, 109, 0.5);
    border-radius: 50%;
    box-sizing: content-box;
    background-color: transparent;
    font-size: 10px;
    outline: none;
}

.currentsweep {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    box-sizing: content-box;
    border-style: none;
    transform: scale(2);
}

.currentsweep>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

span.currentposition {
    width: 15px;
    height: 15px;
}

.minimap_sweep {
    visibility: hidden;
}

.eventsweep {
    visibility: visible;
}

.currentsweep {
    visibility: visible;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 0.6rem;
    }

    #logo {
        top: 80px;
        right: 8px;
    }

    #logo>img {
        width: 100px;
    }

    #area_left {
        top: 132px;
    }

    .icon_item {
        font-size: 30px;
    }
}

@media screen and (max-height: 480px) {
    body {
        font-size: 0.8rem;
    }

    #logo {
        top: 16px;
        right: 8px;
    }

    #logo>img {
        width: 100px;
    }

    #area_left {
        top: 64px;
    }

    .icon_item {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    #vr360_minimap_container {
        max-width: 200px;
        max-height: 200px;
        min-width: 100px;
        min-height: 100px;
    }

    .minimap_sweep {
        height: 0.3rem;
        width: 0.3rem;
        border: 0.1rem solid rgba(108, 108, 109, 0.5);
    }

    .currentsweep {
        transform: scale(1.2);
    }
}

@media screen and (max-height: 480px) {
    #vr360_minimap_container {
        max-width: 200px;
        max-height: 200px;
        min-width: 100px;
        min-height: 100px;
    }

    .minimap_sweep {
        height: 0.3rem;
        width: 0.3rem;
        border: 0.1rem solid rgba(255, 255, 0, 0.79);
    }

    .currentsweep {
        transform: scale(1.2);
    }

    .eventsweep {
        border: 0.15rem solid rgba(255, 9, 84, 0.79);
    }

    .eventsweep:hover {
        border: 0.15rem solid rgba(255, 9, 84, 0.79);
    }
}

#container {
    position: absolute;
    right: 5px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#container.vr360_hide {
    display: none;
}

.container_area {
    display: inline-flex;
    max-width: 25%;
    max-height: 80%;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    user-select: none;
    background-color: #222222;
    color: white;
    position: absolute;
    bottom: 50px;
    overflow: auto;
}

#container_name {
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
}

#container_product {
    text-align: left;
    font-size: 1rem;
}

#container_price {
    text-align: left;
    font-size: 1rem;
    color: red;
}

#brand_logo {
    text-align: center;
}

/* ===== container_text =====*/
#container_text {
    text-align: left;
    font-size: 1rem;
}

#container_text .link_area a {
    display: block;
    margin: 20px auto;
    padding: 16px;
    max-width: 280px;
    background-color: #50388c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
    text-decoration: none;
}

#container_text a:hover {
    opacity: 0.9;
}

/* ===== container_text2 =====*/
#container_text2 {
    text-align: left;
    font-size: 1rem;
}

#container_text2 .link_area2 a {
    display: block;
    margin: 20px auto;
    padding: 16px;
    max-width: 280px;
    background-color: #983302;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
    text-decoration: none;
}

#container_text2 a:hover {
    opacity: 0.9;
}

#logo_img {
    max-width: 100%;
    max-height: 100%;
}

#container_text .link_area.link_ec a {
    background-color: #224c5d;
}

@media (max-width: 768px) {
    .container_area {
        max-width: 40%;
        padding: 10px;
    }

    #container_name {
        font-size: 1rem;
    }

    #container_product {
        font-size: 0.8rem;
    }

    #container_price {
        font-size: 0.8rem;
        color: red;
    }

    #container_text {
        font-size: 0.8rem;
    }

    #container_text .link_area a {
        padding: 10px 0;
        margin: 10px auto;
    }

    #container_text2 .link_area2 a {
        padding: 10px 0;
        margin: 10px auto;
    }
}