.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;
    }
}


/* イベントトップに戻る 非表示 */
.event__event-top-wrapper {
    display: none;
}
.my-ticket__event-top-wrapper {
    display: none;
}
/* マイチケットステータス切替え 非表示 */
.container.my-ticket-layout__wrap {
    display: none;
}
/* マイチケット ヘッダー Liveホーム 非表示 */
#app > div > section > section > 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;
}