@charset "UTF-8";
.display-none {
  display: none !important;
}
#contents {
  /* 共通 */
  font-family: "Noto Sans Japanese";
  font-weight: normal;
   color: #000;
  /* mv */
  /* lead */
  /* guide */
  /* game・shopping */
  /* game */
  /* shopping */
  /* register */
  /* detail */
}
#contents img {
  width: 100%;
  display: block;
}
#contents a {
  color: #000;
  display: block;
  outline: none;
  text-decoration: none;
}
#contents ul {
  list-style-type: none;
}
#contents span {
  display: inline-block;
}

#contents .mv h1 {
  width: 490px;
  margin: 10px auto 0;
}
#contents .mv .wrap {
  width: 980px;
  margin: 20px auto;
  text-align: center;
}
#contents .mv .wrap .qr {
  width: 222px;
  margin: 0 auto;
}
#contents .mv .wrap .attention {
  margin-bottom: 100px;
}

/* header */
.rp-header-inner {
  height: 64px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.rp-header-inner .rp-header-logo {
  padding: 0;
}
.rp-header-inner .rp-header-tw {
  width: 130px;
}
.rp-header-inner .rp-header-tw img {
  width: 100%;
  display: block;
}

/* footer */
footer {
  margin: 0 !important;
}