body {
  text-align: center;
  width: 100%;
  margin: 0;
}

.wrapper {
  overflow-x: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

section {
  position: relative;
}

video {
  width: 90%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 49%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.gif_img {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gif_img01 {
  width: 80%;
  top: 60%;
}

.btn {
  width: 95%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.btn01 {
  bottom: 2%;
}

.btn02 {
  bottom: 0;
}

.btn03 {
  bottom: 43%;
}

.wrapper nav {
	font-size:3vw;
}

.wrapper nav {
	padding:5vw 15px 2vw;
	font-size:2vw;
}
.wrapper nav ul li {
	display: inline-block;
	margin-bottom: 2vw;
}
.wrapper nav ul li:nth-child(even) {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

/*# sourceMappingURL=style.css.map */
