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;
}

html {
    font-size: 1em;
}

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

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

/* =====================================
entry 
======================================= */
.guide_out_container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    user-select: none;
}

.guide_main_container {
    width: 720px;
    padding: 20px;
    height: auto;
    border: 5px solid #cb1103;
    border-radius: 16px;
    background-color: white;
}

.guide_title {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 16px;
}

.guide_title>p {
    display: inline-block;
}

.guide_title>p:nth-child(1) {
    font-size: 1.5rem;
}

.guide_title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 470px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3a35358c;
    border-radius: 2px;
    margin: -5px;
}

.guide_position_container {
    margin: 0px 110px;
}

.guide_subtitle {
    text-align: center;
    font-size: 1.2rem;
    line-height: 0;
    margin-top: 40px;
}

.guide_flex_container_1 {
    display: flex;
}

.guide_flex_container_2 {
    text-align: center;
}

.guide_img_1 {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.guide_img_2 {
    width: 55px;
    height: auto;
    object-fit: contain;
}

.guide_text {
    line-height: 1;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide_text_dot_2 {
    margin-left: 7px;
}

.guide_icon_flex_container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.icon_img_size {
    width: 72px;
    height: auto;
    object-fit: cover;
}

.caption_center {
    font-size: 0.8rem;
    text-align: center;
}

@media screen and (max-width:480px) {
    .guide_main_container {
        width: 325px;
        padding: 0px;
        overflow: scroll;
    }

    .guide_title {
        font-weight: bold;
        font-size: 1rem;
    }

    .guide_title::after {
        width: 280px;
        left: 51%;
    }

    .guide_title>p:nth-child(1) {
        font-size: 1rem;
        padding: 8px 0px;
    }

    .guide_position_container {
        margin: 0px 16px;
    }

    .guide_subtitle {
        text-align: center;
        font-size: 1.1rem;
        margin-top: 40px;
    }

    .guide_flex_container_1 {
        display: block;
    }

    .guide_flex_container_2 {
        display: block;
        padding: 0px 0px 0px 0px;
    }

    .guide_img_1 {
        width: 64px;
        margin: 0px 110px;
    }

    .guide_img_2 {
        width: 35px;
        height: auto;
        object-fit: contain;
        margin: 0px 115px;
    }

    .guide_text {
        line-height: 1;
        font-size: 0.8rem;
        text-align: left;
    }

    .guide_text_dot {
        display: none;
    }

    .guide_text_dot_2 {
        display: none;
    }

    .guide_icon_flex_container1 {
        display: flex;
        flex-wrap: wrap;
    }

    .guide_icon_flex_item1 {
        width: 20%;
    }

    .guide_icon_flex_item2 {
        width: 20%;
    }

    .icon_img_size {
        width: 45px;
    }

    .caption_center {
        font-size: 0.7rem;
        text-align: center;
    }
}

@media screen and (max-height:480px) {
    .guide_main_container {
        width: 510px;
        padding: 5px;
        overflow: scroll;
    }

    .guide_title {
        font-size: 1rem;
    }

    .guide_title::after {
        width: 400px;
    }

    .guide_title>p:nth-child(1) {
        font-size: 1rem;
        padding: 8px 0px;
    }

    .guide_position_container {
        margin: 0px 45px;
    }

    .guide_subtitle {
        text-align: center;
        font-size: 1rem;
        line-height: 0;
        margin-top: 20px;
    }

    .guide_img_1 {
        width: 60px;
    }

    .guide_img_2 {
        width: 30px;
    }

    .guide_text {
        line-height: 1;
        font-size: 0.9rem;
    }

    .guide_icon_flex_item1 {
        width: 20%;
    }

    .guide_icon_flex_item2 {
        width: 20%;
    }

    .icon_img_size {
        width: 45px;
    }

    .caption_center {
        font-size: 0.55rem;
        text-align: center;
    }
}