#header_inner {
    height: 56px;
    width: 100%;
    min-width: 0;
    margin: 18px !important;
    padding: 0;
}



.pc #global_menu {
    -webkit-width: calc(100% - 300px);
    width: calc(100% - 300px);
    height: 120px;
    font-size: 0;
    float: right;
    margin: 0;
    padding-top: 0 !important;
    text-align: center;
}


.pc #header.animate {
    top: -120px;
    -webkit-animation: headerSlideIn 0.8s ease forwards 1.5s;
    animation: headerSlideIn 0.8s ease forwards 1.5s;
}


