body {
  margin: 0;
  height: 100vh;
  max-height: 100%;
  background-image: url('pc-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #000;
  @media (max-width: 600px) {
    background-image: url('h5-bg.png');
    /* background-color: #806a1e; */
  }
}

.pcbox {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  @media (max-width: 600px) {
    display: none;
  }
}

.pc-logo {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 250px;
}

.pc-bike {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
}

.pc-left-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
  justify-content: center;
}

.pc-phone {
  width: 314px;
}

.centered-pc {
  margin-top: 20px;
  width: 314px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translate(0, 0);
  left: 50%;
}

.centered-pc a {
  display: inline-block;
  width: 100%;
}

.h5box {
  display: none;
  @media (max-width: 600px) {
    display: block;
  }
}

.h5-phone {
  position: relative;
  margin-top: 10%;
  right: 0;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
}

.h5-bike {
  position: absolute;
  width: 70%;
  bottom: -60px;
  right: 0;
  transform: translate(30%, 0);
}

.centered-h5 {
  position: relative;
  margin-top: 30px;
  width: 314px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, 0);
  left: 50%;
}

.h5-logo {
  position: relative;
  margin-top: 0px;
  right: 0;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.centered-h5 a {
  display: inline-block;
  width: 100%;
}

.top-left, .top-right {
  position: absolute;
  top: 0;
  width: 151px;
  height: 40px;
}

.top-left {
  left: 0;
}

.top-right {
  right: 0;
}

.bottom-center {
  align-self: center;
  width: 100%;
  height: 40px;
}
