@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: #efe9e2;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #000;
  min-width: 1280px;
  font-size: 1.4rem;
  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 {
  background-color: #0f0703;
  background-image: url(../img/header/green.png), url(../img/header/building.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left bottom,center center;
  background-size: contain,cover;
  height: 809px;
}

.o-header__inner {
  position: relative;
}

.o-header__logo {
  text-align: center;
  position: relative;
  z-index: 10;
  top: 30px;
}

.o-header__character {
  position: absolute;
  z-index: 5;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.o-footer {
  padding: 4em 0;
  background-color: #5fa9af;
  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;
}

.o-nav {
  position: fixed;
  top: 230px;
  z-index: 9999;
  width: 174px;
  height: 348px;
  background-image: url(../img/nav/bg_nav.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.o-nav__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.o-nav__list a {
  display: block;
  width: 150px;
}

.o-nav__list a.logo {
  display: inline;
  width: auto;
}

.o-nav__item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}

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

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

.o-nav__item--01 a {
  height: 46px;
}

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

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

.o-nav__item--02 a {
  height: 44px;
}

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

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

.o-nav__item--03 a {
  height: 45px;
}

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

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

.o-nav__item--04 a {
  height: 44px;
}

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

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

.o-nav__item--05 a {
  height: 46px;
}

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

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

.o-nav__item--06 a {
  height: 42px;
}

.o-nav_sp {
  display: none;
  background-color: #000;
  background-image: url(../img/nav/bg_nav_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 2em 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;
}

.o-nav_sp.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.o-nav_sp__warpper {
  position: relative;
}

.o-nav_sp__logo {
  text-align: center;
  padding-bottom: 3em;
}

.o-nav_sp__item {
  font-size: 1.8rem;
  text-align: center;
  color: #fffceb;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.o-nav_sp__item + .o-nav_sp__item {
  margin-top: 2em;
}

.o-nav_sp__item--logo {
  margin-bottom: 5em;
}

.o-hamburger {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 2em;
  right: 2em;
}

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

.o-hamburger__buttons 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: #92aeae;
  border-radius: 1px;
}

.o-hamburger__buttons span:nth-of-type(1) {
  top: 0;
}

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

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

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

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

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

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

.o-contents {
  max-width: 920px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgba(87, 60, 38, 0.6);
  -webkit-box-shadow: 0 0 10px 9px rgba(96, 252, 248, 0.6);
          box-shadow: 0 0 10px 9px rgba(96, 252, 248, 0.6);
}

.o-contents + .o-contents {
  margin-top: 80px;
}

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

.o-contents__inner {
  background-color: #000;
  padding: 30px;
  border: 1px solid #b2a177;
}

.o-contents__inner + .o-contents__inner {
  margin-top: 10px;
}

.o-contents__inner--none {
  padding: 0;
}

.o-section {
  background-attachment: fixed;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.o-section__top {
  background-image: url(../img/common/line.png), url(../img/common/line.png), url(../img/common/bg.png);
  background-repeat: repeat-x,repeat-x,repeat;
  background-attachment: scroll;
  padding: 71px 0;
  background-size: auto,auto,auto;
  background-position: left top,left bottom,left top;
}

.o-section__01 {
  background-image: url(../img/view_of_the_world/bg.png);
}

.o-section__02 {
  background-image: url(../img/howto/bg.png);
}

.o-section__03 {
  background-image: url(../img/map_and_dungeon/bg.png);
}

.o-section__04 {
  background-image: url(../img/automatic_dungeon/bg.png);
}

.o-section__05 {
  background-image: url(../img/mortal_sin_series/bg.png);
}

.o-section__06 {
  background-image: url(../img/data/bg.png);
}

.o-section__07 {
  background-image: url(../img/wallpaper/bg.png);
}

.o-section__08 {
  background-image: url(../img/caution/bg.png);
}

.o-section__title {
  text-align: center;
  padding: 110px 0 50px;
}

.o-loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #000;
  background-image: url(../img/common/bg_loading.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.o-loading__logo {
  width: 100vw;
  height: 100vh;
  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-keyframes sk-scaleout {
  0% {
  }
  100% {
  }
}

@keyframes sk-scaleout {
  0% {
  }
  100% {
  }
}

.o-loading__loaded {
  opacity: 0;
  visibility: hidden;
}

.o-loading__bar {
  width: 0;
  height: 20px;
  background: #d6ffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.c-top__list {
  max-width: 920px;
  margin: 0 auto;
  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;
}

.c-top__item {
  width: 30%;
}

.c-top__item p {
  color: #110c0c;
  margin-top: 1em;
  text-shadow: 0 0 5px #fff;
}

.c-view_of_the_world__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-view_of_the_world__item--margin {
  margin-top: 10px;
}

.c-howto__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;
}

.c-howto__flex .left {
  width: 45%;
}

.c-howto__flex .left p {
  margin-bottom: 1.5em;
}

.c-howto__flex .left .center {
  font-size: 1.2rem;
  color: #ebd46b;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}

.c-howto__flex .right {
  width: 50%;
}

.c-map_and_dungeon__text {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 3em;
}

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

.c-map_and_dungeon__list {
  margin-top: 2em;
  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;
}

.c-map_and_dungeon__item {
  width: 31%;
  margin-bottom: 2em;
}

.c-map_and_dungeon__item a {
  display: block;
  width: 100%;
  color: #d3c24e;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #d3c24e;
  padding: .5em;
  margin-top: .5em;
  letter-spacing: -1px;
}

.c-map_and_dungeon__sec-title {
  position: relative;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.6rem;
  text-align: center;
  color: #e2daa7;
  font-weight: lighter;
  margin-bottom: 30px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #e2daa7;
}

.c-map_and_dungeon__sec-title::before, .c-map_and_dungeon__sec-title::after {
  display: block;
  width: 15px;
  height: 27px;
  position: absolute;
  top: 0;
}

.c-map_and_dungeon__sec-title::before {
  content: url(../img/data/object_right.png);
  left: 0;
}

.c-map_and_dungeon__sec-title::after {
  content: url(../img/data/object_left.png);
  right: 0;
}

.c-map_and_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;
}

.c-map_and_dungeon__flex .left {
  width: 41%;
}

.c-map_and_dungeon__flex .left p.map01 {
  margin-bottom: 35px;
}

.c-map_and_dungeon__flex .left p.map02 {
  margin-bottom: 35px;
}

.c-map_and_dungeon__flex .left p.map03 {
  margin-bottom: 95px;
}

.c-map_and_dungeon__flex .left p.map04 {
  margin-bottom: 55px;
}

.c-map_and_dungeon__table {
  margin-top: 3em;
}

.c-map_and_dungeon__table h5 {
  text-align: center;
  font-size: 1.8rem;
  color: #e2daa7;
  margin-bottom: 1em;
}

.c-map_and_dungeon__table table {
  width: 100%;
  text-align: left;
}

.c-map_and_dungeon__table table th {
  border: 1px solid #b2a177;
  background-color: #484130;
  vertical-align: middle;
  padding: .5em;
  font-weight: normal;
}

.c-map_and_dungeon__table table td {
  border: 1px solid #b2a177;
  vertical-align: middle;
  padding: .5em;
}

.c-map_and_dungeon__table table td.last {
  border-bottom: 1px solid #b2a177;
}

.c-automatic_dungeon__bg {
  background-image: url(../img/automatic_dungeon/bg_map.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.c-automatic_dungeon__map {
  position: relative;
  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;
}

.c-automatic_dungeon__map .empty {
  width: 32%;
}

.c-automatic_dungeon__map p {
  max-width: 290px;
}

.c-automatic_dungeon__btn {
  position: relative;
  width: 430px;
  height: 60px;
  margin: 30px auto 0;
  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: #d3c24e;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.0rem;
}

.c-automatic_dungeon__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-mortal_sin_series__bg {
  background-image: url(../img/mortal_sin_series/bg_map.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.c-mortal_sin_series__map {
  position: relative;
  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;
}

.c-mortal_sin_series__map .empty {
  width: 32%;
}

.c-mortal_sin_series__map p {
  max-width: 290px;
}

.c-mortal_sin_series__btn {
  position: relative;
  width: 430px;
  height: 60px;
  margin: 30px auto 0;
  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: #d3c24e;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.0rem;
}

.c-mortal_sin_series__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-data__text {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 3em;
}

.c-data__box {
  margin-bottom: 50px;
}

.c-data__title {
  position: relative;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.6rem;
  text-align: center;
  color: #e2daa7;
  font-weight: lighter;
  margin-bottom: 30px;
  padding: 0 20px;
}

.c-data__title::before, .c-data__title::after {
  display: block;
  width: 15px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-data__title::before {
  content: url(../img/data/object_right.png);
  left: 0;
}

.c-data__title::after {
  content: url(../img/data/object_left.png);
  right: 0;
}

.c-data__sec-title {
  position: relative;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.0rem;
  text-align: center;
  color: #e2daa7;
  max-width: 300px;
  margin: 0 auto 15px;
}

.c-data__sec-title::before, .c-data__sec-title::after {
  display: block;
  width: 15px;
  height: 27px;
  position: absolute;
  top: 0;
}

.c-data__sec-title::before {
  content: url(../img/data/object_right.png);
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-data__sec-title::after {
  content: url(../img/data/object_left.png);
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-data__sec-title--wide {
  max-width: 400px;
}

.c-data__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;
}

.c-data__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-data__item {
  margin: 0 .5em 3em;
}

.c-data__item a {
  position: relative;
  width: 150px;
  height: 170px;
  background-color: #fff;
  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__item h5 {
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 1.2rem;
  text-align: center;
  background-color: #000;
}

.c-data__item h5.small {
  letter-spacing: -1px;
}

.c-data__item .mvp {
  position: absolute;
  top: -1px;
  left: -1px;
}

.c-data__table table {
  width: 100%;
  text-align: left;
}

.c-data__table table th {
  border: 1px solid #b2a177;
  background-color: #484130;
  vertical-align: middle;
  padding: .5em;
  font-weight: normal;
}

.c-data__table table td {
  border: 1px solid #b2a177;
  vertical-align: middle;
  padding: .5em;
}

.c-data__table table td.last {
  border-bottom: 1px solid #b2a177;
}

.c-data__table table td span {
  display: block;
}

.c-data__table--scroll table td.last {
  border-bottom: 1px solid #b2a177;
}

.c-data__effect-list {
  margin-bottom: 2em;
}

.c-data__effect-item {
  padding-left: 1em;
  text-indent: -1em;
}

.c-data__effect-item--caution {
  padding-left: .5em;
  text-indent: -.5em;
  font-size: 1.2rem;
}

.c-data__caution_text {
  color: #ebd46b;
  margin: 2em 0 1em;
  text-align: center;
  font-weight: bold;
}

.c-data__block {
  margin-bottom: 2em;
}

.c-data__block:last-child {
  margin-bottom: 0;
}

.c-wallpaper__sample {
  text-align: center;
  margin-bottom: 1em;
}

.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;
}

.c-wallpaper__illustrator {
  margin-top: 3em;
  text-align: center;
}

.c-wallpaper__comment {
  position: relative;
  max-width: 530px;
  margin: 1.5em auto 0;
  font-family: Yu Mincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #b2a177;
  border-radius: 1em;
  padding: 30px 20px;
}

.c-wallpaper__comment::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 16px 6px;
  border-color: transparent transparent #b2a177 transparent;
}

.c-wallpaper__comment::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 20px 7.5px;
  border-color: transparent transparent #000 transparent;
}

.c-caution__item {
  position: relative;
  border-bottom: 1px solid #3a3426;
  padding-bottom: .5em;
  padding-left: 1em;
}

.c-caution__item::after {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #d3c24e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-caution__item + .c-caution__item {
  margin-top: .5em;
}

.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 {
    height: 475px;
    background-image: url(../img/header/bg_sp.png);
    background-position: left top;
    background-size: cover;
  }
  .o-header__logo {
    width: 230px;
    margin: 0 auto;
  }
  .o-header__character {
    display: none;
  }
  .c-toolbar {
    display: none;
  }
  .o-nav {
    display: none;
  }
  .o-nav_sp {
    display: block;
  }
  .o-hamburger {
    display: block;
  }
  .o-contents {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .o-contents + .o-contents {
    margin-top: 25px;
  }
  .o-contents__inner {
    padding: 10px;
    border: none;
  }
  .o-contents__sp_none {
    padding: 10px 0;
  }
  .o-contents__sp-inner {
    padding: 0 10px;
  }
  .o-section {
    background-attachment: scroll;
    background-size: contain;
    padding-bottom: 30px;
  }
  .o-section__title {
    padding: 30px 50px 75px;
  }
  .c-top {
    padding: 45px;
  }
  .c-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__item {
    width: 100%;
    text-align: center;
  }
  .c-top__item + .c-top__item {
    margin-top: 30px;
  }
  .c-top__item p {
    text-align: left;
  }
  .c-view_of_the_world__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-view_of_the_world__item {
    margin-top: 10px;
  }
  .c-howto__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__flex .left {
    width: 100%;
    margin-bottom: 2em;
  }
  .c-howto__flex .right {
    width: 100%;
  }
  .c-map_and_dungeon__item {
    width: 48%;
  }
  .c-map_and_dungeon__sec-title {
    font-size: 2.2rem;
  }
  .c-map_and_dungeon__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-map_and_dungeon__flex .left {
    text-align: center;
    width: 100%;
    margin-bottom: 2em;
  }
  .c-map_and_dungeon__flex .left p.map01 {
    margin-bottom: 1em;
  }
  .c-map_and_dungeon__flex .left p.map02 {
    margin-bottom: 1em;
  }
  .c-map_and_dungeon__flex .left p.map03 {
    margin-bottom: 1em;
  }
  .c-map_and_dungeon__flex .left p.map04 {
    margin-bottom: 1em;
  }
  .c-map_and_dungeon__table table th {
    width: 100%;
    display: block;
  }
  .c-map_and_dungeon__table table td {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .c-automatic_dungeon__bg {
    background: none;
  }
  .c-automatic_dungeon__map {
    -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;
    text-align: center;
  }
  .c-automatic_dungeon__map .empty {
    display: none;
  }
  .c-automatic_dungeon__map p {
    max-width: 100%;
    text-align: left;
    margin-bottom: 1em;
  }
  .c-automatic_dungeon__btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 15px;
  }
  .c-mortal_sin_series__bg {
    background: none;
  }
  .c-mortal_sin_series__map {
    -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;
    text-align: center;
  }
  .c-mortal_sin_series__map .empty {
    display: none;
  }
  .c-mortal_sin_series__map p {
    max-width: 100%;
    text-align: left;
    margin-bottom: 1em;
  }
  .c-mortal_sin_series__btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 15px;
  }
  .c-data__title {
    font-size: 2.2rem;
  }
  .c-data__sec-title {
    font-size: 1.8rem;
  }
  .c-data__item {
    margin: 0 .3em 3em;
  }
  .c-data__item a {
    width: 140px;
  }
  .c-data__item h5 {
    letter-spacing: -1px;
  }
  .c-data__table table th {
    width: 100%;
    display: block;
  }
  .c-data__table table td {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .c-data__table--scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .c-data__table--scroll table th {
    width: auto;
    display: table-cell;
    border: 1px solid #b2a177;
  }
  .c-data__table--scroll table td {
    width: auto;
    display: table-cell;
    border: 1px solid #b2a177;
  }
  .c-data__table--scroll table td.last {
    border: 1px solid #b2a177;
  }
  .c-data__table--border table td {
    border: 1px solid #b2a177;
    border-bottom: none;
  }
  .c-data__table--border table td.last {
    border-bottom: 1px solid #b2a177;
  }
  .c-wallpaper__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__button {
    display: block;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 1em;
  }
  .c-wallpaper__comment {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1500px) {
  .o-header {
    background-image: url(../img/header/green_wide.png), url(../img/header/building.png);
  }
}

@media only screen and (max-width: 320px) {
  .c-data__item a {
    width: 130px;
  }
}
