.background-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 8% auto;
  background-position: center;
  background-image: url(../../img/game/common/bg-2.png);
  z-index: -1;
  opacity: 0.5;
}

.desktop {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.desktop-inner {
  width: 60%;
  max-width: 750px;
  margin: 0 auto;
}

.desktop-title {
  width: 50%;
  margin: 0 auto;
}

.desktop-text {
  padding: 1.2em 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.desktop-qr {
  width: 24%;
  margin: 0 auto;
}

.desktop-url {
  padding: 1em 0 0;
  font-weight: 400;
  font-size: 14px;
}

.pc-footer {
  width: 100%;
  margin: 4rem 0 0;
}

.pc-copy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #fff;
}

.pc-copy p span {
  display: block;
  margin: 0 0 0 1em;
  padding: 2px;
  font-size: 80%;
  border: #fff solid 1px;
  line-height: 1;

}