/* トップに戻るアンカーリンク */
button.mx-2.top-button__content.base-background-color.v-btn.v-btn--contained.v-btn--fab.v-btn--round.theme--dark.v-size--default {
    background-color: #000 !important;
}

/* デフォルトヘッダー */
section.header__wrap.event__header {
    position: absolute;
    top: 60px;
    z-index: 1;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    height: 50px !important;
}
.header-tab__sp {
    padding: 8px !important;
}
.header-tab__v-tab.v-tab.v-tab--active.header-tab__active__event {
    border: none;
}
.header-tab__active__event {
    color: #c00 !important;
}
.v-item-group.theme--light.v-slide-group.v-tabs-bar {
    color: #c00 !important;
    caret-color: #c00 !important;
}
 /* ヘッダー固定 */
 /* section.header__wrap.event__header {
    top: 60px;
    position: fixed;
    z-index: 1;
    background-color: #fff;
}
.banner__item-display-size {
    margin-top: 125px;
} */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Old+Mincho&display=swap');

/* お知らせ・ブース一覧 */
.list-title__wrap {
    margin: 120px 0 32px !important;
}
/* お知らせ・ブース詳細 */
.detail-title__wrap {
    margin: 120px 0 32px !important;
}
/* お知らせ一覧 色変更 */
/* モジュールタイトルライン */
.list-title__border.base-background-color {
    background-color: #c00 !important;
}
/* 日付 */
span.information-date__text.base-color {
    color: #c00 !important;
}
/* ページネーション */
button.v-pagination__item.v-pagination__item--active {
    background-color: #c00 !important;
}
/* お知らせ詳細 モジュールタイトルライン 色変更 */
.detail-title__border.base-background-color {
    background-color: #c00 !important;
}
/* お知らせ詳細 日付 色変更 */
.public_period {
    color: #c00 !important;
}

/* イベントトップに戻る 非表示 */
.portal-event-top {
    display: none !important;
}

/* マイページ */
.mypage__layout {
    margin: 110px auto 0 !important;
}