@charset "utf-8";

body {
  background: #000;
  color: #fff;
}

#contents_inner {
  min-height: 100vh;
}

#contents_main {
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
}

#side {
  padding: 15px 20px;
}

#footer {
  padding: 20px;
  background: #000;
  position: relative;
  z-index: 1;
  margin: 100px 0 0;
}

#layout1 #footer {
  margin: 0;
}

.bgScene {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../images/main/top/main_img_bg.jpg) top center/cover;
  pointer-events:  none;
}

#layout1 .bgScene {
  background-image: url(../../images/main/top/main_img_2.jpg);
  background-position: top right;
}

@media screen and (min-width: 900px){
  /* ===== pc ===== */
  #wrapper {
    position: relative;
  }

  #side {
    width: 240px;
  }

  #contents_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #contents_main {
    flex-grow: 1;
    padding: 0;
  }

  #footer {
    padding: 10px;
  }
}

/* バナーユニット
======================== */

#bnu_001_t,
#bnu_001_n,
#bnu_001_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}

#bnu_001_t>p,
#bnu_001_n>p,
#bnu_001_c>p{
  width: 100%;
  max-width: 350px;
  margin: 0 0 10px;
  border: 1px solid #797979;
}