.event-top {
    display: none !important;
}

#app>div>section>section.header__wrap.event__header>div>div.flex.header__menu.justify-center>section>div.layout.header-tab__pc>div>div>div.v-slide-group__wrapper>div>div:nth-child(1) {
    display: none !important;
}

.v-slide-group__content {
    justify-content: right !important;
}

.portal-event-top {
    display: none !important;
}

/* #app>div>section>section.header__wrap.event__header>div>div.flex.header__menu.justify-center>section>div.layout.header-tab__pc>div>div>div.v-slide-group__wrapper>div>div:nth-child(1)>p {
    display: none;
} */

@media screen and (min-width: 851px) {
    .layout .menu__name {
        display: none;
    }
}
@media screen and (max-width: 850px){
    #app>div.v-menu__content>div.v-list>div:first-child {
        display: none !important;
    }
}

