@charset "utf-8";
body {
  background-color: #000000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2.5;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
h1 {
  font-size: 1.0em;
  line-height: 2.5;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a img {
  transition: 0.1s;
}
a img:hover {
  transform: scale(1.02);
}
small {
  font-size: 0.7rem;
}
.bg-black {
  background-color: #000000;
}
.bottom_space {
  margin-bottom: 3em;
}
.dib {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}