/* ---------------------------------
ポップアップ用css
---------------------------------*/
.bl_model {
  font-weight: bold;
}

.bl_model_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9999;
  opacity: 0;
  display: none;
}

.bl_model_wrapper.is_active {
  display: block;
  opacity: 1;
  z-index: 9999;
}

.bl_model_wrapper.is_battle_active {
  display: block;
  opacity: 1;
  z-index: 11;
  pointer-events: none;
}

.bl_model_wrapper.is_comeback_active {
  display: block;
  opacity: 1;
  z-index: 10000;
}

.bl_model_overlay {
  background: rgba(0, 0, 0, .6);
  backdrop-filter: brightness(0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.bl_model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 86%;
  background: #fff;
  border-radius: 10px;
  z-index: 10000;
  max-width: 540px;
}

.bl_model_ballon {
  position: fixed;
  top: 0;
  right: 0;
  transform: none;
  width: 60%;
  background: #fff;
  border-radius: 10px;
  z-index: 12;
  border: solid 2px red;
  text-align: center;
  width: 250px;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_model_ballon {
      border: 4px solid red;
      width: 600px;
      font-size: 22px;
  }
}

.bl_model_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 86%;
  background: #fff;
  border-radius: 10px;
  z-index: 10000;
  border: solid 2px red;
  text-align: center;
  max-width: 350px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_model_popup {
      max-width: 600px;
      font-size: 22px;
  }
}

.bl_model_up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 86%;
  background: #000;
  border-radius: 10px;
  z-index: 10000;
  max-width: 540px;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_model {
      max-width: 700px;
  }
  .bl_model_up {
    max-width: 700px;
  }
}

.bl_model button {
  outline: none;
}

.bl_model_head {
  background: #df0012;
  color: #fff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 19px;
}

.bl_up_model_head {
  background: #000000;
  color: #fff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 19px;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_model_head {
    font-size: 22px;
  }
  .bl_model_closeBtn {
    max-width: 180px;
  }

  .bl_up_model_head {
    font-size: 22px;
  }
  .bl_up_model_closeBtn {
    max-width: 180px;
  }
}

.bl_model_closeBtn {
  display: block;
  text-align: center;
  max-width: 150px;
  width: 100%;
  margin: 18px auto;
}

.bl_model_closeBtn img {
  max-width: 100%;
  height: auto;
}

.bl_up_model_closeBtn {
  display: block;
  text-align: center;
  max-width: 150px;
  width: 100%;
  margin: 18px auto;
}

.bl_up_model_closeBtn img {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------
機種情報モーダル
---------------------------------*/
.bl_slotInfo_imgWrapper {
  text-align: center;
  padding: 0 10px;
}

.bl_slotInfo_imgWrapper img {
  max-width: 100%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_slotInfo_imgWrapper img {
    max-width: 95%;
  }
}

/* --------------------------------
point購入モーダル
---------------------------------*/
.un_payment_model {
  height: 350px;
  overflow-y: scroll;
  padding: 15px;
}

.un_payment_model .un_payment_promotion_head {
  padding: 8px 10px;
}

.un_payment_model .un_payment_promotion_purchase {
  font-size: 13px;
}

.un_payment_model .un_payment_lv2Heading {
  font-size: 13.5px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.un_payment_model .un_payment_promotion_ttl {
  font-size: 13.45px;
}

/* --------------------------------
終了モーダル
---------------------------------*/
.bl_endModal {
  height: 100%;
  align-content: center;
  padding: 60px 20px 22px;
}
.bl_endModal_txt {
  text-align: center;
  margin-bottom: 60px;
}

.bl_endModal_btnUnit {
  overflow: hidden;
}

.bl_endModal_btn {
  float: left;
  width: calc(50% - 12px);
  margin-right: 24px;
}

.bl_endModal_btn:nth-child(2){
  margin-right: 0;
}

.bl_endModal_btn img {
  width: 100%;
}

/* --------------------------------
倍率モーダル
---------------------------------*/
.bl_model_mode {
  padding: 60px 20px 22px;
}

.bl_model_mode_btnUnit {
  overflow: hidden;
}

.bl_model_mode_btn {
  float: left;
  width: calc(50% - 12px);
  margin-right: 24px;
}

.bl_model_mode_btn:nth-child(2){
  margin-right: 0;
}

.bl_model_mode_btn img {
  width: 100%;
}

.bl_model_mode p {
  margin-bottom: 60px;
  text-align: center;
}

/* --------------------------------
グラフモーダル
---------------------------------*/
.un_graphArea {
  padding: 0 15px;
}

.un_graph {
  background: #000 url(/image/bg-graph.png)no-repeat;
  background-position: center;
  background-size: contain;
  height: 187px;
  width: 100%;
}

.un_graph_btnUnit {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.un_graph_btn {
  display: block;
  border: 1px solid #969696;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: 31%;
  text-align: center;
  border-radius: 5px;
  padding: 9px;
  line-height: 1;
  letter-spacing: .05em;
}

.un_graph_btn.is_active {
  background: #0fa513;
  border: 1px solid #057f05;
  color: #fff;
}

/* --------------------------------
ニュース　アーカイブ
---------------------------------*/
.bl_newsMedia-unit {
  overflow-y: scroll;
  height: 300px;
  padding: 0 10px 30px;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_newsMedia-unit {
  height: 450px;
  }
}

.bl_flex-unit {
  overflow-y: scroll;
  height: 300px;
  padding: 0 10px 30px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.bl_newsMedia_in {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d3d3d3;
}

.bl_newsMedia_thumb {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 100px;
  max-width: 100px;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_newsMedia_thumb {
    flex-basis: 200px;
    max-width: 200px;
  }
}

.bl_newsMedia_thumb img {
  width: 100%;
}

.bl_newsMedia_body {
  padding-left: 12px;
}

.bl_newsMedia_date {
  margin-bottom: 6px;
  font-size: 8px;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_newsMedia_date {
    font-size: 12px;
  }
}

.bl_newsMedia_date,
.bl_newsMedia_ttl {
  font-weight: 700;
}

.bl_newsMedia_ttl {
  font-size: 10px;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_newsMedia_ttl {
    font-size: 14px;
  }
}

.bl_newsMedia_catWrapper {
  margin-bottom: 0;
}

.bl_newsMedia_cat {
  display: inline-block;
  background: #df0012;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 2px 1em;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_newsMedia_cat {
    font-size: 12px;
  }
}

.bl_newsMedia_cat.bl_newsMedia_cat--blue {
  background: #05309b;
}

.bl_newsMedia_cat.bl_newsMedia_cat--orange {
  background: #ff7709;
}

/* --------------------------------
ニュース
---------------------------------*/
.bl_postWrapper {
  height: 300px;
  overflow-y: scroll;
  padding: 16px 10px;
  -webkit-overflow-scrolling: touch; /* iOS の慣性スクロール */
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_postWrapper {
    height: 450px;
  }
}

.bl_post_thumb {
  margin-bottom: 16px;
}

.bl_post_thumb img {
  width: 100%;
}

.bl_postContents_heading {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.56;
}

.bl_postContents h2,
.bl_postContents h3,
.bl_postContents h4,
.bl_postContents h5 {
  margin: 0 0 15px 0;
}

.bl_postContents p {
  font-size: 10px;
  line-height: 1.75;
  margin: 0 0 1em 0;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_postContents p {
    font-size: 18px !important;
  }
}

.bl_post_date {
  font-size: 10px;
  font-weight: 700;
  margin-right: 12px;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_post_date {
    font-size: 16px;
  }
}

.bl_post_cat {
  font-size: 8px;
  font-weight: 500;
  background: #df0012;
  color: #fff;
  padding: 2px 1em;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .bl_post_cat {
    font-size: 12px;
  }
}

.bl_post_meta {
  margin-bottom: 12px;
}

/* --------------------------------
メッセージ
---------------------------------*/
.bl_model_mes {
  padding: 50px 0 25px;
  text-align: center;
  font-weight: 700;
}

.bl_model_mes p {
  font-size: 16px;
}

/* --------------------------------
初回起動ポップアップ
---------------------------------*/
.un_serviceModel {
  height: 300px;
  overflow-y: scroll;
  padding: 15px 10px 0;
}

.un_serviceModel_slider .swiper-slide img {
  width: 100%;
}

.un_serviceModel_body {
  padding: 20px 0 0;
}

.un_serviceModel_body p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
}

/* --------------------------------
アカウント情報変更
---------------------------------*/
.bl_acCh_model {
  padding: 15px 10px 0;
}

.bl_acCh_model_item {
  margin-bottom: 30px;
}

.bl_acCh_model_item_ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bl_acCh_model_item_field {
  display: block;
  border: 2px solid #d3d3d3;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
  margin-bottom: 20px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
