@media(min-width:768px){
    #header .menu .bg-other {
        background: unset;
    }

    #header li:first-child {
        background: unset;
    }

    #header .menu .logo a {
        top: 0;
        max-width: 100px;
        width: max-content;
    }

    #header .menu {
        height: auto;
    }

    #header .menu .logo img {
        position: unset;
    }
    #header .menu .logo img {
        position: unset;
    }

    #header {
        height: auto;
    }
}
ul.menu-pc > li:nth-child(2), .list-menu > li:first-child {
    display: none !important;
}
