@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #fff;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #000;
  min-width: 1280px;
  font-size: 1.6rem;
  line-height: 1.5;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

td > table {
  display: inline-table;
}

[hidden] {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#deqwas-collection-k {
  display: none;
}

.o-header {
  display: block;
  height: 560px;
  background-image: url(../img/header/header-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  top: 5px;
  margin-top: -5px;
}

.o-header__inner {
  height: 560px;
  position: relative;
  width: 1150px;
  max-width: 1150px;
  margin: 0 auto;
  background-image: url(../img/header/character.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}

.o-header__logo {
  position: absolute;
  top: 20%;
  left: 0;
}

.o-header__date {
  position: absolute;
  bottom: 15%;
  left: 10%;
}

.o-header-sp {
  display: none;
}

.o-footer {
  padding: 4em 0;
  background-color: #666;
  text-align: center;
}

.o-footer .note {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: right;
}

.o-footer #pickup {
  max-width: 100%;
}

.o-footer .copyright {
  font-size: 1rem;
  color: #fff;
}

.c-toolbar {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 1px 30px black;
          box-shadow: 0px 1px 30px black;
}

.c-toolbar .o-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .fukidashi {
  margin-left: .25em;
}

.c-toolbar .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-toolbar .box .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns li:not(:first-child) {
  margin-left: .25em;
}

.c-toolbar .box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 1em;
}

.c-toolbar .box .link a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-shadow: 0px 1px #d1d1d1;
}

.c-toolbar .box .item {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .item + .c-toolbar .box .item {
  margin-left: 2px;
}

.c-toolbar .box .item-about {
  background-color: #7f7f7f;
}

.c-toolbar .box .item-registration {
  background-color: #3f8ded;
  padding: 1em;
}

.c-toolbar .sns {
  margin-right: .5em;
}

.nav {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: -5px;
  margin-bottom: -5px;
  z-index: 9999;
  height: 64px;
  background-image: url(../img/nav/nav-bg.png);
  background-repeat: repeat-x;
  background-position: center;
}

.nav__list {
  max-width: 1150px;
  margin: 0 auto;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__list a {
  display: block;
  height: 64px;
}

.nav__item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nav__item--01 {
  background-image: url(../img/nav/nav01_off.png);
  width: 146px;
}

.nav__item--01.active, .nav__item--01:focus, .nav__item--01:hover {
  background-image: url(../img/nav/nav01_on.png);
}

.nav__item--02 {
  background-image: url(../img/nav/nav02_off.png);
  width: 216px;
}

.nav__item--02.active, .nav__item--02:focus, .nav__item--02:hover {
  background-image: url(../img/nav/nav02_on.png);
}

.nav__item--03 {
  background-image: url(../img/nav/nav03_off.png);
  width: 216px;
}

.nav__item--03.active, .nav__item--03:focus, .nav__item--03:hover {
  background-image: url(../img/nav/nav03_on.png);
}

.nav__item--04 {
  background-image: url(../img/nav/nav04_off.png);
  width: 212px;
}

.nav__item--04.active, .nav__item--04:focus, .nav__item--04:hover {
  background-image: url(../img/nav/nav04_on.png);
}

.nav__item--05 {
  background-image: url(../img/nav/nav05_off.png);
  width: 178px;
}

.nav__item--05.active, .nav__item--05:focus, .nav__item--05:hover {
  background-image: url(../img/nav/nav05_on.png);
}

.nav__item--06 {
  background-image: url(../img/nav/nav06_off.png);
  width: 133px;
}

.nav__item--06.active, .nav__item--06:focus, .nav__item--06:hover {
  background-image: url(../img/nav/nav06_on.png);
}

.nav-sp {
  display: none;
}

.event-info {
  position: absolute;
  z-index: 10;
  left: 5%;
  bottom: 5%;
  margin: 0 auto;
  background-image: url(../img/header/event-infomation-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.event-info__lists {
  list-style: none;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.event-info__list {
  width: 14.28571%;
}

.tooltip {
  /*ツールチップの対象要素*/
  position: relative;
  text-shadow: none;
  line-height: 1.3;
}

.tooltip .tooltiptext {
  /*ツールチップ本体*/
  visibility: hidden;
  width: 150px;
  color: #000;
  background-color: #fff;
  border: 3px solid #1c75a8;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 10px;
  z-index: 10;
  padding: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -65px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #1c75a8 transparent;
}

.tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}

.o-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.o-contents {
  background: -webkit-gradient(linear, left top, right top, from(#5f1209), to(#0d1039)) fixed;
  background: linear-gradient(90deg, #5f1209, #0d1039) fixed;
  -webkit-animation: bg-move 10s linear 0s infinite both;
          animation: bg-move 10s linear 0s infinite both;
}

@-webkit-keyframes bg-move {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(90deg, #5f1209, #0d1039) fixed;
  }
  10% {
    background: linear-gradient(120deg, #5f1209, #0d1039) fixed;
  }
  20% {
    background: linear-gradient(150deg, #5f1209, #0d1039) fixed;
  }
  30% {
    background: -webkit-gradient(linear, left top, left bottom, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(180deg, #5f1209, #0d1039) fixed;
  }
  40% {
    background: linear-gradient(210deg, #5f1209, #0d1039) fixed;
  }
  50% {
    background: linear-gradient(240deg, #5f1209, #0d1039) fixed;
  }
  60% {
    background: -webkit-gradient(linear, right top, left top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(270deg, #5f1209, #0d1039) fixed;
  }
  70% {
    background: linear-gradient(300deg, #5f1209, #0d1039) fixed;
  }
  80% {
    background: linear-gradient(330deg, #5f1209, #0d1039) fixed;
  }
  90% {
    background: -webkit-gradient(linear, left bottom, left top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(360deg, #5f1209, #0d1039) fixed;
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(360deg, #5f1209, #0d1039) fixed;
  }
}

@keyframes bg-move {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(90deg, #5f1209, #0d1039) fixed;
  }
  10% {
    background: linear-gradient(120deg, #5f1209, #0d1039) fixed;
  }
  20% {
    background: linear-gradient(150deg, #5f1209, #0d1039) fixed;
  }
  30% {
    background: -webkit-gradient(linear, left top, left bottom, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(180deg, #5f1209, #0d1039) fixed;
  }
  40% {
    background: linear-gradient(210deg, #5f1209, #0d1039) fixed;
  }
  50% {
    background: linear-gradient(240deg, #5f1209, #0d1039) fixed;
  }
  60% {
    background: -webkit-gradient(linear, right top, left top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(270deg, #5f1209, #0d1039) fixed;
  }
  70% {
    background: linear-gradient(300deg, #5f1209, #0d1039) fixed;
  }
  80% {
    background: linear-gradient(330deg, #5f1209, #0d1039) fixed;
  }
  90% {
    background: -webkit-gradient(linear, left bottom, left top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(360deg, #5f1209, #0d1039) fixed;
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#5f1209), to(#0d1039)) fixed;
    background: linear-gradient(360deg, #5f1209, #0d1039) fixed;
  }
}

.o-contents__sec-title {
  text-align: center;
  background-image: url(../img/common/sec-title-bg.png);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center;
  padding: 2em 0;
  -webkit-box-shadow: 0px 30px 50px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 30px 50px 20px rgba(0, 0, 0, 0.5);
}

.o-contents__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5% 0;
}

.o-contents__inner {
  max-width: 820px;
  margin: 0 auto;
}

.o-contents__inner--narrow {
  max-width: 650px;
  margin: 0 auto;
}

.c-hamburger {
  position: relative;
  width: 26px;
  height: 18px;
  border: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.c-hamburger span {
  display: inline-block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  border-radius: 1px;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 50%;
}

.c-hamburger span:nth-of-type(3) {
  top: 100%;
}

.c-hamburger.is_active span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.c-hamburger.is_active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is_active span:nth-of-type(3) {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
}

.table-common {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 1.4rem;
}

.table-common th {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #d7c48a;
  vertical-align: middle;
  padding: .5em;
  font-weight: normal;
  text-align: left;
}

.table-common td {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fff;
  font-weight: normal;
  padding: .5em;
}

.table-wrapper__overflow {
  margin-top: 2em;
}

.table-overflow td a {
  color: #880000;
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  font-size: 1.4rem;
}

.kome {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2em;
}

.kome2 {
  font-size: 1.2rem;
  margin-top: 0.5em;
}

.intro {
  background-image: url(../img/intro/intro-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 3em;
}

.intro__banner {
  text-align: center;
  margin-bottom: 3em;
}

.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__item {
  height: 405px;
  width: 32%;
  background-image: url(../img/intro/intro-item-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 1em;
}

.intro__item p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem;
  text-align: left;
  color: #000;
}

.intro__manga-title {
  text-align: center;
  margin: 2em 0;
}

.intro__manga-read {
  text-align: center !important;
  margin-top: 1em;
}

.modaal-container {
  max-width: 900px !important;
}

.view-of-the-world {
  background-image: url(../img/view-of-the-world/c-left.png), url(../img/view-of-the-world/c-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 10%, right 15%;
  background-size: auto, auto;
}

.view-of-the-world h3 {
  text-align: center;
  margin-bottom: 3em;
}

.view-of-the-world__paragraph {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3em;
  line-height: 2;
}

.view-of-the-world__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-of-the-world__item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}

.view-of-the-world__intro-box {
  padding: 1em 0 0 1em;
}

.view-of-the-world__name {
  color: #d7c489;
  font-size: 3rem;
}

.map-and-dungeon {
  padding-bottom: 400px;
  background-image: url(../img/map-and-dungeon/c-center.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}

.map-and-dungeon h3 {
  text-align: center;
  margin-bottom: 3em;
}

.map-and-dungeon p {
  margin-bottom: 2em;
}

.map-and-dungeon__img {
  margin-bottom: 2em;
}

.map-and-dungeon__img:last-child {
  margin-bottom: 6em;
}

.map-and-dungeon__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-and-dungeon__box {
  text-align: center;
}

.map-and-dungeon__box h4 {
  color: #d7c489;
  margin-top: .5em;
  font-size: 3rem;
}

.memorial-dungeon {
  background-image: url(../img/memorial-dungeon/c-left.png), url(../img/memorial-dungeon/c-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 70%, right 15%;
  background-size: auto, auto;
}

.memorial-dungeon__box {
  margin-bottom: 5em;
}

.memorial-dungeon__box:last-child {
  margin-bottom: 0;
}

.memorial-dungeon h3 {
  text-align: center;
  margin-bottom: 3em;
}

.memorial-dungeon h4 {
  text-align: center;
  margin-bottom: 2em;
}

.memorial-dungeon__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}

.memorial-dungeon__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.memorial-dungeon__flex p {
  width: 45%;
}

.ilusion-series h3 {
  text-align: center;
  margin-bottom: 3em;
}

.ilusion-series h4 {
  text-align: center;
  margin-bottom: 2em;
}

.ilusion-series__box {
  margin-bottom: 5em;
}

.ilusion-series__box:last-child {
  margin-bottom: 0;
}

.ilusion-series__box p {
  margin-bottom: 2em;
}

.ilusion-series__button {
  display: block;
  text-align: center;
  margin: 2em 0;
}

.aus-series h3 {
  text-align: center;
  margin-bottom: 3em;
}

.aus-series h4 {
  text-align: center;
  margin-bottom: 2em;
}

.aus-series__box {
  margin-bottom: 5em;
}

.aus-series__box:last-child {
  margin-bottom: 0;
}

.aus-series__box p {
  margin-bottom: 2em;
}

.aus-series__button {
  display: block;
  text-align: center;
  margin: 2em 0;
}

.data h3 {
  text-align: center;
  margin-bottom: 3em;
}

.data__box {
  margin-bottom: 3em;
}

.data__box:first-of-type {
  margin-top: 2em;
}

.data__box:last-child {
  margin-bottom: 0;
}

.data__type {
  color: #d7c489;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 450px;
  margin: 0 auto .5em;
}

.data__type::before, .data__type:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.data__type::before {
  margin-right: 1rem;
}

.data__type:after {
  margin-left: 1rem;
}

.data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.data__item {
  width: 23%;
  height: 241px;
  margin: 0 .5em 1em;
  background-image: url(../img/data/item-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.data__item--mvp {
  background-image: url(../img/data/item-bg-mvp.png);
}

.data__item img {
  max-width: 75px;
}

.data__item h5 {
  margin-top: 1em;
  font-size: 1.4rem;
  color: #000;
  position: relative;
}

.data__monster .data__item img {
  max-width: 125px;
}

.wallpaper {
  padding-bottom: 10%;
}

.wallpaper__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wallpaper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wallpaper__button {
  margin-bottom: 12px;
}

.wallpaper__button:last-child {
  margin-bottom: 0;
}

.wallpaper__illustrator {
  margin: 1em 0;
}

.mt-1 {
  margin-top: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*フォント系*/
.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-35 {
  font-size: 35px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-50 {
  font-size: 50px !important;
}

.line-h-15 {
  line-height: 1.5 !important;
}

.f-b {
  font-weight: bold !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
  .o-header {
    display: none;
  }
  .o-header-sp {
    display: block;
  }
  .o-header-sp__logo {
    text-align: center;
    margin-top: 10%;
  }
  .o-header-sp__date {
    text-align: center;
    margin: 1em 0;
  }
  .o-header-sp__character {
    height: 315px;
    background-image: url(../img/header/character.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .o-header-sp .nav-sp__buttons span {
    background-color: #d7c48a;
  }
  .c-toolbar {
    display: none;
  }
  .nav {
    display: none;
  }
  .nav-sp {
    display: block;
    background-color: #d7c48a;
    padding: 2em 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .nav-sp.is_active {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .nav-sp__wrapper {
    position: relative;
  }
  .nav-sp__logo {
    text-align: center;
    padding-bottom: 3em;
  }
  .nav-sp__buttons {
    position: fixed;
    top: 2em;
    right: 2em;
  }
  .nav-sp__item {
    font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1em;
    color: #000;
  }
  .o-contents__sec-title {
    padding: 1em 0;
  }
  .o-contents__container {
    padding: 5% 1em 0;
  }
  .table-common th {
    width: 100%;
    display: block;
    margin-bottom: 1px;
  }
  .table-common td {
    width: 100%;
    display: block;
  }
  .table-overflow th {
    width: 100%;
    display: table-cell;
    margin-bottom: 0;
  }
  .table-overflow td {
    width: 100%;
    display: table-cell;
  }
  .intro {
    background-image: none;
    padding: 0 0 1em;
  }
  .intro__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__item {
    width: 100%;
    margin-bottom: 1em;
  }
  .intro__item:last-child {
    margin-bottom: 0;
  }
  .view-of-the-world {
    background-image: none;
  }
  .view-of-the-world__paragraph {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1em;
  }
  .view-of-the-world__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-of-the-world__item {
    width: 100%;
  }
  .view-of-the-world__item img {
    width: 60%;
  }
  .view-of-the-world__intro-box {
    width: 40%;
  }
  .view-of-the-world__name {
    margin-bottom: .5em;
    font-size: 2.1rem;
  }
  .view-of-the-world__description {
    font-size: 1.1rem;
  }
  .map-and-dungeon {
    padding-bottom: 75%;
    background-size: contain;
  }
  .map-and-dungeon h3 {
    margin-bottom: 2em;
  }
  .map-and-dungeon__img:last-child {
    margin-bottom: 3em;
  }
  .map-and-dungeon__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-and-dungeon__flex img:first-child {
    margin-bottom: 1em;
  }
  .map-and-dungeon__box:first-child {
    margin-bottom: 2em;
  }
  .map-and-dungeon__box h4 {
    font-size: 1.9rem;
    margin-top: 0;
  }
  .memorial-dungeon {
    background-image: none;
    padding-bottom: 10%;
  }
  .memorial-dungeon__box {
    margin-bottom: 3em;
  }
  .memorial-dungeon h3 {
    margin-bottom: 2em;
  }
  .memorial-dungeon__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .memorial-dungeon__flex--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .memorial-dungeon__flex--sp {
    text-align: center;
    margin-bottom: 1em;
  }
  .memorial-dungeon__flex p {
    width: 100%;
  }
  .ilusion-series {
    padding-bottom: 10%;
  }
  .ilusion-series h3 {
    margin-bottom: 2em;
  }
  .ilusion-series__box {
    margin-bottom: 3em;
  }
  .aus-series {
    padding-bottom: 10%;
  }
  .aus-series h3 {
    margin-bottom: 2em;
  }
  .aus-series__box {
    margin-bottom: 3em;
  }
  .data {
    padding-bottom: 10%;
  }
  .data h3 {
    margin-bottom: 2em;
  }
  .data__box {
    margin-bottom: 2em;
  }
  .data__type {
    font-size: 1.8rem;
  }
  .data__item {
    width: 45%;
    height: 200px;
    margin: 0 .5em .5em;
  }
  .data__item h5 {
    font-size: 1.2rem;
  }
  .data__monster .data__item img {
    max-width: 75px;
  }
  .wallpaper__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wallpaper__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wallpaper__button {
    margin-bottom: 0;
    margin-top: 1em;
  }
}
