@charset "utf-8";

@media screen and (max-width: 899px){
  /* ===== sp ===== */
  #side {
    background: url(../../images/main/top/top_bg.jpg);
    padding: 15px 20px;
  }

  .bgScene {
    background: transparent !important;
  }
}

@media screen and (min-width: 900px){
  /* ===== pc ===== */
  #side {
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    min-height: 100vh;
  }

  #contents_main_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }
}

/* ==========================================
*
*  ローディング
*
========================================== */

/*  表示/非表示切り替え用
===================== */
.loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*  インナー
===================== */
.loading__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

/*  ロード用画像（ロゴなど）
===================== */
.loading__img {
  height: 300px;
  width: 100%;
  max-width: 300px;
  background: url(../../images/main/common/logo.png) center/contain no-repeat;
}

.mfp-bg {
  z-index: 2042;
}

.mfp-wrap {
  z-index: 2043;
}