
/** チケット詳細 **/
.layout.ticket-price__sigle {
  display: none;
}
/** マイチケット詳細 **/
.ticket-card-detail.v-card.v-sheet.theme--light > div.v-card__text.mt-4 > div.container.ticket-card-detail__contents > div:nth-child(2) {
  display: none;
}
/** マイチケット一覧 **/
.my-ticket-layout__wrap > div.row.justify-center.align-content-center > div:nth-child(1) > div > div.v-card__text > div > div:nth-child(3) {
    display: none;
}
#app > div > section > section.widget__wrap.event__layout > div:nth-child(3) > section > div > div > .html__wrap > div {
  display: none;}