/* 幅調整 */
section .container{
    max-width: 1120px!important;
}

/* 高さ調整 */
#hero-section-one .hero-slider-item {
    height: 480px;
}
@media (min-width: 1121px) {
    #hero-section-one .hero-slider-item {
        height: 560px;
    }
}

@media (min-width: 1121px) {
    #hero-section-one {
        margin-top: 60px !important;
    }
}


@media (min-width: 1200px) {
    .h1,
    h1 {
        white-space: nowrap;
    }
}



#lightbox {
    top: 60% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
