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;
    user-select: none;
    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 #1E6BB3;
    border-radius: 16px;
    background-color: white;
}

.guide_title {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 0.1;
}

.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(3) {
        font-size: 0.85em;
    }

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

/* ==================================
JSON-img
=====================================*/
.hidden {
    display: none;
}

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.mask2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.json_layout_container {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: end;
    align-items: baseline;
    width: 100%;
    height: 100%;
}

.json_layout {
    width: 420px;
    z-index: 1000;
}

.json_layout_item {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 30px 32px;
    background-color: #ebf2f8;
    /* background-color: rgba(235, 242, 248, 0.85); */
    z-index: 1000;
}

.json_layout_top {
    padding: 0px;
}

.json_layout_top_title {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #1E6BB3;
    margin-bottom: 4px;
}

.json_layout_top_subtitle {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 16px;
}

.json_layout_top_desc1 {
    text-align: left;
    margin-bottom: 24px;
}

.json_layout_main {
    line-height: 0;
}

.json_layout_main img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.json_layout_top_desc2 {
    text-align: right;
    font-size: 0.75rem;
}

.json_link_area a {
    text-decoration: none;
    color: #1E6BB3;
}

.json_link_area a:hover {
    opacity: 0.8;
    cursor: pointer;
}

.json_link {
    margin-bottom: 8px;
}

/* ========================================
carousel
===========================================*/
.carousel {
    display: flex;
    justify-content: center;
}

.contains {
    width: 350px;
    height: 270px;
    overflow: hidden;
    position: relative;
    padding: 0;
    list-style: none;
}

.slide_select {
    display: none;
}

.slide {
    width: 350px;
    height: 270px;
    position: absolute;
    opacity: 0;
}

.scroll_button {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    top: 45%;
    margin-top: -20px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #fff;
    cursor: pointer;
    opacity: 0.8;
    z-index: 3;
}

.scroll_button:hover {
    opacity: 0.8;
}

.scroll_prev {
    left: 15px;
    transform: rotate(-135deg);
}

.scroll_next {
    right: 15px;
    transform: rotate(45deg);
}

.move_controler {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.move_controler.two {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.button_move {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0.5;
    z-index: 2;
}

.button_move:hover {
    opacity: 0.75;
}

.button_move {
    background-color: #333;
}

.slide_select:nth-of-type(1):checked~.slide:nth-of-type(1) {
    opacity: 1;
}

.slide_select:nth-of-type(1):checked~.move_controler .button_move:nth-of-type(1) {
    opacity: 1;
}

.slide_select:nth-of-type(2):checked~.slide:nth-of-type(2) {
    opacity: 1;
}

.slide_select:nth-of-type(2):checked~.move_controler .button_move:nth-of-type(2) {
    opacity: 1;
}

.slide_select:nth-of-type(3):checked~.slide:nth-of-type(3) {
    opacity: 1;
}

.slide_select:nth-of-type(3):checked~.move_controler .button_move:nth-of-type(3) {
    opacity: 1;
}

@media screen and (max-width:480px) {
    .json_layout_container {
        right: 5px;
        top: 5px;
    }

    .json_layout {
        width: 320px;
    }

    .json_layout_item {
        padding: 15px 16px;
    }

    .json_layout_top_title {
        font-size: 0.85rem;
        margin-bottom: 2px;
    }

    .json_layout_top_subtitle {
        font-size: 0.65rem;
        margin-bottom: 8px;
    }

    .json_layout_top_desc1 {
        font-size: 0.85rem;
        margin-bottom: 16px;
    }

    .json_layout_top_desc2 {
        font-size: 0.65rem;
    }

    .json_link_area a {
        font-size: 0.85rem;
    }

    .contains {
        width: 290px;
        height: 230px;
    }

    .slide {
        width: 290px;
        height: 230px;
    }
}

@media screen and (max-height:480px) {
    .json_layout_container {
        right: 2px;
        top: 2px;
    }

    .json_layout {
        width: 300px;
    }

    .json_layout_item {
        padding: 8px 10px;
    }

    .json_layout_top_title {
        font-size: 0.7rem;
        margin-bottom: 2px;
    }

    .json_layout_top_subtitle {
        font-size: 0.6rem;
        margin-bottom: 4px;
    }

    .json_layout_top_desc1 {
        font-size: 0.65rem;
        margin-bottom: 4px;
    }

    .json_layout_top_desc2 {
        font-size: 0.6rem;
    }

    .json_link_area a {
        font-size: 0.65rem;
    }

    .contains {
        width: 290px;
        height: 230px;
    }

    .slide {
        width: 290px;
        height: 230px;
    }
}

/* ============================
move-button 
==============================*/
.move_icon_area {
    position: absolute;
    left: 8px;
    top: 32px;
    font-size: 1.3rem;
    pointer-events: auto;
    color: white;
    background: #2a2a2a99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: auto;
    box-sizing: border-box;
    padding: 12px 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.move_icon_area:hover {
    cursor: pointer;
    background: #3f3f3fd7;
    transform: scale(1.03, 1.03);
}

.move_icon {
    user-select: none;
}

.move_icon::after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    vertical-align: 1px;
    width: 13px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.move_icon img {
    width: 26px;
    height: auto;
    margin-right: 2px;
    vertical-align: -4px;
}

@media screen and (max-width: 480px) {
    .move_icon_area {
        left: 4px;
        top: 24px;
        font-size: 0.85rem;
        width: 180px;
        padding: 8px 12px;
    }

    .move_icon_area:hover {
        transform: none;
    }

    .move_icon::after {
        content: "";
        margin-left: 2px;
        width: 10px;
        height: 10px;
    }

    .move_icon img {
        width: 20px;
        margin-right: 2px;
        vertical-align: -4px;
    }
}

@media screen and (max-height: 480px) {
    .move_icon_area {
        left: 4px;
        top: 24px;
        font-size: 0.85rem;
        width: 180px;
        padding: 8px 12px;
    }

    .move_icon_area:hover {
        transform: none;
    }

    .move_icon::after {
        content: "";
        margin-left: 2px;
        width: 10px;
        height: 10px;
    }

    .move_icon img {
        width: 20px;
        margin-right: 2px;
        vertical-align: -4px;
    }
}

/* ============================
move-area
==============================*/
.move_out_container {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.move_main_container {
    width: fit-content;
    height: auto;
    -ms-overflow-style: none;
    padding: 24px 80px;
    background-color: #00000099;
    border: 1px solid #fff;
}

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

.move_batsu {
    position: relative;
    top: -15px;
    right: -45px;
    text-align: end;
    color: #fff;
}

.move_batsu:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.move_batsu::before,
.move_batsu::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: white;
}

.move_batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.move_batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.move_main_title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
    color: white;
    user-select: none;
}

.move_image_container {
    padding-left: 0;
}

.move_link {
    opacity: 1;
    text-align: center;
    list-style: none;
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    user-select: none;
    transition: all 0.5s ease;
}

.move_link:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: scale(1.03, 1.03);
}

.move_link img {
    width: 260px;
}

.move_link_title::before {
    content: "▶";
    color: #fff;
}

.move_link_title>a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    user-select: none;
    font-size: 1rem;
}

@media screen and (max-width:480px) {
    .move_main_container {
        padding: 10px 40px;
    }

    .move_batsu {
        top: -6px;
        right: -20px;
    }

    .move_main_title {
        font-size: 1rem;
    }

    .move_link {
        margin-bottom: 16px;
        font-size: 0.85rem;
    }

    .move_link:hover {
        transform: none;
    }

    .move_link img {
        width: 180px;
    }
}

@media screen and (max-height: 480px) {
    .move_main_container {
        padding: 0px 40px;
    }

    .move_batsu {
        top: 0px;
        right: -20px;
    }

    .move_main_title {
        font-size: 1rem;
    }

    .move_link {
        margin-bottom: 16px;
        font-size: 0.85rem;
    }

    .move_link:hover {
        transform: none;
    }

    .move_link img {
        width: 100px;
    }
}

/* =====================================
link-button
======================================= */
.cvbtn__container {
    position: absolute;
    top: 0px;
    right: 200px;
    font-size: 1rem;
}

.cvbtn__container.vr360_hide {
    display: none;
}

.cvbtn__outer {
    width: 190px;
    height: 50px;
    background-color: #1E6BB3;
    border: 2px solid #ffffff;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
    border-top: none;
}

.cvbtn__outer:hover {
    cursor: pointer;
    opacity: 0.85;
    transition: all 0.3s;
}

.cvbtn__item {
    width: 100%;
    height: 100%;
    user-select: none;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .cvbtn__container {
        top: 100px;
        left: 8px;
        display: block;
    }

    .cvbtn__outer {
        width: 150px;
        height: 40px;
        margin-bottom: 3px;
        border-radius: 8px;
        border: 1px solid #fff;
    }

    .cvbtn__outer:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 480px),
(orientation: landscape) and (max-width: 932px) {
    .cvbtn__container {
        top: 70px;
        left: 5px;
        display: block;
        font-size: 0.75rem;
    }

    .cvbtn__outer {
        width: 120px;
        height: 30px;
        margin-bottom: 3px;
        border-radius: 8px;
        border: 1px solid #fff;
    }

    .cvbtn__outer:hover {
        opacity: 1;
    }
}