#top .inner {
  position: relative;
  z-index: 200;
  background: url(/assets/img/top_main_bg.gif) no-repeat center top/cover;
  height: 100vh;
  width: 100%;
  font-size: 1.3333333333vh;
  padding: 0;
}

#top .inner::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/top_main_bg_chara.png) no-repeat center top/cover;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 30;
  pointer-events: none;
}

#top .inner .cont {
  position: relative;
  height: 62.2em;
  width: 60em;
  margin: 0 auto 0;
  padding: 5.6em 0 0;
  overflow: inherit;
  border: 0;
  box-shadow: none;
  background-color: unset;
}

#top .inner .cont ol li {
  position: relative;
  padding: 0.001rem;
}

#top .inner .cont ol li div {
  position: relative;
  z-index: 30;
  background-color: #fff;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  z-index: 30;
  margin: 0.5rem;
}

#top .inner .cont ol li:nth-of-type(1) div {
  background: url(/assets/img/top_main_bg_01.gif) repeat top/2.2rem auto;
}

#top .inner .cont ol li:nth-of-type(2) div {
  background: url(/assets/img/top_main_bg_02.gif) repeat top/2.2rem auto;
}

#top .inner .cont ol li::before,
#top .inner .cont ol li::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1c445e;
  top: 0;
  z-index: 20;
}

#top .inner .cont ol li::after {
  background-color: #172a38;
  top: 1rem;
  right: -1rem;
  z-index: 10;
}

#top .inner .cont ol li.main {
  height: 36.5em;
}

#top .inner .cont ol li.main div,
#top .inner .cont ol li.main::before,
#top .inner .cont ol li.main::after {
  clip-path: polygon(0 0, 100% 0%, 100% 91%, 0% 100%);
}

#top .inner .cont ol li.sub {
  height: 11em;
  margin-top: -1.5em;
}

#top .inner .cont ol li.sub div,
#top .inner .cont ol li.sub::before,
#top .inner .cont ol li.sub::after {
  clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
}

#top .inner .cont ol li.sub::before {
  clip-path: polygon(0 32%, 100% 0%, 100% 100%, 0% 100%);
}

#top .inner .cont ol li.app-list {
  height: 13em;
  margin-top: 2em;
}

#top .inner .cont ol li.app-list ul {
  text-align: center;
}

#top .inner .cont ol li.app-list ul li {
  margin-top: 3em;
}

#top .inner .cont ol li.app-list ul li::after,
#top .inner .cont ol li.app-list ul li::before {
  content: none;
}

#top .inner .cont .top-txt-let,
#top .inner .cont .top-txt-ttl,
#top .inner .cont .top-txt-sub,
#top .inner .top-txt-scr {
  position: absolute;
  text-indent: -9999em;
}

#top .inner .cont .top-txt-let {
  background: url(/assets/img/top_main_txt_let.png) no-repeat center top/auto 100%;
  width: 46.4em;
  height: 24.7em;
  margin: -4em 0 0 -11.4em;
  z-index: 40;
}

#top .inner .cont .top-txt-ttl {
  background: url(/assets/img/top_main_logo.png) no-repeat center top/auto 100%;
  width: 51.7em;
  height: 30.9em;
  margin: 8.4em 0 0 4.3em;
  font-size: 1em;
  z-index: 50;
}

#top .inner .cont .top-txt-sub {
  background: url(/assets/img/top_main_txt_sub.png) no-repeat center top/auto 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

#top .inner .cont ol li.app-list {
  position: relative;
}

#top .inner .cont ol li.app-list ul li.app-list-apple,
#top .inner .cont ol li.app-list ul li.app-list-google,
#top .inner .cont ol li.app-list ul li.app-list-apple a,
#top .inner .cont ol li.app-list ul li.app-list-google a {
  height: 6.7em;
}

#top .inner .cont ol li.app-list ul li.app-list-apple a {
  width: 18.5em;
}

#top .inner .cont ol li.app-list.lang-en ul li.app-list-apple a {
  width: 20rem;
}

#top .inner .cont ol li.app-list.lang-kr ul li.app-list-apple a {
  width: 21.7em;
}

#top .inner .cont ol li.app-list ul li.app-list-google a {
  margin-left: 4.5em;
  width: 22.9em;
}

#top .inner .top-txt-scr {
  background: url(/assets/img/top_main_txt_scr.png) no-repeat center top/auto 100%;
  width: 100%;
  height: 6.65em;
  margin: -1.2em 0 0;
  animation: anime-arrow 1s ease-in-out infinite;
  z-index: 40;
  pointer-events: none;
}

@keyframes anime-arrow {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 1%;
  }
  100% {
    bottom: 0%;
  }
}
@media screen and (min-width: 500px) and (max-width: 979px) {
  #top .inner,
  #top .inner::after {
    height: 50rem;
  }
}
@media screen and (max-width: 979px) {
  #top .inner {
    display: flex;
    align-content: center;
    background: url(/assets/img/top_main_bg_sp.gif) no-repeat center center/cover;
  }
  #top .inner::after {
    background: url(/assets/img/top_main_bg_chara_sp.png) no-repeat center center/cover;
  }
  #top .inner .cont {
    padding: 0;
    height: auto;
    width: 31rem;
    align-self: center;
  }
  #top .inner .cont ol li div {
    background-size: 1.1rem auto;
  }
  #top .inner .cont ol li:nth-of-type(1) div {
    background-size: 1.1rem auto;
  }
  #top .inner .cont ol li:nth-of-type(2) div {
    background-size: 1.1rem auto;
  }
  #top .inner .cont ol li::after {
    top: 0.6rem;
    right: -0.6rem;
  }
  #top .inner .cont ol li div {
    height: calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
    margin: 0.25rem;
  }
  #top .inner .cont ol li.main {
    height: 20.5rem;
  }
  #top .inner .cont .top-txt-let {
    width: 23.4rem;
    height: 13.6rem;
    margin: -4.9rem 0 0 -2.6rem;
  }
  #top .inner .cont .top-txt-ttl {
    width: 30rem;
    height: 17.6rem;
    margin: 3.3rem 0 0 0.5rem;
  }
  #top .inner .cont ol li.main div,
  #top .inner .cont ol li.main::before,
  #top .inner .cont ol li.main::after {
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
  }
  #top .inner .cont ol li.sub {
    height: 9.5rem;
    margin-top: -1.3rem;
  }
  #top .inner .cont ol li.sub div,
  #top .inner .cont ol li.sub::after {
    clip-path: polygon(0 27%, 100% 0%, 100% 100%, 0% 100%);
  }
  #top .inner .cont ol li.sub::before {
    clip-path: polygon(0 26%, 100% 0%, 100% 100%, 0% 100%);
  }
  #top .inner .cont ol li.app-list {
    height: 9.2rem;
    margin-top: 1.3rem;
  }
  #top .inner .cont .top-txt-sub {
    background: url(/assets/img/top_main_txt_sub_sp.png) no-repeat top 0.2rem center/auto 100%;
  }
  #top .inner .cont ol li.app-list ul li.app-list-apple,
  #top .inner .cont ol li.app-list ul li.app-list-google {
    margin-top: 2.3rem;
  }
  #top .inner .top-txt-scr {
    height: 5rem;
  }
  #top .inner .cont ol li.app-list ul li.app-list-apple,
  #top .inner .cont ol li.app-list ul li.app-list-google,
  #top .inner .cont ol li.app-list ul li.app-list-apple a,
  #top .inner .cont ol li.app-list ul li.app-list-google a {
    height: 4.5rem;
  }
  #top .inner .cont ol li.app-list ul li.app-list-apple a {
    width: 11.7rem;
  }
  #top .inner .cont ol li.app-list.lang-en ul li.app-list-apple a {
    width: 13.7rem;
  }
  #top .inner .cont ol li.app-list.lang-zh ul li.app-list-apple a {
    width: 12.2rem;
  }
  #top .inner .cont ol li.app-list.lang-kr ul li.app-list-apple a {
    width: 14.7rem;
  }
  #top .inner .cont ol li.app-list ul li.app-list-google a {
    margin-left: 1rem;
    width: 14.4rem;
  }
  #top .inner .cont ol li.app-list.lang-en ul li.app-list-google a {
    margin-left: 0;
    width: 15.4rem;
  }
  #top .inner .cont ol li.app-list.lang-zh ul li.app-list-google a {
    margin-left: 0.7rem;
    width: 15.2rem;
  }
  #top .inner .cont ol li.app-list.lang-kr ul li.app-list-google a {
    margin-left: 0rem;
    width: 15.2rem;
  }
}
#movie {
  position: relative;
  overflow: hidden;
  background: url(/assets/img/movie_bg.png) repeat top left/22.2rem auto, url(/assets/img/chara_bg_fighter.gif) repeat top left/2.2rem auto;
}

#movie .inner {
  padding-bottom: 16rem;
}

#movie .inner .ttl.ttl-movie {
  display: none;
}

#movie .inner .cont {
  background-color: #000;
}

#movie .inner .cont iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 979px) {
  #movie {
    padding-top: 18rem;
    background-size: 11.1rem auto, 1.3rem auto;
  }
  #movie .inner {
    padding-bottom: 12rem;
  }
}
#info {
  position: relative;
  z-index: 30;
  padding: 1.4rem 0 0;
  overflow: hidden;
}

#info::after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  right: -25%;
  width: 150%;
  height: 102%;
  background: url(/assets/img/info_bg.gif) repeat center top/90rem;
  transform: rotate(-15deg);
}

#info .inner {
  padding-bottom: 34rem;
}

#info .inner .ttl.ttl-news {
  margin-top: 14rem;
}

#info .inner .ttl-sns::after {
  background-image: url(/assets/img/info_ttl_sns.png);
}

#info .inner .ttl-news::after {
  background-image: url(/assets/img/info_ttl_news.png);
}

#info .cont {
  width: 55rem;
  overflow-y: scroll;
  margin-top: 2.3rem;
  height: auto;
  max-height: 40rem;
}

#info .cont.cont-fb {
  width: 50rem;
  height: auto;
}

.news-list {
  padding: 0 3.6rem;
  background-color: #fff;
}

.news-list ul {
  display: flex;
  flex-direction: column-reverse;
}

.news-list ul li {
  padding: 2.5rem 0;
  list-style-type: none;
  border-bottom: 0.2rem solid #5d5d5d;
}

.news-list ul li:first-of-type {
  padding-top: 3rem;
  border: 0;
}

.news-list ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
  background: url(/assets/img/arrow_01.png) no-repeat right top/auto 2rem;
}

.news-list ul li a time {
  display: block;
}

.news-list ul li a span {
  display: block;
  margin-top: 1rem;
}

@media screen and (max-width: 979px) {
  #info {
    margin-top: 1.8rem;
  }
  #info::after {
    right: -50%;
    width: 200%;
    height: 94%;
    background-size: 45rem auto;
  }
  #info .cont {
    width: 32.5rem;
    height: auto;
    max-height: 45.9rem;
    margin-top: 1.4rem;
  }
  #info .inner .ttl.ttl-news {
    margin-top: 7rem;
  }
  .news-list {
    padding: 0 1.6rem;
  }
  .news-list ul li {
    padding: 1.6rem 0;
    border-width: 0.1rem;
  }
  .news-list ul li a {
    font-size: 1.35rem;
  }
  .news-list ul li:first-of-type {
    padding-top: 2.5rem;
  }
  .news-list ul li a span {
    margin-top: 0.8rem;
    line-height: 2.2rem;
  }
}
.inner [class*=cont-] ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 75rem;
  margin: 0 auto 0;
}

.inner [class*=cont-] ul li {
  height: 100%;
}

.inner [class*=cont-] ul li p {
  display: block;
  position: relative;
  height: 100%;
}

.inner [class*=cont-] ul li p span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  z-index: 30;
  margin: 0.5rem;
  overflow: hidden;
  text-align: left;
}

.inner [class*=cont-] ul li p span img {
  width: 100%;
}

.inner [class*=cont-] ul li:nth-child(4) p span {
  background: url(/assets/img/wats_txt_bg.gif) repeat center top/cover;
}

.inner [class*=cont-] ul li p::before,
.inner [class*=cont-] ul li p::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1c445e;
  top: 0;
  z-index: 20;
}

.inner [class*=cont-] ul li p::after {
  background-color: #172a38;
  top: 1rem;
  right: -1rem;
  z-index: 10;
}

.inner .cont-img {
  position: relative;
  overflow: inherit;
  border: 0;
  box-shadow: none;
  margin: 7.5rem auto 0;
}

.inner .cont-img:not(:first-of-type) {
  margin-top: 19rem;
}

.inner .cont-img span {
  line-height: 2.05;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
}

.inner .cont-img ul {
  height: 56rem;
  width: 64rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 12rem 16rem 1fr;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-areas: ". ." ". ." ". .";
}

.inner .cont-img ul li:nth-of-type(1) {
  grid-area: 1/1/4/2;
}

.inner .cont-img ul li:nth-of-type(2) {
  grid-area: 1/2/2/3;
}

.inner .cont-img ul li:nth-of-type(3) {
  grid-area: 2/2/3/3;
  margin-top: 7rem;
}

.inner .cont-img ul li:nth-of-type(4) {
  grid-area: 3/2/4/3;
}

.inner .cont-img:nth-of-type(2n) ul li:nth-of-type(1) {
  grid-area: 1/2/4/3;
}

.inner .cont-img:nth-of-type(2n) ul li:nth-of-type(2) {
  grid-area: 1/1/2/2;
}

.inner .cont-img:nth-of-type(2n) ul li:nth-of-type(3) {
  grid-area: 2/1/3/2;
}

.inner .cont-img:nth-of-type(2n) ul li:nth-of-type(4) {
  grid-area: 3/1/4/2;
}

.inner .cont-img ul li:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 40;
  margin: -11rem 0 0 -3.5rem;
  width: 37.1rem;
  height: 32.15rem;
  background: url(/assets/img/ttl_bg_subttl.png) no-repeat center top/100% auto;
}

.inner .cont-img ul li h4 {
  position: absolute;
  margin: -3.8rem 0 0 -2.3rem;
  z-index: 50;
  width: 36.5rem;
  height: 22.5rem;
  background: url(/assets/img/wats_subttl_01.png) no-repeat left top/100% auto;
  text-indent: -9999rem;
}

.inner .cont-img ul li:nth-of-type(3) p::before,
.inner .cont-img ul li:nth-of-type(3) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 73%);
}

.inner .cont-img ul li:nth-of-type(3) p span {
  clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 71%);
}

.inner .cont-img ul li:nth-of-type(4) p span,
.inner .cont-img ul li:nth-of-type(4) p::before,
.inner .cont-img ul li:nth-of-type(4) p::after {
  clip-path: polygon(0 0%, 100% 12%, 100% 100%, 0% 100%);
}

.inner .cont-img ul li:nth-of-type(4) p::before,
.inner .cont-img ul li:nth-of-type(4) p::after {
  margin-top: -0.5rem;
}

.inner .cont-img ul li:nth-of-type(4) p span {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 4rem;
  width: calc(100% - 9rem);
  height: calc(100% - 1rem);
  clip-path: polygon(0 0.5%, 100% 12.5%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 979px) {
  .inner .cont-img {
    margin-top: 7rem;
  }
  .inner .cont-img ul {
    height: 29rem;
    width: 35rem;
    gap: 1rem 1rem;
    grid-template-rows: 6rem 8rem 1fr;
  }
  .inner .cont-img span {
    font-size: 1.2rem;
  }
  .inner [class*=cont-] ul li p span {
    height: calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
    margin: 0.25rem;
  }
  .inner [class*=cont-] ul li p::after {
    top: 0.5rem;
    right: -0.5rem;
  }
  .inner .cont-img ul li:nth-of-type(3) {
    margin-top: 5rem;
  }
  .inner .cont-img ul li:nth-of-type(4) p span {
    padding: 1rem 2rem 0;
    width: calc(100% - 4.5rem);
    height: calc(100% - 1.5rem);
  }
  .inner .cont-img ul li:nth-of-type(2)::before {
    margin: -5.4rem 0 0 -1rem;
    width: 18.55rem;
    height: 16.075rem;
  }
  .inner .cont-img:nth-of-type(even) ul li:nth-of-type(2)::before {
    margin: -5.4rem 0 0 0;
  }
  .inner .cont-img ul li h4 {
    margin: -2.8rem 0 0 -2.3rem;
    width: 19.8rem;
    height: 17.4rem;
  }
  .inner .cont-img:nth-of-type(even) ul li h4 {
    margin-left: -1rem;
  }
  .inner .cont-img:not(:first-of-type) {
    margin-top: 11rem;
  }
  .inner .cont-img ul li:nth-of-type(4) p::before,
  .inner .cont-img ul li:nth-of-type(4) p::after {
    margin-top: -0.25rem;
  }
  #info .cont.cont-fb {
    width: 33rem;
    height: auto;
  }
}
.inner .cont-img.cont-txt-05 ul,
.inner .cont-img.cont-txt-06 ul,
.inner .cont-img.cont-txt-08 ul {
  grid-template-rows: 9rem 16rem 1fr;
}

.inner .cont-img.cont-txt-05 ul li:nth-of-type(4) p::before,
.inner .cont-img.cont-txt-05 ul li:nth-of-type(4) p::after,
.inner .cont-img.cont-txt-06 ul li:nth-of-type(4) p::before,
.inner .cont-img.cont-txt-06 ul li:nth-of-type(4) p::after .inner .cont-img.cont-txt-08 ul li:nth-of-type(4) p::before,
.inner .cont-img.cont-txt-08 ul li:nth-of-type(4) p::after {
  clip-path: polygon(0 0%, 100% 11%, 100% 100%, 0% 100%);
}

.inner .cont-img.cont-txt-05 ul li:nth-of-type(4) p span,
.inner .cont-img.cont-txt-06 ul li:nth-of-type(4) p span,
.inner .cont-img.cont-txt-08 ul li:nth-of-type(4) p span {
  padding-top: 2rem;
  height: calc(100% - 3rem);
  clip-path: polygon(0 0.5%, 100% 11.5%, 100% 100%, 0% 100%);
}

.inner .cont-img.cont-txt-06 ul li:nth-of-type(4) p span {
  line-height: 3.7rem;
}

.inner .cont-img.cont-txt-08 ul li:nth-of-type(4) p span {
  line-height: 3rem;
}

@media screen and (max-width: 979px) {
  .inner .cont-img.cont-txt-05 ul,
  .inner .cont-img.cont-txt-06 ul,
  .inner .cont-img.cont-txt-08 ul {
    grid-template-rows: 4.5rem 8rem 1fr;
  }
  .inner .cont-img.cont-txt-05 ul li:nth-of-type(4) p span,
  .inner .cont-img.cont-txt-06 ul li:nth-of-type(4) p span,
  .inner .cont-img.cont-txt-08 ul li:nth-of-type(4) p span {
    padding-top: 1rem;
    height: calc(100% - 1.5rem);
    clip-path: polygon(0 0.5%, 100% 11%, 100% 100%, 0% 100%);
  }
  .inner .cont-img.cont-txt-05 ul li:nth-of-type(4) p span {
    clip-path: polygon(0 0.5%, 100% 12%, 100% 100%, 0% 100%);
  }
  .inner .cont-img.cont-txt-05 ul li:nth-of-type(4) p span,
  .inner .cont-img.cont-txt-06 ul li:nth-of-type(4) p span {
    line-height: 1.85rem;
  }
  .inner .cont-img.cont-txt-08 ul li:nth-of-type(4) p span {
    line-height: 1.5rem;
  }
}
#wats {
  padding-top: 28rem;
  background: url(/assets/img/wats_bg.png) repeat center top -5rem/100% auto;
}

#wats .inner .ttl {
  margin-top: -0.4rem;
}

#wats .inner .ttl::after {
  background-image: url(/assets/img/wats_ttl.png);
}

#wats .inner .cont-img.cont-img-02 ul li h4 {
  background: url(/assets/img/wats_subttl_02.png) no-repeat center top/100% auto;
}

#wats .inner .cont-img.cont-img-03 ul li h4 {
  background: url(/assets/img/wats_subttl_03.png) no-repeat center top/100% auto;
}

@media screen and (max-width: 979px) {
  #wats {
    background: url(/assets/img/wats_bg_sp.png) repeat center top -2.6rem/100% auto;
    padding-top: 6.5rem;
  }
}
#play {
  background: url(/assets/img/play_bg.gif) repeat center top/100% auto;
}

#play .inner .ttl {
  margin-top: -9.2rem;
}

#play .inner .ttl::after {
  background-image: url(/assets/img/play_ttl.png);
}

#play .inner h3.subttl {
  margin: 2.5rem auto 0;
  width: 80rem;
  height: 11rem;
  background: url(/assets/img/play_subttl_battle.png) no-repeat center top/100% auto;
  text-indent: -9999rem;
}

#play .inner h3.subttl.subttl-dungeon {
  margin-top: 16rem;
  background: url(/assets/img/play_subttl_dungeon.png) no-repeat center top/100% auto;
}

#play .inner h3.subttl.subttl-quest {
  margin-top: 16rem;
  background: url(/assets/img/play_subttl_quest.png) no-repeat center top/100% auto;
}

#play .inner .subttl + .cont-img {
  margin-top: 12rem;
}

#play .inner .cont-img.cont-img-01 ul li h4 {
  background: url(/assets/img/play_subttl_01.png) no-repeat center top/100% auto;
}

#play .inner .cont-img.cont-img-02 ul li h4 {
  background: url(/assets/img/play_subttl_02.png) no-repeat center top/100% auto;
}

#play .inner .cont-img.cont-img-03 ul li h4 {
  background: url(/assets/img/play_subttl_03.png) no-repeat center top/100% auto;
}

#play .inner .cont-img.cont-img-04 ul li h4 {
  background: url(/assets/img/play_subttl_04.png) no-repeat center top/100% auto;
}

@media screen and (max-width: 979px) {
  #play .inner h3.subttl {
    margin-top: 1.1rem;
    width: 37.5rem;
    height: 5.5rem;
    background-size: auto 100%;
  }
  #play .inner .subttl + .cont-img {
    margin-top: 6.2rem;
  }
  #play .inner h3.subttl.subttl-dungeon {
    width: 37.5rem;
    margin-top: 7.7rem;
    height: 5.5rem;
    background-size: auto 100%;
  }
  #play .inner h3.subttl.subttl-quest {
    width: 37.5rem;
    margin-top: 8rem;
    height: 8.95rem;
    background: url(/assets/img/play_subttl_quest_sp.png) no-repeat center top/auto 100%;
  }
  #play .inner .cont-img.cont-img-04 {
    margin-top: 6.5rem;
  }
}
#chara {
  background: url(/assets/img/chara_bg_left.gif) repeat-y left top/37.8rem auto, url(/assets/img/chara_bg_right.gif) repeat-y right top/37.8rem auto, #fff;
}

#chara .ttl {
  margin-top: -9.2rem;
}

#chara .inner .ttl::after {
  background-image: url(/assets/img/chara_ttl.png);
}

#chara .inner h3.subttl {
  margin: 1.1rem auto 0;
  width: 55.4rem;
  text-align: center;
  font-size: 3rem;
  position: relative;
  z-index: 100;
}

#chara .inner h3.subttl:not(:first-of-type) {
  margin-top: 10rem;
}

#chara .inner h3.subttl.subttl-skin {
  margin-top: 10rem;
  width: 49.9rem;
  background: url(/assets/img/chara_subttl_skin.png) no-repeat center top/100% auto;
}

#chara .inner [class*=cont-] {
  position: relative;
  width: 75rem;
  margin: 3.6rem auto 0;
}

#chara .inner [class*=cont-] ul li p {
  width: 24rem;
  height: 20rem;
}

#chara .inner [class*=cont-] ul li:nth-child(n+4) {
  margin-top: -4rem;
}

#chara .inner [class*=cont-] ul li:nth-of-type(1) p {
  z-index: 10;
}

#chara .inner .cont-chara ul li:nth-of-type(1) p span,
#chara .inner .cont-chara ul li:nth-of-type(1) p::before,
#chara .inner .cont-chara ul li:nth-of-type(1) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 91%, 0% 100%);
}

#chara .inner .cont-chara ul li:nth-of-type(2) p span,
#chara .inner .cont-chara ul li:nth-of-type(2) p::before,
#chara .inner .cont-chara ul li:nth-of-type(2) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 91%);
}

#chara .inner .cont-chara ul li:nth-of-type(3) p span,
#chara .inner .cont-chara ul li:nth-of-type(3) p::before,
#chara .inner .cont-chara ul li:nth-of-type(3) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 73%, 0% 82%);
}

#chara .inner .cont-chara ul li:nth-of-type(4) p span,
#chara .inner .cont-chara ul li:nth-of-type(4) p::before,
#chara .inner .cont-chara ul li:nth-of-type(4) p::after {
  clip-path: polygon(0 27%, 100% 18%, 100% 100%, 0% 100%);
}

#chara .inner .cont-chara ul li:nth-of-type(5) p span,
#chara .inner .cont-chara ul li:nth-of-type(5) p::before,
#chara .inner .cont-chara ul li:nth-of-type(5) p::after {
  clip-path: polygon(0 18%, 100% 9%, 100% 100%, 0% 100%);
}

#chara .inner .cont-chara ul li:nth-of-type(6) p span,
#chara .inner .cont-chara ul li:nth-of-type(6) p::before,
#chara .inner .cont-chara ul li:nth-of-type(6) p::after {
  clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 100%);
}

#chara .inner .cont-skin ul li p {
  height: 30.4rem;
}

#chara .inner .cont-skin ul li:nth-of-type(1) p span,
#chara .inner .cont-skin ul li:nth-of-type(1) p::before,
#chara .inner .cont-skin ul li:nth-of-type(1) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 94%, 0% 100%);
}

#chara .inner .cont-skin ul li:nth-of-type(2) p span,
#chara .inner .cont-skin ul li:nth-of-type(2) p::before,
#chara .inner .cont-skin ul li:nth-of-type(2) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 94%);
}

#chara .inner .cont-skin ul li:nth-of-type(3) p span,
#chara .inner .cont-skin ul li:nth-of-type(3) p::before,
#chara .inner .cont-skin ul li:nth-of-type(3) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 88%);
}

#chara .inner .cont-skin ul li:nth-of-type(4) p span,
#chara .inner .cont-skin ul li:nth-of-type(4) p::before,
#chara .inner .cont-skin ul li:nth-of-type(4) p::after {
  clip-path: polygon(0 18%, 100% 12%, 100% 100%, 0% 100%);
}

#chara .inner .cont-skin ul li:nth-of-type(5) p span,
#chara .inner .cont-skin ul li:nth-of-type(5) p::before,
#chara .inner .cont-skin ul li:nth-of-type(5) p::after {
  clip-path: polygon(0 12%, 100% 6%, 100% 100%, 0% 100%);
}

#chara .inner .cont-skin ul li:nth-of-type(6) p span,
#chara .inner .cont-skin ul li:nth-of-type(6) p::before,
#chara .inner .cont-skin ul li:nth-of-type(6) p::after {
  clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);
}

#chara .inner .cont-chara::before,
#chara .inner .cont-chara::after,
#chara .inner .cont-skin::before,
#chara .inner .cont-skin::after,
#chara .inner .cont-skin + .link-see::before,
#chara .inner .cont-skin + .link-see::after,
#chara .inner .cont-change::before,
#chara .inner .cont-change::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 50;
  width: 20.3rem;
  height: 18.6rem;
  top: -15.3rem;
  right: -9.8rem;
  background: url(/assets/img/steam.png) no-repeat right top/auto 100%;
  transform: rotateZ(41deg);
}

#chara .inner .cont-chara::after {
  top: 0.8rem;
  left: -16.3rem;
  height: 12.8rem;
  transform: rotateZ(301deg);
}

#chara .inner .cont-skin::before {
  top: -14.4rem;
  right: -5.8rem;
  height: 12.8rem;
  transform: rotateZ(70deg);
}

#chara .inner .cont-skin::after {
  top: -11.4rem;
  left: -11.4rem;
  height: 18.6rem;
  transform: rotateZ(299deg);
}

#chara .inner .cont-skin + .link-see::before {
  top: -13.4rem;
  right: -31.1rem;
  height: 12.8rem;
  transform: rotateZ(124deg);
}

#chara .inner .cont-skin + .link-see::after {
  top: -0.4rem;
  left: -12.3rem;
  height: 14.9rem;
  transform: rotateZ(219deg);
}

#chara .inner .cont-change::before {
  top: -18.5rem;
  right: -7.6rem;
  height: 18.6rem;
  transform: rotateZ(42deg);
}

#chara .inner .cont-change::after {
  top: 7rem;
  left: -16.3rem;
  height: 12.8rem;
  transform: rotateZ(302deg);
}

#chara .inner .cont-chara ul li.chara-list-priest p span {
  background: url(/assets/img/chara_bg_priest.gif) repeat center top/2.2rem auto;
}

#chara .inner .cont-chara ul li.chara-list-fighter p span {
  background: url(/assets/img/chara_bg_fighter.gif) repeat center top/2.2rem auto;
}

#chara .inner .cont-chara ul li.chara-list-knight p span {
  background: url(/assets/img/chara_bg_knight.gif) repeat center top/2.2rem auto;
}

#chara .inner .cont-chara ul li.chara-list-thief p span {
  background: url(/assets/img/chara_bg_thief.gif) repeat center bottom/2.2rem auto;
}

#chara .inner .cont-chara ul li.chara-list-archer p span {
  background: url(/assets/img/chara_bg_archer.gif) repeat center bottom/2.2rem auto;
}

#chara .inner .cont-chara ul li.chara-list-wizard p span {
  background: url(/assets/img/chara_bg_wizard.gif) repeat center bottom/2.2rem auto;
}

#chara .inner .cont-chara ul li:nth-child(2) p span {
  clip-path: polygon(0 0, 100% 0%, 100% 81.5%, 0% 90.5%);
}

#chara .inner .cont-chara ul li:nth-child(3) p span {
  clip-path: polygon(0 0, 100% 0%, 100% 72%, 0% 81%);
}

#chara .inner .cont-chara ul li:nth-child(4) p span {
  clip-path: polygon(0 28%, 100% 19%, 100% 100%, 0% 100%);
}

#chara .inner .cont-chara ul li:nth-child(5) p span {
  clip-path: polygon(0 18.5%, 100% 9.5%, 100% 100%, 0% 100%);
}

#chara .inner .cont-chara ul li p span img {
  max-width: 100rem;
  height: 32.6rem;
  width: auto;
}

#chara .inner .cont-chara ul li.chara-list-priest p span img {
  margin: -2.4rem 0 0 -9.6rem;
}

#chara .inner .cont-chara ul li.chara-list-fighter p span img {
  margin: 1rem 0 0 -8.2rem;
}

#chara .inner .cont-chara ul li.chara-list-knight p span img {
  margin: 0.2rem 0 0 -6rem;
}

#chara .inner .cont-chara ul li.chara-list-thief p span img {
  margin: 2.6rem 0 0 -9.6rem;
}

#chara .inner .cont-chara ul li.chara-list-archer p span img {
  margin: 2rem 0 0 -1rem;
}

#chara .inner .cont-chara ul li.chara-list-wizard p span img {
  margin: 0.6rem 0 0 -3.6rem;
}

#chara .inner .cont-skin ul li:nth-child(2) p span {
  clip-path: polygon(0 0, 100% 0%, 100% 87.5%, 0% 93.5%);
}

#chara .inner .cont-skin ul li:nth-child(3) p span {
  clip-path: polygon(0 0, 100% 0%, 100% 81.5%, 0% 87.5%);
}

#chara .inner .cont-skin ul li:nth-child(4) p span {
  clip-path: polygon(0 18.5%, 100% 12.5%, 100% 100%, 0% 100%);
}

#chara .inner .cont-skin ul li:nth-child(5) p span {
  clip-path: polygon(0 12.25%, 100% 6.25%, 100% 100%, 0% 100%);
}

#chara .inner .cont-change {
  width: 65rem;
}

#chara .inner .cont-change ul {
  width: 65.5rem;
  height: 55rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 13.2rem 15rem 1.4fr;
  gap: 1.5rem 2rem;
}

#chara .inner .cont-change ul li {
  width: 100%;
}

#chara .inner .cont-change ul li:nth-of-type(1) {
  grid-area: 1/1/4/2;
}

#chara .inner .cont-change ul li:nth-of-type(2) {
  grid-area: 1/2/2/4;
}

#chara .inner .cont-change ul li:nth-of-type(3) {
  grid-area: 2/2/3/3;
}

#chara .inner .cont-change ul li:nth-of-type(4) {
  grid-area: 2/3/3/4;
  margin: 0 0 0 -0.5rem;
}

#chara .inner .cont-change ul li:nth-of-type(5) {
  grid-area: 3/2/4/4;
  margin: -3rem 0 0 0;
  height: 115%;
}

#chara .inner .cont-change ul li p {
  width: 31.5rem;
  height: 100%;
}

#chara .inner .cont-change ul li:nth-of-type(3) p,
#chara .inner .cont-change ul li:nth-of-type(4) p {
  width: 15rem;
}

#chara .inner .cont-change ul li:nth-of-type(1) p {
  height: 100%;
}

#chara .inner .cont-change ul li p span {
  overflow: hidden;
}

#chara .inner .cont-change ul li:nth-of-type(3) p span,
#chara .inner .cont-change ul li:nth-of-type(3) p::before,
#chara .inner .cont-change ul li:nth-of-type(3) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 91%, 0 83%);
}

#chara .inner .cont-change ul li:nth-of-type(4) p span,
#chara .inner .cont-change ul li:nth-of-type(4) p::before,
#chara .inner .cont-change ul li:nth-of-type(4) p::after {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 92%);
}

#chara .inner .cont-change ul li:nth-of-type(5) p span,
#chara .inner .cont-change ul li:nth-of-type(5) p::before,
#chara .inner .cont-change ul li:nth-of-type(5) p::after {
  clip-path: polygon(0 3%, 100% 13%, 100% 100%, 0% 100%);
}

#chara .inner .cont-change ul li:nth-of-type(5) p span {
  background: url(/assets/img/wats_txt_bg.gif) no-repeat center center/cover;
  text-indent: 0;
  padding: 4.5rem 4rem 0;
  line-height: 2.05;
  font-size: 2rem;
  font-weight: bold;
  width: calc(100% - 9rem);
  height: calc(100% - 5.5rem);
  clip-path: polygon(0 3.5%, 100% 13.5%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 979px) {
  #chara {
    background-size: 15rem auto;
  }
  #chara .inner h3.subttl {
    margin-top: 1.3rem;
    width: 35.4rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #chara .inner h3.subttl:not(:first-of-type) {
    margin-top: 6.5rem;
  }
  #chara .inner h3.subttl span {
    display: block;
  }
  #chara .inner [class*=cont-],
  .inner [class*=cont-] ul {
    margin-top: 1.6rem;
    width: 35.5rem;
  }
  #chara .inner [class*=cont-] ul li p {
    width: 11.2rem;
    height: 9.4rem;
  }
  #chara .inner [class*=cont-] ul li:nth-child(n+4) {
    margin-top: -1.6rem;
  }
  #chara .inner h3.subttl.subttl-skin {
    width: 29.9rem;
  }
  #chara .inner .cont-skin ul li p {
    height: 14.4rem;
  }
  #chara .inner .cont-chara ul li:nth-child(1) p span,
  #chara .inner .cont-chara ul li:nth-child(2) p span,
  #chara .inner .cont-chara ul li:nth-child(3) p span,
  #chara .inner .cont-chara ul li:nth-child(4) p span,
  #chara .inner .cont-chara ul li:nth-child(5) p span,
  #chara .inner .cont-chara ul li:nth-child(6) p span {
    background-size: 1.1rem auto;
  }
  #chara .inner .cont-chara ul li p span img {
    height: 16.3rem;
  }
  #chara .inner .cont-chara ul li.chara-list-priest p span img {
    margin: -1.7rem 0 0 -4.8rem;
  }
  #chara .inner .cont-chara ul li.chara-list-fighter p span img {
    margin: 0.5rem 0 0 -4.1rem;
  }
  #chara .inner .cont-chara ul li.chara-list-knight p span img {
    margin: 0.1rem 0 0 -3rem;
  }
  #chara .inner .cont-chara ul li.chara-list-thief p span img {
    margin: 1.3rem 0 0 -4.8rem;
  }
  #chara .inner .cont-chara ul li.chara-list-archer p span img {
    margin: 1rem 0 0 -0.5rem;
  }
  #chara .inner .cont-chara ul li.chara-list-wizard p span img {
    margin: 0.3rem 0 0 -1.8rem;
  }
  #chara .inner .cont-change ul {
    width: 35.5rem;
    height: 28.6rem;
    gap: 1rem 1rem;
    grid-template-rows: 5.8rem 1.2fr 1.4fr;
  }
  #chara .inner .cont-change ul li p {
    width: 17.8rem;
    height: 5.8rem;
  }
  #chara .inner .cont-change ul li:nth-of-type(1) p {
    width: 16.6rem;
  }
  #chara .inner .cont-change ul li:nth-of-type(3) p,
  #chara .inner .cont-change ul li:nth-of-type(4) p {
    width: 8.4rem;
    height: 8.2rem;
  }
  #chara .inner .cont-change ul li:nth-of-type(4) {
    margin: 0 0 0 -0.5rem;
  }
  #chara .inner .cont-change ul li:nth-of-type(4) p {
    margin-left: 0.5rem;
  }
  #chara .inner .cont-change ul li:nth-of-type(5) p {
    height: 14rem;
    margin-top: -1rem;
  }
  #chara .inner .cont-change ul li:nth-of-type(5) p span,
  #chara .inner .cont-change ul li:nth-of-type(5) p::before,
  #chara .inner .cont-change ul li:nth-of-type(5) p::after {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
  #chara .inner .cont-change ul li:nth-of-type(5) p span {
    padding: 1.7rem 2rem 0;
    width: calc(100% - 4.5rem);
    height: calc(100% - 2.25rem);
    font-size: 1.25rem;
  }
  #chara .inner .cont-change.line-height ul li:nth-of-type(5) p span {
    line-height: 1.8rem;
  }
  #chara .inner .cont-chara::before,
  #chara .inner .cont-chara::after,
  #chara .inner .cont-skin::before,
  #chara .inner .cont-skin::after,
  #chara .inner .cont-skin + .link-see::before,
  #chara .inner .cont-skin + .link-see::after,
  #chara .inner .cont-change::before,
  #chara .inner .cont-change::after {
    width: 8rem;
  }
  #chara .inner .cont-chara::before {
    top: -5rem;
    left: 28.4rem;
    width: 5.4rem;
    height: 6rem;
    transform: rotateZ(36deg);
  }
  #chara .inner .cont-chara::after {
    top: -10rem;
    left: -0.4rem;
    width: 6.2rem;
    height: 6.9rem;
    transform: rotateZ(322deg);
  }
  #chara .inner .cont-skin::before {
    top: -6.2rem;
    right: 2rem;
    width: 6.9rem;
    height: 7.4rem;
    transform: rotateZ(36deg);
  }
  #chara .inner .cont-skin::after {
    top: -13.8rem;
    left: 1.1rem;
    width: 6.8rem;
    height: 7.7rem;
    transform: rotateZ(221deg);
  }
  #chara .inner .cont-skin + .link-see::before {
    top: -3.8rem;
    right: -2.9rem;
    width: 5.3rem;
    height: 6rem;
    transform: rotateZ(118deg);
  }
  #chara .inner .cont-skin + .link-see::after {
    top: -2.4rem;
    left: -3.2rem;
    width: 7.6rem;
    height: 8.6rem;
    transform: rotateZ(223deg);
  }
  #chara .inner .cont-change::before {
    top: -7.1rem;
    right: 1.7rem;
    width: 5.3rem;
    height: 6rem;
    transform: rotateZ(34deg);
  }
  #chara .inner .cont-change::after {
    top: -10rem;
    left: 1.5rem;
    width: 6.2rem;
    height: 6.9rem;
    transform: rotateZ(322deg);
  }
  #chara .inner .cont-change.cont-txt-05 ul li:nth-of-type(5) p span {
    line-height: 2.2rem;
  }
}
#nft {
  background: url(/assets/img/nft_bg.gif) repeat center top/35rem auto;
}

#nft .inner .ttl {
  margin-top: -9.2rem;
}

#nft .inner .ttl::after {
  background-image: url(/assets/img/nft_ttl.png);
}

#nft .inner h3.subttl {
  margin: 1.1rem auto 0;
  width: 70rem;
  text-align: center;
  font-size: 3rem;
  position: relative;
  z-index: 100;
}

#nft .inner .cont {
  height: auto;
  margin: 3.6rem auto 0;
}

@media screen and (max-width: 979px) {
  #nft .inner h3.subttl {
    margin-top: 1.3rem;
    width: 35.4rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #nft .inner h3.subttl span {
    display: block;
  }
  #nft .inner .cont {
    margin-top: 1.6rem;
  }
  #nft + .applink {
    /* margin-top: -29.8rem; */
  }
}
#regist {
  position: relative;
  overflow: hidden;
  padding: 50vh 0 25rem;
  margin: -50vh 0 0;
  background: url(/assets/img/regist_bg.gif) repeat center top/2.2rem auto;
}

#regist .inner {
  padding-bottom: 28rem;
}

#regist::after {
  position: absolute;
  content: "";
  background: url(/assets/img/app_bg_og.png) repeat-x center top/3.4rem auto;
  display: block;
  width: 150%;
  height: 94.4rem;
  z-index: 50;
  top: -48vh;
  right: -25%;
  transform: rotate(-15deg);
}

#regist .ttl {
  background: none;
  height: 78.5rem;
  width: 86.6rem;
  height: 39.25rem;
  width: 43.3rem;
  margin: 4.2rem auto 0;
}

#regist .ttl.ttl-regist::after {
  background-image: url(/assets/img/regist_ttl.png);
}

#regist .inner .cont {
  position: relative;
  width: 89rem;
  height: auto;
  padding: 5rem;
  margin: -3rem auto 0;
  z-index: 50;
  width: 62rem;
  padding: 2rem;
}

#regist .inner .cont p {
  font-size: 2.5rem;
  line-height: 5rem;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
}

#regist .inner .cont .cont.point-list {
  width: 74rem;
  padding: 0;
  margin: 2.8rem auto 0;
  box-shadow: none;
  width: auto;
}

#regist .inner .cont .point-list li {
  min-height: 8.5rem;
  display: flex;
  align-items: center;
  background-color: #bffff8;
  font-size: 1.6rem;
  padding-left: 1rem;
}

#regist .inner .cont .point-list li:nth-child(even) {
  background-color: #e2fffc;
}

#regist .inner .cont .point-list li::before {
  content: "";
  display: block;
  height: 8.5rem;
  width: 15rem;
  min-width: 15rem;
  margin: 0 2rem 0 1rem;
  background: url(/assets/img/regist_list_icon.png) no-repeat left top -0.8rem/15rem auto;
}

#regist .inner .cont .point-list li.point-app::before {
  background-position-y: -0.8rem;
}

#regist .inner .cont .point-list li.point-ggl::before {
  background-position-y: -10.8rem;
}

#regist .inner .cont .point-list li.point-yyk::before {
  background-position-y: -20.8rem;
}

#regist .inner .cont .point-list li.point-lin::before {
  background-position-y: -30.8rem;
}

#regist .inner .cont .point-list li.point-twr::before {
  background-position-y: -40.8rem;
}

#regist .inner .cont .point-list li.point-fab::before {
  background-position-y: -50.8rem;
}

#regist .inner .cont .point-list li.point-yot::before {
  background-position-y: -60.8rem;
}

#regist .inner .cont .point-list li.point-dis::before {
  background-position-y: -70.8rem;
}

#regist .inner .cont .point-list li span {
  padding: 1rem 0;
}

#regist .inner .cont .point-list + p {
  margin-top: 4rem;
}

#regist .inner .cont .tweet {
  margin: 4rem auto;
  width: 55rem;
}

#regist .inner .accordion-btn-area {
  position: relative;
  width: 67rem;
  margin: 0 auto;
}

#regist .inner .accordion-btn {
  background: url(/assets/img/regist_btn_on.png) no-repeat left top/100% auto;
  margin: 1rem auto 0;
  display: block;
  width: 45.1rem;
  height: 20.3rem;
  text-indent: -9999rem;
  width: 32.55rem;
  height: 15.3rem;
}

#regist .inner .accordion-btn.close {
  background-image: url(/assets/img/regist_btn_off.png);
}

#regist .inner .accordion-btn-area::after {
  position: absolute;
  content: "";
  background: url(/assets/img/regist_img.png) no-repeat center top/100% auto;
  display: block;
  z-index: 30;
  height: 23.2rem;
  width: 15.4rem;
  top: -16rem;
  right: 25rem;
  width: 7.7rem;
  top: -8rem;
  right: 7rem;
}

@media screen and (max-width: 979px) {
  #regist {
    background-size: 1.1rem auto;
  }
  #regist::after {
    background-size: 1.7rem auto;
    top: -1.7rem;
    height: 48.2rem;
  }
  #regist .ttl {
    height: 24.25rem;
    width: 27.3rem;
  }
  #regist .inner .cont {
    width: 30rem;
    padding: 2rem;
  }
  #regist .inner .cont p {
    font-size: 1.6rem;
  }
  #regist .inner .accordion-btn {
    margin-top: 0.5rem;
    width: 22.55rem;
    height: 10.3rem;
  }
  #regist .inner .accordion-btn-area::after {
    width: 5.7rem;
    top: -6rem;
    right: 2rem;
  }
  #regist .inner .cont .cont.point-list {
    margin-top: 1.4rem;
  }
  #regist .inner .cont .point-list li {
    height: auto;
    min-height: 3rem;
    font-size: 1.3rem;
    padding: 1rem 0 1rem 0;
  }
  #regist .inner .cont .point-list li span {
    flex: 1;
  }
  #regist .inner .cont .point-list li::before {
    background-position: left top -0.4rem;
    background-size: 7.5rem auto;
    width: 7.5rem;
    min-width: 7.5rem;
    height: 4.25rem;
    margin: 0 1rem 0 1rem;
  }
  #regist .inner .cont .point-list li.point-app::before {
    background-position-y: -0.4rem;
  }
  #regist .inner .cont .point-list li.point-ggl::before {
    background-position-y: -5.4rem;
  }
  #regist .inner .cont .point-list li.point-yyk::before {
    background-position-y: -10.4rem;
  }
  #regist .inner .cont .point-list li.point-lin::before {
    background-position-y: -15.4rem;
  }
  #regist .inner .cont .point-list li.point-twr::before {
    background-position-y: -20.4rem;
  }
  #regist .inner .cont .point-list li.point-fab::before {
    background-position-y: -25.4rem;
  }
  #regist .inner .cont .point-list li.point-yot::before {
    background-position-y: -30.4rem;
  }
  #regist .inner .cont .point-list li.point-dis::before {
    background-position-y: -35.4rem;
  }
  #regist .inner .cont .point-list + p {
    margin-top: 2rem;
  }
  #regist .inner .cont .tweet {
    margin: 2rem auto;
    width: 30rem;
  }
  #regist .inner .accordion-btn-area {
    width: 35rem;
  }
}
#wats,
#nft,
#chara,
#play {
  padding-bottom: 20rem;
}

#wats .inner,
#nft .inner,
#chara .inner,
#play .inner,
#regist .inner {
  padding-bottom: 28rem;
}

@media screen and (max-width: 979px) {
  #wats,
  #chara,
  #play {
    padding-bottom: 30rem;
  }
  #wats .inner,
  #nft .inner,
  #chara .inner,
  #play .inner,
  #regist .inner {
    padding-bottom: 7rem;
  }
}
section#top + section#movie {
  padding-top: 12rem;
}

@media screen and (max-width: 979px) {
  section#top + section#movie {
    padding-top: 6rem;
  }
}

/*# sourceMappingURL=index.css.map */