* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

body {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../images/top/bg_bottom_sp.png) no-repeat center 165px, url(../images/top/bg_03_sp.png) no-repeat center 0, url(../images/top/bg_02_sp.png) no-repeat center -95px, url(../images/top/bg_01.jpg) repeat center 0;
  background-size: 100%, 100%, 100%, cover;
}

@media screen and (min-width: 769px) {
  body {
    width: 100%;
    height: 1275px;
    max-width: 750px;
    margin: 0 auto;
    background: url(../images/top/bg_bottom.png) no-repeat center 0, url(../images/top/bg_03.png) no-repeat center 0, url(../images/top/bg_02.png) no-repeat center -100px, url(../images/top/bg_01.jpg) repeat center 0;
    background-size: 2000px, 2000px, 2000px, cover;
  }
}

.wrapper {
  background-size: 100%;
  width: 750px;
  height: 1715px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .wrapper {
    background-size: 100%;
    width: 750px;
    max-width: 750px;
    height: 957px;
    margin: 0 auto;
    position: relative;
  }
}

.wrapper .header .spike {
  width: 262px;
  float: left;
  margin: 29px 0 0;
  padding: 0 0 0 23px;
}

@media screen and (min-width: 769px) {
  .wrapper .header .spike {
    width: 175px;
    float: left;
    margin: 49px 0 0 0px;
    padding: 0;
  }
}

.wrapper .header .switch_logo {
  width: 95px;
  float: right;
  margin: 13px 15px 0 0;
}

@media screen and (min-width: 769px) {
  .wrapper .header .switch_logo {
    width: 63px;
    float: right;
    margin: 32px 0px 0 0;
  }
}

.wrapper .header .steam_logo {
  width: 305px;
  float: right;
  margin: -90px 0 0 0;
}

@media screen and (min-width: 769px) {
  .wrapper .header .steam_logo {
    width: 183px;
    float: right;
    margin: -30px -25px 0 0;
  }
}

.wrapper .contents {
  width: 750px;
  max-width: 750px;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .wrapper .contents {
    width: 750px;
    max-width: 750px;
    height: auto;
    overflow: unset;
  }
}

.wrapper .main {
  height: 950px;
}

@media screen and (min-width: 769px) {
  .wrapper .main {
    height: 830px;
  }
}

.wrapper .main .main-inner {
  width: 750px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .wrapper .main .main-inner {
    width: 750px;
    margin: 0 auto;
    position: relative;
  }
}

.wrapper .main .main-inner h1 {
  width: 437px;
  position: absolute;
  top: 356px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .wrapper .main .main-inner h1 {
    width: 385px;
    position: absolute;
    top: 596px;
    left: 0px;
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 769px) {
  .wrapper .main .main-inner h1.en {
    left: 50%;
    transform: translateX(-50%);
    width: 515px;
    top: 516px;
  }
}

@media screen and (min-width: 769px) {
  .wrapper .main .main-inner h1.tw {
    left: 50%;
    transform: translateX(-50%);
    width: 515px;
    top: 486px;
  }
}

.wrapper .main .main-inner h1 img {
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
}

.wrapper .main .main-inner h2 {
  width: 750px;
  position: absolute;
  top: 730px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .wrapper .main .main-inner h2 {
    width: 525px;
    position: absolute;
    top: 564px;
    right: -60px;
    left: auto;
  }
}

.wrapper .main .main-inner .btn {
  width: 330px;
  position: absolute;
  top: 810px;
  left: 56px;
}

@media screen and (min-width: 769px) {
  .wrapper .main .main-inner .btn {
    width: 319px;
    position: absolute;
    top: 730px;
    right: 45px;
    left: auto;
  }
}

@media screen and (min-width: 769px) {
  .wrapper .main .main-inner .btn a {
    display: block;
  }
}

.wrapper .spec {
  width: 637px;
  margin: 0 auto 50px;
  padding: 20px 25px;
  background: rgba(249, 245, 242, 0.6);
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .wrapper .spec {
    margin-bottom: 20px;
    width: 700px;
    padding: 23px 25px 23px;
    background: rgba(249, 245, 242, 0.6);
  }
}

.wrapper .spec dl {
  font-size: 26px;
  margin: 0 0 5px;
}

@media screen and (min-width: 769px) {
  .wrapper .spec dl {
    font-size: 13px;
    margin: 0;
  }
}

.wrapper .spec dl dt {
  text-align: center;
  color: #e51e1e;
}

@media screen and (min-width: 769px) {
  .wrapper .spec dl dt {
    float: left;
    text-align: left;
    color: #000;
  }
}

.wrapper .spec dl dd {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .wrapper .spec dl dd {
    padding-left: 158px;
    text-align: left;
  }
}

.wrapper .copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .wrapper .copyright {
    padding-bottom: 30px;
    font-size: 13px;
  }
}

.steam {
  width: 100%;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .steam {
    width: 689px;
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.steam::hover {
  opacity: 0.8;
}

.steam.tw {
  top: 1020px;
}

@media screen and (max-width: 769px) {
  .steam.tw {
    width: 689px;
    left: 32px;
    font-size: 24px;
    top: 1800px;
    margin-bottom: 30px;
  }
}

.steam--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 16px 0;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
}

.steam--img {
  width: 25px;
  margin-right: 10px;
}

.steam--img > img {
  widows: 100%;
}

.steam--text {
  display: inline-block;
}

.package {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 769px) {
  .package {
    margin-bottom: 60px;
  }
}

.package--inner {
  box-sizing: border-box;
  margin-top: 50px;
  background-image: url(../images/top/bg_package.png);
  background-size: cover;
  height: 436px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 240px 50px 0 40px;
}

@media screen and (max-width: 769px) {
  .package--inner {
    background-image: url(../images/top/bg_package_sp.png);
    width: 689px;
    margin: 30px auto 0;
    height: 844px;
    font-size: 24px;
    padding-top: 330px;
  }
}

.tokuten {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .tokuten {
    margin-bottom: 60px;
  }
}

.tokuten--list {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 769px) {
  .tokuten--list {
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 32px;
  }
}

.tokuten--item {
  width: 240px;
  height: 396px;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .tokuten--item {
    width: 330px;
    height: 544px;
    margin-bottom: 30px;
  }
}

.tokuten--link {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/top/bg-tokuten.png);
  background-size: cover;
  transition: 0.5s;
}

.tokuten--link:hover {
  opacity: 0.8;
}

.tokuten--head {
  font-weight: bold;
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.tokuten--head > br {
  display: none;
}

@media screen and (max-width: 769px) {
  .tokuten--head {
    font-size: 26px;
    margin-top: 30px;
  }
  .tokuten--head.br {
    font-size: 26px;
    margin-top: 10px;
  }
  .tokuten--head > br {
    display: block;
  }
}

.tokuten--img {
  width: 100%;
  margin-top: 20px;
}

.tokuten--img > img {
  width: 100%;
}

.tokuten--inner {
  display: flex;
  justify-content: center;
  width: 220px;
}

@media screen and (max-width: 769px) {
  .tokuten--inner {
    width: 280px;
  }
}

.tokuten--inner.solo {
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .tokuten--inner.solo {
    margin-top: 5px;
  }
}

.tokuten--inner > img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 769px) {
  .tokuten--inner > img {
    width: 30px;
    height: 30px;
  }
}

.tokuten--text {
  width: 170px;
  word-break: break-all;
  margin-top: -2px;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .tokuten--text {
    width: 220px;
    margin-top: -10px;
    font-size: 24px;
  }
}

.h2 {
  width: 415px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .h2 {
    width: 600px;
  }
}

.h2 .sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .h2 .sp {
    display: block;
  }
}

.h2.store {
  width: 300px;
}

@media screen and (max-width: 769px) {
  .h2.store {
    width: 500px;
  }
}

.h2 > img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .h2 .pc {
    display: none;
  }
}

.spt > br {
  display: none;
}

@media screen and (max-width: 769px) {
  .spt > br {
    display: block;
  }
  .spt > span {
    display: none;
  }
}

.youtube {
  width: 100%;
  height: 422px;
  margin: 0 auto 30px;
  display: block;
}

@media screen and (max-width: 769px) {
  .youtube {
    margin: 0 auto 60px;
    width: 687px;
    height: 387px;
  }
}

.system--tit {
  margin: 0 auto 55px;
}

@media screen and (max-width: 769px) {
  .system--tit {
    width: 689px;
  }
}

.system--sub {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .system--sub {
    font-size: 26px;
    margin-top: -10px;
  }
}

.system--cap {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .system--cap {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.system--wrapper {
  box-sizing: border-box;
  width: 100%;
  background-image: url(../images/top/middle.png);
  position: relative;
  margin: 30px auto 33px;
  background-size: 100%;
  padding: 0 30px 20px;
}

@media screen and (max-width: 769px) {
  .system--wrapper {
    width: 689px;
  }
}

.system--wrapper::before, .system--wrapper:after {
  width: 100%;
  display: block;
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.system--wrapper:before {
  top: -30px;
  height: 30px;
  background-image: url(../images/top/top.png);
}

@media screen and (max-width: 769px) {
  .system--wrapper:before {
    top: -29px;
    height: 29px;
  }
}

.system--wrapper::after {
  height: 33px;
  bottom: -33px;
  background-image: url(../images/top/bottom.png);
}

@media screen and (max-width: 769px) {
  .system--wrapper::after {
    height: 30px;
    bottom: -30px;
  }
}

.system--box {
  margin-bottom: 80px;
}

.system--box.mt120 {
  margin-top: 120px;
}

.system--ss {
  width: 100%;
  font-size: 0;
  margin-bottom: 25px;
}

.system--ss--img {
  width: 100%;
}

.system--text {
  font-size: 14px;
}

.system--text.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .system--text {
    font-size: 24px;
  }
}

.system--h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  margin-bottom: 45px;
}

.system--h4__text > img {
  width: 100%;
}

.system--h4__text.en1 {
  width: 176px;
}

.system--h4__text.en2 {
  width: 466px;
}

.system--h4__text.en3 {
  width: 552px;
}

.system--h4__text.en4 {
  width: 455px;
}

.system--h4__text.en5 {
  width: 549px;
}

.system--h4__text.tw1 {
  width: 212px;
}

.system--h4__text.tw2 {
  width: 212px;
}

.system--h4__text.tw3 {
  width: 160px;
}

.system--h4__text.tw4 {
  width: 572px;
}

.system--h4__text.tw5 {
  width: 365px;
}

.system--h4__text.ja1 {
  width: 365px;
}

.system--h4__deco {
  width: 110px;
}

.system--h4__deco > img {
  width: 100%;
}

.system--h4__deco:last-child {
  transform: scale(-1, 1);
}

.story {
  box-sizing: border-box;
  width: 100%;
  background-image: url(../images/top/middle.png);
  position: relative;
  margin: 30px auto 103px;
  background-size: 100%;
  padding: 0 30px 20px;
}

@media screen and (max-width: 769px) {
  .story {
    width: 689px;
  }
}

.story::before, .story:after {
  width: 100%;
  display: block;
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.story:before {
  top: -30px;
  height: 30px;
  background-image: url(../images/top/top.png);
}

@media screen and (max-width: 769px) {
  .story:before {
    top: -29px;
    height: 29px;
  }
}

.story::after {
  height: 33px;
  bottom: -33px;
  background-image: url(../images/top/bottom.png);
}

@media screen and (max-width: 769px) {
  .story::after {
    height: 30px;
    bottom: -30px;
  }
}

.story--tit {
  width: 383px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.story--tit > img {
  width: 100%;
}

.story--text {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .story--text {
    font-size: 24px;
  }
}

.chara {
  margin-bottom: 80px;
}

.chara--inner {
  display: flex;
  align-items: center;
}

.chara--inner:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 769px) {
  .chara--inner:nth-child(even) {
    flex-direction: column;
  }
}

@media screen and (max-width: 769px) {
  .chara--inner {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .chara--inner:nth-child(1) {
    margin-bottom: -120px;
  }
  .chara--inner:nth-child(2) {
    margin-bottom: -100px;
  }
  .chara--inner:nth-child(3) {
    margin-bottom: -110px;
  }
  .chara--inner:nth-child(4) {
    margin-bottom: -150px;
  }
  .chara--inner:nth-child(5) {
    margin-bottom: -140px;
  }
  .chara--inner:nth-child(6) {
    margin-bottom: -70px;
  }
  .chara--inner:nth-child(7) {
    margin-bottom: -80px;
  }
  .chara--inner:nth-child(8) {
    margin-bottom: -150px;
  }
}

.chara--img {
  width: 375px;
}

.chara--img > img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .chara--img {
    width: 70%;
    margin: 0 auto 30px;
  }
}

.chara--text {
  box-sizing: border-box;
  width: 375px;
  background-image: url(../images/top/middle.png);
  position: relative;
  margin: 16px auto 33px;
  background-size: 100%;
  padding: 0 30px;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .chara--text {
    width: 689px;
    font-size: 24px;
  }
}

.chara--text::before, .chara--text:after {
  width: 100%;
  display: block;
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.chara--text:before {
  top: -16px;
  height: 16px;
  background-image: url(../images/top/top.png);
}

@media screen and (max-width: 769px) {
  .chara--text:before {
    top: -29px;
    height: 29px;
  }
}

.chara--text::after {
  height: 16px;
  bottom: -16px;
  background-image: url(../images/top/bottom.png);
}

@media screen and (max-width: 769px) {
  .chara--text::after {
    height: 30px;
    bottom: -30px;
  }
}
