/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}


p,
table {
  margin: 0;
}


h2,
h3,
h4,
h5 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ad0039), color-stop(50%, #ff0023), to(#ce0044));
  background: linear-gradient(90deg, #ad0039, #ff0023 50%, #ce0044);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
::-moz-selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}
::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #6effff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-header {
  position: relative;
}
.l-header__logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.l-header__main img {
  width: 100%;
}

.l-section {
  max-width: 950px;
  padding: 0 15px;
  margin: 100px auto 0;
}
.l-section + .l-section {
  margin-top: 150px;
}
.l-section:last-child {
  padding-bottom: 200px;
}
.l-container {
  position: relative;
  background-color: #4e3c5b;
  background-image: url(../img/common/pattern.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: contain;
  -webkit-box-shadow: 0 0 8px 2px #000;
          box-shadow: 0 0 8px 2px #000;
}
.l-container + .l-container {
  margin-top: 40px;
}
.l-container__title {
  text-align: center;
  margin-bottom: 10px;
  background-color: #2f2740;
  background-image: url(../img/common/bgTitle.png);
  background-repeat: repeat-x;
  padding: 30px 0 20px;
  border: 1px solid rgba(148, 251, 255, 0.66);
}
.l-container__title--bgNone {
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 50px;
}
.l-container__minTitle {
  text-align: center;
  margin-bottom: 10px;
}

.l-inner {
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #4e3c5b;
}
.l-box {
  background-color: #2f2740;
  border: 1px solid rgba(148, 251, 255, 0.66);
  padding: 40px 40px 60px;
}

.o-nav {
  position: absolute;
  top: 440px;
  left: 20px;
}
.o-nav.fixed {
  position: fixed;
  z-index: 999;
  top: 100px;
}
.o-nav nav {
  position: relative;
  width: 180px;
  height: 350px;
  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;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
}
.o-nav nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  border: 2px solid #6effff;
  border-radius: 6px;
}
.o-nav ul {
  text-align: center;
  position: relative;
}
.o-nav ul::before, .o-nav ul::after {
  content: "";
  display: block;
  height: 138px;
  position: absolute;
  z-index: 99;
}
.o-nav ul::before {
  width: 91px;
  background-image: url(../img/nav/chara_top.png);
  top: -100px;
  left: -40px;
}
.o-nav ul::after {
  width: 142px;
  background-image: url(../img/nav/chara_bottom.png);
  right: -100px;
  bottom: -50px;
}
.o-nav li + li::before {
  content: "";
  display: block;
  width: 94px;
  height: 25px;
  background-image: url(../img/nav/border.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5px auto;
}
.o-nav li a {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.o-nav li:nth-child(1) a {
  width: 41px;
  height: 14px;
  background-image: url(../img/nav/nav01.png);
}
.o-nav li:nth-child(1) a:hover {
  background-image: url(../img/nav/nav01_on.png);
}
.o-nav li:nth-child(2) a {
  width: 69px;
  height: 13px;
  background-image: url(../img/nav/nav02.png);
}
.o-nav li:nth-child(2) a:hover {
  background-image: url(../img/nav/nav02_on.png);
}
.o-nav li:nth-child(3) a {
  width: 144px;
  height: 14px;
  background-image: url(../img/nav/nav03.png);
}
.o-nav li:nth-child(3) a:hover {
  background-image: url(../img/nav/nav03_on.png);
}
.o-nav li:nth-child(4) a {
  width: 143px;
  height: 13px;
  background-image: url(../img/nav/nav04.png);
}
.o-nav li:nth-child(4) a:hover {
  background-image: url(../img/nav/nav04_on.png);
}
.o-nav li:nth-child(5) a {
  width: 39px;
  height: 13px;
  background-image: url(../img/nav/nav05.png);
}
.o-nav li:nth-child(5) a:hover {
  background-image: url(../img/nav/nav05_on.png);
}
.o-nav li:nth-child(6) a {
  width: 27px;
  height: 13px;
  background-image: url(../img/nav/nav06.png);
}
.o-nav li:nth-child(6) a:hover {
  background-image: url(../img/nav/nav06_on.png);
}

.o-spNav {
  display: none;
  background-color: #15101a;
  border-left: 7px solid #6effff;
  border-right: 7px solid #6effff;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  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;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 200px;
}
.o-spNav ul {
  text-align: center;
  position: relative;
}
.o-spNav ul::before, .o-spNav ul::after {
  content: "";
  display: block;
  height: 138px;
  position: absolute;
  z-index: 99;
}
.o-spNav ul::before {
  width: 91px;
  background-image: url(../img/nav/chara_top.png);
  top: -50px;
  left: 0px;
}
.o-spNav ul::after {
  width: 142px;
  background-image: url(../img/nav/chara_bottom.png);
  right: -20px;
  bottom: -50px;
}
.o-spNav li + li::before {
  content: "";
  display: block;
  width: 94px;
  height: 25px;
  background-image: url(../img/nav/border.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5px auto;
}
.o-spNav li a {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.o-spNav li:nth-child(1) a {
  width: 41px;
  height: 14px;
  background-image: url(../img/nav/nav01.png);
}
.o-spNav li:nth-child(1) a:hover {
  background-image: url(../img/nav/nav01_on.png);
}
.o-spNav li:nth-child(2) a {
  width: 69px;
  height: 13px;
  background-image: url(../img/nav/nav02.png);
}
.o-spNav li:nth-child(2) a:hover {
  background-image: url(../img/nav/nav02_on.png);
}
.o-spNav li:nth-child(3) a {
  width: 144px;
  height: 14px;
  background-image: url(../img/nav/nav03.png);
}
.o-spNav li:nth-child(3) a:hover {
  background-image: url(../img/nav/nav03_on.png);
}
.o-spNav li:nth-child(4) a {
  width: 143px;
  height: 13px;
  background-image: url(../img/nav/nav04.png);
}
.o-spNav li:nth-child(4) a:hover {
  background-image: url(../img/nav/nav04_on.png);
}
.o-spNav li:nth-child(5) a {
  width: 39px;
  height: 13px;
  background-image: url(../img/nav/nav05.png);
}
.o-spNav li:nth-child(5) a:hover {
  background-image: url(../img/nav/nav05_on.png);
}
.o-spNav li:nth-child(6) a {
  width: 27px;
  height: 13px;
  background-image: url(../img/nav/nav06.png);
}
.o-spNav li:nth-child(6) a:hover {
  background-image: url(../img/nav/nav06_on.png);
}

.o-hamburger {
  display: none;
}

.o-title {
  text-align: center;
  margin-bottom: 30px;
}

.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 1.3rem;
}
.o-table tr.bgNone td {
  background-color: transparent;
}
.o-table tr td:nth-child(2), .o-table tr td:nth-child(6) {
  text-align: center;
}
.o-table th,
.o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
}
.o-table th {
  text-align: center;
  background-color: #b5108b;
}
.o-table td {
  background-color: #49386f;
}
.o-table td.title {
  background-color: #5d409d;
}

.o-light {
  position: relative;
  top: 400px;
  margin-top: -25%;
}
.o-light img {
  width: 100%;
}

.c-intro {
  max-width: 100%;
  padding: 74.5px 0;
  margin: 0;
  background-image: url(../img/intro/bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
.c-intro__flex {
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-intro__flex .block {
  width: 31%;
  max-width: 280px;
}
.c-intro__flex .block p {
  margin-top: 20px;
}

.c-viewOftheWorld {
  position: relative;
}
.c-viewOftheWorld .l-box--illust {
  padding: 45px;
  background-image: url(../img/viewOftheWorld/illust.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.c-viewOftheWorld__text {
  text-align: center;
}
.c-viewOftheWorld__flex {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-viewOftheWorld__flex img {
  margin-bottom: 10px;
}
.c-viewOftheWorld__flex img:nth-of-type(n+7) {
  margin-bottom: 0;
}

.c-howto__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__flex p {
  width: 55%;
}

.c-newmap_dungeon__block {
  max-width: 460px;
  margin: 0 auto;
}
.c-newmap_dungeon__block + .c-newmap_dungeon__block {
  margin-top: 50px;
}
.c-newmap_dungeon__block p {
  margin-top: 20px;
}
.c-newmap_dungeon__block--wide {
  max-width: 820px;
}
.c-newmap_dungeon__title {
  text-align: center;
  margin-bottom: 20px;
}
.c-newmap_dungeon__miniTitle {
  text-align: center;
  margin: 30px 0 35px;
}
.c-newmap_dungeon__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-newmap_dungeon__flex .left {
  width: 55%;
}
.c-newmap_dungeon__flex .left p {
  margin-top: 15px;
}
.c-newmap_dungeon__flex .right {
  width: 40%;
}
.c-newmap_dungeon__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-newmap_dungeon .o-table {
  margin-top: 20px;
}
.c-newmap_dungeon .o-table th {
  width: 25%;
  text-align: left !important;
}
.c-newmap_dungeon .o-table td {
  text-align: left !important;
}

.c-series {
  position: relative;
}
.c-series .l-box + .l-container__title {
  margin-top: 10px;
}
.c-series__text {
  padding: 20px;
  border: 1px solid #94fbff;
  margin-bottom: 10px;
}
.c-series__yellowText {
  color: #ffea00;
  margin-bottom: 20px;
}
.c-series__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-series__flex .left {
  width: 55%;
}
.c-series__flex .left .button {
  text-align: center;
  margin-top: 40px;
}
.c-series__flex .right {
  padding-top: 10px;
  width: 40%;
}

.c-data .l-container__minTitle {
  margin-bottom: 20px;
}
.c-data__map {
  text-align: center;
  margin-bottom: 25px;
}
.c-data__text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.3rem;
}
.c-data__block + .c-data__block {
  margin-top: 60px;
}
.c-data__block h4 {
  text-align: center;
  margin-bottom: 40px;
}
.c-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__list li {
  width: 18%;
  margin: 0 7px 20px;
}
.c-data__list li a {
  background-color: #fff;
  width: 100%;
  height: 170px;
  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;
}
.c-data__list li img {
  max-width: 100px;
}
.c-data__list li h5 {
  text-align: center;
  margin-top: 10px;
}
.c-data__list li h5 a {
  background: none;
  width: auto;
  height: auto;
  color: #fff;
  display: inline;
}
.c-data__list li.mvp a {
  position: relative;
}
.c-data__list li.mvp a::after {
  content: url(../img/data/mvp.png);
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.c-data__list li.mvp h5 a::after {
  content: none;
}

.c-wallpaper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  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;
  margin-top: 20px;
  padding: 0 10px;
}
.c-wallpaper__button {
  width: 31%;
}
.c-wallpaper__comment {
  margin-top: 15px;
  text-align: center;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * template
 *-------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  .l-header__logo {
    top: 10px;
    left: 10px;
  }
  .l-header__logo img {
    max-width: 110px;
  }
  .l-section + .l-section {
    margin-top: 100px;
  }
  .l-container__title {
    margin-bottom: 10px;
  }
  .l-container__minTitle {
    margin-bottom: 10px;
  }
  .l-box {
    padding: 15px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #6effff;
    border: 2px solid #fff;
    border-radius: 50%;
    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;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-title {
    margin-bottom: 20px;
  }
  .o-table--spScroll {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .o-light {
    top: 200px;
  }
  .c-intro {
    padding: 20px 0;
    background-color: #4e3c5b;
    background-image: url(../img/common/pattern.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: contain;
    -webkit-box-shadow: 0 0 8px 2px #000;
            box-shadow: 0 0 8px 2px #000;
  }
  .c-intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-intro__flex .block {
    width: auto;
    text-align: center;
  }
  .c-intro__flex .block.block {
    margin-top: 30px;
  }
  .c-intro__flex .block p {
    text-align: left;
    padding: 0 40px;
  }
  .c-viewOftheWorld__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-viewOftheWorld__flex img {
    margin-bottom: 0;
  }
  .c-viewOftheWorld__flex img + img {
    margin-top: 10px;
  }
  .c-howto__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__flex p {
    width: 100%;
  }
  .c-howto__flex img {
    margin-top: 20px;
  }
  .c-newmap_dungeon__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-newmap_dungeon__flex .left {
    width: 100%;
  }
  .c-newmap_dungeon__flex .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .c-series__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-series__flex .left {
    width: 100%;
  }
  .c-series__flex .left .button {
    margin-top: 20px;
  }
  .c-series__flex .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .c-data__text {
    text-align: left;
  }
  .c-data__block + .c-data__block {
    margin-top: 30px;
  }
  .c-data__block h4 {
    margin-bottom: 20px;
  }
  .c-data__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-data__list li {
    width: 48%;
    margin: 0 0 15px;
  }
  .c-wallpaper__buttons {
    padding: 0;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 0;
  }
  .c-wallpaper__comment {
    margin-top: 10px;
  }
}
@media (min-width: 1401px) {
  .c-intro {
    background-position: center center;
    background-size: cover;
  }
}
/*# sourceMappingURL=style.css.map */