* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

.img {
  display: block;
}

.pc-page, .m-page {
  position: relative;
  width: 100%;
  height: 100%;
}

.pc-page .img {
  width: 100%;
  height: 100%;
}

.pc-logo {
  position: absolute;
  z-index: 3;
  top: 5.5%;
  left: 4.6%;
  width: 26.354%;
}


.m-page {
  background: url('../assets/mobile.png') no-repeat 0 0 / cover;
}
.m-logo {
  position: absolute;
  z-index: 3;
  top: 3.7%;
  left: 7.7%;
  width: 67.466%;
}