body {
    scrollbar-width: none; 
    -ms-overflow-style: none;
    overflow: hidden;
}
.scroll_hide::-webkit-scrollbar {
    display: none;             /* Chrome / Safari */
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.visual {
    position: sticky;
    top: 0;
    padding-bottom: 50vh;
}

.visual_swiper {
    height: 100%;
}
.visual_swiper .swiper-slide.img_v img {
    width: auto;
    height: 100%;
    float: right;
}

.page_title_box {
    width: calc(100% + 20px - (var(--page-padding) * 2));
    max-width: 280px;
    padding: 0 10px;
    background: var(--primary);
    backdrop-filter: blur(8px);
    position: fixed;
    top: var(--page-margin-top);
    left: calc(var(--page-padding) - 10px);
    z-index: 2;
    margin-top: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
}
.page_title_box.move {
    top: 0;
    left: 0;
}


.visual-item {
    width: 100%;
    height: 100vh;
    
}
.visual-item img {
    object-fit: contain;
    object-position: left;
}
.visual-item.visual_v img {
    object-fit: contain;
    
    
}
.visual-item.visual_h {
    height: auto;
}
.visual-item.visual_h img {
    object-fit: cover; 
}




body {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
}
body::-webkit-scrollbar {
    display: none;
}




.h_box {
    width: 100%;
    max-width: 80vw;
    padding: 100px var(--page-padding) var(--page-padding);
    background: var(--primary);
    backdrop-filter: blur(8px);
    bottom: 0;
    right: 0;
    align-items: end;
}
.h_box_desc {
    width: 100%;
    max-width: 550px;
}
.h_logo_img:first-child {
    width: 40%;
}
.h_logo_img:last-child {
    max-width: 550px;
}
.h_box.info_show .h_box_desc address {
    opacity: 1;
    
}
@media (hover:none) and (pointer:coarse) {
     .page_title_box.move {
        top: calc(var(--page-padding) - 10px);
        left: calc(var(--page-padding) - 10px);
     }
}
@media screen and (max-width: 1200px) {
    .h_box {
        max-width: 90vw;
    }
    .h_logo_img:first-child {
        width: 35%;
    }
}
@media screen and (max-width: 960px) {
    .h_box {
        max-width: 100vw;
    }
}
@media screen and (max-width: 860px) {
    .page_title_box.move {
        top: calc(var(--page-padding) - 10px);
        left: calc(var(--page-padding) - 10px);
        max-width: unset;
        transform: translate(0, 0) !important;
        opacity: 1;
     }
     .visual {
        /* position: static; */
        padding-bottom: 70vh;
     }
     .visual-item {
        height: auto;
    }
    .visual-item img {
        width: 100%;
    }
    .h_logo_img:first-child {
        width: 22%;
    }
    .h_box_desc {
        max-width: unset;
    }
    .h_box {
        padding: var(--page-padding);
        padding-bottom: 45px;
        bottom: 0;
        right: 0;
    }
    .h_box {
        max-width: unset;
    }

    .h_logo a {
        position: relative;
    }
    .h_logo_img:first-child {
        width: 70%;
        max-width: 400px;
        padding-bottom: 24vh;
    }
    .h_logo_img:last-child {
        width: 100%;
        max-width: unset;
        margin-left: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }
   
}