@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: #3f2b00;
  font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
  }
}

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

a {
  color: #0D61A8;
}

p + p {
  margin-top: 1em;
}

td > table {
  display: inline-table;
}

.o-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 1fr;
      grid-template-columns: 260px 1fr;
}

@media only screen and (max-width: 599px) {
  .o-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.o-wrapper .o-aside {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media only screen and (max-width: 599px) {
  .o-wrapper .o-aside {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 1000;
    position: absolute;
    width: 260px;
    left: -260px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .o-wrapper .o-aside.active {
    left: 0;
  }
}

.o-wrapper .o-container {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
}

@media only screen and (max-width: 599px) {
  .o-wrapper .o-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.o-aside {
  background: url(../img/common/bg-aside.jpg) repeat;
}

@media only screen and (max-width: 599px) {
  .o-aside {
    height: 100%;
  }
}

.o-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 260px;
}

.o-nav__list {
  max-height: 100vh;
  padding-bottom: 1em;
  overflow: auto;
}

.o-nav__link {
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font: 0/0 a;
  color: transparent;
}

.o-nav__link--about {
  width: 242px;
  height: 70px;
  background-image: url(../img/common/nav01.png);
}

.o-nav__link--about.current, .o-nav__link--about:hover {
  background-image: url(../img/common/nav01_on.png);
}

.o-nav__link--character {
  width: 242px;
  height: 78px;
  margin-top: 10px;
  background-image: url(../img/common/nav02.png);
}

.o-nav__link--character.current, .o-nav__link--character:hover {
  background-image: url(../img/common/nav02_on.png);
}

.o-nav__link--map {
  width: 242px;
  height: 75px;
  margin-top: 13px;
  background-image: url(../img/common/nav03.png);
}

.o-nav__link--map.current, .o-nav__link--map:hover {
  background-image: url(../img/common/nav03_on.png);
}

.o-nav__link--data {
  width: 242px;
  height: 70px;
  margin-top: 20px;
  background-image: url(../img/common/nav04.png);
}

.o-nav__link--data.current, .o-nav__link--data:hover {
  background-image: url(../img/common/nav04_on.png);
}

.o-nav__link--weapon {
  width: 242px;
  height: 83px;
  margin-top: 10px;
  background-image: url(../img/common/nav05.png);
}

.o-nav__link--weapon.current, .o-nav__link--weapon:hover {
  background-image: url(../img/common/nav05_on.png);
}

.o-nav__link--other {
  width: 242px;
  height: 106px;
  background-image: url(../img/common/nav06.png);
}

.o-nav__link--other.current, .o-nav__link--other:hover {
  background-image: url(../img/common/nav06_on.png);
}

.o-nav__link--supporter {
  width: 248px;
  height: 128px;
  background-image: url(../img/common/nav07.png);
  -webkit-transform: translate3d(1%, 0, 0);
          transform: translate3d(1%, 0, 0);
}

.o-nav__link--supporter.current, .o-nav__link--supporter:hover {
  background-image: url(../img/common/nav07_on.png);
}

.o-nav__link--starter {
  width: 248px;
  height: 116px;
  margin-top: 10px;
  background-image: url(../img/common/nav08.png);
  -webkit-transform: translate3d(-1%, 0, 0);
          transform: translate3d(-1%, 0, 0);
}

.o-nav__link--starter.current, .o-nav__link--starter:hover {
  background-image: url(../img/common/nav08_on.png);
}

.o-nav__link--article {
  width: 244px;
  height: 102px;
  margin-top: 20px;
  background-image: url(../img/common/nav09.png);
}

.o-nav__link--article.current, .o-nav__link--article:hover {
  background-image: url(../img/common/nav09_on.png);
}

.o-nav .c-button--nav {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: calc(100% + 0.5rem);
}

@media only screen and (max-width: 599px) {
  .o-nav .c-button--nav {
    display: block;
  }
}

.top .o-nav,
.supporter-program .o-nav {
  padding-top: 20px;
}

.o-container {
  background: url(../img/common/bg-container.jpg) repeat;
}

.o-container__inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.o-header {
  position: relative;
}

.o-header .c-share {
  position: absolute;
  top: 2%;
  right: 10%;
}

.o-header__item {
  position: absolute;
  top: 60%;
  left: 8%;
}

@media only screen and (max-width: 599px) {
  .o-header__item {
    display: none;
  }
}

.o-header__item-img {
  border: 3px solid #e5af1c;
  background: #705303;
  -webkit-box-shadow: 0px 0px 0 1px black;
          box-shadow: 0px 0px 0 1px black;
}

.o-header__fukidashi {
  position: absolute;
  top: 5%;
  left: 85%;
  max-width: none;
}

.o-header__chara {
  position: absolute;
  top: 15%;
  right: 0;
}

@media only screen and (max-width: 599px) {
  .o-header__chara {
    display: none;
  }
}

.o-header__light {
  -webkit-animation: blink 5s ease-in-out infinite alternate, shake 5s ease-in-out infinite alternate;
          animation: blink 5s ease-in-out infinite alternate, shake 5s ease-in-out infinite alternate;
}

.o-header__chara-img {
  position: absolute;
  bottom: -2%;
  left: 23%;
  -webkit-animation: jump 3s ease-in-out infinite;
          animation: jump 3s ease-in-out infinite;
}

.o-header__title {
  display: none;
}

@media only screen and (max-width: 599px) {
  .o-header__title {
    display: inline-block;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.o-contents {
  margin: 4em 0;
}

@media only screen and (max-width: 599px) {
  .o-contents {
    margin: 2em 0;
  }
}

.o-contents__inner {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .o-contents__inner {
    margin-top: 1em;
  }
}

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

.o-contents__lead {
  margin-top: 1em;
  color: #503a00;
  font-weight: bold;
  line-height: 1.5;
}

.o-contents__body {
  margin-top: 2em;
}

.o-contents__body--small {
  padding: 0 4em;
}

@media only screen and (max-width: 599px) {
  .o-contents__body--small {
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .o-contents__body {
    margin-top: 1em;
  }
}

.o-sub-contents {
  margin: 2em 0;
}

.o-sub-contents__title {
  text-align: center;
}

.o-sub-contents__lead {
  margin-top: 1em;
  color: #503a00;
  font-weight: bold;
  line-height: 1.5;
}

.o-sub-contents__body {
  margin-top: 2em;
}

.o-sub-contents__body--small {
  padding: 0 4em;
}

@media only screen and (max-width: 599px) {
  .o-sub-contents__body--small {
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .o-sub-contents__body {
    margin-top: 1em;
  }
}

.o-banner {
  list-style: none;
  max-width: 965px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .o-banner {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 599px) {
  .o-banner__item:not(:first-child) {
    margin-top: 1em;
  }
}

.o-banner__item--02 {
  margin-left: -10px;
  -webkit-transform: translate3d(20px, -10px, 0);
          transform: translate3d(20px, -10px, 0);
}

@media only screen and (max-width: 599px) {
  .o-banner__item--02 {
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.o-banner__item--03 {
  margin-top: 1em;
}

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

.o-footer .o-footer__container .o-footer__inner h2 {
    margin-bottom: 20px;
}


.o-footer .o-footer__container .o-footer__inner .col3 .col {
      width: 33.3333%;
      float: left; 
}
.o-footer .o-footer__container .o-footer__inner .col3 .col:nth-child(2) img, #footer .col3 .col:nth-child(3) img {
        padding: 20px 0; 
}
.o-footer .o-footer__container .o-footer__inner .col3 .col img {
        margin-bottom: 10px; 
}
.o-footer .o-footer__container .o-footer__inner .col3 .col p {
        color: #fff;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold; 
}
.o-footer .o-footer__container .o-footer__inner .col3::after {
	clear:both;
}

@media only screen and (max-width: 599px) {
  .o-footer .o-footer__container .o-footer__inner .col3 .col {
    width: 100%;
  }
}

.o-footer .o-footer__container .o-footer__inner .regist {
    margin: 0 auto 30px;
	clear: both;
}

.o-footer .o-footer__container .o-footer__inner .regist .ttl {
  margin: 0 auto;
	  text-align: center;
}

.o-footer .o-footer__container .o-footer__inner .regist .ttl img {
text-align: center;
	margin-top: 20px;
}

.o-footer .o-footer__container .o-footer__inner .regist .btnlist {
  width: 54.647%;
  margin: 1.5% auto;
}

.o-footer .o-footer__container .o-footer__inner .regist .btnlist li {
  list-style: none;
  display: inline-block;
  margin: 0.25em;
}

.o-footer .o-footer__container .o-footer__inner .regist .btnlist li:hover {
  opacity: .8;
}

.o-footer .o-footer__container .o-footer__inner .regist .btnlist li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
	.o-footer .o-footer__container .o-footer__inner .regist .ttl,
  .o-footer .o-footer__container .o-footer__inner .regist .btnlist li.col1,
  .o-footer .o-footer__container .o-footer__inner .regist .btnlist li.col2,
  .o-footer .o-footer__container .o-footer__inner .regist .btnlist li.col3
	{
    width: 90%;
  }
}	

@media screen and (max-width: 767px) {
  .o-footer .o-footer__container .o-footer__inner.regist .btnlist li.col3 {
    width: 28%;
  }
}	

.o-footer .o-footer__container .o-footer__inner .regist::before {
	clear: both;
}

@media only screen and (max-width: 599px) {
  .o-footer #pickup {
    width: 100%;
  }
}

.c-button--nav {
  position: fixed;
  top: 2em;
  left: 1em;
  width: 50px;
  height: 50px;
  background: #e8e4d8;
  border: 4px solid #e5af1c;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  font: 0/0 a;
}

.c-button--nav span {
  position: absolute;
  left: 10%;
  width: 80%;
  margin: 0 auto;
  height: 4px;
  background: #000;
  border-radius: 2px;
}

.c-button--nav span:nth-child(1) {
  top: calc(25% - 2px);
}

.c-button--nav span:nth-child(2) {
  top: calc(50% - 2px);
}

.c-button--nav span:nth-child(3) {
  bottom: calc(25% - 2px);
}

.c-toolbar {
  background: #fff;
  border-bottom: 4px solid #ccc;
  font-size: 1.2rem;
}

.c-toolbar__inner {
  max-width: 970px;
  margin: 0 auto;
  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;
  height: 30px;
}

.c-toolbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.c-toolbar__link li:not(:last-child) {
  margin-right: 1em;
}

.c-toolbar__link a {
  color: #555;
}

.c-share {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-share__item > * {
  vertical-align: bottom;
}

.c-share--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-share--row .c-share__item:not(:first-child) {
  margin-left: 1em;
}

.c-share--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 599px) {
  .c-share--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 599px) {
  .c-share--column .c-share__item:not(:first-child) {
    margin-left: 1em;
  }
}

.c-support-program {
  text-align: center;
}

.c-support-program__title {
  z-index: 5;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .c-support-program__title {
    width: 95%;
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
    margin-bottom: 1em;
  }
}

.c-support-program__link {
  z-index: 10;
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

@media only screen and (max-width: 599px) {
  .c-support-program__link {
    width: 75vw;
  }
}

.c-wallpaper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 508px 1fr;
      grid-template-columns: 508px 1fr;
}

@media only screen and (max-width: 599px) {
  .c-wallpaper {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-wallpaper__sample {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media only screen and (max-width: 599px) {
  .c-wallpaper__sample {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.c-wallpaper__linkarea {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .c-wallpaper__linkarea {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 2em;
    padding: 0 15%;
    text-align: center;
  }
}

.c-wallpaper__link {
  list-style: none;
}

.c-wallpaper__link-item:not(:first-child) {
  margin-top: 0.5em;
}

.c-wallpaper__profile {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 2em;
  padding: 1em 2em 2em;
  background: #f6ecd2;
  border: 1px solid #f6c749;
  color: #3f2b00;
}

@media only screen and (max-width: 599px) {
  .c-wallpaper__profile {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.c-wallpaper__illustrator-name {
  margin-bottom: 1em;
}

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

.c-column--2 > * {
  width: 50%;
}

@media only screen and (max-width: 599px) {
  .c-column--2 > * {
    width: 100%;
  }
}

.c-column--2-3 > *:nth-child(odd) {
  width: 60%;
}

@media only screen and (max-width: 599px) {
  .c-column--2-3 > *:nth-child(odd) {
    width: 100%;
  }
}

.c-column--2-3 > *:nth-child(even) {
  width: 40%;
}

@media only screen and (max-width: 599px) {
  .c-column--2-3 > *:nth-child(even) {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .c-column__col:not(:first-child) {
    margin-top: 2em;
  }
}

.c-column__col--odd {
  text-align: left;
}

.c-column__col--even {
  text-align: right;
}

.c-column__col--even .c-card {
  margin-left: auto;
}

@media only screen and (max-width: 599px) {
  .c-column__col--even {
    text-align: center;
  }
}

.c-textarea {
  max-width: 955px;
  margin: 3em auto 0;
  padding: 1em 2em;
  background: #f6ecd2;
  border: 1px solid #f6c749;
  color: #3f2b00;
}

@media only screen and (max-width: 599px) {
  .c-textarea {
    width: 90%;
    margin: 2em auto 0;
  }
}

.c-map {
  margin-top: 2em;
}

.c-map__title {
  margin-bottom: -7px;
}

.c-map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  max-width: 879px;
  padding: 4em 0;
  margin: 0 auto;
  background: #dcd5c2;
}

@media only screen and (max-width: 599px) {
  .c-map__content {
    padding: 1em .5em;
  }
}

.c-map__text {
  max-width: 526px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2em;
}

.c-databook {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #413c20;
  background: #e8d9b8;
}

.c-databook thead {
  background: #615a40;
  color: #ffc257;
}

.c-databook th,
.c-databook td {
  padding: 0.5em;
  border: 1px solid #000;
}

@media only screen and (max-width: 599px) {
  .c-databook {
    display: block;
  }
  .c-databook thead,
  .c-databook tbody,
  .c-databook th,
  .c-databook td {
    display: block;
  }
  .c-databook thead * {
    display: block;
  }
}

.c-databook--weapon {
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .c-databook--weapon .c-databook__tr--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-databook--weapon .c-databook__tr--01 > * {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .c-databook--weapon .c-databook__tr--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-databook--weapon .c-databook__tr--02 > *:not(.c-databook__image) {
    width: 50%;
  }
}

@media only screen and (max-width: 599px) {
  .c-databook--weapon .c-databook__image {
    text-align: center;
    width: 100%;
  }
}

.c-databook--skill {
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .c-databook--skill thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-databook--skill thead tr td {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .c-databook--skill thead tr td {
    -webkit-box-flex: 1;
        -ms-flex: auto 0 0px;
            flex: auto 0 0;
  }
}

@media only screen and (max-width: 599px) {
  .c-databook--skill thead tr th {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

@media only screen and (max-width: 599px) {
  .c-databook--skill .c-databook__tr--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-databook--skill .c-databook__tr--01 > * {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .c-databook--skill .c-databook__tr--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-databook--skill .c-databook__tr--02 > *:not(.c-databook__image) {
    width: 50%;
  }
}

@media only screen and (max-width: 599px) {
  .c-databook--skill .c-databook__image {
    text-align: center;
    width: 100%;
  }
}

.c-databook--exp tbody {
  font-size: 1.4rem;
}

.c-databook--exp .c-databook__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 50vmax;
    overflow: auto;
  }
}

.c-databook--exp .c-databook__data > * {
  width: 50%;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data > * {
    width: 100%;
  }
}

.c-databook--exp .c-databook__data--col3 > * {
  width: 33.3%;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data--col3 > * {
    width: 100%;
  }
}

.c-databook--exp .c-databook__data--col4 > * {
  width: 25%;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data--col4 > * {
    width: 100%;
  }
}

.c-databook--exp .c-databook__data--col5 > * {
  width: 20%;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data--col5 > * {
    width: 100%;
  }
}

.c-databook--exp .c-databook__data tr:not(:last-child) {
  border-bottom: 1px solid #413c20;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-databook--exp .c-databook__data th,
.c-databook--exp .c-databook__data td {
  border: 0;
}

.c-databook--exp .c-databook__data th {
  background: #615a40;
  color: #ffc257;
  width: 3em;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data th {
    width: 5em;
  }
}

.c-databook--exp .c-databook__data td {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .c-databook--exp .c-databook__data td {
    width: 100%;
  }
}

.c-changelog {
  position: relative;
  max-width: 965px;
  height: 200px;
  margin: 3em auto 1em;
  padding: 3em 3em 0.5em;
  background: url(../img/supporter-program/changelog-bg.png) no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 599px) {
  .c-changelog {
    padding: 1.5em 1.5em 0.5em;
    background: url(../img/supporter-program/changelog-bg_mobile@2x.png) no-repeat;
    background-size: 100% 100%;
  }
}

.c-changelog__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -40%, 0);
          transform: translate3d(-50%, -40%, 0);
}

.c-changelog__list {
  height: 100%;
  list-style: none;
  overflow: auto;
}

.c-changelog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6em 0 0.5em;
  font-size: 1.5rem;
  border-bottom: 1px dashed #000;
}

@media only screen and (max-width: 599px) {
  .c-changelog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-changelog__item a {
  color: #3f2b00;
  text-decoration: none;
}

.c-changelog__text {
  width: calc(100% - 10em);
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .c-changelog__text {
    width: 100%;
    line-height: 1.5;
  }
}

.c-changelog__time {
  display: inline-block;
  font-weight: normal;
}

.c-slider {
  position: relative;
  max-width: 965px;
  margin: 2em auto;
  padding: 1em 3em;
  background: url(../img/supporter-program/slider/bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media only screen and (max-width: 599px) {
  .c-slider {
    max-width: 100vw;
    padding: 1em;
    background-size: cover;
  }
}

.c-slider__title-area {
  position: relative;
  padding-top: 12%;
}

.c-slider__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

.c-slider__title:first-child {
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
}

@media only screen and (max-width: 599px) {
  .c-slider__title:first-child {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 599px) {
  .c-slider__title:nth-of-type(2) {
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
  }
}

.c-slider__title.active {
  visibility: visible;
  opacity: 1;
}

.c-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80%;
  margin: 2em auto 0;
}

@media only screen and (max-width: 599px) {
  .c-slider__container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-slider__container ul,
.c-slider__container ol {
  list-style: none;
}

.c-slider__container .swiper-container {
  width: 45%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 599px) {
  .c-slider__container .swiper-container {
    width: 100%;
  }
}

.c-slider__container .swiper-container:first-child {
  background: #f5f0e0;
}

@media only screen and (max-width: 599px) {
  .c-slider__container .swiper-container:first-child {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .c-slider__container .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

.c-slider__frame {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/supporter-program/slider/frame.png) no-repeat;
  background-size: 100% 100%;
}

.c-slider__text-area li {
  padding: 1em;
}

.c-slider__text--long {
  font-size: 1.4rem;
}

.c-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  min-height: 60px;
  margin: 2.5em auto 2em;
  padding: 0.8em 1.5em 0.5em;
  background: url(../img/supporter-program/slider/button-bg.png) no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 599px) {
  .c-slider__pagination {
    width: 60%;
  }
}

.c-slider__pagination .swiper-pagination-bullet {
  width: 43px;
  height: 43px;
  background-color: transparent;
  background-image: url(../img/supporter-program/slider/button.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .c-slider__pagination .swiper-pagination-bullet {
    width: 33px;
    height: 33px;
  }
}

.c-slider__pagination .swiper-pagination-bullet-active {
  background-image: url(../img/supporter-program/slider/button_on.png);
}

.c-slider__arrow {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 70px;
  height: 167px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 599px) {
  .c-slider__arrow {
    display: none;
  }
}

.c-slider__arrow--left {
  top: 50%;
  left: 0px;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
  background-image: url(../img/supporter-program/slider/arrow-left.png);
}

.c-slider__arrow--right {
  top: 50%;
  right: 0px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-image: url(../img/supporter-program/slider/arrow-right.png);
}

.c-info-list {
  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;
  margin: 2em auto;
  list-style: none;
}

.c-info-list > * {
  width: calc(33% - 0.5em);
}

@media only screen and (max-width: 599px) {
  .c-info-list > * {
    width: 100%;
  }
}

.c-info-list__item {
  position: relative;
  background: url(../img/supporter-program/bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 3em 1.5em 5em;
  margin-bottom: 4em;
}

.c-info-list__title {
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
  background: url(../img/supporter-program/title-bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-size: 1.8rem;
  color: #6f5100;
  text-align: center;
  line-height: 3.5;
}

.c-info-list__textarea {
  line-height: 1.5;
}

.c-info-list__image {
  position: absolute;
  bottom: -2em;
  right: -1em;
}

.c-docs {
  position: relative;
  margin: 2em auto 1em;
  padding: 1em 1em 1em 5.5em;
  background: #f6ecd2;
  border: 1px solid #f6c749;
  color: #3f2b00;
}

@media only screen and (max-width: 599px) {
  .c-docs {
    padding: 1em;
  }
}

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

@media only screen and (max-width: 599px) {
  .c-docs__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-docs__left {
  padding-right: 1em;
}

@media only screen and (max-width: 599px) {
  .c-docs__left {
    padding-right: 0;
  }
}

.c-docs__title {
  margin-bottom: 0.5em;
}

.c-docs__right {
  min-width: 266px;
}

@media only screen and (max-width: 599px) {
  .c-docs__right {
    width: 60%;
    min-width: auto;
    margin: 1em auto 0;
  }
}

.c-docs__image {
  position: absolute;
  top: -2em;
  left: -2em;
}

@media only screen and (max-width: 599px) {
  .c-docs__image {
    display: none;
  }
}

.c-card {
  position: relative;
  width: 95%;
  height: 360px;
  margin-bottom: 13%;
  background: url(../img/about/card-bg.png) no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 599px) {
  .c-card {
    width: 100%;
  }
}

.c-card ul,
.c-card li {
  list-style: none;
}

.c-card__title {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.c-card__button {
  width: 45px;
  height: 103px;
  margin: auto;
  font: 0/0 a;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media only screen and (max-width: 599px) {
  .c-card__button {
    display: none;
  }
}

.c-card__button--prev {
  background-image: url(../img/about/card-arrow-left.png);
}

.c-card__button--next {
  background-image: url(../img/about/card-arrow-right.png);
}

.c-card__frame {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-card--chara {
  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;
}

.c-card--chara .swiper-container {
  width: 176px;
  margin: 0;
}

.c-card--hair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card--hair .swiper-container {
  width: 212px;
  height: 173px;
}

.c-card--hair .swiper-slide {
  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;
}

.c-table {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #413c20;
  background: #e8d9b8;
}

.c-table th,
.c-table td {
  padding: 0.5em;
  border: 1px solid #000;
}

.c-table--fixed {
  table-layout: fixed;
}

.c-table--02 {
  text-align: left;
}

.c-table--02 th {
  background: #615a40;
  color: #ffc257;
}

@media only screen and (max-width: 599px) {
  .c-table--02 {
    display: block;
  }
  .c-table--02 thead,
  .c-table--02 tbody,
  .c-table--02 tr,
  .c-table--02 th,
  .c-table--02 td {
    display: block;
    width: 100%;
  }
}

.c-table--03 {
  word-break: break-word;
}

.c-table--03 th {
  background: #615a40;
  color: #ffc257;
}

@media only screen and (max-width: 599px) {
  .c-table--03 {
    font-size: 1.4rem;
  }
}

.c-table--04 thead th {
  background: #615a40;
  color: #ffc257;
}

.c-table--04 tbody th {
  text-align: left;
}

.c-table--04 tbody td {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .c-table--04 {
    font-size: 1.4rem;
  }
}

.c-table--05 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-table--05 th,
.c-table--05 td {
  display: block;
  width: 25%;
}

@media only screen and (max-width: 599px) {
  .c-table--05 th,
  .c-table--05 td {
    width: 100%;
  }
}

.c-table--05 th {
  background: #615a40;
  color: #ffc257;
}

.c-table--05 td {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 599px) {
  .c-table--05 td {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.c-table--quest {
  display: block;
  font-size: 1.4rem;
  overflow: auto;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}

@media only screen and (max-width: 599px) {
  .c-table--quest {
    max-width: 90vw;
  }
}

.c-table--quest thead th {
  background: #615a40;
  color: #ffc257;
text-align: left;
}

/*
.c-table--quest tbody td:nth-of-type(3), .c-table--quest tbody td:nth-of-type(4), .c-table--quest tbody td:nth-of-type(6), .c-table--quest tbody td:nth-of-type(7) {
  text-align: right;
}
*/

.c-monsters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  width: 85%;
  margin-top: 2em;
}

@media only screen and (max-width: 599px) {
  .c-monsters {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-monsters__monster {
  width: 25%;
  margin-top: auto;
  margin-bottom: 2em;
}

@media only screen and (max-width: 599px) {
  .c-monsters__monster {
    width: 100%;
  }
}

.c-monsters__block {
  display: block;
  margin: 0 8% 0;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  text-decoration: none;
}

.c-monsters__block:hover {
  opacity: .7;
}

@media only screen and (max-width: 599px) {
  .c-monsters__block {
    margin: 0 15% 0;
  }
}

.c-monsters__name {
  margin: 0 auto;
  padding: .3em 0;
  border: 3px solid #e5af1c;
  border-radius: 5px;
  background: #705303;
  color: #f6ecd2;
  -webkit-box-shadow: 0px 0px 0 1px black;
          box-shadow: 0px 0px 0 1px black;
}

.c-monsters__image-box {
  display: inline-block;
  margin: 2em auto 0;
}

.c-monsters__image {
  border: 3px solid #e5af1c;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0 1px black;
          box-shadow: 0px 0px 0 1px black;
}

.u-visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

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

.u-mt01 {
  margin-top: 1em;
}

.u-mt02 {
  margin-top: 2em;
}

.u-fwb {
  font-weight: bold;
}

.u-ul--type01 {
  list-style: none;
  margin: 1em 0;
}

.u-ul--type01 .u-ul__item {
  position: relative;
  padding-left: 1em;
}

.u-ul--type01 .u-ul__item:before {
  position: absolute;
  display: block;
  content: "\30FB";
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
}

.u-ul--type02 {
  list-style: none;
  margin: 1em 0;
}

.u-dl--type01 {
  margin: 1em 0;
}

.u-dl--type01 dt {
  font-weight: bold;
}

.u-dl--type01 dd {
  padding-left: 1em;
}

.u-ttl--03 {
  font-size: 1.5em;
}

.u-ttl--04 {
  font-size: 1.2em;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*='margin-top']) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*='margin-bottom']) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.o-contents h3 {
	font-size: 22px;
	margin: 30px 0 0 0;
}

