.headers .bg-mv-other {
    margin-top: 3.625rem;
    height: 12.5rem;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .headers .bg-mv-other {
        margin-top: 3.4375rem;
    }
}

.headers .bg-mv-other:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 60, 129, 0.2);
    z-index: 1;
}

.headers .bg-mv-other img {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    object-position: top center;
}

.headers .navbar-top {
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.headers .navbar-scroll {
    padding-top: .75rem;
    padding-bottom: .75rem;
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: -6px 0 #fff, 6px 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -6px 0 #fff, 6px 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.16);
    box-shadow: -6px 0 #fff, 6px 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.16);
    position: fixed;
    z-index: 2;
}

.headers .navbar-scroll.bg-whites {
    background: #fff;
}

.headers .menuopen {
    position: fixed;
    top: -100%;
    left: 0;
    bottom: 100%;
    z-index: -2;
    
    width: 100%;
    background: #fff;
    transition: 0.5s bottom cubic-bezier(0.19, 1, 0.22, 1);
}

.headers .menuopen .menu-item-list {
    padding-top: 2.25rem;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: center;
}

@media (max-width: 767.98px) {
    .headers .menuopen .menu-item-list {
        padding-bottom: 2rem;
    }
}

.headers .menuopen .menu-item-list li {
    padding-bottom: 2rem;
}

.headers .menuopen .menu-item-list li:last-child {
    padding-bottom: 0;
}

.headers .menuopen .menu-item-list li a {
    display: inline-block;
}

.headers .menuopen .menu-item-list li a span {
    display: block;
    line-height: 1;
}

.headers .menuopen .menu-item-list li a span.jp {
    font-size: 1rem;
    color: #333333;
    padding-bottom: .5rem;
}

.headers .menuopen .menu-item-list li a span.en {
    font-size: .75rem;
    color: #EE2623;
    text-transform: uppercase;
}

.headers .menuopen.menuopen-show {
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow-y: auto;
    height: 100%;
    opacity: 1;
}

.headers .menuopen .menu-item-list .banner{
    display: flex;
    justify-content: center;
}

.headers .menuopen .menu-item-list .banner a{
    display: flex;
    flex-direction: column;
}

.headers .menuopen .menu-item-list .banner a:first-child{
    margin-right: 16px;
}

@media (max-width: 767.98px) {
    .headers .menuopen .menu-item-list .banner{
        display: block;
    }
    .headers .menuopen .menu-item-list .banner a{
        display: block;
    }
    .headers .menuopen .menu-item-list .banner a:first-child{
        margin-bottom: 8px;
        margin-right: 0px;
    }
}
