@charset "utf-8";

/* 背景イメージ */
.appCustom-backgroundImage {
    background: #000000 url("https://cdn-static.andapp.jp/assets/apps/5151746958557184/img/background_29b4dc3218d42831c5a41acb23f9964e.jpg") center 0 no-repeat;

    
    -webkit-background-size: contain;
    background-size: contain;
    
}

/* キャラクター */
.appCustom-character {
    background: url("https://cdn-static.andapp.jp/assets/apps/5151746958557184/img/character_d4b063f5414c39f5d4e605c89d7e2654.png") right 0 no-repeat;
}

/* 1.テキスト文字 */
.appCustom-text {
    color: #FFFFFF;
}
/* 1.テキスト文字 > svg */
.appCustom-textSvg > svg {
    fill: #FFFFFF;
}
/* 1.テキスト文字（テキストリンク） */
.appCustom-textAnchor,
.appCustom-textAnchor:hover {
    color: #FFFFFF;
}

/* 2.サブテキスト文字 */
.appCustom-subText {
    color: #FFFFFF;
}

/* 3.ボタン上文字 */
.appCustom-buttonText {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

/* 3.ボタン上文字 > アプリラベルのボーダー色 */
.appCustom-buttonTextBorder {
    border-color: #FFFFFF;
}

/* 4.ボタン背景 */
.appCustom-buttonBackground {
    background-color: #993300;
}

/* 5.ボタン背景(マウスオーバー時) */
.appCustom-buttonBackground:hover {
    background-color: #993300;
}

/* 6.メニュー背景 */
.appCustom-menuBackground {
    background-color: #000000;
}

/* 7.メニュー境界線 */
.appCustom-menuBorder {
    border-bottom: 1px solid #000000;
}

/* 8.コンテンツ背景 */
.appCustom-contentsBackground {
    background-color: #000000;
}

/* 9.コンテンツ枠 */
.appCustom-contentsBorder {
    background-color: #000000;
}

/* 10.背景色 */
.appCustom-background {
    background-color: #000000;
}

/* 11.事前登録期間中の枠の文字色（ボタン上テキストカラーと揃える） */
.appCustom-noticeText {
    color: #FFFFFF;
}

/* 12.事前登録完了時の枠の文字色（ TODO:未使用かも ） */
.appCustom-regdoneText {
    color: #<no value>;
}

/* 13.事前登録完了時の枠の背景色（ボタン背景色と揃える） */
.appCustom-regdoneBackground {
    background-color: #993300;
}

/* スクロールバー */
.jspTrack {
    background-color: #000000;
}
.jspDrag {
    background-color: #FFFFFF;
}
