@charset "utf-8";

.video_wrapper {
    width: 100%;
}
.video_wrapper video {
    width: 100%;
}
.skaiwel .inner {
    /* padding-bottom: 100px; */
}
#newGallery {
    margin-bottom: 100px;
}
#introVideo {
    transform: translate(0px, -53px);
}
#sub-global-nav .global-item > a {
    position: relative;
    z-index: 1;
}
#sub-global-nav .global-item a + ul {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0.9456);
    transition-duration: .3s;
}
#sub-global-nav .global-item a + ul a {
    background-color: #333333;
}
#sub-global-nav .global-item a + ul a::before {
    display: none;
}
#sub-global-nav .global-item.active > a:hover + ul {
    opacity: 1;
}
#sub-global-nav .global-item.active > a + ul:hover {
    opacity: 1;
}
#newGallery .swiper-container .swiper-button-next {
    right: 20px!important;
    opacity: 1;
}
#newGallery .swiper-container .swiper-button-prev {
    left: 20px!important;
    opacity: 1;
}
#newGallery .swiper-container {
    height: unset;
}
#newGallery .swiper-container .swiper-wrapper .swiper-slide img {
    width: 80%;
}

@media ( max-width: 1000px ) {
    #yokohama {
        top: -53px;
    }
    #jiyugaoka {
        position: relative;
        top: 3px;
    }
    
}
@media ( max-width: 500px ) {
    #newGallery .swiper-container .swiper-button-next {
        right: 10px!important;
    }
    #newGallery .swiper-container .swiper-button-prev {
        left: 10px!important;
    }
}