.main_station {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;background:#17212e
}
.main_station * { box-sizing: border-box; }
.main_station img { width:100%;margin:0;border:0;overflow:hidden;overflow-clip-margin:content-box;margin-bottom:-5px; }

.main_station .slide01{ height: 676px; background: url('/img/main_v01.jpg') center no-repeat; background-size: cover; }
.main_station .slide02{ height: 676px; background: url('/img/main_v02.jpg') center no-repeat; background-size: cover; }

.main_station .pc {display: block;}
.main_station .mo {display: none;}

@media screen and (max-width: 1700px){
.main_station .slide01{ height: 550px; }
.main_station .slide02{ height: 550px; }
}
@media screen and (max-width: 1400px){
.main_station .slide01{ height: 400px; }
.main_station .slide02{ height: 400px; }
}

@media screen and (max-width: 1024px){
.main_station .slide01{ height: auto; background: url('/img/main_v00_m.jpg') center no-repeat; background-size: cover; }
.main_station .slide02{ height: auto; background: url('/img/main_v00_m.jpg') center no-repeat; background-size: cover; }
.main_station .pc{display: none;}
.main_station .mo{display: block;}
}
/* swiper */
/*.main_station .swiper-pagination-bullet-active {
    /* opacity: var(--swiper-pagination-bullet-opacity, 1); */
     /*background: var(--swiper-pagination-color, #0c2e86);
}*/
/*
.main_station .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 5%);
    color: #0c2e8689;
}
.main_station .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 5%);
    color: #0c2e8689;
}*/

/* tour */
.gallery-slider{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.gallery-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-slider .gallery-single{
    overflow: hidden;
    margin-bottom: 2px;
}
.gallery-slider .gallery-single .slick-arrow{
    font-size: 0;
    border: none;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    margin-top: 60px;
}
.gallery-slider .gallery-nav .slick-slide{
    height: 99px;
    overflow: hidden;
    background: #000;
    margin-right: 2px;
    cursor: pointer;
}
.gallery-slider .gallery-nav .slick-slide.slick-current img{
    opacity: 1;
}
.gallery-slider .gallery-nav .slick-slide img{
    opacity: .6;
}

/* below 1024 */
@media screen and (max-width: 1024px){
    .main_station{

        /*aspect-ratio: 1/1;*/
    }
    .main_station video{
        width: auto;
        height: 100%;
    }

}

/* below 768 */
@media screen and (max-width: 768px){

    
}

/* below 540 */
@media screen and (max-width: 540px){

    
    /* .section1 p{
        font-size: 24px;
    } */

}