@charset "utf-8";
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,img,small,strong,b,dl,dt,dd,ol,ul,li,
form,label,legend,table,tbody,tfoot,thead,tr,th,td,footer,header,menu,nav,section,video {
  margin:0; padding:0; border:0; outline:0; vertical-align:bottom; background:transparent;
}
body { line-height:1; -webkit-text-size-adjust: 100%;}
ul li { list-style:none;}
a { margin:0; padding:0; color: #666; text-decoration: none; vertical-align:baseline;}
a:hover { opacity: 0.7;}
table { border-spacing:0;}
/* ===================================================================================
  resetここまで
=================================================================================== */
.floating {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  background: url("../img/bg_float.png")no-repeat top center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.wrap {
  background: url("../img/bg.jpg")no-repeat top center, #170c01;
  background-attachment: fixed;
  padding-bottom: 180px;
}
.inner {
  width: 750px;
  margin: 0 auto;
  background: #170c01;
}
.item { position: relative;}
.item .btn {
  position: absolute;
  top: 233px;
  left: 400px;
}
.item .img {
  position: absolute;
  top: 0;
  left: 27px;
}
.footer {
  display: flex;
  justify-content: space-between;
  width: 440px;
  margin: 0 auto;
  padding: 38px 0 45px;
}
