* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
body {
	max-width: 1080px;
	margin: 0 auto;
	font-size: 0;
}
.wrap {
  width: 1080px;
  height: 2320px;
  background-color: #130706;
  background-image: url(../img/bg-en.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.btnBox {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 65px;
  bottom: 171px;
}
.btnGP{
  background-image: url(../img/btnGP-en.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width:395px;
  height: 120px;
}
.btnIos{
  background-image: url(../img/btnIos-en.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width:395px;
  height: 120px;
}