:root {
    color-scheme: dark;
}
img {
    width: 100%;
}

/* tag */
.textTagInfo {
    background-image: url(../../../img/information/label/LabelNews.png);
}
.textTagGacha {
    background-image: url(../../../img/information/label/LabelGacha.png);
}
.textTagMainte {
    background-image: url(../../../img/information/label/LabelMaintenance.png);
}
.textTagUpdate {
    background-image: url(../../../img/information/label/LabelUpdate.png);
}
.textTagBug {
    background-image: url(../../../img/information/label/LabelDefect.png);
}
.textTagEvent {
    background-image: url(../../../img/information/label/LabelEvent.png);
}
.textTagCamp {
    background-image: url(../../../img/information/label/LabelCampaign.png);
}
.newBadge {
    background-image: url(../../../img/information/common/GFont_New.png);
    background-size: cover;
}

/* tab */
.tabContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.tabContainer > .activeTabContent > .infoTabText {
    background-image: url(../../../img/information/common/Text_Info01.png);
    background-size: contain;
}
.tabContainer > .tabContent > .infoTabText {
    background-image: url(../../../img/information/common/Text_Info02.png);
    background-size: contain;
}
.tabContainer > .activeTabContent > .eventTabText {
    background-image: url(../../../img/information/common/Text_Event01.png);
    background-size: contain;
}
.tabContainer > .tabContent > .eventTabText {
    background-image: url(../../../img/information/common/Text_Event02.png);
    background-size: contain;
}
.tabContainer > .activeTabContent > .helpTabText {
    background-image: url(../../../img/information/common/Text_Help01.png);
    background-size: contain;
}
.tabContainer > .tabContent > .helpTabText {
    background-image: url(../../../img/information/common/Text_Help02.png);
    background-size: contain;
}

/* body */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.infoContainer {
    border-image: url(../../../img/information/common/Box_1.png) 42.9% fill / auto / 0 stretch;
}
.hiddenContent {
    display: none !important;
}
.scroller {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #CED4DE #000000;
}

/* scrollbar */
@media not (forced-colors: active) {
    @supports selector(::-webkit-scrollbar) {
        ::-webkit-scrollbar {
            width: 1.5vw;
            height: 0;
        }
        ::-webkit-scrollbar-track {
            border-image: url(../../../img/information/common/ScrollBar_Base.png) 40% 0 fill / auto / 0 stretch;
        }
        ::-webkit-scrollbar-thumb {
            border-image: url(../../../img/information/common/ScrollBar_Handle.png) 40% 0 fill / auto / 0 stretch;
        }
    }
    @supports not selector(::-webkit-scrollbar) {
        .scroller {
            scrollbar-color: #CED4DE #000000;
        }
    }
}

/* list */
.infoListContainer {
    margin: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}
.infoListContainer > li {
    list-style: none;
}
.infoList {
    color: #fff;
    position: relative;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.infoList * {
    margin: 0;
    padding: 0;
}

.infoList > .newBadge {
    display: block;
    position: absolute;
    z-index: 2;
}
.infoList > .activeFrame {
    display: block;
    position: absolute;
    z-index: 1;
    border-image: url(../../../img/information/common/Box_Select.png) 44% fill / auto / 0 stretch;
}
.listData:not(.event) {
    background: url(../../../img/information/common/MainList.png);
    background-size: cover;
}
.listData {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.listData > .listLabel {
    background-size: contain;
}
.listData > h1 {
    width: 100%;
    font-weight: normal;
}


/* detail */
/* container */
.infoDetailContainer {
    width: 100%;
    margin: 0;
    padding: 1vw;
    color: #fff;
    border-image: url(../../../img/information/common/Box_2.png) 42.9% fill / auto / 0 stretch;
    background-color: rgba(0, 0, 0, 0);
}
.infoDetailContainer hr {
	border: 0;
    border-image: url(../../../img/information/common/Line_Dia.png) 0% 45% fill / auto / 0 stretch;
}
.infoDetailContainer h4 {
    color: #A8A8DB;
}
.infoDetailContainer strong {
    color: #FF376E;
}
.infoDetailContainer a {
    color: #46FFF3;
    text-decoration: none;
}

/* header */
.infoDetailHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.infoDetailHeader * {
    margin: 0;
    padding: 0;
}
.infoDetailHeader h1 {
    width: 100%;
}
.infoDetailHeader .headerLabel {
    content: "";
    background-size: contain;
}


/* body */
.infoDetailBodyContainer h2 {
    border-bottom: 2px solid #5B2D71;
}
.infoDetailBodyContainer h3::before {
    content: "";
    width: 4vw;
    height: 3vw;
    background-image: url(../../../img/information/common/Icon_Headline.png);
    background-size: contain;
}
.infoDetailBodyContainer h3 {
    display: flex;
    align-items: center;
}
.textWrap {
    background-color: #3C3A4B;
}

/* table */
table {
	border: 0;
    border-collapse: collapse;
    width: 100%;
}
table > tbody > tr {
    border-bottom: 2px solid #5B2D71;
}
table > tbody > tr > div:not(:first-child) {
    border-left: 4px solid #5B2D71;
}
table td {
    color: #fff;
}
table > tbody > tr {
    border-bottom: 2px solid #5B2D71;
}
table > tbody > tr > td:not(:first-child) > div {
    border-left: 4px solid #5B2D71;
}
table > tbody > tr > td:first-child {
    white-space: nowrap;
    width: 1%;
}

