@charset "UTF-8";
html, body {
  font-size: 15px;
}

a {
  transition: all 0.6s;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

.mt-0 {
  margin-top: 0;
}

.pc-contents {
  display: block;
}

.sp-contents {
  display: none;
}

.page-wrapper {
  position: relative;
  display: flex;
}
.page-wrapper.activeSidebar {
  display: block;
}
.page-wrapper.activeSidebar .sidebar {
  position: absolute;
  transform: translateX(-100%);
}
.page-wrapper.activeSidebar .content-wrapper {
  padding-left: 0;
  width: 100%;
}

.content-wrapper {
  transition: all 0.6s;
  flex: 1 0 100%;
  padding-left: 260px;
  height: auto;
  background-color: #F2F2F2;
}

.sidebar {
  transition: all 0.6s;
  position: absolute;
  z-index: 99;
  width: 280px;
  min-height: 100%;
  background-color: #911D22;
}
.sidebar .logo {
  position: relative;
  z-index: 5;
  background-color: #333;
  height: 100px;
}
.sidebar .logo a {
  display: inline-block;
}
.sidebar .logo a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sidebar-menu {
  padding-top: 30px;
}
.sidebar-menu ul li a {
  white-space: nowrap;
  padding-left: 10px;
  position: relative;
  display: block;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  color: #fff;
  border-left: 10px solid #911D22;
}
.sidebar-menu ul li a.active, .sidebar-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-left-color: #620B0F;
}
.sidebar-menu ul li li {
  margin-bottom: 15px;
}
.sidebar-menu ul li li a {
  height: 45px;
  line-height: 45px;
}
.sidebar-bottom {
  padding: 20px;
}
.sidebar-bottom_btn {
  padding: 0 0 0 15px;
  position: relative;
  display: block;
  color: #C1272D;
  background-color: #fff;
  margin-bottom: 20px;
  height: 70px;
  line-height: 65px;
  font-weight: bold;
  border-radius: 4px;
  border: 4px solid #C1272D;
  white-space: nowrap;
}
.sidebar-bottom_btn:hover {
  box-shadow: 0 0 6px #111;
}
.sidebar-bottom_btn .bb-icon {
  width: 35px;
}

.sp-header-logo {
  display: none;
}
.sp-account-menu {
  display: none;
}

.sp-account-info {
  display: none;
}
.sp-account-info-toggle {
  display: none;
}

.bb-icon {
  display: inline-block;
  width: 60px;
  height: auto;
}
.bb-icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 35px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.bb-icon.icon-dashboard::before {
  background-image: url(/images/icon-dashboard@2x.png);
  width: 31px;
  height: 25px;
}
.bb-icon.icon-deposit::before {
  background-image: url(/images/icon-deposit@2x.png);
  width: 33px;
  height: 30px;
}
.bb-icon.icon-deposit_red::before {
  background-image: url(/images/icon-deposit_red@2x.png);
  width: 33px;
  height: 30px;
}
.bb-icon.icon-withdraw::before {
  background-image: url(/images/icon-withdraw@2x.png);
  width: 36px;
  height: 39px;
}
.bb-icon.icon-withdraw_red::before {
  background-image: url(/images/icon-withdraw_red@2x.png);
  width: 36px;
  height: 39px;
}
.bb-icon.icon-bank_red::before {
  background-image: url(/images/icon-bank_red@2x.png);
  width: 30px;
  height: 40px;
}
.bb-icon.icon-withdraw_green::before {
  background-image: url(/images/icon-withdraw_green@2x.png);
  width: 36px;
  height: 39px;
}
.bb-icon.icon-transfer::before {
  background-image: url(/images/icon-transfer@2x.png);
  width: 44px;
  height: 16px;
}
.bb-icon.icon-add-account::before {
  background-image: url(/images/icon-add-account@2x.png);
  width: 36px;
  height: 28px;
}
.bb-icon.icon-add-account_red::before {
  background-image: url(/images/icon-add-account_red@2x.png);
  width: 36px;
  height: 28px;
}
.bb-icon.icon-cancel-account::before {
  background-image: url(/images/icon-cancel-account@2x.png);
  width: 36px;
  height: 28px;
}
.bb-icon.icon-cancel-account_red::before {
  background-image: url(/images/icon-cancel-account_red@2x.png);
  width: 36px;
  height: 28px;
}
.bb-icon.icon-lock::before {
  background-image: url(/images/icon-lock@2x.png);
  width: 20px;
  height: 25px;
}
.bb-icon.icon-lock_red::before {
  background-image: url(/images/icon-lock_red@2x.png);
  width: 20px;
  height: 25px;
}
.bb-icon.icon-download::before {
  background-image: url(/images/icon-download@2x.png);
  width: 25px;
  height: 25px;
}
.bb-icon.icon-question::before {
  background-image: url(/images/icon-question@2x.png);
  width: 24px;
  height: 25px;
}
.bb-icon.icon-document::before {
  background-image: url(/images/icon-document@2x.png);
  width: 16px;
  height: 20px;
}
.bb-icon.icon-document_blue::before {
  background-image: url(/images/icon-document_blue@2x.png);
  width: 16px;
  height: 20px;
}
.bb-icon.icon-document-minus::before {
  background-image: url(/images/icon-document-minus@2x.png);
  width: 20px;
  height: 23px;
}
.bb-icon.icon-account::before {
  background-image: url(/images/icon-account@2x.png);
  width: 40px;
  height: 40px;
}
.bb-icon.icon-arrow::before {
  background-image: url(/images/icon-arrow@2x.png);
  width: 15px;
  height: 10px;
}
.bb-icon.icon-signout::before {
  background-image: url(/images/icon-signout@2x.png);
  width: 20px;
  height: 22px;
}
.bb-icon.icon-dollar::before {
  background-image: url(/images/icon-dollar@2x.png);
  width: 34px;
  height: 20px;
}
.bb-icon.icon-dollars_red::before {
  background-image: url(/images/icon-dollars_red@2x.png);
  width: 36px;
  height: 25px;
}
.bb-icon.icon-bank::before {
  background-image: url(/images/icon-bank@2x.png);
  width: 26px;
  height: 20px;
}
.bb-icon.icon-card::before {
  background-image: url(/images/icon-card@2x.png);
  width: 30px;
  height: 20px;
}
.bb-icon.icon-card_red::before {
  background-image: url(/images/icon-card_red@2x.png);
  width: 30px;
  height: 30px;
}
.bb-icon.icon-account2::before {
  background-image: url(/images/icon-account2@2x.png);
  width: 22px;
  height: 25px;
}
.bb-icon.icon-account2_white::before {
  background-image: url(/images/icon-account2_white@2x.png);
  width: 22px;
  height: 25px;
}
.bb-icon.icon-papers::before {
  background-image: url(/images/icon-papers@2x.png);
  width: 23px;
  height: 25px;
}
.bb-icon.icon-caution::before {
  background-image: url(/images/icon-caution@2x.png);
  width: 38px;
  height: 30px;
}
.bb-icon.icon-caution_red::before {
  background-image: url(/images/icon-caution_red@2x.png);
  width: 38px;
  height: 30px;
}
.bb-icon.icon-caution_red_small::before {
  background-image: url(/images/icon-caution_red@2x.png);
  width: 30px;
  height: 25px;
}
.bb-icon.icon-mail_green::before {
  background-image: url(/images/icon-mail_green@2x.png);
  width: 22px;
  height: 18px;
}
.bb-icon.icon-time::before {
  background-image: url(/images/icon-time@2x.png);
  width: 22px;
  height: 18px;
}
.bb-icon.icon-check::before {
  background-image: url(/images/icon-check@2x.png);
  width: 24px;
  height: 16px;
}
.bb-icon.icon-upload_green::before {
  background-image: url(/images/icon-upload_green@2x.png);
  width: 22px;
  height: 21px;
}
.bb-icon.icon-bitcoin_red::before {
  background-image: url(/images/icon-bitcoin_red@2x.png);
  width: 30px;
  height: 30px;
}
.bb-icon.icon-bitcoin_bluegreen::before {
  background-image: url(/images/icon-bitcoin_bluegreen@2x.png);
  width: 30px;
  height: 30px;
}
.bb-icon.icon-altcoin_red::before {
  background-image: url(/images/icon-altcoin_red@2x.png);
  width: 21px;
  height: 24px;
}
.bb-icon.icon-qr::before {
  background-image: url(/images/icon-qr@2x.png);
  width: 20px;
  height: 20px;
}
.bb-icon.icon-upload_red::before {
  background-image: url(/images/icon-upload_red@2x.png);
  width: 29px;
  height: 30px;
}
.bb-icon.icon-accountcard::before {
  background-image: url(/images/icon-accountcard@2x.png);
  width: 37px;
  height: 30px;
}
.bb-icon.bb-icon.icon-user-point::before {
  background-image: url(/images/icon-user-point@2x.png);
  width: 30px;
  height: 30px;
}
.bb-icon.bb-icon.icon-gacha::before {
  background-image: url(/images/icon-gacha@2x.png);
  width: 30px;
  height: 30px;
}
.bb-icon.icon-bb-coin::before {
  background-image: url(/images/bbc_img.png);
}
.bb-icon.icon-deluxe_account::before {
  background-image: url(/images/icon-deluxe_account.png);
  width: 35px;
  height: auto;
  background-position: center center;
}
.bb-icon.icon-my_account::before {
  background-image: url(/images/myaccount_icon.png);
  width: 30px;
  height: 30px;
  background-position: center center;
}
.bb-icon.icon-logout-rounded::before {
  background-image: url(/images/icon-logout-rounded-50.png);
  width: 30px;
  height: 30px;
}
.bb-icon.icon-mypage-exchange::before {
  background-image: url(/images/icon-mypage-exchange-64.png);
  width: 36px !important;
  height: 36px !important;
}
.bb-icon.icon-ticket_red::before {
  background-image: url(/images/icon-ticket_red@2x.png);
  width: 36px;
  height: 39px;
}
.bb-icon.icon-slash_logo::before {
  background-image: url(/images/nodex-small-logo.png);
  width: 21px;
  height: 24px;
}
.bb-icon.bb-icon.icon-gift::before {
  background-image: url(/images/icon-gift.png);
  width: 32px;
  height: 32px;
}
.bb-icon.icon-currency-shop::before {
  background-image: url(/images/icon-currency-shop@2x.png);
  width: 200px;
  height: 28px;
}
.bb-icon.icon-currency-shop_red::before {
  background-image: url(/images/icon-currency-shop_red@2x.png);
  width: 36px;
  height: 28px;
}
.page-ttl .bb-icon.icon-gacha_red::before {
  background-image: url(/images/icon-gacha_red.png);
  width: 30px;
  height: 30px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.header {
  position: relative;
  padding-left: 15px;
  width: 100%;
  height: 100px;
  background-color: #333;
}
.header-logo {
  display: inline-block;
}
.header-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
}
.header-right-account {
  border-left: 1px solid #1a1a1a;
  width: 270px;
  height: 100%;
}
.header-right-account:hover .header-account_toggle::after {
  transform: rotateX(180deg);
}
.header-right-language {
  border-left: 1px solid #1a1a1a;
  width: 200px;
  height: 100%;
}
.header-account_toggle {
  height: 100%;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: auto;
}
.header-account_toggle::after {
  content: "";
  background-image: url(/images/icon-arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  bottom: 22px;
  width: 20px;
  height: 10px;
  display: block;
  border: 0;
}
.header-account_toggle .bb-icon::before {
  position: relative;
  margin-top: 15px;
  margin-bottom: 8px;
}
.header-account_toggle:hover + .dropdown-menu {
  display: block;
}
.header-account-menu {
  padding: 0;
  border: 0;
  width: 100%;
}
.header-account-menu:hover {
  display: block;
}
.header-account-menu li {
  margin-top: -2px;
  display: block;
  width: 100%;
}
.header-account-menu li a {
  padding-left: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  background-color: #1a1a1a;
  color: #fff;
  white-space: nowrap;
  position: relative;
  display: block;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  color: #fff;
}
.header-account-menu li a .bb-icon {
  margin-right: 22px;
  width: auto;
}
.header-right-language {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right-language .dropdown-toggle {
  color: #fff;
}
.header-right-language .dropdown-menu {
  background-color: #1a1a1a;
  min-width: 9rem;
}
.header-right-language .dropdown-menu li {
  padding-left: 20px;
  padding-right: 20px;
}
.header-right-language .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-right-language .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #000;
}
.header-right-language .dropdown-menu a {
  color: #fff;
  padding: 0;
}
.header-right-language .dropdown:hover > .dropdown-menu {
  display: block;
}
.header-right-language .lang-selector {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: left;
}
.header-right-language .lang-selector ul {
  margin: 0;
}
.header-right-language .lang-selector li a {
  display: block;
  color: #fff;
}

.main-content {
  padding-top: 35px;
  padding-bottom: 20px;
  min-height: 2200px;
}
.main-content .container {
  width: 100%;
  max-width: none;
  padding: 0 30px;
  margin: auto;
}
.main-content-heading {
  position: relative;
}
.main-content-heading_hello {
  font-weight: bold;
  color: #333;
}
.main-content-heading_hello .bb-icon {
  height: 35px;
  width: 45px;
}
.main-content-heading-rank-up a {
  position: static;
  padding: 5px 10px 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #00A99D;
  margin-top: 8px;
}
.main-content-heading-rank-up a:hover {
  color: #fff;
  box-shadow: 0 0 6px #333;
}
.main-content-heading.gacha {
  display: flex;
}
.main-content-btn {
  margin-top: 50px;
}
.main-content-btn-gacha {
  display: flex;
}
.main-content-section {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 30px 15px;
  width: 100%;
  border: 1px solid #E6E6E6;
  background-color: #fff;
}
.main-content-section-head {
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.main-content-section-head .bb-icon {
  width: 25px;
}
.main-content-section-title {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.main-content-section-title .fa {
  font-size: 1.3em;
  margin-right: 5px;
}
.main-content-section-title .bb-icon {
  width: 30px;
}
.main-content-section .account-refresh-btn {
  display: inline-block;
  color: #C1272D;
  border: 1px solid #C1272D;
  font-weight: bold;
  padding: 5px 25px;
  margin-left: 20px;
}
.main-content-section .account-refresh-btn:hover {
  box-shadow: 0 0 6px #111;
}
.main-content-section .news-accordion {
  margin-top: 20px;
}
.main-content-section .text-block div {
  margin-bottom: 1em;
}
.main-content-section .text-block p {
  line-height: 1.8;
}
.main-content-section .support-link {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  color: #00A99D;
  border: 1px solid #00A99D;
  padding: 10px;
}
.main-content-section .support-link:hover {
  box-shadow: 0 0 6px #333;
}
.main-content-section .support-link .bb-icon {
  width: 30px;
}
.main-content-banner-area {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main-content-banner-area a {
  width: calc(50% - 15px);
  margin-bottom: 20px;
  vertical-align: middle;
}
.main-content-banner-area a:not(:first-of-type) {
  margin-left: 20px;
}
.main-content-banner-area a img {
  width: 100%;
  height: auto;
}
.main-content-form-check {
  margin: 1.5em 0;
}

.main-content-form-check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.main-content-form-check label {
  font-size: 16px;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.main-content-form-check label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 3px #ccc;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 6px;
  transition: 0.1s ease-in-out;
}
.main-content-form-check input[type=checkbox]:checked + label:before {
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  width: 10px;
  left: 5px;
  top: 3px;
  background-color: transparent;
  border-color: #00A99D;
}

.inline {
  display: inline;
}

.content-btn {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 30%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 2%;
  margin-bottom: 20px;
}
.content-btn:hover {
  color: #fff;
  box-shadow: 0 0 6px #333;
}
.content-btn.gacha {
  width: 200px;
  height: 50px;
  line-height: 50px;
}
.content-btn.prize_list {
  width: 120px;
  height: 50px;
  line-height: 50px;
}
.content-btn.btn-green {
  background-color: #39B54A;
}
.content-btn.btn-green-font {
  color: #39b54a;
}
.content-btn.btn-bluegreen {
  background-color: #00A99D;
}
.content-btn.btn-black {
  background-color: #b11;
}
.content-btn.btn-black2 {
  background-color: #333;
}
.content-btn.btn-red {
  background-color: #b11;
}
.content-btn.btn-yellow {
  background-color: #F7931E;
}
.content-btn.btn-white {
  color: #fff;
  background-color: #258dbb;
}
.content-btn.btn-generate-address {
  padding: 0 15px;
  padding-left: 50px;
  position: relative;
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin: 0;
}
.content-btn.btn-generate-address .bb-icon {
  margin: auto 0;
}
.content-btn .bb-icon {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-row {
  text-align: center;
}
.btn-row .content-btn {
  display: inline-block;
}

.sch-add-btn {
  height: 50px;
  border-radius: 4px;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 1em;
  font-size: 75%;
  width: 40%;
  max-width: 100px;
  background-color: #C1272D;
  font-weight: bold;
}

.table-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid;
  border-radius: 4px;
  font-weight: bold;
}
.table-btn.icon-right {
  padding-right: 30px;
}
.table-btn.btn-blue {
  color: #0071BC;
  border-color: #0071BC;
}
.table-btn.btn-green {
  color: #00A99D;
  border-color: #00A99D;
}
.table-btn.btn-green2 {
  color: #39B54A;
  border-color: #39B54A;
}
.table-btn .fa {
  line-height: 1.3;
}

.btn-green-font {
  color: #39b54a;
}

a.table-btn {
  transition: all 0.6s;
}
a.table-btn:hover {
  box-shadow: 0 0 6px #111;
}

.news-accordion .news-card-header {
  position: relative;
  cursor: pointer;
  padding: 15px 18px;
  color: #fff;
  background-color: #C1272D;
}
.news-accordion .news-card-header_date {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  font-weight: bold;
}
.news-accordion .news-card-header h2 {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.news-accordion .news-card-header .bb-icon {
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
}
.news-accordion .news-card-header.collapsed {
  background-color: #333;
}
.news-accordion .news-card-header.collapsed .bb-icon {
  transform: rotateX(180deg);
}
.news-accordion .news-card-body {
  background-color: #F2F2F2;
  padding: 25px 20px;
  line-height: 1.7;
}

.table {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
.table thead tr th {
  text-align: center;
  padding: 20px 15px;
  background-color: #1a1a1a;
  color: #fff;
}
.table tbody tr td {
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  padding: 40px 20px;
  line-height: 1.2;
}
.table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.table tbody .poa-link {
  font-size: 11px;
  position: relative;
  padding: 8px;
  text-align: left;
  display: block;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  margin-bottom: 15px;
  width: 110px;
  max-width: 100%;
}
.table tbody .poa-link:hover {
  box-shadow: 0 0 6px #111;
}
.table tbody .poa-link i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  display: inline-block;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  padding-top: 2px;
  width: 15px;
  height: 15px;
}
.table tbody .poa-link.poa-en {
  color: #0071bc;
  border-color: #0071bc;
}
.table tbody .poa-link.poa-en i {
  background-color: #0071bc;
}
.table tbody .poa-link.poa-ja {
  color: #ed1e79;
  border-color: #ed1e79;
}
.table tbody .poa-link.poa-ja i {
  background-color: #ed1e79;
}
.table tbody .border {
  max-width: 80px;
  margin: auto;
  border-color: #808080 !important;
}
.table tbody .small-gray {
  font-size: 12px;
  color: #4d4d4d;
}
.table tbody .server.server-live {
  border: 1px solid #22b573;
  color: #22b573;
  display: inline-block;
  padding: 5px 15px;
}
.table .td-breakdown {
  width: 240px;
  line-height: 1.7;
  text-align: right;
}
.table .td-poa {
  width: 150px;
}
.table-account-toggle {
  display: none;
}

.tablesorter-header.tablesorter-headerUnSorted {
  background-image: url(/images/sort@2x.png);
  background-repeat: no-repeat;
  background-size: 19px 7px;
  background-position: center right;
}
.tablesorter-header.tablesorter-headerAsc {
  background-image: url(/images/sort_a@2x.png);
  background-repeat: no-repeat;
  background-size: 19px 7px;
  background-position: center right;
}
.tablesorter-header.tablesorter-headerDesc {
  background-image: url(/images/sort_d@2x.png);
  background-repeat: no-repeat;
  background-size: 19px 7px;
  background-position: center right;
}
.tablesorter-header.tablesorter-header.sorter-false {
  background-image: none;
}

.menubars {
  position: relative;
  top: 40px;
  width: 20px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
}
.menubars span {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 3px;
}
.menubars span:nth-child(1) {
  top: 0;
}
.menubars span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menubars span:nth-child(3) {
  bottom: 0;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  width: 100%;
  height: 110px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.mt0 {
  margin-top: 0 !important;
}

.red {
  color: #c1272d;
}

.green {
  color: #009245;
}

.blue {
  color: #0071BC;
}

.bluegreen {
  color: #00A99D;
}

.bold {
  font-weight: bold;
}

.main-content-section-title.borderline {
  margin-bottom: 35px;
  display: flex;
}
.main-content-section-title.borderline .flag-icon {
  border: 1px solid #eee;
}
.main-content-section-title.borderline .bb-icon {
  width: 40px;
}
.main-content-section-title.borderline::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  bottom: -15px;
}

.content-spacer {
  height: 50px;
}

.page-ttl {
  position: relative;
  font-size: 25px;
  margin-bottom: 1em;
  font-weight: bold;
  display: flex;
}
.page-ttl .bb-icon {
  width: 40px;
}
.page-ttl .bb-icon::before {
  width: 40px;
  height: 30px;
}
.page-ttl .bb-icon.icon-withdraw_red::before, .page-ttl .bb-icon.icon-withdraw_green::before {
  height: 36px;
}

.page-ttl-bottomtxt {
  line-height: 1.5;
}

.section-title-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-title-flex > * {
  width: 50%;
}
.section-title-flex .page-ttl {
  margin-bottom: 0;
}
.section-title-flex .flex-right {
  justify-content: flex-end;
  display: flex;
  flex: 0 1 430px;
}
.section-title-flex .content-btn {
  border-radius: 2px;
  text-align: left;
  width: auto;
  max-width: initial;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 13px;
  margin-right: 0;
  margin-bottom: 0;
}
.section-title-flex .content-btn:last-of-type {
  margin-left: 5%;
}
.section-title-flex .content-btn.btn-black {
  background-color: #333;
}
.section-title-flex .content-btn.btn-red {
  background-color: #b11;
}
.section-title-flex .content-btn.btn-gray {
  background-color: grey;
}
.section-title-flex .content-btn .bb-icon {
  height: 12px;
  width: 40px;
  position: relative;
  left: 0;
}
.section-title-flex .content-btn .bb-icon.icon-document-minus {
  width: 30px;
}

.label {
  display: inline-block;
  padding: 12px 16px;
}
.label-yellow {
  background-color: #FFCC00;
  color: #fff;
  font-weight: bold;
  padding: 2px 32px;
}
.label_black {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.card-brand {
  margin-bottom: 30px;
}
.card-brand .label {
  vertical-align: top;
  margin-right: 10px;
}

.form-control, .modal-btn {
  transition: all 0.6s;
}
.form-control:hover, .modal-btn:hover {
  box-shadow: 0 0 6px #333;
}

button {
  border: 0;
  outline: 0;
}

.caution-list, .caution-list-en, .caution-list-ja {
  margin-top: 8px;
  text-align: left;
  position: relative;
}
.caution-list li, .caution-list-en li, .caution-list-ja li {
  padding-left: 1em;
  position: relative;
}
.caution-list li::before, .caution-list-en li::before, .caution-list-ja li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.caution-list-ja li::before {
  content: "\203B";
}

.caution-list-en li::before {
  content: "*";
}

.select-block {
  display: flex;
  justify-content: space-between;
}
.select-block-select {
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
  position: relative;
  border: 1px solid #00A99D;
  border-radius: 2px;
  background: #ffffff;
  transition: all 0.6s;
}
.select-block-select:hover {
  box-shadow: 0 0 6px #333;
}
.select-block-select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #00A99D;
  pointer-events: none;
}
.select-block-select select {
  width: 99%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 15px;
  color: #1a1a1a;
}
.select-block-select select::-ms-expand {
  display: none;
}
.select-block .main-content-form-check {
  margin: 1em 0;
}
.select-block-input {
  display: block;
  margin: 1em 0;
  padding: 10px;
  width: 100%;
  position: relative;
  border: 1px solid #00A99D;
  border-radius: 2px;
  background: #ffffff;
  transition: all 0.6s;
}
.select-block-input:hover {
  box-shadow: 0 0 6px #333;
}
.select-block-input:focus {
  outline: 0;
}
.select-block-item {
  width: 30%;
}
.select-block-item_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.select-block-item_flex .select-block-select {
  margin: 0 30px;
  width: 30%;
  max-width: 100%;
}
.select-block-item-label {
  display: inline-block;
  background-color: #00A99D;
  color: #fff;
  padding: 6px 25px;
  font-weight: bold;
}
.select-block-item-desc {
  font-weight: bold;
  margin-top: 1em;
}
.select-block_withdraw {
  margin-bottom: 1em;
}
.select-block_withdraw .select-block-item {
  width: 28%;
}
.select-block_withdraw .select-block-item:last-of-type {
  width: 38%;
}
.select-block_withdraw .select-block-item:last-of-type dl dd {
  text-align: left;
  font-weight: normal;
  color: #1a1a1a;
}
.select-block_withdraw .select-block-item-ttl {
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
  background-color: #00A99D;
  color: #fff;
}
.select-block_withdraw .select-block-item dl {
  padding: 16px 2px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.5;
}
.select-block_withdraw .select-block-item dl:last-of-type {
  border-bottom: 0;
}
.select-block_withdraw .select-block-item dl dt {
  width: 40%;
  color: #1a1a1a;
}
.select-block_withdraw .select-block-item dl dd {
  text-align: right;
  width: 60%;
  color: #00A99D;
}
.select-block_withdraw-bottom {
  margin-bottom: 2em;
  background-color: #F4F0EB;
  color: #1a1a1a;
  line-height: 1.6;
  padding: 25px;
}
.select-block_withdraw-bottom p:not(:last-of-type) {
  margin-bottom: 1em;
}
.select-block_withdraw-agreement {
  text-align: center;
  margin-right: 2%;
}
.select-block_withdraw-agreement .main-content-form-check {
  text-align: left;
  display: inline-block;
  background-color: #FBD2D3;
  padding: 15px 80px;
}

.icon-right {
  position: relative;
}
.icon-right i {
  height: 20px;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.deposit-select-label {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
  color: #00A99D;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}
.deposit-select-block {
  vertical-align: middle;
  display: inline-block;
  margin-right: 35px;
}
.deposit-select-block-select {
  display: inline-block;
  width: 200px;
  margin: 0;
}
.deposit-select-block-daterange {
  width: 350px;
  height: 50px;
}
.deposit-select-block-daterange .input-daterange {
  height: 100%;
}
.deposit-select-block-daterange .form-control {
  border: 1px solid #00a99d;
  height: auto;
}
.deposit-select-block-daterange .input-group-addon {
  margin: 0 5px;
  line-height: 40px;
}
.deposit-history-timezone {
  position: relative;
  font-weight: bold;
  color: #00A99D;
  display: inline-block;
}
.deposit-history-timezone .bb-icon {
  width: 25px;
}
.deposit-history-time {
  display: inline-block;
}
.deposit-history-time::before {
  content: "|";
  position: relative;
  top: -1px;
  margin-right: 5px;
  margin-left: 5px;
}
.deposit-history-table .table tr td {
  padding: 15px 10px;
}
.deposit-history-table-label {
  display: inline-block;
  border: 1px solid #00A99D;
  padding: 6px 12px;
  color: #00A99D;
}
.deposit-history-table-label-red {
  font-weight: bold;
  display: inline-block;
  border: 1px solid #C1272D;
  padding: 6px 12px;
  color: #C1272D;
}
.deposit-history-total-background {
  background-color: rgba(255, 255, 1, 0.15);
}

.form-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 30px;
}
.form-table th {
  min-width: 200px;
  max-width: 20%;
  padding: 10px 20px 30px;
  background-color: #1a1a1a;
  color: #fff;
}
.form-table td {
  width: 100%;
  max-width: 80%;
  padding: 15px;
  background-color: #f2f2f2;
}
.form-table td.form-control {
  height: 50px;
}
.form-table td textarea.form-control {
  height: auto;
}
.form-table td .label {
  position: relative;
}
.form-table .label {
  border-radius: 0;
  position: absolute;
  display: block;
  margin-top: 5px;
}

.text-block .mb {
  margin-bottom: 1em;
}

.tick-list {
  margin-bottom: 2em;
}
.tick-list li {
  margin-bottom: 1em;
  padding-left: 36px;
  position: relative;
  line-height: 1.8;
}
.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(/images/icon-tick@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  height: 25px;
}
.tick-list_nobox {
  padding-top: 20px;
}
.tick-list_nobox li::before {
  background-image: url(/images/tick@2x.png);
  width: 20px;
  height: 15px;
  top: 6px;
}
.tick-list_red li::before {
  background-image: url(/images/icon-tick_red@2x.png);
}

.transfer-methods {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.transfer-methods-item {
  width: 30%;
  max-width: 340px;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 25px;
}
.transfer-methods-item a {
  height: 100px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #ccc;
  background-color: #fff;
  transition: all 0.6s;
}
.transfer-methods-item a img {
  max-width: 100%;
  height: auto;
}
.transfer-methods-item a:hover {
  box-shadow: 0 0 6px #333;
}
.transfer-methods-item_label {
  transition: all 0.6s;
  margin-top: 1em;
  color: #333;
}
.transfer-methods-item_label .label {
  margin-left: 5px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
.transfer-methods-item:last-of-type {
  margin-right: 0;
}
.transfer-methods_deposit .transfer-methods-item {
  position: relative;
}
.transfer-methods_deposit .transfer-methods-item .fa {
  position: absolute;
  right: 20px;
  font-size: 1.5em;
}
.transfer-methods_deposit .transfer-methods-item a {
  height: 120px;
}
.transfer-methods_deposit .transfer-methods-item_red .fa {
  color: #C1272D;
}
.transfer-methods_deposit .transfer-methods-item_red a {
  border-color: #C1272D;
}
.transfer-methods_deposit .transfer-methods-item_red:hover .transfer-methods-item_label {
  color: #C1272D;
}
.transfer-methods_deposit .transfer-methods-item_blue .fa {
  color: #0071BC;
}
.transfer-methods_deposit .transfer-methods-item_blue a {
  border-color: #0071BC;
}
.transfer-methods_deposit .transfer-methods-item_blue:hover .transfer-methods-item_label {
  color: #0071BC;
}
.transfer-methods_deposit .transfer-methods-item_green .fa {
  color: #00A99D;
}
.transfer-methods_deposit .transfer-methods-item_green a {
  border-color: #00A99D;
}
.transfer-methods_deposit .transfer-methods-item_green:hover .transfer-methods-item_label {
  color: #00A99D;
}
.transfer-methods_deposit_mini .transfer-methods-item {
  width: auto;
  max-width: none;
}
.transfer-methods_deposit_mini .transfer-methods-item a {
  width: 200px;
  position: relative;
  padding: 0;
  padding-right: 20px;
  height: 70px;
  border-color: #E6E6E6;
}
.transfer-methods_deposit_mini .transfer-methods-item .fa {
  transition: all 0.6s;
  font-size: 1em;
  right: 5px;
  color: #333;
}
.transfer-methods_deposit_mini .transfer-methods-item:hover a {
  border-color: #00A99D;
}
.transfer-methods_deposit_mini .transfer-methods-item:hover .fa {
  color: #00A99D;
}

.link-to-deposit-history {
  position: relative;
  bottom: 60px;
}
.link-to-deposit-history .link-label {
  position: relative;
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 10px 35px;
}
.link-to-deposit-history .link-label:hover {
  box-shadow: 0 0 6px #111;
}
.link-to-deposit-history .link-label .fa {
  position: absolute;
  top: 15px;
  right: 10px;
}

.transfer-history-ttl {
  color: #00A99D;
  font-weight: bold;
  position: relative;
  font-size: 22px;
}
.transfer-history-ttl .bb-icon {
  width: 20px;
}

.withdraw-history-table td.td-deposit-type .label,
.withdraw-history-table td .sp-account-info_deposit-type .label {
  min-width: 130px;
  position: relative;
  color: #0071BC;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #0071BC;
  border-radius: 3px;
  text-align: center;
  padding: 8px 0px 8px 10px;
}
.withdraw-history-table td.td-deposit-type .label .bb-icon,
.withdraw-history-table td .sp-account-info_deposit-type .label .bb-icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
}
.withdraw-history-table .deposit-history-table-label {
  font-weight: bold;
}
.withdraw-history-table .table tr td {
  padding: 15px 0;
}
.withdraw-history-table .label-cancel {
  min-width: 130px;
  border-radius: 3px;
  border: 0;
  background-color: #D4145A;
  color: #fff;
  transition: all 0.6s;
}
.withdraw-history-table .label-cancel:hover {
  box-shadow: 0 0 6px #111;
}

.sp-show, .tb-show {
  display: none;
}

.modal-header {
  font-weight: bold;
  background-color: #00A99D;
  color: #fff;
  text-align: center;
}
.modal-header .close {
  color: #fff;
  position: absolute;
  top: 13px;
  right: 15px;
  opacity: 1;
}
.modal-title {
  width: 100%;
}
.modal-footer {
  border-top: 0;
  display: flex;
  justify-content: center;
}
.modal-footer .modal-btn {
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.modal-body .select-block-select {
  margin-left: 0;
}
.modal-body .form-group .form-label {
  color: #00A99D;
  font-weight: bold;
}
.modal-body .form-group .account_name {
  margin-top: 1em;
}
.modal-body .form-group.form-registered_bank {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  font-size: 14px;
}
.modal-body .form-group.form-registered_bank .form-label {
  width: 40%;
}
.modal-body .form-group.form-registered_bank .select-block-select {
  margin: 0;
  width: 60%;
}
.modal-body .form-desc {
  line-height: 1.5;
  font-size: 14px;
}
.modal-body .form-desc p {
  margin-bottom: 1em;
}

.width_half {
  width: 50% !important;
}

.page-ttl_deposit-bank .bb-icon {
  width: 25px;
}

.page-ttl_altcoin {
  margin-bottom: 10px;
}
.page-ttl_altcoin .bb-icon {
  width: 30px;
}

.page-description {
  font-size: 13px;
  color: #333;
  padding-left: 40px;
}

.deposit-account-info-table dl {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.deposit-account-info-table dl dt {
  width: 220px;
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.deposit-account-info-table dl dd {
  line-height: 1.8;
}
.deposit-account-info-table dl:last-of-type {
  border-bottom: 0;
}

.main-content-section-title {
  display: flex;
}
.main-content-section-title .display-unset {
  display: unset;
}
.main-content-section-title .bb-icon {
  width: 40px;
}
.main-content-section-text-warning {
  margin-top: 1em;
}
.main-content-section_caution {
  padding-bottom: 0;
  background-color: #FBD2D3;
  border: 1px solid #C1272D;
}
.main-content-section_caution .text-block {
  padding-left: 10px;
}
.main-content-section .text-block_flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.main-content-section .text-block_flex div {
  margin-bottom: 0;
}
.main-content-section .text-block_flex .left {
  margin-right: 50px;
  font-size: 18px;
  line-height: 1.8;
}
.main-content-section .text-block_flex .right {
  width: 80%;
}
.main-content-section .text-block_flex .right .label {
  font-weight: normal;
  margin: 20px 0 10px 0;
}
.main-content-section .text-block_flex .right .tick-list {
  margin-bottom: 1em;
}
.main-content-section .text-block_flex .right .tick-list li {
  margin-bottom: 0;
  font-weight: bold;
}
.main-content-section .text-block.bg-lightred {
  background-color: #F4F0EB;
  padding: 20px;
}
.main-content-section .flex_list {
  display: flex;
  justify-content: space-between;
}

.caution-bottomtxt {
  margin-top: 1em;
}
.caution-bottomtxt .label {
  margin-right: 15px;
}

.register-attention {
  display: flex;
}

.deposit-crypto .select-block-item {
  width: 34%;
}
.deposit-crypto .select-block-item_2 {
  width: 64%;
}
.deposit-crypto-table tr .td-account {
  width: 40%;
}

.label {
  padding: 6px 30px;
  color: #fff;
  font-weight: bold;
}
.label-blue {
  background-color: #0071BC;
}
.label-bluegreen {
  background-color: #00A99D;
}
.label-red {
  background-color: #C1272D;
}
.label-darkgray {
  background-color: #333;
}
.label-black {
  background-color: #1a1a1a;
}

.select-block_password_reset .select-block-item-desc {
  font-weight: normal;
}
.select-block_password_reset .select-block-item-label {
  padding: 15px;
  display: block;
  text-align: center;
}

.deposit-altcoin-table .label {
  padding: 6px 15px;
}
.deposit-altcoin-table th:nth-of-type(4) {
  width: 40%;
}

.main-content-caution {
  margin-top: 20px;
  padding: 20px;
  background-color: #FEFCD3;
}
.main-content-caution .tick-list {
  margin-top: 1em;
}
.main-content-caution .tick-list li {
  margin-bottom: 0;
}
.main-content-caution .text-block {
  margin-top: 20px;
  line-height: 1.6;
}
.main-content-caution .content-btn {
  padding-left: 25px;
}

.border-yellow {
  border: 1px solid #FDD089;
}
.border-yellow .borderline::after {
  background-color: #FDD089;
}

.credit-card-apply-btn {
  margin: 30px 0 0 0;
}
.credit-card-apply-btn-list {
  display: flex;
}
.credit-card-cation {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.credit-card-list-apply-btn {
  padding: 0 50px;
  position: relative;
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  background-color: #39b54a;
  color: #fff;
}
.credit-card-selfie-description {
  display: flex;
}
.credit-card-drag-area {
  position: relative;
  border: 3px #000000 dashed;
  min-height: 250px;
  margin: 20px 0 30px;
}
.credit-card-drag-area .inner {
  margin: auto;
  width: 80%;
  min-height: 4.2rem;
  font-size: 18px;
  font-weight: 700;
}
.credit-card-drag-area .add-btn {
  margin-left: 125px;
}
.credit-card-drag-area .delete-btn {
  position: absolute;
  bottom: 0;
  right: -36px;
  font-size: 22px;
  cursor: pointer;
  top: 0;
}
.credit-card-drag-area .required-text {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
.credit-card-drag-area .required-text.ml-neg {
  margin-left: -15px;
  font-size: 24px;
}
.credit-card-file-input {
  text-align: left;
  font-weight: 700;
}
.credit-card-apply-check-main {
  margin: 10px;
  display: flex;
  align-items: stretch;
}
.credit-card-apply-check-main:last-of-type dl dd {
  text-align: left;
}
.credit-card-apply-check-main dl {
  padding: 16px 2px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  line-height: 1.5;
}
.credit-card-apply-check-main dl :last-of-type {
  border-bottom: 0;
}
.credit-card-apply-check-main dl dt {
  width: 50%;
}
.credit-card-apply-check-main dl dd {
  text-align: left;
  width: 50%;
}
.credit-card-form-btn {
  width: 380px;
  max-width: 100%;
}
.credit-card-selfie-image {
  width: 50%;
  height: 90%;
}
.credit-card-selfie-movie {
  width: 50%;
  height: 90%;
}

.crypto-withdraw-caution {
  padding-right: 15px;
  padding-left: 15px;
}
.crypto-withdraw-caution .left {
  flex: 0 0 calc(100% * 2 / 3);
}
.crypto-withdraw-caution .right {
  flex: 0 0 calc(100% * 1 / 3);
}
.crypto-withdraw-address-btn {
  display: flex;
  width: 60%;
}
.crypto-withdraw-address-btn .btn-font {
  font-size: 13px;
}

.news-icon-arrow {
  margin-top: 3px;
  margin-left: 10px;
}

.user-register-caution-adjust-en {
  margin-left: 156px;
}

.bbp-point-gacha {
  font-weight: bold;
  text-align: left;
  color: #333;
  margin: 5px 5px 15px;
  font-size: 20px;
}
.bbp-point-gacha.hold-point {
  width: 90%;
}
.bbp-point-gacha.before-button {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0 20px 0 5px;
  line-height: 50px;
}

.prize_list_modal {
  margin-top: 10%;
  max-width: 250px;
}

#gacha_acting_area .img_box {
  background: url("../images/bg.png") no-repeat center/auto 100%;
  max-width: 1600px;
  padding: 170px 0 70px;
  margin: 100px auto 0;
  position: relative;
}
#gacha_acting_area .img_box .gacha_box {
  margin: 0 auto;
  height: auto;
  max-width: 300px;
}
#gacha_acting_area .img_box button {
  position: absolute;
  bottom: 310px;
  left: 50%;
  transform: translate(calc(-50% - 32px), 0);
  width: 110px;
  display: block;
  height: 110px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 999;
}
#gacha_acting_area .gacha_parts {
  position: absolute;
  bottom: 250px;
  left: 50%;
  transform: translate(calc(-50% - 32px), 0);
  width: 65px;
  display: block;
  height: 16.01px;
}
#gacha_acting_area .gacha_parts2 {
  position: absolute;
  bottom: 177px;
  left: 50%;
  transform: translate(calc(-50% + 93px), 0);
  width: 60px;
  display: block;
  opacity: 0;
  height: 60px;
}

#gacha_result_area .gacha_result {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#gacha_result_area .gacha_result.show {
  opacity: 1;
  display: block;
  transition: all 0.6s linear 2.2s;
}
#gacha_result_area .overlay {
  position: fixed;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 116px));
  width: 100%;
  max-width: 1600px;
}

#prize_list .prize-list {
  margin-bottom: 2em;
  padding-left: 0;
}
#prize_list .prize-list li {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  line-height: 1.8;
  list-style-type: none;
  border-bottom: 2px solid #ccc;
  list-style-position: inside;
  font-size: 16px;
  font-weight: 600;
}

@media all and (max-width: 1200px) {
  .page-wrapper {
    display: block;
  }
  .page-wrapper .sidebar {
    position: absolute;
    z-index: 99;
    transform: translateX(-100%);
  }
  .page-wrapper .content-wrapper {
    padding-left: 0;
    width: 100%;
  }
  .page-wrapper .menubars {
    transition: all 0.6s;
  }
  .page-wrapper.activeSidebar {
    display: flex;
  }
  .page-wrapper.activeSidebar .sidebar {
    transform: translateX(0);
  }
  .page-wrapper.activeSidebar .menubars {
    z-index: 90;
    transform: translateX(260px);
  }
  .page-wrapper.activeSidebar .mask {
    position: fixed;
    z-index: 95;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .table tr td {
    padding-left: 25px;
    padding-right: 25px;
  }

  .deposit-altcoin-table {
    font-size: 14px;
  }
}
@media all and (max-width: 989px) {
  .sp-header-logo {
    display: block;
    background-color: #333;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #1a1a1a;
  }
  .sp-account-menu {
    display: block;
  }
  .sp-account-menu .header-account_toggle {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 15px;
    margin: 0 15px;
  }
  .sp-account-menu .header-account_toggle::after {
    transition: all 0.6s;
    transform: rotateX(180deg);
    bottom: 65px;
  }
  .sp-account-menu .collapsed .header-account_toggle::after {
    transform: rotateX(0);
  }
  .sp-account-menu ul li a {
    padding-left: 40px;
  }
  .sp-account-menu ul li .bb-icon {
    width: 25px;
  }

  .sidebar .logo {
    display: none;
  }
  .sidebar-menu {
    padding-top: 50px;
  }

  .header {
    height: 120px;
    padding-left: 0;
  }
  .header-right-account {
    display: none;
  }
  .header-right-language {
    width: 120px;
    border-left: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
    top: auto;
    align-items: flex-end;
  }
  .header-right-language .dropdown-menu {
    left: auto;
    right: 0;
  }

  .menubars {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 15px;
  }
  .menubars::after {
    content: "MENU";
    position: relative;
    top: 1px;
    left: 26px;
    color: #fff;
    font-weight: bold;
  }

  .page-wrapper.activeSidebar .menubars {
    z-index: 99;
    top: 20px;
    transform: translateX(0);
  }

  .content-btn {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }

  .table {
    margin-top: 20px;
    /*
    .td-poa, .td-breakdown {
      display: none;
    }
    */
  }
  .table thead tr th {
    padding: 15px 10px;
  }
  .table tbody tr td {
    padding: 20px 15px;
  }
  .table .card-list {
    padding: 10px 5px;
  }

  .table-account-info {
    cursor: pointer;
  }
  .table-account-info .sp-account-info-toggle {
    display: inline-block;
    position: relative;
    left: 20px;
    color: #39b54a;
  }
  .table-account-info .sp-account-info .poa-link {
    margin-left: auto;
  }
  .table-account-info.active td {
    padding-bottom: 180px;
  }
  .table-account-info.active .sp-account-info {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
  }
  .table-account-info.active .sp-account-info dl {
    padding: 0 20px;
    margin-top: 30px;
    line-height: 1.7;
    vertical-align: middle;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .table-account-info.active .sp-account-info dl dt {
    font-weight: bold;
    width: 20%;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
  }
  .table-account-info.active .sp-account-info dl dd {
    width: 30%;
    text-align: right;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 50%;
  }
  .table-account-info.active .sp-account-info dl .border {
    margin-right: 15px;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_currency {
    display: none;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_acctype {
    display: none;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_leverage {
    display: none;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_accamount {
    display: none;
  }
  .table-account-info.active .sp-account-info-toggle {
    transform: rotateX(180deg);
    color: #ed1c24;
  }

  .sp-hide {
    display: none;
  }

  .deposit-history-table .tablesorter-header.tablesorter-headerUnSorted,
.deposit-history-table .tablesorter-header.tablesorter-headerAsc {
    background-position: center right 20px;
  }
  .deposit-history-table tr {
    border-bottom: 1px solid #ccc;
  }
  .deposit-history-table .table-account-info.active td {
    padding-bottom: 200px;
  }
  .deposit-history-table .table-account-info.active .sp-account-info_account {
    display: none;
  }
  .deposit-history-table.withdraw-history-table .table .table-account-info.active td {
    padding-bottom: 400px;
  }

  .tb-show {
    display: block;
  }

  .section-title-flex .flex-right .content-btn {
    font-size: 12px;
  }

  .withdraw-history-table .table-account-info.active .sp-account-info dl dd {
    width: 80%;
    margin-right: 0;
  }

  .deposit-crypto {
    display: block;
  }
  .deposit-crypto .select-block-item {
    width: 100%;
  }
  .deposit-crypto .select-block-item-label {
    padding: 15px 25px;
    text-align: center;
    width: 100%;
  }
  .deposit-crypto-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .deposit-crypto-table tbody tr td, .deposit-crypto-table tbody tr th, .deposit-crypto-table thead tr td, .deposit-crypto-table thead tr th {
    text-align: left;
  }
  .deposit-crypto-table .table tr.table-account-info.active td {
    padding-bottom: 300px;
  }
  .deposit-crypto-table .table tr.table-account-info.active dl dt {
    width: 30%;
  }
  .deposit-crypto-table .table tr.table-account-info.active dl dd {
    margin-right: 0;
    width: 70%;
  }
  .deposit-crypto-table2 .table tr.table-account-info.active td {
    padding-bottom: 100px;
  }

  .tb-hide {
    display: none;
  }

  .deposit-altcoin-table .table-account-info.active dl .sp-account-info_currency,
.deposit-altcoin-table .table-account-info.active dl .sp-account-info_acctype {
    display: block;
  }
}
.table.table-add-account {
  margin-bottom: 2em;
  border-collapse: separate;
  border-spacing: 2px;
}
.table.table-add-account tr th {
  width: 200px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.table.table-add-account tr th .label {
  font-size: 11px;
  padding: 5px 12px;
  margin-top: 10px;
}
.table.table-add-account tr td {
  text-align: left;
  padding: 20px;
  background-color: #fff;
}
.table.table-add-account tr td .agreement_link li {
  color: #C1272D;
  display: inline-block;
}
.table.table-add-account tr td .agreement_link li:not(:first-of-type)::before {
  content: "/";
  color: #C1272D;
  margin-right: 5px;
}
.table.table-add-account tr td .agreement_link li:nth-of-type(2)::before {
  content: "";
}
.table.table-add-account tr td .agreement_link li a {
  color: #C1272D;
}
.table.table-add-account tr td .text-block {
  padding-top: 20px;
  line-height: 1.8;
}
.table.table-add-account tr td .select-date {
  display: inline-block;
}
.table.table-add-account tr td .form-radio-label:not(:last-of-type) {
  margin-right: 20px;
}
.table.table-add-account tr td .select-block-select {
  margin: 0;
}
.table.table-add-account tr td .select-block-select select {
  padding-right: 50px;
}
.table.table-add-account tr td .select-block-input {
  padding: 14px 10px;
  margin: 0;
}
.table.table-add-account tr td .select-date_year select {
  width: 165px;
}
.table.table-add-account tr td .select-date_month select {
  width: 165px;
}
.table.table-add-account tr td .select-txt-date {
  margin: 0 10px;
  position: relative;
  bottom: 15px;
}
.table.table-add-account tr td .table-txt {
  margin-bottom: 6px;
}
.table.table-add-account tr td .table-txt:not(:first-of-type) {
  margin-top: 15px;
}

.d-ib {
  display: inline-block;
}

@media all and (max-width: 768px) {
  .pc-contents {
    display: none;
  }

  .sp-contents {
    display: block;
  }

  .main-content .container {
    padding: 0 15px;
  }
  .main-content-heading {
    text-align: center;
  }
  .main-content-heading_hello .bb-icon {
    height: 45px;
    width: 45px;
  }
  .main-content-heading.gacha {
    display: block;
  }
  .main-content-btn {
    margin-top: 30px;
  }
  .main-content-btn-gacha {
    display: unset;
    margin-bottom: 30px;
  }
  .main-content-section-title {
    font-size: 18px;
    display: flex;
  }
  .main-content-section-title.display-unset {
    display: unset;
  }
  .main-content-section .support-link-wrapper {
    text-align: center;
  }
  .main-content-banner-area {
    margin-top: 20px;
  }
  .main-content-banner-area a {
    width: 100%;
    margin-left: 0 !important;
  }

  /*
  .table {
    tr {
      .td-acctype, .td-currency, .td-accamount, .td-leverage {
        display: none;
      }
    }
  }
  */
  .main-content-section-title.borderline .bb-icon {
    width: 50px;
  }

  .table-account-info.active td {
    padding-bottom: 440px;
  }
  .table-account-info.active .sp-account-info dl {
    padding: 0 15px;
  }
  .table-account-info.active .sp-account-info dl dt {
    width: 50%;
  }
  .table-account-info.active .sp-account-info dl dd {
    width: 50%;
    margin-right: 0;
  }
  .table-account-info.active .sp-account-info dl dd.sp-account-info_breakdown {
    font-size: 12px;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_currency {
    display: inline-block;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_acctype {
    display: inline-block;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_leverage {
    display: inline-block;
  }
  .table-account-info.active .sp-account-info dl .sp-account-info_accamount {
    display: inline-block;
  }

  .news-accordion .news-card-header h2 {
    display: block;
    margin-left: 0;
    margin-top: 1em;
    line-height: 1.5;
  }
  .news-accordion .news-card-header .bb-icon {
    top: 30px;
    bottom: auto;
  }
  .news-accordion .news-card-body {
    padding: 20px 15px;
  }

  .footer {
    font-size: 10px;
  }

  .select-block {
    display: block;
  }
  .select-block-item {
    width: 100%;
  }

  .page-ttl, .page-subttl, .page-description {
    text-align: center;
    padding-left: 0;
  }

  .deposit-select-block {
    margin-bottom: 1em;
  }
  .deposit-select-block .select-block-select {
    display: block;
  }
  .deposit-select-block-daterange {
    display: block;
  }
  .deposit-select-label {
    width: 100px;
  }
  .deposit-history-table .table .td-account {
    display: none;
  }
  .deposit-history-table .table th {
    text-align: left;
    padding-left: 20px;
  }
  .deposit-history-table .table td {
    text-align: left;
  }
  .deposit-history-table .table .table-account-info.active td {
    padding-bottom: 270px;
  }
  .deposit-history-table .table .table-account-info.active .sp-account-info_account {
    display: inline-block;
  }

  .section-title-flex {
    display: block;
  }
  .section-title-flex > * {
    width: 100%;
  }
  .section-title-flex .flex-right {
    margin-top: 30px;
    justify-content: center;
  }
  .section-title-flex .flex-right .content-btn {
    margin-right: auto;
  }

  .select-block_withdraw .select-block-item {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .select-block_withdraw .select-block-item:last-of-type {
    width: 100%;
  }

  .sp-show {
    display: block;
  }

  .transfer-methods-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .transfer-methods_deposit_mini .transfer-methods-item {
    width: 50%;
    text-align: center;
  }
  .transfer-methods_deposit_mini .transfer-methods-item a {
    width: 95%;
    margin: auto;
  }
  .transfer-history-ttl {
    text-align: center;
  }

  .withdraw-history-table .table-account-info.active .sp-account-info dl dd {
    width: 50%;
    margin-right: 0;
  }

  .link-to-deposit-history {
    bottom: 0;
    margin-top: 30px;
    float: none;
    text-align: center;
  }

  .deposit-account-info-table {
    margin-top: 20px;
  }
  .deposit-account-info-table dl {
    padding: 0;
    display: block;
    border-bottom: 0;
  }
  .deposit-account-info-table dl dt {
    font-size: 16px;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
  }
  .deposit-account-info-table dl dd {
    padding: 15px;
    text-align: center;
  }
  .deposit-account-info-table dl.red dt {
    background-color: #C1272D;
  }

  .select-block-item_flex {
    display: block;
    text-align: center;
  }
  .select-block-item_flex .select-block-select {
    margin: 20px auto;
    width: 100%;
  }

  .deposit-crypto-table .table tr.table-account-info.active dl .sp-account-info_deposit-type:nth-of-type(1) {
    width: 100%;
    text-align: left;
  }

  .deposit-altcoin-table .table .table-account-info.active td {
    padding-bottom: 300px;
  }

  .table.table.table-add-account tr {
    display: block;
  }
  .table.table.table-add-account tr th {
    padding: 20px 10px;
    width: 100%;
    display: block;
  }
  .table.table.table-add-account tr th br {
    display: none;
  }
  .table.table.table-add-account tr th .label {
    margin-left: 10px;
  }
  .table.table.table-add-account tr td {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .table.table.table-add-account tr td .width_half {
    width: 100% !important;
  }
  .table.table.table-add-account tr td .select-block-input,
.table.table.table-add-account tr td .select-block-select {
    margin: 0 !important;
  }
  .table.table.table-add-account tr td .text-block {
    padding-top: 0;
  }
  .table.table.table-add-account tr td .select-date {
    text-align: left;
    display: block;
    margin-bottom: 1em;
  }
  .table.table.table-add-account tr td .table-txt {
    text-align: left;
  }

  .main-content-caution .main-content-section-title {
    font-size: 15px;
  }

  .main-content-section .text-block_flex .left {
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .main-content-section .text-block_flex .right {
    width: 100%;
  }
  .main-content-section .caution-bottomtxt {
    text-align: center;
  }
  .main-content-section .caution-bottomtxt span {
    margin-bottom: 1em;
    line-height: 1.6;
    display: block;
    text-align: left;
  }
  .main-content-section .caution-bottomtxt .label {
    display: inline-block;
  }
  .main-content-section .flex_list {
    flex-direction: column-reverse;
  }

  .select-block_password_reset .select-block-item-desc {
    text-align: center;
  }

  .sp-tac {
    text-align: center;
  }

  .caution-bottomtxt .tick-list {
    text-align: left;
  }

  .register-attention {
    display: inherit;
  }

  .credit-card-cation {
    text-align: left;
  }
  .credit-card-file-area {
    position: relative;
    margin: 20px 0 30px;
  }
  .credit-card-selfie-description {
    display: block;
  }
  .credit-card-file-input {
    text-align: left;
    font-weight: 700;
  }
  .credit-card-apply-check-main {
    margin: 0 0 20px;
  }
  .credit-card-form-btn {
    font-size: 15px;
  }
  .credit-card-selfie-image {
    width: 100%;
    height: 100%;
  }
  .credit-card-selfie-movie {
    width: 100%;
    height: 100%;
  }

  .main-content-section-title .borderline {
    margin-bottom: 35px;
    display: flex;
  }

  .crypto-withdraw-caution .left {
    flex: 0 0 100%;
  }
  .crypto-withdraw-caution .right {
    flex: 0 0 100%;
    margin-top: -30px;
  }
  .crypto-withdraw-address-btn {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .main-content-heading_hello .bb-icon {
    height: 45px;
    width: 45px;
  }

  .news-heading {
    flex: 1;
  }
  .news-icon-arrow {
    width: 5%;
    margin-top: 5%;
    margin-left: 0%;
  }

  .account-history-searcharea-adjust {
    margin-right: 0;
  }
  .account-history-number-label {
    width: 100%;
  }
  .account-history-datarange {
    width: 100%;
  }
  .account-history-timezone {
    display: flex;
    flex-flow: column;
  }

  .content-btn.gacha {
    width: 300px;
  }

  .prize_list_modal {
    max-width: none;
  }

  .form-table,
.form-table tbody,
.form-table tr,
.form-table td,
.form-table th {
    width: auto;
    max-width: 100%;
    display: block;
  }
}
@media all and (max-width: 576px) {
  .main-content-heading-rank-up a {
    width: 80vw;
    display: inline-block;
  }

  .link-to-BLP-detail {
    width: 80vw;
  }
}
#smartwizard.sw-theme-arrows .sw-container {
  min-height: 200px;
}

#smartwizard.sw-theme-arrows .step-content {
  padding: 10px 0;
  border: 0 solid #d4d4d4;
  background-color: #FFF;
  text-align: left;
}

#smartwizard.sw-theme-arrows .sw-toolbar {
  background: #fff;
  border-radius: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0 !important;
}

#smartwizard.sw-theme-arrows .sw-toolbar-top {
  border-bottom-color: #fff !important;
}

#smartwizard.sw-theme-arrows .sw-toolbar-bottom {
  border-top-color: #fff !important;
  border-bottom-color: #ddd !important;
}

#smartwizard.sw-theme-arrows > ul.step-anchor {
  display: block;
  border: 0 solid #ccc !important;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
}

#smartwizard.sw-theme-arrows > ul.step-anchor li + li:before {
  padding: 0;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li {
  float: left;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li > a {
  color: #bbb;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left;
  border-radius: 0;
  outline-style: none;
  background: #ddd;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li > a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li > a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li:first-child > a {
  padding-left: 30px;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li > a:hover {
  text-decoration: none;
  outline-style: none;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li.active > a {
  color: #fff !important;
  background: #5bc0de !important;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li.done > a {
  color: #fff !important;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li.danger > a {
  background: #fff !important;
}

#smartwizard.sw-theme-arrows > ul.step-anchor > li.disabled > a, .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
  color: #eee !important;
}

.bootstrapWizard {
  display: flex;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
}

.bootstrapWizard a:hover, .bootstrapWizard a:active, .bootstrapWizard a:focus {
  text-decoration: none;
}

.bootstrapWizard li {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  padding-left: 0;
}

.bootstrapWizard li:before {
  border-top: 3px solid #55606E;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 11px;
  right: 1px;
  width: 100%;
  z-index: 1;
}

.bootstrapWizard li:first-child:before {
  left: 50%;
  max-width: 50%;
}

.bootstrapWizard li:last-child:before {
  max-width: 50%;
  width: 50%;
}

.bootstrapWizard li.complete .step {
  background: #0aa66e;
  padding: 1px 6px;
  border: 3px solid #55606E;
}

.bootstrapWizard li .step i {
  font-size: 10px;
  font-weight: 400;
  position: relative;
  top: -1.5px;
}

.bootstrapWizard li .step {
  background: #B2B5B9;
  color: #fff;
  display: inline;
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 13px;
  border: 3px solid transparent;
  border-radius: 50%;
  line-height: normal;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.1s linear 0s;
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
  background: #0091d9;
  color: #fff;
  font-weight: 700;
  padding: 7px 13px;
  font-size: 15px;
  border-radius: 50%;
  border: 3px solid #55606E;
}

.bootstrapWizard li.complete .title, .bootstrapWizard li.active .title {
  color: #2B3D53;
}

.bootstrapWizard li .title {
  color: #bfbfbf;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104;
}

.wizard-actions {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
}

.wizard-actions li {
  display: inline;
}

.tab-content.transparent {
  background-color: transparent;
}

.bbp-content-btn {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 35px;
  color: #fff;
  background-color: #4c4c4c;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0px 5px 0px;
}
.bbp-content-btn:hover {
  color: #fff;
  box-shadow: 0 0 6px #333;
}
.bbp-content-btn.bbp-text-en {
  font-size: 13px;
  padding-top: 8px;
}
.bbp-content-btn.btn-blue {
  background-color: #0f9cff;
}
.bbp-content-btn.btn-purple {
  background-color: #9200ff;
}
.bbp-content-btn.btn-gacha {
  background-color: #ff9800;
}

.bbp-point {
  float: right;
  font-weight: bold;
  text-align: right;
  color: #333;
  margin-left: 4px;
  font-size: 20px;
}

.spin-div {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 510;
  background-color: #fffc;
  padding: 26px;
  border-radius: 4px;
  text-align: center;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.spin-bg-div {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
  width: 100%;
  height: 200%;
  background-color: #0003;
  display: none;
}