@charset "UTF-8";
/*
@deprecated
zIndexの接頭辞付きのものに行こうする
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "FOT-RodinNTLGPro";
  src: url("/images/font/FOT-RodinNTLGPro-M_0.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "FOT-RodinNTLGPro";
  src: url("/images/font/FOT-RodinNTLGPro-B_0.otf") format("opentype");
  font-weight: bold;
}
body {
  width: 320px;
  background-color: #000;
  color: #E9E9E9;
  font-size: 1.4rem;
  font-family: "FOT-RodinNTLGPro", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.428;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
  font-size: 1.4rem;
}

a {
  color: #fff;
  text-decoration: none;
}

textarea {
  resize: vertical;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.pageTitle, .pageTitle-gvgModal, .pageTitle-modal {
  -webkit-animation: animation_pageTitle 0.5s ease 0s 1 normal;
  animation: animation_pageTitle 0.5s ease 0s 1 normal;
}

@-webkit-keyframes animation_pageTitle {
  0% {
    left: -64px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes animation_pageTitle {
  0% {
    left: -64px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.pageNotation {
  -webkit-animation: animation_pageNotation 0.5s ease 0s 1 normal;
  animation: animation_pageNotation 0.5s ease 0s 1 normal;
}

@-webkit-keyframes animation_pageNotation {
  0% {
    margin-right: -50px;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}

@keyframes animation_pageNotation {
  0% {
    margin-right: -50px;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
.fixedBtn-left, .fixedBtn-right, .fixedBtn-right-large {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.fixedBtn-right, .fixedBtn-right-large {
  -webkit-animation-name: animation_fixBtn-right;
  animation-name: animation_fixBtn-right;
}

.fixedBtn-left {
  -webkit-animation-name: animation_fixBtn-left;
  animation-name: animation_fixBtn-left;
}

@-webkit-keyframes animation_fixBtn-right {
  0% {
    margin-right: -100px;
    opacity: 0;
  }
  100% {
    margin-right: -10px;
    opacity: 1;
  }
}

@keyframes animation_fixBtn-right {
  0% {
    margin-right: -100px;
    opacity: 0;
  }
  100% {
    margin-right: -10px;
    opacity: 1;
  }
}
@-webkit-keyframes animation_fixBtn-left {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  100% {
    margin-left: -10px;
    opacity: 1;
  }
}
@keyframes animation_fixBtn-left {
  0% {
    margin-left: -100px;
    opacity: 0;
  }
  100% {
    margin-left: -10px;
    opacity: 1;
  }
}
.backBtn, .backBtn-static, .backBtn-bottom, .backBtn-overScreen, .backBtn-modal {
  -webkit-animation: animation_backBtn 1s ease 0s 1 normal;
  animation: animation_backBtn 1s ease 0s 1 normal;
}

@-webkit-keyframes animation_backBtn {
  0% {
    margin-left: -32px;
    opacity: 0;
  }
  30% {
    margin-left: -32px;
    opacity: 0;
  }
  55% {
    margin-left: -10px;
    opacity: 1;
  }
  100% {
    margin-left: -10px;
    opacity: 1;
  }
}

@keyframes animation_backBtn {
  0% {
    margin-left: -32px;
    opacity: 0;
  }
  30% {
    margin-left: -32px;
    opacity: 0;
  }
  55% {
    margin-left: -10px;
    opacity: 1;
  }
  100% {
    margin-left: -10px;
    opacity: 1;
  }
}
.questSelectVerticalList_questListStageStatus-new, .questSelectVerticalList_mapStageStatus-new, .questSelect_stageStatus-new, .questSelect_stageNameStatus-new, .questSelect_questListStageStatus-new, .questSelect_mapStageStatus-new, .questSelect_eventBannerStageStatus-new {
  -webkit-animation: animation_stageStatus-new 2s ease 0s infinite normal;
  animation: animation_stageStatus-new 2s ease 0s infinite normal;
}

@-webkit-keyframes animation_stageStatus-new {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation_stageStatus-new {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.missionCategoryBtn_link, .missionCategoryBtn_link-selected, .vertGachaListDetail_infoBtn a, .vertGachaListDetail_infoBtn-avatar a, .vertGachaListDetail_infoBtn-chara a, .vertGachaListDetail_detailBtn a, .vertGachaListItem a, .profBtn-disabled, .profBtn-failed, .profBtn-success, .com_threadDeleteBtn a, .com_boardItem, .introduction_banner, .status_underThumbBtn, .status_overInfoBtn, .questSelectBox_limitBtn, .questSelectBox_charaChangeBtn, .questSelectBox_avatarChangeBtn, .questSelectBox_deckBtn_off, .questSelectBox_deckBtn_on, .mypageBox-beginner-mission-btn, .mypageBox-beginner-mission-btn-receive, .mypage-beginner-mission-btn, .mypage-beginner-mission-btn-receive, .mypage_mainUIBtnInfo, .mypage_slider .slides li, .saleIntroductionBtn, .mypage_btnNews a, .mypage_btnNews button, .indexBoard a, .indexBoard-diasbled a, .indexBoard button, .indexBoard-diasbled button, .paper_underThumbBtn, .banner a, .btn a, .menu_btn a, .commonVideo_rapidButton a, .commonVideo_subtitleButton a, .openingVideo_skipButton a, .backBtn a, .backBtn-static a, .backBtn-bottom a, .backBtn-overScreen a, .backBtn-modal a, .btn button, .menu_btn button, .commonVideo_rapidButton button, .commonVideo_subtitleButton button, .openingVideo_skipButton button, .backBtn button, .backBtn-static button, .backBtn-bottom button, .backBtn-overScreen button, .backBtn-modal button {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.missionCategoryBtn_link:active, .missionCategoryBtn_link-selected:active, .vertGachaListDetail_infoBtn a:active, .vertGachaListDetail_infoBtn-avatar a:active, .vertGachaListDetail_infoBtn-chara a:active, .vertGachaListDetail_detailBtn a:active, .vertGachaListItem a:active, .profBtn-disabled:active, .profBtn-failed:active, .profBtn-success:active, .com_threadDeleteBtn a:active, .com_boardItem:active, .introduction_banner:active, .status_underThumbBtn:active, .status_overInfoBtn:active, .questSelectBox_limitBtn:active, .questSelectBox_charaChangeBtn:active, .questSelectBox_avatarChangeBtn:active, .questSelectBox_deckBtn_off:active, .questSelectBox_deckBtn_on:active, .mypageBox-beginner-mission-btn:active, .mypageBox-beginner-mission-btn-receive:active, .mypage-beginner-mission-btn:active, .mypage-beginner-mission-btn-receive:active, .mypage_mainUIBtnInfo:active, .mypage_slider .slides li:active, .saleIntroductionBtn:active, .mypage_btnNews a:active, .mypage_btnNews button:active, .indexBoard a:active, .indexBoard-diasbled a:active, .indexBoard button:active, .indexBoard-diasbled button:active, .paper_underThumbBtn:active, .banner a:active, .btn a:active, .menu_btn a:active, .commonVideo_rapidButton a:active, .commonVideo_subtitleButton a:active, .openingVideo_skipButton a:active, .backBtn a:active, .backBtn-static a:active, .backBtn-bottom a:active, .backBtn-overScreen a:active, .backBtn-modal a:active, .btn button:active, .menu_btn button:active, .commonVideo_rapidButton button:active, .commonVideo_subtitleButton button:active, .openingVideo_skipButton button:active, .backBtn button:active, .backBtn-static button:active, .backBtn-bottom button:active, .backBtn-overScreen button:active, .backBtn-modal button:active {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.indexBoard-diasbled a, .indexBoard-diasbled button {
  -webkit-transition-property: none;
  transition-property: none;
}
.indexBoard-diasbled a:active, .indexBoard-diasbled button:active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.animation_scale-A, .vertGachaListDetail_campaignBtn, .vertGachaListContent .banner a, .vertGachaListItem_discountBtn, .vertGachaListItem_discountBtn-campaign, .guild_balloon-promisingRookieRequest, .guild_balloon-beginnerWelcome, .openingVideo_startButton, .mypage_mainUIBtnBalloon, .mypage_btnNews, .paper_newText {
  -webkit-animation: animation_scale-A 1s ease infinite alternate;
  animation: animation_scale-A 1s ease infinite alternate;
}

@-webkit-keyframes animation_scale-A {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animation_scale-A {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.animation_opacity-A {
  -webkit-animation: animation_opacity-A 2s ease 0s infinite normal;
  animation: animation_opacity-A 2s ease 0s infinite normal;
}

@-webkit-keyframes animation_opacity-A {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation_opacity-A {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.mypage_userData {
  -webkit-animation: animation_userData 0.5s ease 0s 1 normal;
  animation: animation_userData 0.5s ease 0s 1 normal;
}

@-webkit-keyframes animation_userData {
  0% {
    left: -50px;
    opacity: 0;
  }
  100% {
    left: 5px;
    opacity: 1;
  }
}

@keyframes animation_userData {
  0% {
    left: -50px;
    opacity: 0;
  }
  100% {
    left: 5px;
    opacity: 1;
  }
}
.productCampaign, .paper_productCampaign {
  -webkit-animation: animation_productCampaign 1s ease infinite alternate;
  animation: animation_productCampaign 1s ease infinite alternate;
}

@-webkit-keyframes animation_productCampaign {
  0% {
    color: #ff0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    color: #E9E9E9;
  }
  75% {
    color: #E9E9E9;
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    color: #ff0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animation_productCampaign {
  0% {
    color: #ff0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    color: #E9E9E9;
  }
  75% {
    color: #E9E9E9;
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    color: #ff0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.message_next {
  -webkit-animation: animation_blink 0.75s ease 0s infinite alternate;
  animation: animation_blink 0.75s ease 0s infinite alternate;
}

@-webkit-keyframes animation_blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animation_blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.arrow-left, .arrow-bottom, .arrow-right, .arrow-top {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.arrow-top {
  -webkit-animation-name: animation_arrow-top;
  animation-name: animation_arrow-top;
}

.arrow-right {
  -webkit-animation-name: animation_arrow-right;
  animation-name: animation_arrow-right;
}

.arrow-bottom {
  -webkit-animation-name: animation_arrow-bottom;
  animation-name: animation_arrow-bottom;
}

.arrow-left {
  -webkit-animation-name: animation_arrow-left;
  animation-name: animation_arrow-left;
}

@-webkit-keyframes animation_arrow-top {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 6px;
  }
}

@keyframes animation_arrow-top {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 6px;
  }
}
@-webkit-keyframes animation_arrow-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -6px 0;
  }
}
@keyframes animation_arrow-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -6px 0;
  }
}
@-webkit-keyframes animation_arrow-bottom {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -6px;
  }
}
@keyframes animation_arrow-bottom {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -6px;
  }
}
@-webkit-keyframes animation_arrow-left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6px 0;
  }
}
@keyframes animation_arrow-left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6px 0;
  }
}
.mypage_ticker p {
  -webkit-animation-name: animation_ticker;
  animation-name: animation_ticker;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animation_ticker {
  0% {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes animation_ticker {
  0% {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
.messageWindow::after {
  -webkit-animation-name: animation_messageWindow_tail;
  animation-name: animation_messageWindow_tail;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes animation_messageWindow_tail {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animation_messageWindow_tail {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.vertGachaListDetail_rushBtnImage, .vertGachaListDetail_rushTitle, .gachaDetailUnit_rushBtnImage, .gachaDetailTopUnit_rushTitle {
  -webkit-animation-name: animation_gachaRush;
  animation-name: animation_gachaRush;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animation_gachaRush {
  0% {
    -webkit-filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
    filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
  }
  50% {
    -webkit-filter: drop-shadow(yellow 0 0 8px);
    filter: drop-shadow(yellow 0 0 8px);
  }
  100% {
    -webkit-filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
    filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
  }
}

@keyframes animation_gachaRush {
  0% {
    -webkit-filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
    filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
  }
  50% {
    -webkit-filter: drop-shadow(yellow 0 0 8px);
    filter: drop-shadow(yellow 0 0 8px);
  }
  100% {
    -webkit-filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
    filter: drop-shadow(rgba(255, 255, 0, 0) 0 0 8px);
  }
}
.status_skillBtnName-scroll {
  -webkit-animation: animation_skillBtnName-scroll 6s linear 0s infinite;
  animation: animation_skillBtnName-scroll 6s linear 0s infinite;
  margin-left: auto;
  white-space: nowrap;
}

@-webkit-keyframes animation_skillBtnName-scroll {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animation_skillBtnName-scroll {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.header {
  width: 320px;
  height: 52px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  position: fixed;
  z-index: 400;
}

.header_btnShop, .header_btnShop-disable, .header_btn-menu, .header_btn-menuDisable, .header_btn-load {
  position: absolute;
  text-indent: -9999px;
}
.header_btnShop a, .header_btnShop-disable a, .header_btn-menu a, .header_btn-menuDisable a, .header_btn-load a {
  display: block;
}

.header_btn-load {
  top: 5px;
  left: 7px;
  display: none;
}
.header_btn-load a {
  width: 41px;
  height: 21px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: -262px -53px;
  background-repeat: no-repeat !important;
}

.header_btn-menu, .header_btn-menuDisable {
  top: 9px;
  left: 58px;
}
.header_btn-menu a, .header_btn-menuDisable a {
  width: 36px;
  height: 21px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: 0px -121px;
  background-repeat: no-repeat !important;
}

.header_btn-menuDisable a {
  width: 36px;
  height: 21px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: -262px -75px;
  background-repeat: no-repeat !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

.header_guildNotice {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  text-align: center;
  font-size: 0;
}
.header_guildNotice a {
  display: block;
}
.header_guildNotice .notOpenHeader {
  opacity: 0;
}

.header_unionNoticeText-open {
  background-image: url("/images/strategy/homeIndex-header.png");
  background-size: 130px 50px;
  width: 130px;
  height: 50px;
}

.header_guildNoticeText-noGuild, .header_guildNoticeText-close, .header_guildNoticeText-open {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  text-indent: 100%;
  white-space: nowrap;
}

.header_guildNoticeText-open {
  width: 130px;
  height: 52px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: 0px -53px;
  background-repeat: no-repeat !important;
  font-size: 0;
}

.header_guildNoticeText-close {
  width: 96px;
  height: 14px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: 0px -106px;
  background-repeat: no-repeat !important;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin-top: 2px;
}

.header_guildNoticeText-noGuild {
  width: 130px;
  height: 52px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: -131px -53px;
  background-repeat: no-repeat !important;
  font-size: 0;
}

.header_guildNoticeNumbers {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin-top: 10px;
  color: #fff302;
  line-height: 1.3;
  font-weight: bold;
}
.header_guildNoticeNumbers .state-unmatched {
  font-size: 1.3rem !important;
}
.header_guildNoticeNumbers .state-matched {
  font-size: 1.5rem !important;
}

.header_btnShop, .header_btnShop-disable {
  top: 21px;
  right: 10px;
}
.header_btnShop a, .header_btnShop-disable a {
  width: 20px;
  height: 17px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: -299px -75px;
  background-repeat: no-repeat !important;
}

.header_btnShop-disable a {
  width: 20px;
  height: 17px;
  background-image: url("/images/modules/sprite-header.png?1611065771331");
  background-size: 320px 166px;
  background-position: -37px -121px;
  background-repeat: no-repeat !important;
  -webkit-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

.header_statusGem, .header_statusMoney {
  position: absolute;
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
}

.header_statusMoney {
  top: 8px;
  right: 14px;
  width: 66px;
}

.header_statusGem {
  top: 23px;
  right: 33px;
  width: 46px;
}

.footer {
  width: 320px;
  height: 56px;
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  position: fixed;
  bottom: 0;
  z-index: 400;
}

.footer_list {
  padding-top: 8px;
  padding-left: 1px;
  text-align: center;
  font-size: 0;
}

.footer_btn-shop, .footer_btn-gacha, .footer_btn-avatar, .footer_btn-monster, .footer_btn-guild, .footer_btn-mypage {
  display: inline-block;
  position: relative;
}
.footer_btn-shop a, .footer_btn-gacha a, .footer_btn-avatar a, .footer_btn-monster a, .footer_btn-guild a, .footer_btn-mypage a {
  display: block;
  width: 53px;
  height: 50px;
}

.footer_btn-mypage a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -162px -108px;
  background-repeat: no-repeat !important;
}

.footer_btn-guild a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -216px -57px;
  background-repeat: no-repeat !important;
}

.footer_btn-monster a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -54px -108px;
  background-repeat: no-repeat !important;
}

.footer_btn-avatar a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: 0px -108px;
  background-repeat: no-repeat !important;
}

.footer_btn-gacha a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -108px -57px;
  background-repeat: no-repeat !important;
}

.footer_btn-shop a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: 0px -159px;
  background-repeat: no-repeat !important;
}

.footer_btn-disabled.footer_btn-mypage a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -216px -108px;
  background-repeat: no-repeat !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.footer_btn-disabled.footer_btn-guild a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -54px -159px;
  background-repeat: no-repeat !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.footer_btn-disabled.footer_btn-monster a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -108px -108px;
  background-repeat: no-repeat !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.footer_btn-disabled.footer_btn-avatar a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -54px -57px;
  background-repeat: no-repeat !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.footer_btn-disabled.footer_btn-gacha a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: -162px -57px;
  background-repeat: no-repeat !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.footer_btn-disabled.footer_btn-shop a {
  background-image: url("/images/modules/sprite-footer.png?1605364323518");
  background-size: 320px 209px;
  background-position: 0px -57px;
  background-repeat: no-repeat !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

html {
  height: 100%;
}

body {
  height: 100%;
}

.contents {
  padding: 58px 10px 105px;
  min-height: 100%;
  height: 100%;
}
.contents::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(/images/modules/bg_common.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.contents.contents-noBg::after {
  background-image: none;
}

.contents-noPadding {
  padding: 0;
}

body > .contents {
  height: auto;
}

.contents-overScreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 65px !important;
  height: 100%;
  text-align: center;
}

.contents-enhanceShare {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 92px;
}

.contents_inner-lazy {
  opacity: 0;
}

.contents_inner-flex {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contents-mypage {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
.contents-mypage::after {
  background-image: url(/images/modules/bg_mypage.png?230818_1);
  background-position: center bottom;
}

.contents-skillSlotEquipment {
  padding-top: 105px;
  overflow-x: hidden;
}
.contents-skillSlotEquipment::after {
  background-image: url(/images/modules/bg_skillSlotEquipment.png);
  background-position: center;
}

.contents-skillSlotChange::after {
  background-image: url(/images/modules/bg_skillSlotChange.png);
  background-position: center;
}

.contents-top::after {
  background-image: url(/images/modules/bg_top.png);
  background-position: center;
}

.contents-topBrowser::after {
  background-image: url(/images/modules/bg_top_browser.png);
  background-position: center;
}

.contents_inner-top, .contents_inner-topBrowser {
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.contents_inner-topBrowser {
  background-color: transparent;
}

.contents_inner-withTitle {
  padding: 92px 10px 105px;
}

.contents_inner-mypage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
}

.contents-equipment, div.contents-assembled-equipment {
  position: relative;
}
.contents-equipment::after, div.contents-assembled-equipment::after {
  background-image: url(/images/modules/bg_equipment.png);
  background-position: center;
}

div.contents-assembled-equipment {
  padding-top: 192px;
}

.contents-equipmentChange {
  padding-top: 170px;
}

.contents-gacha {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 75px;
}
.contents-gacha::after {
  background-image: url(/images/modules/bg_gacha.png?20210325_1);
  background-position: center -20px;
}

.contents-gachaResult {
  padding-right: 0;
  padding-left: 0;
}
.contents-gachaResult::after {
  background-image: url(/images/modules/bg_gachaResult.png);
  background-size: 320px 568px;
}

.contents-arena::after, .contents-arenaIndex::after {
  background-image: url(/images/modules/bg_arena.png);
  background-position: center top;
}

.contents-arenaIndex {
  padding-right: 5px;
  padding-left: 5px;
}

.contents-withTitle, .contents-arena, .contents-arenaIndex {
  padding-top: 92px;
}

.contents-withBottom {
  padding-bottom: 120px;
}

.contents-with3pageNotations {
  padding-bottom: 140px;
}

.contents-sellList {
  padding-top: 92px;
  padding-bottom: 160px;
}

.contents-withFixStatus {
  padding-top: 187px;
}

.contents-indexList {
  padding-top: 92px;
  padding-bottom: 60px;
}

.contents-withPageNotation {
  padding-bottom: 84px;
}

.contents-status {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}
.contents-status::after {
  background-image: none;
  content: none;
}

.contents-userCreate {
  overflow: hidden;
}
.contents-userCreate::after {
  background-image: url(/images/modules/bg_userCreate.png);
}

.contents-questSelect {
  background-image: url(/images/modules/bg_common.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.contents-questResult {
  background-image: url("/images/quest/bg_result.png?201106_1");
  background-position: center top;
  background-size: cover;
}
.contents-questResult::after {
  content: none;
}

.contents-boardList, .contents-association, .contents-playerSchool {
  padding: 194px 10px 105px 10px;
  background-image: url(/images/modules/bg_boardTop.png), url(/images/modules/bg_common.png);
  background-size: 320px 215px, cover;
  background-repeat: no-repeat;
}

.contents-playerSchool {
  padding-top: 92px;
  background-image: url(/images/playerSchool/bg_playerSchool.png);
}

.contents-association {
  padding-top: 92px;
  background-image: url(/images/association/bg_association.png);
}

.contents-guild, .contents-myLobby, .contents-unionMyLobby {
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0;
}

.contents-myLobby, .contents-unionMyLobby {
  padding-bottom: 52px;
}

.contents-myLobbyItdk::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -4;
  background-image: url(/images/guildTop/bg_guildLobby.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.contents_inner-guild {
  padding-right: 10px;
  padding-left: 10px;
}

.contents-union {
  background-image: url(/images/modules/bg_union.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.contents-pointAmplifier {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.contents-pointAmplifier::after {
  position: absolute;
  background-color: #000;
  background-image: url(/images/modules/pointAmplifier/bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.contents-prof {
  padding-right: 0;
  padding-left: 0;
  overflow-x: hidden;
}

.contents-pvpQuest::after {
  background-image: url(/images/modules/bg_pvpQuest.png);
}

.contents-punchingMachine::after {
  background-image: url(/images/punchingMachine/bg.png?220401_1);
  background-position: center top;
}

.contents-raid::after {
  background-image: url("/images/raid/bg_boss.png?210729_1");
  background-position: center top;
}

.contents-idling::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #fff;
}
.contents-idling::after {
  background-image: url("/images/idling/bg.png?210824_1");
  height: 568px;
}

.fixedContents-bottomCenter, .fixedContents-bottomRight, .fixedContents-bottomLeft, .fixedContents-topSecond-right, .fixedContents-topRight, .guildItdk_fixedContents, .fixedContents-topLeft {
  position: fixed;
  z-index: 200;
}

.fixedContents-topRight, .guildItdk_fixedContents, .fixedContents-topLeft {
  top: 52px;
}

.fixedContents-topSecond-right {
  top: 92px;
}

.fixedContents-bottomCenter, .fixedContents-bottomRight, .fixedContents-topSecond-right, .fixedContents-topRight, .guildItdk_fixedContents {
  right: 0;
}

.fixedContents-bottomRight, .fixedContents-bottomLeft {
  bottom: 54px;
}

.fixedContents-bottomCenter, .fixedContents-bottomLeft, .fixedContents-topLeft {
  left: 0;
}

.fixedContents-bottomCenter {
  bottom: 60px;
  margin: 0 auto;
  z-index: 190;
}

.btn a, .menu_btn a, .commonVideo_rapidButton a, .commonVideo_subtitleButton a, .openingVideo_skipButton a, .backBtn a, .backBtn-static a, .backBtn-bottom a, .backBtn-overScreen a, .backBtn-modal a, .btn button, .menu_btn button, .commonVideo_rapidButton button, .commonVideo_subtitleButton button, .openingVideo_skipButton button, .backBtn button, .backBtn-static button, .backBtn-bottom button, .backBtn-overScreen button, .backBtn-modal button {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}

.btnList, .menu_item, .profBtnList, .btnList-community, .btnList-community-mailEnabled, .btnList-deckSelect, .btnList-arenaIndex {
  text-align: center;
  font-size: 0;
}
.btnList .btn, .btnList .menu_btn, .menu_item .btn, .menu_item .menu_btn, .profBtnList .btn, .profBtnList .menu_btn, .btnList .commonVideo_rapidButton, .menu_item .commonVideo_rapidButton, .profBtnList .commonVideo_rapidButton, .btnList .commonVideo_subtitleButton, .menu_item .commonVideo_subtitleButton, .profBtnList .commonVideo_subtitleButton, .btnList .openingVideo_skipButton, .menu_item .openingVideo_skipButton, .profBtnList .openingVideo_skipButton, .btnList .backBtn, .menu_item .backBtn, .profBtnList .backBtn, .btnList .backBtn-static, .menu_item .backBtn-static, .profBtnList .backBtn-static, .btnList .backBtn-bottom, .menu_item .backBtn-bottom, .profBtnList .backBtn-bottom, .btnList .backBtn-overScreen, .menu_item .backBtn-overScreen, .profBtnList .backBtn-overScreen, .btnList .backBtn-modal, .menu_item .backBtn-modal, .profBtnList .backBtn-modal, .btnList-community .btn, .btnList-community .menu_btn, .btnList-community .commonVideo_rapidButton, .btnList-community .commonVideo_subtitleButton, .btnList-community .openingVideo_skipButton, .btnList-community .backBtn, .btnList-community .backBtn-static, .btnList-community .backBtn-bottom, .btnList-community .backBtn-overScreen, .btnList-community .backBtn-modal, .btnList-community-mailEnabled .btn, .btnList-community-mailEnabled .menu_btn, .btnList-community-mailEnabled .commonVideo_rapidButton, .btnList-community-mailEnabled .commonVideo_subtitleButton, .btnList-community-mailEnabled .openingVideo_skipButton, .btnList-community-mailEnabled .backBtn, .btnList-community-mailEnabled .backBtn-static, .btnList-community-mailEnabled .backBtn-bottom, .btnList-community-mailEnabled .backBtn-overScreen, .btnList-community-mailEnabled .backBtn-modal, .btnList-deckSelect .btn, .btnList-deckSelect .menu_btn, .btnList-deckSelect .commonVideo_rapidButton, .btnList-deckSelect .commonVideo_subtitleButton, .btnList-deckSelect .openingVideo_skipButton, .btnList-deckSelect .backBtn, .btnList-deckSelect .backBtn-static, .btnList-deckSelect .backBtn-bottom, .btnList-deckSelect .backBtn-overScreen, .btnList-deckSelect .backBtn-modal, .btnList-arenaIndex .btn, .btnList-arenaIndex .menu_btn, .btnList-arenaIndex .commonVideo_rapidButton, .btnList-arenaIndex .commonVideo_subtitleButton, .btnList-arenaIndex .openingVideo_skipButton, .btnList-arenaIndex .backBtn, .btnList-arenaIndex .backBtn-static, .btnList-arenaIndex .backBtn-bottom, .btnList-arenaIndex .backBtn-overScreen, .btnList-arenaIndex .backBtn-modal {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.btnList .btn:first-of-type, .btnList .menu_btn:first-of-type, .menu_item .btn:first-of-type, .menu_item .menu_btn:first-of-type, .profBtnList .btn:first-of-type, .profBtnList .menu_btn:first-of-type, .btnList .commonVideo_rapidButton:first-of-type, .menu_item .commonVideo_rapidButton:first-of-type, .profBtnList .commonVideo_rapidButton:first-of-type, .btnList .commonVideo_subtitleButton:first-of-type, .menu_item .commonVideo_subtitleButton:first-of-type, .profBtnList .commonVideo_subtitleButton:first-of-type, .btnList .openingVideo_skipButton:first-of-type, .menu_item .openingVideo_skipButton:first-of-type, .profBtnList .openingVideo_skipButton:first-of-type, .btnList .backBtn:first-of-type, .menu_item .backBtn:first-of-type, .profBtnList .backBtn:first-of-type, .btnList .backBtn-static:first-of-type, .menu_item .backBtn-static:first-of-type, .profBtnList .backBtn-static:first-of-type, .btnList .backBtn-bottom:first-of-type, .menu_item .backBtn-bottom:first-of-type, .profBtnList .backBtn-bottom:first-of-type, .btnList .backBtn-overScreen:first-of-type, .menu_item .backBtn-overScreen:first-of-type, .profBtnList .backBtn-overScreen:first-of-type, .btnList .backBtn-modal:first-of-type, .menu_item .backBtn-modal:first-of-type, .profBtnList .backBtn-modal:first-of-type, .btnList-community .btn:first-of-type, .btnList-community .menu_btn:first-of-type, .btnList-community .commonVideo_rapidButton:first-of-type, .btnList-community .commonVideo_subtitleButton:first-of-type, .btnList-community .openingVideo_skipButton:first-of-type, .btnList-community .backBtn:first-of-type, .btnList-community .backBtn-static:first-of-type, .btnList-community .backBtn-bottom:first-of-type, .btnList-community .backBtn-overScreen:first-of-type, .btnList-community .backBtn-modal:first-of-type, .btnList-community-mailEnabled .btn:first-of-type, .btnList-community-mailEnabled .menu_btn:first-of-type, .btnList-community-mailEnabled .commonVideo_rapidButton:first-of-type, .btnList-community-mailEnabled .commonVideo_subtitleButton:first-of-type, .btnList-community-mailEnabled .openingVideo_skipButton:first-of-type, .btnList-community-mailEnabled .backBtn:first-of-type, .btnList-community-mailEnabled .backBtn-static:first-of-type, .btnList-community-mailEnabled .backBtn-bottom:first-of-type, .btnList-community-mailEnabled .backBtn-overScreen:first-of-type, .btnList-community-mailEnabled .backBtn-modal:first-of-type, .btnList-deckSelect .btn:first-of-type, .btnList-deckSelect .menu_btn:first-of-type, .btnList-deckSelect .commonVideo_rapidButton:first-of-type, .btnList-deckSelect .commonVideo_subtitleButton:first-of-type, .btnList-deckSelect .openingVideo_skipButton:first-of-type, .btnList-deckSelect .backBtn:first-of-type, .btnList-deckSelect .backBtn-static:first-of-type, .btnList-deckSelect .backBtn-bottom:first-of-type, .btnList-deckSelect .backBtn-overScreen:first-of-type, .btnList-deckSelect .backBtn-modal:first-of-type, .btnList-arenaIndex .btn:first-of-type, .btnList-arenaIndex .menu_btn:first-of-type, .btnList-arenaIndex .commonVideo_rapidButton:first-of-type, .btnList-arenaIndex .commonVideo_subtitleButton:first-of-type, .btnList-arenaIndex .openingVideo_skipButton:first-of-type, .btnList-arenaIndex .backBtn:first-of-type, .btnList-arenaIndex .backBtn-static:first-of-type, .btnList-arenaIndex .backBtn-bottom:first-of-type, .btnList-arenaIndex .backBtn-overScreen:first-of-type, .btnList-arenaIndex .backBtn-modal:first-of-type {
  margin-left: 0;
}
.btnList .btn:last-of-type, .btnList .menu_btn:last-of-type, .menu_item .btn:last-of-type, .menu_item .menu_btn:last-of-type, .profBtnList .btn:last-of-type, .profBtnList .menu_btn:last-of-type, .btnList .commonVideo_rapidButton:last-of-type, .menu_item .commonVideo_rapidButton:last-of-type, .profBtnList .commonVideo_rapidButton:last-of-type, .btnList .commonVideo_subtitleButton:last-of-type, .menu_item .commonVideo_subtitleButton:last-of-type, .profBtnList .commonVideo_subtitleButton:last-of-type, .btnList .openingVideo_skipButton:last-of-type, .menu_item .openingVideo_skipButton:last-of-type, .profBtnList .openingVideo_skipButton:last-of-type, .btnList .backBtn:last-of-type, .menu_item .backBtn:last-of-type, .profBtnList .backBtn:last-of-type, .btnList .backBtn-static:last-of-type, .menu_item .backBtn-static:last-of-type, .profBtnList .backBtn-static:last-of-type, .btnList .backBtn-bottom:last-of-type, .menu_item .backBtn-bottom:last-of-type, .profBtnList .backBtn-bottom:last-of-type, .btnList .backBtn-overScreen:last-of-type, .menu_item .backBtn-overScreen:last-of-type, .profBtnList .backBtn-overScreen:last-of-type, .btnList .backBtn-modal:last-of-type, .menu_item .backBtn-modal:last-of-type, .profBtnList .backBtn-modal:last-of-type, .btnList-community .btn:last-of-type, .btnList-community .menu_btn:last-of-type, .btnList-community .commonVideo_rapidButton:last-of-type, .btnList-community .commonVideo_subtitleButton:last-of-type, .btnList-community .openingVideo_skipButton:last-of-type, .btnList-community .backBtn:last-of-type, .btnList-community .backBtn-static:last-of-type, .btnList-community .backBtn-bottom:last-of-type, .btnList-community .backBtn-overScreen:last-of-type, .btnList-community .backBtn-modal:last-of-type, .btnList-community-mailEnabled .btn:last-of-type, .btnList-community-mailEnabled .menu_btn:last-of-type, .btnList-community-mailEnabled .commonVideo_rapidButton:last-of-type, .btnList-community-mailEnabled .commonVideo_subtitleButton:last-of-type, .btnList-community-mailEnabled .openingVideo_skipButton:last-of-type, .btnList-community-mailEnabled .backBtn:last-of-type, .btnList-community-mailEnabled .backBtn-static:last-of-type, .btnList-community-mailEnabled .backBtn-bottom:last-of-type, .btnList-community-mailEnabled .backBtn-overScreen:last-of-type, .btnList-community-mailEnabled .backBtn-modal:last-of-type, .btnList-deckSelect .btn:last-of-type, .btnList-deckSelect .menu_btn:last-of-type, .btnList-deckSelect .commonVideo_rapidButton:last-of-type, .btnList-deckSelect .commonVideo_subtitleButton:last-of-type, .btnList-deckSelect .openingVideo_skipButton:last-of-type, .btnList-deckSelect .backBtn:last-of-type, .btnList-deckSelect .backBtn-static:last-of-type, .btnList-deckSelect .backBtn-bottom:last-of-type, .btnList-deckSelect .backBtn-overScreen:last-of-type, .btnList-deckSelect .backBtn-modal:last-of-type, .btnList-arenaIndex .btn:last-of-type, .btnList-arenaIndex .menu_btn:last-of-type, .btnList-arenaIndex .commonVideo_rapidButton:last-of-type, .btnList-arenaIndex .commonVideo_subtitleButton:last-of-type, .btnList-arenaIndex .openingVideo_skipButton:last-of-type, .btnList-arenaIndex .backBtn:last-of-type, .btnList-arenaIndex .backBtn-static:last-of-type, .btnList-arenaIndex .backBtn-bottom:last-of-type, .btnList-arenaIndex .backBtn-overScreen:last-of-type, .btnList-arenaIndex .backBtn-modal:last-of-type {
  margin-right: 0;
}

.btnList-arenaIndex {
  margin-top: 18px;
  text-align: right;
}
.btnList-arenaIndex .btn, .btnList-arenaIndex .menu_btn, .btnList-arenaIndex .commonVideo_rapidButton, .btnList-arenaIndex .commonVideo_subtitleButton, .btnList-arenaIndex .openingVideo_skipButton, .btnList-arenaIndex .backBtn, .btnList-arenaIndex .backBtn-static, .btnList-arenaIndex .backBtn-bottom, .btnList-arenaIndex .backBtn-overScreen, .btnList-arenaIndex .backBtn-modal {
  margin-right: 3px;
  margin-left: 3px;
}

.btnList-deckSelect {
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  width: 280px;
}
.btnList-deckSelect .btn, .btnList-deckSelect .menu_btn, .btnList-deckSelect .commonVideo_rapidButton, .btnList-deckSelect .commonVideo_subtitleButton, .btnList-deckSelect .openingVideo_skipButton, .btnList-deckSelect .backBtn, .btnList-deckSelect .backBtn-static, .btnList-deckSelect .backBtn-bottom, .btnList-deckSelect .backBtn-overScreen, .btnList-deckSelect .backBtn-modal {
  margin-right: 2px;
  margin-left: 2px;
}

.btnList-community-mailEnabled {
  zoom: 0.75;
}

.btn-main.btn-ll a, .btn-ll.menu_btn a, .btn-main.btn-ll button, .btn-ll.menu_btn button {
  width: 235px;
  height: 52px;
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: 0px -53px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-ll.btn-disabled a, .btn-ll.btn-disabled.menu_btn a, .btn-main.btn-ll.btn-disabled button, .btn-ll.btn-disabled.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.btn-main.btn-l a, .btn-l.menu_btn a, .btn-main.btn-l button, .btn-l.menu_btn button {
  width: 145px;
  height: 65px;
}
.btn-main.btn-l.btn-success a, .btn-l.menu_btn a, .btn-main.btn-l.btn-success button, .btn-l.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -236px 0px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-l.btn-failed a, .missionCategoryPager .btn-main.btn-l.btn-success a, .btn-l.btn-failed.menu_btn a, .missionCategoryPager .btn-l.menu_btn a, .btn-main.btn-l.commonVideo_rapidButton a, .btn-l.commonVideo_rapidButton.menu_btn a, .btn-main.btn-l.commonVideo_subtitleButton a, .btn-l.commonVideo_subtitleButton.menu_btn a, .btn-main.btn-l.openingVideo_skipButton a, .btn-l.openingVideo_skipButton.menu_btn a, .btn-main.btn-l.backBtn a, .btn-l.backBtn.menu_btn a, .btn-main.btn-l.backBtn-static a, .btn-l.backBtn-static.menu_btn a, .btn-main.btn-l.backBtn-bottom a, .btn-l.backBtn-bottom.menu_btn a, .btn-main.btn-l.backBtn-overScreen a, .btn-l.backBtn-overScreen.menu_btn a, .btn-main.btn-l.backBtn-modal a, .btn-l.backBtn-modal.menu_btn a, .btn-main.btn-l.btn-failed button, .missionCategoryPager .btn-main.btn-l.btn-success button, .btn-l.btn-failed.menu_btn button, .missionCategoryPager .btn-l.menu_btn button, .btn-main.btn-l.commonVideo_rapidButton button, .btn-l.commonVideo_rapidButton.menu_btn button, .btn-main.btn-l.commonVideo_subtitleButton button, .btn-l.commonVideo_subtitleButton.menu_btn button, .btn-main.btn-l.openingVideo_skipButton button, .btn-l.openingVideo_skipButton.menu_btn button, .btn-main.btn-l.backBtn button, .btn-l.backBtn.menu_btn button, .btn-main.btn-l.backBtn-static button, .btn-l.backBtn-static.menu_btn button, .btn-main.btn-l.backBtn-bottom button, .btn-l.backBtn-bottom.menu_btn button, .btn-main.btn-l.backBtn-overScreen button, .btn-l.backBtn-overScreen.menu_btn button, .btn-main.btn-l.backBtn-modal button, .btn-l.backBtn-modal.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: 0px -106px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-l.btn-special a, .btn-l.btn-special.menu_btn a, .btn-main.btn-l.btn-special button, .btn-l.btn-special.menu_btn button {
  background-image: url("/images/modules/sprite-gachaIndex.png?1511178746209");
  background-size: 307px 201px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-l.btn-disabled a, .btn-l.btn-disabled.menu_btn a, .btn-main.btn-l.btn-disabled button, .btn-l.btn-disabled.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: 0px -106px;
  background-repeat: no-repeat !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.btn-main.btn-m a, .menu_btn a, .btn-main.btn-m button, .menu_btn button {
  width: 145px;
  height: 41px;
}
.btn-main.btn-m.btn-success a, .menu_btn a, .btn-main.btn-m.btn-success button, .menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: 0px -172px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-m.btn-failed a, .missionCategoryPager .btn-main.btn-m.btn-success a, .btn-failed.menu_btn a, .missionCategoryPager .menu_btn a, .btn-main.btn-m.commonVideo_rapidButton a, .commonVideo_rapidButton.menu_btn a, .btn-main.btn-m.commonVideo_subtitleButton a, .commonVideo_subtitleButton.menu_btn a, .btn-main.btn-m.openingVideo_skipButton a, .openingVideo_skipButton.menu_btn a, .btn-main.btn-m.backBtn a, .backBtn.menu_btn a, .btn-main.btn-m.backBtn-static a, .backBtn-static.menu_btn a, .btn-main.btn-m.backBtn-bottom a, .backBtn-bottom.menu_btn a, .btn-main.btn-m.backBtn-overScreen a, .backBtn-overScreen.menu_btn a, .btn-main.btn-m.backBtn-modal a, .backBtn-modal.menu_btn a, .btn-main.btn-m.btn-failed button, .missionCategoryPager .btn-main.btn-m.btn-success button, .btn-failed.menu_btn button, .missionCategoryPager .menu_btn button, .btn-main.btn-m.commonVideo_rapidButton button, .commonVideo_rapidButton.menu_btn button, .btn-main.btn-m.commonVideo_subtitleButton button, .commonVideo_subtitleButton.menu_btn button, .btn-main.btn-m.openingVideo_skipButton button, .openingVideo_skipButton.menu_btn button, .btn-main.btn-m.backBtn button, .backBtn.menu_btn button, .btn-main.btn-m.backBtn-static button, .backBtn-static.menu_btn button, .btn-main.btn-m.backBtn-bottom button, .backBtn-bottom.menu_btn button, .btn-main.btn-m.backBtn-overScreen button, .backBtn-overScreen.menu_btn button, .btn-main.btn-m.backBtn-modal button, .backBtn-modal.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -236px -108px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-m.btn-disabled a, .btn-disabled.menu_btn a, .btn-main.btn-m.btn-disabled button, .btn-disabled.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -236px -66px;
  background-repeat: no-repeat !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.btn-main.btn-s a, .btn-s.menu_btn a, .btn-main.btn-s button, .btn-s.menu_btn button {
  width: 100px;
  height: 41px;
}
.btn-main.btn-s.btn-success a, .btn-s.menu_btn a, .btn-main.btn-s.btn-success button, .btn-s.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -247px -172px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-s.btn-failed a, .missionCategoryPager .btn-main.btn-s.btn-success a, .btn-s.btn-failed.menu_btn a, .missionCategoryPager .btn-s.menu_btn a, .btn-main.btn-s.commonVideo_rapidButton a, .btn-s.commonVideo_rapidButton.menu_btn a, .btn-main.btn-s.commonVideo_subtitleButton a, .btn-s.commonVideo_subtitleButton.menu_btn a, .btn-main.btn-s.openingVideo_skipButton a, .btn-s.openingVideo_skipButton.menu_btn a, .btn-main.btn-s.backBtn a, .btn-s.backBtn.menu_btn a, .btn-main.btn-s.backBtn-static a, .btn-s.backBtn-static.menu_btn a, .btn-main.btn-s.backBtn-bottom a, .btn-s.backBtn-bottom.menu_btn a, .btn-main.btn-s.backBtn-overScreen a, .btn-s.backBtn-overScreen.menu_btn a, .btn-main.btn-s.backBtn-modal a, .btn-s.backBtn-modal.menu_btn a, .btn-main.btn-s.btn-failed button, .missionCategoryPager .btn-main.btn-s.btn-success button, .btn-s.btn-failed.menu_btn button, .missionCategoryPager .btn-s.menu_btn button, .btn-main.btn-s.commonVideo_rapidButton button, .btn-s.commonVideo_rapidButton.menu_btn button, .btn-main.btn-s.commonVideo_subtitleButton button, .btn-s.commonVideo_subtitleButton.menu_btn button, .btn-main.btn-s.openingVideo_skipButton button, .btn-s.openingVideo_skipButton.menu_btn button, .btn-main.btn-s.backBtn button, .btn-s.backBtn.menu_btn button, .btn-main.btn-s.backBtn-static button, .btn-s.backBtn-static.menu_btn button, .btn-main.btn-s.backBtn-bottom button, .btn-s.backBtn-bottom.menu_btn button, .btn-main.btn-s.backBtn-overScreen button, .btn-s.backBtn-overScreen.menu_btn button, .btn-main.btn-s.backBtn-modal button, .btn-s.backBtn-modal.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -146px -172px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-s.btn-disabled a, .btn-s.btn-disabled.menu_btn a, .btn-main.btn-s.btn-disabled button, .btn-s.btn-disabled.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -247px -172px;
  background-repeat: no-repeat !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.btn-main.btn-ss a, .btn-ss.menu_btn a, .btn-main.btn-ss button, .btn-ss.menu_btn button {
  width: 80px;
  height: 65px;
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -81px -214px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-ss.btn-current a, .btn-ss.btn-current.menu_btn a, .btn-main.btn-ss.btn-current button, .btn-ss.btn-current.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: -146px -106px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-ss.btn-current a img, .btn-ss.btn-current.menu_btn a img, .btn-main.btn-ss.btn-current button img, .btn-ss.btn-current.menu_btn button img {
  opacity: 0.75;
}
.btn-main.btn-ss.btn-disabled a, .btn-ss.btn-disabled.menu_btn a, .btn-main.btn-ss.btn-disabled button, .btn-ss.btn-disabled.menu_btn button {
  background-image: url("/images/modules/sprite-mainBtn.png?1511178746209");
  background-size: 381px 279px;
  background-position: 0px -214px;
  background-repeat: no-repeat !important;
}
.btn-main.btn-ss.btn-disabled a img, .btn-ss.btn-disabled.menu_btn a img, .btn-main.btn-ss.btn-disabled button img, .btn-ss.btn-disabled.menu_btn button img {
  opacity: 0.75;
}

.btn-sub a, .commonVideo_rapidButton a, .commonVideo_subtitleButton a, .openingVideo_skipButton a, .backBtn a, .backBtn-static a, .backBtn-bottom a, .backBtn-overScreen a, .backBtn-modal a, .btn-sub button, .commonVideo_rapidButton button, .commonVideo_subtitleButton button, .openingVideo_skipButton button, .backBtn button, .backBtn-static button, .backBtn-bottom button, .backBtn-overScreen button, .backBtn-modal button {
  border-style: solid;
  border-image-source: url(/images/modules/bdImg_subBtn-success.png);
  border-image-slice: 20 fill;
  border-image-repeat: round;
  color: #fff;
  font-weight: bold;
  -webkit-filter: brightness(75%) grayscale(100%);
  filter: brightness(75%) grayscale(100%);
}
.btn-sub a:disabled, .commonVideo_rapidButton a:disabled, .commonVideo_subtitleButton a:disabled, .openingVideo_skipButton a:disabled, .backBtn a:disabled, .backBtn-static a:disabled, .backBtn-bottom a:disabled, .backBtn-overScreen a:disabled, .backBtn-modal a:disabled, .btn-sub button:disabled, .commonVideo_rapidButton button:disabled, .commonVideo_subtitleButton button:disabled, .openingVideo_skipButton button:disabled, .backBtn button:disabled, .backBtn-static button:disabled, .backBtn-bottom button:disabled, .backBtn-overScreen button:disabled, .backBtn-modal button:disabled {
  border-image-source: url(/images/modules/bdImg_subBtn-success.png) !important;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  color: #b4b4b4 !important;
}
.btn-sub a, .commonVideo_rapidButton a, .commonVideo_subtitleButton a, .openingVideo_skipButton a, .backBtn a, .backBtn-static a, .backBtn-bottom a, .backBtn-overScreen a, .backBtn-modal a {
  border-width: 10px;
}
.btn-sub a .btn_inner, .commonVideo_rapidButton a .btn_inner, .commonVideo_subtitleButton a .btn_inner, .openingVideo_skipButton a .btn_inner, .backBtn a .btn_inner, .backBtn-static a .btn_inner, .backBtn-bottom a .btn_inner, .backBtn-overScreen a .btn_inner, .backBtn-modal a .btn_inner {
  margin: -0.5em -10px;
}
.btn-sub button, .commonVideo_rapidButton button, .commonVideo_subtitleButton button, .openingVideo_skipButton button, .backBtn button, .backBtn-static button, .backBtn-bottom button, .backBtn-overScreen button, .backBtn-modal button {
  border-image-width: 10px;
}
.btn-sub.btn-success a, .btn-sub.menu_btn a, .btn-success.commonVideo_rapidButton a, .commonVideo_rapidButton.menu_btn a, .btn-success.commonVideo_subtitleButton a, .commonVideo_subtitleButton.menu_btn a, .btn-success.openingVideo_skipButton a, .openingVideo_skipButton.menu_btn a, .btn-success.backBtn a, .backBtn.menu_btn a, .btn-success.backBtn-static a, .backBtn-static.menu_btn a, .btn-success.backBtn-bottom a, .backBtn-bottom.menu_btn a, .btn-success.backBtn-overScreen a, .backBtn-overScreen.menu_btn a, .btn-success.backBtn-modal a, .backBtn-modal.menu_btn a, .btn-sub.btn-success button, .btn-sub.menu_btn button, .btn-success.commonVideo_rapidButton button, .commonVideo_rapidButton.menu_btn button, .btn-success.commonVideo_subtitleButton button, .commonVideo_subtitleButton.menu_btn button, .btn-success.openingVideo_skipButton button, .openingVideo_skipButton.menu_btn button, .btn-success.backBtn button, .backBtn.menu_btn button, .btn-success.backBtn-static button, .backBtn-static.menu_btn button, .btn-success.backBtn-bottom button, .backBtn-bottom.menu_btn button, .btn-success.backBtn-overScreen button, .backBtn-overScreen.menu_btn button, .btn-success.backBtn-modal button, .backBtn-modal.menu_btn button {
  border-image-source: url(/images/modules/bdImg_subBtn-success.png);
  -webkit-filter: none;
  filter: none;
}
.btn-sub.btn-failed a, .missionCategoryPager .btn-sub.btn-success a, .missionCategoryPager .btn-sub.menu_btn a, .commonVideo_rapidButton a, .commonVideo_subtitleButton a, .openingVideo_skipButton a, .backBtn a, .backBtn-static a, .backBtn-bottom a, .backBtn-overScreen a, .backBtn-modal a, .btn-sub.btn-failed button, .missionCategoryPager .btn-sub.btn-success button, .missionCategoryPager .btn-sub.menu_btn button, .commonVideo_rapidButton button, .commonVideo_subtitleButton button, .openingVideo_skipButton button, .backBtn button, .backBtn-static button, .backBtn-bottom button, .backBtn-overScreen button, .backBtn-modal button {
  border-image-source: url(/images/modules/bdImg_subBtn-failed.png);
  -webkit-filter: none;
  filter: none;
}
.btn-sub.btn-emphasis-enabled a, .btn-emphasis-enabled.commonVideo_rapidButton a, .btn-emphasis-enabled.commonVideo_subtitleButton a, .btn-emphasis-enabled.openingVideo_skipButton a, .btn-emphasis-enabled.backBtn a, .btn-emphasis-enabled.backBtn-static a, .btn-emphasis-enabled.backBtn-bottom a, .btn-emphasis-enabled.backBtn-overScreen a, .btn-emphasis-enabled.backBtn-modal a, .btn-sub.btn-emphasis-enabled button, .btn-emphasis-enabled.commonVideo_rapidButton button, .btn-emphasis-enabled.commonVideo_subtitleButton button, .btn-emphasis-enabled.openingVideo_skipButton button, .btn-emphasis-enabled.backBtn button, .btn-emphasis-enabled.backBtn-static button, .btn-emphasis-enabled.backBtn-bottom button, .btn-emphasis-enabled.backBtn-overScreen button, .btn-emphasis-enabled.backBtn-modal button {
  border-image-source: url(/images/modules/bdImg_subBtn-failed.png);
}
.btn-sub.btn-emphasis-disabled a, .btn-emphasis-disabled.commonVideo_rapidButton a, .btn-emphasis-disabled.commonVideo_subtitleButton a, .btn-emphasis-disabled.openingVideo_skipButton a, .btn-emphasis-disabled.backBtn a, .btn-emphasis-disabled.backBtn-static a, .btn-emphasis-disabled.backBtn-bottom a, .btn-emphasis-disabled.backBtn-overScreen a, .btn-emphasis-disabled.backBtn-modal a, .btn-sub.btn-emphasis-disabled button, .btn-emphasis-disabled.commonVideo_rapidButton button, .btn-emphasis-disabled.commonVideo_subtitleButton button, .btn-emphasis-disabled.openingVideo_skipButton button, .btn-emphasis-disabled.backBtn button, .btn-emphasis-disabled.backBtn-static button, .btn-emphasis-disabled.backBtn-bottom button, .btn-emphasis-disabled.backBtn-overScreen button, .btn-emphasis-disabled.backBtn-modal button {
  border-image-source: url(/images/modules/bdImg_subBtn-failed.png);
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  color: #b4b4b4;
}
.btn-sub.btn-disabled a, .btn-disabled.commonVideo_rapidButton a, .btn-disabled.commonVideo_subtitleButton a, .btn-disabled.openingVideo_skipButton a, .btn-disabled.backBtn a, .btn-disabled.backBtn-static a, .btn-disabled.backBtn-bottom a, .btn-disabled.backBtn-overScreen a, .btn-disabled.backBtn-modal a, .btn-sub.btn-disabled button, .btn-disabled.commonVideo_rapidButton button, .btn-disabled.commonVideo_subtitleButton button, .btn-disabled.openingVideo_skipButton button, .btn-disabled.backBtn button, .btn-disabled.backBtn-static button, .btn-disabled.backBtn-bottom button, .btn-disabled.backBtn-overScreen button, .btn-disabled.backBtn-modal button {
  border-image-source: url(/images/modules/bdImg_subBtn-success.png);
  -webkit-filter: brightness(75%) grayscale(100%);
  filter: brightness(75%) grayscale(100%);
}
.btn-sub.btn-current a, .btn-current.commonVideo_rapidButton a, .btn-current.commonVideo_subtitleButton a, .btn-current.openingVideo_skipButton a, .btn-current.backBtn a, .btn-current.backBtn-static a, .btn-current.backBtn-bottom a, .btn-current.backBtn-overScreen a, .btn-current.backBtn-modal a, .btn-sub.btn-current button, .btn-current.commonVideo_rapidButton button, .btn-current.commonVideo_subtitleButton button, .btn-current.openingVideo_skipButton button, .btn-current.backBtn button, .btn-current.backBtn-static button, .btn-current.backBtn-bottom button, .btn-current.backBtn-overScreen button, .btn-current.backBtn-modal button {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
  border-image-source: url(/images/modules/bdImg_subBtn-success.png);
}
.btn-sub.btn-l a, .btn-l.commonVideo_rapidButton a, .btn-l.commonVideo_subtitleButton a, .btn-l.openingVideo_skipButton a, .btn-l.backBtn a, .btn-l.backBtn-static a, .btn-l.backBtn-bottom a, .btn-l.backBtn-overScreen a, .btn-l.backBtn-modal a, .btn-sub.btn-l button, .btn-l.commonVideo_rapidButton button, .btn-l.commonVideo_subtitleButton button, .btn-l.openingVideo_skipButton button, .btn-l.backBtn button, .btn-l.backBtn-static button, .btn-l.backBtn-bottom button, .btn-l.backBtn-overScreen button, .btn-l.backBtn-modal button {
  width: 120px;
  height: 40px;
}
.btn-sub.btn-ml a, .btn-ml.commonVideo_rapidButton a, .btn-ml.commonVideo_subtitleButton a, .btn-ml.openingVideo_skipButton a, .btn-ml.backBtn a, .btn-ml.backBtn-static a, .btn-ml.backBtn-bottom a, .btn-ml.backBtn-overScreen a, .btn-ml.backBtn-modal a, .btn-sub.btn-ml button, .btn-ml.commonVideo_rapidButton button, .btn-ml.commonVideo_subtitleButton button, .btn-ml.openingVideo_skipButton button, .btn-ml.backBtn button, .btn-ml.backBtn-static button, .btn-ml.backBtn-bottom button, .btn-ml.backBtn-overScreen button, .btn-ml.backBtn-modal button {
  width: 80px;
  height: 35px;
}
.btn-sub.btn-m a, .btn-sub.menu_btn a, .btn-m.commonVideo_rapidButton a, .commonVideo_rapidButton.menu_btn a, .btn-m.commonVideo_subtitleButton a, .commonVideo_subtitleButton.menu_btn a, .btn-m.openingVideo_skipButton a, .openingVideo_skipButton.menu_btn a, .btn-m.backBtn a, .backBtn.menu_btn a, .btn-m.backBtn-static a, .backBtn-static.menu_btn a, .btn-m.backBtn-bottom a, .backBtn-bottom.menu_btn a, .btn-m.backBtn-overScreen a, .backBtn-overScreen.menu_btn a, .btn-m.backBtn-modal a, .backBtn-modal.menu_btn a, .btn-sub.btn-m button, .btn-sub.menu_btn button, .btn-m.commonVideo_rapidButton button, .commonVideo_rapidButton.menu_btn button, .btn-m.commonVideo_subtitleButton button, .commonVideo_subtitleButton.menu_btn button, .btn-m.openingVideo_skipButton button, .openingVideo_skipButton.menu_btn button, .btn-m.backBtn button, .backBtn.menu_btn button, .btn-m.backBtn-static button, .backBtn-static.menu_btn button, .btn-m.backBtn-bottom button, .backBtn-bottom.menu_btn button, .btn-m.backBtn-overScreen button, .backBtn-overScreen.menu_btn button, .btn-m.backBtn-modal button, .backBtn-modal.menu_btn button {
  width: 75px;
  height: 23px;
}
.btn-sub.btn-s a, .btn-s.commonVideo_rapidButton a, .btn-s.commonVideo_subtitleButton a, .btn-s.openingVideo_skipButton a, .btn-s.backBtn a, .btn-s.backBtn-static a, .btn-s.backBtn-bottom a, .btn-s.backBtn-overScreen a, .btn-s.backBtn-modal a, .btn-sub.btn-s button, .btn-s.commonVideo_rapidButton button, .btn-s.commonVideo_subtitleButton button, .btn-s.openingVideo_skipButton button, .btn-s.backBtn button, .btn-s.backBtn-static button, .btn-s.backBtn-bottom button, .btn-s.backBtn-overScreen button, .btn-s.backBtn-modal button {
  width: 64px;
  height: 40px;
}
.btn-sub.btn-ss a, .btn-ss.commonVideo_rapidButton a, .btn-ss.commonVideo_subtitleButton a, .btn-ss.openingVideo_skipButton a, .btn-ss.backBtn a, .btn-ss.backBtn-static a, .btn-ss.backBtn-bottom a, .btn-ss.backBtn-overScreen a, .btn-ss.backBtn-modal a, .btn-sub.btn-ss button, .btn-ss.commonVideo_rapidButton button, .btn-ss.commonVideo_subtitleButton button, .btn-ss.openingVideo_skipButton button, .btn-ss.backBtn button, .btn-ss.backBtn-static button, .btn-ss.backBtn-bottom button, .btn-ss.backBtn-overScreen button, .btn-ss.backBtn-modal button {
  width: 40px;
  min-width: 40px;
  height: 25px;
  font-size: 1.1rem;
}
.btn-sub.btn-s-frat a, .btn-s-frat.commonVideo_rapidButton a, .btn-s-frat.commonVideo_subtitleButton a, .btn-s-frat.openingVideo_skipButton a, .btn-s-frat.backBtn a, .btn-s-frat.backBtn-static a, .btn-s-frat.backBtn-bottom a, .btn-s-frat.backBtn-overScreen a, .btn-s-frat.backBtn-modal a, .btn-sub.btn-s-frat button, .btn-s-frat.commonVideo_rapidButton button, .btn-s-frat.commonVideo_subtitleButton button, .btn-s-frat.openingVideo_skipButton button, .btn-s-frat.backBtn button, .btn-s-frat.backBtn-static button, .btn-s-frat.backBtn-bottom button, .btn-s-frat.backBtn-overScreen button, .btn-s-frat.backBtn-modal button {
  width: 64px;
  height: 32px;
}
.btn-sub.btn-ss-frat a, .btn-ss-frat.commonVideo_rapidButton a, .btn-ss-frat.commonVideo_subtitleButton a, .btn-ss-frat.openingVideo_skipButton a, .btn-ss-frat.backBtn a, .btn-ss-frat.backBtn-static a, .btn-ss-frat.backBtn-bottom a, .btn-ss-frat.backBtn-overScreen a, .btn-ss-frat.backBtn-modal a, .btn-sub.btn-ss-frat button, .btn-ss-frat.commonVideo_rapidButton button, .btn-ss-frat.commonVideo_subtitleButton button, .btn-ss-frat.openingVideo_skipButton button, .btn-ss-frat.backBtn button, .btn-ss-frat.backBtn-static button, .btn-ss-frat.backBtn-bottom button, .btn-ss-frat.backBtn-overScreen button, .btn-ss-frat.backBtn-modal button {
  min-width: 62px;
  height: 22px;
  font-size: 10px;
}
.btn-sub .btn_inner, .commonVideo_rapidButton .btn_inner, .commonVideo_subtitleButton .btn_inner, .openingVideo_skipButton .btn_inner, .backBtn .btn_inner, .backBtn-static .btn_inner, .backBtn-bottom .btn_inner, .backBtn-overScreen .btn_inner, .backBtn-modal .btn_inner {
  display: block;
}
.btn-sub.btn-arena a, .btn-arena.commonVideo_rapidButton a, .btn-arena.commonVideo_subtitleButton a, .btn-arena.openingVideo_skipButton a, .btn-arena.backBtn a, .btn-arena.backBtn-static a, .btn-arena.backBtn-bottom a, .btn-arena.backBtn-overScreen a, .btn-arena.backBtn-modal a, .btn-sub.btn-arena button, .btn-arena.commonVideo_rapidButton button, .btn-arena.commonVideo_subtitleButton button, .btn-arena.openingVideo_skipButton button, .btn-arena.backBtn button, .btn-arena.backBtn-static button, .btn-arena.backBtn-bottom button, .btn-arena.backBtn-overScreen button, .btn-arena.backBtn-modal button {
  position: relative;
  width: 55px;
  height: 36px;
  font-size: 1rem;
}
.btn-sub.btn-deck a, .btn-deck.commonVideo_rapidButton a, .btn-deck.commonVideo_subtitleButton a, .btn-deck.openingVideo_skipButton a, .btn-deck.backBtn a, .btn-deck.backBtn-static a, .btn-deck.backBtn-bottom a, .btn-deck.backBtn-overScreen a, .btn-deck.backBtn-modal a, .btn-sub.btn-deck button, .btn-deck.commonVideo_rapidButton button, .btn-deck.commonVideo_subtitleButton button, .btn-deck.openingVideo_skipButton button, .btn-deck.backBtn button, .btn-deck.backBtn-static button, .btn-deck.backBtn-bottom button, .btn-deck.backBtn-overScreen button, .btn-deck.backBtn-modal button {
  width: 64px;
  height: 40px;
  font-size: 1rem;
}
.btn-sub.btn-setting, .btn-setting.commonVideo_rapidButton, .btn-setting.commonVideo_subtitleButton, .btn-setting.openingVideo_skipButton, .btn-setting.backBtn, .btn-setting.backBtn-static, .btn-setting.backBtn-bottom, .btn-setting.backBtn-overScreen, .btn-setting.backBtn-modal {
  margin: 0 2px;
}
.btn-sub.btn-setting a, .btn-setting.commonVideo_rapidButton a, .btn-setting.commonVideo_subtitleButton a, .btn-setting.openingVideo_skipButton a, .btn-setting.backBtn a, .btn-setting.backBtn-static a, .btn-setting.backBtn-bottom a, .btn-setting.backBtn-overScreen a, .btn-setting.backBtn-modal a, .btn-sub.btn-setting button, .btn-setting.commonVideo_rapidButton button, .btn-setting.commonVideo_subtitleButton button, .btn-setting.openingVideo_skipButton button, .btn-setting.backBtn button, .btn-setting.backBtn-static button, .btn-setting.backBtn-bottom button, .btn-setting.backBtn-overScreen button, .btn-setting.backBtn-modal button {
  width: 60px;
}
.btn-sub.btn-equipment a, .btn-equipment.commonVideo_rapidButton a, .btn-equipment.commonVideo_subtitleButton a, .btn-equipment.openingVideo_skipButton a, .btn-equipment.backBtn a, .btn-equipment.backBtn-static a, .btn-equipment.backBtn-bottom a, .btn-equipment.backBtn-overScreen a, .btn-equipment.backBtn-modal a, .btn-sub.btn-equipment button, .btn-equipment.commonVideo_rapidButton button, .btn-equipment.commonVideo_subtitleButton button, .btn-equipment.openingVideo_skipButton button, .btn-equipment.backBtn button, .btn-equipment.backBtn-static button, .btn-equipment.backBtn-bottom button, .btn-equipment.backBtn-overScreen button, .btn-equipment.backBtn-modal button {
  width: 110px;
  height: 32px;
  font-size: 1.2rem;
}

.btn-union a, .btn-union button {
  width: 144px;
  height: 39px;
  background-size: 144px auto;
}
.btn-union.btn-success a, .btn-union.menu_btn a, .btn-union.btn-success button, .btn-union.menu_btn button {
  background-image: url(/images/modules/btn_union-success.png);
}
.btn-union.btn-failed a, .missionCategoryPager .btn-union.btn-success a, .missionCategoryPager .btn-union.menu_btn a, .btn-union.commonVideo_rapidButton a, .btn-union.commonVideo_subtitleButton a, .btn-union.openingVideo_skipButton a, .btn-union.backBtn a, .btn-union.backBtn-static a, .btn-union.backBtn-bottom a, .btn-union.backBtn-overScreen a, .btn-union.backBtn-modal a, .btn-union.btn-failed button, .missionCategoryPager .btn-union.btn-success button, .missionCategoryPager .btn-union.menu_btn button, .btn-union.commonVideo_rapidButton button, .btn-union.commonVideo_subtitleButton button, .btn-union.openingVideo_skipButton button, .btn-union.backBtn button, .btn-union.backBtn-static button, .btn-union.backBtn-bottom button, .btn-union.backBtn-overScreen button, .btn-union.backBtn-modal button {
  background-image: url(/images/modules/btn_union-failed.png);
}
.btn-union.btn-disabled a, .btn-union.btn-disabled button {
  background-image: url(/images/modules/btn_union-success.png);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.btn_text-menuTerritoryBattle, .btn_text-requestJoinUnion, .btn_text-menuUnion, .btn_text-chatUnion {
  width: 126px;
  height: 19px;
  margin: 0 auto;
  background-size: 126px auto;
  font-size: 0;
}

.btn_text-chatUnion {
  background-image: url(/images/modules/btnImage-chatUnion.png);
}

.btn_text-menuUnion {
  background-image: url(/images/modules/btnImage-menuUnion.png);
}

.btn_text-requestJoinUnion {
  background-image: url(/images/modules/btnImage-requestJoinUnion.png);
}

.btn_text-menuTerritoryBattle {
  background-image: url(/images/modules/btnImage-menuTerritoryBattle.png);
}

.backBtn, .backBtn-static, .backBtn-bottom, .backBtn-overScreen, .backBtn-modal {
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 198;
  margin-left: -10px;
  padding-left: 4px;
}

.backBtn_inner {
  overflow: hidden;
  margin: -2px -2px -2px 0;
  width: 53px;
  height: 20px;
  background-image: url(/images/modules/text_subBtnA-back.png);
  background-position: center;
  background-size: 53px 20px;
  background-repeat: no-repeat;
  text-indent: 200%;
  white-space: nowrap;
}

.backBtn-modal {
  z-index: 301;
}

.backBtn-overScreen {
  bottom: 20px;
  z-index: 501;
}

.backBtn-bottom {
  bottom: 5px;
}

.backBtn-static {
  position: static;
  display: inline-block;
  overflow: hidden;
}

.btn-inProduct {
  margin-top: -3px;
  margin-bottom: -2px;
  margin-left: 2px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.btn-missionReceive {
  margin-top: 4px;
  margin-left: auto;
  width: 75px;
}

.btn_enhanceShare-release {
  position: fixed;
  z-index: 200;
  bottom: 54px;
  left: 0px;
  right: 0px;
}

.btn-index a, .btn-index button {
  position: relative;
}

.btn_indexImage-avatarPictureBook25, .btn_indexImage-avatarPictureBook21, .btn_indexImage-avatarPictureBook15, .btn_indexImage-avatarPictureBook10, .btn_indexImage-avatarPictureBook9, .btn_indexImage-avatarPictureBook4, .btn_indexImage-avatarPictureBook3, .btn_indexImage-avatarPictureBook2, .btn_indexImage-avatarPictureBook1, .btn_indexImage-charaPictureBook16, .btn_indexImage-charaPictureBook15, .btn_indexImage-charaPictureBook13, .btn_indexImage-charaPictureBook12, .btn_indexImage-charaPictureBook11, .btn_indexImage-charaPictureBook5, .btn_indexImage-charaPictureBook4, .btn_indexImage-charaPictureBook3, .btn_indexImage-charaPictureBook2, .btn_indexImage-charaPictureBook1, .btn_indexImage-board, .btn_indexImage-search, .btn_indexImage-create, .btn_indexImage-bossLimitbreak, .btn_indexImage-bossList, .btn_indexImage-bossEnhance, .btn_indexImage-bossChange, .btn_indexImage-bossBuy, .btn_indexImage-pet, .btn_indexImage-summonStone, .btn_indexImage-premiumMedal, .btn_indexImage-medal, .btn_indexImage-item, .btn_indexImage-gold, .btn_indexImage-orb, .btn_indexImage-aura, .btn_indexImage-zenoarc, .btn_indexImage-zodiac, .btn_indexImage-avatarSellChara, .btn_indexImage-avatarEvolutionChara, .btn_indexImage-avatarEnhanceChara, .btn_indexImage-avatarChangeChara, .btn_indexImage-avatarBoxChara, .btn_indexImage-passiveSkill, .btn_indexImage-avatarChangeVisual, .btn_indexImage-avatarPictureBook, .btn_indexImage-premiumBeautySalon, .btn_indexImage-avatarEvolution, .btn_indexImage-avatarChange, .btn_indexImage-avatarSell, .btn_indexImage-avatarBox, .btn_indexImage-enhance, .btn_indexImage-equip, .btn_indexImage-extract, .btn_indexImage-charaEnhance, .btn_indexImage-reincarnation, .btn_indexImage-avatarForgingInheritance, .btn_indexImage-liberationInheritance, .btn_indexImage-charaPictureBook, .btn_indexImage-avatarForging, .btn_indexImage-monsterPotential, .btn_indexImage-monsterSell, .btn_indexImage-monsterBox, .btn_indexImage-awakening, .btn_indexImage-evolution, .btn_indexImage-training, .btn_indexImage-deck, .btn_indexImage-tsuiokuNoSakazuki, .btn_indexImage-crystallizePoint, .btn_indexImage-crystallizeChara, .btn_indexImage-crystallizeAvatar, .btn_indexImage-crystallize, .btn_indexImage-extension, .btn_indexImage-market, .btn_indexImage-stamina, .btn_indexImage-gem, .btn_indexImage_dgegImg, .btn_indexImage-avatarAssembledPoseEquipment, .btn_indexImage-avatarAssembledSell, .btn_indexImage-avatarAssembledBox, .btn_indexImage-avatarAssembledPassiveTakeOver, .btn_indexImage-avatarAssembledPassiveEnhance, .btn_indexImage-avatarAssembledEvolution, .btn_indexImage-avatarAssembledEnhance, .btn_indexImage-avatarAssembledChange, .btn_indexImage-avatarPlayerEnhance {
  position: absolute;
  bottom: 7px;
  left: -3px;
}

.btn_indexImage-avatarAssembledPoseEquipment, .btn_indexImage-avatarAssembledSell, .btn_indexImage-avatarAssembledBox, .btn_indexImage-avatarAssembledPassiveTakeOver, .btn_indexImage-avatarAssembledPassiveEnhance, .btn_indexImage-avatarAssembledEvolution, .btn_indexImage-avatarAssembledEnhance, .btn_indexImage-avatarAssembledChange, .btn_indexImage-avatarPlayerEnhance {
  width: 241px;
  height: 58px;
  background-size: 241px 58px;
}

.btn_indexImage_dgegImg {
  width: 241px;
  height: 58px;
}

.btn_indexImage-gem {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: 0px -240px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-gem {
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: -242px -358px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-stamina {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: 0px -299px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-stamina {
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: -242px -240px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-market {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-market {
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: -242px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-extension {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: 0px -358px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-extension {
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: -242px -299px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-crystallize {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: 0px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-crystallizeAvatar {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: 0px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-crystallizeChara {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: -242px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-crystallizePoint {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: 0px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-tsuiokuNoSakazuki {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: -242px -180px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-tsuiokuNoSakazuki {
  background-image: url("/images/modules/sprite-shopIndex.png?1511178746209");
  background-size: 483px 416px;
  background-position: -242px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-deck {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px -359px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-deck {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px -359px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-training {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px -413px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-training {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px -354px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-evolution {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px -59px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-evolution {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px -300px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-awakening {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px -118px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-awakening {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px -177px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-monsterBox {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px -418px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-monsterBox {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px -418px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-monsterSell {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px -295px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-monsterSell {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px -236px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-monsterPotential {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px -300px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-monsterPotential {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -484px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarForging {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px -240px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarForging {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px -120px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-charaPictureBook {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-liberationInheritance {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px -240px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-liberationInheritance {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarForgingInheritance {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px -180px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarForgingInheritance {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: 0px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-reincarnation {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px 0px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-reincarnation {
  background-image: url("/images/modules/sprite-monsterIndex.png?1511178746209");
  background-size: 725px 476px;
  background-position: -242px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaEnhance {
  background-image: url(/images/modules/charaEnhance.png);
  width: 241px;
  height: 58px;
  background-size: 241px 58px;
  background-repeat: no-repeat;
}

.btn_indexImage-extract {
  background-image: url(/images/modules/extract.png);
  width: 241px;
  height: 58px;
  background-size: 241px 58px;
  background-repeat: no-repeat;
}

.btn_indexImage-equip {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -479px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-equip {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px -295px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-enhance {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -420px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-enhance {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px -360px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarBox {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px -118px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarBox {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px -59px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarSell {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px -354px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarSell {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px -413px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarChange {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px -236px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarChange {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px -177px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarEvolution {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -484px 0px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarEvolution {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px -420px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-premiumBeautySalon {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -360px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-premiumBeautySalon {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px -300px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -300px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarPictureBook {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px -240px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarChangeVisual {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px -60px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-avatarChangeVisual {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-passiveSkill {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -240px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-passiveSkill {
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarBoxChara {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarChangeChara {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarEnhanceChara {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: -242px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarEvolutionChara {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarSellChara {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarIndex.png?1511178746209");
  background-size: 725px 537px;
  background-position: 0px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPlayerEnhance {
  background-image: url(/images/modules/btn_indexImage-avatarPlayerEnhance.png);
}

.btn_indexImage-avatarAssembledChange {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledChange.png?20181112_3);
}

.btn_indexImage-avatarAssembledEnhance {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledEnhance.png?20181112_3);
}

.btn_indexImage-avatarAssembledEvolution {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledEvolution.png?20181112_3);
}

.btn_indexImage-avatarAssembledPassiveEnhance {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledPassiveEnhance.png?20181112_3);
}

.btn_indexImage-avatarAssembledPassiveTakeOver {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledPassiveTakeOver.png?20181112_3);
}

.btn_indexImage-avatarAssembledBox {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledBox.png?20181112_3);
}

.btn_indexImage-avatarAssembledSell {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledSell.png?20181112_3);
}

.btn_indexImage-avatarAssembledPoseEquipment {
  background-image: url(/images/modules/btn_indexImage-avatarAssembledPoseEquipment.png?20181112_3);
}

.btn_indexImage-zodiac {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px -360px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-zodiac {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-zenoarc {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px -180px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-zenoarc {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-aura {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px -300px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-aura {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-orb {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px -240px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-orb {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px -240px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-gold {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -484px -118px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-gold {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -484px -177px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-item {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -484px 0px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-item {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -484px -59px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-medal {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px -420px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-medal {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px -420px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-premiumMedal {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px -180px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-premiumMedal {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px -360px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-summonStone {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px -60px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-summonStone {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-pet {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: -242px -300px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-pet {
  background-image: url("/images/modules/sprite-marketIndex.png?1511178746209");
  background-size: 725px 478px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-bossBuy {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px -179px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-bossBuy {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-bossChange {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px -59px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-bossChange {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-bossEnhance {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px -177px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-bossEnhance {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px -118px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-bossList {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px -297px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-bossList {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px -297px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-bossLimitbreak {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px -60px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-bossLimitbreak {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-create {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px -356px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-create {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px -356px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-search {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px -415px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-search {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px -415px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-board {
  width: 241px;
  height: 58px;
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: 0px -238px;
  background-repeat: no-repeat !important;
}
.btn-disabled .btn_indexImage-board {
  background-image: url("/images/modules/sprite-guildIndex.png?1511178746209");
  background-size: 483px 473px;
  background-position: -242px -238px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-invitation {
  width: 230px;
  height: 50px;
  background-size: 230px 60px;
  background-position: 0 -15px;
  background-repeat: no-repeat;
  background-image: url("/images/modules/link/guildInvitationListReceived.png");
}

.btn_indexImage-charaPictureBook1 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook2 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: -242px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook3 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: -242px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook4 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: 0px -240px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook5 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: -242px -240px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook11 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: 0px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook12 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: 0px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook13 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: 0px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook15 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: -242px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-charaPictureBook16 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-charaPictureBookIndex.png?1511187196534");
  background-size: 483px 299px;
  background-position: -242px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook1 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook2 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: 0px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook3 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: -242px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook4 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: -242px -180px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook9 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: 0px -240px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook10 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: 0px -60px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook15 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: 0px -120px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook21 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: -242px 0px;
  background-repeat: no-repeat !important;
}

.btn_indexImage-avatarPictureBook25 {
  width: 241px;
  height: 59px;
  background-image: url("/images/modules/sprite-avatarPictureBookIndex.png?1511178746209");
  background-size: 483px 299px;
  background-position: -242px -60px;
  background-repeat: no-repeat !important;
}

.btn-introduction {
  width: 90px;
}

.btn-introduction_inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.btn_introductionImage-awakening, .btn_introductionImage-evolution, .btn_introductionImage-training {
  width: 65px;
  height: 65px;
}

.btn_introductionImage-training {
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: -132px -215px;
  background-repeat: no-repeat !important;
}

.btn_introductionImage-evolution {
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: -66px -215px;
  background-repeat: no-repeat !important;
}

.btn_introductionImage-awakening {
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: 0px -215px;
  background-repeat: no-repeat !important;
}

.nextPageTitleBtn, .guild_battleJoinButton, .guild_battleJoinButton-disabled {
  position: fixed;
  top: 49px;
  right: 10px;
  z-index: 199;
}

.nextPageTitleSubBtn, .nextPageTitleSubBtn-modal, .nextPageTitleSubBtn-longName, .nextPageTitleSubBtn-pjboxArena {
  position: fixed;
  top: 53px;
  right: -10px;
  z-index: 199;
}
.nextPageTitleSubBtn .btn-sub a, .nextPageTitleSubBtn .commonVideo_rapidButton a, .nextPageTitleSubBtn .commonVideo_subtitleButton a, .nextPageTitleSubBtn .openingVideo_skipButton a, .nextPageTitleSubBtn-modal .btn-sub a, .nextPageTitleSubBtn-modal .commonVideo_rapidButton a, .nextPageTitleSubBtn-modal .commonVideo_subtitleButton a, .nextPageTitleSubBtn-modal .openingVideo_skipButton a, .nextPageTitleSubBtn-longName .btn-sub a, .nextPageTitleSubBtn-longName .commonVideo_rapidButton a, .nextPageTitleSubBtn-longName .commonVideo_subtitleButton a, .nextPageTitleSubBtn-longName .openingVideo_skipButton a, .nextPageTitleSubBtn-pjboxArena .btn-sub a, .nextPageTitleSubBtn-pjboxArena .commonVideo_rapidButton a, .nextPageTitleSubBtn-pjboxArena .commonVideo_subtitleButton a, .nextPageTitleSubBtn-pjboxArena .openingVideo_skipButton a, .nextPageTitleSubBtn .backBtn a, .nextPageTitleSubBtn-modal .backBtn a, .nextPageTitleSubBtn-longName .backBtn a, .nextPageTitleSubBtn-pjboxArena .backBtn a, .nextPageTitleSubBtn .backBtn-modal a, .nextPageTitleSubBtn-modal .backBtn-modal a, .nextPageTitleSubBtn-longName .backBtn-modal a, .nextPageTitleSubBtn-pjboxArena .backBtn-modal a, .nextPageTitleSubBtn .backBtn-overScreen a, .nextPageTitleSubBtn-modal .backBtn-overScreen a, .nextPageTitleSubBtn-longName .backBtn-overScreen a, .nextPageTitleSubBtn-pjboxArena .backBtn-overScreen a, .nextPageTitleSubBtn .backBtn-bottom a, .nextPageTitleSubBtn-modal .backBtn-bottom a, .nextPageTitleSubBtn-longName .backBtn-bottom a, .nextPageTitleSubBtn-pjboxArena .backBtn-bottom a, .nextPageTitleSubBtn .backBtn-static a, .nextPageTitleSubBtn-modal .backBtn-static a, .nextPageTitleSubBtn-longName .backBtn-static a, .nextPageTitleSubBtn-pjboxArena .backBtn-static a {
  margin-bottom: -4px;
  padding-top: 1px;
  padding-right: 8px;
  padding-left: 6px;
  font-weight: bold;
  line-height: 1;
}

.nextPageTitleSubBtn-longName a, .nextPageTitleSubBtn-pjboxArena a {
  font-size: 1.2rem;
}

.nextPageTitleSubBtn-pjboxArena {
  right: 10px;
}

.nextPageTitleSubBtn-modal {
  z-index: 301;
}

.fixedBtn-left a, .fixedBtn-right a, .fixedBtn-right-large a {
  font-size: 1.2rem;
}

.fixedBtn-right, .fixedBtn-right-large {
  margin-right: -10px;
}
.fixedBtn-right a, .fixedBtn-right-large a {
  padding-right: 5px;
}

.fixedBtn-right-large a {
  padding: 2px 4px 2px 0;
  white-space: nowrap;
}

.fixedBtn-left {
  margin-left: -10px;
}
.fixedBtn-left a {
  padding-left: 5px;
}

.btn_triangle-left, .btn_triangle-right {
  display: inline-block;
}

.btn_triangle-right {
  margin-left: 5px;
}

.btn_triangle-left {
  margin-right: 5px;
}

.imgSection img {
  width: 100%;
  height: auto;
}

.imgSliderContent {
  height: 250px;
  display: block;
  margin: 0 auto;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ==================================================
 * BASE STYLES
 * ==================================================*/
.flexslider .slides > li {
  display: none;
}

.flexslider .slides:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  line-height: 0;
}

/* ===================================================
 * DEFAULT THEME
 * ===================================================*/
.flexslider {
  position: relative;
}

.flexslider.carousel {
  margin-bottom: 13px;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  overflow: hidden;
  margin-top: -11px;
  width: 18px;
  height: 23px;
  background-size: 18px 23px;
  text-indent: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home_toggleDisplayArea .flex-direction-nav a {
  margin-top: 0;
}
.vertGachaListDetail .flex-direction-nav a {
  width: 12px;
  height: 21px;
  background-size: 12px 21px;
}

.flex-direction-nav .flex-prev {
  left: 0;
  background-image: url(/images/modules/slider_dNav-prev.png);
  opacity: 1;
}
.equipment_fairingPartsHolder .flex-direction-nav .flex-prev {
  left: -16px;
}
.vertGachaListDetail .flex-direction-nav .flex-prev {
  left: 4px;
  background-image: url(/images/modules/slider_dNavGacha-prev.png);
}

.flex-direction-nav .flex-next {
  right: 0;
  background-image: url(/images/modules/slider_dNav-next.png);
  opacity: 1;
}
.equipment_fairingPartsHolder .flex-direction-nav .flex-next {
  right: -16px;
}
.vertGachaListDetail .flex-direction-nav .flex-next {
  right: 4px;
  background-image: url(/images/modules/slider_dNavGacha-next.png);
}

.flex-control-nav {
  position: absolute;
  bottom: -13px;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.home_mainUIBottom .flex-control-nav {
  bottom: 1px;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background-image: url(/images/modules/slider_cNav-off.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  text-indent: 100%;
  cursor: pointer;
}

.flex-control-paging li a.flex-active {
  background-image: url(/images/modules/slider_cNav-on.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  cursor: default;
}

.contents-gacha .flexslider {
  z-index: 0;
}

.flex-prev.flex-disabled {
  opacity: 0 !important;
}

.flex-next.flex-disabled {
  opacity: 0 !important;
}

.arrow-left, .arrow-bottom, .arrow-right, .arrow-top {
  position: absolute;
  z-index: 200;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.arrow-top {
  background-image: url("/images/modules/arrow-top.png");
}

.arrow-right {
  background-image: url("/images/modules/arrow-right.png");
}

.arrow-bottom {
  background-image: url("/images/modules/arrow-bottom.png");
}

.arrow-left {
  background-image: url("/images/modules/arrow-left.png");
}

.arrow-liberation, .arrow-charaEnhance, .arrow-equip, .arrow-avatarForging, .arrow-enhance, .arrow-evolution2, .arrow-evolution3, .arrow-reincarnation, .arrow-evolution1 {
  position: relative;
  z-index: 105;
  margin-top: -10px;
  margin-bottom: -8px;
  height: 28px;
  background-position: top center;
  background-size: 58px 28px;
  background-repeat: no-repeat;
}

.arrow-evolution1 {
  background-image: url(/images/modules/arrow-evolutionMaterial.png);
}

.arrow-evolution2, .arrow-evolution3, .arrow-reincarnation {
  background-image: url(/images/modules/arrow-awakening.png);
}

.arrow-enhance {
  background-image: url(/images/modules/arrow-enhanceDetail.png);
}

.arrow-avatarForging {
  background-image: url(/images/modules/arrow-avatarForging.png);
}

.arrow-equip {
  background-image: url(/images/modules/arrow-equipmentChange.png);
}

.arrow-charaEnhance {
  background-image: url(/images/modules/arrow-charaEnhance.png);
}

.arrow-liberation {
  background-image: url(/images/modules/arrow-liberationMaterial.png);
}

.badge, .badge-combination {
  text-shadow: -1px -1px 0 #521, -1px 0px 0 #521, -1px 1px 0 #521, 0px -1px 0 #521, 0px 1px 0 #521, 1px -1px 0 #521, 1px 0px 0 #521, 1px 1px 0 #521, -1px 2px 1px #521, 0px 2px 1px #521, 1px 2px 1px #521;
  position: absolute;
  z-index: 102;
  line-height: 19px;
  background-image: url("/images/home/badge.png?201114_1");
  background-size: cover;
  width: 22px;
  height: 21px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.badge.badge-new, .badge-new.badge-combination {
  top: 0;
  left: -10px;
  margin: 0;
  min-width: unset;
  width: 26px;
  height: 25px;
  line-height: 23px;
}
.btn .badge, .menu_btn .badge, .commonVideo_rapidButton .badge, .commonVideo_subtitleButton .badge, .openingVideo_skipButton .badge, .btn .badge-combination, .menu_btn .badge-combination, .commonVideo_rapidButton .badge-combination, .commonVideo_subtitleButton .badge-combination, .openingVideo_skipButton .badge-combination, .backBtn .badge, .backBtn .badge-combination, .backBtn-modal .badge, .backBtn-modal .badge-combination, .backBtn-overScreen .badge, .backBtn-overScreen .badge-combination, .backBtn-bottom .badge, .backBtn-bottom .badge-combination, .backBtn-static .badge, .backBtn-static .badge-combination {
  margin-left: -10px;
}
.contents-mypage .badge, .contents-mypage .badge-combination, .footer .badge, .footer .badge-combination, .btn-index .badge, .btn-index .badge-combination {
  top: 0;
  left: -5px;
}
.btn-arena .badge, .btn-arena .badge-combination {
  top: -15px;
  left: -10px;
}
.home_mainBtn-arena .badge, .home_mainBtn-arena .badge-combination, .home_mainBtn-raid .badge, .home_mainBtn-raid .badge-combination {
  top: 5px;
  left: 0;
}

.rankBadge, .rankBadge-03, .rankBadge-02, .rankBadge-01 {
  margin-right: 2px;
  padding-top: 10px;
  width: 28px;
  height: 30px;
  background-image: url("/images/modules/badge_ranking.png");
  background-size: 28px 30px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rankBadge-01 {
  background-image: url("/images/modules/badge_ranking-01.png");
}

.rankBadge-02 {
  background-image: url("/images/modules/badge_ranking-02.png");
}

.rankBadge-03 {
  background-image: url("/images/modules/badge_ranking-03.png");
}

.rankBadge_number {
  display: inline-block;
  margin-right: -1px;
  margin-left: -1px;
  width: 11px;
  height: 13px;
  background-image: url(/images/modules/number-rankBadge.png);
  background-size: 110px 26px;
  background-repeat: no-repeat;
}

.rankBadge_number-0 {
  background-position: 0px 0;
}

.rankBadge_number-under10 .rankBadge_number-0 {
  background-position: 0px -13px;
}

.rankBadge_number-1 {
  background-position: -11px 0;
}

.rankBadge_number-under10 .rankBadge_number-1 {
  background-position: -11px -13px;
}

.rankBadge_number-2 {
  background-position: -22px 0;
}

.rankBadge_number-under10 .rankBadge_number-2 {
  background-position: -22px -13px;
}

.rankBadge_number-3 {
  background-position: -33px 0;
}

.rankBadge_number-under10 .rankBadge_number-3 {
  background-position: -33px -13px;
}

.rankBadge_number-4 {
  background-position: -44px 0;
}

.rankBadge_number-under10 .rankBadge_number-4 {
  background-position: -44px -13px;
}

.rankBadge_number-5 {
  background-position: -55px 0;
}

.rankBadge_number-under10 .rankBadge_number-5 {
  background-position: -55px -13px;
}

.rankBadge_number-6 {
  background-position: -66px 0;
}

.rankBadge_number-under10 .rankBadge_number-6 {
  background-position: -66px -13px;
}

.rankBadge_number-7 {
  background-position: -77px 0;
}

.rankBadge_number-under10 .rankBadge_number-7 {
  background-position: -77px -13px;
}

.rankBadge_number-8 {
  background-position: -88px 0;
}

.rankBadge_number-under10 .rankBadge_number-8 {
  background-position: -88px -13px;
}

.rankBadge_number-9 {
  background-position: -99px 0;
}

.rankBadge_number-under10 .rankBadge_number-9 {
  background-position: -99px -13px;
}

.badge-combination {
  width: 31px;
  background: -webkit-linear-gradient(top, #007bff 0%, #0055aa 100%);
  background: linear-gradient(to bottom, #007bff 0%, #0055aa 100%);
  white-space: nowrap;
}

.banner {
  text-align: center;
}
.banner a {
  display: inline-block;
}
.banner img {
  width: 250px;
  height: auto;
}

.meter, .arena_rankMeter, .monsterExpMeter, .status_expMeter, .bossMeter_meter-enemy, .bossMeter_meter-player, .moraleMeter_meter, .barrierMeter_meter, .staminaMeter_meter, .staminaMeter_meter-long {
  padding: 1px;
  border-radius: 100px;
  background: -webkit-linear-gradient(left, #999999 0%, white 50%, #999999 100%);
  background: linear-gradient(to right, #999999 0%, white 50%, #999999 100%);
}

.meter_inner, .arena_rankMeterInner, .monsterExpMeter_inner, .status_expMeterInner {
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #000;
  box-shadow: inset 0 2px 1px 0 rgba(255, 255, 255, 0.6);
}

.meter_current, .arena_rankMeterPoint, .monsterExpMeter_point, .status_expMeterCurrent, .bossMeter_point, .barrierMeter_point, .moraleMeter_point, .staminaMeter_point {
  border-radius: 100px;
  box-shadow: inset 0 2px 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 1px 0 rgba(0, 0, 0, 0.4);
}

.staminaMeter {
  margin-right: auto;
  margin-left: auto;
}

.staminaMeter_text {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: block;
  font-size: 0;
  font-weight: bold;
  -webkit-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
}

.staminaMeter_textKey {
  display: inline-block;
  margin-right: 4px;
  letter-spacing: -1px;
  font-size: 1rem;
}

.staminaMeter_textValue {
  display: inline-block;
  font-size: 1.1rem;
}

.staminaMeter_currentValue, .staminaMeter_currentValue-overed, .staminaMeter_maxValue {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.staminaMeter_currentValue-overed {
  color: #ff0;
}

.staminaMeter_meter, .staminaMeter_meter-long {
  margin-right: auto;
  margin-left: auto;
  width: 92px;
  text-align: left;
}

.staminaMeter_meter-long {
  width: 255px;
}

.staminaMeter_point {
  height: 7px;
  background-color: #00be00;
}

.staminaMeter_point-overed {
  background-color: #ff0;
}

.moraleMeter_meter, .barrierMeter_meter {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.moraleMeter_point {
  height: 7px;
  background-color: #00be00;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
}
.moraleMeter_point.meter_current-caution {
  background-color: #beba00;
}
.moraleMeter_point.meter_current-danger {
  background-color: #be0a00;
}

.barrierMeter_point {
  height: 7px;
  background-color: #00a8c6;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
}

.bossMeter_meter-enemy, .bossMeter_meter-player {
  width: 130px;
  background: -webkit-linear-gradient(left, #b67f02 0%, white 50%, #b67f02 100%);
  background: linear-gradient(to right, #b67f02 0%, white 50%, #b67f02 100%);
  text-align: left;
}

.bossMeter_meter-player {
  margin-right: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bossMeter_meter-player .meter_inner, .bossMeter_meter-player .arena_rankMeterInner, .bossMeter_meter-player .monsterExpMeter_inner, .bossMeter_meter-player .status_expMeterInner, .bossMeter_meter-player .bossMeter_point {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bossMeter_meter-enemy {
  margin-left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bossMeter_meter-enemy .bossMeter_point {
  margin-left: auto;
}
.bossMeter_meter-enemy .meter_inner, .bossMeter_meter-enemy .arena_rankMeterInner, .bossMeter_meter-enemy .monsterExpMeter_inner, .bossMeter_meter-enemy .status_expMeterInner, .bossMeter_meter-enemy .bossMeter_point {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bossMeter_point {
  height: 6px;
  background-color: #00be00;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
}
.bossMeter_point.meter_current-caution {
  background-color: #beba00;
}
.bossMeter_point.meter_current-danger {
  background-color: #be0a00;
}

.pageTitle, .pageTitle-gvgModal, .pageTitle-modal {
  position: fixed;
  top: 52px;
  left: 0;
  z-index: 201;
  padding-top: 7px;
  padding-left: 12px;
  width: 200px;
  height: 34px;
  background-image: url(/images/modules/bg_pageTitle.png);
  background-size: 200px 34px;
  text-align: left;
}
.pageTitle img, .pageTitle-gvgModal img, .pageTitle-modal img {
  width: auto;
  height: 20px;
}

.pageTitle-modal {
  z-index: 302;
}

.pageTitleCentering {
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  width: 212px;
  height: 31px;
  background-image: url(/images/modules/bg_pageTitleCentering.png);
  background-size: 212px 31px;
  background-repeat: no-repeat;
  text-align: center;
}
.pageTitleCentering img {
  width: auto;
  height: 20px;
}

.pageTitle-gvgModal {
  top: 84px;
  z-index: 302;
}

.pageTitle_text {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  overflow: hidden;
  margin-top: -1px;
  padding-right: 23px;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transform: scaleY(0.95);
  transform: scaleY(0.95);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.pageNotation {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  z-index: 201;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: -2px;
  margin-left: auto;
  padding: 0 10px 0 17px;
  width: 132px;
  height: 26px;
  background-image: url(/image/page/title-notation.png);
  background-size: 135px 26px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.pageNotation:last-of-type {
  margin-bottom: 6px;
}

.pageNotation_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pageNotation_value {
  text-align: right;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mypage_ticker, .frame-chest, .arena_chestItemBody-open, .frame-C, .frame-B, .pvpQuest_combatInner, .pvpQuest_partyInfo, .toast-info, .arena_resultGetChest, .arena_historyList, .arena_indexHeadPoint, .com_listBox, .scrollBody-skinModal, .status_skillDetail, .questSelect_staminaCure, .top_androidAlert, .top_terms, .frame-A, .tutorial_selectAvatar_textList, .tutorial_selectAvatar, .arena_chestItemState, .arena_chestItemBody, .message_name, .message_window, .specifiedCommercialTransaction_frame-fixed, .questSelectBox_partyDetail, .questSelect_caution, .messageWindow, .frame-A-clear, .contents-overScreen {
  position: relative;
  z-index: 100;
  padding-top: 8px;
  padding-right: 2px;
  padding-bottom: 8px;
  padding-left: 2px;
  border-width: 7px;
  border-style: solid;
  border-radius: 7px;
  /* background-color: #000; */
  box-shadow: rgba(0, 0, 0, 0.9) 0 1px 2px 0;
}

.frame-A, .tutorial_selectAvatar_textList, .tutorial_selectAvatar, .arena_chestItemState, .arena_chestItemBody, .arena_chestItemBody-open, .message_name, .message_window, .specifiedCommercialTransaction_frame-fixed, .questSelectBox_partyDetail, .questSelect_caution, .messageWindow, .frame-A-clear, .contents-overScreen {
  -webkit-border-image: url(/images/modules/bdImg_frameA.png) 14 round;
  border-image: url(/images/modules/bdImg_frameA.png) 14 fill round;
}

.frame-A-clear {
  background-color: rgba(0, 0, 0, 0);
}

.frame-B, .pvpQuest_combatInner, .pvpQuest_partyInfo, .toast-info, .arena_resultGetChest, .arena_historyList, .arena_indexHeadPoint, .com_listBox, .scrollBody-skinModal, .status_skillDetail, .questSelect_staminaCure, .mypage_ticker, .top_androidAlert, .top_terms {
  -webkit-border-image: url(/images/modules/bdImg_frameB.png) 14 round;
  border-image: url(/images/modules/bdImg_frameB.png) 14 fill round;
}

.frame-C {
  padding: 12px 6px 12px 6px;
  border-width: 3px;
  -webkit-border-image: url(/images/modules/bdImg_frameC.png) 6 round;
  border-image: url(/images/modules/bdImg_frameC.png) 6 round;
}

.frame-chest, .arena_chestItemBody-open {
  -webkit-border-image: url(/images/modules/bdImg_frameA-chest.png) 14 round;
  border-image: url(/images/modules/bdImg_frameA-chest.png) 14 fill round;
}

.frame_small {
  position: relative;
  z-index: 100;
  padding-left: 2px;
  border-width: 4px;
  border-style: solid;
  border-radius: 7px;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.9) 0 1px 2px 0;
  -webkit-border-image: url(/images/modules/bdImg_frameB.png) 8 round;
  border-image: url(/images/modules/bdImg_frameB.png) 8 fill round;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 180px;
  min-height: 33px;
}

.frame_anchor {
  color: #e6e600;
  text-decoration: underline;
}

.frame_caution, .frame_alert {
  font-weight: bold;
}

.frame_caution {
  color: #ff6d07;
}

.frame_alert {
  color: #ff0707;
}

.frame-hasOneLine, .arena_chestItemState, .arena_indexHeadPoint {
  padding: 0;
}

.frame_oneLine, .arena_chestItemStateInner, .arena_indexHeadPointInner {
  margin: 0 -3px;
  font-weight: bold;
}

.paper, .guild_scheduleOfficialBattle, .profDetail_status, .questSelect_questListItem {
  position: relative;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 2px;
  border-width: 15px;
  border-style: solid;
  border-radius: 7px;
  -webkit-border-image: url(/images/modules/bdImg_paperA.png) 30 round;
  border-image: url(/images/modules/bdImg_paperA.png) 30 fill round;
  color: #4a1900;
}

.paper-red {
  border-image-source: url(/images/modules/bdImg_paperB.png);
}

.paper-gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.paper_bgImg-c {
  border-image-source: url(/images/modules/bdImg_paperC.png);
}

.paper-280 {
  width: 280px;
}

.paper-300 {
  width: 300px;
}

.paper-310 {
  width: 310px;
}

.paper_inner {
  margin: -8px -10px -4px;
  color: #4a1900;
}

.paper_caution, .paper_alert {
  font-weight: bold;
}

.paper_caution {
  color: #7861A2;
}

.paper_alert {
  color: #ff3a3a;
}

.paper_fixed-bottomRight {
  width: 253px;
  position: fixed;
  bottom: 60px;
  z-index: 100;
  right: 2px;
}

.paper_memoField, .paper_memoField-red, .horizonParams-prof .horizonParams_val, .horizonParams-prof .arena_opponentDetailVal, .horizonParams-prof .arena_historyChangePointVal, .horizonParams-prof .horizonParams_val-product, .horizonParams-equipment .horizonParams_val, .horizonParams-equipment .arena_opponentDetailVal, .horizonParams-equipment .arena_historyChangePointVal, .horizonParams-equipment .horizonParams_val-product, .horizonParams-product .horizonParams_val, .horizonParams-product .arena_opponentDetailVal, .horizonParams-product .arena_historyChangePointVal, .horizonParams-product .horizonParams_val-product, .horizonParams-red .horizonParams_val, .horizonParams-red .arena_opponentDetailVal, .horizonParams-red .arena_historyChangePointVal, .horizonParams-red .horizonParams_val-product, .paper_thumbSelectCount, .paper_col, .paper_col-threadTitle, .paper_col-threadText {
  padding: 0 3px;
  color: black;
  font-weight: bold;
}

.paper_cellColor-red, .paper_memoField-red, .horizonParams-red .horizonParams_val, .horizonParams-red .arena_opponentDetailVal, .horizonParams-red .arena_historyChangePointVal, .horizonParams-red .horizonParams_val-product {
  color: #8a291a;
  text-shadow: none;
}

.paper_memoField, .paper_memoField-red, .horizonParams-prof .horizonParams_val, .horizonParams-prof .arena_opponentDetailVal, .horizonParams-prof .arena_historyChangePointVal, .horizonParams-prof .horizonParams_val-product, .horizonParams-equipment .horizonParams_val, .horizonParams-equipment .arena_opponentDetailVal, .horizonParams-equipment .arena_historyChangePointVal, .horizonParams-equipment .horizonParams_val-product, .horizonParams-product .horizonParams_val, .horizonParams-product .arena_opponentDetailVal, .horizonParams-product .arena_historyChangePointVal, .horizonParams-product .horizonParams_val-product, .horizonParams-red .horizonParams_val, .horizonParams-red .arena_opponentDetailVal, .horizonParams-red .arena_historyChangePointVal, .horizonParams-red .horizonParams_val-product, .paper_thumbSelectCount, .paper_col, .paper_col-threadTitle, .paper_col-threadText {
  border-radius: 2px;
  background-color: white;
}

.paper_cellColor-red, .paper_memoField-red, .horizonParams-red .horizonParams_val, .horizonParams-red .arena_opponentDetailVal, .horizonParams-red .arena_historyChangePointVal, .horizonParams-red .horizonParams_val-product {
  background-color: #f8e6e4;
}

.paper_actualCombatPower {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 8.5px 3px;
}

.paper_col, .paper_col-threadTitle, .paper_col-threadText {
  word-break: break-word;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.paper_col + .paper_col, .paper_col-threadTitle + .paper_col, .paper_col-threadText + .paper_col, .paper_col + .paper_col-threadTitle, .paper_col + .paper_col-threadText, .paper_col-threadTitle + .paper_col-threadTitle, .paper_col-threadText + .paper_col-threadTitle, .paper_col-threadTitle + .paper_col-threadText, .paper_col-threadText + .paper_col-threadText {
  margin-left: 2px;
}
.paper_col.hidden, .hidden.paper_col-threadTitle, .hidden.paper_col-threadText {
  opacity: 0;
}

.paper_col-col2 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.paper_col-col3 {
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
}

.paper_col-threadTitle, .paper_col-threadText {
  padding: 4px;
  min-height: 42px;
}

.paper_col-threadText {
  font-size: 1.2rem;
}

.paper_thumb {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.paper_detail, .paper_detail-statusBoard {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.paper_thumb + .paper_detail, .paper_thumb + .paper_detail-statusBoard {
  margin-left: 4px;
}
.paper_detail + .paper_detail, .paper_detail-statusBoard + .paper_detail, .paper_detail + .paper_detail-statusBoard, .paper_detail-statusBoard + .paper_detail-statusBoard, .paper_thumbSelectCount + .paper_detail, .paper_thumbSelectCount + .paper_detail-statusBoard {
  margin-left: 2px;
}
.paper_detail > a, .paper_detail-statusBoard > a {
  display: block;
  color: #4a1900;
}

.paper_underThumbBtn {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  width: 40px;
  height: 18px;
  margin: 0 11px 0 3px;
  border-image-source: url("/images/modules/bdImg_subBtn-success.png?221206_1");
  border-style: solid;
  border-image-slice: 20 fill;
  border-image-width: 10px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.paper_underThumbSpace {
  width: 54px;
}

.paper_detail-statusBoard {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.paper_tailBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.paper_detail + .paper_tailBtn, .paper_detail-statusBoard + .paper_tailBtn {
  margin-left: 2px;
}

.paper_row, .profInfo_item, .paper_row-statusBoard {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.paper_row:last-of-type, .profInfo_item:last-of-type, .paper_row-statusBoard:last-of-type {
  margin-bottom: 0;
}
.paper_row > a, .profInfo_item > a, .paper_row-statusBoard > a {
  display: block;
  color: #4a1900;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.paper_row-div {
  margin-top: 2px;
}

.paper_row-statusBoard {
  width: 100%;
}

.paper_thumbSelectCount {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 4em;
  flex-basis: 4em;
}

.horizonParams, .arena_opponentDetail, .arena_historyChangePoint, .horizonParams-userFindName, .horizonParams-prof, .horizonParams-equipment, .horizonParams-product, .horizonParams-red, .horizonParams-skillName {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.horizonParams_key, .arena_opponentDetailKey, .arena_historyChangePointKey {
  margin-right: 2px;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.horizonParams_val, .arena_opponentDetailVal, .arena_historyChangePointVal, .horizonParams_val-product {
  text-align: right;
  font-size: 1.1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.horizonParams-skillName {
  padding-top: 3px;
  padding-bottom: 3px;
}
.horizonParams-skillName .horizonParams_key, .horizonParams-skillName .arena_opponentDetailKey, .horizonParams-skillName .arena_historyChangePointKey {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.horizonParams-skillName .horizonParams_val, .horizonParams-skillName .arena_opponentDetailVal, .horizonParams-skillName .arena_historyChangePointVal, .horizonParams-skillName .horizonParams_val-product {
  text-align: center;
  font-size: 1.4rem;
}

.horizonParams-product .horizonParams_key, .horizonParams-product .arena_opponentDetailKey, .horizonParams-product .arena_historyChangePointKey, .horizonParams-red .horizonParams_key, .horizonParams-red .arena_opponentDetailKey, .horizonParams-red .arena_historyChangePointKey {
  font-weight: bold;
  font-size: 1.3rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.horizonParams-product .horizonParams_val, .horizonParams-product .arena_opponentDetailVal, .horizonParams-product .arena_historyChangePointVal, .horizonParams-product .horizonParams_val-product, .horizonParams-red .horizonParams_val, .horizonParams-red .arena_opponentDetailVal, .horizonParams-red .arena_historyChangePointVal, .horizonParams-red .horizonParams_val-product {
  border-radius: 5px;
  text-align: left;
  font-size: 1.3rem;
}

.horizonParams-equipment {
  font-weight: bold;
}
.horizonParams-equipment .horizonParams_key, .horizonParams-equipment .arena_opponentDetailKey, .horizonParams-equipment .arena_historyChangePointKey {
  width: 49px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  font-size: 0.9rem;
  white-space: nowrap;
}
.horizonParams-equipment .horizonParams_val, .horizonParams-equipment .arena_opponentDetailVal, .horizonParams-equipment .arena_historyChangePointVal, .horizonParams-equipment .horizonParams_val-product {
  border-radius: 5px;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  font-size: 1rem;
}

.horizonParams-prof .horizonParams_key, .horizonParams-prof .arena_opponentDetailKey, .horizonParams-prof .arena_historyChangePointKey {
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-flex-basis: 5em;
  flex-basis: 5em;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.horizonParams-prof .horizonParams_val, .horizonParams-prof .arena_opponentDetailVal, .horizonParams-prof .arena_historyChangePointVal, .horizonParams-prof .horizonParams_val-product {
  border-radius: 1px;
}

.horizonParams-userFindName .horizonParams_key, .horizonParams-userFindName .arena_opponentDetailKey, .horizonParams-userFindName .arena_historyChangePointKey {
  font-weight: bold;
  font-size: 1.4rem;
}
.horizonParams-userFindName .horizonParams_val, .horizonParams-userFindName .arena_opponentDetailVal, .horizonParams-userFindName .arena_historyChangePointVal, .horizonParams-userFindName .horizonParams_val-product {
  margin-right: 5px;
  font-size: 1.4rem;
}

.horizonParams_valWithIcon {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.horizonParams_val-product {
  word-wrap: break-word;
  width: 100px;
  font-size: 1rem;
}

.verticalParams {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.verticalParams_val, .verticalParams_key {
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.params_special {
  color: #ff0000;
  font-weight: bold;
}

.thumbInfo_params_special {
  text-shadow: -1px -1px 0 #ff0000, -1px 0px 0 #ff0000, -1px 1px 0 #ff0000, 0px -1px 0 #ff0000, 0px 1px 0 #ff0000, 1px -1px 0 #ff0000, 1px 0px 0 #ff0000, 1px 1px 0 #ff0000, -1px 2px 1px #ff0000, 0px 2px 1px #ff0000, 1px 2px 1px #ff0000;
  color: #ffffff;
}

.params_special_1 {
  color: #ff0000;
  font-weight: bold;
}

.thumbInfo_params_special_1 {
  text-shadow: -1px -1px 0 #ff0000, -1px 0px 0 #ff0000, -1px 1px 0 #ff0000, 0px -1px 0 #ff0000, 0px 1px 0 #ff0000, 1px -1px 0 #ff0000, 1px 0px 0 #ff0000, 1px 1px 0 #ff0000, -1px 2px 1px #ff0000, 0px 2px 1px #ff0000, 1px 2px 1px #ff0000;
  color: #ffffff;
}

.params_special_2 {
  color: #0000ff;
  font-weight: bold;
}

.thumbInfo_params_special_2 {
  text-shadow: -1px -1px 0 #0000ff, -1px 0px 0 #0000ff, -1px 1px 0 #0000ff, 0px -1px 0 #0000ff, 0px 1px 0 #0000ff, 1px -1px 0 #0000ff, 1px 0px 0 #0000ff, 1px 1px 0 #0000ff, -1px 2px 1px #0000ff, 0px 2px 1px #0000ff, 1px 2px 1px #0000ff;
  color: #ffffff;
}

.params_special_3 {
  color: #00ff00;
  font-weight: bold;
}

.thumbInfo_params_special_3 {
  text-shadow: -1px -1px 0 #00ff00, -1px 0px 0 #00ff00, -1px 1px 0 #00ff00, 0px -1px 0 #00ff00, 0px 1px 0 #00ff00, 1px -1px 0 #00ff00, 1px 0px 0 #00ff00, 1px 1px 0 #00ff00, -1px 2px 1px #00ff00, 0px 2px 1px #00ff00, 1px 2px 1px #00ff00;
  color: #ffffff;
}

.params_special_4 {
  color: #ffff00;
  font-weight: bold;
}

.thumbInfo_params_special_4 {
  text-shadow: -1px -1px 0 #ffff00, -1px 0px 0 #ffff00, -1px 1px 0 #ffff00, 0px -1px 0 #ffff00, 0px 1px 0 #ffff00, 1px -1px 0 #ffff00, 1px 0px 0 #ffff00, 1px 1px 0 #ffff00, -1px 2px 1px #ffff00, 0px 2px 1px #ffff00, 1px 2px 1px #ffff00;
  color: #ffffff;
}

.params_special_5 {
  color: #ff00ff;
  font-weight: bold;
}

.thumbInfo_params_special_5 {
  text-shadow: -1px -1px 0 #ff00ff, -1px 0px 0 #ff00ff, -1px 1px 0 #ff00ff, 0px -1px 0 #ff00ff, 0px 1px 0 #ff00ff, 1px -1px 0 #ff00ff, 1px 0px 0 #ff00ff, 1px 1px 0 #ff00ff, -1px 2px 1px #ff00ff, 0px 2px 1px #ff00ff, 1px 2px 1px #ff00ff;
  color: #ffffff;
}

.paper_memoField, .paper_memoField-red {
  margin-bottom: 2px;
  padding: 3px;
  border-radius: 5px;
  color: #000000;
  text-shadow: none;
  font-size: 1.2rem;
}

.paper_memoField-red {
  background-color: #f8e6e4;
  color: #8a291a;
}

.paper_headStatus, .paper_headStatus-yellow {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 101;
  color: #E9E9E9;
  font-weight: bold;
}

.paper_headStatus-yellow {
  color: #fff302;
}

.paper_statusImg, .paper_statusImg-setting, .paper_newText {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 101;
  width: 50px;
  height: 20px;
  background-size: 50px 20px;
}

.paper_newText {
  background-image: url(/images/modules/text_paperNewText.png);
}

.paper_statusImg-setting {
  background-image: url(/images/modules/text_paperSetting.png);
}

.paper_officialBadge, .paper_officialBadge-board {
  position: absolute;
  top: 25px;
  left: -18px;
  z-index: 101;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url(/images/modules/official_badge.png);
}

.paper_officialBadge-board {
  top: -16px;
  left: 23px;
  width: 28px;
  height: 28px;
}

.decoratedHead:after, .decoratedHead:before {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 21px;
  background-size: 25px 21px;
}

.decoratedHead {
  position: relative;
  margin-right: 25px;
  margin-bottom: 4px;
  margin-left: 25px;
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
  height: 21px;
  background-color: #000000;
  color: #E9E9E9;
  font-weight: bold;
}
.decoratedHead:before {
  left: -25px;
  background-image: url(/images/modules/bg_decoratedHead-A.png);
  content: "";
}
.decoratedHead:after {
  right: -25px;
  background-image: url(/images/modules/bg_decoratedHead-A.png);
  content: "";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.decoratedHead-red {
  background-color: #8a291a;
}
.decoratedHead-red:before {
  background-image: url(/images/modules/bg_decoratedHead-B.png);
}
.decoratedHead-red:after {
  background-image: url(/images/modules/bg_decoratedHead-B.png);
}

.thumb {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background-color: #000;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.thumb input {
  position: absolute;
  z-index: 104;
  margin: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.thumb a {
  display: block;
}
.thumb img {
  width: 50px;
  height: 50px;
  border-radius: 7px;
}

.thumb-hidden {
  display: none;
}

.thumb-blackout {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.thumb-small {
  width: 38px;
  height: 38px;
  border-radius: 6px;
}
.thumb-small input {
  width: 38px;
  height: 38px;
}
.thumb-small img {
  width: 38px;
  height: 38px;
  border-radius: 6px;
}

.thumb-icon {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}
.thumb-icon input {
  width: 25px;
  height: 25px;
}
.thumb-icon img {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}

.thumb-metamorphosis {
  margin-top: 5px;
  margin-right: 14px;
}

.thumbList, .gacha_thumbList-choice, .thumbList-questBox {
  margin-right: auto;
  margin-left: auto;
  width: 270px;
  text-align: left;
  font-size: 0;
}
.thumbList .thumb, .gacha_thumbList-choice .thumb, .thumbList-questBox .thumb {
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
.thumbList .thumb:nth-of-type(5n), .gacha_thumbList-choice .thumb:nth-of-type(5n), .thumbList-questBox .thumb:nth-of-type(5n) {
  margin-right: 0;
}

.partyInfo_thumbList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 270px;
  margin: 0 auto 5px;
  font-size: 0;
}

.partyInfo_thumbList_deckName {
  color: #d5cf1f;
  font-size: 10px;
}

.thumbList-quest, .thumbList-questBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 8px;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.thumbList-quest .thumb, .thumbList-questBox .thumb {
  display: block;
  margin-right: 0;
}

.thumbList-questBox {
  margin-top: 2px;
  padding: 3px 5px 0;
  background: -webkit-linear-gradient(top, #323232 0%, #0a0a0a 100%);
  background: linear-gradient(to bottom, #323232 0%, #0a0a0a 100%);
}

.thumbList-training {
  padding-bottom: 44px;
}

.thumbList-evolutionMaterial .thumbList_evoMateItem {
  display: inline-block;
  vertical-align: top;
}
.thumbList-evolutionMaterial .thumbList_evoMateItem:nth-of-type(5n) > .thumb {
  margin-right: 0;
}

.thumbList-skinModal {
  margin-right: auto;
  margin-left: auto;
  width: 220px;
  text-align: left;
  font-size: 0;
}
.thumbList-skinModal .thumb {
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
.thumbList-skinModal .thumb:nth-of-type(4n) {
  margin-right: 0;
}

.thumb_count {
  -webkit-animation: animation_blink_thumb_count 1.15s ease 0s infinite alternate;
  animation: animation_blink_thumb_count 1.15s ease 0s infinite alternate;
}

@-webkit-keyframes animation_blink_thumb_count {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animation_blink_thumb_count {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.thumb_state {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  color: #E9E9E9;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.1rem;
}

.thumb_state-disabled {
  background-color: rgba(0, 0, 0, 0.5);
}

.thumb_state-nix, .thumb_state-nix-small {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/images/modules/thumbnail_nixSign.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.thumb_state-nix-small {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}

.thumb_state-select {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ff0;
  z-index: 103;
}
input:checked + .thumb_state-select {
  visibility: visible;
}
input:disabled + .thumb_state-select {
  visibility: visible;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.thumb_state-radio {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 105;
  visibility: hidden;
  width: 25px;
  height: 25px;
  border-radius: 0;
  background-image: url(/images/modules/thumbnail_check.png);
  background-size: 25px 25px;
}
input:checked + .thumb_state-radio {
  visibility: visible;
}

.thumb_state-inEquipmentCancel {
  font-size: 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.thumb_headState-draw, .thumb_headState-lose, .thumb_headState-win {
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: 101;
  margin-left: -16px;
  width: 32px;
  height: 12px;
  background-size: 32px 12px;
  background-repeat: no-repeat;
}

.thumb_headState-win {
  background-image: url(/images/modules/text_thumbHeadState-win.png);
}

.thumb_headState-lose {
  background-image: url(/images/modules/text_thumbHeadState-lose.png);
}

.thumb_headState-draw {
  background-image: url(/images/modules/text_thumbHeadState-draw.png);
}

.thumb_image:not(.thumb_image-specialFrame)::after, .thumb_image .thumb_specialFrame {
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
}
.thumb-small .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small .thumb_image .thumb_specialFrame {
  width: 38px;
  height: 38px;
  background-image: url(/images/modules/thumbnail_front-small.png);
  background-size: 38px 38px;
}
.thumb-icon .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-icon .thumb_image .thumb_specialFrame {
  width: 25px;
  height: 25px;
  background-image: url(/images/modules/thumbnail_front-icon.png);
  background-size: 25px 25px;
}
.thumb-rare1 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare1 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: -51px 0px;
  background-repeat: no-repeat !important;
}
.thumb-rare2 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare2 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: 0px -51px;
  background-repeat: no-repeat !important;
}
.thumb-rare3 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare3 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: -51px -51px;
  background-repeat: no-repeat !important;
}
.thumb-rare4 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare4 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: -102px 0px;
  background-repeat: no-repeat !important;
}
.thumb-rare5 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare5 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: -102px -51px;
  background-repeat: no-repeat !important;
}
.thumb-rare6 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare6 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: 0px -102px;
  background-repeat: no-repeat !important;
}
.thumb-rare7 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare7 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: -51px -102px;
  background-repeat: no-repeat !important;
}
.thumb-rare8 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare8 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: -102px -102px;
  background-repeat: no-repeat !important;
}
.thumb-rare9 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare9 .thumb_image .thumb_specialFrame {
  width: 50px;
  height: 50px;
  background-image: url("/images/modules/sprite-thumbnail.png?1565693125765");
  background-size: 203px 152px;
  background-position: -153px 0px;
  background-repeat: no-repeat !important;
}
.thumb-small.thumb-rare1 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare1 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-small.thumb-rare2 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare2 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-small.thumb-rare3 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare3 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-small.thumb-rare4 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare4 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-small.thumb-rare5 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare5 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-small.thumb-rare6 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare6 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-small.thumb-rare7 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare7 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-small.thumb-rare8 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-small.thumb-rare8 .thumb_image .thumb_specialFrame {
  zoom: 0.75;
}
.thumb-rare-noSprite-0 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-0 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_0.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-1 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-1 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_1.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-2 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-2 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_2.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-3 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-3 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_3.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-4 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-4 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_4.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-5 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-5 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_5.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-6 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-6 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_6.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-7 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-7 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_7.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-8 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-8 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_8.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-9 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-9 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_9.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-10 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-10 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_10.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-11 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-11 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_11.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-12 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-12 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_12.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-13 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-13 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_13.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-14 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-14 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_14.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-15 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-15 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_15.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-16 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-16 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_16.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-17 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-17 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_17.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-18 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-18 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_18.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-19 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-19 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_19.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-20 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-20 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_20.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-21 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-21 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_21.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-22 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-22 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_22.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-23 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-23 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_23.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-24 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-24 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_24.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-25 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-25 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_25.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-26 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-26 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_26.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-27 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-27 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_27.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-28 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-28 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_28.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-29 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-29 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_29.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-30 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-30 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_30.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-31 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-31 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_31.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-32 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-32 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_32.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-33 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-33 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_33.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-34 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-34 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_34.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-35 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-35 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_35.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-36 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-36 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_36.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-37 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-37 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_37.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-38 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-38 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_38.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-39 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-39 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_39.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-40 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-40 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_40.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-41 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-41 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_41.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-42 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-42 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_42.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-43 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-43 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_43.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-44 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-44 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_44.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-45 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-45 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_45.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-46 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-46 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_46.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-47 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-47 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_47.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-48 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-48 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_48.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-49 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-49 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_49.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-50 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-50 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_50.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-51 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-51 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_51.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-52 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-52 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_52.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-53 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-53 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_53.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-54 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-54 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_54.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-55 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-55 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_55.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-56 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-56 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_56.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-57 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-57 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_57.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-58 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-58 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_58.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-59 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-59 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_59.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-60 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-60 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_60.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-61 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-61 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_61.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-62 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-62 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_62.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-63 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-63 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_63.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-64 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-64 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_64.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-65 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-65 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_65.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-66 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-66 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_66.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-67 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-67 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_67.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-68 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-68 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_68.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-69 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-69 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_69.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-70 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-70 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_70.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-71 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-71 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_71.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-72 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-72 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_72.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-73 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-73 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_73.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-74 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-74 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_74.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-75 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-75 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_75.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-76 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-76 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_76.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-77 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-77 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_77.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-78 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-78 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_78.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-79 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-79 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_79.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-80 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-80 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_80.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-81 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-81 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_81.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-82 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-82 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_82.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-83 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-83 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_83.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-84 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-84 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_84.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-85 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-85 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_85.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-86 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-86 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_86.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-87 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-87 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_87.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-88 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-88 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_88.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-89 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-89 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_89.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-90 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-90 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_90.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-91 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-91 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_91.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-92 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-92 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_92.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-93 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-93 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_93.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-94 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-94 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_94.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-95 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-95 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_95.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-96 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-96 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_96.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-97 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-97 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_97.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-98 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-98 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_98.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-99 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-99 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_99.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-100 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-100 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_100.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-101 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-101 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_101.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-102 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-102 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_102.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-103 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-103 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_103.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-104 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-104 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_104.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-105 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-105 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_105.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-106 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-106 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_106.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-107 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-107 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_107.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-108 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-108 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_108.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-109 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-109 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_109.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-110 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-110 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_110.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-111 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-111 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_111.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-112 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-112 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_112.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-113 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-113 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_113.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-114 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-114 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_114.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-115 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-115 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_115.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-116 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-116 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_116.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-117 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-117 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_117.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-118 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-118 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_118.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-119 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-119 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_119.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-120 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-120 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_120.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-121 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-121 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_121.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-122 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-122 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_122.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-123 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-123 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_123.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-124 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-124 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_124.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-125 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-125 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_125.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-126 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-126 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_126.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-127 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-127 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_127.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-128 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-128 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_128.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-129 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-129 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_129.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-130 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-130 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_130.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-131 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-131 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_131.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-132 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-132 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_132.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-133 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-133 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_133.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-134 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-134 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_134.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-135 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-135 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_135.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-136 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-136 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_136.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-137 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-137 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_137.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-138 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-138 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_138.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-139 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-139 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_139.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-140 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-140 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_140.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-141 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-141 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_141.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-142 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-142 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_142.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-143 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-143 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_143.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-144 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-144 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_144.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-145 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-145 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_145.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-146 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-146 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_146.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-147 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-147 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_147.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-148 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-148 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_148.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-149 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-149 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_149.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-150 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-150 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_150.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-151 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-151 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_151.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-152 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-152 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_152.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-153 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-153 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_153.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-154 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-154 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_154.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-155 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-155 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_155.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-156 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-156 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_156.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-157 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-157 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_157.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-158 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-158 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_158.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-159 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-159 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_159.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-160 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-160 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_160.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-161 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-161 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_161.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-162 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-162 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_162.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-163 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-163 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_163.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-164 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-164 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_164.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-165 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-165 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_165.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-166 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-166 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_166.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-167 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-167 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_167.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-168 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-168 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_168.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-169 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-169 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_169.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-170 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-170 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_170.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-171 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-171 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_171.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-172 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-172 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_172.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-173 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-173 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_173.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-174 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-174 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_174.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-175 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-175 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_175.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-176 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-176 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_176.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-177 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-177 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_177.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-178 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-178 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_178.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-179 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-179 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_179.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-180 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-180 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_180.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-181 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-181 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_181.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-182 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-182 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_182.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-183 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-183 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_183.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-184 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-184 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_184.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-185 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-185 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_185.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-186 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-186 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_186.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-187 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-187 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_187.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-188 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-188 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_188.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-189 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-189 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_189.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-190 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-190 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_190.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-191 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-191 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_191.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-192 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-192 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_192.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-193 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-193 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_193.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-194 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-194 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_194.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-195 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-195 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_195.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-196 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-196 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_196.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-197 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-197 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_197.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-198 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-198 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_198.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-199 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-199 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_199.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-200 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-200 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_200.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-201 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-201 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_201.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-202 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-202 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_202.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-203 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-203 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_203.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-204 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-204 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_204.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-205 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-205 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_205.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-206 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-206 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_206.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-207 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-207 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_207.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-208 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-208 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_208.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-209 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-209 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_209.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-210 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-210 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_210.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-211 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-211 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_211.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-212 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-212 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_212.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-213 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-213 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_213.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-214 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-214 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_214.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-215 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-215 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_215.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-216 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-216 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_216.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-217 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-217 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_217.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-218 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-218 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_218.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-219 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-219 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_219.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-220 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-220 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_220.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-221 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-221 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_221.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-222 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-222 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_222.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-223 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-223 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_223.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-224 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-224 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_224.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-225 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-225 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_225.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-226 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-226 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_226.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-227 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-227 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_227.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-228 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-228 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_228.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-229 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-229 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_229.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-230 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-230 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_230.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-231 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-231 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_231.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-232 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-232 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_232.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-233 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-233 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_233.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-234 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-234 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_234.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-235 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-235 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_235.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-236 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-236 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_236.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-237 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-237 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_237.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-238 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-238 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_238.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-239 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-239 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_239.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-240 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-240 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_240.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-241 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-241 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_241.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-242 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-242 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_242.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-243 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-243 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_243.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-244 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-244 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_244.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-245 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-245 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_245.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-246 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-246 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_246.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-247 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-247 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_247.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-248 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-248 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_248.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-249 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-249 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_249.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-250 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-250 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_250.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-251 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-251 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_251.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-252 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-252 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_252.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-253 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-253 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_253.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-254 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-254 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_254.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-255 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-255 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_255.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-256 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-256 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_256.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-257 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-257 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_257.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-258 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-258 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_258.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-259 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-259 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_259.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-260 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-260 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_260.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-261 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-261 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_261.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-262 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-262 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_262.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-263 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-263 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_263.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-264 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-264 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_264.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-265 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-265 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_265.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-266 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-266 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_266.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-267 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-267 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_267.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-268 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-268 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_268.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-269 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-269 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_269.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-270 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-270 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_270.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-271 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-271 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_271.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-272 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-272 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_272.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-273 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-273 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_273.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-274 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-274 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_274.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-275 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-275 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_275.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-276 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-276 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_276.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-277 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-277 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_277.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-278 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-278 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_278.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-279 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-279 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_279.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-280 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-280 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_280.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-281 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-281 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_281.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-282 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-282 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_282.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-283 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-283 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_283.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-284 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-284 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_284.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-285 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-285 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_285.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-286 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-286 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_286.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-287 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-287 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_287.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-288 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-288 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_288.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-289 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-289 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_289.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-290 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-290 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_290.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-291 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-291 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_291.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-292 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-292 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_292.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-293 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-293 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_293.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-294 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-294 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_294.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-295 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-295 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_295.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-296 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-296 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_296.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-297 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-297 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_297.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-298 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-298 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_298.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-299 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-299 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_299.png?20230623_1");
  background-size: cover;
}
.thumb-rare-noSprite-300 .thumb_image:not(.thumb_image-specialFrame)::after, .thumb-rare-noSprite-300 .thumb_image .thumb_specialFrame {
  background-image: url("/image/thumbFrame/100x100/frame_300.png?20230623_1");
  background-size: cover;
}
.thumb_image .thumb_specialFrame {
  border-radius: unset;
  content: unset;
}
.thumb_image .thumb_specialFrame + .thumb_specialFrame {
  background-image: none;
}
.thumb_image.vip_rank_1::after {
  background-image: url("/image/progress/userThumb/1.png?20200212_1");
}
.thumb_image.vip_rank_2::after {
  background-image: url("/image/progress/userThumb/2.png?20200212_1");
}
.thumb_image.vip_rank_3::after {
  background-image: url("/image/progress/userThumb/3.png?20200212_1");
}
.thumb_image.vip_rank_4::after {
  background-image: url("/image/progress/userThumb/4.png?20200212_1");
}
.thumb_image.vip_rank_5::after {
  background-image: url("/image/progress/userThumb/5.png?20200212_1");
}
.thumb_image.vip_rank_6::after {
  background-image: url("/image/progress/userThumb/6.png?20200212_1");
}
.thumb_image.vip_rank_7::after {
  background-image: url("/image/progress/userThumb/7.png?20200212_1");
}
.thumb_image.vip_rank_8::after {
  background-image: url("/image/progress/userThumb/8.png?20200212_1");
}
.thumb_image.vip_rank_9::after {
  background-image: url("/image/progress/userThumb/9.png?20200212_1");
}
.thumb_image.vip_rank_10::after {
  background-image: url("/image/progress/userThumb/10.png?20200212_1");
}

.thumb_image.vip_rank_1::after, .thumb_image.vip_rank_2::after, .thumb_image.vip_rank_3::after, .thumb_image.vip_rank_4::after, .thumb_image.vip_rank_5::after, .thumb_image.vip_rank_6::after, .thumb_image.vip_rank_7::after, .thumb_image.vip_rank_8::after, .thumb_image.vip_rank_9::after, .thumb_image.vip_rank_10::after {
  background-size: 50px 50px;
  background-position: 0 0;
}
.thumb-small .thumb_image.vip_rank_1::after, .thumb-small .thumb_image.vip_rank_2::after, .thumb-small .thumb_image.vip_rank_3::after, .thumb-small .thumb_image.vip_rank_4::after, .thumb-small .thumb_image.vip_rank_5::after, .thumb-small .thumb_image.vip_rank_6::after, .thumb-small .thumb_image.vip_rank_7::after, .thumb-small .thumb_image.vip_rank_8::after, .thumb-small .thumb_image.vip_rank_9::after, .thumb-small .thumb_image.vip_rank_10::after {
  background-size: 38px 38px;
}

.thumb_element {
  display: none;
}

.thumb_params, .thumb_params-arena, .thumb_params-overBottom {
  position: absolute;
  bottom: 1px;
  left: 5px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #E9E9E9;
  font-size: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.thumb_params-overBottom {
  bottom: -3px;
  left: 0;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 102;
  text-align: center;
}

.thumb_specific {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 27px;
  height: 14px;
  background-image: url("/images/common/thumb_specific.png?220513_1");
  background-size: cover;
  -webkit-animation: animation_blink_thumb_count 1.15s ease 0s infinite alternate;
  animation: animation_blink_thumb_count 1.15s ease 0s infinite alternate;
  z-index: 101;
}

.thumb_subImage {
  top: 0;
  left: -7px;
  z-index: 101;
  position: absolute;
}
.thumb_subImage .thumb_subImage_emptySlot {
  height: 22px;
  width: 22px;
  background-color: #000000;
  border: 1px solid white;
}

.thumb_paramsKey, .thumb_paramsKey-reincarnation, .thumb_paramsKey-equipment, .thumb_paramsKey-charaEnhance, .thumb_paramsKey-forging, .thumb_paramsKey-liberation {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
}

.thumb_paramsKey-liberation {
  color: #7777FF;
}

.thumb_paramsKey-forging {
  color: #FF7777;
}

.thumb_paramsKey-charaEnhance {
  color: #ffff00;
}

.thumb_paramsKey-equipment {
  color: #77FF77;
}

.thumb_paramsKey-reincarnation {
  color: #FFFF77;
}

.thumb_paramsValue, .thumb_paramsValue-arena, .thumb_paramsValue-max {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-weight: bold;
  font-weight: bold;
  font-size: 1rem;
}

.thumb_paramsValue-max {
  color: #0f5;
  font-size: 1.1rem;
}

.thumbDetailArea {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.thumb + .thumbDetailArea {
  margin-left: 1px;
}

.thumbDetailArea_item {
  margin-top: 2px;
  margin-bottom: 2px;
}

.thumbSortBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0;
  width: 270px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.thumbSortBox_item {
  margin-right: 5px;
  margin-bottom: 2px;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.thumbSortBox_select {
  background-color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
  font-size: 1.2rem;
}

.underThumbInfo {
  width: 50px;
}
.underThumbInfo .thumb_params, .underThumbInfo .thumb_params-arena, .underThumbInfo .thumb_params-overBottom {
  position: static;
}

.underThumbInfo + .underThumbInfo {
  margin-left: 5px;
}

.info_enabled_enhanceLevel .info_type_enhanceLevel {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
}

.info_type_enhanceLevel .symbol {
  width: 15px;
  height: 15px;
  margin-left: -5px;
  margin-bottom: -5px;
  background-size: 15px 15px;
  display: inline-block;
  background-image: url("/images/multiGacha/icon_enhance.png");
}

.info_type_enhanceLevel .thumb_paramsValue, .info_type_enhanceLevel .thumb_paramsValue-arena, .info_type_enhanceLevel .thumb_paramsValue-max {
  font-size: 1.1rem;
  margin-left: -5px;
  text-align: right;
  width: 100%;
  padding-right: 7px;
  padding-top: 2px;
}

.info_enabled_skillPart .info_type_skillPart {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
}

.info_type_skillPart .symbol {
  width: 18px;
  height: 16px;
  margin-left: 27px;
  background-size: cover;
}

.gacha_thumbList-choice {
  width: 256px;
}
.gacha_thumbList-choice .thumb {
  margin: 7px 7px 7px 7px;
}
.gacha_thumbList-choice .thumb:nth-of-type(5n) {
  margin-right: 7px;
}

.gacha_thumb_state-pickupSelect {
  font-size: 0;
  border-radius: 0;
}
input:checked + .gacha_thumb_state-pickupSelect {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 60px;
  height: 64px;
  background-color: transparent;
  background-image: url(/images/gacha/thumbFrame-pickup.png);
  background-size: cover;
}

.thumb .thumb_attachmentThumb {
  position: absolute;
  z-index: 102;
  top: -4px;
  left: -4px;
  background: #000;
  border: 1px solid #bbb;
  width: 22px;
  height: 22px;
  border-radius: 3px;
}

.materialSourceType_changeButton_select {
  background-color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 3px;
  padding-right: 33px;
}

.notes {
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.notes_head {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.4rem;
}

.notes_text {
  font-weight: normal;
  font-size: 1.2rem;
}

button, select, textarea, input[type=radio], input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=datetime], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime-local], input[type=number] {
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #E9E9E9;
  font-size: 1.4rem;
  line-height: 1.428;
  -webkit-appearance: none;
  appearance: none;
}

select, textarea, input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=datetime], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime-local], input[type=number] {
  box-sizing: border-box;
  padding: 3px;
  width: 100%;
  border: 1px solid #ffd840;
  border-radius: 3px;
  vertical-align: middle;
}

.inquiryDate {
  min-height: 2.8rem;
}

textarea {
  min-height: 4.284em;
}

select {
  padding-right: 40px;
  background-image: url("/images/modules/arrow_select-down.png");
  background-position: right center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
select:focus {
  background-color: #000;
}

button {
  padding: 0;
  outline: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

.form_body {
  margin-bottom: 10px;
  word-break: break-word;
}

.form_input {
  margin-bottom: 8px;
}
.form_body .form_input:last-of-type {
  margin-bottom: 0;
}

.form_head {
  margin-bottom: 5px;
  font-weight: bold;
}

.form_description {
  font-size: 1.2rem;
}

div.form_error {
  color: #ec910a;
  font-size: 1.2rem;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: #000;
  content: "";
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.fade::after {
  opacity: 0;
}
.modal.in::after {
  opacity: 0.75;
}

.gvg .modal.in::after {
  opacity: 0.4;
}

.modal-overScreen {
  z-index: 500;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.modal_contents {
  padding: 58px 10px 105px;
  width: 100%;
}

.modal_contents-vCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.modal_contents-hCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.modal_contents-vBottom, .modal_contents-messageWindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal_contents-noHeader {
  padding-top: 0;
}

.modal_contents-pageTitle {
  padding-top: 105px;
}

.modal_contents-messageWindow {
  padding-bottom: 20px;
}

.modal_contents-gvg {
  padding: 126px 10px 66px;
}

.modal_contents-flex {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.indexList_item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.indexList-2Column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.indexList-2Column .indexList_item {
  width: 155px;
  margin-top: 10px;
  margin-bottom: 0;
}
.indexList-2Column .indexList_item:nth-child(even) {
  position: relative;
  top: 32px;
}

.warningList_item {
  font-weight: bold;
}

.inlineIcon, .inlineIcon-mailPoint, .inlineIcon-dragon_memory, .inlineIcon-hunter_memory, .inlineIcon-unlock, .inlineIcon-lock, .inlineIcon-medicineUsed, .inlineIcon-medicine, .inlineIcon-billingPoint, .inlineIcon-anotherCrystal, .inlineIcon-spirit_stone7, .inlineIcon-spirit_stone6, .inlineIcon-spirit_stone5, .inlineIcon-spirit_stone4, .inlineIcon-spirit_stone3, .inlineIcon-spirit_stone2, .inlineIcon-spirit_stone1, .inlineIcon-badge, .inlineIcon-premiumSalonTicket, .inlineIcon-point, .inlineIcon-premiumMedal, .inlineIcon-medal, .inlineIcon-friend, .inlineIcon-gold, .inlineIcon-gem {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  vertical-align: text-top;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.inlineIcon-gem {
  background-image: url(/images/modules/icon-gem.png);
}
.arena_chestItemInfo > .inlineIcon-gem {
  vertical-align: text-bottom;
}

.inlineIcon-gold {
  background-image: url(/images/modules/icon-gold.png);
}

.inlineIcon-friend {
  background-image: url(/images/modules/icon-friend.png);
}

.inlineIcon-medal {
  background-image: url(/images/modules/icon-medal.png);
}

.inlineIcon-premiumMedal {
  background-image: url(/images/modules/icon-premiumMedal.png);
}

.inlineIcon-point {
  background-image: url(/images/modules/icon-point.png);
}

.inlineIcon-premiumSalonTicket {
  background-image: url(/images/modules/icon-premiumSalonTicket.png);
}

.inlineIcon-badge {
  background-image: url(/images/modules/icon-badge.png);
}

.inlineIcon-spirit_stone1 {
  background-image: url(/images/modules/icon-spirit_stone1.png);
}

.inlineIcon-spirit_stone2 {
  background-image: url(/images/modules/icon-spirit_stone2.png);
}

.inlineIcon-spirit_stone3 {
  background-image: url(/images/modules/icon-spirit_stone3.png);
}

.inlineIcon-spirit_stone4 {
  background-image: url(/images/modules/icon-spirit_stone4.png);
}

.inlineIcon-spirit_stone5 {
  background-image: url(/images/modules/icon-spirit_stone5.png);
}

.inlineIcon-spirit_stone6 {
  background-image: url(/images/modules/icon-spirit_stone6.png);
}

.inlineIcon-spirit_stone7 {
  background-image: url(/images/modules/icon-spirit_stone7.png);
}

.inlineIcon-anotherCrystal {
  background-image: url(/images/modules/icon-anotherCrystal.png);
}

.inlineIcon-billingPoint {
  background-image: url(/images/modules/icon-billingPoint.png);
}

.inlineIcon-medicine {
  background-image: url(/images/modules/icon-medicine.png);
}

.inlineIcon-medicineUsed {
  background-image: url(/images/modules/icon-medicineUsed.png);
}

.inlineIcon-lock {
  background-image: url(/images/modules/icon-lock.png);
}
.thumb_state > .inlineIcon-lock {
  width: 100%;
  background-position: right;
}

.inlineIcon-unlock {
  background-image: url(/images/modules/icon-unlock.png);
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.thumb_state > .inlineIcon-unlock {
  width: 100%;
  background-position: right;
}

.inlineIcon-hunter_memory {
  background-image: url(/images/modules/icon-hunter_memory.png);
}

.inlineIcon-dragon_memory {
  background-image: url(/images/modules/icon-dragon_memory.png);
}

.inlineIcon-mailPoint {
  background-image: url(/images/modules/icon-mailPoint.png);
}

.categoryHead, .categoryHead-pjboxDeck {
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: darkred;
  margin-top: 1px;
  font-weight: bold;
}

.categoryHead-pjboxDeck {
  background-color: transparent;
}

.normalNotice {
  text-align: center;
  margin-bottom: 10px;
}
.normalNotice p {
  padding: 5px;
}

.fixedPhrase {
  text-align: center;
}

.fixedPhrase_tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow-y: hidden;
}

.fixedPhrase_tab {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.fixedPhrase_tab a {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px ridge #9a9a9a;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #000;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.5) inset, 0 -2px 10px rgba(0, 0, 0, 0.5) inset;
  text-align: center;
  font-weight: bold;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.fixedPhrase_tab.active a {
  background-color: #0019ff;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.fixedPhrase_contents {
  padding: 2px;
  padding-bottom: 5px;
  border: 2px ridge #9a9a9a;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #000;
}

.fixedPhrase_contents_stamp, .fixedPhrase_contents_stampGvg {
  height: 208px;
  overflow: scroll;
}

.fixedPhrase_contents_stampGvg {
  background-color: rgba(0, 0, 0, 0.4);
}

.fixedPhrase_tabContents {
  display: none;
}
.fixedPhrase_tabContents.active {
  display: block;
}

.fixedPhrase_list {
  padding-top: 10px;
  font-size: 0;
}

.fixedPhrase_listItem {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
  width: 50%;
  vertical-align: bottom;
}
.fixedPhrase_listItem a {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #f1e2bd;
  border-radius: 8px;
  background-color: #ecd9a8;
  box-shadow: inset 0 0 0 2px #946c41, 0 1px 0 0 #a68839;
  color: #472f17;
  font-weight: bold;
  font-size: 1.2rem;
}
.fixedPhrase_listItem a::after {
  position: absolute;
  bottom: -6px;
  left: 6px;
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("/images/modules/balloonBeak-fixedPhrase.png");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  content: "";
}
.fixedPhrase_listItem a.hover {
  margin-top: 1px;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 2px #946c41;
}

.fixedPhrase_contentsBottom {
  font-weight: bold;
}
.fixedPhrase_contentsBottom span {
  font-style: italic;
}

.shelter_label {
  display: block;
  text-decoration: underline;
}

.shelter_input {
  display: none;
}

.shelter_body {
  display: none;
}
input:checked + .shelter_body {
  display: block;
}

.battleLog {
  overflow: hidden;
  border: 2px ridge #ffd800;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

.battleLog_body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.battleLog_item-theirs, .battleLog_item-ours {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 4px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -2px 2px rgba(0, 0, 0, 0.4);
}

.battleLog_item-ours {
  background-color: #0062d1;
}

.battleLog_item-theirs {
  background-color: #ba1b1b;
}

.battleLog_detail, .battleLog_thumb {
  padding: 2px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4), inset 0 -1px 1px rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}

.battleLog_thumb {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.battleLog_item-ours > .battleLog_thumb {
  margin-right: 4px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  order: 0;
}
.battleLog_item-theirs > .battleLog_thumb {
  margin-left: 4px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

.battleLog_detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-height: 54px;
}

.battleLog_schedule {
  margin-top: -30px;
}

.battleLog_schedule-onTitleSeparated {
  padding-top: 10px;
}

.pageAnchor {
  padding-top: 58px;
  margin-top: -58px;
}

.pageAnchor-withTitle {
  padding-top: 92px;
  margin-top: -92px;
}

.checkbox {
  position: relative;
  cursor: pointer;
}
.checkbox:before {
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  border: 1px ridge #ffd840;
  border-radius: 3px;
  content: "";
  vertical-align: top;
}
.checkbox:after {
  position: absolute;
  top: -10px;
  left: -3px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/images/modules/thumbnail_check.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
}
input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
input[type=checkbox]:disabled + .checkbox {
  color: #b4b4b4;
}
input[type=checkbox]:disabled + .checkbox:before {
  border: 1px ridge #a68400;
}

.notObtained {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}

.decoNumbers, .decoNumbers-wide, .decoNumbers-thin {
  font-size: 0;
}

.decoNumbers-thin span {
  margin: 0 -1px;
}

.decoNumbers-wide span {
  margin: 0 1px;
}

.decoNumber-a, .decoNumber-q, .decoNumber-9, .decoNumber-8, .decoNumber-7, .decoNumber-6, .decoNumber-5, .decoNumber-4, .decoNumber-3, .decoNumber-2, .decoNumber-1, .decoNumber-0 {
  display: inline-block;
  width: 20px;
  height: 26px;
  background-size: 20px 26px;
  background-repeat: no-repeat;
  vertical-align: top;
}

.decoNumber-0 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -21px 0px;
  background-repeat: no-repeat !important;
}

.decoNumber-1 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -63px 0px;
  background-repeat: no-repeat !important;
}

.decoNumber-2 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -42px 0px;
  background-repeat: no-repeat !important;
}

.decoNumber-3 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: 0px -27px;
  background-repeat: no-repeat !important;
}

.decoNumber-4 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -21px -27px;
  background-repeat: no-repeat !important;
}

.decoNumber-5 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -42px -27px;
  background-repeat: no-repeat !important;
}

.decoNumber-6 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.decoNumber-7 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -63px -27px;
  background-repeat: no-repeat !important;
}

.decoNumber-8 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: 0px -54px;
  background-repeat: no-repeat !important;
}

.decoNumber-9 {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -21px -54px;
  background-repeat: no-repeat !important;
}

.decoNumber-q {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -63px -54px;
  background-repeat: no-repeat !important;
}

.decoNumber-a {
  background-image: url("/images/modules/sprite-decoNumber.png?1511178746209");
  background-size: 83px 80px;
  background-position: -42px -54px;
  background-repeat: no-repeat !important;
}

.messageWindow::after {
  display: block;
  content: "▼";
  text-align: right;
  font-size: 1rem;
}

.anchorText {
  text-decoration: underline;
}

.indexBoard a, .indexBoard-diasbled a, .indexBoard button, .indexBoard-diasbled button {
  display: block;
  background-image: url(/images/modules/indexBoard.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.indexBoard-diasbled a, .indexBoard-diasbled button {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.indexBoard_image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.indexBoard_image img {
  width: 100%;
  height: auto;
}

.vertGachaListItem_bg_effectCanvas, .profTitle_effectCanvas {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: unset;
}

.vertGachaListDetail_effectCanvas, .vertGachaListDetail_effectCanvas-avatar, .guild_memberEffectCanvas, .profImage_community_effectCanvas, .profImage_effectCanvas, .user_effectCanvasForAvatarAnimation-equipment, .user_effectCanvasForAvatarAnimation-profile, .statusNkdn_effectCanvas, .statusPjbox_effectCanvas-modal, .statusPjbox_effectCanvas, .status_effectCanvas, .mypage_effectCanvas, .common_spriteAnimation_effectCanvas-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 1000;
}

.common_spriteAnimation_effectCanvas {
  margin: auto;
  pointer-events: none;
  z-index: unset;
}

.common_spriteAnimation_effectCanvas-slider {
  top: auto;
  bottom: -30px;
  z-index: unset;
}

.top_terms {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
}

.top_androidAlert {
  margin-top: 10px;
  font-size: 1.2rem;
}
.top_androidAlert a {
  text-decoration: underline;
}

.top_domain {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.2rem;
}

.topBrowserMainMenu {
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.topBrowserMainMenu_modalOpenBtn {
  position: relative;
}

.topBrowserMainMenu .topBrowserMainMenu_modalOpenBtn .topBrowserMainMenu_modalOpenBtnInner {
  width: 120px;
  height: 30px;
  font-size: 1rem;
}

.topBrowserMainMenu_agreementCheckbox {
  display: none;
}

.topBrowserMainMenu_agreementCheckIcon {
  background-image: url(/images/common/checkBox.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: -25px;
}

.topBrowserMainMenu_agreementCheckbox:checked + .topBrowserMainMenu_agreementCheckIcon {
  background-image: url(/images/common/checkBoxChecked.png);
}

.topBrowserMainMenu .topBrowserMainMenu_GameStartBtn .topBrowserMainMenu_GameStartBtnInner {
  width: 80px;
  height: 30px;
}

.topBrowserSubMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.topBrowserSubMenu .btnList, .topBrowserSubMenu .menu_item, .topBrowserSubMenu .profBtnList, .topBrowserSubMenu .btnList-arenaIndex, .topBrowserSubMenu .btnList-deckSelect, .topBrowserSubMenu .btnList-community, .topBrowserSubMenu .btnList-community-mailEnabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 5px 5px 5px;
}

.topBrowserSubMenu .topBrowserSubMenu_btn .topBrowserSubMenu_btnInner {
  width: 80px;
  height: 30px;
  font-size: 1rem;
}

.mypage_userData {
  width: 193px;
  height: 45px;
  background-image: url("/images/modules/sprite-mypage.png?1511178746209");
  background-size: 193px 106px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  position: fixed;
  top: 53px;
  left: 5px;
  z-index: 201;
}

.mypage_userDataTitle {
  margin-top: 5px;
  color: #E9E9E9;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.mypage_userDataName {
  margin-top: 1px;
  color: #341a00;
  text-align: center;
}
.mypage_userDataName dt, .mypage_userDataName dd {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
}
.mypage_userDataName dt {
  margin-right: 5px;
}

.mypage_charaImage {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 100;
}

.mypage_charaImageDeck-5, .mypage_charaImageDeck-4, .mypage_charaImageDeck-3, .mypage_charaImageDeck-2, .mypage_charaImageDeck-1, .mypage_charaImageAvatar {
  position: absolute;
  left: 50%;
  z-index: 100;
  margin-left: -96px;
}
.mypage_charaImageDeck-5 img, .mypage_charaImageDeck-4 img, .mypage_charaImageDeck-3 img, .mypage_charaImageDeck-2 img, .mypage_charaImageDeck-1 img, .mypage_charaImageAvatar img {
  width: 192px;
  height: 128px;
}

.mypage_charaImageDeck-5 img, .mypage_charaImageDeck-4 img, .mypage_charaImageDeck-3 img, .mypage_charaImageDeck-2 img, .mypage_charaImageDeck-1 img {
  height: 192px;
}

.mypage_charaImageAvatar {
  bottom: 25%;
  z-index: 105;
}

.mypage_charaImageDeck-1 {
  bottom: 20%;
  left: 20%;
  z-index: 104;
}

.mypage_charaImageDeck-2 {
  bottom: 20%;
  left: 80%;
  z-index: 104;
}

.mypage_charaImageDeck-3 {
  bottom: 40%;
  z-index: 102;
}

.mypage_charaImageDeck-4 {
  bottom: 35%;
  left: 15%;
  z-index: 103;
}

.mypage_charaImageDeck-5 {
  bottom: 35%;
  left: 85%;
  z-index: 103;
}

.mypage_effectCanvas {
  width: 320px;
  height: 292px;
  z-index: 0;
}

.mypage_btnNews {
  position: absolute;
  top: 53px;
  z-index: 200;
}
.mypage_btnNews a, .mypage_btnNews button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

.mypage_btnNews {
  right: 20px;
}
.mypage_btnNews button {
  background-image: url("/images/modules/sprite-mypage.png?1511178746209");
  background-size: 193px 106px;
  background-position: -61px -46px;
  background-repeat: no-repeat !important;
}

.mypage_mainUI {
  position: absolute;
  bottom: 60px;
  z-index: 100;
  width: 320px;
}

.mypage_mainUIBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
  padding-bottom: 16px;
}

.saleIntroductionBtn {
  position: absolute;
  top: 50px;
  right: 8px;
  width: 73px;
  height: 74px;
  background-image: url("/images/home/secretPack_base.png?250513_1");
  background-size: cover;
  z-index: 100;
}

.saleIntroductionBtn_countdownText {
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
}

.mypage_mainUIStrength {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin-bottom: 5px;
  margin-left: auto;
  width: 180px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.65) 100%);
  text-align: right;
}

.mypage_mainUIStrengthKey {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: inline-block;
  margin-right: 5px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 1.2rem;
}

.mypage_mainUIStrengthValue {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: inline-block;
  margin-right: 10px;
  min-width: 60px;
  color: #ff7;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.7rem;
}

.mypage_slider {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 250px;
  text-align: center;
}
.mypage_slider .slides li a {
  display: block;
}
.mypage_slider .slides li a img {
  width: 250px;
  height: 60px;
}
.mypage_slider .slides .news_comment {
  display: none;
}

.mypage_mainUIBtnInfo {
  margin-top: -6px;
  margin-left: -2px;
}
.mypage_mainUIBtnInfo a {
  width: 60px;
  height: 60px;
  background-image: url("/images/modules/sprite-mypage.png?1511178746209");
  background-size: 193px 106px;
  background-position: 0px -46px;
  background-repeat: no-repeat !important;
  display: block;
}

.mypage_presentItemDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: 4px;
}
.mypage_presentItemDetail dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mypage_presentItemDetail dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mypage_presentItemName {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 0;
}

.mypage_presentItemNameKey {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.2rem;
}

.mypage_presentItemNameVal {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.mypage_presentItemText {
  margin-right: 2px;
  font-weight: normal;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mypage_associationBtn, .mypage_bannerModalBtn {
  display: block;
  position: absolute;
  top: 59px;
  width: 52px;
  height: 30px;
  background-size: cover;
  z-index: 202;
}

.mypage_bannerModalBtn {
  left: 9px;
  background-image: url("/images/modules/mypage_bannerModalBtn.png?20191204_1");
}

.mypage_associationBtn {
  left: 78px;
  background-image: url("/images/modules/mypage_associationBtn.png");
}
.mypage_associationBtn .badge, .mypage_associationBtn .badge-combination {
  top: -5px;
  right: -6px;
}

.mypage_bannerModalItem {
  margin-bottom: 10px;
}
.mypage_bannerModalItem img {
  width: 250px;
  height: auto;
}

.scrollList, .arena_historyList, .combinationDetail_scrollList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.scrollList-hotNews {
  margin-top: -10px;
  width: 300px;
  height: 250px;
}
.scrollList-hotNews .scrollList_body, .scrollList-hotNews .scrollList_body-enhanceShare {
  font-size: 0;
}
.scrollList-hotNews .scrollList_body li, .scrollList-hotNews .scrollList_body-enhanceShare li {
  padding-bottom: 0;
  border-bottom: none;
}
.scrollList-hotNews .scrollList_body li a, .scrollList-hotNews .scrollList_body-enhanceShare li a {
  display: block;
}
.scrollList-hotNews .scrollList_body li img, .scrollList-hotNews .scrollList_body-enhanceShare li img {
  width: 280px;
}
.scrollList-hotNews .scrollList_body .no_time, .scrollList-hotNews .scrollList_body-enhanceShare .no_time {
  display: inline-block;
  margin-top: 5px;
}
.scrollList-hotNews .scrollList_body .no_time a img, .scrollList-hotNews .scrollList_body-enhanceShare .no_time a img {
  width: 140px;
}

.scrollList-info {
  margin-top: 10px;
  width: 300px;
  height: 106px;
}
.scrollList-info .scrollList_body li, .scrollList-info .scrollList_body-enhanceShare li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.scrollList-info .scrollList_body li a, .scrollList-info .scrollList_body-enhanceShare li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.scrollList_head {
  padding-bottom: 5px;
  border-bottom: solid 2px #fff;
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scrollList_body, .scrollList_body-enhanceShare {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scrollList_body > li, .scrollList_body-enhanceShare > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.scrollList_body > li:first-of-type, .scrollList_body-enhanceShare > li:first-of-type {
  margin-top: 5px;
}
.scrollList_body > li:last-of-type, .scrollList_body-enhanceShare > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.scrollList_body-enhanceShare {
  min-height: 200px;
}

.bannerList li img {
  width: 100%;
  height: auto;
}

.news_comment {
  margin: 0 6px;
  text-align: center;
}
.gacha_topBanner .news_comment {
  display: none;
}

.news_category_3, .news_category_2, .news_category_1 {
  position: relative;
  z-index: -1;
  display: inline-block;
  margin-top: -4px;
  width: 58px;
  height: 25px;
  background-size: 58px 25px;
  background-repeat: no-repeat;
  vertical-align: top;
}

.news_category_1 {
  background-image: url("/images/modules/sprite-hotNews.png?1511178746209");
  background-size: 117px 58px;
  background-position: -59px 0px;
  background-repeat: no-repeat !important;
}

.news_category_2 {
  background-image: url("/images/modules/sprite-hotNews.png?1511178746209");
  background-size: 117px 58px;
  background-position: -59px -26px;
  background-repeat: no-repeat !important;
}

.news_category_3 {
  background-image: url("/images/modules/sprite-hotNews.png?1511178746209");
  background-size: 117px 58px;
  background-position: 0px -33px;
  background-repeat: no-repeat !important;
}

.news_text_area {
  position: relative;
  z-index: -2;
  display: inline-block;
  margin: 0 -30px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.news_banner_btn {
  width: 58px;
  height: 32px;
  background-image: url("/images/modules/sprite-hotNews.png?1511178746209");
  background-size: 117px 58px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  position: relative;
  display: inline-block;
  margin-top: -7px;
  vertical-align: top;
}

.mypage_mainUIBtnBalloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 142px;
  left: 12px;
  z-index: 100;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #000;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.mypage_mainUIBtnBalloonBeak {
  position: absolute;
  bottom: -12px;
  left: 59px;
  overflow: hidden;
  width: 24px;
  height: 12px;
}
.mypage_mainUIBtnBalloonBeak::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 99;
  display: block;
  margin-left: -6px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #000;
  box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.4);
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mypage_mainUIBtnBalloonDetail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  color: #333;
  text-align: left;
  text-shadow: none;
  white-space: nowrap;
}

.mypage_ticker {
  position: fixed;
  top: 55px;
  left: 10px;
  z-index: 200;
  overflow: hidden;
  padding: 0;
  width: 190px;
  border-width: 0;
  border-image-width: 7px;
}
.mypage_ticker p {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  font-size: 1.2rem;
}

.mypage_tickerContent {
  display: inline-block;
  margin-right: 95px;
}
.mypage_tickerContent a {
  display: block;
  padding: 5px 0;
  color: #fff302;
}

.mypage_tickerNotice {
  display: none;
}

/* 初心者ミッション */
.mypage-beginner-mission, .mypage-beginner-mission-receive {
  position: absolute;
  top: 100px;
  left: 1px;
  background-image: url("/images/modules/beginner_window_challenge.png?20190312_2");
  background-size: cover;
  width: 287px;
  height: 50px;
  z-index: 190;
}

.mypage-beginner-mission-receive {
  background-image: url("/images/modules/beginner_window_get.png?20190312_2");
}

.mypage-beginner-mission-text {
  text-shadow: -1px -1px 0 #373, -1px 0px 0 #373, -1px 1px 0 #373, 0px -1px 0 #373, 0px 1px 0 #373, 1px -1px 0 #373, 1px 0px 0 #373, 1px 1px 0 #373, -1px 2px 1px #373, 0px 2px 1px #373, 1px 2px 1px #373;
  position: absolute;
  top: 10px;
  left: 48px;
  width: 218px;
  height: 35px;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: bold;
}

.mypage-beginner-mission-btn, .mypage-beginner-mission-btn-receive {
  position: absolute;
  top: 2px;
  right: -32px;
  background-image: url("/images/modules/beginner_btn_challenge.png?20190312_2");
  background-size: cover;
  width: 46px;
  height: 45px;
}

.mypage-beginner-mission-btn-receive {
  background-image: url("/images/modules/beginner_btn_get.png?20190312_2");
}

.filter-grayout {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* 初心者ミッション */
.filter-grayout {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mypageBox-beginner-mission {
  position: absolute;
  top: 45px;
  left: 2px;
  z-index: 190;
}

.mypageBox-beginner-mission-btn, .mypageBox-beginner-mission-btn-receive {
  display: block;
  background-image: url("/images/modules/beginner_btn_challenge.png?20201114_1");
  background-size: cover;
  width: 130px;
  height: 75px;
}

.mypageBox-beginner-mission-btn-receive {
  background-image: url("/images/modules/beginner_btn_get.png?20201114_1");
}

.mypage_invitationNotice, .mypage_recommendedGuild {
  position: absolute;
  top: 125px;
  left: 0px;
  z-index: 190;
}

.mypage_invitationNoticeImage, .mypage_recommendedGuildImage {
  display: block;
  background-image: url("/images/home/scout_notification.png?20231106_1");
  background-size: cover;
  width: 55px;
  height: 180px;
}

.mypage_invitationPopupImage {
  display: block;
  background-image: url("/images/home/scout_popup.png?20231106_1");
  background-size: cover;
  width: 280px;
  height: 349px;
  margin: 0 auto;
}

.mypage_recommendedGuildImage {
  background-image: none;
}

.partyDetailTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
  width: 270px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.partyDetailBottom {
  margin-right: auto;
  margin-left: auto;
  width: 270px;
}

.questSelect_areaSelectBtn-next, .questSelect_areaSelectBtn-prev {
  position: fixed;
  top: 100px;
  z-index: 198;
}
.questSelect_areaSelectBtn-next a, .questSelect_areaSelectBtn-prev a {
  font-size: 1.2rem;
}

.questSelect_areaSelectBtn-prev {
  left: -12px;
  padding-left: 6px;
}

.questSelect_areaSelectBtn-next {
  right: -12px;
  padding-right: 6px;
}

.questSelect_eventBtn {
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 199;
}

.questSelect_map {
  position: relative;
  overflow: visible;
  width: 300px;
  height: 298px;
}

.questSelect_mapStage {
  position: absolute;
  z-index: 100;
}
.questSelect_mapStage img {
  width: 77px;
  height: 66px;
}
.questSelect_mapStage a {
  display: block;
}

.questSelect_mapStageName {
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 101;
  margin-left: -44px;
}
.questSelect_mapStageName img {
  width: 85px;
  height: 13px;
}

.questSelect_stageNameStatus-new, .questSelect_stageNameStatus-clear, .questSelect_questListStageStatus-new, .questSelect_questListStageStatus-clear, .questSelect_mapStageStatus-new, .questSelect_mapStageStatus-clear, .questSelect_eventBannerStageStatus-new, .questSelect_eventBannerStageStatus-clear {
  position: absolute;
  z-index: 101;
  width: 60px;
  height: 22px;
  background-size: 60px 22px;
}

.questSelect_eventBannerStageStatus-new, .questSelect_eventBannerStageStatus-clear {
  top: -10px;
  left: -10px;
}

.questSelect_eventBannerStageStatus-clear {
  background-image: url(/images/modules/text_stageStatus-clear.png);
}

.questSelect_eventBannerStageStatus-new {
  background-image: url(/images/modules/text_stageStatus-new.png);
}

.questSelect_mapStageStatus-new, .questSelect_mapStageStatus-clear {
  top: 8px;
  left: 50%;
  margin-left: -30px;
}

.questSelect_mapStageStatus-clear {
  background-image: url(/images/modules/text_stageStatus-clear.png);
}

.questSelect_mapStageStatus-new {
  background-image: url(/images/modules/text_stageStatus-new.png);
}

.questSelect_questListStageStatus-new, .questSelect_questListStageStatus-clear {
  top: -14px;
  left: -22px;
}

.questSelect_questListStageStatus-clear {
  background-image: url(/images/modules/text_stageStatus-clear.png);
}

.questSelect_questListStageStatus-new {
  background-image: url(/images/modules/text_stageStatus-new.png);
}

.questSelect_stageNameStatus-new, .questSelect_stageNameStatus-clear {
  top: 34px;
  left: 10px;
}

.questSelect_stageNameStatus-clear {
  background-image: url(/images/modules/text_stageStatus-clear.png);
}

.questSelect_stageNameStatus-new {
  background-image: url(/images/modules/text_stageStatus-new.png);
}

.questSelect_stageName {
  position: relative;
  z-index: -1;
  margin: -40px 0 -6px 0;
}
.questSelect_stageName img {
  width: 77px;
  height: 66px;
}

.questSelect_stageNameText {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
}

.questSelect_stamina, .questSelectVerticalList_stamina {
  position: fixed;
  right: -10px;
  bottom: 60px;
  z-index: 198;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 4px;
}

.questSelect_stageDetail {
  margin-top: 10px;
  margin-bottom: 7px;
}

.questSelect_partyDetail {
  padding-top: 6px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 1.3rem;
}

.questSelect_departureBtnStamina {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-weight: bold;
  font-size: 1rem;
}

.questSelect_questList {
  margin-top: 10px;
}

.questSelect_questList-event {
  padding-right: 10px;
  padding-left: 10px;
}

.questSelect_questListItem {
  margin-top: 5px;
  margin-bottom: 5px;
}
.questSelect_questListItem a, .questSelect_questListItem button {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  text-align: left;
}

.questSelect_questListItemRestrictionHead {
  margin-left: 2px;
  color: #b10;
  font-weight: bold;
  font-size: 1.4rem;
}

.questSelect_questListItemRestrictionBody {
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  color: #ececec;
  font-weight: bold;
}
.questSelect_questList-event .questSelect_questListItemRestrictionBody {
  color: #0000cc;
}
.questSelect_questListItemRestrictionBody > li {
  font-size: 1.2rem;
}

.questSelect_questListItemCost {
  margin-left: 5px;
  color: #000000;
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem;
}

.questSelect_eventBanner {
  position: relative;
  z-index: 100;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  width: 250px;
}
.questSelect_eventBanner a {
  display: block;
  text-align: center;
}
.questSelect_eventBanner a img {
  width: 250px;
}

.questSelect_eventBannerTimeLimit {
  margin-top: -4px;
  margin-right: -8px;
  text-align: right;
}
.questSelect_eventBannerTimeLimit span {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-weight: bold;
}

.questSelect_requiredStamina {
  color: #f00;
}

.questSelect_staminaCure {
  margin-bottom: 10px;
  text-align: center;
}

.questSelect_staminaCureSum {
  color: #0c0;
}

.questSelect_caution {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.questSelect_cautionHead {
  margin-bottom: 5px;
}

.questSelect_cautionText {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.questSelect_cautionText span {
  color: #f00;
}

.questSelect_modalImg {
  width: 100%;
  height: auto;
}

.questSelect_areaName, .questSelect_areaName-result {
  padding: 14px 13px;
  font-size: 1.6rem;
  font-weight: bold;
}

.questSelect_stageStatus-clear {
  background-image: url("/images/quest/questSelectVerticalList/clearLabel.png?200902_1");
}

.questSelect_stageStatus-new {
  background-image: url("/images/quest/questSelectVerticalList/newLabel.png?200902_1");
}

.questSelectVerticalList_questListStageStatus-new, .questSelectVerticalList_mapStageStatus-new, .questSelect_eventBannerStageStatus-new, .questSelect_mapStageStatus-new, .questSelect_questListStageStatus-new, .questSelect_stageNameStatus-new, .questSelect_stageStatus-new {
  -webkit-animation: animation_stageStatus-new 2s ease 0s infinite normal;
  animation: animation_stageStatus-new 2s ease 0s infinite normal;
}

.questSelect_stageClear {
  position: relative;
}

.questSelect_stageClearImage {
  position: absolute;
  top: 0;
  left: 48px;
  width: 208px;
  height: auto;
  -webkit-animation: animation_stageClear-scale 0.5s ease-in forwards, animation_stageClear-filter 0.5s ease-out 0.5s forwards;
  animation: animation_stageClear-scale 0.5s ease-in forwards, animation_stageClear-filter 0.5s ease-out 0.5s forwards;
  z-index: 101;
}

@-webkit-keyframes animation_stageClear-scale {
  0% {
    -webkit-transform: scale(5) translateZ(0);
    transform: scale(5) translateZ(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

@keyframes animation_stageClear-scale {
  0% {
    -webkit-transform: scale(5) translateZ(0);
    transform: scale(5) translateZ(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes animation_stageClear-filter {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  20% {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}
@keyframes animation_stageClear-filter {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  20% {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}
.questSelect_areaDetail, .questSelect_areaDetail-result {
  position: relative;
  width: 279px;
  height: 50px;
  margin: 10px auto 0;
  background-image: url(/images/modules/bgImg_qeustSelect.png);
  background-size: 279px 50px;
  background-repeat: no-repeat;
}
.questSelect_areaDetail + .questSelect_areaDetail, .questSelect_areaDetail-result + .questSelect_areaDetail, .questSelect_areaDetail + .questSelect_areaDetail-result, .questSelect_areaDetail-result + .questSelect_areaDetail-result {
  margin-top: 10px;
}

.questSelect_areaDetail-result {
  text-align: left;
  border-top: 0;
  padding-top: 6px;
  margin-top: -6px;
  opacity: 1;
}

.questSelect_areaName-result {
  border-top: solid 1px #888;
}

.questSelect_departureBtn_noContinue {
  position: absolute;
  top: -3px;
  left: 0;
  width: 84px;
  height: 24px;
  background-image: url("/images/quest/departureBtn_noContinue.png?201102_1");
  background-size: cover;
  z-index: 1;
}

/***** 縦リスト表示テーマ *****/
.questSelectVerticalList_background {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
}

.questSelectVerticalList_eventBtn {
  width: 100px;
  height: 38px;
  background-image: url("/images/quest/questSelectVerticalList/eventBtn.png?200831_1");
  background-size: cover;
}

.questSelectVerticalList_map {
  padding: 30px 0 100px 26px;
  overflow: scroll;
}

.questSelectVerticalList_mapStage {
  display: block;
  position: relative;
  width: 205px;
  height: 60px;
  margin-bottom: 20px;
  background-image: url("/images/quest/questSelectVerticalList/stageBase.png?200831_1");
  background-size: cover;
}

.questSelectVerticalList_mapStageStatus-new, .questSelectVerticalList_mapStageStatus-clear {
  position: absolute;
  top: -16px;
  left: -12px;
  width: 78px;
  height: 36px;
  background-size: cover;
}

.questSelectVerticalList_mapStageStatus-clear {
  background-image: url("/images/quest/questSelectVerticalList/clearLabel.png?200831_1");
}

.questSelectVerticalList_mapStageStatus-new {
  background-image: url("/images/quest/questSelectVerticalList/newLabel.png?200831_1");
}

.questSelectVerticalList_mapStageName {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 24px;
  height: 20px;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
}

.questSelectVerticalList_mapStageUnknownName {
  position: relative;
  top: -20px;
  width: 205px;
  height: 80px;
  background-image: url("/images/quest/questSelectVerticalList/unknownName.png?200831_1");
  background-size: cover;
}

.questSelectVerticalList_areaSelectBtn-next, .questSelectVerticalList_areaSelectBtn-next-off, .questSelectVerticalList_areaSelectBtn-prev {
  position: fixed;
  bottom: 60px;
  width: 100px;
  height: 50px;
  background-size: cover;
}

.questSelectVerticalList_areaSelectBtn-prev {
  right: 120px;
  background-image: url("/images/quest/questSelectVerticalList/prevBtn.png?200831_1");
}

.questSelectVerticalList_areaSelectBtn-next, .questSelectVerticalList_areaSelectBtn-next-off {
  right: 10px;
  background-image: url("/images/quest/questSelectVerticalList/nextBtn_on.png?200831_1");
}

.questSelectVerticalList_areaSelectBtn-next-off {
  background-image: url("/images/quest/questSelectVerticalList/nextBtn_off.png?200831_1");
}

.questSelectVerticalList_stamina {
  bottom: 120px;
}

.questSelectVerticalList_questListStageStatus-new, .questSelectVerticalList_questListStageStatus-clear, .questSelect_stageStatus-clear, .questSelect_stageStatus-new {
  position: absolute;
  top: 9px;
  right: 0;
  width: 78px;
  height: 36px;
  background-size: cover;
}

.questSelectVerticalList_questListStageStatus-clear {
  background-image: url("/images/quest/questSelectVerticalList/clearLabel.png?200831_1");
}

.questSelectVerticalList_questListStageStatus-new {
  background-image: url("/images/quest/questSelectVerticalList/newLabel.png?200831_1");
}

.questSelectVerticalList_questTypeBadgeList {
  position: absolute;
  top: -2px;
  left: 24px;
  font-size: 0;
}

.questSelectVerticalList_questTypeBadge {
  height: 15px;
}

/***** pjboxテーマ *****/
.questSelectBox_partyDetail {
  margin-top: 5px;
  margin-bottom: 6px;
  padding: 0;
  font-weight: bold;
  font-size: 1.3rem;
  background-color: rgba(0, 0, 0, 0.9);
}

.questSelectBox_deckBtn_off, .questSelectBox_deckBtn_on {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: block;
  width: 50px;
  height: 25px;
  margin: 0 3px;
  padding-top: 6px;
  padding-left: 3px;
  background-size: cover;
  font-size: 1rem;
  text-align: center;
}

.questSelectBox_deckBtn_on {
  background-image: url("/images/quest/questSelectBox/deckBtn_on.png?201102_1");
}

.questSelectBox_deckBtn_off {
  background-image: url("/images/quest/questSelectBox/deckBtn_off.png?201102_1");
}

.questSelectBox_limitBtn, .questSelectBox_charaChangeBtn, .questSelectBox_avatarChangeBtn {
  display: block;
  width: 100px;
  height: 41px;
  background-size: cover;
}

.questSelectBox_avatarChangeBtn {
  background-image: url("/images/quest/questSelectBox/avatarChangeBtn.png?201102_1");
}

.questSelectBox_charaChangeBtn {
  background-image: url("/images/quest/questSelectBox/charaChangeBtn.png?201102_1");
}

.questSelectBox_limitBtn {
  background-image: url("/images/quest/questSelectBox/limitBtn.png?201102_1");
}

.questSelectBox_stageClear {
  position: relative;
  height: 70px;
  text-align: center;
}

.questSelectBox_stageSelectCombatPowerBG {
  margin-top: 1px;
  margin-bottom: 5px;
  padding: 3px 4px 1px;
  font-size: 1.1rem;
  font-weight: bold;
}

.helpCategoryBody {
  margin-top: 8px;
  margin-bottom: 8px;
}

.helpSubTitle {
  margin-bottom: 5px;
  font-weight: bold;
}

.helpText {
  margin-bottom: 12px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.helpText p, .helpText li, .helpText dt, .helpText dd {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.helpText:last-of-type {
  border-bottom: none;
}

.terms_head {
  margin-top: 24px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.top_terms .terms_head {
  margin-top: 16px;
}

.terms_text p, .terms_text li, .terms_text dt, .terms_text dd {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.transferInfo {
  margin-top: 8px;
  margin-bottom: 10px;
  text-align: center;
}

.inquiryCompletion {
  margin-top: 80px;
  margin-bottom: 10px;
}

.inquiryCompletion_text {
  padding: 5px;
  text-align: center;
}

.invitedCount {
  margin-top: 14px;
  margin-bottom: 12px;
  text-align: center;
}

.settingItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.settingItem_text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.settingItem_inputs {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.settingItem_inputs a {
  font-size: 1rem;
}
.settingItem_inputs .btn, .settingItem_inputs .menu_btn, .settingItem_inputs .commonVideo_rapidButton, .settingItem_inputs .commonVideo_subtitleButton, .settingItem_inputs .openingVideo_skipButton, .settingItem_inputs .backBtn, .settingItem_inputs .backBtn-modal, .settingItem_inputs .backBtn-overScreen, .settingItem_inputs .backBtn-bottom, .settingItem_inputs .backBtn-static {
  margin-left: 5px;
}

.openingVideo_video {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/modules/bg_common.png);
  background-size: 320px 568px;
}
.openingVideo_video::-webkit-media-controls-play-button, .openingVideo_video::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

.openingVideo_startButton {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("/images/video/startButton.png?20190926_1");
  background-size: cover;
  width: 300px;
  height: 175px;
  pointer-events: none;
}

.commonVideo_rapidButton, .commonVideo_subtitleButton, .openingVideo_skipButton {
  position: fixed;
  bottom: 10px;
  z-index: 198;
}

.openingVideo_skipButton {
  right: 0;
  margin-right: -10px;
  padding-right: 4px;
}

.openingVideo_skipButtonInner {
  overflow: hidden;
  margin: -2px 0 -2px -2px;
  width: 65px;
  height: 20px;
  background-image: url("/images/video/skipButtonText.png?20190926_1");
  background-position: center;
  background-size: 65px 20px;
  background-repeat: no-repeat;
  text-indent: 200%;
  white-space: nowrap;
}

.commonVideo_subtitleButton {
  left: 0;
  margin-left: -10px;
  padding-left: 4px;
}

.commonVideo_rapidButton {
  right: 0;
  bottom: 50px;
  margin-right: -10px;
  padding-right: 4px;
}

.commonVideo_menuButtonInner {
  width: 80px;
}

.commonVideo_video {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.commonVideo_video::-webkit-media-controls-play-button, .commonVideo_video::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

.commonVideo_primaryImage {
  -webkit-animation: commonVideo_anim_fadeIn 1.3s;
  animation: commonVideo_anim_fadeIn 1.3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 320px;
  height: 320px;
  background-size: cover;
  pointer-events: none;
}

@-webkit-keyframes commonVideo_anim_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes commonVideo_anim_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.commonVideo_startImage {
  -webkit-animation: commonVideo_anim_flash 2.2s ease 2s infinite;
  animation: commonVideo_anim_flash 2.2s ease 2s infinite;
  position: fixed;
  top: 130px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 135px;
  height: 30px;
  background-image: url("/images/video/start.png?20200220_1");
  background-size: cover;
  pointer-events: none;
  opacity: 0;
}

@-webkit-keyframes commonVideo_anim_flash {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes commonVideo_anim_flash {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.commonVideo_subtitle {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: fixed;
  right: 0;
  bottom: 7px;
  left: 0;
  margin: 0 auto;
  width: 280px;
  height: 70px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
}

.commonVideo_debugArea {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 110px;
  height: 15px;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  pointer-events: none;
}

.productCampaign, .paper_productCampaign {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin-bottom: 5px;
  color: #E9E9E9;
  text-align: center;
  font-weight: bold;
}
.gachaDetailUnit .productCampaign, .gachaDetailUnit .paper_productCampaign, .vertGachaListContent .productCampaign, .vertGachaListContent .paper_productCampaign {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: -12px;
  margin-left: -50%;
  width: 100%;
  line-height: 1;
}

.paper_productCampaign {
  position: absolute;
  top: -24px;
  z-index: 101;
  width: 100%;
}

.productModal {
  margin-bottom: 10px;
  text-align: center;
}

.productModal_name {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.productModal_item {
  margin-bottom: 4px;
}
.productModal_item dt, .productModal_item dd {
  display: inline-block;
}

.campaignDetail {
  margin-bottom: 10px;
  text-align: center;
}
.campaignDetail a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 280px;
}
.campaignDetail img {
  width: 100%;
  height: auto;
}

.campaignCount {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.webPaymentMethod {
  margin-top: 20px;
  text-align: center;
}

.webPaymentMethod_title img {
  width: 214px;
  height: 32px;
}

.webPaymentError {
  margin-top: 70px;
  margin-bottom: 10px;
  text-align: center;
}

.bonusDetail_title, .modalCommonStore_title {
  position: relative;
  color: #ffe900;
  text-shadow: 0 -2px 1px #000, 2px -2px 1px #000, 2px 0 1px #000, 2px 2px 1px #000, 0 2px 1px #000, -2px 2px 1px #000, -2px 0 1px #000, -2px -2px 1px #000;
  font-weight: bold;
  font-size: 2rem;
}
.bonusDetail_title::after, .modalCommonStore_title::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #ffffb6;
  content: attr(title);
  font-weight: bold;
  font-size: 2rem;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0) 100%);
}

.bonusDetail_period {
  margin-top: -22px;
  margin-right: -10px;
  padding-top: 22px;
  padding-right: 10px;
  min-height: 62px;
  background-image: url(/images/modules/bg_bonusDetailPeriod.png);
  background-position: right top;
  background-size: 147px 62px;
  background-repeat: no-repeat;
  text-align: right;
  text-shadow: 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 0 -2px 1px #3e0058, 2px -2px 1px #3e0058, 2px 0 1px #3e0058, 2px 2px 1px #3e0058, 0 2px 1px #3e0058, -2px 2px 1px #3e0058, -2px 0 1px #3e0058, -2px -2px 1px #3e0058;
  font-weight: bold;
  font-size: 1.2rem;
}
.bonusDetail_period span {
  font-size: 1.6rem;
}

.bonusDetail_window {
  position: relative;
  margin-bottom: 10px;
  padding: 2px;
  border-radius: 10px;
  background-color: #cc8a00;
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.4), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
}

.bonusDetail_windowInner {
  padding: 15px;
  border-radius: 8px;
  background-image: url(/images/modules/bg_bonusDetail.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.4), inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.bonusDetail_stamp {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 46px;
  height: 46px;
  background-image: url(/images/modules/stamp_bonusDetail.png);
  background-position: center;
  background-size: 46px 46px;
  background-repeat: no-repeat;
  z-index: 1;
}

.bonusDetail_windowTitle, .modalCommonStore_price, .bonusDetail_windowTitle-wide {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -75px;
  padding-top: 1px;
  width: 151px;
  height: 23px;
  background-image: url(/images/modules/head_bonusDetail.png);
  background-position: center;
  background-size: 151px 23px;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
}

.bonusDetail_windowTitle-wide {
  margin-left: -93px;
  width: 200px;
  background-size: 200px 23px;
  font-size: 13px;
}

.modalCommonStore_price {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-size: 13px;
  width: 182px;
  height: 32px;
  background-size: 182px 32px;
  padding-top: 6px;
  margin-left: -139px;
  top: -17px;
}

.modalCommonStore_limit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -18px;
  right: 5px;
  width: 90px;
  height: 32px;
  background-color: #000;
  border-width: 7px;
  border-style: solid;
  border-radius: 7px;
  text-align: center;
  font-weight: bold;
  -webkit-border-image: url(/images/modules/bdImg_frameB.png) 14 round;
  border-image: url(/images/modules/bdImg_frameB.png) 14 fill round;
}

.modalCommonStore_limit_text {
  margin: -7px;
  font-size: 10px;
  -webkit-transform: scale(0.87);
  transform: scale(0.87);
}

.modalCommonStore_title {
  text-align: center;
  margin-top: 5px;
}

.modalCommonStore_select {
  background-color: black;
}

.bonusDetail_limit {
  font-size: 1rem;
}

.bonusDetail_caption {
  color: #fdbb00;
  text-align: center;
  text-shadow: 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000;
  font-weight: bold;
  font-size: 1.2rem;
}

.bonusDetail_listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.bonusDetail_list > .bonusDetail_listItem:last-of-type {
  margin-bottom: 0;
}

.bonusDetail_thumb {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

.bonusDetail_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #000;
  box-shadow: inset 0 0 1px 1px #fff;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-align: stratch;
  -webkit-align-items: stratch;
  align-items: stratch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.bonusDetail_thumb + .bonusDetail_column {
  margin-left: 4px;
}

.bonusDetail_columnKey, .bonusDetail_columnVal {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
}

.bonusDetail_columnVal {
  margin-left: 5px;
}

.bonusDetail_columnCaption {
  color: #fffc00;
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
}

.billingReward_balloon {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 101;
  width: 225px;
  height: 45px;
}

.specifiedCommercialTransaction_frame, .specifiedCommercialTransaction_frame-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.47);
}

.specifiedCommercialTransaction_frame-fixed {
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: 300px;
  z-index: 200;
}

.specifiedCommercialTransaction_title {
  font-size: 1rem;
  text-align: center;
  text-decoration: underline;
}

.specifiedCommercialTransaction_titleText {
  color: #e6e600;
}

.specifiedCommercialTransaction_description {
  font-size: 0.9rem;
  text-align: center;
}

.contents_inner-status, .contents_inner-status-nkdn, .contents_inner-status-pjbox, .contents_inner-avatarStatus-pjbox {
  position: absolute;
  padding-top: 20px;
  min-height: 100%;
  background-image: url("/images/modules/bg_status.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.contents_inner-status-pjbox, .contents_inner-avatarStatus-pjbox {
  background-image: none;
}
.contents_inner-status-pjbox::after, .contents_inner-avatarStatus-pjbox::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url("/images/modules/bg_status_monster.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.contents_inner-avatarStatus-pjbox::after {
  background-image: url("/images/modules/bg_status_avatar.png");
}

.contents_inner-status-nkdn {
  background-image: url("/images/modules/bg_status_monster.png");
}

.status_img {
  position: relative;
}
.status_img img {
  width: 320px;
  height: 320px;
}

.statusPjbox_chara, .statusNkdn_chara {
  position: relative;
  width: 320px;
  height: 320px;
  text-align: center;
}
.statusPjbox_chara::after, .statusNkdn_chara::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  height: 400px;
  background-image: url("/images/modules/bd_charaStatus.png?20190917_1");
  background-size: cover;
  content: "";
}

.statusPjbox_effectCanvas, .statusPjbox_charaImg {
  width: 216px;
  height: 288px;
}

.statusPjbox_effectCanvas-modal, .statusPjbox_charaImg-modal {
  width: 300px;
  height: 400px;
}

.statusNkdn_charaImg {
  width: 300px;
  height: 400px;
}

.status_effectCanvas {
  bottom: 60px;
  width: 320px;
  height: 320px;
  z-index: 0;
}

.statusPjbox_effectCanvas {
  bottom: auto;
  z-index: 0;
}

.statusPjbox_effectCanvas-modal {
  bottom: auto;
  z-index: 0;
}

.statusNkdn_effectCanvas {
  bottom: auto;
  width: 300px;
  height: 400px;
  z-index: 0;
}

.status_info {
  position: relative;
  margin-top: -90px;
}

.status_info-guild {
  margin-top: -55px;
}

.statusPjbox_info {
  position: relative;
  margin-top: -33px;
}

.statusPjbox_info-avatar {
  position: relative;
  margin-top: -33px;
}

.statusNkdn_info {
  position: relative;
}

.status_overInfoBtn {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  top: -23px;
  left: 1px;
  width: 50px;
  height: 22px;
  background-image: url("/images/modules/changeStatusViewBtn.png?221207_1");
  background-size: cover;
  font-size: 0;
}

.status_actualCombatPower {
  color: #3ff;
}

.status_evoList {
  margin-bottom: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 0;
}

.statusPjbox_evoList {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3px;
}

.status_evoListItem {
  display: inline-block;
  margin: 1px -3px;
  width: 50%;
  text-align: left;
  vertical-align: bottom;
}

.status_combatPowerDescBtn {
  display: inline-block;
  z-index: 1;
  margin: 1px -7px 1px 1px;
  width: 22px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/images/modules/btn_status-totalCombatDescription.png?20220831_1");
}

.status_evoDetailList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.status_evoTitle {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 2px 0 2px 8px;
  width: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.9rem;
}

.status_evoVal {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin-top: -1px;
}

.status_evoPointList {
  padding-left: 4px;
  font-size: 0;
}

.status_evoPoint {
  display: inline-block;
  margin-right: 3px;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #000;
  vertical-align: middle;
}

.status_evoPoint-on {
  background-color: #b74c5b;
  box-shadow: inset 1px 1px 2px 0 rgba(255, 255, 255, 0.6), inset -1px -1px 1px 0 rgba(0, 0, 0, 0.6), 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.status_showDetail, .statusPjbox_showDetail {
  display: block;
  position: absolute;
  left: 10px;
  top: -30px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.statusPjbox_showDetail {
  top: -15px;
  right: 5px;
  left: auto;
  width: 46px;
  height: 36px;
}

.status_nameArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 2px;
  padding-right: 22px;
  padding-bottom: 3px;
  padding-left: 22px;
  width: 317px;
  height: 31px;
  z-index: 1;
}

.status_nameArea-under7 {
  background-image: url("/images/modules/sprite-status.png?1511178746209");
  background-size: 300px 222px;
  background-position: 0px -32px;
  background-repeat: no-repeat !important;
  background-size: 317px 222px;
}

.status_nameArea-over7 {
  background-image: url("/images/modules/sprite-status.png?1511178746209");
  background-size: 300px 222px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  background-size: 317px 222px;
}

.status_name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: center;
  font-weight: bold;
}

.status_rare {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 0;
  margin-top: -4px;
  margin-bottom: 2px;
  margin-left: 4px;
}

.status_name + .status_rare {
  margin-left: 2px;
}

.status_rarePoint, .status_rarePoint-special {
  width: 16px;
  height: 16px;
  background-image: url("/images/modules/sprite-status.png?1511178746209");
  background-size: 300px 222px;
  background-position: -146px -170px;
  background-repeat: no-repeat !important;
  display: inline-block;
  margin-left: -1px;
}

.status_rarePoint-special {
  background-image: url("/images/modules/star_special.png?210423_1");
  background-size: cover;
  background-position: 0;
}

.status_rareStarImg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -1px;
}

.status_bgDetail {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4px;
  padding: 10px 4px 7px;
  width: 318px;
  border-width: 2px;
  border-image-slice: 50 fill;
  border-image-width: 25px;
  border-image-repeat: round;
}
.status_bgDetail.status_bgDetailAvatar-useSkillSystem {
  height: auto;
}

.statusPjbox_bgDetail, .statusPjbox_bgDetail-noNextLevel {
  margin: -24px 0 0 0;
  padding: 27px 13px 13px;
  width: 320px;
  min-height: 165px;
  border-image-source: url(/images/modules/bg_statusDetail.png);
  border-image-slice: 188 30 30 fill;
  border-image-width: 94px 15px 15px;
  border-image-repeat: round;
}

.statusPjbox_bgDetail-noNextLevel {
  border-image-source: url(/images/modules/bg_statusDetail-noNextLevel.png);
}

.status_bgDetail-under7 {
  border-image-source: url("/images/modules/bg_statusDetail-under7.png");
}

.status_bgDetail-over7 {
  border-image-source: url("/images/modules/bg_statusDetail-over7.png");
}

.status_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.statusPjbox_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 21px;
}

.status_underThumbBtn {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: block;
  width: 40px;
  height: 18px;
  margin: 11px auto 0;
  border-image-source: url("/images/modules/bdImg_subBtn-success.png?221206_1");
  border-style: solid;
  border-image-slice: 20 fill;
  border-image-width: 10px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.status_paramsRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 244px;
  margin-bottom: 3px;
}

.status_params {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 33.3%;
}

.status_paramTitle, .status_expTitle {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 3.3em;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1rem;
}

.status_paramTitle-lv {
  width: auto;
}

.status_paramVal {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding-right: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.4), inset -1px -1px 1px rgba(255, 255, 255, 0.6);
  text-align: right;
  font-size: 1rem;
}

.statusPjbox_paramVal, .statusPjbox_nextLevelValue, .statusPjbox_paramVal-level {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding-right: 2px;
  border-radius: 2px;
  text-align: right;
  font-size: 1rem;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.statusPjbox_paramVal-level {
  margin-right: 163px;
}

.statusPjbox_nextLevel {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  right: 11px;
  width: 111px;
}

.statusPjbox_nextLevelGaugeFrame {
  position: relative;
  width: 70px;
  height: 14px;
  background-image: url(/images/modules/status_nextLevelGauge.png);
  background-size: 70px 14px;
  background-repeat: no-repeat;
  z-index: 2;
}

.statusPjbox_nextLevelGaugeOuter {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 7px;
  width: 62px;
  z-index: 1;
}

.statusPjbox_nextLevelGaugeInner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e01ed5;
}

.status_paramVal-exp {
  padding: 0;
  background-color: inherit;
  box-shadow: none;
}

.status_paramVal-type {
  text-align: left;
}

.status_exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 4px;
  margin-bottom: -5px;
}

.status_expVal {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding-top: 1px;
}

.status_expMeterCurrent {
  height: 6px;
  background-color: #e33f65;
}

.status_expRemain {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  text-align: center;
  font-size: 1rem;
}

.status_skillBtnList {
  padding-right: 0;
  padding-left: 0;
  font-size: 0;
}

.status_skillBtn {
  display: inline-block;
  width: 25%;
  height: 50px;
  margin-top: 6px;
  vertical-align: top;
  overflow: hidden;
}
.status_skillBtn a {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  width: 60px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 60px 38px;
}

.status_skillBtn-1 a {
  background-image: url(/images/modules/btn_status-attack.png);
}
.status_skillBtn-1 a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-1.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-1.status_skillBtn-CP a {
  background-image: url(/images/modules/btn_status-attackFB.png);
}

.status_skillBtn-2 a {
  background-image: url(/images/modules/btn_status-heal.png);
}
.status_skillBtn-2 a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-2.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-2.status_skillBtn-CP a {
  background-image: url(/images/modules/btn_status-healFB.png);
}

.status_skillBtn-3 a {
  background-image: url(/images/modules/btn_status-revive.png);
}
.status_skillBtn-3 a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-3.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-3.status_skillBtn-CP a {
  background-image: url(/images/modules/btn_status-reviveFB.png);
}

.status_skillBtn-4 a {
  background-image: url(/images/modules/btn_status-heal.png);
}
.status_skillBtn-4 a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-4.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-4.status_skillBtn-CP a {
  background-image: url(/images/modules/btn_status-healFB.png);
}

.status_skillBtn-5 a {
  background-image: url(/images/modules/btn_status-buff.png);
}
.status_skillBtn-5 a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-5.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-5.status_skillBtn-CP a {
  background-image: url(/images/modules/btn_status-buffFB.png);
}

.status_skillBtn-6 a {
  background-image: url(/images/modules/btn_status-buff.png);
}
.status_skillBtn-6 a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-6.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-6.status_skillBtn-CP a {
  background-image: url(/images/modules/btn_status-buffFB.png);
}

.status_skillBtn-7 a {
  background-image: url(/images/modules/btn_status-buff.png);
}
.status_skillBtn-7 a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-7.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-7.status_skillBtn-CP a {
  background-image: url(/images/modules/btn_status-buffFB.png);
}

.status_skillBtn-passive a {
  background-image: url(/images/modules/btn_status-passive.png);
}
.status_skillBtn-passive a.hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-passive.status_skillBtn-disabled a {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.status_skillBtn-support a {
  background-image: url(/images/modules/btn_status-support.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.status_skillBtn-support a.hover {
  background-image: url(/images/modules/btn_status-supportHover.png);
}
.status_skillBtn-support.status_skillBtn-disabled a {
  background-image: url(/images/modules/btn_status-supportHover.png);
}
.status_skillBtn-invalidPassive a {
  background-image: url("/images/modules/btn_status-invalidPassive.png?231215_1");
  background-size: contain;
  background-repeat: no-repeat;
}
.status_skillBtn-invalidPassive a.hover {
  background-image: url("/images/modules/btn_status-invalidPassiveHover.png?231215_1");
}
.status_skillBtn-invalidPassive.status_skillBtn-disabled a {
  background-image: url("/images/modules/btn_status-invalidPassiveHover.png?231215_1");
}

.status_skillBtn-interruptPassive a {
  background-image: url("/images/modules/btn_status-interruptPassive.png?250523_1");
  background-size: contain;
  background-repeat: no-repeat;
}
.status_skillBtn-interruptPassive a.hover {
  background-image: url("/images/modules/btn_status-interruptPassiveHover.png?250523_1");
}
.status_skillBtn-interruptPassive.status_skillBtn-disabled a {
  background-image: url("/images/modules/btn_status-interruptPassiveHover.png?250523_1");
}

.status_skillCost {
  position: relative;
  top: -8px;
  width: 101px;
  text-align: center;
  font-size: 1rem;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  line-height: 1;
}

.status_skillCostTitle, .status_skillCostVal {
  text-shadow: -1px -1px 0 #000000, -1px 0px 0 #000000, -1px 1px 0 #000000, 0px -1px 0 #000000, 0px 1px 0 #000000, 1px -1px 0 #000000, 1px 0px 0 #000000, 1px 1px 0 #000000, -1px 2px 1px #000000, 0px 2px 1px #000000, 1px 2px 1px #000000;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
}

.status_skillLearnLevel {
  text-shadow: -1px -1px 0 #000000, -1px 0px 0 #000000, -1px 1px 0 #000000, 0px -1px 0 #000000, 0px 1px 0 #000000, 1px -1px 0 #000000, 1px 0px 0 #000000, 1px 1px 0 #000000, -1px 2px 1px #000000, 0px 2px 1px #000000, 1px 2px 1px #000000;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.status_skillBtnName, .status_skillBtnName-scroll {
  text-shadow: -1px -1px 0 #000000, -1px 0px 0 #000000, -1px 1px 0 #000000, 0px -1px 0 #000000, 0px 1px 0 #000000, 1px -1px 0 #000000, 1px 0px 0 #000000, 1px 1px 0 #000000, -1px 2px 1px #000000, 0px 2px 1px #000000, 1px 2px 1px #000000;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  position: relative;
  top: 13px;
}

.status_skillDetailHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}

.status_skillDetailName {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.status_skillDetailCost {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.status_skillIcon {
  width: 15px;
  height: 15px;
  background-image: url("/images/modules/sprite-status.png?1511178746209");
  background-size: 300px 222px;
  background-position: -163px -170px;
  background-repeat: no-repeat !important;
  display: inline-block;
  margin-bottom: -2px;
}

.status_skillDetailBody {
  font-size: 1.2rem;
  max-height: 200px;
  overflow-y: scroll;
}

.status_awakeMenu {
  position: absolute;
  top: 236px;
  right: 0;
  z-index: 200;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.status_favoriteArea {
  text-align: right;
  font-size: 0;
}

.statusNkdn_favoriteArea {
  position: relative;
  width: 130px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: -10px;
}

.status_combination-disable, .status_charaChange-disable, .status_skinChange-disable, .status_favorite-off, .status_combination-enable, .status_charaChange-enable, .status_skinChange-enable, .status_favorite-on {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  margin-right: 5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.status_combination-enable:active, .status_charaChange-enable:active, .status_skinChange-enable:active, .status_favorite-on:active {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.status_combination-disable, .status_charaChange-disable, .status_skinChange-disable, .status_favorite-off {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.status_favorite-off, .status_favorite-on {
  background-image: url(/images/modules/icon-favorite.png);
}

.status_favorite-off:active {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.status_skinChange-disable, .status_skinChange-enable {
  background-image: url(/images/modules/icon-skinChange.png);
}

.status_charaChange-disable, .status_charaChange-enable {
  background-image: url("/images/modules/icon-charaChange.png?210419_1");
}

.status_combination-disable, .status_combination-enable {
  background-image: url("/images/modules/combination/icon-related_chara.png");
}

.statusPjbox_bottomBtnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
  bottom: -47px;
}

.statusPjbox_charaChange-disable, .statusPjbox_charaChange-enable, .statusPjbox_combination-disable, .statusPjbox_combination-enable, .statusPjbox_skinChange-disable, .statusPjbox_skinChange-enable, .statusPjbox_favorite-off, .statusPjbox_favorite-on {
  width: 58px;
  height: 48px;
  margin-right: -2px;
  background-size: cover;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.statusPjbox_charaChange-disable:active, .statusPjbox_charaChange-enable:active, .statusPjbox_combination-disable:active, .statusPjbox_combination-enable:active, .statusPjbox_skinChange-disable:active, .statusPjbox_skinChange-enable:active, .statusPjbox_favorite-off:active, .statusPjbox_favorite-on:active {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.statusPjbox_favorite-on {
  background-image: url("/images/modules/icon-favorite-on.png?210804_1");
}

.statusPjbox_favorite-off {
  background-image: url("/images/modules/icon-favorite-off.png?210804_1");
}

.statusPjbox_skinChange-disable, .statusPjbox_skinChange-enable {
  background-image: url("/images/modules/icon-skinChange.png?210804_1");
}

.statusPjbox_skinChange-disable {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.statusPjbox_skinChange-disable:active {
  -webkit-transform: unset;
  transform: unset;
}

.statusPjbox_combination-disable, .statusPjbox_combination-enable {
  background-image: url("/images/modules/combination/icon-related_chara.png?210804_1");
}

.statusPjbox_combination-disable {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.statusPjbox_combination-disable:active {
  -webkit-transform: unset;
  transform: unset;
}

.statusPjbox_charaChange-disable, .statusPjbox_charaChange-enable {
  background-image: url("/images/modules/icon-charaChange.png?240502_1");
}

.statusPjbox_charaChange-disable {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.statusPjbox_charaChange-disable:active {
  -webkit-transform: unset;
  transform: unset;
}

.materialDetail {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 6px;
}

.materialDetail_aleart {
  margin-bottom: 2px;
  color: #f00;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.materialDetail_info {
  margin-bottom: 2px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.thumbSelectInfo {
  margin-right: 10px;
  width: 236px;
}

.fixedStatusFrame {
  position: fixed;
  top: 92px;
  left: 0;
  z-index: 200;
  width: 100%;
}

.materialCount {
  width: 50px;
  text-align: center;
  font-size: 1.2rem;
}

.monsterExpMeter {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.monsterExpMeter_point {
  height: 7px;
  background-color: #e33f65;
}

.monsterExpMeter_text {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  z-index: 4;
  margin-top: -4px;
  margin-bottom: -10px;
  color: #E9E9E9;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.deckList_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}

.deckList .deckList_item:last-of-type {
  margin-bottom: 2px;
}

.materialTargetParams_key {
  font-size: 1rem;
}

.materialTargetParams_val {
  font-size: 1rem;
}

.sacrificeAnimation_skillBtnArea {
  position: fixed;
  bottom: -20px;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-property: bottom, opacity;
  transition-property: bottom, opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sacrificeAnimation_skillBtnArea.active {
  bottom: 0;
  opacity: 1;
}

.scrollBody-skinModal {
  max-height: 300px;
  overflow: scroll;
}

.combinationDetail_description, .combinationDetail_description-small {
  white-space: nowrap;
  width: 187px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.combinationDetail_description-small {
  width: 197px;
}

.combinationDetail_status {
  position: absolute;
  left: -16px;
  top: -26px;
}

.combinationDetail_status-img {
  width: 87px;
}

.combinationDetail_title {
  width: 45px;
}

.combinationDetail_text-hidden {
  color: #c5a07b;
}

.combinationDetail_text-active {
  color: blue;
}

.combinationDetail_paper-red {
  background-color: #f8e6e4;
}

.combinationDetail_scrollList {
  overflow-x: hidden;
  overflow-y: visible;
}

.successRate, .successRate-increment {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.successRate_value-add {
  color: #0f5;
}

.successRate_value-total {
  color: #fff302;
}

.successRate-increment {
  color: #0f5;
  font-size: 2.6rem;
}

.user_layerImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.user_effectCanvasForAvatarAnimation-profile {
  width: 320px;
  height: 213px;
  z-index: 0;
}

.user_effectCanvasForAvatarAnimation-equipment {
  width: 300px;
  height: 200px;
  z-index: 0;
}

.message-modal {
  position: fixed;
  bottom: 105px;
  left: 0;
}

.message_chara {
  width: 320px;
  height: 320px;
  background-position: -70px 80px;
  background-size: 320px 320px;
  background-repeat: no-repeat;
}

.message_chara-1 {
  background-image: url("/images/modules/message_chara-1.png");
}

.message_chara-2 {
  background-image: url("/images/modules/message_chara-2.png");
}

.message_chara-enhanceShare {
  margin-right: auto;
  margin-bottom: -50px;
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: 10px 75px;
  width: 320px;
  height: 290px;
  background-image: url("/image/page/chara_message.png");
}

.message_window {
  position: relative;
  margin-top: -60px;
  margin-right: 10px;
  margin-left: 10px;
}

.message_name {
  position: absolute;
  top: -25px;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.message_text {
  min-height: 2.856em;
}

.message_next {
  margin-bottom: -10px;
  text-align: right;
}

.equipment_status {
  position: relative;
  min-height: 200px;
}

.equipment_statusImage {
  position: absolute;
  left: -60px;
  width: 300px;
  height: 200px;
  z-index: 99;
}
.equipment_statusImage img {
  width: 300px;
  height: 200px;
}

.equipment_AvatarAssembledStatusImage {
  position: fixed;
  top: 90px;
  left: -65px;
  z-index: 99;
}
.equipment_AvatarAssembledStatusImage img {
  width: 450px;
  height: 300px;
}

.equipment_statusGuildAvatar {
  position: absolute;
  top: 12px;
  left: -60px;
  width: 300px;
  height: 200px;
  z-index: 99;
}

.equipment_statusGuildAvatarImg {
  width: 300px;
  height: 300px;
  margin-top: -20px;
  margin-left: 10px;
}

.equipment_statusWindow {
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: -5px;
  width: 130px;
}

.equipment_fairingCategory {
  position: fixed;
  top: 94px;
  left: 10px;
  z-index: 200;
}
.equipment_fairingCategory .btn, .equipment_fairingCategory .menu_btn, .equipment_fairingCategory .backBtn, .equipment_fairingCategory .backBtn-modal, .equipment_fairingCategory .backBtn-overScreen, .equipment_fairingCategory .backBtn-bottom, .equipment_fairingCategory .backBtn-static, .equipment_fairingCategory .openingVideo_skipButton, .equipment_fairingCategory .commonVideo_subtitleButton, .equipment_fairingCategory .commonVideo_rapidButton {
  margin-bottom: 2px;
}
.equipment_fairingCategory img {
  margin: -10px;
  width: 46px;
}
.equipment_fairingCategory .btn-current img {
  opacity: 0.5;
}

.equipment_fairingPartsHolder {
  position: fixed;
  bottom: 22%;
  left: 50%;
  z-index: 200;
  margin-left: -150px;
  padding: 0;
  width: 300px;
}

.equipment_fairingBtn {
  position: fixed;
  bottom: 12%;
  left: 50%;
  z-index: 200;
  margin-left: -58px;
}

.equipment_hintFilter {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0b0305;
  z-index: 201;
  opacity: 0.5;
}

.equipment_hintLayer {
  z-index: 202;
}

.equipment_hintIcon {
  background-image: url(/images/contents/hint/icon_equipment.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  z-index: 203;
  position: absolute;
  top: -20px;
  left: -15px;
}

.equipment_vertTab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 10px;
  margin-top: -5px;
}

.equipment_tab {
  text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
  color: #b4b4b4;
  width: 115px;
  height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  border-style: solid;
  border-width: 8px;
  border-image-source: url(/images/modules/bg_equipmentTab-nonSelected.png);
  border-image-slice: 12 fill;
  border-image-width: 10px;
  border-image-repeat: stretch;
}
.equipment_tab + .equipment_tab {
  margin-left: 12px;
}

.equipment_tab-selected {
  color: #fff;
  border-image-source: url(/images/modules/bg_equipmentTab-selected.png);
}

.introduction_nav {
  width: 300px;
  height: 110px;
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 101;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding-top: 18px;
}

.introduction_image {
  margin-bottom: 10px;
}
.introduction_image img {
  width: 282px;
}

.introduction_title-awakening, .introduction_title-evolution, .introduction_title-training, .introduction_title-nav {
  position: absolute;
  left: 50%;
  z-index: 100;
  margin-left: -105px;
  width: 211px;
  height: 25px;
  background-size: 211px 25px;
  background-repeat: no-repeat;
}

.introduction_title-nav {
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: 0px -163px;
  background-repeat: no-repeat !important;
  top: -12px;
}

.introduction_title-training {
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: 0px -189px;
  background-repeat: no-repeat !important;
  top: -18px;
}

.introduction_title-evolution {
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: 0px -137px;
  background-repeat: no-repeat !important;
  top: -18px;
}

.introduction_title-awakening {
  background-image: url("/images/modules/sprite-introduction.png?1511178746209");
  background-size: 300px 280px;
  background-position: 0px -111px;
  background-repeat: no-repeat !important;
  top: -18px;
}

.introduction_head {
  margin-top: 20px;
  margin-bottom: 10px;
}
.introduction_head img {
  width: 282px;
  height: 20px;
}

.introduction_text {
  padding-right: 10px;
  padding-left: 10px;
}
.introduction_text p {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.introduction_banner {
  text-align: center;
}
.introduction_banner img {
  width: 254px;
  height: 50px;
}

.introduction_bannerCaption-3, .introduction_bannerCaption-2, .introduction_bannerCaption-1 {
  margin-top: 2px;
  text-align: center;
}

.introduction_bannerCaption-1 {
  color: #0f0;
}

.introduction_bannerCaption-2 {
  color: #fc00ff;
}

.introduction_bannerCaption-3 {
  color: #f00;
}

.gacha_topBanner {
  text-align: center;
}
.gacha_topBanner a {
  display: inline-block;
}
.gacha_topBanner a img {
  width: 250px;
}

.gacha_topBannerList {
  position: relative;
  margin: 0 auto 10px;
  width: 260px;
  text-align: center;
}
.gacha_topBannerList a {
  display: block;
}
.gacha_topBannerList a img {
  width: 250px;
}
.gacha_topBannerList .news_comment {
  display: none;
}

.gacha_prize {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 6px;
}

.gacha_prizeImage {
  margin-right: -120px;
  margin-bottom: -80px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.gacha_prizeImage img {
  width: 280px;
}

.gacha_prizeDetail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.gacha_prizeDetailHead {
  position: relative;
  z-index: 2;
  text-align: right;
}

.gacha_prizeDetailBody {
  position: relative;
  z-index: 2;
}

.gacha_prizeDetailName {
  display: inline-block;
  padding-top: 10px;
  padding-left: 21px;
  width: 160px;
  height: 40px;
  background-image: url(/images/modules/bg_dataName.png);
  background-position: left center;
  background-size: 215px 40px;
  background-repeat: no-repeat;
  color: #4a1900;
  text-align: left;
  font-weight: bold;
  font-size: 1.2rem;
}

.gacha_prizeDetailRarity {
  margin-top: -12px;
  margin-bottom: 4px;
  text-align: right;
}

.gacha_prizeDetailNote {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin-top: -3px;
  padding-right: 7px;
  color: #0f5;
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem;
}

.gacha_prizeDetailStatus {
  padding-right: 20px;
  text-align: right;
}

.gacha_prizeDetailStatusVal, .gacha_prizeDetailStatusKey {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
}

.gacha_prizeDetailStatusKey {
  width: 3em;
  text-align: left;
  font-size: 1.4rem;
}

.gacha_prizeDetailStatusVal {
  width: 3em;
  letter-spacing: 1px;
  font-size: 1.8rem;
}

.gacha_btnInnerCost {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  margin-top: 16px;
  margin-right: 6px;
  letter-spacing: 1px;
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gacha_btnInnerCost::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -7px;
  z-index: -1;
  width: 89px;
  height: 11px;
  background-image: -webkit-linear-gradient(155deg, transparent, transparent 10%, #0000005e 0, #0000005e 90%, transparent 0);
  background-image: linear-gradient(-65deg, transparent, transparent 10%, #0000005e 0, #0000005e 90%, transparent 0);
}

.gacha_btnInnerCost-simpleLayout {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  margin-top: 16px;
  margin-right: 6px;
  letter-spacing: 1px;
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
.gacha_btnInnerCost-simpleLayout::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -7px;
  z-index: -1;
  width: 89px;
  height: 11px;
  background-image: -webkit-linear-gradient(155deg, transparent, transparent 10%, #0000005e 0, #0000005e 90%, transparent 0);
  background-image: linear-gradient(-65deg, transparent, transparent 10%, #0000005e 0, #0000005e 90%, transparent 0);
}

.gacha_btnInnerCostNum {
  margin-right: 2px;
  font-size: 1.2rem;
}

.gacha_tabList {
  position: fixed;
  bottom: 30px;
  font-size: 0;
}

.gacha_tabItem-ticket, .gacha_tabItem-avatar, .gacha_tabItem-monster, .gacha_tabItem-specialDisabled, .gacha_tabItem-special {
  display: inline-block;
  margin-bottom: -17px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: margin;
  transition-property: margin;
}
.gacha_tabItem-ticket a, .gacha_tabItem-avatar a, .gacha_tabItem-monster a, .gacha_tabItem-specialDisabled a, .gacha_tabItem-special a {
  display: block;
  width: 80px;
  height: 67px;
  background-size: 80px 67px;
  background-repeat: no-repeat;
}

.gacha_tabList > .active {
  margin-bottom: 0;
}

.gacha_tabItem-special a {
  background-image: url("/images/modules/sprite-gachaIndex.png?1511178746209");
  background-size: 307px 201px;
  background-position: 0px -134px;
  background-repeat: no-repeat !important;
}

.gacha_tabItem-specialDisabled a {
  background-image: url("/images/modules/sprite-gachaIndex.png?1511178746209");
  background-size: 307px 201px;
  background-position: -81px -134px;
  background-repeat: no-repeat !important;
}

.gacha_tabItem-monster a {
  background-image: url("/images/modules/sprite-gachaIndex.png?1511178746209");
  background-size: 307px 201px;
  background-position: -146px 0px;
  background-repeat: no-repeat !important;
}

.gacha_tabItem-avatar a {
  background-image: url("/images/modules/sprite-gachaIndex.png?1511178746209");
  background-size: 307px 201px;
  background-position: 0px -66px;
  background-repeat: no-repeat !important;
}

.gacha_tabItem-ticket a {
  background-image: url("/images/modules/sprite-gachaIndex.png?1511178746209");
  background-size: 307px 201px;
  background-position: -227px 0px;
  background-repeat: no-repeat !important;
}

.gacha_ticketList {
  text-align: center;
}

.gacha_ticketItem {
  display: inline-block;
  margin-bottom: 10px;
}
.gacha_ticketItem button {
  display: block;
}
.gacha_ticketItem img {
  width: 150px;
  height: 80px;
}

.gacha_ticketItem-disabled img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.gacha_ticketCount {
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  width: 120px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.75);
}
.gacha_ticketCount dt, .gacha_ticketCount dd {
  display: inline-block;
  font-size: 1.2rem;
}
.gacha_ticketCount dt {
  margin-right: 10px;
}
.gacha_ticketDescHead {
  margin-bottom: 5px;
  color: #ff6347;
  font-weight: bold;
}

.gacha_ticketDescSymbol {
  font-size: 2rem;
}

.gacha_ticketDescBody {
  margin-bottom: 10px;
  padding: 0 10px;
  font-weight: bold;
}

.gacha_supplementPanel {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  display: block;
  font-size: 0;
  font-weight: bold;
  -webkit-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
  background: -webkit-radial-gradient(closest-side, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.gachaDetailTopUnit_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gachaDetailTopUnit_ticketBtn, .gachaDetailTopUnit_detailBtn {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.gachaDetailTopUnit_ticketBtn a, .gachaDetailTopUnit_detailBtn a {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px auto;
}

.gachaDetailTopUnit_detailBtn a {
  background-image: url(/images/modules/gachaDetailTopUnit_detailBtn.png);
}

.gachaDetailTopUnit_ticketBtn a {
  background-image: url(/images/modules/gachaDetailTopUnit_ticketBtn.png);
}

.gachaDetailTopUnit_title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: center;
}
.gachaDetailTopUnit_title img {
  width: 218px;
  height: auto;
}

.gachaDetailTopUnit_rushTitle img {
  width: 100%;
  height: 61px;
}

.gachaDetailTopUnit_timer {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  top: -20px;
  min-height: 1.428em;
  text-align: center;
  font-weight: bold;
}

.gachaDetailTopUnit_timeNumbers {
  min-height: inherit;
  color: yellow;
}

.gachaDetailUnit {
  margin-bottom: 10px;
}
.gachaDetailUnit .btn-main.btn-l, .gachaDetailUnit .btn-l.menu_btn {
  vertical-align: bottom;
}

.gachaDetailUnit_image {
  padding: 0 20px;
}
.gachaDetailUnit_image a {
  display: block;
}

.gachaDetailIndexNotes {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin-top: 20px;
  color: #ff0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.rushModal_image {
  position: relative;
}

.com_boardList {
  text-align: center;
  font-size: 0;
}

.com_boardItem {
  display: inline-block;
  margin-top: 10px;
}
.com_boardItem a {
  display: block;
}

.com_listBox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-height: 120px;
  font-weight: bold;
}

.com_listBoxArea {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.com_listBoxTopText {
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-size: 1.2rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.com_commentBoxHead {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.2rem;
}

.com_commentBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.com_commentBoxInput, .comItdk_commentBoxInput {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.com_commentBoxInput textarea, .comItdk_commentBoxInput textarea {
  min-height: 2.856em;
}

.com_commentBoxBtnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.com_commentBoxBtn {
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.com_chatItem-theirs, .com_chatItem-ours {
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.com_chatItem-ours {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.com_chatThumb {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.com_chatDetail-theirs, .com_chatDetail-ours {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.com_chatDetail-ours {
  margin-right: 14px;
  margin-left: 20px;
}

.com_chatDetail-theirs {
  margin-right: 20px;
  margin-left: 14px;
}

.com_chatDetailHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 2px;
  padding-left: 2px;
  letter-spacing: -0.075em;
  white-space: nowrap;
}

.com_chatDetailName {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.com_chatDetailSubName {
  color: #00f43f;
  margin-left: 0.5em;
}

.com_chatDetailTime {
  text-align: right;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.com_chatDetailTimeParam + .com_chatDetailTimeParam {
  margin-left: 2px;
}

.com_chatDetailBody-theirs, .com_chatDetailBody-ours {
  position: relative;
  padding: 2px;
  padding-right: 4px;
  padding-left: 4px;
  min-height: 1.8em;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.7);
  word-break: break-all;
  text-align: justify;
}

.com_chatDetailBody-theirs:before, .com_chatDetailBody-ours:before, .com_chatDetailBody-theirs:after, .com_chatDetailBody-ours:after {
  position: absolute;
  box-sizing: content-box;
  width: 0;
  height: 0;
  content: "";
}

.com_chatDetailBody-theirs:after, .com_chatDetailBody-ours:after {
  top: 7px;
  border-top: 6px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid transparent;
}

.com_chatDetailBody-theirs:before, .com_chatDetailBody-ours:before {
  top: 6px;
  border-top: 7px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid transparent;
}

.com_chatDetailBody-ours {
  border-color: #c2e1f5;
  background-image: -webkit-linear-gradient(top, #5eff9b 0%, #2bff80 50%);
  background-image: linear-gradient(to bottom, #5eff9b 0%, #2bff80 50%);
}
.com_chatDetailBody-ours:before {
  right: -20px;
  border-left-color: #c2e1f5;
}
.com_chatDetailBody-ours:after {
  right: -17px;
  border-left-color: #5eff9b;
}

.com_chatDetailBody-theirs {
  border-color: #c2e1f5;
  background-image: -webkit-linear-gradient(top, #5ec1ff 0%, #2bb1ff 50%);
  background-image: linear-gradient(to bottom, #5ec1ff 0%, #2bb1ff 50%);
}
.com_chatDetailBody-theirs:before {
  left: -20px;
  border-right-color: #c2e1f5;
}
.com_chatDetailBody-theirs:after {
  left: -17px;
  border-right-color: #5ec1ff;
}

.com_threadDeleteBtn {
  margin-top: 5px;
}
.com_threadDeleteBtn a {
  display: block;
  width: 51px;
  height: 27px;
  background-image: url(/images/modules/btnImage-delete.png);
  background-size: 51px 27px;
}

.mailDetail {
  width: 100%;
  height: 220px;
  background-color: #feeffa;
  margin: 0 auto 10px auto;
  -webkit-border-image: url(/images/modules/bdImg_paperB.png) 30 round;
  border-image: url(/images/modules/bdImg_paperB.png) 30 round;
  border-width: 15px;
  border-style: solid;
  border-radius: 7px;
}

.mailDetail_bodyFrame {
  width: 100%;
  height: 190px;
  background-color: #ffffff;
  padding: 3px;
  border-radius: 3px;
}

.mailDetail_bodyFrame_inner {
  width: 100%;
  height: 184px;
  margin: auto;
  padding: 20px 40px;
  -webkit-border-image: url(/images/mail/bgImg_mail.png) 0 10 0 10 round;
  border-image: url(/images/mail/bgImg_mail.png) 0 10 0 10 fill round;
  border-image-width: 0 5px;
  outline: solid 1px #8ae9c0;
}

.mailDetail_bodyFrame_inner_body {
  color: black;
  font-size: 12px;
  line-height: 1.8;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 144px;
}

.stampBody-ours {
  text-align: right;
}

.stamp {
  width: 100px;
  height: 100px;
}

.profDetail {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.profDetail-guild {
  position: relative;
  z-index: 100;
}

.profDetail_statusArea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 100;
}
.profDetail-guild > .profDetail_statusArea {
  margin: 0;
  margin-right: auto;
  width: 196px;
}

.profDetail_title img {
  width: 100%;
  height: auto;
}

.profDetail_btn {
  margin-right: -4px;
  margin-bottom: 4px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.profBaloon:before, .profBaloon:after, .prof_baloon:before, .prof_baloon:after {
  position: absolute;
  right: 72px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000000;
  border-left: 8px solid transparent;
  content: "";
}

.prof_baloon {
  position: relative;
  z-index: 100;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #f5e7c0;
  color: #000000;
  word-break: break-word;
  font-weight: bold;
}
.prof_baloon:after {
  bottom: 99%;
  border-top: 9px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-color: #f5e7c0;
  border-left: 7px solid transparent;
}
.prof_baloon:before {
  right: 42px;
}

.prof_img {
  position: absolute;
  top: -52px;
  right: -10px;
  overflow: hidden;
  width: 226px;
}
.prof_img img {
  width: 320px;
  height: auto;
}

.prof_btnList {
  position: relative;
  z-index: 100;
}

.prof_titleBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.prof_titleBg img {
  width: 100%;
  height: auto;
}

.profHead {
  position: relative;
  z-index: 101;
  margin: 0 auto;
  width: 320px;
  height: 60px;
  background-image: url(/images/modules/bg_profHead.png?hoge);
  background-size: 320px 60px;
  background-repeat: no-repeat;
}
.modal_bossProfile .profHead {
  margin-top: -9px;
  background-image: url(/images/guildTop/bg_bossProfHead.png);
}

.profHead_level {
  color: #ec910a;
  position: absolute;
  top: 24px;
  width: 56px;
  text-align: center;
  font-weight: bold;
}
.modal_bossProfile .profHead_level {
  top: 21px;
  line-height: 1.6rem;
}

.profHead_infoList {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  padding-top: 5px;
  padding-right: 151px;
  padding-left: 84px;
  height: 100%;
  text-align: right;
}

.profHead_infoItem {
  padding-top: 1px;
  height: 16px;
  font-size: 0.9rem;
  white-space: nowrap;
}
.profHead_infoItem + .profHead_infoItem {
  margin-top: 0;
}

.profHead_officialBadge {
  position: absolute;
  top: 46px;
  left: -3px;
  z-index: 101;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url(/images/modules/official_badge.png);
}

.profHead_vipButton {
  position: absolute;
  top: 75px;
  right: 0;
}

.profHead_vipButtonImg {
  width: 51.5px;
  height: 33.5px;
}

.profImage {
  position: relative;
  width: 320px;
  height: 292px;
  margin-top: -19px;
  z-index: 100;
}
.profImage > img {
  position: absolute;
  left: -20px;
  bottom: 15px;
  width: 360px;
  height: auto;
}

.profImage_avatarAssembled, .profImage_avatar {
  display: none;
}
.active.profImage_avatarAssembled, .active.profImage_avatar {
  display: block;
}

.profImage_avatar > img {
  position: absolute;
  left: -20px;
  bottom: 15px;
  width: 360px;
  height: auto;
}

.profImage_avatarAssembled > img {
  position: absolute;
  top: 14px;
  left: -30px;
  width: 380px;
  height: auto;
}

.profImage_frame {
  position: relative;
  width: 320px;
  height: 292px;
  background-size: 320px 292px;
  background-image: url(/images/modules/profImage_frame.png);
  z-index: 10;
}

.profImage_background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profImage_background img {
  width: 320px;
  height: 292px;
}

.profImage_avatarAssembledBg {
  position: absolute;
  background-image: url(/images/modules/bg_guild.png);
  background-size: cover;
  top: 12px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  width: 270px;
  height: 202px;
}

.profImage-boss {
  position: relative;
  z-index: 100;
}
.profImage-boss img {
  width: 300px;
}

.profImage_effectCanvas {
  bottom: auto;
  width: 120px;
  height: 80px;
}

.profImage_community_effectCanvas {
  bottom: auto;
  width: 120px;
  height: 80px;
}

.profTitle {
  position: absolute;
  top: 7px;
  right: 12px;
  width: 135px;
  height: 66px;
  text-align: center;
}
.profTitle img {
  width: 100%;
  height: auto;
}

.profTitle_effectCanvas {
  position: relative;
  bottom: auto;
  width: 182px;
}

.profFrame {
  position: relative;
  z-index: 100;
  margin: 15px 15px 0 15px;
  padding-top: 10px;
}

.prof_editConfirm, .prof_imageToggleBtn {
  position: absolute;
  margin-top: -76px;
  right: 9px;
  width: 70px;
  height: 41px;
  background-image: url(/images/modules/bg_profEdit.png);
  background-size: 70px 41px;
  background-repeat: no-repeat;
  z-index: 101;
  text-align: center;
}

.prof_imageToggleBtn {
  right: 244px;
}

.prof_smallBtn_text {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  line-height: 40px;
  font-size: 1.1rem;
  font-weight: bold;
}

.profBtn-disabled a, .profBtn-failed a, .profBtn-success a, .profBtn-disabled button, .profBtn-failed button, .profBtn-success button {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: table-cell;
  width: 50px;
  height: 60px;
  background-size: 50px 60px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.profBtn-success a, .profBtn-success button {
  background-image: url(/images/modules/btn_prof-success.png);
}

.profBtn-failed a, .profBtn-failed button {
  background-image: url(/images/modules/btn_prof-failed.png);
}

.profBtn-disabled a, .profBtn-disabled button {
  background-image: url(/images/modules/btn_prof-failed.png);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.profBaloon-noTail, .profBaloon {
  position: absolute;
  z-index: 102;
  width: 300px;
  margin: -34px 10px 0;
  padding: 4px 6px 4px 6px;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  word-break: break-word;
  font-weight: bold;
}

.profBaloon:after {
  bottom: 99%;
  border-top: 9px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-color: #ffffff;
  border-left: 7px solid transparent;
}
.profBaloon:before {
  right: 71px;
}

.prof_loginData {
  position: absolute;
  width: 91px;
  height: 20px;
  right: 28px;
  top: 23px;
  padding-top: 3px;
  padding-right: 7px;
  background-image: url(/images/modules/bg_profLoginBase.png);
  background-size: 91px 20px;
  background-repeat: no-repeat;
  z-index: 110;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

.profInfo {
  position: relative;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 9px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.profBtnList {
  margin: 5px -20px;
  padding-top: 10px;
}
.profBtnList .btn, .profBtnList .menu_btn, .profBtnList .backBtn, .profBtnList .backBtn-modal, .profBtnList .backBtn-overScreen, .profBtnList .backBtn-bottom, .profBtnList .backBtn-static, .profBtnList .openingVideo_skipButton, .profBtnList .commonVideo_subtitleButton, .profBtnList .commonVideo_rapidButton {
  margin: 0;
}
.profBtnList + .profBtnList {
  padding-top: 0;
}

.progress_cardArea {
  position: relative;
}

.progress_card {
  margin: 0 auto;
  width: 243px;
  height: 153px;
}

.progress_cardImg {
  width: 243px;
  height: 153px;
}

.userFind_formListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.userFind_formList .userFind_formListItem:last-of-type {
  margin-bottom: 0;
}

.userFind_label {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 4em;
  flex-basis: 4em;
}

.userFind_input, .userFind_input-hasRanges {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.userFind_input-hasRanges {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.userFind_inputRange {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.menu, .guild_menu_unrelated {
  font-size: 0;
}

.menu_item {
  display: inline-block;
  margin-bottom: 5px;
  width: 50%;
}

.menu_btnInner {
  margin-right: auto;
  margin-left: auto;
  width: 128px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.menu_btnInner-news {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -88px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-profile {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-community {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -22px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-mission {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -66px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-userSearch {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -110px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-help {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px 0px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-inquiry {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -44px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-terms {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -66px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-transfer {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -88px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-setting {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -44px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-serialCode {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -22px;
  background-repeat: no-repeat !important;
}

.guild_establishment_btnInnerCost {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin-top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.guild_establishment_btnInnerCostNum {
  margin-right: 2px;
  font-size: 1.2rem;
}

.guild_head {
  padding-top: 12px;
  padding-right: 5px;
  padding-left: 5px;
  min-height: 240px;
  background-image: url(/images/modules/bg_guild.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.guild_head.guildSchedule_head {
  background-image: url("/images/modules/bg_guildSchedule.png?201112_1");
}
.contents-unionMyLobby .guild_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 317px;
  background-image: none;
}
.contents-unionMyLobby .guild_head + .guild_body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/images/modules/bg_union.png?201112_1");
  background-size: cover;
  background-position: center top;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.contents-myLobbyItdk .guild_head {
  min-height: 0;
  margin-top: 10px;
  padding: 6px 5px 10px 5px;
  background-image: none;
}

.guild_head-fixed {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 101;
  width: 100%;
}

.guild_body {
  padding-right: 10px;
  padding-left: 10px;
}
.contents-unionMyLobby .guild_body {
  padding-top: 336px !important;
  padding-left: 0;
  padding-right: 0;
}

.guild_head-fixed + .guild_body {
  position: relative;
  z-index: 100;
  padding-top: 240px;
}

.guildName, .guildName-onLog {
  font-size: 0;
}
.guild_schedule .guildName, .guild_schedule .guildName-onLog {
  position: absolute;
  top: -30px;
  left: -22px;
}

.guildName-union {
  position: relative;
  top: -4px;
}
.guild_schedule .guildName-union {
  top: -32px;
}

.guildName_symbol {
  position: relative;
  z-index: 101;
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -172px 0px;
  background-repeat: no-repeat !important;
}
.guildName-union .guildName_symbol {
  top: 4px;
}

.guildName_symbol-color01 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px -86px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color02 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: 0px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color03 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -43px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color04 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -86px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color05 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color06 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -172px 0px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color766 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -172px 0px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color1775 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px -86px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color1920 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px -86px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color2732 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color2897 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -86px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color3082 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -43px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-color3237 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px -86px;
  background-repeat: no-repeat !important;
}

.guildName_class {
  position: relative;
  width: 42px;
  height: 42px;
}
.guildName_class::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  content: "";
}

.guildName_class-1 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -43px 0px;
  background-repeat: no-repeat !important;
}

.guildName_class-2 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -43px -43px;
  background-repeat: no-repeat !important;
}

.guildName_class-3 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -86px 0px;
  background-repeat: no-repeat !important;
}

.guildName_class-4 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -86px -43px;
  background-repeat: no-repeat !important;
}

.guildName_class-5 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: 0px -86px;
  background-repeat: no-repeat !important;
}

.guildName_class-6 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -43px -86px;
  background-repeat: no-repeat !important;
}

.guildName_class-7 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -86px -86px;
  background-repeat: no-repeat !important;
}

.guildName_class-8 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px 0px;
  background-repeat: no-repeat !important;
}

.guildName_class-9 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.guildName_class-10 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -129px -43px;
  background-repeat: no-repeat !important;
}

.guildName_class-11 {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: 0px -43px;
  background-repeat: no-repeat !important;
}

.guildName_class-12 {
  background-image: url(/image/guild/symbol/12.png);
  background-size: 42px 42px;
  background-repeat: no-repeat;
}

.guildName_class-1::after, .guildName_class-2::after, .guildName_class-3::after, .guildName_class-4::after, .guildName_class-5::after {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -172px -43px;
  background-repeat: no-repeat !important;
}

.guildName_class-6::after, .guildName_class-7::after, .guildName_class-8::after, .guildName_class-9::after, .guildName_class-10::after {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -172px -86px;
  background-repeat: no-repeat !important;
}

.guildName_class-11::after, .guildName_class-12::after {
  background-image: url("/images/modules/sprite-guildSymbol.png?1511178746209");
  background-size: 214px 171px;
  background-position: -172px -129px;
  background-repeat: no-repeat !important;
}

.guildName_symbol-degree3, .guildName_symbol-degree2, .guildName_symbol-degree1 {
  background-position: left top;
  background-size: 42px 42px;
}
.guildName_symbol-degree3 .guildName_class, .guildName_symbol-degree2 .guildName_class, .guildName_symbol-degree1 .guildName_class {
  display: none;
  background-image: none;
}

.guildName_symbol-degree1 {
  background-image: url(/images/modules/bg_guildSymbol-degree1.png);
}

.guildName_symbol-degree2 {
  background-image: url(/images/modules/bg_guildSymbol-degree2.png);
}

.guildName_symbol-degree3 {
  background-image: url(/images/modules/bg_guildSymbol-degree3.png);
}

.guildName_unionName {
  display: none;
}
.guildName-union .guildName_unionName {
  display: block;
  position: relative;
  z-index: 101;
  top: 3px;
  padding-left: 78px;
  margin-bottom: -1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  color: #97ff93;
}
.ta-c .guildName_unionName {
  text-align: left !important;
  padding-left: 137px;
}

.guildName_name {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: -20px;
  padding-top: 7px;
  padding-left: 20px;
  width: 150px;
  height: 30px;
  background-image: url(/images/modules/bg_guildName.png);
  background-position: left center;
  background-size: 150px 30px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2rem;
  background-repeat: no-repeat;
}
.guildName-union .guildName_name {
  width: 170px;
  height: 37px;
  margin-top: 3px;
  margin-bottom: 2px;
  padding-top: 16px;
  background-size: 170px auto;
  background-image: url(/images/modules/bg_guildName-union.png?20180703_1);
}

.guildName_name-degree1 {
  background-image: url(/images/modules/bg_guildName-degree1.png);
}

.guildName_name-degree2 {
  background-image: url(/images/modules/bg_guildName-degree2.png);
}

.guildName_name-degree3 {
  background-image: url(/images/modules/bg_guildName-degree3.png);
}

.guild_memberSlider {
  position: relative;
  margin-right: -5px;
  margin-left: -5px;
}
.guild_memberSlider .flex-viewport {
  padding-right: 15px;
  padding-left: 15px;
}

.guild_memberList, .guildItdk_memberList {
  position: relative;
  font-size: 0;
}

.guild_memberListItem, .guildItdk_memberListItem {
  display: inline-block;
  padding-top: 5px;
  padding-right: 1px;
  padding-bottom: 5px;
  padding-left: 1px;
  vertical-align: top;
}
.guild_memberListItem a, .guildItdk_memberListItem a, .guild_memberListItem label, .guildItdk_memberListItem label {
  position: relative;
  display: block;
  padding: 1px;
  width: 56px;
  height: 136px;
  border: 1px solid #0b0305;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 1px 0 0 #e6ba35, inset -1px -1px 0 0 #ac8001, 2px 2px 2px 0 rgba(0, 0, 0, 0.6);
}
.guild_memberListItem a img, .guildItdk_memberListItem a img, .guild_memberListItem label img, .guildItdk_memberListItem label img {
  margin-top: -10px;
  margin-left: -90px;
  width: 240px;
  height: 160px;
}
.guild_memberListItem a img.guild_specialFrame, .guildItdk_memberListItem a img.guild_specialFrame, .guild_memberListItem label img.guild_specialFrame, .guildItdk_memberListItem label img.guild_specialFrame {
  position: absolute;
  top: -1px;
  left: -1px;
  margin: 0;
  width: 56px;
  height: 136px;
}

.guild_memberListItemInner {
  overflow: hidden;
  max-height: 100%;
  border: 1px solid #0b0305;
  border-radius: 3px;
}

.guild_memberListItem-dragon a img, .guild_memberListItem-dragon label img {
  margin-left: 0;
  width: 50px;
  height: 140px;
}

.guild_memberIcon-defence, .guild_memberIcon-subMaster, .guild_memberIcon-master {
  position: absolute;
  z-index: 101;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
}

.guild_memberIcon-master {
  top: -5px;
  left: -5px;
  background-image: url(/images/modules/icon_guildMember-master.png);
}

.guild_memberIcon-subMaster {
  top: -5px;
  left: -5px;
  background-image: url(/images/modules/icon_guildMember-subMaster.png);
}

.guild_memberIcon-defence {
  top: -5px;
  right: -5px;
  background-image: url(/images/modules/icon_guildMember-defence.png);
}

.guild_memberStrength {
  position: absolute;
  bottom: 10px;
  left: -4px;
  padding-top: 2px;
  width: 61px;
  height: 18px;
  background-image: url(/images/modules/bg_guildMemberStrength.png);
  background-size: 61px 18px;
  font-weight: bold;
  font-size: 1rem;
  text-align: right;
  padding-right: 7px;
  letter-spacing: -0.2px;
}
.guild_memberListItem-dragon .guild_memberStrength {
  width: 76px;
  background-size: 76px 18px;
  left: -17px;
}

.guild_memberStateText {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
}

.guild_menberNum, .guildItdk_menberNum, .guild_menberNum-showRookieListBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.contents-unionMyLobby .guild_menberNum, .contents-unionMyLobby .guildItdk_menberNum, .contents-unionMyLobby .guild_menberNum-showRookieListBtn {
  position: absolute;
  z-index: 201;
  width: 100%;
  bottom: -10px;
}

.guild_menberNum-showRookieListBtn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.guild_menberNumWindow {
  display: inline-block;
}

.guild_menberNumParams {
  margin-top: -9px;
  margin-bottom: -9px;
  white-space: nowrap;
}

.guild_menberNumKey, .guildItdk_menberNumKey, .guild_menberNumVal, .guildItdk_menberNumVal {
  display: inline-block;
  vertical-align: middle;
}

.guild_menberNumKey, .guildItdk_menberNumKey {
  width: 74px;
  height: 20px;
  font-weight: bold;
}
.guild_menberNumKey.guild_menberNumKey-union, .guild_menberNumKey-union.guildItdk_menberNumKey {
  background: none;
  font-weight: bold;
  text-indent: 0%;
  width: auto;
  height: auto;
}

.guild_menberNumVal, .guildItdk_menberNumVal {
  font-weight: bold;
  font-size: 1.6rem;
}

.guild_memberEffectCanvas {
  bottom: auto;
  width: 56px;
  height: 50px;
}

.guild_statusList, .guild_statusList-onTitleSeparated {
  font-size: 0;
}
.guild_statusList .guild_statusListItem:nth-of-type(odd), .guild_statusList-onTitleSeparated .guild_statusListItem:nth-of-type(odd) {
  padding-right: 5px;
}
.guild_statusList .guild_statusListItem:nth-of-type(even), .guild_statusList-onTitleSeparated .guild_statusListItem:nth-of-type(even) {
  padding-left: 5px;
}

.guild_statusList-onTitleSeparated {
  margin-top: 45px;
}

.guild_statusListItem {
  display: inline-block;
  margin-bottom: 5px;
  width: 50%;
  vertical-align: top;
}

.guild_statusParams {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: -9px -4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.guild_statusDetailKey, .guild_statusDetailVal {
  font-weight: bold;
  font-size: 1.2rem;
}

.guild_titleSeparated {
  display: block;
  margin: 5px auto 3px;
  width: 290px;
}

.guild_titleSeparated-onBoard {
  display: block;
  width: 260px;
  margin: 5px auto;
}

.guild_titleSeparated-onList-blank {
  margin: 8px;
}

.guild_memberNum-onBoard {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
  font-size: 1rem;
}

.guild_menu_unrelated {
  margin-top: 40px;
}

.guild_menuBtnInner-appointment {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -22px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-chat {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -22px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-defense {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -44px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-dissolution {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -66px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-joining {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -88px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-leave {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px 0px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-log {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-member {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -44px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-menu {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -66px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-rule {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -88px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-search {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -110px;
  background-repeat: no-repeat !important;
}

.guild_menuBtnInner-transfer {
  background-image: url("/images/modules/sprite-guildMenu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -110px;
  background-repeat: no-repeat !important;
}

.guild_ruleHead {
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.guild_ruleDetail {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.guild_ruleDetail-text {
  overflow: auto;
  height: 5.712em;
  word-break: break-all;
}

.guild_missionNew-pjbox {
  -webkit-animation: animation_missionNew 1s ease infinite alternate;
  animation: animation_missionNew 1s ease infinite alternate;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  width: 45%;
  position: absolute;
  top: inherit;
  margin-bottom: 5px;
  color: #E9E9E9;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  z-index: 101;
}

@-webkit-keyframes animation_missionNew {
  0% {
    color: #f42626;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    color: #E9E9E9;
  }
  75% {
    color: #E9E9E9;
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    color: #f42626;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animation_missionNew {
  0% {
    color: #f42626;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    color: #E9E9E9;
  }
  75% {
    color: #E9E9E9;
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    color: #f42626;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.guild_searchList, .guild_unionMemberList {
  padding-right: 10px;
  padding-left: 10px;
}

.guild_searchListItem, .guild_unionMemberListItem {
  margin-bottom: 10px;
}

.guild_searchGuildName {
  margin-top: -15px;
  margin-right: 2px;
  margin-bottom: -8px;
  margin-left: -15px;
}

.guildIntroBaloon:after, .guildIntroBaloon:before {
  position: absolute;
  bottom: 100%;
  left: 11px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}

.guildIntroBaloon {
  position: relative;
  z-index: 101;
  margin-top: -8px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  padding-bottom: 2px;
  border: solid 1px #000000;
  border-radius: 8px;
  background-color: #f5e7c0;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  word-break: break-word;
}
.guildIntroBaloon:before {
  border-width: 6px;
  border-bottom-color: #000000;
}
.guildIntroBaloon:after {
  margin-left: 1px;
  border-width: 5px;
  border-bottom-color: #f5e7c0;
}

.guild_searchGuildBtnList {
  padding-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.guild_searchGuildBtnListItem {
  margin-top: 2px;
}
.guild_searchGuildBtnListItem:first-child {
  margin-top: auto;
}

.guild_balloon-promisingRookieRequest, .guild_balloon-beginnerWelcome {
  position: relative;
  margin: 0 auto -8px;
  width: 216px;
  height: 43px;
  background-size: cover;
  z-index: 101;
}

.guild_balloon-beginnerWelcome {
  margin-bottom: -3px;
  background-image: url("/images/guild/beginner_welcome_balloon.png");
}

.guild_balloon-promisingRookieRequest {
  background-image: url("/images/guild/promising_rookie_request_balloon.png");
}

.guild_recommendedGuildImage {
  width: 250px;
  height: 50px;
}

.guild_scheduleBtn-logDisabled, .guild_scheduleBtn-log, .guild_scheduleBtn-detail {
  display: inline-block;
}
.guild_scheduleBtn-logDisabled a, .guild_scheduleBtn-log a, .guild_scheduleBtn-detail a {
  display: block;
  width: 101px;
  height: 26px;
  background-size: 101px 26px;
}

.guild_scheduleBtnList {
  margin-top: 7px;
}

.guild_scheduleBtn-detail a {
  background-image: url(/images/modules/btnImage-battleScheduleGuildDetail.png);
}

.guild_scheduleBtn-log {
  margin-left: 5px;
}
.guild_scheduleBtn-log a {
  background-image: url(/images/modules/btnImage-battleScheduleLog.png);
}

.guild_scheduleBtn-logDisabled {
  margin-left: 5px;
}
.guild_scheduleBtn-logDisabled a {
  background-image: url(/images/modules/btnImage-battleScheduleLogDisabled.png);
}

.guild_scheduleOfficialBattle {
  border-image-source: url(/images/modules/bdImage_officialBattle.png);
}

.guild_scheduleMatchingName {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: center;
}
.guild_scheduleMatchingName img {
  vertical-align: text-top;
}

.guild_officialBadge, .guild_officialBadge-board, .guild_officialBadge-union {
  position: absolute;
  top: 17px;
  left: 156px;
  z-index: 101;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url(/images/modules/official_badge.png);
}

.guild_officialBadge-union {
  top: 8px;
  left: 157px;
}

.guild_officialBadge-board {
  top: 6px;
  left: 144px;
}

/**
 union
*/
.guild_unionMemberList {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 50px 10px 30px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.guild_unionOfficialBadge {
  position: absolute;
  top: 0;
  left: 170px;
  z-index: 202;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url(/images/modules/official_badge.png);
}

.guild_battleJoinButton, .guild_battleJoinButton-disabled {
  top: 50px;
  right: 5px;
  width: 115px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/guild/button_guildbattle_start1.png");
}

.guild_battleJoinButton-disabled {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  pointer-events: none;
}

.guildItdk_fixedContents {
  top: 57px;
}

.guildItdk_currentPointGage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 149px;
  height: 17px;
  line-height: 17px;
  margin-top: -12px;
  margin-left: 19px;
  padding-left: 11px;
  padding-right: 12px;
  background-image: url(/images/guildTop/bg_nextClass.png);
  background-size: 149px 17px;
  background-repeat: no-repeat;
}

.guildItdk_paramString {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.guildItdk_pointMeter {
  overflow: hidden;
  margin: 0 1px;
  border: 1px solid #9a7705;
  border-radius: 100px;
  background-color: #000;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  width: auto;
  height: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.guildItdk_pointMeterInner {
  border-radius: 100px;
  height: 100%;
  background-color: #4e800b;
  box-shadow: inset 0 2px 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 1px 0 rgba(0, 0, 0, 0.4);
}

.guildItdk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.guildItdk_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 6px 4px;
  height: 60px;
  background-image: url(/images/guildTop/guild_contentsBG-header.png);
  background-repeat: no-repeat;
  background-size: 320px 60px;
}

.guildItdk_footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 320px;
  height: 10px;
  background-image: url(/images/guildTop/guild_contentsBG-footer.png);
  background-repeat: no-repeat;
  background-size: 320px 10px;
}

.guildItdk_topButtonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guildItdk_topButton, .guildItdk_topButton-guildBoss {
  display: block;
  width: 51px;
  height: 40px;
  background-size: 51px 40px;
  margin-right: 6px;
}
.guildItdk_topButton.filter-blackout, .filter-blackout.guildItdk_topButton-guildBoss {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.guildItdk_topButton[data-category=member], [data-category=member].guildItdk_topButton-guildBoss {
  background-image: url(/images/guildTop/guild_btn-member.png);
}
.guildItdk_topButton[data-category=chat], [data-category=chat].guildItdk_topButton-guildBoss {
  background-image: url(/images/guildTop/guild_btn-chat.png);
}
.guildItdk_topButton[data-category=log], [data-category=log].guildItdk_topButton-guildBoss {
  background-image: url(/images/guildTop/guild_btn-log.png);
}

.guildItdk_topButton-guildBoss {
  margin-right: 0;
  margin-left: auto;
  background-image: url(/images/guildTop/guild_btn-guildDragon.png);
}

.guildItdk_logView, .guildItdk_chatView, .guildItdk_memberView {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
}

.guildItdk_memberSlider {
  position: relative;
  width: 320px;
  overflow: hidden;
  margin-top: 20px;
}
.guildItdk_memberSlider .flex-viewport {
  padding-right: 15px;
  padding-left: 15px;
}
.guildItdk_memberSlider .slides > li {
  float: left;
}

.guildItdk_chatView {
  margin: 0;
  height: 260px;
}
.guildItdk_chatView .com_listBoxArea {
  padding: 0 5px;
}
.guildItdk_chatView .stampBody-ours {
  text-align: right;
}
.guildItdk_chatView .stamp {
  width: 100px;
  height: 100px;
}

.guildItdk_menberNum {
  position: absolute;
  width: 92px;
  height: 22px;
  padding: 0 6px;
  right: 6px;
  bottom: -7px;
}

.guildItdk_menberNumBg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-border-image: url(/images/guildTop/bg_menberNum.png) 20 stretch;
  border-image: url(/images/guildTop/bg_menberNum.png) 20 fill stretch;
  border-width: 10px;
  border-style: solid;
}

.guildItdk_menberNumParams {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}

.guildItdk_menberNumKey {
  background-image: none;
  height: auto;
  font-weight: bold;
  text-indent: 0;
  font-size: 1rem;
  margin-right: 4px;
}

.guildItdk_menberNumVal {
  font-size: 1rem;
}

.guildItdk_scrollHead-logView, .guildItdk_scrollHead-chatView {
  padding: 4px 0;
  -webkit-border-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(249, 241, 215, 0.5) 20%, rgba(249, 241, 215, 0.5) 80%, rgba(0, 0, 0, 0));
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(249, 241, 215, 0.5) 20%, rgba(249, 241, 215, 0.5) 80%, rgba(0, 0, 0, 0));
  border-image-slice: 1;
  border-style: solid;
  border-width: 0 0 2px 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guildItdk_scrollBody-logView, .guildItdk_scrollBody-chatView {
  padding: 0 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.guildItdk_scrollBody-chatView {
  padding: 5px 5px 0;
}

.guildItdk_scrollBody-logView {
  padding: 5px 5px 0;
}

.guildItdk_logItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px dashed;
  font-size: 1.1rem;
}
.guildItdk_logItem:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.guildItdk_log-time {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  margin-right: 10px;
  font-weight: bold;
}

.guildItdk_log-message {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  flex: auto;
}

.comItdk_commentBoxInput textarea {
  background-color: #3c3c3ccc;
  border: 1px solid #9a8b59;
}
.comItdk_commentBoxInput textarea::-webkit-input-placeholder {
  color: #b2ac9a;
}
.comItdk_commentBoxInput textarea::placeholder {
  color: #b2ac9a;
}

.btn_toUnionLobby {
  width: 115px;
}

.guild_promisingRookieListBtn {
  display: block;
  margin-left: 3px;
  width: 157px;
  height: 34px;
  background-image: url("/images/guild/guild_promisingRookieListBtn.png?20230913_1");
  background-repeat: no-repeat;
  background-size: cover;
}

.arena_indexHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.arena_indexHeadBtn {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.arena_indexHeadBtn a {
  width: 94px;
  height: 30px;
  font-size: 1.2rem;
}

.arena_indexHeadRankName {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: center;
}
.arena_indexHeadRankName img {
  width: 115px;
  height: 32px;
}

.arena_indexHeadPoint {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 94px;
}

.arena_indexHeadPointInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: bold;
}

.arena_indexHeadPointKey {
  margin-right: 2px;
  font-size: 1rem;
  -webkit-flex-basis: 4em;
  flex-basis: 4em;
}

.arena_indexHeadPointVal {
  font-size: 1.1rem;
}

.arena_indexParty {
  margin-bottom: 6px;
}

.arena_indexPartyList, .pvpQuest_indexPartyList {
  margin-top: 21px;
  margin-bottom: -20px;
  font-size: 0;
  white-space: nowrap;
}

.arena_indexPartyItem, .pvpQuest_indexPartyItem {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
  background-image: url(/images/modules/arenaCharaBG.png);
  background-size: 50px 130px;
  background-repeat: no-repeat;
}
.arena_indexPartyItem:last-of-type, .pvpQuest_indexPartyItem:last-of-type {
  margin-right: 0;
}
.arena_indexPartyItem img, .pvpQuest_indexPartyItem img {
  width: 50px;
  height: 130px;
}

.arena_indexPartyTitle {
  position: absolute;
  z-index: 100;
  margin-top: -126px;
  margin-left: 4px;
  text-align: center;
  font-size: 1rem;
}

.arena_indexPartyTitleInner {
  font-weight: bold;
}

.arena_chestList {
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  text-align: left;
  font-size: 0;
}

.arena_chestItem {
  display: inline-block;
  margin-right: 3px;
  width: 75px;
  vertical-align: top;
  text-align: center;
}
.arena_chestItem:last-of-type {
  margin-right: 0;
}
.arena_chestItem a {
  display: block;
}

.arena_chestItemNumber {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.arena_chestItemBody, .arena_chestItemBody-open {
  position: relative;
  width: 75px;
  height: 75px;
}
.arena_chestItemBody img, .arena_chestItemBody-open img {
  margin-left: -4px;
  width: 64px;
  height: auto;
}

.arena_chestItemBody-open {
  background: -webkit-radial-gradient(center, ellipse, #ffc532 0%, #fc7a00 84%);
  background: radial-gradient(ellipse at center, #ffc532 0%, #fc7a00 84%);
}

.arena_chestItemInfo {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 100;
  width: 65px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
.btn .arena_chestItemInfo, .backBtn .arena_chestItemInfo, .backBtn-modal .arena_chestItemInfo, .backBtn-overScreen .arena_chestItemInfo, .backBtn-bottom .arena_chestItemInfo, .backBtn-static .arena_chestItemInfo, .openingVideo_skipButton .arena_chestItemInfo, .commonVideo_subtitleButton .arena_chestItemInfo, .commonVideo_rapidButton .arena_chestItemInfo, .menu_btn .arena_chestItemInfo {
  position: static;
}

.arena_chestItemInfoIcon {
  margin-top: -2px;
}

.arena_chestItemInfoOpen {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  color: #0f0;
  font-weight: bold;
  font-size: 1rem;
}

.arena_chestItemState {
  position: absolute;
  bottom: -16px;
  left: -2px;
  z-index: 100;
  width: 65px;
}

.arena_chestItemStateInner {
  font-size: 1.2rem;
  line-height: 1;
}

.arena_rankMeter {
  margin: 2px auto;
  padding: 0;
  width: 117px;
  text-align: left;
  border-radius: 0;
}

.arena_rankMeterInner {
  border-radius: 0;
  box-shadow: none;
}

.arena_rankMeterPoint {
  height: 3px;
  background: -webkit-linear-gradient(left, #ce9f05, #d44203);
  background: linear-gradient(to right, #ce9f05, #d44203);
  border-radius: 0;
  box-shadow: none;
}

.arena_rankMeterText {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-weight: bold;
  font-size: 1rem;
}

.arena_historyListBody {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.arena_historyItem-green, .arena_historyItem-red, .arena_historyItem-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 4px;
  padding: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
}

.arena_historyItem-blue {
  border-color: #000000;
  background-color: #0F46B7;
}

.arena_historyItem-red {
  border-color: #000000;
  background-color: #821515;
}

.arena_historyItem-green {
  border-color: #000000;
  background-color: #13761C;
}

.arena_historyChangePoint {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin-bottom: 4px;
  padding-right: 2px;
  padding-left: 2px;
}

.arena_historyChangePointKey {
  font-weight: bold;
}

.arena_historyChangePointVal {
  font-weight: bold;
}

.arena_historyBtn a, .arena_historyBtn button {
  width: 80px;
  height: 32px;
}

.arena_historyArrow-atk, .arena_historyArrow-def {
  margin: -3px auto;
  width: 65px;
  height: 30px;
  background-image: url(/images/modules/arena_historyArrow.png);
  background-size: 65px 30px;
  background-repeat: no-repeat;
}

.arena_historyArrow-def {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.arena_result_headline {
  margin-top: -13px;
  margin-bottom: 9px;
}

.arena_historyOpponentName {
  margin-top: 3px;
  margin-right: -4px;
  margin-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
  background-color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.arena_result_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 217px;
}

.arena_result_separator {
  margin: 5px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #6a5d5d;
}

.arena_resultGetChest {
  position: relative;
  padding: 0;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border-width: 4px;
  border-style: solid;
  border-radius: 3px;
  -webkit-border-image: url(/images/modules/frame_arena_result_001.png) 6 round;
  border-image: url(/images/modules/frame_arena_result_001.png) 6 fill round;
}

.arena_resultGetChest_image {
  width: 72px;
  height: 72px;
  margin-top: -7px;
  margin-bottom: 12px;
}

.arena_resultGetChestText {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 100;
  top: 47px;
  margin-left: -60px;
  width: 120px;
  height: 30px;
  background-image: url(/images/modules/text_arenaGetChest.png);
  background-size: 120px 30px;
  background-repeat: no-repeat;
}

.arena_opponentDetailKey {
  font-size: 1.4rem;
}

.arena_opponentDetailVal {
  font-size: 1.4rem;
}

.arena_underThumbInfo {
  padding-top: 5px;
  width: 50px;
}

.arena_underThumbInfo + .arena_underThumbInfo {
  margin-left: 5px;
}

.arena_underThumbInfo .thumb_params:nth-child(n+4), .arena_underThumbInfo .thumb_params-arena:nth-child(n+4), .arena_underThumbInfo .thumb_params-overBottom:nth-child(n+4) {
  display: none;
}

.thumb_params-arena {
  position: static;
  line-height: 1.2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.arena_preparationAleart {
  margin-top: 5px;
  color: #f00;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.arena_modalChestBaloon::before, .arena_modalChestBaloon::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.arena_modalChestBaloon {
  position: relative;
  margin-top: 10px;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #2b2108;
  border-radius: 7px;
  background-color: #f6e7c0;
}
.arena_modalChestBaloon::after {
  margin-left: -6px;
  border-right-width: 6px;
  border-bottom-width: 8px;
  border-bottom-color: #f6e7c0;
  border-left-width: 6px;
}
.arena_modalChestBaloon::before {
  margin-left: -9px;
  border-right-width: 9px;
  border-bottom-width: 11px;
  border-bottom-color: #2b2108;
  border-left-width: 9px;
}

.arena_modalChestBaloonText {
  padding-left: 10px;
  color: #4a1900;
  font-weight: bold;
}

.arena_modalChestBaloonTimeHead {
  color: #4a1900;
  font-weight: bold;
  font-size: 1.2rem;
}

.arena_modalChestBaloonTimeBody {
  color: #4a1900;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
}

.arena_prizeImg img {
  width: 100%;
  height: auto;
}

.arena_slider {
  margin: 0 auto;
}

.leagueMatchTableTitle {
  text-shadow: -2px -2px 0 #000, -2px -1px 0 #000, -2px 0px 0 #000, -2px 1px 0 #000, -2px 2px 0 #000, -1px -2px 0 #000, -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, -1px 2px 0 #000, 0px -2px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 0px 2px 0 #000, 1px -2px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, 1px 2px 0 #000, 2px -2px 0 #000, 2px -1px 0 #000, 2px 0px 0 #000, 2px 1px 0 #000, 2px 2px 0 #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: 1.6rem;
}

.leagueMatchTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.leagueMatchTable_nameList {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.leagueMatchTable_name {
  margin-bottom: -1px;
  height: 20px;
  background-image: url(/images/modules/leagueMatchTable_nameHead.png);
  background-position: left center;
  background-size: 23px 20px;
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: center;
  font-size: 1rem;
}
.leagueMatchTable_name:last-of-type {
  margin-bottom: 0;
}

.leagueMatchTable_nameInner {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  display: block;
  margin-left: 23px;
  padding-top: 3px;
  height: 20px;
  background-image: url(/images/modules/leagueMatchTable_nameBg.png);
  background-repeat: repeat-x;
  background-size: 1px 20px;
  color: #ffe400;
  white-space: nowrap;
  letter-spacing: -0.025em;
  font-weight: bold;
}

.leagueMatchTable_data {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: right;
}

.leagueMatchTable_dataTop {
  margin-bottom: -1px;
  font-size: 0;
}

.leagueMatchTable_dataRow {
  margin-bottom: -1px;
  height: 20px;
  font-size: 0;
}
.leagueMatchTable_dataRow:last-of-type {
  margin-bottom: 0;
}

.leagueMatchTable_point, .leagueMatchTable_result, .leagueMatchTable_result-empty, .leagueMatchTable_num {
  display: inline-block;
  padding-top: 2px;
  height: 100%;
  border: 1px solid #ffb000;
  background-color: #000;
  box-shadow: 0 0 2px -1px #ffff6a inset;
  vertical-align: top;
  text-align: center;
  font-size: 1rem;
}

.leagueMatchTable_num {
  width: 14px;
  font-weight: bold;
}
.leagueMatchTable_num + .leagueMatchTable_num {
  border-left-width: 0;
}
.leagueMatchTable_dataTop > .leagueMatchTable_num:first-of-type {
  width: 15px;
}

.leagueMatchTable_result, .leagueMatchTable_result-empty {
  padding-top: 3px;
  width: 14px;
  border-left-width: 0;
}
.leagueMatchTable_result:last-of-type, .leagueMatchTable_result-empty:last-of-type {
  border-left-width: 1px;
}

.leagueMatchTable_result-empty {
  position: relative;
}
.leagueMatchTable_result-empty::after {
  position: absolute;
  top: 8px;
  left: -6px;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #ffb000;
  content: "";
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

.leagueMatchTable_resultIcon-draw, .leagueMatchTable_resultIcon-lose, .leagueMatchTable_resultIcon-win {
  display: block;
  width: 13px;
  height: 13px;
  background-position: center;
  background-size: 13px;
}

.leagueMatchTable_resultIcon-win {
  background-image: url("/images/modules/sprite-leagueMatchTable.png?1511178746209");
  background-size: 27px 27px;
  background-position: 0px -14px;
  background-repeat: no-repeat !important;
}

.leagueMatchTable_resultIcon-lose {
  background-image: url("/images/modules/sprite-leagueMatchTable.png?1511178746209");
  background-size: 27px 27px;
  background-position: -14px 0px;
  background-repeat: no-repeat !important;
}

.leagueMatchTable_resultIcon-draw {
  background-image: url("/images/modules/sprite-leagueMatchTable.png?1511178746209");
  background-size: 27px 27px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.leagueMatchTable_point {
  width: 24px;
  border-left-width: 0;
  font-weight: bold;
}

.news_head {
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}

.news_text {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: justify;
}

.news_division {
  margin: 15px auto;
  padding-top: 3.5714285714%;
  width: 100%;
  background-image: url(/images/modules/bg_newsDivision.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.hotNews_frame {
  padding-top: 40px;
  padding-bottom: 65px;
  height: 100%;
  background-color: #0e1115;
  background-image: url(/images/modules/bg_hotNewsHeader.png), url(/images/modules/bg_hotNewsFooter.png);
  background-position: top center, bottom center;
  background-size: 320px 40px, 320px 65px;
  background-repeat: no-repeat, no-repeat;
}

.hotNews_scrollWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  height: 100%;
}

.hotNews_scrollBody {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.hotNews_contents {
  padding: 20px 15px;
  border-width: 0 5px 0 5px;
  border-style: solid;
  -webkit-border-image: url(/images/modules/bdImg_hotNewsContents.png) 0 10 0 10 round;
  border-image: url(/images/modules/bdImg_hotNewsContents.png) 0 10 0 10 fill round;
  border-image-width: 0 5px 0 5px;
  text-align: center;
}

.news_decoBack {
  padding: 5px 0;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #b11b01 0%, #e53112 10%, #e53112 10%, #e53112 50%, #e53112 90%, #b11b01 100%);
  background: linear-gradient(to bottom, #b11b01 0%, #e53112 10%, #e53112 10%, #e53112 50%, #e53112 90%, #b11b01 100%);
}

.pointAmp_period::after, .pointAmp_period::before {
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(left, #49281e 0%, #704523 50%, #49281e 100%);
  background: linear-gradient(to right, #49281e 0%, #704523 50%, #49281e 100%);
  content: "";
}

.pointAmp_period {
  padding: 2px 0;
  background: -webkit-linear-gradient(left, #5e362b 0%, #502c11 50%, #5e362b 100%);
  background: linear-gradient(to right, #5e362b 0%, #502c11 50%, #5e362b 100%);
  text-align: center;
  font-weight: bold;
  line-height: 28px;
}
.pointAmp_period::before {
  margin-bottom: -6px;
}
.pointAmp_period::after {
  margin-top: -6px;
}

.pointAmp_timer {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin: 5px 0;
  text-align: center;
  font-weight: bold;
}
.pointAmp_timer.pointAmp_timer-end {
  visibility: hidden;
}

.pointAmp_time {
  margin-left: 4px;
  color: yellow;
  font-size: 2.4rem;
}

.pointAmp_balloon {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px;
  width: 210px;
  border: 2px solid #003;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 1.2rem;
}

.pointAmp_max {
  color: #3f3;
  text-align: center;
  white-space: nowrap;
  font-size: 2.4rem;
}

.pointAmp_close {
  margin: 4px 0;
  color: #96f;
  text-align: center;
  white-space: nowrap;
  font-size: 1.6rem;
}

.pointAmp_jehihi {
  color: #96f;
}

.pointDetailModal_descriptionFrame {
  width: 250px;
  background-image: url("/images/modules/descriptionFrame.png?210811_1");
  background-size: cover;
  margin: 0 auto;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.genderSelectorWithoutAvatar {
  background-image: url(/images/tutorial/userCreate/genderSelectorFrame.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 170px;
}

.genderSelectorWithoutAvatar_list {
  padding: 80px 20px 0 30px;
}

.genderSelectorWithoutAvatar_listItem {
  display: inline-block;
}

.genderSelectorWithoutAvatar_label, .genderSelectorWithoutAvatar_label-female, .genderSelectorWithoutAvatar_label-male {
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 65px;
  display: block;
  position: relative;
}

.genderSelectorWithoutAvatar_label-male {
  background-image: url(/images/tutorial/userCreate/maleButton.png);
}

.genderSelectorWithoutAvatar_label-female {
  background-image: url(/images/tutorial/userCreate/femaleButton.png);
}

.genderSelectorWithoutAvatar_checkbox:checked + .genderSelectorWithoutAvatar_checkIcon {
  background-image: url(/images/modules/thumbnail_check.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  left: 90px;
}

.userCreateNameInput {
  background-image: url(/images/tutorial/userCreate/nameInputFrame.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 170px;
}

.userCreateNameInput_textBoxOuter {
  padding: 85px 34px 0 38px;
}

.userCreateNameInput_textBoxOuter .userCreateNameInput_textBox {
  border: 2px solid #2b3405;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 33px;
  color: #f9f1d7;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-weight: bold;
  text-align: center;
}

.userCreateConfirmation {
  background-image: url(/images/tutorial/userCreate/confirmationFrame.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 170px;
  position: relative;
}

.userCreateConfirmation_value-name {
  position: absolute;
  top: 115px;
  left: 80px;
  color: #f9f1d7;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-size: 1.15rem;
  font-weight: bold;
}

.userCreateConfirmation_value-gender {
  position: absolute;
  top: 115px;
  left: 230px;
  color: #f9f1d7;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  font-size: 1.15rem;
  font-weight: bold;
}

.userCreateAnnotationText {
  background-color: rgba(0, 0, 0, 0.7);
  margin: 10px calc(50% - 50vw);
  /* 横幅を親要素をはみ出して画面いっぱいまで広げる */
  padding: 10px calc(50vw - 50%);
  /* ただし本文は親要素の横幅をはみ出させない */
  font-size: 1rem;
}

.tutorial_selectAvatar {
  margin: 0 10px;
  padding: 0 10px 10px;
}

.tutorial_selectAvatar_head {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.tutorial_selectAvatar_imageList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tutorial_selectAvatar_imageItem {
  font-size: 0;
}
.tutorial_selectAvatar_imageItem + .tutorial_selectAvatar_imageItem {
  margin-left: 20px;
}

.tutorial_selectAvatar_imageLabel {
  position: relative;
  display: block;
}
.tutorial_selectAvatar_imageLabel::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  visibility: hidden;
  width: 25px;
  height: 25px;
  background-image: url(/images/modules/thumbnail_check.png);
  background-size: 25px 25px;
  content: "";
}
input:checked + .tutorial_selectAvatar_imageLabel::after {
  visibility: visible;
}
.tutorial_selectAvatar_imageLabel img {
  width: 100%;
  height: auto;
}

.tutorial_selectAvatar_textList {
  margin-top: 20px;
  padding: 0 5px;
}

.tutorial_selectAvatar_textItem {
  display: none;
}
.tutorial_selectAvatar_textItem.active {
  display: list-item;
}

/*
  トースト通知基礎
  (基本toastr.jsのcss内の必要部分だけを抜粋する＋一部修正有)
 */
.toast-title, .toast-title_combat-down, .toast-title_combat-up {
  font-weight: bold;
  text-align: center;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 230px;
  left: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

.toast-info {
  background-color: rgba(0, 0, 0, 0.145);
  padding: 0;
  border-width: 5px;
}

.toast-title_combat-down, .toast-title_combat-up {
  margin-bottom: 3px;
  border-width: 0 31px;
  border-style: solid;
  height: 19px;
}

.toast-title_combat-up {
  -webkit-border-image: url("/images/toast/combatValueTitle-up.png?20230420_2") 0 62 round;
  border-image: url("/images/toast/combatValueTitle-up.png?20230420_2") 0 62 fill round;
}

.toast-title_combat-down {
  -webkit-border-image: url("/images/toast/combatValueTitle-down.png?20230420_2") 0 62 round;
  border-image: url("/images/toast/combatValueTitle-down.png?20230420_2") 0 62 fill round;
}

.toast_combatArrow-down, .toast_combatArrow-up {
  background-size: cover;
  width: 12px;
  height: 14px;
}

.toast_combatArrow-up {
  background-image: url("/images/toast/combatValueArrow-up.png?20230420_2");
}

.toast_combatArrow-down {
  background-image: url("/images/toast/combatValueArrow-down.png?20230420_2");
}

.toast_diffTotalCombat-down, .toast_diffTotalCombat-up {
  margin: 0 3px;
}

.toast_diffTotalCombat-up {
  color: #3df712;
}

.toast_diffTotalCombat-down {
  color: #f90404;
  font-weight: bold;
}

.quest_resultUnit + .quest_resultUnit, .quest_resultPointUnit + .quest_resultUnit, .quest_resultUnit + .quest_resultPointUnit, .quest_resultPointUnit + .quest_resultPointUnit {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #fff;
}

.quest_resultUnitHead, .quest_resultUnitHead-bonus {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.quest_resultUnitHead-bonus {
  color: #AAFFFF;
}

.quest_nullResultValue {
  text-align: center;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

.quest_resultPointUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.quest_resultPointUnitKey {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  font-size: 1.2rem;
}

.quest_resultPointUnitVal {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  text-align: right;
}

.quest_resultPointUnitBoost {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.6rem;
}

.quest_resultPointUnitDrop {
  color: #AAAAFF;
  font-weight: bold;
  font-size: 1.6rem;
}

.quest_levelUpInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 5px;
}
.quest_levelUpInfo + .quest_levelUpInfo {
  margin-top: 10px;
}

.quest_levelUpInfoThumb {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.quest_levelUpInfoDetail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding-left: 10px;
}

.quest_levelUpInfoAfterLevel {
  font-weight: bold;
}

.quest_levelUpInfoStaminaCure {
  color: #AAFFFF;
}

.pvpQuest_baseInfo {
  margin: -35px auto 0;
}

.pvpQuest_titleInfo {
  position: relative;
  margin: 0 auto;
  width: 142px;
  height: 70px;
}

.pvpQuest_titleInfo_Text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #00ff00;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.pvpQuest_floorInfo {
  position: relative;
  margin: 0 auto;
  padding-top: 4px;
  background-image: url("/images/modules/bdImg_floorInfo.png?20211227_1");
  background-size: 142px 26px;
  width: 142px;
  height: 26px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #00ff00;
}

.pvpQuest_frame-01 {
  margin: -17px auto 5px;
  padding: 13px 15px 2px;
  border-style: solid;
  -webkit-border-image: url("/images/modules/bdImg_frameC.png") 14 round;
  border-image: url("/images/modules/bdImg_frameC.png") 14 fill round;
  border-width: 7px;
  border-radius: 7px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.7) 0 1px 4px 0;
}

.pvpQuest_holdItemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 4px;
  padding: 0 6px;
}

.pvpQuest_holdItemParams {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  right: 4px;
  bottom: 2px;
}

.pvpQuest_holdItemNum {
  font-size: 1rem;
  font-weight: normal;
}

.pvpQuest_btn-main01 {
  margin: 10px auto 0;
  background-image: url("/images/modules/btn_purple-l.png?20211227_1");
  background-size: 200px 91px;
  width: 200px;
  height: 91px;
}
.pvpQuest_btn-main01 img {
  position: relative;
  top: -5px;
  width: 145px;
  height: 22px;
}

.pvpQuest_btn-main02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("/images/modules/btn_purple-m.png?20211227_1");
  background-size: 166px 65px;
  width: 166px;
  height: 65px;
  margin: 15px auto 0;
}
.pvpQuest_btn-main02 img {
  width: 145px;
}

.pvpQuest_btn-topRight, .pvpQuest_btn-topLeft {
  position: fixed;
  top: 52px;
  z-index: 200;
}
.pvpQuest_btn-topRight img, .pvpQuest_btn-topLeft img {
  width: 85px;
}

.pvpQuest_btn-topLeft {
  left: 6px;
}

.pvpQuest_btn-topRight {
  right: 6px;
}

.pvpQuest_btn-backToTop img {
  width: 120px;
}

.pvpQuest_ticketInfo-01 {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  top: -5px;
  font-size: 1.1rem;
  font-weight: bold;
}

.pvpQuest_ticketInfo-02 {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  top: 10px;
  font-size: 1.05rem;
  font-weight: bold;
}

.pvpQuest_partyInfo {
  margin: 0 auto;
  padding: 0;
  width: 130px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.pvpQuest_combatInfo {
  margin-top: 3px;
  text-align: center;
}

.pvpQuest_combatInner {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.3rem;
  font-weight: bold;
}

.pvpQuest_resultTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: -10px;
}
.pvpQuest_resultTitle img {
  width: 300px;
  height: 47px;
}

.pvpQuest_indexPartyItem {
  margin-right: 0;
}

.pvpQuest_modalQuestStartInfo {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}

.pvpQuest_modalTicketInfo {
  font-size: 1.3rem;
  line-height: 2;
}

.deck_editBtn_metamorphosis {
  position: absolute;
  top: -15px;
  right: 8px;
  width: 50px;
  height: 15px;
}
.deck_editBtn_metamorphosis.btn-sub.btn-m a, .deck_editBtn_metamorphosis.btn-m.backBtn a, .deck_editBtn_metamorphosis.btn-m.backBtn-modal a, .deck_editBtn_metamorphosis.btn-m.backBtn-overScreen a, .deck_editBtn_metamorphosis.btn-m.backBtn-bottom a, .deck_editBtn_metamorphosis.btn-m.backBtn-static a, .deck_editBtn_metamorphosis.btn-m.openingVideo_skipButton a, .deck_editBtn_metamorphosis.btn-m.commonVideo_subtitleButton a, .deck_editBtn_metamorphosis.btn-m.commonVideo_rapidButton a, .deck_editBtn_metamorphosis.btn-sub.menu_btn a, .deck_editBtn_metamorphosis.backBtn.menu_btn a, .deck_editBtn_metamorphosis.backBtn-modal.menu_btn a, .deck_editBtn_metamorphosis.backBtn-overScreen.menu_btn a, .deck_editBtn_metamorphosis.backBtn-bottom.menu_btn a, .deck_editBtn_metamorphosis.backBtn-static.menu_btn a, .deck_editBtn_metamorphosis.openingVideo_skipButton.menu_btn a, .deck_editBtn_metamorphosis.commonVideo_subtitleButton.menu_btn a, .deck_editBtn_metamorphosis.commonVideo_rapidButton.menu_btn a {
  height: 15px;
  border-width: 8px;
}
.deck_editBtn_metamorphosis .btn_inner {
  font-size: 9px;
}

.deck_editBtn_leave {
  position: absolute;
  top: -15px;
  right: 60px;
  width: 80px;
  height: 15px;
}
.deck_editBtn_leave.btn-sub.btn-m a, .deck_editBtn_leave.btn-m.backBtn a, .deck_editBtn_leave.btn-m.backBtn-modal a, .deck_editBtn_leave.btn-m.backBtn-overScreen a, .deck_editBtn_leave.btn-m.backBtn-bottom a, .deck_editBtn_leave.btn-m.backBtn-static a, .deck_editBtn_leave.btn-m.openingVideo_skipButton a, .deck_editBtn_leave.btn-m.commonVideo_subtitleButton a, .deck_editBtn_leave.btn-m.commonVideo_rapidButton a, .deck_editBtn_leave.btn-sub.menu_btn a, .deck_editBtn_leave.backBtn.menu_btn a, .deck_editBtn_leave.backBtn-modal.menu_btn a, .deck_editBtn_leave.backBtn-overScreen.menu_btn a, .deck_editBtn_leave.backBtn-bottom.menu_btn a, .deck_editBtn_leave.backBtn-static.menu_btn a, .deck_editBtn_leave.openingVideo_skipButton.menu_btn a, .deck_editBtn_leave.commonVideo_subtitleButton.menu_btn a, .deck_editBtn_leave.commonVideo_rapidButton.menu_btn a {
  height: 15px;
  border-width: 8px;
}
.deck_editBtn_leave .btn_inner {
  font-size: 9px;
}

.deck_combinationBtn {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 175px;
  height: 15px;
  z-index: 1;
}

.deckItdk_btn-edit, .deckItdk_btn-deckNumber, .deckItdk_btn-switchNormalDeckList, .deckItdk_btn-switchSpecialDeckList {
  display: block;
  -webkit-border-image: url(/images/modules/bdImg_subBtn-success.png) 24 round;
  border-image: url(/images/modules/bdImg_subBtn-success.png) 24 fill round;
  border-style: solid;
  border-width: 12px 10px;
}

.deckItdk_btnInner {
  white-space: nowrap;
  display: block;
  margin: -8px -7px;
  color: #f9f1d7;
  font-size: 1.1rem;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
}

.deckItdk_btnInnerText {
  display: block;
  margin: 1px 7px;
}

.deckItdk_btn-switchSpecialDeckList {
  margin-left: 5px;
  border-image-source: url(/images/modules/bdImg_subBtn-failed.png);
}

.deckItdk_btn-switchNormalDeckList {
  border-image-source: url(/images/modules/bdImg_subBtn-back.png);
}

.deckItdk_grayOut {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.deckItdk_btn-deckNumber {
  display: inline-block;
  margin-right: 5px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-image-source: url(/images/modules/bdImg_subBtn-sort.png);
}
input:checked + .deckItdk_btn-deckNumber {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.deckItdk_btn-edit {
  position: absolute;
  right: 1px;
  top: -4px;
}

.deckItdk_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 100;
}

.deckItdk_deckBtnList-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  margin-right: 10px;
}

.deckItdk_deckBtnList-deck {
  position: relative;
  background-color: rgba(25, 25, 25, 0.7);
  min-width: 0;
}
.deckItdk_deckBtnList-deck input {
  display: none;
}

#deckItdk_scrollArrow-right, #deckItdk_scrollArrow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 23px;
  z-index: 100;
  background-size: 18px 23px;
  background-repeat: no-repeat;
}

#deckItdk_scrollArrow-left {
  left: -9px;
  background-image: url(/images/modules/slider_dNav-prev.png);
}

#deckItdk_scrollArrow-right {
  right: -9px;
  background-image: url(/images/modules/slider_dNav-next.png);
}

.deckItdk_boxShadowOverContents {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 2px 1px 1px 0 black inset, -1px -1px 0 0 rgba(255, 255, 255, 0.46) inset;
  pointer-events: none;
}

.deckItdk_scrollList {
  overflow-x: scroll;
  padding: 5px 0 5px 5px;
  border-radius: 5px;
}

#deckItdk_deckBtnList-normal, #deckItdk_deckBtnList-special {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.deckItdk_deckMain {
  position: relative;
  height: 285px;
  margin-top: 5px;
}

.deckItdk_deckList-normal, .deckItdk_deckList-special {
  width: 300px;
  height: 285px;
  background-image: url(/images/deck/bg_deckNormal.png);
  background-size: 300px auto;
  background-repeat: no-repeat;
}

.deckItdk_deckList-special {
  background-image: url(/images/deck/bg_deckSpecial.png);
}

.deckPartsItdk_deck {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 26px 10px 12px 32px;
}

.deckPartsItdk_deck-hidden {
  display: none;
}

.deckPartsItdk_deckHead {
  position: relative;
  height: 22px;
  text-align: center;
}

.deckPartsItdk_deckName-special, .deckPartsItdk_deckName-normal {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000000;
}

.deckPartsItdk_deckName-normal {
  text-shadow: -1px -1px 0 #778047, -1px 0px 0 #778047, -1px 1px 0 #778047, 0px -1px 0 #778047, 0px 1px 0 #778047, 1px -1px 0 #778047, 1px 0px 0 #778047, 1px 1px 0 #778047, -1px 2px 1px #778047, 0px 2px 1px #778047, 1px 2px 1px #778047;
}

.deckPartsItdk_deckName-special {
  text-shadow: -1px -1px 0 #b75f4b, -1px 0px 0 #b75f4b, -1px 1px 0 #b75f4b, 0px -1px 0 #b75f4b, 0px 1px 0 #b75f4b, 1px -1px 0 #b75f4b, 1px 0px 0 #b75f4b, 1px 1px 0 #b75f4b, -1px 2px 1px #b75f4b, 0px 2px 1px #b75f4b, 1px 2px 1px #b75f4b;
}

.deckPartsItdk_charaList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2px;
}

.deckPartItdk_charaContents {
  position: relative;
  -webkit-animation: showAnimation 0.3s ease-out;
  animation: showAnimation 0.3s ease-out;
}

@-webkit-keyframes showAnimation {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes showAnimation {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.deckPartsItdk_thumb, .deckPartsItdk_thumb-dummy {
  position: relative;
  z-index: 100;
  width: 50px;
  height: 150px;
  background-color: #000;
}

.deckPartsItdk_thumb-dummy {
  opacity: 0;
}

.deckPartsItdk_thumb-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: block;
  background-size: 50px 150px;
  background-repeat: no-repeat;
}

.deckPartsItdk_thumb-rare1 {
  background-image: url(/images/deck/deckCharaFrame-rare1.png);
}

.deckPartsItdk_thumb-rare2 {
  background-image: url(/images/deck/deckCharaFrame-rare2.png);
}

.deckPartsItdk_thumb-rare3 {
  background-image: url(/images/deck/deckCharaFrame-rare3.png);
}

.deckPartsItdk_thumb-rare4 {
  background-image: url(/images/deck/deckCharaFrame-rare4.png);
}

.deckPartsItdk_thumb-rare5 {
  background-image: url(/images/deck/deckCharaFrame-rare5.png);
}

.deckPartsItdk_thumb-rare6 {
  background-image: url(/images/deck/deckCharaFrame-rare6.png);
}

.deckPartsItdk_thumb-rare7 {
  background-image: url(/images/deck/deckCharaFrame-rare7.png);
}

.deckPartsItdk_thumb-rare8 {
  background-image: url(/images/deck/deckCharaFrame-rare8.png);
}

.deckPartsItdk_status, .deckPartsItdk_additionalInfo, .deckPartsItdk_additionalInfo-dummy {
  position: absolute;
  bottom: 1px;
  left: 4px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  color: #E9E9E9;
  font-size: 0;
}

.deckPartsItdk_additionalInfo, .deckPartsItdk_additionalInfo-dummy {
  position: relative;
  left: 0;
  padding: 3px 2px;
  height: 46px;
  background-color: rgba(130, 88, 19, 0.5);
  border-radius: 0 0 4px 4px;
}

.deckPartsItdk_additionalInfo-dummy {
  opacity: 0;
}

.deckPartsItdk_params, .deckPartsItdk_params-additionalInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.deckPartsItdk_params-additionalInfo {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.deckPartsItdk_image img {
  width: 50px;
  height: 150px;
}

.deckPartsItdk_combatPowerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
}

.deckPartsItdk_combatPowerParams {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px;
}

.deckPartsItdk_combatPowerParamsKey-normal {
  width: 43px;
  height: 28px;
  background-size: 43px 28px;
  background-image: url(/images/deck/combatPower-normal.png);
}

.deckPartsItdk_combatPowerParamsKey-passiveCorrected {
  width: 54px;
  height: 28px;
  background-size: 54px 28px;
  background-repeat: no-repeat;
  background-image: url(/images/deck/combatPower-passiveCorrected.png);
}

.deckPartsItdk_combatPowerParamsValue {
  color: #e8be40;
  font-weight: bold;
  font-size: 1.4rem;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
}

.commonAnimation_slideHorizontal {
  -webkit-animation: commonAnimation_slideHorizontal 0.2s;
  animation: commonAnimation_slideHorizontal 0.2s;
}

@-webkit-keyframes commonAnimation_slideHorizontal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes commonAnimation_slideHorizontal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.vertGachaListTitle {
  padding: 10px 0;
  text-align: center;
}
.vertGachaListTitle img {
  width: 260px;
  height: auto;
}

.vertGachaListItem {
  position: relative;
  margin-top: 6px;
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.vertGachaListItem a {
  display: block;
  margin: 0 auto;
  width: 280px;
}
.vertGachaListItem:not(.vertGachaListItem_top) {
  margin-top: 8px;
}
.vertGachaListItem.current {
  will-change: opacity, transform;
  -webkit-transform: translateX(15%) translateZ(0);
  transform: translateX(15%) translateZ(0);
  opacity: 0;
}

.vertGachaListItem_bg img {
  width: 100%;
  height: auto;
}

.vertGachaListItem_bg_effectCanvas {
  position: relative;
  bottom: auto;
  width: 100%;
  z-index: 0;
}

.vertGachaListItem_quantityAll {
  position: absolute;
  top: -10px;
  left: 10px;
}

.vertGachaListItem_quantityAllNumbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 130px;
  height: 38px;
  padding: 0 23px 9px 0;
  background-image: url(/images/modules/bg_gachaQuantityNumberSmall.png);
  background-size: 130px auto;
  background-repeat: no-repeat;
}

.vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-0 {
  display: block;
  width: 30px;
  height: 41px;
  background-size: 30px 41px;
}

.vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-0 {
  display: block;
  width: 18px;
  height: 26px;
  background-size: 18px 26px;
  font-size: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-9, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-8, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-7, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-6, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-5, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-4, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-3, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-2, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-1, .vertGachaListItem_quantityAllNumber-9 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-8 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-7 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-6 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-5 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-4 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-3 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-2 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-1 + .vertGachaListItem_quantityAllNumber-0, .vertGachaListItem_quantityAllNumber-0 + .vertGachaListItem_quantityAllNumber-0 {
  margin-left: -4px;
}

.vertGachaListItem_quantityAllNumber-0 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -20px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-1 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -39px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-2 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: 0px -27px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-3 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -19px -27px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-4 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -38px -27px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-5 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -58px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-6 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -58px -27px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-7 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -77px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-8 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: -77px -27px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_quantityAllNumber-9 {
  background-image: url("/images/modules/sprite-gachaQuantityNumberSmall.png?1531489642572");
  background-size: 95px 52px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListItem_banner {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.vertGachaListItem_banner img {
  width: 250px;
  height: auto;
}

.vertGachaListItem_count {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-weight: bold;
  font-size: 1.2rem;
}

.vertGachaListItem_countNumber {
  margin-left: 0.5em;
}

.vertGachaListItem_discountBtn, .vertGachaListItem_discountBtn-campaign {
  position: absolute;
  top: -2px;
  right: 6px;
  width: 110px;
  height: 34px;
  background-image: url(/images/modules/vertGachaListDiscountBtn.png?20230314_1);
  background-size: 110px 34px;
}

.vertGachaListItem_discountBtn-campaign {
  background-image: url(/images/modules/vertGachaListDiscountBtn-campaign.png?20230314_1);
}

.vertGachaListContent {
  display: none;
}
.vertGachaListContent .btn-main.btn-l, .vertGachaListContent .btn-l.menu_btn {
  vertical-align: bottom;
}
.vertGachaListContent .banner img {
  margin-top: 10px;
}

.vertGachaListDetail {
  position: relative;
  margin-top: -10px;
}

.vertGachaListDetail_quantityAll {
  position: relative;
}

.vertGachaListDetail_quantityAllNumbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 61px;
  padding: 0 114px 14px 0;
  background-image: url(/images/modules/bg_gachaQuantityNumber.png);
  background-size: 320px auto;
}

.vertGachaListDetail_quantityAllNumber-9, .vertGachaListDetail_quantityAllNumber-8, .vertGachaListDetail_quantityAllNumber-7, .vertGachaListDetail_quantityAllNumber-6, .vertGachaListDetail_quantityAllNumber-5, .vertGachaListDetail_quantityAllNumber-4, .vertGachaListDetail_quantityAllNumber-3, .vertGachaListDetail_quantityAllNumber-2, .vertGachaListDetail_quantityAllNumber-1, .vertGachaListDetail_quantityAllNumber-0 {
  display: block;
  width: 30px;
  height: 41px;
  background-size: 30px auto;
  font-size: 0;
}

.vertGachaListDetail_quantityAllNumber-0 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-1 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -31px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-2 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -62px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-3 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: 0px -42px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-4 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -31px -42px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-5 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -62px -42px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-6 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -93px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-7 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -93px -42px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-8 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -124px 0px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_quantityAllNumber-9 {
  background-image: url("/images/modules/sprite-gachaQuantityNumber.png?1531489636197");
  background-size: 154px 83px;
  background-position: -124px -42px;
  background-repeat: no-repeat !important;
}

.vertGachaListDetail_campaignBtn {
  position: absolute;
}
.vertGachaListDetail_quantityAll .vertGachaListDetail_campaignBtn {
  top: -2px;
  right: 4px;
}
.vertGachaListDetail_campaignBtn a, .vertGachaListDetail_campaignBtn button {
  display: block;
  width: 65px;
  height: 60px;
  background-image: url(/images/modules/vertGachaListDetail_campaignBtn.png);
  background-size: 65px auto;
  background-repeat: no-repeat;
}

.vertGachaListDetail_detailBtn {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 200;
}
.vertGachaListDetail_detailBtn a {
  display: block;
  width: 60px;
  height: 30px;
  background-image: url(/images/modules/vertGachaListDetail_detailBtn.png?20180524_1);
  background-size: 60px auto;
}

.vertGachaListDetail_choiceBtn {
  display: block;
  position: absolute;
  top: 408px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-image: url(/images/modules/btn-vertGachaListPickup.png);
  background-size: cover;
  font-size: 0;
}

.vertGachaListDetail_prize {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 220px;
}

.vertGachaListDetail_prizeImage {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  width: 160px;
  height: inherit;
}
.vertGachaListDetail_prizeImage img {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: -1;
  width: 320px;
  height: auto;
  pointer-events: none;
}

.vertGachaListDetail_prize-simpleLayout {
  width: 300px;
  height: 200px;
  margin: auto;
}

.vertGachaListDetail_prizeImage-simpleLayout {
  width: 100%;
}

.vertGachaListDetail_prize-chara .vertGachaListDetail_prizeImage img {
  top: 20px;
  left: 10px;
  width: 160px;
}

.vertGachaListDetail_prize-avatar .vertGachaListDetail_prizeImage img {
  left: 0;
  width: 200px;
}

.vertGachaListDetail_effectCanvas, .vertGachaListDetail_effectCanvas-avatar {
  top: -36px;
  left: -64px;
  bottom: auto;
  width: 320px;
  height: 320px;
  z-index: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.vertGachaListDetail_prizeDetail {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 31px;
  width: 160px;
}

.vertGachaListDetail_name {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  padding: 4px 58px 6px 0;
  height: 31px;
  border-width: 0 0 0 18px;
  border-style: solid;
  -webkit-border-image: url(/images/modules/bdImg_vertGachaListDetail_prizeName.png?20180524_1) 0 0 0 36 round;
  border-image: url(/images/modules/bdImg_vertGachaListDetail_prizeName.png?20180524_1) 0 0 0 36 fill round;
  color: #ffea01;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 20px;
}
.vertGachaListDetail_name::after {
  position: absolute;
  top: -6px;
  right: 0;
  display: block;
  width: 60px;
  height: 35px;
  background-size: 60px auto;
  content: "";
}

.vertGachaListDetail_name-1::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-1.png?20230828);
}

.vertGachaListDetail_name-2::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-2.png?20230828);
}

.vertGachaListDetail_name-3::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-3.png?20230828);
}

.vertGachaListDetail_name-4::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-4.png?20230828);
}

.vertGachaListDetail_name-5::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-5.png?20230828);
}

.vertGachaListDetail_name-6::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-6.png?20230828);
}

.vertGachaListDetail_name-7::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-7.png?20230828);
}

.vertGachaListDetail_name-8::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-8.png?20230828);
}

.vertGachaListDetail_name-9::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-9.png?20230828);
}

.vertGachaListDetail_name-10::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-10.png?20230828);
}

.vertGachaListDetail_name-11::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-11.png?20230828);
}

.vertGachaListDetail_name-12::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-12.png?20230828);
}

.vertGachaListDetail_name-13::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-13.png?20230828);
}

.vertGachaListDetail_name-14::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-14.png?20230828);
}

.vertGachaListDetail_name-15::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-15.png?20230828);
}

.vertGachaListDetail_name-16::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-16.png?20230828);
}

.vertGachaListDetail_name-17::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-17.png?20230828);
}

.vertGachaListDetail_name-18::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-18.png?20230828);
}

.vertGachaListDetail_name-19::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-19.png?20230828);
}

.vertGachaListDetail_name-20::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-20.png?20230828);
}

.vertGachaListDetail_name-21::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-21.png?20230828);
}

.vertGachaListDetail_name-22::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-22.png?20230828);
}

.vertGachaListDetail_name-23::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-23.png?20230828);
}

.vertGachaListDetail_name-24::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-24.png?20230828);
}

.vertGachaListDetail_name-25::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-25.png?20230828);
}

.vertGachaListDetail_name-26::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-26.png?20230828);
}

.vertGachaListDetail_name-27::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-27.png?20230828);
}

.vertGachaListDetail_name-28::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-28.png?20230828);
}

.vertGachaListDetail_name-29::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-29.png?20230828);
}

.vertGachaListDetail_name-30::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-30.png?20230828);
}

.vertGachaListDetail_name-31::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-31.png?20230828);
}

.vertGachaListDetail_name-32::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-32.png?20230828);
}

.vertGachaListDetail_name-33::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-33.png?20230828);
}

.vertGachaListDetail_name-34::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-34.png?20230828);
}

.vertGachaListDetail_name-35::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-35.png?20230828);
}

.vertGachaListDetail_name-36::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-36.png?20230828);
}

.vertGachaListDetail_name-37::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-37.png?20230828);
}

.vertGachaListDetail_name-38::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-38.png?20230828);
}

.vertGachaListDetail_name-39::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-39.png?20230828);
}

.vertGachaListDetail_name-40::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-40.png?20230828);
}

.vertGachaListDetail_name-41::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-41.png?20230828);
}

.vertGachaListDetail_name-42::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-42.png?20230828);
}

.vertGachaListDetail_name-43::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-43.png?20230828);
}

.vertGachaListDetail_name-44::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-44.png?20230828);
}

.vertGachaListDetail_name-45::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-45.png?20230828);
}

.vertGachaListDetail_name-46::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-46.png?20230828);
}

.vertGachaListDetail_name-47::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-47.png?20230828);
}

.vertGachaListDetail_name-48::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-48.png?20230828);
}

.vertGachaListDetail_name-49::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-49.png?20230828);
}

.vertGachaListDetail_name-50::after {
  background-image: url(/images/modules/vertGachaListDetail_rarity-50.png?20230828);
}

.vertGachaListDetail_info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin: 14px 5px 19px 15px;
  border-width: 13px;
  border-style: solid;
  -webkit-border-image: url(/images/modules/bdImg_vertGachaListDetailPrizeInfo.png?20180524_1) 26 round;
  border-image: url(/images/modules/bdImg_vertGachaListDetailPrizeInfo.png?20180524_1) 26 fill round;
}

.vertGachaListDetail_infoInner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.vertGachaListDetail_infoLabel {
  position: absolute;
  top: -17px;
  left: 2px;
  width: 65px;
  height: 16px;
  background-image: url(/images/modules/vertGachaListDetail_skillLabel-1.png?20180524_1);
  background-size: 65px auto;
}

.vertGachaListDetail_infoLabel-1 {
  background-image: url(/images/modules/vertGachaListDetail_skillLabel-1.png?20180524_1);
}

.vertGachaListDetail_infoLabel-2 {
  background-image: url(/images/modules/vertGachaListDetail_skillLabel-2.png?20180524_1);
}

.vertGachaListDetail_infoLabel-3 {
  background-image: url(/images/modules/vertGachaListDetail_skillLabel-3.png?20180524_1);
}

.vertGachaListDetail_infoLabel-4 {
  background-image: url(/images/modules/vertGachaListDetail_skillLabel-4.png?20180524_1);
}

.vertGachaListDetail_infoLabel-5 {
  background-image: url(/images/modules/vertGachaListDetail_skillLabel-5.png?20180524_1);
}

.vertGachaListDetail_infoBtn, .vertGachaListDetail_infoBtn-avatar, .vertGachaListDetail_infoBtn-chara {
  position: absolute;
  top: -25px;
  right: -13px;
}
.vertGachaListDetail_infoBtn a, .vertGachaListDetail_infoBtn-avatar a, .vertGachaListDetail_infoBtn-chara a {
  display: block;
  width: 54px;
  height: 24px;
  background-image: url(/images/modules/vertGachaListDetail_charaBtn.png?20180524_1);
  background-size: 54px auto;
}

.vertGachaListDetail_infoBtn-chara a {
  background-image: url(/images/modules/vertGachaListDetail_charaBtn.png?20180524_1);
}

.vertGachaListDetail_infoBtn-avatar a {
  background-image: url(/images/modules/vertGachaListDetail_avatarBtn.png?20180524_1);
}

.vertGachaListDetail_infoHead {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: absolute;
  top: 1px;
  left: -16px;
  width: 145px;
  height: 25px;
  background-image: url(/images/modules/vertGachaListDetail_skillName.png?20180524_1);
  background-size: 145px 25px;
  color: #0f0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vertGachaListDetail_infoBody {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  overflow: scroll;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 4px;
}
.vertGachaListDetail_infoHead + .vertGachaListDetail_infoInner > .vertGachaListDetail_infoBody {
  margin-top: 25px;
}

.vertGachaListDetail_infoScrollArrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -18px;
  width: 37px;
  height: 20px;
  background-image: url(/images/modules/vertGachaListDetail_skillDescriptionScrollArrow.png?20180524_1);
  background-size: 37px auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-animation: animation_vertGachaListDetail_infoScrollArrow 0.35s ease-out 0s infinite alternate both running;
  animation: animation_vertGachaListDetail_infoScrollArrow 0.35s ease-out 0s infinite alternate both running;
}
.vertGachaListDetail_infoScrollArrow.active {
  opacity: 1;
}

@-webkit-keyframes animation_vertGachaListDetail_infoScrollArrow {
  0% {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(-4px) translateZ(0);
    transform: translateY(-4px) translateZ(0);
  }
}

@keyframes animation_vertGachaListDetail_infoScrollArrow {
  0% {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(-4px) translateZ(0);
    transform: translateY(-4px) translateZ(0);
  }
}
.vertGachaListDetail_rushTitle img {
  width: 100%;
  height: 61px;
}

.vertGachaListDetail_rushTimer, .vertGachaListDetail_rushTimer-bottom {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  top: -20px;
  min-height: 1.428em;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.vertGachaListDetail_rushTimer-bottom {
  top: 17px;
}

.vertGachaListDetail_timeNumbers {
  min-height: inherit;
  color: yellow;
  font-size: 1.2rem;
}

.vertGachaListDetail_appealText {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  margin: 5px 0 2px 0;
  font-size: 1rem;
  text-align: center;
}

.vertGachaListDetailButton {
  position: absolute;
  bottom: 1px;
  left: 32px;
}
.vertGachaListDetailButton img, .vertGachaListDetailButton a, .vertGachaListDetailButton button {
  width: 75px;
  height: 25px;
}

.vertGachaListTab {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.gachaTabBtn-type-5, .gachaTabBtn-type-4, .gachaTabBtn-type-3, .gachaTabBtn-type-2, .gachaTabBtn-type-1, .gachaTabBtn-type-0 {
  width: 93px;
  height: 40px;
  background-size: cover;
}

.gachaTabBtn-type-0.gachaTabBtn-active {
  background-image: url("/image/gacha/tabButton/active_type-0.png?20211215_1");
}
.gachaTabBtn-type-0.gachaTabBtn-inactive {
  background-image: url("/image/gacha/tabButton/inactive_type-0.png?20211215_1");
}

.gachaTabBtn-type-1.gachaTabBtn-active {
  background-image: url("/image/gacha/tabButton/active_type-1.png?20211215_1");
}
.gachaTabBtn-type-1.gachaTabBtn-inactive {
  background-image: url("/image/gacha/tabButton/inactive_type-1.png?20211215_1");
}

.gachaTabBtn-type-2.gachaTabBtn-active {
  background-image: url("/image/gacha/tabButton/active_type-2.png?20211215_1");
}
.gachaTabBtn-type-2.gachaTabBtn-inactive {
  background-image: url("/image/gacha/tabButton/inactive_type-2.png?20211215_1");
}

.gachaTabBtn-type-3.gachaTabBtn-active {
  background-image: url("/image/gacha/tabButton/active_type-3.png?20211215_1");
}
.gachaTabBtn-type-3.gachaTabBtn-inactive {
  background-image: url("/image/gacha/tabButton/inactive_type-3.png?20211215_1");
}

.gachaTabBtn-type-4.gachaTabBtn-active {
  background-image: url("/image/gacha/tabButton/active_type-4.png?20211215_1");
}
.gachaTabBtn-type-4.gachaTabBtn-inactive {
  background-image: url("/image/gacha/tabButton/inactive_type-4.png?20211215_1");
}

.gachaTabBtn-type-5.gachaTabBtn-active {
  background-image: url("/image/gacha/tabButton/active_type-5.png?20211215_1");
}
.gachaTabBtn-type-5.gachaTabBtn-inactive {
  background-image: url("/image/gacha/tabButton/inactive_type-5.png?20211215_1");
}

.gachaBtnList-simpleLayout {
  text-align: center;
}

.gachaBtnMulti-simpleLayout, .gachaBtnSingle-simpleLayout {
  position: relative;
  display: inline-block;
  z-index: 0;
  width: 141px;
  height: 70px;
  background-size: 141px 70px;
  background-repeat: no-repeat;
}
.gachaBtnMulti-simpleLayout button img, .gachaBtnSingle-simpleLayout button img {
  width: 130px;
  height: 30px;
  margin-top: 6px;
  margin-left: 3px;
}
.btn-disabled.gachaBtnMulti-simpleLayout, .btn-disabled.gachaBtnSingle-simpleLayout {
  -webkit-filter: grayscale(100%) brightness(0.6);
  filter: grayscale(100%) brightness(0.6);
}

.gachaBtnSingle-simpleLayout {
  background-image: url(/images/modules/executeGachaBtnSingle.png?20210325_1);
}

.gachaBtnMulti-simpleLayout {
  background-image: url(/images/modules/executeGachaBtnMulti.png?20210325_1);
}

.missionCategoryList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto -8px;
}

.missionCategoryBtn {
  margin: 2px;
}

.missionCategoryBtn_link, .missionCategoryBtn_link-selected {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
  position: relative;
  width: 100px;
  min-height: 40px;
  padding: 2px 1px 1px 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  border-width: 3px;
  border-style: solid;
  border-image-source: url("/images/modules/bdImg_subBtn-success.png?230925_1");
  border-image-slice: 20 fill;
  border-image-repeat: round;
  border-image-width: 9px;
}

.missionCategoryBtn_link-selected {
  border-image-source: url("/images/modules/bdImg_subBtn-disabled.png?230925_1");
  color: #b4b4b4;
}

.missionCategoryPager {
  margin-top: 10px;
}
.menu, .guild_menu_unrelated {
  font-size: 0;
}

.menu_item {
  display: inline-block;
  margin-bottom: 5px;
  width: 50%;
}

.menu_btnInner {
  margin-right: auto;
  margin-left: auto;
  width: 128px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.menu_btnInner-news {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -88px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-profile {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px 0px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-community {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -22px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-mission {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -66px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-userSearch {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -110px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-help {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px 0px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-inquiry {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: 0px -44px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-terms {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -66px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-transfer {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -88px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-setting {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -44px;
  background-repeat: no-repeat !important;
}

.menu_btnInner-serialCode {
  background-image: url("/images/modules/sprite-menu.png?1511178746209");
  background-size: 257px 131px;
  background-position: -129px -22px;
  background-repeat: no-repeat !important;
}

.fs_small-85 {
  font-size: 1rem !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

.va-bl {
  vertical-align: baseline !important;
}

.va-tt {
  vertical-align: text-top !important;
}

.va-tb {
  vertical-align: text-bottom !important;
}

.ws-n {
  white-space: normal !important;
}

.ws-nw {
  white-space: nowrap !important;
}

.ws-pr {
  white-space: pre !important;
}

.to-v {
  text-overflow: visible !important;
}

.to-e {
  text-overflow: ellipsis !important;
}

.outlineText {
  text-shadow: -1px -1px 0 #000, -1px 0px 0 #000, -1px 1px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000, 1px -1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000;
}

.w-em1 {
  width: 1em !important;
}

.w-em2 {
  width: 2em !important;
}

.w-em3 {
  width: 3em !important;
}

.w-em4 {
  width: 4em !important;
}

.w-em5 {
  width: 5em !important;
}

.w-em6 {
  width: 6em !important;
}

.w-em7 {
  width: 7em !important;
}

.w-em8 {
  width: 8em !important;
}

.w-em9 {
  width: 9em !important;
}

.w-em10 {
  width: 10em !important;
}

.w-em11 {
  width: 11em !important;
}

.w-em12 {
  width: 12em !important;
}

.w-em13 {
  width: 13em !important;
}

.w-em14 {
  width: 14em !important;
}

.w-em15 {
  width: 15em !important;
}

.w-em16 {
  width: 16em !important;
}

.w-em17 {
  width: 17em !important;
}

.w-em18 {
  width: 18em !important;
}

.w-em19 {
  width: 19em !important;
}

.w-em20 {
  width: 20em !important;
}

.w-5p {
  width: 5% !important;;
}

.w-10p {
  width: 10% !important;;
}

.w-15p {
  width: 15% !important;;
}

.w-20p {
  width: 20% !important;;
}

.w-25p {
  width: 25% !important;;
}

.w-30p {
  width: 30% !important;;
}

.w-35p {
  width: 35% !important;;
}

.w-40p {
  width: 40% !important;;
}

.w-45p {
  width: 45% !important;;
}

.w-50p {
  width: 50% !important;;
}

.w-55p {
  width: 55% !important;;
}

.w-60p {
  width: 60% !important;;
}

.w-65p {
  width: 65% !important;;
}

.w-70p {
  width: 70% !important;;
}

.w-75p {
  width: 75% !important;;
}

.w-80p {
  width: 80% !important;;
}

.w-85p {
  width: 85% !important;;
}

.w-90p {
  width: 90% !important;;
}

.w-95p {
  width: 95% !important;;
}

.w-100p {
  width: 100% !important;;
}

.w-col1 {
  width: 100% !important;;
}

.w-col2 {
  width: 50% !important;;
}

.w-col3 {
  width: 33.3333333333% !important;;
}

.w-col4 {
  width: 25% !important;;
}

.w-col5 {
  width: 20% !important;;
}

.w-col6 {
  width: 16.6666666667% !important;;
}

.w-col7 {
  width: 14.2857142857% !important;;
}

.w-col8 {
  width: 12.5% !important;;
}

.w-col9 {
  width: 11.1111111111% !important;;
}

.w-col10 {
  width: 10% !important;;
}

.w-col11 {
  width: 9.0909090909% !important;;
}

.w-col12 {
  width: 8.3333333333% !important;;
}

.w-grid1 {
  width: 8.3333333333% !important;
}

.w-grid2 {
  width: 16.6666666667% !important;
}

.w-grid3 {
  width: 25% !important;
}

.w-grid4 {
  width: 33.3333333333% !important;
}

.w-grid5 {
  width: 41.6666666667% !important;
}

.w-grid6 {
  width: 50% !important;
}

.w-grid7 {
  width: 58.3333333333% !important;
}

.w-grid8 {
  width: 66.6666666667% !important;
}

.w-grid9 {
  width: 75% !important;
}

.w-grid10 {
  width: 83.3333333333% !important;
}

.w-grid11 {
  width: 91.6666666667% !important;
}

.w-grid12 {
  width: 100% !important;
}

.w-10px {
  width: 10px !important;;
}

.w-20px {
  width: 20px !important;;
}

.w-30px {
  width: 30px !important;;
}

.w-40px {
  width: 40px !important;;
}

.w-50px {
  width: 50px !important;;
}

.w-60px {
  width: 60px !important;;
}

.w-70px {
  width: 70px !important;;
}

.w-80px {
  width: 80px !important;;
}

.w-90px {
  width: 90px !important;;
}

.w-100px {
  width: 100px !important;;
}

.w-110px {
  width: 110px !important;;
}

.w-120px {
  width: 120px !important;;
}

.w-130px {
  width: 130px !important;;
}

.w-140px {
  width: 140px !important;;
}

.w-150px {
  width: 150px !important;;
}

.w-160px {
  width: 160px !important;;
}

.w-170px {
  width: 170px !important;;
}

.w-180px {
  width: 180px !important;;
}

.w-190px {
  width: 190px !important;;
}

.w-200px {
  width: 200px !important;;
}

.w-210px {
  width: 210px !important;;
}

.w-220px {
  width: 220px !important;;
}

.w-230px {
  width: 230px !important;;
}

.w-240px {
  width: 240px !important;;
}

.w-250px {
  width: 250px !important;;
}

.w-260px {
  width: 260px !important;;
}

.w-270px {
  width: 270px !important;;
}

.w-280px {
  width: 280px !important;;
}

.w-290px {
  width: 290px !important;;
}

.w-300px {
  width: 300px !important;;
}

.w-310px {
  width: 310px !important;;
}

.w-320px {
  width: 320px !important;;
}

.h-5p {
  height: 5% !important;;
}

.h-10p {
  height: 10% !important;;
}

.h-15p {
  height: 15% !important;;
}

.h-20p {
  height: 20% !important;;
}

.h-25p {
  height: 25% !important;;
}

.h-30p {
  height: 30% !important;;
}

.h-35p {
  height: 35% !important;;
}

.h-40p {
  height: 40% !important;;
}

.h-45p {
  height: 45% !important;;
}

.h-50p {
  height: 50% !important;;
}

.h-55p {
  height: 55% !important;;
}

.h-60p {
  height: 60% !important;;
}

.h-65p {
  height: 65% !important;;
}

.h-70p {
  height: 70% !important;;
}

.h-75p {
  height: 75% !important;;
}

.h-80p {
  height: 80% !important;;
}

.h-85p {
  height: 85% !important;;
}

.h-90p {
  height: 90% !important;;
}

.h-95p {
  height: 95% !important;;
}

.h-100p {
  height: 100% !important;;
}

.h-10px {
  height: 10px !important;;
}

.h-20px {
  height: 20px !important;;
}

.h-30px {
  height: 30px !important;;
}

.h-40px {
  height: 40px !important;;
}

.h-50px {
  height: 50px !important;;
}

.h-60px {
  height: 60px !important;;
}

.h-70px {
  height: 70px !important;;
}

.h-80px {
  height: 80px !important;;
}

.h-90px {
  height: 90px !important;;
}

.h-100px {
  height: 100px !important;;
}

.h-110px {
  height: 110px !important;;
}

.h-120px {
  height: 120px !important;;
}

.h-130px {
  height: 130px !important;;
}

.h-140px {
  height: 140px !important;;
}

.h-150px {
  height: 150px !important;;
}

.h-160px {
  height: 160px !important;;
}

.h-170px {
  height: 170px !important;;
}

.h-180px {
  height: 180px !important;;
}

.h-190px {
  height: 190px !important;;
}

.h-200px {
  height: 200px !important;;
}

.h-210px {
  height: 210px !important;;
}

.h-220px {
  height: 220px !important;;
}

.h-230px {
  height: 230px !important;;
}

.h-240px {
  height: 240px !important;;
}

.h-250px {
  height: 250px !important;;
}

.h-260px {
  height: 260px !important;;
}

.h-270px {
  height: 270px !important;;
}

.h-280px {
  height: 280px !important;;
}

.h-290px {
  height: 290px !important;;
}

.h-300px {
  height: 300px !important;;
}

.h-310px {
  height: 310px !important;;
}

.h-320px {
  height: 320px !important;;
}

.h-330px {
  height: 330px !important;;
}

.h-340px {
  height: 340px !important;;
}

.h-350px {
  height: 350px !important;;
}

.h-360px {
  height: 360px !important;;
}

.h-370px {
  height: 370px !important;;
}

.h-380px {
  height: 380px !important;;
}

.h-390px {
  height: 390px !important;;
}

.h-400px {
  height: 400px !important;;
}

.h-410px {
  height: 410px !important;;
}

.h-420px {
  height: 420px !important;;
}

.h-430px {
  height: 430px !important;;
}

.h-440px {
  height: 440px !important;;
}

.h-450px {
  height: 450px !important;;
}

.h-460px {
  height: 460px !important;;
}

.h-470px {
  height: 470px !important;;
}

.h-480px {
  height: 480px !important;;
}

.h-490px {
  height: 490px !important;;
}

.h-500px {
  height: 500px !important;;
}

.pt-0, .pv-0,
.pa-0 {
  padding-top: 0px !important;
}

.pr-0, .ph-0,
.pa-0 {
  padding-right: 0px !important;
}

.pb-0, .pv-0,
.pa-0 {
  padding-bottom: 0px !important;
}

.pl-0, .ph-0,
.pa-0 {
  padding-left: 0px !important;
}

.mt-0, .mv-0,
.ma-0 {
  margin-top: 0px !important;
}

.mr-0, .mh-0,
.ma-0 {
  margin-right: 0px !important;
}

.mb-0, .mv-0,
.ma-0 {
  margin-bottom: 0px !important;
}

.ml-0, .mh-0,
.ma-0 {
  margin-left: 0px !important;
}

.mt-m0, .mv-m0,
.ma-m0 {
  margin-top: 0px !important;
}

.mr-m0, .mh-m0,
.ma-m0 {
  margin-right: 0px !important;
}

.mb-m0, .mv-m0,
.ma-m0 {
  margin-bottom: 0px !important;
}

.ml-m0, .mh-m0,
.ma-m0 {
  margin-left: 0px !important;
}

.pt-5, .pv-5,
.pa-5 {
  padding-top: 5px !important;
}

.pr-5, .ph-5,
.pa-5 {
  padding-right: 5px !important;
}

.pb-5, .pv-5,
.pa-5 {
  padding-bottom: 5px !important;
}

.pl-5, .ph-5,
.pa-5 {
  padding-left: 5px !important;
}

.mt-5, .mv-5,
.ma-5 {
  margin-top: 5px !important;
}

.mr-5, .mh-5,
.ma-5 {
  margin-right: 5px !important;
}

.mb-5, .mv-5,
.ma-5 {
  margin-bottom: 5px !important;
}

.ml-5, .mh-5,
.ma-5 {
  margin-left: 5px !important;
}

.mt-m5, .mv-m5,
.ma-m5 {
  margin-top: -5px !important;
}

.mr-m5, .mh-m5,
.ma-m5 {
  margin-right: -5px !important;
}

.mb-m5, .mv-m5,
.ma-m5 {
  margin-bottom: -5px !important;
}

.ml-m5, .mh-m5,
.ma-m5 {
  margin-left: -5px !important;
}

.pt-10, .pv-10,
.pa-10 {
  padding-top: 10px !important;
}

.pr-10, .ph-10,
.pa-10 {
  padding-right: 10px !important;
}

.pb-10, .pv-10,
.pa-10 {
  padding-bottom: 10px !important;
}

.pl-10, .ph-10,
.pa-10 {
  padding-left: 10px !important;
}

.mt-10, .mv-10,
.ma-10 {
  margin-top: 10px !important;
}

.mr-10, .mh-10,
.ma-10 {
  margin-right: 10px !important;
}

.mb-10, .mv-10,
.ma-10 {
  margin-bottom: 10px !important;
}

.ml-10, .mh-10,
.ma-10 {
  margin-left: 10px !important;
}

.mt-m10, .mv-m10,
.ma-m10 {
  margin-top: -10px !important;
}

.mr-m10, .mh-m10,
.ma-m10 {
  margin-right: -10px !important;
}

.mb-m10, .mv-m10,
.ma-m10 {
  margin-bottom: -10px !important;
}

.ml-m10, .mh-m10,
.ma-m10 {
  margin-left: -10px !important;
}

.pt-15, .pv-15,
.pa-15 {
  padding-top: 15px !important;
}

.pr-15, .ph-15,
.pa-15 {
  padding-right: 15px !important;
}

.pb-15, .pv-15,
.pa-15 {
  padding-bottom: 15px !important;
}

.pl-15, .ph-15,
.pa-15 {
  padding-left: 15px !important;
}

.mt-15, .mv-15,
.ma-15 {
  margin-top: 15px !important;
}

.mr-15, .mh-15,
.ma-15 {
  margin-right: 15px !important;
}

.mb-15, .mv-15,
.ma-15 {
  margin-bottom: 15px !important;
}

.ml-15, .mh-15,
.ma-15 {
  margin-left: 15px !important;
}

.mt-m15, .mv-m15,
.ma-m15 {
  margin-top: -15px !important;
}

.mr-m15, .mh-m15,
.ma-m15 {
  margin-right: -15px !important;
}

.mb-m15, .mv-m15,
.ma-m15 {
  margin-bottom: -15px !important;
}

.ml-m15, .mh-m15,
.ma-m15 {
  margin-left: -15px !important;
}

.pt-20, .pv-20,
.pa-20 {
  padding-top: 20px !important;
}

.pr-20, .ph-20,
.pa-20 {
  padding-right: 20px !important;
}

.pb-20, .pv-20,
.pa-20 {
  padding-bottom: 20px !important;
}

.pl-20, .ph-20,
.pa-20 {
  padding-left: 20px !important;
}

.mt-20, .mv-20,
.ma-20 {
  margin-top: 20px !important;
}

.mr-20, .mh-20,
.ma-20 {
  margin-right: 20px !important;
}

.mb-20, .mv-20,
.ma-20 {
  margin-bottom: 20px !important;
}

.ml-20, .mh-20,
.ma-20 {
  margin-left: 20px !important;
}

.mt-m20, .mv-m20,
.ma-m20 {
  margin-top: -20px !important;
}

.mr-m20, .mh-m20,
.ma-m20 {
  margin-right: -20px !important;
}

.mb-m20, .mv-m20,
.ma-m20 {
  margin-bottom: -20px !important;
}

.ml-m20, .mh-m20,
.ma-m20 {
  margin-left: -20px !important;
}

.pt-25, .pv-25,
.pa-25 {
  padding-top: 25px !important;
}

.pr-25, .ph-25,
.pa-25 {
  padding-right: 25px !important;
}

.pb-25, .pv-25,
.pa-25 {
  padding-bottom: 25px !important;
}

.pl-25, .ph-25,
.pa-25 {
  padding-left: 25px !important;
}

.mt-25, .mv-25,
.ma-25 {
  margin-top: 25px !important;
}

.mr-25, .mh-25,
.ma-25 {
  margin-right: 25px !important;
}

.mb-25, .mv-25,
.ma-25 {
  margin-bottom: 25px !important;
}

.ml-25, .mh-25,
.ma-25 {
  margin-left: 25px !important;
}

.mt-m25, .mv-m25,
.ma-m25 {
  margin-top: -25px !important;
}

.mr-m25, .mh-m25,
.ma-m25 {
  margin-right: -25px !important;
}

.mb-m25, .mv-m25,
.ma-m25 {
  margin-bottom: -25px !important;
}

.ml-m25, .mh-m25,
.ma-m25 {
  margin-left: -25px !important;
}

.pt-30, .pv-30,
.pa-30 {
  padding-top: 30px !important;
}

.pr-30, .ph-30,
.pa-30 {
  padding-right: 30px !important;
}

.pb-30, .pv-30,
.pa-30 {
  padding-bottom: 30px !important;
}

.pl-30, .ph-30,
.pa-30 {
  padding-left: 30px !important;
}

.mt-30, .mv-30,
.ma-30 {
  margin-top: 30px !important;
}

.mr-30, .mh-30,
.ma-30 {
  margin-right: 30px !important;
}

.mb-30, .mv-30,
.ma-30 {
  margin-bottom: 30px !important;
}

.ml-30, .mh-30,
.ma-30 {
  margin-left: 30px !important;
}

.mt-m30, .mv-m30,
.ma-m30 {
  margin-top: -30px !important;
}

.mr-m30, .mh-m30,
.ma-m30 {
  margin-right: -30px !important;
}

.mb-m30, .mv-m30,
.ma-m30 {
  margin-bottom: -30px !important;
}

.ml-m30, .mh-m30,
.ma-m30 {
  margin-left: -30px !important;
}

.pt-35, .pv-35,
.pa-35 {
  padding-top: 35px !important;
}

.pr-35, .ph-35,
.pa-35 {
  padding-right: 35px !important;
}

.pb-35, .pv-35,
.pa-35 {
  padding-bottom: 35px !important;
}

.pl-35, .ph-35,
.pa-35 {
  padding-left: 35px !important;
}

.mt-35, .mv-35,
.ma-35 {
  margin-top: 35px !important;
}

.mr-35, .mh-35,
.ma-35 {
  margin-right: 35px !important;
}

.mb-35, .mv-35,
.ma-35 {
  margin-bottom: 35px !important;
}

.ml-35, .mh-35,
.ma-35 {
  margin-left: 35px !important;
}

.mt-m35, .mv-m35,
.ma-m35 {
  margin-top: -35px !important;
}

.mr-m35, .mh-m35,
.ma-m35 {
  margin-right: -35px !important;
}

.mb-m35, .mv-m35,
.ma-m35 {
  margin-bottom: -35px !important;
}

.ml-m35, .mh-m35,
.ma-m35 {
  margin-left: -35px !important;
}

.pt-40, .pv-40,
.pa-40 {
  padding-top: 40px !important;
}

.pr-40, .ph-40,
.pa-40 {
  padding-right: 40px !important;
}

.pb-40, .pv-40,
.pa-40 {
  padding-bottom: 40px !important;
}

.pl-40, .ph-40,
.pa-40 {
  padding-left: 40px !important;
}

.mt-40, .mv-40,
.ma-40 {
  margin-top: 40px !important;
}

.mr-40, .mh-40,
.ma-40 {
  margin-right: 40px !important;
}

.mb-40, .mv-40,
.ma-40 {
  margin-bottom: 40px !important;
}

.ml-40, .mh-40,
.ma-40 {
  margin-left: 40px !important;
}

.mt-m40, .mv-m40,
.ma-m40 {
  margin-top: -40px !important;
}

.mr-m40, .mh-m40,
.ma-m40 {
  margin-right: -40px !important;
}

.mb-m40, .mv-m40,
.ma-m40 {
  margin-bottom: -40px !important;
}

.ml-m40, .mh-m40,
.ma-m40 {
  margin-left: -40px !important;
}

.pt-45, .pv-45,
.pa-45 {
  padding-top: 45px !important;
}

.pr-45, .ph-45,
.pa-45 {
  padding-right: 45px !important;
}

.pb-45, .pv-45,
.pa-45 {
  padding-bottom: 45px !important;
}

.pl-45, .ph-45,
.pa-45 {
  padding-left: 45px !important;
}

.mt-45, .mv-45,
.ma-45 {
  margin-top: 45px !important;
}

.mr-45, .mh-45,
.ma-45 {
  margin-right: 45px !important;
}

.mb-45, .mv-45,
.ma-45 {
  margin-bottom: 45px !important;
}

.ml-45, .mh-45,
.ma-45 {
  margin-left: 45px !important;
}

.mt-m45, .mv-m45,
.ma-m45 {
  margin-top: -45px !important;
}

.mr-m45, .mh-m45,
.ma-m45 {
  margin-right: -45px !important;
}

.mb-m45, .mv-m45,
.ma-m45 {
  margin-bottom: -45px !important;
}

.ml-m45, .mh-m45,
.ma-m45 {
  margin-left: -45px !important;
}

.pt-50, .pv-50,
.pa-50 {
  padding-top: 50px !important;
}

.pr-50, .ph-50,
.pa-50 {
  padding-right: 50px !important;
}

.pb-50, .pv-50,
.pa-50 {
  padding-bottom: 50px !important;
}

.pl-50, .ph-50,
.pa-50 {
  padding-left: 50px !important;
}

.mt-50, .mv-50,
.ma-50 {
  margin-top: 50px !important;
}

.mr-50, .mh-50,
.ma-50 {
  margin-right: 50px !important;
}

.mb-50, .mv-50,
.ma-50 {
  margin-bottom: 50px !important;
}

.ml-50, .mh-50,
.ma-50 {
  margin-left: 50px !important;
}

.mt-m50, .mv-m50,
.ma-m50 {
  margin-top: -50px !important;
}

.mr-m50, .mh-m50,
.ma-m50 {
  margin-right: -50px !important;
}

.mb-m50, .mv-m50,
.ma-m50 {
  margin-bottom: -50px !important;
}

.ml-m50, .mh-m50,
.ma-m50 {
  margin-left: -50px !important;
}

.pt-60, .pv-60,
.pa-60 {
  padding-top: 60px !important;
}

.pr-60, .ph-60,
.pa-60 {
  padding-right: 60px !important;
}

.pb-60, .pv-60,
.pa-60 {
  padding-bottom: 60px !important;
}

.pl-60, .ph-60,
.pa-60 {
  padding-left: 60px !important;
}

.mt-60, .mv-60,
.ma-60 {
  margin-top: 60px !important;
}

.mr-60, .mh-60,
.ma-60 {
  margin-right: 60px !important;
}

.mb-60, .mv-60,
.ma-60 {
  margin-bottom: 60px !important;
}

.ml-60, .mh-60,
.ma-60 {
  margin-left: 60px !important;
}

.mt-m60, .mv-m60,
.ma-m60 {
  margin-top: -60px !important;
}

.mr-m60, .mh-m60,
.ma-m60 {
  margin-right: -60px !important;
}

.mb-m60, .mv-m60,
.ma-m60 {
  margin-bottom: -60px !important;
}

.ml-m60, .mh-m60,
.ma-m60 {
  margin-left: -60px !important;
}

.pt-70, .pv-70,
.pa-70 {
  padding-top: 70px !important;
}

.pr-70, .ph-70,
.pa-70 {
  padding-right: 70px !important;
}

.pb-70, .pv-70,
.pa-70 {
  padding-bottom: 70px !important;
}

.pl-70, .ph-70,
.pa-70 {
  padding-left: 70px !important;
}

.mt-70, .mv-70,
.ma-70 {
  margin-top: 70px !important;
}

.mr-70, .mh-70,
.ma-70 {
  margin-right: 70px !important;
}

.mb-70, .mv-70,
.ma-70 {
  margin-bottom: 70px !important;
}

.ml-70, .mh-70,
.ma-70 {
  margin-left: 70px !important;
}

.mt-m70, .mv-m70,
.ma-m70 {
  margin-top: -70px !important;
}

.mr-m70, .mh-m70,
.ma-m70 {
  margin-right: -70px !important;
}

.mb-m70, .mv-m70,
.ma-m70 {
  margin-bottom: -70px !important;
}

.ml-m70, .mh-m70,
.ma-m70 {
  margin-left: -70px !important;
}

.pt-80, .pv-80,
.pa-80 {
  padding-top: 80px !important;
}

.pr-80, .ph-80,
.pa-80 {
  padding-right: 80px !important;
}

.pb-80, .pv-80,
.pa-80 {
  padding-bottom: 80px !important;
}

.pl-80, .ph-80,
.pa-80 {
  padding-left: 80px !important;
}

.mt-80, .mv-80,
.ma-80 {
  margin-top: 80px !important;
}

.mr-80, .mh-80,
.ma-80 {
  margin-right: 80px !important;
}

.mb-80, .mv-80,
.ma-80 {
  margin-bottom: 80px !important;
}

.ml-80, .mh-80,
.ma-80 {
  margin-left: 80px !important;
}

.mt-m80, .mv-m80,
.ma-m80 {
  margin-top: -80px !important;
}

.mr-m80, .mh-m80,
.ma-m80 {
  margin-right: -80px !important;
}

.mb-m80, .mv-m80,
.ma-m80 {
  margin-bottom: -80px !important;
}

.ml-m80, .mh-m80,
.ma-m80 {
  margin-left: -80px !important;
}

.pt-90, .pv-90,
.pa-90 {
  padding-top: 90px !important;
}

.pr-90, .ph-90,
.pa-90 {
  padding-right: 90px !important;
}

.pb-90, .pv-90,
.pa-90 {
  padding-bottom: 90px !important;
}

.pl-90, .ph-90,
.pa-90 {
  padding-left: 90px !important;
}

.mt-90, .mv-90,
.ma-90 {
  margin-top: 90px !important;
}

.mr-90, .mh-90,
.ma-90 {
  margin-right: 90px !important;
}

.mb-90, .mv-90,
.ma-90 {
  margin-bottom: 90px !important;
}

.ml-90, .mh-90,
.ma-90 {
  margin-left: 90px !important;
}

.mt-m90, .mv-m90,
.ma-m90 {
  margin-top: -90px !important;
}

.mr-m90, .mh-m90,
.ma-m90 {
  margin-right: -90px !important;
}

.mb-m90, .mv-m90,
.ma-m90 {
  margin-bottom: -90px !important;
}

.ml-m90, .mh-m90,
.ma-m90 {
  margin-left: -90px !important;
}

.pt-100, .pv-100,
.pa-100 {
  padding-top: 100px !important;
}

.pr-100, .ph-100,
.pa-100 {
  padding-right: 100px !important;
}

.pb-100, .pv-100,
.pa-100 {
  padding-bottom: 100px !important;
}

.pl-100, .ph-100,
.pa-100 {
  padding-left: 100px !important;
}

.mt-100, .mv-100,
.ma-100 {
  margin-top: 100px !important;
}

.mr-100, .mh-100,
.ma-100 {
  margin-right: 100px !important;
}

.mb-100, .mv-100,
.ma-100 {
  margin-bottom: 100px !important;
}

.ml-100, .mh-100,
.ma-100 {
  margin-left: 100px !important;
}

.mt-m100, .mv-m100,
.ma-m100 {
  margin-top: -100px !important;
}

.mr-m100, .mh-m100,
.ma-m100 {
  margin-right: -100px !important;
}

.mb-m100, .mv-m100,
.ma-m100 {
  margin-bottom: -100px !important;
}

.ml-m100, .mh-m100,
.ma-m100 {
  margin-left: -100px !important;
}

.pt-110, .pv-110,
.pa-110 {
  padding-top: 110px !important;
}

.pr-110, .ph-110,
.pa-110 {
  padding-right: 110px !important;
}

.pb-110, .pv-110,
.pa-110 {
  padding-bottom: 110px !important;
}

.pl-110, .ph-110,
.pa-110 {
  padding-left: 110px !important;
}

.mt-110, .mv-110,
.ma-110 {
  margin-top: 110px !important;
}

.mr-110, .mh-110,
.ma-110 {
  margin-right: 110px !important;
}

.mb-110, .mv-110,
.ma-110 {
  margin-bottom: 110px !important;
}

.ml-110, .mh-110,
.ma-110 {
  margin-left: 110px !important;
}

.mt-m110, .mv-m110,
.ma-m110 {
  margin-top: -110px !important;
}

.mr-m110, .mh-m110,
.ma-m110 {
  margin-right: -110px !important;
}

.mb-m110, .mv-m110,
.ma-m110 {
  margin-bottom: -110px !important;
}

.ml-m110, .mh-m110,
.ma-m110 {
  margin-left: -110px !important;
}

.pt-120, .pv-120,
.pa-120 {
  padding-top: 120px !important;
}

.pr-120, .ph-120,
.pa-120 {
  padding-right: 120px !important;
}

.pb-120, .pv-120,
.pa-120 {
  padding-bottom: 120px !important;
}

.pl-120, .ph-120,
.pa-120 {
  padding-left: 120px !important;
}

.mt-120, .mv-120,
.ma-120 {
  margin-top: 120px !important;
}

.mr-120, .mh-120,
.ma-120 {
  margin-right: 120px !important;
}

.mb-120, .mv-120,
.ma-120 {
  margin-bottom: 120px !important;
}

.ml-120, .mh-120,
.ma-120 {
  margin-left: 120px !important;
}

.mt-m120, .mv-m120,
.ma-m120 {
  margin-top: -120px !important;
}

.mr-m120, .mh-m120,
.ma-m120 {
  margin-right: -120px !important;
}

.mb-m120, .mv-m120,
.ma-m120 {
  margin-bottom: -120px !important;
}

.ml-m120, .mh-m120,
.ma-m120 {
  margin-left: -120px !important;
}

.pt-130, .pv-130,
.pa-130 {
  padding-top: 130px !important;
}

.pr-130, .ph-130,
.pa-130 {
  padding-right: 130px !important;
}

.pb-130, .pv-130,
.pa-130 {
  padding-bottom: 130px !important;
}

.pl-130, .ph-130,
.pa-130 {
  padding-left: 130px !important;
}

.mt-130, .mv-130,
.ma-130 {
  margin-top: 130px !important;
}

.mr-130, .mh-130,
.ma-130 {
  margin-right: 130px !important;
}

.mb-130, .mv-130,
.ma-130 {
  margin-bottom: 130px !important;
}

.ml-130, .mh-130,
.ma-130 {
  margin-left: 130px !important;
}

.mt-m130, .mv-m130,
.ma-m130 {
  margin-top: -130px !important;
}

.mr-m130, .mh-m130,
.ma-m130 {
  margin-right: -130px !important;
}

.mb-m130, .mv-m130,
.ma-m130 {
  margin-bottom: -130px !important;
}

.ml-m130, .mh-m130,
.ma-m130 {
  margin-left: -130px !important;
}

.pt-140, .pv-140,
.pa-140 {
  padding-top: 140px !important;
}

.pr-140, .ph-140,
.pa-140 {
  padding-right: 140px !important;
}

.pb-140, .pv-140,
.pa-140 {
  padding-bottom: 140px !important;
}

.pl-140, .ph-140,
.pa-140 {
  padding-left: 140px !important;
}

.mt-140, .mv-140,
.ma-140 {
  margin-top: 140px !important;
}

.mr-140, .mh-140,
.ma-140 {
  margin-right: 140px !important;
}

.mb-140, .mv-140,
.ma-140 {
  margin-bottom: 140px !important;
}

.ml-140, .mh-140,
.ma-140 {
  margin-left: 140px !important;
}

.mt-m140, .mv-m140,
.ma-m140 {
  margin-top: -140px !important;
}

.mr-m140, .mh-m140,
.ma-m140 {
  margin-right: -140px !important;
}

.mb-m140, .mv-m140,
.ma-m140 {
  margin-bottom: -140px !important;
}

.ml-m140, .mh-m140,
.ma-m140 {
  margin-left: -140px !important;
}

.pt-150, .pv-150,
.pa-150 {
  padding-top: 150px !important;
}

.pr-150, .ph-150,
.pa-150 {
  padding-right: 150px !important;
}

.pb-150, .pv-150,
.pa-150 {
  padding-bottom: 150px !important;
}

.pl-150, .ph-150,
.pa-150 {
  padding-left: 150px !important;
}

.mt-150, .mv-150,
.ma-150 {
  margin-top: 150px !important;
}

.mr-150, .mh-150,
.ma-150 {
  margin-right: 150px !important;
}

.mb-150, .mv-150,
.ma-150 {
  margin-bottom: 150px !important;
}

.ml-150, .mh-150,
.ma-150 {
  margin-left: 150px !important;
}

.mt-m150, .mv-m150,
.ma-m150 {
  margin-top: -150px !important;
}

.mr-m150, .mh-m150,
.ma-m150 {
  margin-right: -150px !important;
}

.mb-m150, .mv-m150,
.ma-m150 {
  margin-bottom: -150px !important;
}

.ml-m150, .mh-m150,
.ma-m150 {
  margin-left: -150px !important;
}

.pt-160, .pv-160,
.pa-160 {
  padding-top: 160px !important;
}

.pr-160, .ph-160,
.pa-160 {
  padding-right: 160px !important;
}

.pb-160, .pv-160,
.pa-160 {
  padding-bottom: 160px !important;
}

.pl-160, .ph-160,
.pa-160 {
  padding-left: 160px !important;
}

.mt-160, .mv-160,
.ma-160 {
  margin-top: 160px !important;
}

.mr-160, .mh-160,
.ma-160 {
  margin-right: 160px !important;
}

.mb-160, .mv-160,
.ma-160 {
  margin-bottom: 160px !important;
}

.ml-160, .mh-160,
.ma-160 {
  margin-left: 160px !important;
}

.mt-m160, .mv-m160,
.ma-m160 {
  margin-top: -160px !important;
}

.mr-m160, .mh-m160,
.ma-m160 {
  margin-right: -160px !important;
}

.mb-m160, .mv-m160,
.ma-m160 {
  margin-bottom: -160px !important;
}

.ml-m160, .mh-m160,
.ma-m160 {
  margin-left: -160px !important;
}

.pt-170, .pv-170,
.pa-170 {
  padding-top: 170px !important;
}

.pr-170, .ph-170,
.pa-170 {
  padding-right: 170px !important;
}

.pb-170, .pv-170,
.pa-170 {
  padding-bottom: 170px !important;
}

.pl-170, .ph-170,
.pa-170 {
  padding-left: 170px !important;
}

.mt-170, .mv-170,
.ma-170 {
  margin-top: 170px !important;
}

.mr-170, .mh-170,
.ma-170 {
  margin-right: 170px !important;
}

.mb-170, .mv-170,
.ma-170 {
  margin-bottom: 170px !important;
}

.ml-170, .mh-170,
.ma-170 {
  margin-left: 170px !important;
}

.mt-m170, .mv-m170,
.ma-m170 {
  margin-top: -170px !important;
}

.mr-m170, .mh-m170,
.ma-m170 {
  margin-right: -170px !important;
}

.mb-m170, .mv-m170,
.ma-m170 {
  margin-bottom: -170px !important;
}

.ml-m170, .mh-m170,
.ma-m170 {
  margin-left: -170px !important;
}

.pt-180, .pv-180,
.pa-180 {
  padding-top: 180px !important;
}

.pr-180, .ph-180,
.pa-180 {
  padding-right: 180px !important;
}

.pb-180, .pv-180,
.pa-180 {
  padding-bottom: 180px !important;
}

.pl-180, .ph-180,
.pa-180 {
  padding-left: 180px !important;
}

.mt-180, .mv-180,
.ma-180 {
  margin-top: 180px !important;
}

.mr-180, .mh-180,
.ma-180 {
  margin-right: 180px !important;
}

.mb-180, .mv-180,
.ma-180 {
  margin-bottom: 180px !important;
}

.ml-180, .mh-180,
.ma-180 {
  margin-left: 180px !important;
}

.mt-m180, .mv-m180,
.ma-m180 {
  margin-top: -180px !important;
}

.mr-m180, .mh-m180,
.ma-m180 {
  margin-right: -180px !important;
}

.mb-m180, .mv-m180,
.ma-m180 {
  margin-bottom: -180px !important;
}

.ml-m180, .mh-m180,
.ma-m180 {
  margin-left: -180px !important;
}

.pt-190, .pv-190,
.pa-190 {
  padding-top: 190px !important;
}

.pr-190, .ph-190,
.pa-190 {
  padding-right: 190px !important;
}

.pb-190, .pv-190,
.pa-190 {
  padding-bottom: 190px !important;
}

.pl-190, .ph-190,
.pa-190 {
  padding-left: 190px !important;
}

.mt-190, .mv-190,
.ma-190 {
  margin-top: 190px !important;
}

.mr-190, .mh-190,
.ma-190 {
  margin-right: 190px !important;
}

.mb-190, .mv-190,
.ma-190 {
  margin-bottom: 190px !important;
}

.ml-190, .mh-190,
.ma-190 {
  margin-left: 190px !important;
}

.mt-m190, .mv-m190,
.ma-m190 {
  margin-top: -190px !important;
}

.mr-m190, .mh-m190,
.ma-m190 {
  margin-right: -190px !important;
}

.mb-m190, .mv-m190,
.ma-m190 {
  margin-bottom: -190px !important;
}

.ml-m190, .mh-m190,
.ma-m190 {
  margin-left: -190px !important;
}

.pt-200, .pv-200,
.pa-200 {
  padding-top: 200px !important;
}

.pr-200, .ph-200,
.pa-200 {
  padding-right: 200px !important;
}

.pb-200, .pv-200,
.pa-200 {
  padding-bottom: 200px !important;
}

.pl-200, .ph-200,
.pa-200 {
  padding-left: 200px !important;
}

.mt-200, .mv-200,
.ma-200 {
  margin-top: 200px !important;
}

.mr-200, .mh-200,
.ma-200 {
  margin-right: 200px !important;
}

.mb-200, .mv-200,
.ma-200 {
  margin-bottom: 200px !important;
}

.ml-200, .mh-200,
.ma-200 {
  margin-left: 200px !important;
}

.mt-m200, .mv-m200,
.ma-m200 {
  margin-top: -200px !important;
}

.mr-m200, .mh-m200,
.ma-m200 {
  margin-right: -200px !important;
}

.mb-m200, .mv-m200,
.ma-m200 {
  margin-bottom: -200px !important;
}

.ml-m200, .mh-m200,
.ma-m200 {
  margin-left: -200px !important;
}

.pt-210, .pv-210,
.pa-210 {
  padding-top: 210px !important;
}

.pr-210, .ph-210,
.pa-210 {
  padding-right: 210px !important;
}

.pb-210, .pv-210,
.pa-210 {
  padding-bottom: 210px !important;
}

.pl-210, .ph-210,
.pa-210 {
  padding-left: 210px !important;
}

.mt-210, .mv-210,
.ma-210 {
  margin-top: 210px !important;
}

.mr-210, .mh-210,
.ma-210 {
  margin-right: 210px !important;
}

.mb-210, .mv-210,
.ma-210 {
  margin-bottom: 210px !important;
}

.ml-210, .mh-210,
.ma-210 {
  margin-left: 210px !important;
}

.mt-m210, .mv-m210,
.ma-m210 {
  margin-top: -210px !important;
}

.mr-m210, .mh-m210,
.ma-m210 {
  margin-right: -210px !important;
}

.mb-m210, .mv-m210,
.ma-m210 {
  margin-bottom: -210px !important;
}

.ml-m210, .mh-m210,
.ma-m210 {
  margin-left: -210px !important;
}

.pt-220, .pv-220,
.pa-220 {
  padding-top: 220px !important;
}

.pr-220, .ph-220,
.pa-220 {
  padding-right: 220px !important;
}

.pb-220, .pv-220,
.pa-220 {
  padding-bottom: 220px !important;
}

.pl-220, .ph-220,
.pa-220 {
  padding-left: 220px !important;
}

.mt-220, .mv-220,
.ma-220 {
  margin-top: 220px !important;
}

.mr-220, .mh-220,
.ma-220 {
  margin-right: 220px !important;
}

.mb-220, .mv-220,
.ma-220 {
  margin-bottom: 220px !important;
}

.ml-220, .mh-220,
.ma-220 {
  margin-left: 220px !important;
}

.mt-m220, .mv-m220,
.ma-m220 {
  margin-top: -220px !important;
}

.mr-m220, .mh-m220,
.ma-m220 {
  margin-right: -220px !important;
}

.mb-m220, .mv-m220,
.ma-m220 {
  margin-bottom: -220px !important;
}

.ml-m220, .mh-m220,
.ma-m220 {
  margin-left: -220px !important;
}

.pt-230, .pv-230,
.pa-230 {
  padding-top: 230px !important;
}

.pr-230, .ph-230,
.pa-230 {
  padding-right: 230px !important;
}

.pb-230, .pv-230,
.pa-230 {
  padding-bottom: 230px !important;
}

.pl-230, .ph-230,
.pa-230 {
  padding-left: 230px !important;
}

.mt-230, .mv-230,
.ma-230 {
  margin-top: 230px !important;
}

.mr-230, .mh-230,
.ma-230 {
  margin-right: 230px !important;
}

.mb-230, .mv-230,
.ma-230 {
  margin-bottom: 230px !important;
}

.ml-230, .mh-230,
.ma-230 {
  margin-left: 230px !important;
}

.mt-m230, .mv-m230,
.ma-m230 {
  margin-top: -230px !important;
}

.mr-m230, .mh-m230,
.ma-m230 {
  margin-right: -230px !important;
}

.mb-m230, .mv-m230,
.ma-m230 {
  margin-bottom: -230px !important;
}

.ml-m230, .mh-m230,
.ma-m230 {
  margin-left: -230px !important;
}

.pt-240, .pv-240,
.pa-240 {
  padding-top: 240px !important;
}

.pr-240, .ph-240,
.pa-240 {
  padding-right: 240px !important;
}

.pb-240, .pv-240,
.pa-240 {
  padding-bottom: 240px !important;
}

.pl-240, .ph-240,
.pa-240 {
  padding-left: 240px !important;
}

.mt-240, .mv-240,
.ma-240 {
  margin-top: 240px !important;
}

.mr-240, .mh-240,
.ma-240 {
  margin-right: 240px !important;
}

.mb-240, .mv-240,
.ma-240 {
  margin-bottom: 240px !important;
}

.ml-240, .mh-240,
.ma-240 {
  margin-left: 240px !important;
}

.mt-m240, .mv-m240,
.ma-m240 {
  margin-top: -240px !important;
}

.mr-m240, .mh-m240,
.ma-m240 {
  margin-right: -240px !important;
}

.mb-m240, .mv-m240,
.ma-m240 {
  margin-bottom: -240px !important;
}

.ml-m240, .mh-m240,
.ma-m240 {
  margin-left: -240px !important;
}

.pt-250, .pv-250,
.pa-250 {
  padding-top: 250px !important;
}

.pr-250, .ph-250,
.pa-250 {
  padding-right: 250px !important;
}

.pb-250, .pv-250,
.pa-250 {
  padding-bottom: 250px !important;
}

.pl-250, .ph-250,
.pa-250 {
  padding-left: 250px !important;
}

.mt-250, .mv-250,
.ma-250 {
  margin-top: 250px !important;
}

.mr-250, .mh-250,
.ma-250 {
  margin-right: 250px !important;
}

.mb-250, .mv-250,
.ma-250 {
  margin-bottom: 250px !important;
}

.ml-250, .mh-250,
.ma-250 {
  margin-left: 250px !important;
}

.mt-m250, .mv-m250,
.ma-m250 {
  margin-top: -250px !important;
}

.mr-m250, .mh-m250,
.ma-m250 {
  margin-right: -250px !important;
}

.mb-m250, .mv-m250,
.ma-m250 {
  margin-bottom: -250px !important;
}

.ml-m250, .mh-m250,
.ma-m250 {
  margin-left: -250px !important;
}

.pt-260, .pv-260,
.pa-260 {
  padding-top: 260px !important;
}

.pr-260, .ph-260,
.pa-260 {
  padding-right: 260px !important;
}

.pb-260, .pv-260,
.pa-260 {
  padding-bottom: 260px !important;
}

.pl-260, .ph-260,
.pa-260 {
  padding-left: 260px !important;
}

.mt-260, .mv-260,
.ma-260 {
  margin-top: 260px !important;
}

.mr-260, .mh-260,
.ma-260 {
  margin-right: 260px !important;
}

.mb-260, .mv-260,
.ma-260 {
  margin-bottom: 260px !important;
}

.ml-260, .mh-260,
.ma-260 {
  margin-left: 260px !important;
}

.mt-m260, .mv-m260,
.ma-m260 {
  margin-top: -260px !important;
}

.mr-m260, .mh-m260,
.ma-m260 {
  margin-right: -260px !important;
}

.mb-m260, .mv-m260,
.ma-m260 {
  margin-bottom: -260px !important;
}

.ml-m260, .mh-m260,
.ma-m260 {
  margin-left: -260px !important;
}

.pt-270, .pv-270,
.pa-270 {
  padding-top: 270px !important;
}

.pr-270, .ph-270,
.pa-270 {
  padding-right: 270px !important;
}

.pb-270, .pv-270,
.pa-270 {
  padding-bottom: 270px !important;
}

.pl-270, .ph-270,
.pa-270 {
  padding-left: 270px !important;
}

.mt-270, .mv-270,
.ma-270 {
  margin-top: 270px !important;
}

.mr-270, .mh-270,
.ma-270 {
  margin-right: 270px !important;
}

.mb-270, .mv-270,
.ma-270 {
  margin-bottom: 270px !important;
}

.ml-270, .mh-270,
.ma-270 {
  margin-left: 270px !important;
}

.mt-m270, .mv-m270,
.ma-m270 {
  margin-top: -270px !important;
}

.mr-m270, .mh-m270,
.ma-m270 {
  margin-right: -270px !important;
}

.mb-m270, .mv-m270,
.ma-m270 {
  margin-bottom: -270px !important;
}

.ml-m270, .mh-m270,
.ma-m270 {
  margin-left: -270px !important;
}

.pt-280, .pv-280,
.pa-280 {
  padding-top: 280px !important;
}

.pr-280, .ph-280,
.pa-280 {
  padding-right: 280px !important;
}

.pb-280, .pv-280,
.pa-280 {
  padding-bottom: 280px !important;
}

.pl-280, .ph-280,
.pa-280 {
  padding-left: 280px !important;
}

.mt-280, .mv-280,
.ma-280 {
  margin-top: 280px !important;
}

.mr-280, .mh-280,
.ma-280 {
  margin-right: 280px !important;
}

.mb-280, .mv-280,
.ma-280 {
  margin-bottom: 280px !important;
}

.ml-280, .mh-280,
.ma-280 {
  margin-left: 280px !important;
}

.mt-m280, .mv-m280,
.ma-m280 {
  margin-top: -280px !important;
}

.mr-m280, .mh-m280,
.ma-m280 {
  margin-right: -280px !important;
}

.mb-m280, .mv-m280,
.ma-m280 {
  margin-bottom: -280px !important;
}

.ml-m280, .mh-m280,
.ma-m280 {
  margin-left: -280px !important;
}

.pt-290, .pv-290,
.pa-290 {
  padding-top: 290px !important;
}

.pr-290, .ph-290,
.pa-290 {
  padding-right: 290px !important;
}

.pb-290, .pv-290,
.pa-290 {
  padding-bottom: 290px !important;
}

.pl-290, .ph-290,
.pa-290 {
  padding-left: 290px !important;
}

.mt-290, .mv-290,
.ma-290 {
  margin-top: 290px !important;
}

.mr-290, .mh-290,
.ma-290 {
  margin-right: 290px !important;
}

.mb-290, .mv-290,
.ma-290 {
  margin-bottom: 290px !important;
}

.ml-290, .mh-290,
.ma-290 {
  margin-left: 290px !important;
}

.mt-m290, .mv-m290,
.ma-m290 {
  margin-top: -290px !important;
}

.mr-m290, .mh-m290,
.ma-m290 {
  margin-right: -290px !important;
}

.mb-m290, .mv-m290,
.ma-m290 {
  margin-bottom: -290px !important;
}

.ml-m290, .mh-m290,
.ma-m290 {
  margin-left: -290px !important;
}

.pt-300, .pv-300,
.pa-300 {
  padding-top: 300px !important;
}

.pr-300, .ph-300,
.pa-300 {
  padding-right: 300px !important;
}

.pb-300, .pv-300,
.pa-300 {
  padding-bottom: 300px !important;
}

.pl-300, .ph-300,
.pa-300 {
  padding-left: 300px !important;
}

.mt-300, .mv-300,
.ma-300 {
  margin-top: 300px !important;
}

.mr-300, .mh-300,
.ma-300 {
  margin-right: 300px !important;
}

.mb-300, .mv-300,
.ma-300 {
  margin-bottom: 300px !important;
}

.ml-300, .mh-300,
.ma-300 {
  margin-left: 300px !important;
}

.mt-m300, .mv-m300,
.ma-m300 {
  margin-top: -300px !important;
}

.mr-m300, .mh-m300,
.ma-m300 {
  margin-right: -300px !important;
}

.mb-m300, .mv-m300,
.ma-m300 {
  margin-bottom: -300px !important;
}

.ml-m300, .mh-m300,
.ma-m300 {
  margin-left: -300px !important;
}

.pt-em1, .pv-em1,
.pa-em1 {
  padding-top: 1em !important;
}

.pr-em1, .ph-em1,
.pa-em1 {
  padding-right: 1em !important;
}

.pb-em1, .pv-em1,
.pa-em1 {
  padding-bottom: 1em !important;
}

.pl-em1, .ph-em1,
.pa-em1 {
  padding-left: 1em !important;
}

.mt-em1, .mv-em1,
.ma-em1 {
  margin-top: 1em !important;
}

.mr-em1, .mh-em1,
.ma-em1 {
  margin-right: 1em !important;
}

.mb-em1, .mv-em1,
.ma-em1 {
  margin-bottom: 1em !important;
}

.ml-em1, .mh-em1,
.ma-em1 {
  margin-left: 1em !important;
}

.pt-em2, .pv-em2,
.pa-em2 {
  padding-top: 2em !important;
}

.pr-em2, .ph-em2,
.pa-em2 {
  padding-right: 2em !important;
}

.pb-em2, .pv-em2,
.pa-em2 {
  padding-bottom: 2em !important;
}

.pl-em2, .ph-em2,
.pa-em2 {
  padding-left: 2em !important;
}

.mt-em2, .mv-em2,
.ma-em2 {
  margin-top: 2em !important;
}

.mr-em2, .mh-em2,
.ma-em2 {
  margin-right: 2em !important;
}

.mb-em2, .mv-em2,
.ma-em2 {
  margin-bottom: 2em !important;
}

.ml-em2, .mh-em2,
.ma-em2 {
  margin-left: 2em !important;
}

.pt-em3, .pv-em3,
.pa-em3 {
  padding-top: 3em !important;
}

.pr-em3, .ph-em3,
.pa-em3 {
  padding-right: 3em !important;
}

.pb-em3, .pv-em3,
.pa-em3 {
  padding-bottom: 3em !important;
}

.pl-em3, .ph-em3,
.pa-em3 {
  padding-left: 3em !important;
}

.mt-em3, .mv-em3,
.ma-em3 {
  margin-top: 3em !important;
}

.mr-em3, .mh-em3,
.ma-em3 {
  margin-right: 3em !important;
}

.mb-em3, .mv-em3,
.ma-em3 {
  margin-bottom: 3em !important;
}

.ml-em3, .mh-em3,
.ma-em3 {
  margin-left: 3em !important;
}

.pt-em4, .pv-em4,
.pa-em4 {
  padding-top: 4em !important;
}

.pr-em4, .ph-em4,
.pa-em4 {
  padding-right: 4em !important;
}

.pb-em4, .pv-em4,
.pa-em4 {
  padding-bottom: 4em !important;
}

.pl-em4, .ph-em4,
.pa-em4 {
  padding-left: 4em !important;
}

.mt-em4, .mv-em4,
.ma-em4 {
  margin-top: 4em !important;
}

.mr-em4, .mh-em4,
.ma-em4 {
  margin-right: 4em !important;
}

.mb-em4, .mv-em4,
.ma-em4 {
  margin-bottom: 4em !important;
}

.ml-em4, .mh-em4,
.ma-em4 {
  margin-left: 4em !important;
}

.pt-em5, .pv-em5,
.pa-em5 {
  padding-top: 5em !important;
}

.pr-em5, .ph-em5,
.pa-em5 {
  padding-right: 5em !important;
}

.pb-em5, .pv-em5,
.pa-em5 {
  padding-bottom: 5em !important;
}

.pl-em5, .ph-em5,
.pa-em5 {
  padding-left: 5em !important;
}

.mt-em5, .mv-em5,
.ma-em5 {
  margin-top: 5em !important;
}

.mr-em5, .mh-em5,
.ma-em5 {
  margin-right: 5em !important;
}

.mb-em5, .mv-em5,
.ma-em5 {
  margin-bottom: 5em !important;
}

.ml-em5, .mh-em5,
.ma-em5 {
  margin-left: 5em !important;
}

.pt-em6, .pv-em6,
.pa-em6 {
  padding-top: 6em !important;
}

.pr-em6, .ph-em6,
.pa-em6 {
  padding-right: 6em !important;
}

.pb-em6, .pv-em6,
.pa-em6 {
  padding-bottom: 6em !important;
}

.pl-em6, .ph-em6,
.pa-em6 {
  padding-left: 6em !important;
}

.mt-em6, .mv-em6,
.ma-em6 {
  margin-top: 6em !important;
}

.mr-em6, .mh-em6,
.ma-em6 {
  margin-right: 6em !important;
}

.mb-em6, .mv-em6,
.ma-em6 {
  margin-bottom: 6em !important;
}

.ml-em6, .mh-em6,
.ma-em6 {
  margin-left: 6em !important;
}

.pt-em7, .pv-em7,
.pa-em7 {
  padding-top: 7em !important;
}

.pr-em7, .ph-em7,
.pa-em7 {
  padding-right: 7em !important;
}

.pb-em7, .pv-em7,
.pa-em7 {
  padding-bottom: 7em !important;
}

.pl-em7, .ph-em7,
.pa-em7 {
  padding-left: 7em !important;
}

.mt-em7, .mv-em7,
.ma-em7 {
  margin-top: 7em !important;
}

.mr-em7, .mh-em7,
.ma-em7 {
  margin-right: 7em !important;
}

.mb-em7, .mv-em7,
.ma-em7 {
  margin-bottom: 7em !important;
}

.ml-em7, .mh-em7,
.ma-em7 {
  margin-left: 7em !important;
}

.pt-em8, .pv-em8,
.pa-em8 {
  padding-top: 8em !important;
}

.pr-em8, .ph-em8,
.pa-em8 {
  padding-right: 8em !important;
}

.pb-em8, .pv-em8,
.pa-em8 {
  padding-bottom: 8em !important;
}

.pl-em8, .ph-em8,
.pa-em8 {
  padding-left: 8em !important;
}

.mt-em8, .mv-em8,
.ma-em8 {
  margin-top: 8em !important;
}

.mr-em8, .mh-em8,
.ma-em8 {
  margin-right: 8em !important;
}

.mb-em8, .mv-em8,
.ma-em8 {
  margin-bottom: 8em !important;
}

.ml-em8, .mh-em8,
.ma-em8 {
  margin-left: 8em !important;
}

.pt-em9, .pv-em9,
.pa-em9 {
  padding-top: 9em !important;
}

.pr-em9, .ph-em9,
.pa-em9 {
  padding-right: 9em !important;
}

.pb-em9, .pv-em9,
.pa-em9 {
  padding-bottom: 9em !important;
}

.pl-em9, .ph-em9,
.pa-em9 {
  padding-left: 9em !important;
}

.mt-em9, .mv-em9,
.ma-em9 {
  margin-top: 9em !important;
}

.mr-em9, .mh-em9,
.ma-em9 {
  margin-right: 9em !important;
}

.mb-em9, .mv-em9,
.ma-em9 {
  margin-bottom: 9em !important;
}

.ml-em9, .mh-em9,
.ma-em9 {
  margin-left: 9em !important;
}

.pt-em10, .pv-em10,
.pa-em10 {
  padding-top: 10em !important;
}

.pr-em10, .ph-em10,
.pa-em10 {
  padding-right: 10em !important;
}

.pb-em10, .pv-em10,
.pa-em10 {
  padding-bottom: 10em !important;
}

.pl-em10, .ph-em10,
.pa-em10 {
  padding-left: 10em !important;
}

.mt-em10, .mv-em10,
.ma-em10 {
  margin-top: 10em !important;
}

.mr-em10, .mh-em10,
.ma-em10 {
  margin-right: 10em !important;
}

.mb-em10, .mv-em10,
.ma-em10 {
  margin-bottom: 10em !important;
}

.ml-em10, .mh-em10,
.ma-em10 {
  margin-left: 10em !important;
}

.m-center {
  margin-right: auto;
  margin-left: auto;
}

.bdrs-t1, .bdrs-r1, .bdrs-tr1 {
  border-top-right-radius: 1px !important;
}

.bdrs-t1, .bdrs-l1, .bdrs-tl1 {
  border-top-left-radius: 1px !important;
}

.bdrs-b1, .bdrs-r1, .bdrs-br1 {
  border-bottom-right-radius: 1px !important;
}

.bdrs-b1, .bdrs-l1, .bdrs-bl1 {
  border-bottom-left-radius: 1px !important;
}

.bdrs-a1 {
  border-radius: 1px !important;
}

.bdrs-t2, .bdrs-r2, .bdrs-tr2 {
  border-top-right-radius: 2px !important;
}

.bdrs-t2, .bdrs-l2, .bdrs-tl2 {
  border-top-left-radius: 2px !important;
}

.bdrs-b2, .bdrs-r2, .bdrs-br2 {
  border-bottom-right-radius: 2px !important;
}

.bdrs-b2, .bdrs-l2, .bdrs-bl2 {
  border-bottom-left-radius: 2px !important;
}

.bdrs-a2 {
  border-radius: 2px !important;
}

.bdrs-t3, .bdrs-r3, .bdrs-tr3 {
  border-top-right-radius: 3px !important;
}

.bdrs-t3, .bdrs-l3, .bdrs-tl3 {
  border-top-left-radius: 3px !important;
}

.bdrs-b3, .bdrs-r3, .bdrs-br3 {
  border-bottom-right-radius: 3px !important;
}

.bdrs-b3, .bdrs-l3, .bdrs-bl3 {
  border-bottom-left-radius: 3px !important;
}

.bdrs-a3 {
  border-radius: 3px !important;
}

.bdrs-t4, .bdrs-r4, .bdrs-tr4 {
  border-top-right-radius: 4px !important;
}

.bdrs-t4, .bdrs-l4, .bdrs-tl4 {
  border-top-left-radius: 4px !important;
}

.bdrs-b4, .bdrs-r4, .bdrs-br4 {
  border-bottom-right-radius: 4px !important;
}

.bdrs-b4, .bdrs-l4, .bdrs-bl4 {
  border-bottom-left-radius: 4px !important;
}

.bdrs-a4 {
  border-radius: 4px !important;
}

.bdrs-t5, .bdrs-r5, .bdrs-tr5 {
  border-top-right-radius: 5px !important;
}

.bdrs-t5, .bdrs-l5, .bdrs-tl5 {
  border-top-left-radius: 5px !important;
}

.bdrs-b5, .bdrs-r5, .bdrs-br5 {
  border-bottom-right-radius: 5px !important;
}

.bdrs-b5, .bdrs-l5, .bdrs-bl5 {
  border-bottom-left-radius: 5px !important;
}

.bdrs-a5 {
  border-radius: 5px !important;
}

.bdrs-t6, .bdrs-r6, .bdrs-tr6 {
  border-top-right-radius: 6px !important;
}

.bdrs-t6, .bdrs-l6, .bdrs-tl6 {
  border-top-left-radius: 6px !important;
}

.bdrs-b6, .bdrs-r6, .bdrs-br6 {
  border-bottom-right-radius: 6px !important;
}

.bdrs-b6, .bdrs-l6, .bdrs-bl6 {
  border-bottom-left-radius: 6px !important;
}

.bdrs-a6 {
  border-radius: 6px !important;
}

.bdrs-t7, .bdrs-r7, .bdrs-tr7 {
  border-top-right-radius: 7px !important;
}

.bdrs-t7, .bdrs-l7, .bdrs-tl7 {
  border-top-left-radius: 7px !important;
}

.bdrs-b7, .bdrs-r7, .bdrs-br7 {
  border-bottom-right-radius: 7px !important;
}

.bdrs-b7, .bdrs-l7, .bdrs-bl7 {
  border-bottom-left-radius: 7px !important;
}

.bdrs-a7 {
  border-radius: 7px !important;
}

.bdrs-t8, .bdrs-r8, .bdrs-tr8 {
  border-top-right-radius: 8px !important;
}

.bdrs-t8, .bdrs-l8, .bdrs-tl8 {
  border-top-left-radius: 8px !important;
}

.bdrs-b8, .bdrs-r8, .bdrs-br8 {
  border-bottom-right-radius: 8px !important;
}

.bdrs-b8, .bdrs-l8, .bdrs-bl8 {
  border-bottom-left-radius: 8px !important;
}

.bdrs-a8 {
  border-radius: 8px !important;
}

.bdrs-t9, .bdrs-r9, .bdrs-tr9 {
  border-top-right-radius: 9px !important;
}

.bdrs-t9, .bdrs-l9, .bdrs-tl9 {
  border-top-left-radius: 9px !important;
}

.bdrs-b9, .bdrs-r9, .bdrs-br9 {
  border-bottom-right-radius: 9px !important;
}

.bdrs-b9, .bdrs-l9, .bdrs-bl9 {
  border-bottom-left-radius: 9px !important;
}

.bdrs-a9 {
  border-radius: 9px !important;
}

.bdrs-t10, .bdrs-r10, .bdrs-tr10 {
  border-top-right-radius: 10px !important;
}

.bdrs-t10, .bdrs-l10, .bdrs-tl10 {
  border-top-left-radius: 10px !important;
}

.bdrs-b10, .bdrs-r10, .bdrs-br10 {
  border-bottom-right-radius: 10px !important;
}

.bdrs-b10, .bdrs-l10, .bdrs-bl10 {
  border-bottom-left-radius: 10px !important;
}

.bdrs-a10 {
  border-radius: 10px !important;
}

.dsp-b {
  display: block !important;
}

.dsp-i {
  display: inline !important;
}

.dsp-ib {
  display: inline-block !important;
}

.dsp-n {
  display: none !important;
}

.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-rRev {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-cRev {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-noWrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrapRev {
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-hLeft {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.flex-hRight {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.flex-hCenter {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.flex-hBetween {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.flex-hArround {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.flex-vTop {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.flex-vCenter {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.flex-vBottom {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.flex-vStretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

.flex-vBaseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
}

.flex-aTop {
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.flex-aCenter {
  -webkit-align-content: center !important;
  align-content: center !important;
}

.flex-aBottom {
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.flex-aCenter {
  -webkit-align-content: center !important;
  align-content: center !important;
}

.flex-aBetween {
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.flex-aArround {
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.flex-aStretch {
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.flexItem-flex {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  -webkit-flex-shrink: 1 !important;
  flex-shrink: 1 !important;
}

.flexItem-noflex {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  flex-grow: 0 !important;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}

.flexItem-vTop, .thumb_state > .inlineIcon-lock, .thumb_state > .inlineIcon-unlock {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.flexItem-vCenter {
  -webkit-align-self: center !important;
  align-self: center !important;
}

.flexItem-vBottom {
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}

.flexItem-vStretch {
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}

.flexItem-vBaseline {
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.table {
  display: table;
}

.t_cell, .t_cell-bottom, .t_cell-middle, .t_cell-top {
  display: table-cell;
}

.t_cell-top {
  vertical-align: top;
}

.t_cell-middle {
  vertical-align: middle;
}

.t_cell-bottom {
  vertical-align: bottom;
}

.of-v {
  overflow: visible !important;
}

.ofx-v {
  overflow-x: visible !important;
}

.ofy-v {
  overflow-y: visible !important;
}

.of-s {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.ofx-s {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.ofy-s {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.of-h {
  overflow: hidden !important;
}

.ofx-h {
  overflow-x: hidden !important;
}

.ofy-h {
  overflow-y: hidden !important;
}

.of-a {
  overflow: auto !important;
}

.ofx-a {
  overflow-x: auto !important;
}

.ofy-a {
  overflow-y: auto !important;
}

.helper_pos-rel {
  position: relative;
}

.helper_pos-abs {
  position: absolute;
}

.helper_pos-fix {
  position: fixed;
}

.commonUI_borderLine {
  margin: 4px 0;
  border-top: 1px solid #fff;
}

.opacity-50 {
  opacity: 0.5;
}

.grayOut {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
}

.clr-vermilion {
  color: #fa8072;
}

.clr-orange {
  color: #ff6347;
}

.clr-lightOrange {
  color: #ffa500;
}

.clr-yellow {
  color: #e6e600;
}

.clr-red {
  color: #f33;
}

.clr-deepYellow {
  color: #ffcc11;
}

.clr-blue {
  color: #0d9cf5;
}

.clr-lightBlue {
  color: #87cefa;
}

.clr-gray {
  color: #a9a9a9;
}

.clr-green {
  color: #33ee33;
}