@charset "utf-8";


html {
    height: 100%;
}

body {
    position: relative;
    margin: 0 auto;
    width: 640px;
    padding: 0 !important;
    text-align: center;
    color: #242424;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    /*margin-bottom: 127px;*/
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    height: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100%;
  background-image: url("/assets/images/webview/common/bg_light.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.new-background:before {
  background-image: var(--bg-image-url, "");
}

/* ポップアップ */
.error_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.popup_area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    height: auto;
    padding: 3% 0 3%;
    transform: translate(-50%, -50%);
    background: #636363f2;
    border: solid 3px #10cd1a;
    border-radius: 1em;
    color: white;
}
.popup_area div.message {
    background: url('/assets/images/webview/common/bg.png') repeat left top;
    position:relative;
    height: auto;
    margin: 1em 0 1em;
    padding: 3%;
}

/* select用ポップアップ */
.select_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.select_popup_area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    padding: 3% 0 3%;
    transform: translate(-50%, -50%);
    background: #636363f2;
    border: solid 3px #10cd1a;
    border-radius: 1em;
    color: white;
}

.select_popup_area ul {
    background: black;
    position:relative;
    height: 20em;
    margin: 1em 0 1em;
    overflow: auto;
    padding: 7.5em 0 7.5em;
}

.select_popup_area ul > li {
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(#f1f1f1 0%, #b1b1b1 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    padding: 3%;
    font-size: 1.5em;
    margin: 1%;
    border-radius: 0.5em;
    width: 90%;
}

/* errorメッセージ用ポップアップ */
.error_message_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.error_message_popup_wrapper .area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    padding: 3% 0 3%;
    transform: translate(-50%, -50%);
    background: #636363f2;
    border: solid 3px #10cd1a;
    border-radius: 1em;
    color: white;
}
.error_message_popup_wrapper .area .title {
    font-size: 1.5em;
}
.error_message_popup_wrapper .area .detail {
    background: black;
    position:relative;
    height: auto;
    margin: 1em 0 1em;
    padding: 10% 5%;
}
.error_message_popup_wrapper .area .code {
    position: absolute;
    right: 1%;
    bottom: 0;
}

.btnCommon {
    display: inline-block;
    width: auto;
    min-width: 137px;
    min-height: 36px;
    padding: 10px 10px 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#777));
    color: #000 !important;
    text-align: center;
    border: solid 2px #888;
    -webkit-border-radius: 10px;
    font-weight: bold;
    line-height:33px;
}

/* select用ポップアップ */
.select_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

/* 外部ブラウザ確認用ポップ */
.request_browser_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.request_browser_popup_wrapper .area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    height: auto;
    padding: 5% 0 4%;
    transform: translate(-50%, -50%);
    background: rgba(99, 99, 99, 0.9);
    border: solid 3px #10cd1a;
    border-radius: 1em;
    color: white;
}
.request_browser_popup_wrapper .area div.detail {
    background: rgba(0, 0, 0, 0.5);
    position:relative;
    height: auto;
    margin: 1em 0 1em;
    font-size: 1.5em;
}
.request_browser_popup_wrapper .buttons{
    margin-top: 1em;
}
.request_browser_popup_wrapper .buttons > a{
    margin: 0 1em;
    position: relative;
}
.request_browser_popup_wrapper .buttons > a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.2em;
    color: black;
    font-weight: bold;
}

/* ユーザーブロック・ポップアップ */
.block-modal-area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    height: auto;
    padding: 3% 0 3% 0;
    transform: translate(-50%, -50%);
    background: rgba(99,99,99,0.94);
    border: solid 3px #10cd1a;
    border-radius: 1em;
    color: white;
}

.block-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.block-modal-area .title {
    font-size: 2.3em;
    color: #00FF00;
    text-shadow: 2px 2px 3px #000000, -2px 2px 3px #000000, 2px -2px 3px #000000, -2px -2px 3px #000000, 2px 0px 3px #000000, 0px 2px 3px #000000, -2px 0px 3px #000000, 0px -2px 3px #000000;
}

.block-modal-area .confirm-area {
    background: rgba(0,0,0,0.50);
    font-size: 20px;
    padding: 30px 0 50px 0;
}

.block-modal-area .button-area {
    margin: 2% 0 0 0;
}

.block-modal-area .button-area .close {
    margin: 0px 2% 0 0px;
}

.block-modal-area .button-area .execute {
    margin: 0px 0px 0 2%;
}

/* キャラクターポップアップ */
.character-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.character-modal-area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    height: auto;
    padding: 3% 0 3%;
    transform: translate(-50%, -50%);
    background: rgba(99,99,99,0.94);
    border: solid 3px #10cd1a;
    border-radius: 1em;
    color: white;
}
.character-modal-area div.receiveList {
    background: rgba(0,0,0,0.58);
    position:relative;
    height: 420px;
    margin: 1em 0 1em;
    padding: 3%;
}
.character-modal-area div.receiveList div.character {
    float:left;
    width:240px;
    height:320px;
}
.character-modal-area div.receiveList > div.product {
    height: 30px;
}
.character-modal-area div.receiveList > div.logo {
    height: 170px;
}
.character-modal-area div.receiveList > div.icon {
    text-align:left;
}
.character-modal-area div.receiveList > div.icon > img {
    margin-left:20px;
    height: 114px;
}
.character-modal-area div.receiveList > div.image {
    display: flex;
    justify-content: center;
}
.character-modal-area div.receiveList > div.image > div.icon {
    text-align: center;
    width: 50%;
}
.character-modal-area div.receiveList > div.image > div.icon > img {
    height: 114px;
}
.character-modal-area div.receiveList > div.image > div.rank {
    text-align: center;
    width: 50%;
}
.character-modal-area div.receiveList > div.image > div.rank > img {
    height: 114px;
}
.character-modal-area div.receiveList > div.name {
    margin: 20px;
    width:  530px;
    height: 50px;
}

/* ユーザーカードポップアップ */
.user_card-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.user_card-modal-area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    height: auto;
    transform: translate(-50%, -50%);
    background: rgba(99,99,99,0.94);
    background-image: url(/assets/images/webview/user_card/card/background.png);
    border-radius: 1em;
    color: white;
    z-index: 200;
}

.CardFrame {
    position: absolute;
    right: -0.5em;
}

/* ユーザーカード詳細(ページだけで表示する場合もあるためポップアップとは分割) */
.userCardDetail {
    position:relative;
    height: 380px;
    padding: 0.33em;
    font-size: 18px; /* bodyのfont-sizeが1.2emで設定されている場所があるため、固定させる */
}
.userCardDetail .top {
    display: flex;
    position: relative;
    bottom: 0.25em;
    margin-bottom: 1em;
}
.userCardDetail .top .user_rank {
    width: 9em;
}
.userCardDetail .top .user_rank .rank_name {
    position: relative;
    top: 0.3em;
}
.userCardDetail .top .user_exp {
    position: absolute;
    bottom: 0.1em;
    width: 180px;
    left: -5em;
}
.userCardDetail .top .user_exp .base {
    position: absolute;
}
.userCardDetail .top .user_exp .bar {
    position: absolute;
    object-fit: cover;
    object-position: 0 0;
    height: 8px;
}

.userCardDetail .top .user_name {
    border: solid 1px #aaa;
    background: linear-gradient(#666,#000);
    width: 12em;
    font-size: 1.3em;
    text-align: center;
    margin: 0em 1em 0.5em 1em;
    position: relative;
    top: 0.3em;
    border-radius: 0.3em;
}

.userCardDetail .card_detail_button {
    position: relative;
    top: 0.3em;
}

.userCardDetail .detail {
    display: flex;
}

.userCardDetail .detail .character .user_character {
    width: 12em;
    margin: 0 0.5em;
}
.userCardDetail .detail .status {
    margin-left: 0.5em;
    width: 20em;
}
.userCardDetail .detail .status .title {
    position: relative;
}
.userCardDetail .detail .status .title .text {
    position: absolute;
    z-index: 1;
}
.userCardDetail .detail .status .title .frame {
    position: relative;
}

.userCardDetail .detail .status > div.ranking_class_1 {
    height: 100px;
    background-image: url(/assets/images/webview/user_card/parts/flame_classpoint_total.png);
}

.userCardDetail .detail .status > div.ranking_class_2 {
    height: 100px;
    background-image: url(/assets/images/webview/user_card/parts/flame_classpoint_week.png);
}

.userCardDetail .detail .status > div .detail {
    margin-top: 0.5em;
    position: relative;
    align-items: center;
    display: flex;
}

.userCardDetail .detail .status > div .detail .class_icon {
    width: 100px;
    height: 100px;
    z-index: 2;
    position: relative;
}

.userCardDetail .detail .status > div .detail .class_icon > div {
    position: absolute;
    bottom: 0em;
}

.userCardDetail .detail .status > div .detail .point {
    width: 15em;
    text-align: right;
    position: relative;
    right: 1em;
}

.userCardDetail .detail .status > div .detail .aggregate {
    position: absolute;
    z-index: 1;
}

.userCardDetail .detail .status > div .detail .point_gauge {
    position: absolute;
    bottom: 1.4em;
    right: 8em;
    width: 240px;
}

.userCardDetail .detail .status > div .detail .point_gauge .base {
    position: absolute;
}

.userCardDetail .detail .status > div .detail .point_gauge .bar {
    position: absolute;
    object-fit: cover;
    object-position: 0 0;
    height: 16px;
}

.userCardDetail .detail .status > div .detail .ranking {
    position: absolute;
    bottom: 0.1em;
    right: 0em;
    width: 9em;
    font-size: 1.1em;
}

.userCardDetail .detail .status > div .user_trophy_data {
    margin-top: 0.2em;
}

.userCardDetail .detail .status > div .user_trophy_data > ul {
    display:inline-table;
    width: 20em;
}

.userCardDetail .detail .status > div .user_trophy_data > ul > li {
    display:table-cell;
    position:relative;
    text-align:center;
    width: 5em;
    z-index: 1;
}
.userCardDetail .detail .status > div .user_trophy_data > ul > li > div {
    position: absolute;
    width: 4.6em;
    bottom: 2.4em;
    left: 0.2em;
}

.userCardDetail .detail .status > div .user_trophy_data > ul > li > div > span .number {
    height: 28px;
}

/* ユーザー通報・ポップアップ */
.user-report-modal-area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    height: auto;
    padding: 3% 0 3% 0;
    transform: translate(-50%, -50%);
    background: rgba(99,99,99,0.94);
    border: solid 3px #10cd1a;
    border-radius: 1em;
    color: white;
}

.user-report-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.user-report-modal-area .title {
    font-size: 2.3em;
    color: #00FF00;
    text-shadow: 2px 2px 3px #000000, -2px 2px 3px #000000, 2px -2px 3px #000000, -2px -2px 3px #000000, 2px 0px 3px #000000, 0px 2px 3px #000000, -2px 0px 3px #000000, 0px -2px 3px #000000;
}

.user-report-modal-area .confirm-area {
    background: rgba(0,0,0,0.50);
    font-size: 20px;
    padding: 10px 0 10px 0;
}

.user-report-modal-area .confirm-area .text-area {
    margin: 0 auto;
    width: 95%;
}

.user-report-modal-area .confirm-area .text-area .input {
    width: 95%;
    height: 12em;
    border-radius: 5px;
    background: #FFFFFF;
    margin: 5px 0 0px 0;
    color: #000000;
}

.user-report-modal-area .button-area {
    margin: 2% 0 0 0;
}

.user-report-modal-area .button-area .close {
    margin: 0px 2% 0 0px;
}

.user-report-modal-area .button-area .execute {
    margin: 0px 0px 0 2%;
}

/* スキルアバター共通 */
.skillCharacterBase {
    color: #FFFFFF;
    width: 28em;
    margin: 0 auto;
    background-image: url("/assets/images/webview/skill_character/setting_data/flame.png");
}

.skillCharacterBase .skillStatus {
    background-color: #858585;
    text-align: left;
    padding: 0.1em 0em 0.1em 0.5em;
}

.skillCharacterBase .skillStatus .textYellow {
    color: #FFFF00;
}

.skillCharacterBase > div {
    width: 28em;
    margin-bottom: 0.5em;
}

.skillCharacterBase > div > div.CharacterDetail {
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
}

.skillCharacterBase > div > div.CharacterDetail > div.character {
    width: 6em;
    height: 11em;
}

.skillCharacterBase > div > div.CharacterDetail > div.character > img.characterIcon {
    width: 5em;
    position: relative;
    top: 3em;
    left: 0.2em;
}

.skillCharacterBase > div > div.CharacterDetail > div.character > div.characterLevel {
    color: #000000;
    width: 100%;
    margin-top: 0.3em;
    text-align: center;
}

.skillCharacterBase > div > div.CharacterDetail > div.skillDetailButton {
    position: absolute;
    top: 0em;
    right: 0.1em;
}

.skillCharacterBase > div > div.CharacterDetail > div.skillCharacterSkillList {
    width: 18em;
    display: contents;
    position: relative;
    height: auto;
}

.skillCharacterBase > div > div.CharacterDetail > div.skillCharacterSkillList > div.skillCharacterSkillDetail {
    width: 7em;
    height: 11em;
}

.skillCharacterBase > div > div.CharacterDetail > div.skillCharacterSkillList > div.skillCharacterSkillDetail > img.skillIcon {
    width: 5em;
    position: relative;
    top: 2em;
}

.skillCharacterBase > div > div.CharacterDetail > div.skillCharacterSkillList > div.skillCharacterSkillDetail > div.skillShortDescription {
    position: relative;
    top: 2.2em;
}

.skillCharacterBase > div > div.CharacterDetail > div.skillCharacterSkillList > div.skillCharacterSkillDetail > div.skillShortDescription > div > span.skillLimitCount {
    color:#C416D8;
    font-weight: bold;
}
.skillCharacterBase > div > div.CharacterDetail > div.skillCharacterSkillList > div.noSettingText {
    color: #AAAAAA;
    text-align: left;
    justify-content: center;
    line-height: 6em;
    padding-left: 1em;
}

.skillCharacterBase > div > div.CharacterDetail > div.settingFrame {
    position: absolute;
    top: 0;
    left: 0;
}

.skillCharacterBase > div > div.TicketReturn {
    display: flex;
    justify-content: flex-end;
    height: 3em;
    padding-right: 1.3em;
    color: #00FF00;
    background-image: url("/assets/images/webview/skill_character/character_recycle/line_500x40.png");
}

.skillCharacterBase > div > div.TicketReturn > img.ticketIcon {
    width: 2em;
    height: 2em;
    margin: 0.07em 0.5em 0em 0.5em;
}
.skillCharacterBase > div > div.TicketReturn > div.ticketCount {
    font-size: 1.3em;
}
