/* ログイン画面のCSS */
#register_button, .smart__forget  {
    display: none !important;
}

/* マイページ > ログイン情報での変更するボタンの非表示 */
.login-layout__wrap > .info-top__wrap > .info-top__card > div > button {
    display: none !important;
}
/* マイページ > 会員情報での変更するボタンの非表示 */
.member-profile-layout__wrap > .profile-contents__wrap > .profile-contents__controller > button {
    display: none !important;
}

/* マイページのログイン情報・会員情報下の説明テキストの非表示対応 */
.mypage-top-layout__wrap > div > div:nth-child(1) > .mypage-top-layout__card > div > div > .menu-item__message, 
.mypage-top-layout__wrap > div > div:nth-child(2) > .mypage-top-layout__card > div > div > .menu-item__message {
    display: none !important;
}

/* ヘッダーのメニューを非表示 */
.header-tab__menu {
     display: none !important;
}
/* スマホサイズ用 */
.menu__name {
    display: none !important;
}

/* マイチケットの金額と有効期限を非表示 */
.ticket-card__contents {
    display: none !important;
}
.ticket-card-detail__contents {
    display: none !important;
}

/* リスト表示の有効期限の調整 */
.my-ticket-layout__card > .v-data-table > .v-data-table__wrapper > table > .v-data-table-header > tr > th:nth-child(2) {
    display: none !important;
}
.my-ticket-layout__card > .v-data-table > .v-data-table__wrapper > table > tbody > tr > td:nth-child(2) {
    display: none !important;
}

/* Shutto翻訳変更 */
.stt-lang-select .stt-text:after {
    content: '/Language ▼' !important;
    display: contents !important;
}