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: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

html {
    font-size: 1em;
}

/* .vr360_hide {
    display: none !important;
} */

/* =====================================
VR360IFrame
======================================= */
#showcase_iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

/* =====================================
vr-start-button
======================================= */
.vr_start_button_container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.vr_start_button_container.none {
    display: none;
}

/* =====================================
top birds-eye-view 
======================================= */
.birds_eye_view_close {
    position: absolute;
    top: 0px;
    right: 16px;
    font-size: 4rem;
    line-height: 1;
    z-index: 10000;
    /* transition: 0.35s; */
}

.birds_eye_view_close:hover {
    cursor: pointer;
    opacity: 0.65;
    transition: 0.35s;
}

.birds_eye_view_container {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.birds_eye_view_parent {
    position: relative;
}

.birds_eye_view_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vr_start_button {
    position: absolute;
    bottom: 9%;
    right: 25%;
    width: 20%;
    height: 10%;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: 0.35s;
    text-align: center;
}

.vr_start_button:hover {
    cursor: pointer;
    opacity: 0.85;
    transition: 0.35s;
}

.birds_eye_view_close.none {
    display: none;
}

.birds_eye_view_container.none {
    display: none;
}

.vr_start_button.none {
    display: none;
}

@media screen and (max-width: 768px) {
    .birds_eye_view_close {
        top: 0px;
        right: 5px;
        font-size: 3rem;
    }

    .vr_start_button {
        bottom: 8%;
        right: 24%;
        width: 22%;
        height: 10%;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 578px) {
    .birds_eye_view_close {
        top: 8px;
        right: 16px;
        font-size: 2rem;
    }

    .vr_start_button {
        bottom: 7%;
        right: 19%;
        width: 26%;
        height: 12%;
        font-size: 0.5rem;
    }
}

/* =========================================
 character-area 
 ========================================= */
.navigate_container {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.navigate_area {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.navigate_img {
    position: absolute;
    right: 8px;
    bottom: 80px;
    width: 160px;
    height: 180px;
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px #000);
}

.sweep_description.vr360_show {
    display: inline-block;
}

.sweep_description {
    /* min-width: 100px;
    max-width: 60%; */
    vertical-align: top;
    margin-right: 20px;
    border-radius: 8px;
    text-align: left;
    opacity: 0.8;
    color: #111;
    font-weight: bold;
    height: fit-content;
    max-width: 300px;
}

.arrow_box {
    position: relative;
    top: -180px;
    right: 160px;
    background: #fff;
    padding: 8px;
}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .arrow_box {
    padding: 8px;
}

.arrow_box::after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: -24px;
    border: 8px solid transparent;
    border-right: 25px solid #fff;
    transform: rotate(-160deg);
}

@media screen and (max-width: 480px) {
    .navigate_img {
        right: 4px;
        bottom: 60px;
        width: 80px;
        height: 90px;
    }

    .sweep_description {
        max-width: 220px;
    }

    .arrow_box {
        top: -120px;
        right: 60px;
        padding: 8px;
        font-size: 0.7rem;
    }
    
    /* safari */
    _::-webkit-full-page-media,
    _:future,
    :root .arrow_box {
        padding: 8px;
    }
    
    .arrow_box::after {
        content: "";
        position: absolute;
        bottom: 24px;
        right: -24px;
        border-right: 25px solid #fff;
        transform: rotate(-160deg);
    }

}

@media screen and (max-height: 480px) {
    .navigate_img {
        right: 4px;
        bottom: 60px;
        width: 80px;
        height: 90px;
    }

    .sweep_description {
        max-width: 220px;
    }

    .arrow_box {
        top: -120px;
        right: 60px;
        padding: 8px;
        font-size: 0.7rem;
    }
    
    /* safari */
    _::-webkit-full-page-media,
    _:future,
    :root .arrow_box {
        padding: 8px;
    }
    
    .arrow_box::after {
        content: "";
        position: absolute;
        bottom: 24px;
        right: -24px;
        border-right: 25px solid #fff;
        transform: rotate(-160deg);
    }
}

/* =====================================
description(メインステージタグ内説明)
======================================= */
.container {
    position: absolute;
    right: 5px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    justify-content: center;
}

.container.vr360_hide {
    display: none;
}

.container_area {
    position: absolute;
    /* bottom: 50px; */
    display: inline-flex;
    max-width: 50%;
    max-height: 80%;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    user-select: none;
    background-color: #404040;
    color: white;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.container_area::-webkit-scrollbar {
    display: none;
}

.container_name {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
}

.container_name .link_area a {
    color: #ff1d1d;
    text-decoration: underline;
}

.container_name .link_area a:hover {
    opacity: 0.9;
}

.container_text {
    text-align: left;
    font-size: 1rem;
}

.container_text .link_area a {
    color: #ff1d1d;
    text-decoration: underline;
}

.container_text .link_area a:hover {
    opacity: 0.9;
}

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

.container_product .link_area a {
    color: #ff1d1d;
    text-decoration: underline;
}

.container_product .link_area a:hover {
    opacity: 0.9;
}

/* ------------------------------
ipad-pro~ 
-------------------------------*/
@media (max-width: 1024px) {
    .container_area {
        max-width: 60%;
        padding: 24px;
    }

    .container_name {
        font-size: 1rem;
    }

    .container_product {
        font-size: 0.8rem;
    }

    .container_text {
        font-size: 0.8rem;
    }
}

/* --------------------------------
iphone-portrait
---------------------------------*/
@media (orientation: portrait) and (max-width: 430px) {
    .container_area {
        max-width: 70%;
        padding: 30px;
    }

    .container_name {
        font-size: 1rem;
    }

    .container_product {
        font-size: 0.8rem;
    }

    .container_text {
        font-size: 0.8rem;
    }
}

/* --------------------------------
iphone-landscape
---------------------------------*/
@media (orientation: landscape) and (max-width: 667px) {
    .container_area {
        max-width: 65%;
        padding: 24px;
        bottom: 24px;
    }

    .container_name {
        font-size: 1rem;
    }

    .container_product {
        font-size: 0.8rem;
    }

    .container_text {
        font-size: 0.8rem;
    }
}


/* ========================================
customparts-IFRAME 
 ==========================================*/
.parts_container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 100;
}

.vr360_customparts {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vr360_customparts_iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: auto;
}

.vr360_customparts.vr360_show {
    display: inline-block;
    max-width: 50%;
    max-height: 80%;
}

.vr360_customparts_hide {
    display: inline-block;
    position: absolute;
    right: 0.5%;
    background-color: unset;
    border-radius: 50%;
    z-index: 100;
    color: #999;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 2rem;
    border: none;
    line-height: 1;
    padding: 0;
    pointer-events: auto;
}

.vr360_customparts_hide:hover {
    color: #fff;
}

/* ========== custonparts-Youtube ==============*/
/* .youtube_container {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    left: 0;
    top: 0;
}

.youtube_container.vr360_hide {
    display: none;
}

.youtube_video_container {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 50%;
    max-height: 70%;
    justify-content: center;
    align-items: center;
    z-index: 100;
    left: 0;
    top: 0;
    scrollbar-width: none;
    overflow: auto;
    border-radius: 8px;
    border: 2px solid #968c92;
}

.youtube_video_container::-webkit-scrollbar {
    display: none;
}

.youtube_video_container.vr360_hide {
    display: none;
}

.youtube_video_title {
    background-color: #404040;
    color: white;
    font-size: 1.1rem;
    padding: 8px 0px 0px 16px;
}

.youtube_video_description {
    background-color: #404040;
    color: white;
    padding: 8px 16px;
    font-size: 1rem;
}

.youtube_video_description>a {
    background-color: #404040;
    color: white;
    opacity: 0.8;
    padding-left: 5px;
}

.youtube_video_description>a:hover {
    opacity: 1;
}

.frame-wrapper__video {
    position: relative;
    width: 100%;
    padding-top: 56.6%;
}

.player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .youtube_video_container {
        max-width: 95%;
        max-height: 50%;
        border: 2px solid #968c92;
    }

    .youtube_video_title {
        font-size: 1rem;
        padding: 8px 0px 0px 16px;
    }

    .youtube_video_description {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .youtube_video_description>a {
        opacity: 0.8;
        padding-left: 5px;
    }
}

@media screen and (max-height: 480px) {
    .youtube_video_container {
        max-width: 70%;
        max-height: 90%;
        border: 2px solid #968c92;
    }

    .youtube_video_title {
        font-size: 1rem;
        padding: 8px 0px 0px 16px;
    }

    .youtube_video_description {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .youtube_video_description>a {
        opacity: 0.8;
        padding-left: 5px;
    }
} */

/* =====================================
mp4-movies
======================================= */

.hidden {
    transform: translateY(-10000px);
}

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    /* background: rgba(134, 99, 99, 0.5); */
}

.navi_container {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* z-index: 10;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0; */
    /* background-color: rgba(0, 0, 0, 0.506); */
}

.video_layout {
    width: 60%;
    z-index: 1000;
}

.video_layout_item {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border: solid 3px #333;
    background-color: #404040;
    border-radius: 8px;
}

.video_layout_top {
    padding: 0px;
}

.video_layout_top_title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    /* display: inline-block; */
    /* line-height: 0.5; */
    color: #fff;
}

.video_layout_top_desc {
    font-size: 1rem;
    line-height: 1;
    color: darkgrey;
}

.video_layout_body {
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
}

.video_layout_main {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.video_layout_main video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
}

@media screen and (max-width: 480px) {
    .video_layout {
        width: 90%;
    }
}

/* =====================================
 custom-container
 ===================================== */
.custom_container {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom_container.vr360_hide {
    display: none;
}

.custom_container_display_area {
    max-height: 90%;
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
}

.custom_container_area_left {
    position: absolute;
    left: 5px;
    max-width: 30%;
    max-height: 80%;
    padding: 2% 3%;
    box-sizing: border-box;
    border: 2px solid #968c92;
    border-radius: 8px;
    overflow: auto;
    text-align: left;
    background-color: white;
    user-select: none;
}

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

.custom_container a:hover {
    opacity: 1;
}

.custom_container_img {
    text-align: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #8a8a8a;
}

.custom_container_title {
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
}

.custom_container_text {
    text-align: left;
    font-size: 0.9rem;
    padding-top: 5px;
}

@media screen and (max-width: 480px) {
    .custom_container_area_left {
        left: 3px;
        max-width: 80%;
        max-height: 80%;
        padding: 3% 5%;
        overflow: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .custom_container_area_left::-webkit-scrollbar {
        display: none;
    }

    .custom_container a {
        margin: 8px auto;
        padding: 8px;
        font-size: 14px;
    }

    .custom_container_title {
        font-size: 1rem;
    }

    .custom_container_text {
        font-size: 0.8rem;
        padding-top: 5px;
    }
}

@media screen and (max-height: 480px) {
    .custom_container_area_left {
        left: 3px;
        max-width: 50%;
        max-height: 90%;
        padding: 3% 5%;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .custom_container_area_left::-webkit-scrollbar {
        display: none;
    }

    .custom_container a {
        margin: 8px auto;
        padding: 8px;
        font-size: 14px;
    }

    .custom_container_title {
        font-size: 1rem;
    }

    .custom_container_text {
        font-size: 0.8rem;
        padding-top: 5px;
    }
}

/* =====================================
link-button
======================================= */
.link_query_container {
    position: absolute;
    top: 0px;
    right: 100px;
    display: flex;
    z-index: 10;
    font-size: 1rem;
}

.link_query_container.vr360_hide {
    display: none;
}

.link_query_area {
    width: 190px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    /* border-radius: 0px 0px 8px 8px; */
    /* border: 1px solid #ffffffd0; */
    border-top: none;
    opacity: 0.8;
}

.link_query_area.one {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    background-color: #e69155;
    font-weight: bold;
}

.link_query_area.one:hover {
    background-color: #ffeddd;
    border: 1px solid #e5925b;
    box-sizing: border-box;
    opacity: 1;
}

.link_query_area.two {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    background-color: #8bb174;
    font-weight: bold;
}

.link_query_area.two:hover {
    background-color: #dde7d7;
    border: 1px solid #8bb174;
    box-sizing: border-box;
    opacity: 1;
}

.redo_img {
    width: 40px;
    height: 40px;
    background-color: #e41313;
    opacity: 0.8;
}

.redo_img:hover {
    cursor: pointer;
    opacity: 1;
    background-color: #e5d6d6;
    border: 1px solid #e41313;
    box-sizing: border-box;
}

.link_button1 {
    width: 100%;
    height: 100%;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.link_button1:hover {
    color: #e5925b;
}

.link_button2 {
    width: 100%;
    height: 100%;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.link_button2:hover {
    color: #8bb174;
}

/* .link_query_link {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
} */

#link_toggle {
    display: none;
}

@media screen and (max-width: 1024px) {
    .link_query_container {
        position: absolute;
        top: 180px;
        right: 5px;
        display: block;
        font-size: 0.8rem;
        text-align: end;
    }

    .link_query_area {
        width: 160px;
        height: 40px;
        margin-bottom: 3px;
    }

    .link_query_area.one {
        margin-right: 0px;
    }
    
    .link_query_area.two {
        margin-right: 0px;
    }

    .link_redo_area {
        position: absolute;
        right: 0px;
        width: 40px;
    }
    
    #link_toggle {
        position:relative;
        top: 43px;
        display: inline-flex;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
    }

    .link_area.open {
        transition: 0.3s;
    }

    .link_area.close {
        transition: 0.2s;
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .link_query_container {
        position: absolute;
        top: 160px;
        right: 4px;
        display: block;
        font-size: 0.8rem;
        text-align: end;
    }

    .link_query_area {
        width: 140px;
        height: 30px;
        margin-bottom: 3px;
    }

    .link_query_area.one {
        margin-right: 0px;
    }
    
    .link_query_area.two {
        margin-right: 0px;
    }

    .redo_img {
        width: 30px;
        height: 30px;
    }

    .link_redo_area {
        position: absolute;
        right: 0px;
        width: 30px;
    }
    
    #link_toggle {
        position:relative;
        top: 33px;
        display: inline-flex;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
    }

    .link_area.open {
        transition: 0.3s;
    }

    .link_area.close {
        transition: 0.2s;
        display: none;
    }
}

@media screen and (max-height: 480px) {
    .link_query_container {
        position: absolute;
        top: 8px;
        right: 4px;
        display: block;
        font-size: 0.8rem;
        text-align: end;
    }

    .link_query_area {
        width: 140px;
        height: 30px;
        margin-bottom: 3px;
    }

    .link_query_area.one {
        margin-right: 0px;
    }
    
    .link_query_area.two {
        margin-right: 0px;
    }

    .redo_img {
        width: 30px;
        height: 30px;
    }

    .link_redo_area {
        position: absolute;
        right: 0px;
        width: 30px;
    }
    
    #link_toggle {
        position:relative;
        top: 33px;
        display: inline-flex;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
    }

    .link_area.open {
        transition: 0.3s;
    }

    .link_area.close {
        transition: 0.2s;
        display: none;
    }
}


/* =====================================
HomePage
======================================= */
/* HomePage1 */
.page_container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    user-select: none;
}

.page_parts {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    max-width: 650px;
    max-height: 80%;
    background-color: #fff;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.page_parts::-webkit-scrollbar {
    display: none;
}

.page_parts_iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: auto;
}

.page_parts_hide {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: unset;
    border-radius: 50%;
    z-index: 100;
    color: #b9b8b8;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 3rem;
    border: none;
    line-height: 1;
    padding: 0;
    pointer-events: auto;
}

.page_parts_hide:hover {
    color: #999;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .page_parts {
        max-width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .page_parts {
        max-width: 100%;
    }
}


/*=========================
 各ポイントごとのタイトル 
===========================*/
.vr360_sweep_title {
    position: absolute;
    top: 0px;
    right: 538px;
    /* margin-left: auto;
    margin-right: auto; */
    height: 40px;
    width: 200px;
    background-color: #92c5f7cc;
    color: white;
    font-weight: bold;
    text-align: center;
    border-top: unset;
    /* pointer-events: none; */
    z-index: 10;
}

.vr360_sweep_title.vr360_show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.current_position_container {
    position: absolute;
    top: 0px;
    right: 538px;
    /* display: flex; */
    z-index: 10;
}

.current_position_container.vr360_hide {
    display: none;
}

.position_button {
    display: block;
    position: relative;
    top: 0px;
    /* right: 538px; */
    width: 200px;
    height: 40px;
    user-select: none;
    opacity: 0;
    cursor: pointer;
    line-height: 1;
    z-index: 1;
}

.position_contents {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    min-height: 0;
    height: 0;
    transition: 0.35s;
    border-radius: 0px 0px 8px 8px;
    background-color: #c5def8cc;
}

.position_contents.apper {
    min-height: 90px;
    transition: 0.5s;
}

.position_contents>div {
    color: white;
}

.position_contents>div:hover {
    cursor: pointer;
    color: white;
    background-color: #92c5f7cc;
}

.positon {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    width: 200px;
    height: 30px;
    padding: 0px 42px;
    color: white;
}

@media screen and (max-width: 1024px) {
    .vr360_sweep_title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 40px;
    background-color: #92c5f7cc;
    color: white;
    font-weight: bold;
    text-align: center;
    border-top: unset;
    /* pointer-events: none; */
    z-index: 10;
}

.vr360_sweep_title.vr360_show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.current_position_container {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    /* display: flex; */
    z-index: 10;
}

.current_position_container.vr360_hide {
    display: none;
}

.position_container {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    /* width: 200px;
    height: 160px; */
    /* display: flex; */
    /* z-index: 10; */
}

.position_button {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 40px;
    user-select:none;
    /* text-align: center; */
    opacity: 0;
    cursor: pointer;
    line-height: 1;
    z-index: 1;
}

.position_contents {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    min-height: 0;
    height: 0;
    transition: 0.35s;
    border-radius: 0px 0px 8px 8px;
    background-color: #c5def8cc;
}

.position_contents.apper {
    min-height: 120px;
    transition: 0.5s;
}

.position_contents>div {
    color: white;
}

.position_contents>div:hover {
    cursor: pointer;
    color: white;
    background-color: #92c5f7cc;
}

.positon {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    width: 180px;
    height: 40px;
    padding: 0px 32px;
}
}

@media screen and (max-width: 480px) {
    .vr360_sweep_title {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        height: 30px;
        background-color: #92c5f7cc;
        font-size: 0.8rem;
        color: white;
        font-weight: bold;
        text-align: center;
        border-top: unset;
        /* pointer-events: none; */
        z-index: 10;
        /* display: none; */
    }
    
    .vr360_sweep_title.vr360_show {
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: none; */
    }
    
    .current_position_container {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        display: flex;
        z-index: 10;
        /* display: none; */
    }
    
    .current_position_container.vr360_hide {
        display: none;
    }
    
    .position_container {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        /* width: 180px;
        height: 120px; */
        /* display: flex; */
        /* z-index: 10; */
    }
    
    .position_button {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        height: 30px;
        user-select:none;
        /* text-align: center; */
        opacity: 0;
        cursor: pointer;
        /* line-height: 1; */
        z-index: 1;
    }
    
    .position_contents {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        min-height: 0;
        height: 0;
        transition: 0.35s;
        border-radius: 0px 0px 8px 8px;
        background-color: #c5def8cc;
    }
    
    .position_contents.apper {
        min-height: 90px;
        transition: 0.5s;
    }
    
    .position_contents>div {
        color: white;
        font-size: 0.8rem;
    }
    
    .position_contents>div:hover {
        cursor: pointer;
        color: white;
        background-color: #92c5f7cc;
    }
    
    .positon {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        width: 180px;
        height: 30px;
        padding: 0px 30px;
    }
}

@media screen and (max-height: 480px) {
    .vr360_sweep_title {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        height: 30px;
        background-color: #92c5f7cc;
        font-size: 0.8rem;
        color: white;
        font-weight: bold;
        text-align: center;
        border-top: unset;
        /* pointer-events: none; */
        z-index: 10;
    }
    
    .vr360_sweep_title.vr360_show {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .current_position_container {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        display: flex;
        z-index: 10;
    }
    
    .current_position_container.vr360_hide {
        display: none;
    }
    
    .position_container {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        /* width: 180px;
        height: 120px; */
        /* display: flex; */
        /* z-index: 10; */
    }
    
    .position_button {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        height: 30px;
        user-select:none;
        /* text-align: center; */
        opacity: 0;
        cursor: pointer;
        /* line-height: 1; */
        z-index: 1;
    }
    
    .position_contents {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        min-height: 0;
        height: 0;
        transition: 0.35s;
        border-radius: 0px 0px 8px 8px;
        background-color: #c5def8cc;
    }
    
    .position_contents.apper {
        min-height: 90px;
        transition: 0.5s;
    }
    
    .position_contents>div {
        color: white;
        font-size: 0.8rem;
    }
    
    .position_contents>div:hover {
        cursor: pointer;
        color: white;
        background-color: #92c5f7cc;
    }
    
    .positon {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        width: 180px;
        height: 30px;
        padding: 0px 30px;
    }
}

/* @media (orientation: landscape) and (max-width: 932px) {
    .vr360_sweep_title {
        width: 130px;
        height: 30px;
    }

    .position_button {
        width: 130px;
        height: 30px;
    }

    .position_contents {
        top: 30px;
    }

    .position_contents.apper {
        min-height: 72px;
        transition: 0.5s;
    }

    .positon {
        font-size: 0.7rem;
        width: 130px;
        height: 24px;
        padding: 0px 8px;
    }
} */