/* トップに戻る非表示 */
.portal__event-top-wrapper {
    display: none!important;
  }
  
  
  /* トップに戻る非表示 */
  .portal-event-top {
    display: none!important;
  }
  
  /** マイページ **/
  #app > div > section > section.header__wrap.event__header {
    display: none;
}
  /* 会員QR テキスト変更 */
  span.mypage-title__button__text {
    font-size: 0 !important;
  }
  span.mypage-title__button__text:before {
    font-size: 16px !important;
    content: "入場用二次元コード";
    text-transform: none;
  }
  p.ma-1 {
    font-size: 0;
  }
  p.ma-1:before {
    font-size: 16px;
    content: "入場用二次元コード";
  }

  /*ヘッダー削除*/
  .header__wrap{
    display: none!important;
  }
