body{
  background: url(../img/bg_sp.jpg) no-repeat left top;
  background-size: cover;
}
#top{
  min-height: 300px;
}
.bg_img{
  position: absolute;
}
.wrap{
  display: block;
  margin: 0 auto;
  max-width: 767px;
}
.info p{
  margin: 1em;
  text-align: center;
  text-shadow: 0 1px #fff;
  font-weight: 300;
}
.press{
  display: flex;
  flex-direction: row-reverse;
  margin-right: 1.5em;
}
.press a{
  color: #fff;
  border: 2px solid #fff;
  border-radius: 500px;
  width: 150px;
  height: 150px;
  line-height: 8;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  video {
    position: fixed;
    bottom: 0;
    top:0;
    right:0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:-100;
    background: url(img/top.jpg) no-repeat;
    background-size: cover;
  }
  .info p{
    position: relative;
    top: 25%;
    left: 5px;
    font-size: 1.25em;
    line-height: 1.7;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px #252235;
  }

}