body {
  background: #000000;
}

main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

div#primary {
  margin: 0 auto;
}

footer {
  border-top: solid 1px #ffffff;
}

.txt-a {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6EBA44;
  color: #ffffff;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  div#primary {
    width: 100%;
    margin: 0 auto;
  }
  div#lsideber {
    display: none;
  }
  div#rsideber {
    display: none;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .box {
  position: relative;
  align-items: center;
}
section#mv_area .img-box {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=top2.css.map */