html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

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

a img {
  border: none
}

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


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

figcaption, figure {
  display: block
}

figure {
  margin: 1em 40px
}

main {
  display: block
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

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

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

input {
  overflow: visible
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

html {
  box-sizing: border-box;
  font-size: 100%
}

*, *::before, *::after {
  box-sizing: inherit
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

.is-visible {
  display: block !important
}

.is-hidden {
  display: none !important
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important
  }
}

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}

.show-for-landscape, .hide-for-portrait {
  display: block !important
}

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important
  }
}

.hide-for-landscape, .show-for-portrait {
  display: none !important
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1
}

.row::after {
  clear: both
}

.row.collapse>.column, .row.collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0
}

.row.expanded {
  max-width: none
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto
}

.row:not(.expanded) .row {
  max-width: none
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left
}

.column.row.row, .row.row.columns {
  float: none
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0
}

.small-1 {
  width: 8.33333%
}

.small-push-1 {
  position: relative;
  left: 8.33333%
}

.small-pull-1 {
  position: relative;
  left: -8.33333%
}

.small-offset-0 {
  margin-left: 0%
}

.small-2 {
  width: 16.66667%
}

.small-push-2 {
  position: relative;
  left: 16.66667%
}

.small-pull-2 {
  position: relative;
  left: -16.66667%
}

.small-offset-1 {
  margin-left: 8.33333%
}

.small-3 {
  width: 25%
}

.small-push-3 {
  position: relative;
  left: 25%
}

.small-pull-3 {
  position: relative;
  left: -25%
}

.small-offset-2 {
  margin-left: 16.66667%
}

.small-4 {
  width: 33.33333%
}

.small-push-4 {
  position: relative;
  left: 33.33333%
}

.small-pull-4 {
  position: relative;
  left: -33.33333%
}

.small-offset-3 {
  margin-left: 25%
}

.small-5 {
  width: 41.66667%
}

.small-push-5 {
  position: relative;
  left: 41.66667%
}

.small-pull-5 {
  position: relative;
  left: -41.66667%
}

.small-offset-4 {
  margin-left: 33.33333%
}

.small-6 {
  width: 50%
}

.small-push-6 {
  position: relative;
  left: 50%
}

.small-pull-6 {
  position: relative;
  left: -50%
}

.small-offset-5 {
  margin-left: 41.66667%
}

.small-7 {
  width: 58.33333%
}

.small-push-7 {
  position: relative;
  left: 58.33333%
}

.small-pull-7 {
  position: relative;
  left: -58.33333%
}

.small-offset-6 {
  margin-left: 50%
}

.small-8 {
  width: 66.66667%
}

.small-push-8 {
  position: relative;
  left: 66.66667%
}

.small-pull-8 {
  position: relative;
  left: -66.66667%
}

.small-offset-7 {
  margin-left: 58.33333%
}

.small-9 {
  width: 75%
}

.small-push-9 {
  position: relative;
  left: 75%
}

.small-pull-9 {
  position: relative;
  left: -75%
}

.small-offset-8 {
  margin-left: 66.66667%
}

.small-10 {
  width: 83.33333%
}

.small-push-10 {
  position: relative;
  left: 83.33333%
}

.small-pull-10 {
  position: relative;
  left: -83.33333%
}

.small-offset-9 {
  margin-left: 75%
}

.small-11 {
  width: 91.66667%
}

.small-push-11 {
  position: relative;
  left: 91.66667%
}

.small-pull-11 {
  position: relative;
  left: -91.66667%
}

.small-offset-10 {
  margin-left: 83.33333%
}

.small-12 {
  width: 100%
}

.small-offset-11 {
  margin-left: 91.66667%
}

.small-up-1>.column, .small-up-1>.columns {
  float: left;
  width: 100%
}

.small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1) {
  clear: both
}

.small-up-1>.column:last-child, .small-up-1>.columns:last-child {
  float: left
}

.small-up-2>.column, .small-up-2>.columns {
  float: left;
  width: 50%
}

.small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-2>.column:nth-of-type(2n+1), .small-up-2>.columns:nth-of-type(2n+1) {
  clear: both
}

.small-up-2>.column:last-child, .small-up-2>.columns:last-child {
  float: left
}

.small-up-3>.column, .small-up-3>.columns {
  float: left;
  width: 33.33333%
}

.small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1) {
  clear: both
}

.small-up-3>.column:last-child, .small-up-3>.columns:last-child {
  float: left
}

.small-up-4>.column, .small-up-4>.columns {
  float: left;
  width: 25%
}

.small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1) {
  clear: both
}

.small-up-4>.column:last-child, .small-up-4>.columns:last-child {
  float: left
}

.small-up-5>.column, .small-up-5>.columns {
  float: left;
  width: 20%
}

.small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1) {
  clear: both
}

.small-up-5>.column:last-child, .small-up-5>.columns:last-child {
  float: left
}

.small-up-6>.column, .small-up-6>.columns {
  float: left;
  width: 16.66667%
}

.small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1) {
  clear: both
}

.small-up-6>.column:last-child, .small-up-6>.columns:last-child {
  float: left
}

.small-up-7>.column, .small-up-7>.columns {
  float: left;
  width: 14.28571%
}

.small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1) {
  clear: both
}

.small-up-7>.column:last-child, .small-up-7>.columns:last-child {
  float: left
}

.small-up-8>.column, .small-up-8>.columns {
  float: left;
  width: 12.5%
}

.small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n) {
  clear: none
}

.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1) {
  clear: both
}

.small-up-8>.column:last-child, .small-up-8>.columns:last-child {
  float: left
}

.small-collapse>.column, .small-collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0
}

.small-uncollapse>.column, .small-uncollapse>.columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem
}

.small-centered {
  margin-right: auto;
  margin-left: auto
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%
  }
  .medium-offset-0 {
    margin-left: 0%
  }
  .medium-2 {
    width: 16.66667%
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%
  }
  .medium-offset-1 {
    margin-left: 8.33333%
  }
  .medium-3 {
    width: 25%
  }
  .medium-push-3 {
    position: relative;
    left: 25%
  }
  .medium-pull-3 {
    position: relative;
    left: -25%
  }
  .medium-offset-2 {
    margin-left: 16.66667%
  }
  .medium-4 {
    width: 33.33333%
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%
  }
  .medium-offset-3 {
    margin-left: 25%
  }
  .medium-5 {
    width: 41.66667%
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%
  }
  .medium-offset-4 {
    margin-left: 33.33333%
  }
  .medium-6 {
    width: 50%
  }
  .medium-push-6 {
    position: relative;
    left: 50%
  }
  .medium-pull-6 {
    position: relative;
    left: -50%
  }
  .medium-offset-5 {
    margin-left: 41.66667%
  }
  .medium-7 {
    width: 58.33333%
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%
  }
  .medium-offset-6 {
    margin-left: 50%
  }
  .medium-8 {
    width: 66.66667%
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%
  }
  .medium-offset-7 {
    margin-left: 58.33333%
  }
  .medium-9 {
    width: 75%
  }
  .medium-push-9 {
    position: relative;
    left: 75%
  }
  .medium-pull-9 {
    position: relative;
    left: -75%
  }
  .medium-offset-8 {
    margin-left: 66.66667%
  }
  .medium-10 {
    width: 83.33333%
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%
  }
  .medium-offset-9 {
    margin-left: 75%
  }
  .medium-11 {
    width: 91.66667%
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%
  }
  .medium-offset-10 {
    margin-left: 83.33333%
  }
  .medium-12 {
    width: 100%
  }
  .medium-offset-11 {
    margin-left: 91.66667%
  }
  .medium-up-1>.column, .medium-up-1>.columns {
    float: left;
    width: 100%
  }
  .medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1) {
    clear: both
  }
  .medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
    float: left
  }
  .medium-up-2>.column, .medium-up-2>.columns {
    float: left;
    width: 50%
  }
  .medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-2>.column:nth-of-type(2n+1), .medium-up-2>.columns:nth-of-type(2n+1) {
    clear: both
  }
  .medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
    float: left
  }
  .medium-up-3>.column, .medium-up-3>.columns {
    float: left;
    width: 33.33333%
  }
  .medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1) {
    clear: both
  }
  .medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
    float: left
  }
  .medium-up-4>.column, .medium-up-4>.columns {
    float: left;
    width: 25%
  }
  .medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1) {
    clear: both
  }
  .medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
    float: left
  }
  .medium-up-5>.column, .medium-up-5>.columns {
    float: left;
    width: 20%
  }
  .medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1) {
    clear: both
  }
  .medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
    float: left
  }
  .medium-up-6>.column, .medium-up-6>.columns {
    float: left;
    width: 16.66667%
  }
  .medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1) {
    clear: both
  }
  .medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
    float: left
  }
  .medium-up-7>.column, .medium-up-7>.columns {
    float: left;
    width: 14.28571%
  }
  .medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1) {
    clear: both
  }
  .medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
    float: left
  }
  .medium-up-8>.column, .medium-up-8>.columns {
    float: left;
    width: 12.5%
  }
  .medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n) {
    clear: none
  }
  .medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1) {
    clear: both
  }
  .medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
    float: left
  }
  .medium-collapse>.column, .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0
  }
  .medium-uncollapse>.column, .medium-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%
  }
  .large-offset-0 {
    margin-left: 0%
  }
  .large-2 {
    width: 16.66667%
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%
  }
  .large-offset-1 {
    margin-left: 8.33333%
  }
  .large-3 {
    width: 25%
  }
  .large-push-3 {
    position: relative;
    left: 25%
  }
  .large-pull-3 {
    position: relative;
    left: -25%
  }
  .large-offset-2 {
    margin-left: 16.66667%
  }
  .large-4 {
    width: 33.33333%
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%
  }
  .large-offset-3 {
    margin-left: 25%
  }
  .large-5 {
    width: 41.66667%
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%
  }
  .large-offset-4 {
    margin-left: 33.33333%
  }
  .large-6 {
    width: 50%
  }
  .large-push-6 {
    position: relative;
    left: 50%
  }
  .large-pull-6 {
    position: relative;
    left: -50%
  }
  .large-offset-5 {
    margin-left: 41.66667%
  }
  .large-7 {
    width: 58.33333%
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%
  }
  .large-offset-6 {
    margin-left: 50%
  }
  .large-8 {
    width: 66.66667%
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%
  }
  .large-offset-7 {
    margin-left: 58.33333%
  }
  .large-9 {
    width: 75%
  }
  .large-push-9 {
    position: relative;
    left: 75%
  }
  .large-pull-9 {
    position: relative;
    left: -75%
  }
  .large-offset-8 {
    margin-left: 66.66667%
  }
  .large-10 {
    width: 83.33333%
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%
  }
  .large-offset-9 {
    margin-left: 75%
  }
  .large-11 {
    width: 91.66667%
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%
  }
  .large-offset-10 {
    margin-left: 83.33333%
  }
  .large-12 {
    width: 100%
  }
  .large-offset-11 {
    margin-left: 91.66667%
  }
  .large-up-1>.column, .large-up-1>.columns {
    float: left;
    width: 100%
  }
  .large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1) {
    clear: both
  }
  .large-up-1>.column:last-child, .large-up-1>.columns:last-child {
    float: left
  }
  .large-up-2>.column, .large-up-2>.columns {
    float: left;
    width: 50%
  }
  .large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-2>.column:nth-of-type(2n+1), .large-up-2>.columns:nth-of-type(2n+1) {
    clear: both
  }
  .large-up-2>.column:last-child, .large-up-2>.columns:last-child {
    float: left
  }
  .large-up-3>.column, .large-up-3>.columns {
    float: left;
    width: 33.33333%
  }
  .large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
    clear: both
  }
  .large-up-3>.column:last-child, .large-up-3>.columns:last-child {
    float: left
  }
  .large-up-4>.column, .large-up-4>.columns {
    float: left;
    width: 25%
  }
  .large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
    clear: both
  }
  .large-up-4>.column:last-child, .large-up-4>.columns:last-child {
    float: left
  }
  .large-up-5>.column, .large-up-5>.columns {
    float: left;
    width: 20%
  }
  .large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1) {
    clear: both
  }
  .large-up-5>.column:last-child, .large-up-5>.columns:last-child {
    float: left
  }
  .large-up-6>.column, .large-up-6>.columns {
    float: left;
    width: 16.66667%
  }
  .large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1) {
    clear: both
  }
  .large-up-6>.column:last-child, .large-up-6>.columns:last-child {
    float: left
  }
  .large-up-7>.column, .large-up-7>.columns {
    float: left;
    width: 14.28571%
  }
  .large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1) {
    clear: both
  }
  .large-up-7>.column:last-child, .large-up-7>.columns:last-child {
    float: left
  }
  .large-up-8>.column, .large-up-8>.columns {
    float: left;
    width: 12.5%
  }
  .large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n) {
    clear: none
  }
  .large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1) {
    clear: both
  }
  .large-up-8>.column:last-child, .large-up-8>.columns:last-child {
    float: left
  }
  .large-collapse>.column, .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0
  }
  .large-uncollapse>.column, .large-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0
  }
}

.column-block {
  margin-bottom: 1.875rem
}

.column-block>:last-child {
  margin-bottom: 0
}

#page_top .main {
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../../images/slide/slide_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #010101
}

@media only screen and (max-width: 769px) {
  #page_top .main {
    min-width: auto
  }
}

#page_top h1 {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 50%;
  top: 80%;
  width: 35%;
  z-index: 10
}

#page_top h1 img {
  width: 100%
}

@media only screen and (max-width: 769px) {
  #page_top h1 {
    top: 0
  }
}

#page_top h2 {
  top: 130px;
  /* margin-left: -300px */
}

#page_top .shokai {
  margin: 20px 0;
  position: relative
}

#page_top .shokai .sp {
  display: none
}

#page_top .shokai .pc {
  display: block
}

#page_top .shokai a {
  left: 50%;
  left: 86px;
  position: absolute;
  top: 162px
}

@media only screen and (max-width: 1000px) {
  #page_top .shokai .sp {
    text-align: center;
    display: block
  }
  #page_top .shokai .pc {
    display: none
  }
  #page_top .shokai img.sp {
    position: relative;
    margin: 0 auto;
    width: 95%;
    max-width: 640px
  }
  #page_top .shokai a {
    left: 50%;
    margin-left: -30%;
    bottom: 0;
    top: 77%
  }
  #page_top .shokai a img {
    width: 100%
  }
}

#page_top .spec {
  background-color: #161332;
  padding: 25px;
  text-align: center
}

#page_top .spec .pc {
  display: block;
  margin: 0 auto;
  text-align: center
}

#page_top .spec .sp {
  display: none
}

@media only screen and (max-width: 669px) {
  #page_top .spec {
    padding: 15px
  }
  #page_top .spec .sp {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 180%
  }
  #page_top .spec .sp img {
    max-width: 100%;
    width: 150px;
    margin: 0 auto;
    display: block
  }
  #page_top .spec .pc {
    display: none
  }
}

#page_top .spec img {
  max-width: 100%
}

.slide_all {
  max-width: 1500px;
  margin: 0 auto
}

#topslide .glide__slide img {
  width: 100%
}

.custom-triggers {
  width: 96%;
  background-color: #000;
  background-image: url("../../images/slide/slide_thumb_bg.jpg");
  background-size: cover;
  background-position: center;
  vertical-align: top;
  text-align: right
}

.custom-triggers .thumb {
  font-size: 0;
  cursor: pointer !important;
  display: inline-block;
  width: 10%;
  background-color: #434343
}

.custom-triggers .thumb img {
  opacity: 1;
  width: 100%;
  border: solid 1px #3c3d4a;
  vertical-align: middle
}

@media only screen and (max-width: 769px) {
  .custom-triggers .thumb {
    padding: 0 0px;
    width: 25%;
    margin: -3px -4px 0 -4px
  }
  .custom-triggers .thumb img {
    border: solid 1px #3c3d4a
  }
}

.top-content {
  margin: 2.5rem 0
}

@media print, screen and (min-width: 64em) {
  .top-content {
    margin-top: 5rem
  }
}

.first-banners img, .second-banners img, .third-banners img {
  margin-bottom: 1rem
}

@media print, screen and (min-width: 40em) {
  .first-banners, .second-banners, .third-banners {
    padding-bottom: 1rem
  }
}

.news-wrapper {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-top: 56.25%;
  overflow: hidden
}

.news-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px 1px 9px 10px;
  background-image: url("../../images/top/news_bg_sp.png");
  border-top: 1px solid #6c4848;
  border-bottom: 1px solid #614b3e;
  text-align: left
}

.news-container::before, .news-container::after {
  position: absolute;
  height: 100%;
  content: "";
  display: block;
  width: 1px;
  background: linear-gradient(to bottom, #6c4848 0%, #efdbcd 20%, #786d67 70%, #614b3e 100%)
}

.news-container::before {
  top: 0;
  left: 0
}

.news-container::after {
  top: 0;
  right: 0
}

.heading-top-news {
  line-height: 1;
  margin-bottom: 0.5rem
}

.heading-top-news img {
  margin-bottom: 0
}

.news-list {
  margin-bottom: 0;
  height: calc(100% - 34px);
  overflow-y: scroll;
  font-size: 0.75rem
}

#news_area {
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
  margin-top: 35px;
  background-image: url("../../images/top/news.png");
  width: 373px;
  height: 127px
}

#news_area h3 {
  display: none
}

@media only screen and (max-width: 373px) {
  #news_area {
    width: 95%;
    height: auto;
    margin: 15px 0 -20px 0;
    border: solid 1px #887070;
    background-image: url("../../images/top/news_bg_sp.png")
  }
  #news_area h3 {
    display: block;
    margin: 0;
    padding: 5px 5px 0px 5px;
    text-align: left;
    color: antiquewhite
  }
}

#news_area dl {
  text-align: left;
  height: 85px;
  margin: 35px 0 0 0;
  width: 350px;
  overflow: hidden;
  padding: 0px 10px 10px 10px
}

@media only screen and (max-width: 373px) {
  #news_area dl {
    padding: 10px 10px 10px 10px;
    margin: -5px 0 0 0;
    font-size: 12px
  }
}

#news_area dl dt {
  float: left;
  width: 80px;
  color: #9f9f9f
}

@media only screen and (max-width: 373px) {
  #news_area dl dt {
    float: none
  }
}

#news_area dl dd {
  padding-left: 80px
}

@media only screen and (max-width: 373px) {
  #news_area dl dd {
    padding-left: 0px
  }
}

a.update-patch-link {
  display: inline-block;
  width: 100%;
  padding: 0.5em;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxNWFhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMzU5MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #215aaf), color-stop(100%, #223593));
  background-image: -moz-linear-gradient(#215aaf, #223593);
  background-image: -webkit-linear-gradient(#215aaf, #223593);
  background-image: linear-gradient(#215aaf, #223593);
  border-radius: 3rem;
  border: 2px solid #08d4ec
}

@media print, screen and (min-width: 64em) {
  a.update-patch-link {
    font-size: 2rem;
    line-height: 2;
    padding: 0
  }
}

a.update-patch-link:hover, a.update-patch-link:focus {
  opacity: .75;
  text-decoration: none
}

a.update-patch-link .uppercase {
  color: #00fff6;
  text-shadow: rgba(0, 255, 246, 0.4) 0 2px 3px, rgba(0, 255, 246, 0.1) 0 8px 13px, rgba(0, 255, 246, 0.1) 0 18px 23px
}

.callout-banners {
  margin: 0 .5rem 1rem;
  padding: 0.5rem;
  text-align: left;
  font-size: 10px;
  color: #efdbcd;
  background-color: #3c3d4a;
  border-radius: .5rem
}

#page_novel {
  background-image: url("../../images/novels/novel_bg1_new.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

#page_novel.novel2shou {
  background-image: url("../../images/novels/novel_bg2.jpg");
  background-position: center
}

#page_novel.novel-epilogue {
  background-image: url("../../images/novels/novel_bg_ep.jpg");
  background-position: center bottom
}

#page_novel.novel1shou, #page_novel.novel2shou, #page_novel.novel-epilogue {
  padding: 25px 0 0 0
}

#page_novel.novel_top {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
  height: 100%;
  width: 100%;
  background-image: url("../../images/novels/novel_bg1.jpg")
}

@media only screen and (max-width: 768px) {
  #page_novel.novel_top {
    min-height: 550px
  }
}

#page_novel.novel_top .page_title {
  margin: 20px 0 0px 0;
  text-align: center;
  padding: 10px
}

#page_novel.novel_top .page_title img {
  max-width: 100%
}

#page_novel .novel_new {
  background-color: #00a2a2;
  padding: 0px 15px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px
}

#page_novel .novel_wp {
  max-width: 950px;
  margin: 0 auto
}

#page_novel h1 {
  background-image: url("../../images/novels/novel_title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 800px;
  margin: 15px auto;
  display: block;
  text-align: center
}

#page_novel h1 img {
  max-height: 80%;
  max-width: 80%;
  padding: 15px 0
}

#page_novel pre {
  line-height: 180%;
  font-size: 11pt;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  font-weight: 300;
  display: inline-block;
  margin: 0 auto 50px auto;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  letter-spacing: 0.9pt;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto
}

#page_novel pre .mojikan-min {
  letter-spacing: -2.2pt
}

#page_novel .novel_nav {
  padding: 50px 5px 0 5px
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav {
    padding: 20px 5px 0 5px
  }
}

#page_novel .novel_nav span {
  display: none
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav span {
    display: block;
    padding: 0px 5px 0 20px
  }
}

#page_novel .novel_nav li {
  position: relative;
  background-image: url("../../images/novels/novel_title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 800px;
  margin: 15px auto 50px auto;
  display: block;
  text-align: left
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav li {
    margin: 15px auto 20px auto
  }
}

#page_novel .novel_nav li.novel_nav_epilogue {
  margin-bottom: 15px
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav li.novel_nav_epilogue {
    margin: 15px auto 20px auto
  }
}

#page_novel .novel_nav li.novel_nav_devider, #page_novel .novel_nav li.novel_nav_description {
  background-image: none;
  text-align: center;
  font-size: 1.2em
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav li.novel_nav_devider, #page_novel .novel_nav li.novel_nav_description {
    font-size: 1em
  }
}

#page_novel .novel_nav li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav li a {
    padding: 25px 0
  }
}

#page_novel .novel_nav li img {
  height: 100%;
  width: auto;
  margin-left: 95px
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav li img {
    display: none
  }
}

#page_novel .novel_nav li:after {
  content: "";
  background-image: url("../../images/novels/arrow_next.png");
  width: 29px;
  height: 37px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -18px
}

#page_novel .novel_nav li.novel_nav_devider:after, #page_novel .novel_nav li.novel_nav_description:after {
  background-image: none
}

#page_novel .novel_nav_bottom {
  margin-bottom: 16px
}

#page_novel .novel_nav_bottom li {
  vertical-align: bottom;
  position: relative;
  background-color: #5b3938;
  border: solid 1px #f0cdba;
  display: inline-block
}

#page_novel .novel_nav_bottom li.none {
  border: none
}

#page_novel .novel_nav_bottom li.prev {
  width: 20%
}

#page_novel .novel_nav_bottom li.top {
  margin-left: 10px;
  margin-right: 10px
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav_bottom li.top {
    padding: 11px 0
  }
}

#page_novel .novel_nav_bottom li.next {
  width: 20%
}

#page_novel .novel_nav_bottom li a {
  line-height: 190%;
  display: block;
  color: #fff;
  padding: 5px 10px
}

#page_novel .novel_nav_bottom li a .pc {
  display: block
}

#page_novel .novel_nav_bottom li a .sp {
  display: none
}

@media only screen and (max-width: 769px) {
  #page_novel .novel_nav_bottom li a {
    line-height: 100%
  }
  #page_novel .novel_nav_bottom li a .pc {
    display: none
  }
  #page_novel .novel_nav_bottom li a .sp {
    display: block
  }
}

#page_novel .btn_novel_add {
  text-align: right;
  padding-right: 55px
}

#page_novel .btn_novel_add a {
  display: inline-block;
  position: relative
}

#page_novel .btn_novel_add a:after {
  content: "";
  background-image: url("../../images/novels/arrow_next.png");
  width: 29px;
  height: 37px;
  position: absolute;
  right: -36px;
  top: 50%;
  margin-top: -18px;
  transform: rotate(90deg)
}

.novel-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.75)
}

#page_info .main {
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../../images/info/spec_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #010101
}

@media only screen and (max-width: 769px) {
  #page_info .main {
    min-width: auto;
    margin: 0px 5px 0px 5px;
    padding-bottom: 40px
  }
}

#page_info .spec_block {
  display: inline-block;
  padding: 25px;
  margin: 100px 20px 145px 20px;
  background-color: rgba(255, 255, 255, 0.65);
  color: #000;
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.4), 0px 8px 13px rgba(255, 255, 255, 0.1), 0px 18px 23px rgba(255, 255, 255, 0.1);
  box-shadow: -1px 0px 8px 0px #00ffd4 inset, 0px 0px 12px 2px #00a0ff;
  -moz-box-shadow: -1px 0px 8px 0px #00ffd4 inset, 0px 0px 12px 2px #00a0ff;
  -webkit-box-shadow: -1px 0px 8px 0px #00ffd4 inset, 0px 0px 12px 2px #00a0ff;
  border: 1px solid #ffffff
}

#page_info .spec_block .caution {
  font-size: 11px;
  float: none;
  clear: left
}

@media only screen and (max-width: 769px) {
  #page_info .spec_block .caution {
    text-align: left;
    padding: 10px;
    max-width: 320px
  }
}

#page_info .spec_block .packeage {
  display: block;
  float: left
}

#page_info .spec_block dl {
  padding-left: 25px;
  padding-right: 15px;
  display: block;
  float: left;
  text-align: left
}

#page_info .spec_block dl dt {
  font-weight: bold;
  margin: 5px 0 5px 0
}

#page_info .spec_block dl dd {
  line-height: 150%;
  margin-bottom: 15px
}

@media only screen and (max-width: 769px) {
  #page_info .spec_block {
    padding: 5px;
    margin: 0px 0px
  }
  #page_info .spec_block .packeage {
    width: 55%;
    display: block;
    margin: 15px auto 0 auto;
    float: none
  }
  #page_info .spec_block .packeage img {
    max-width: 100%
  }
  #page_info .spec_block dl {
    display: inline-block;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 10px;
    float: none;
    text-align: left
  }
  #page_info .spec_block dl dt {
    font-weight: bold;
    margin: 5px 0 5px 0
  }
  #page_info .spec_block dl dd {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px
  }
}

#page_info .information_block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 100px auto 145px;
  padding: 40px;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.6;
  color: #111;
  text-align: left;
  text-shadow: rgba(255, 255, 255, 0.4) 0 2px 3px, rgba(255, 255, 255, 0.1) 0 8px 13px, rgba(255, 255, 255, 0.1) 0 18px 23px;
  -moz-box-shadow: #00ffd4 -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px;
  -webkit-box-shadow: #00ffd4 -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px;
  box-shadow: #00ffd4 -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px
}

@media only screen and (max-width: 376px) {
  #page_info .information_block {
    font-size: .75rem
  }
}

@media only screen and (min-width: 377px) and (max-width: 420px) {
  #page_info .information_block {
    font-size: .875rem
  }
}

@media only screen and (min-width: 770px) {
  #page_info .information_block {
    max-width: 1000px
  }
}

#page_info .information_block h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1rem
}

@media only screen and (max-width: 420px) {
  #page_info .information_block h2 {
    text-align: left
  }
}

#page_info .information_block h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin: 1rem 0 .75rem
}

#page_info .information_block h4 {
  font-size: 1.125em
}

#page_info .information_block li h4:before {
  content: "● "
}

#page_info .information_block p {
  margin: .5rem 0 .75rem;
  font-size: 1em
}

#page_info .information_block p.infomation-date {
  float: right;
  margin-bottom: 2rem
}

@media only screen and (max-width: 420px) {
  #page_info .information_block p.infomation-date {
    float: none;
    text-align: right;
    margin-bottom: .75rem
  }
}

#page_info .information_block p.information-customers {
  float: left
}

#page_info .information_block p.information-customers+p {
  clear: both
}

@media only screen and (max-width: 420px) {
  #page_info .information_block p.information-customers {
    float: none
  }
}

#page_info .information_block p.annotation {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 2em;
  text-indent: -1em;
  color: #3a3a3a;
  line-height: 1.2
}

#page_info .information_block p.annotation:before {
  display: inline;
  content: "※ "
}

#page_info .information_block a {
  font-weight: normal;
  color: #06f
}

#page_info .information_block a:hover, #page_info .information_block a:focus {
  color: #66f
}

#page_change-point {
  font-size: 100%
}

.cont-wp {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../images/info/bg_dott-black.png"), url("../../images/info/bg_previous.jpg");
  background-position: left, top center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, fixed
}

@media only screen and (min-width: 769px) {
  .cont-wp {
    padding-top: 4rem
  }
}

.cont-wp .row {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  text-align: left
}

@media only screen and (max-width: 769px) {
  .cont-wp .row {
    min-width: 100%;
    margin: 0 0
  }
}

@media only screen and (min-width: 770px) {
  .cont-wp .row {
    max-width: 1000px;
    margin: 0 auto
  }
  .cont-wp .row.change-point_others {
    height: 636px
  }
}

.cont-wp .row.change-point_character {
  background-image: url("../../images/info/img_change-point-character.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3rem
}

@media only screen and (min-width: 770px) {
  .cont-wp .row.change-point_character {
    background-position: left top;
    background-size: auto;
    margin-bottom: 5rem
  }
}

.cont-wp .row.change-point_character p.copy_change-point_character {
  margin-top: 233px;
  width: 100%
}

.cont-wp .row.change-point_character p.copy_change-point_character img {
  width: 100%
}

@media only screen and (min-width: 501px) {
  .cont-wp .row.change-point_character p.copy_change-point_character {
    margin-top: 270px;
    width: 500px;
    margin-left: auto
  }
}

@media only screen and (min-width: 501px) and (min-width: 770px) {
  .cont-wp .row.change-point_character p.copy_change-point_character {
    margin-top: 233px;
    background-position: left top;
    background-size: auto
  }
}

.cont-wp .row.change-point_battle {
  margin-bottom: 3rem
}

@media only screen and (min-width: 770px) {
  .cont-wp .row.change-point_battle {
    margin-bottom: 5rem
  }
}

.cont-wp .row h2.heading-change-point {
  position: relative;
  margin: 0 0 .375rem;
  text-align: center
}

.cont-wp .row h2.heading-change-point img {
  width: 100%
}

@media only screen and (min-width: 770px) {
  .cont-wp .row h2.heading-change-point {
    margin-bottom: .75rem
  }
  .cont-wp .row h2.heading-change-point img {
    width: auto
  }
}

.cont-wp .row h3.section-cont {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  margin: .375rem 0;
  text-align: center;
  overflow: hidden
}

@media only screen and (max-width: 500px) {
  .cont-wp .row h3.section-cont {
    height: 36px
  }
  .cont-wp .row h3.section-cont img {
    position: absolute;
    width: 150%;
    top: 0;
    left: -25%
  }
}

@media only screen and (min-width: 501px) and (max-width: 769px) {
  .cont-wp .row h3.section-cont img {
    width: 100%
  }
}

@media only screen and (min-width: 770px) {
  .cont-wp .row h3.section-cont {
    overflow: auto
  }
  .cont-wp .row h3.section-cont img {
    width: auto
  }
}

.cont-wp .row a.trailerlink {
  display: block;
  text-align: center;
  margin-bottom: 2rem
}

.cont-wp .row a.trailerlink img {
  width: 80%
}

@media only screen and (min-width: 770px) {
  .cont-wp .row a.trailerlink {
    margin-bottom: 3.5rem
  }
  .cont-wp .row a.trailerlink img {
    width: auto
  }
}

.change-point_others_wp {
  overflow: hidden;
  *zoom: 1
}

@media only screen and (min-width: 770px) {
  .change-point_others_wp {
    background-image: url("../../images/info/img_change-point-others_l.png");
    background-position: center top;
    background-repeat: no-repeat
  }
}

.battle-half-column {
  width: 100%;
  text-align: center
}

.battle-half-column img {
  width: 100%
}

.battle-half-column img.ss_change-point_battle {
  width: 90%
}

.battle-half-column p.copy_change-point_battle {
  margin: 0 auto;
  width: 100%
}

@media only screen and (min-width: 501px) and (max-width: 769px) {
  .battle-half-column p.copy_change-point_battle {
    margin-top: -40px;
    width: 70%
  }
}

@media only screen and (min-width: 770px) {
  .battle-half-column {
    float: right;
    width: 50%
  }
  .battle-half-column img {
    width: auto
  }
  .battle-half-column p.copy_change-point_battle {
    width: 100%;
    margin-top: 3rem
  }
}

.others-half-column {
  width: 100%
}

@media only screen and (min-width: 770px) {
  .others-half-column {
    float: left;
    width: 50%;
    margin-top: 25%
  }
}

.others-half-column .show-for-small-only img, .others-half-column .show-for-middle-only img {
  width: 100%
}

.button-column {
  width: 100%
}

.button-column a {
  display: inline;
  vertical-align: top
}

.button-column img {
  margin: 0;
  width: 100%
}

@media only screen and (min-width: 770px) {
  .button-column {
    width: 500px
  }
  .change-point_character .button-column {
    margin-left: auto
  }
  .change-point_battle .button-column {
    margin-right: auto
  }
  .change-point_others .button-column {
    width: 100%;
    text-align: center
  }
  .change-point_others .button-column img {
    width: auto
  }
}

.show-for-small-only {
  display: none
}

@media only screen and (max-width: 500px) {
  .show-for-small-only {
    display: block
  }
}

.show-for-middle-only {
  display: none
}

@media only screen and (min-width: 501px) and (max-width: 769px) {
  .show-for-middle-only {
    display: block
  }
}

.show-for-large-only {
  display: none
}

@media only screen and (min-width: 770px) {
  .show-for-large-only {
    display: block;
  }
}

#page_story .main {
  background-color: #010101;
}

@media only screen and (max-width: 769px) {
  #page_story .main {
    min-width: auto;
    margin: 0px 0px 0px 0px;
  }
}

#page_story #story_prolog_all {
  position: relative;
}

#page_story #story_prolog_all .prolog_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  min-height: 802px;
  margin-top: -40px;
}

#page_story #story_prolog_all .prolog_img img {
  position: fixed;
  z-index: 10;
  width: 180%;
  top: 50%;
  margin-top: -50%;
  height: auto;
  max-width: 3000px;
  left: 0;
}

@media only screen and (max-width: 769px) {
  #page_story #story_prolog_all .prolog_img img {
    height: 120vh;
    width: auto;
    margin-top: 0%;
    top: 0%
  }
}

#page_story #story_prolog_all .story_text {
  position: absolute;
  margin: 80px 0 0 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 150px 0px 100px 0px;
}

@media only screen and (max-width: 769px) {
  #page_story #story_prolog_all .story_text {
    padding: 100px 0px;
  }
}

#page_story #story_prolog_all .story_text h2 {
  text-shadow: 0px 0px 4px #2affff;
  color: aqua;
  width: auto;
  position: relative;
  font-size: 200%;
  height: 85px;
}

#page_story #story_prolog_all .story_text h3 {
  text-shadow: 0px 0px 4px #2affff;
  position: relative;
  font-size: 220%;
  line-height: 100%;
  margin-bottom: 25px;
}

#page_story #story_prolog_all .story_text p {
  position: relative;
  font-size: 110%;
  text-shadow: 0px 0px 9px #002834;
  line-height: 180%;
}

#page_story #story_prolog_all .story_text span.br {
  display: inline-block;
}

@media only screen and (max-width: 769px) {
  #page_story #story_prolog_all .story_text {
    margin: 0px 0 50px 0
  }
  #page_story #story_prolog_all .story_text h2 {
    width: auto;
    position: relative;
    height: 85px
  }
  #page_story #story_prolog_all .story_text h3 {
    position: relative;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 25px;
    padding: 0 10%;
    line-height: 150%
  }
  #page_story #story_prolog_all .story_text p {
    padding: 10px;
    position: relative;
    font-size: 14px;
    line-height: 180%
  }
  #page_story #story_prolog_all .story_text span.br {
    display: block
  }
}

#page_story #story_character_all {
  min-height: 500px;
  position: relative;
  z-index: 1;
  background-color: #1964af;
  background-image: url("../../images/bg_blue.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 10px 0 10px
}

#page_story #story_character_all .story_character_read h3 {
  color: aqua;
  text-shadow: 0px 0px 4px #2affff;
  position: relative;
  font-size: 220%;
  line-height: 100%;
  margin-bottom: 15px;
  margin-top: 35px
}

#page_story #story_character_all .story_character_read p {
  position: relative;
  font-size: 110%;
  text-shadow: 0px 0px 9px #002834;
  line-height: 180%
}

#page_story #story_character_all .story_character_read span.br {
  display: none
}

@media only screen and (max-width: 769px) {
  #page_story #story_character_all .story_character_read span.br {
    display: block
  }
  #page_story #story_character_all .story_character_read h3 {
    font-size: 20px
  }
  #page_story #story_character_all .story_character_read p {
    font-size: 14px
  }
}

#page_story #story_character_all .character_all {
  padding-bottom: 55px;
  padding-top: 35px
}

#page_story #story_character_all .character_all .group {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto
}

#page_story #story_character_all .character_all .character_block {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px
}

#page_story #story_character_all .character_all .character_block a {
  color: #fff;
  display: block;
  text-decoration: none
}

#page_story #story_character_all .character_all .character_block ul {
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 0px 8px -2px #004eff, 0px 0px 10px 0px #004eff inset;
  -moz-box-shadow: 0px 0px 8px -2px #004eff, 0px 0px 10px 0px #004eff inset;
  box-shadow: 0px 0px 8px -2px #004eff, 0px 0px 10px 0px #004eff inset;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #00f6ff;
  position: relative
}

#page_story #story_character_all .character_all .character_block ul li.group_title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 5px
}

#page_story #story_character_all .character_all .character_block ul li.group_title p {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #7500cf;
  padding: 3px 15px 0px 15px;
  line-height: 150%;
  display: inline-block;
  font-size: 20px;
  text-shadow: 0px 0px 2px #00fde6, 0px 0px 2px #00fde6, 0px 0px 2px #00fde6, 0px 0px 6px #0073e6, 0px 0px 4px #00d6e6, 0px 0px 4px #00d6e6, 0px 0px 20px #000, 0px 0px 20px #000
}

#page_story #story_character_all .character_all .character_block ul li.group_title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
  border-top-color: #7100c9;
  border-width: 10px;
  margin-left: -10px
}

#page_story #story_character_all .character_all .character_block ul li.name p {
  padding: 15px;
  display: block;
  position: absolute;
  top: 435px;
  text-align: left
}

#page_story #story_character_all .character_all .character_block ul li.name p img {
  margin: 0 auto 5px auto;
  text-align: center;
  display: block
}

#page_story #story_character_all .character_all .character_block ul li.ico {
  display: inline-block
}

#page_story #story_character_all .character_all .group_guild {
  width: 340px;
  height: 600px
}

#page_story #story_character_all .character_all .group_guild li.ico_1 {
  margin: 45px 0 0px 0;
  width: 100%
}

#page_story #story_character_all .character_all .group_guild li.ico_2, #page_story #story_character_all .character_all .group_guild li.ico_3, #page_story #story_character_all .character_all .group_guild li.ico_4, #page_story #story_character_all .character_all .group_guild li.ico_5 {
  width: 40%
}

#page_story #story_character_all .character_all .group_kingdom {
  width: 285px;
  height: 600px;
  margin-left: 15px;
  margin-right: 15px
}

#page_story #story_character_all .character_all .group_kingdom li.ico_1 {
  margin: 45px 0 15px 0;
  width: 100%;
}

#page_story #story_character_all .character_all .group_kingdom li.ico_2 {
  margin-top: 35px;
}

#page_story #story_character_all .character_all .group_medell {
  width: 285px;
  height: 600px;
}

#page_story #story_character_all .character_all .group_medell li.ico_1 {
  margin: 45px 0 15px 0;
  width: 100%;
}

#page_story #story_character_all .character_all .group_medell li.ico_2 {
  margin-top: 35px;
}

#page_story #story_character_all .character_all .group_other {
  width: 950px;
  margin: 0 auto;
  height: 190px;
}

#page_story #story_character_all .character_all .group_other ul li.name p {
  top: 0px;
  left: 25px;
  text-align: left;
  width: 300px;
}

#page_story #story_character_all .character_all .group_other ul li.name p img {
  margin: 0 0;
  text-align: left;
  display: block;
}

#page_story #story_character_all .character_all .group_other li.ico {
  padding: 25px 5px 25px 5px;
}

#page_story #story_character_all .character_all .group_other li.ico_1 {
  margin-left: 290px;
}

@media only screen and (max-width: 985px) {
  #page_story #story_character_all .character_all p {
    font-size: 14px;
  }
  #page_story #story_character_all .character_all .character_block {
    width: 100% !important;
    margin-bottom: 45px;
  }
  #page_story #story_character_all .character_all .character_block ul li.name p {
    padding: 15px;
    display: block;
    position: relative;
    top: 0;
    text-align: left;
  }
  #page_story #story_character_all .character_all .character_block ul li.name p img {
    max-width: 254px;
    width: 80%;
  }
  #page_story #story_character_all .character_all .group_guild, #page_story #story_character_all .character_all .group_kingdom, #page_story #story_character_all .character_all .group_medell, #page_story #story_character_all .character_all .group_other {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
  }
  #page_story #story_character_all .character_all .group_guild, #page_story #story_character_all .character_all .group_kingdom, #page_story #story_character_all .character_all .group_medell, #page_story #story_character_all .character_all .group_other ul{
    padding-bottom: 20px;
  }
  #page_story #story_character_all .character_all .group_guild li.ico_2, #page_story #story_character_all .character_all .group_guild li.ico_3, #page_story #story_character_all .character_all .group_guild li.ico_4, #page_story #story_character_all .character_all .group_guild li.ico_5 {
    width: 20%;
    text-align: center;
  }
  #page_story #story_character_all .character_all .group_guild li.ico_2 img, #page_story #story_character_all .character_all .group_guild li.ico_3 img, #page_story #story_character_all .character_all .group_guild li.ico_4 img, #page_story #story_character_all .character_all .group_guild li.ico_5 img {
    width: 95%;
    max-width: 95px;
  }
  #page_story #story_character_all .character_all .group_kingdom li.ico_2, #page_story #story_character_all .character_all .group_medell li.ico_2 {
    margin-top: 15px;
  }
  #page_story #story_character_all .character_all .group_other ul li.name p {
    top: 0px;
    left: 0px;
    text-align: left;
    width: auto;
  }
  #page_story #story_character_all .character_all .group_other ul li.name p img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  #page_story #story_character_all .character_all .group_other li.ico {
    width: 30%;
    padding: 0px;
  }
  #page_story #story_character_all .character_all .group_other li.ico img {
    width: 95%;
    max-width: 126px;
  }
  #page_story #story_character_all .character_all .group_other li.ico_1 {
    margin-left: 0px;
  }
}

#page_story .story_character_page {
  padding-top: 80px;
}

#page_story .story_character_page .read p {
  text-shadow: 0px 0px 4px #000;
  margin: 20px 0 20px 0;
  padding: 10px;
}

#page_story .story_character_page .story_chara_list ul {
  position: relative;
  text-align: center;
}

#page_story .story_character_page .story_chara_list ul li {
  display: inline-block;
}

#page_story .story_character_page .story_chara_list ul li .c_wp {
  position: absolute;
}

#page_story .story_character_page .story_chara_list ul li .chara_name {
  top: 250px;
  width: 270px;
  padding: 20px 15px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 8px 0px #00ffd4 inset, 0px 0px 12px 2px #00a0ff;
  -moz-box-shadow: -1px 0px 8px 0px #00ffd4 inset, 0px 0px 12px 2px #00a0ff;
  -webkit-box-shadow: -1px 0px 8px 0px #00ffd4 inset, 0px 0px 12px 2px #00a0ff;
  border: 1px solid #ffffff;
}

#page_story .story_character_page .story_chara_list ul li .chara_name h3 {
  border-bottom: solid 1px #24e0e0;
  padding: 0 0 12px 0;
  font-size: 220%;
  text-shadow: 0px 0px 4px #2affff;
  margin: 0 0 5px 0;
}
#page_story .story_character_page .story_chara_list ul li .chara_name .anna{
  line-height: 0.8;
  padding: 12px 0 26px;
}
#page_story .story_character_page .story_chara_list ul li .chara_name h3 span{
  margin-left: 15px;
  font-size: 50%;
}

#page_story .story_character_page .story_chara_list ul li .chara_name h3 .anna_span{
  margin-left: 0;
}

#page_story .story_character_page .story_chara_list ul li .chara_name p {
  text-align: left;
}

#page_story .story_character_page .story_chara_list ul li .chara_name p.cv {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  #page_story .story_character_page .story_chara_list ul li {
    width: 100%;
  }
  #page_story .story_character_page .story_chara_list ul li .c_wp {
    width: 100%;
    position: relative;
    height: 60vh;
    top: 0 !important;
    margin-left: 0 !important;
  }
  #page_story .story_character_page .story_chara_list ul li .c_wp .chara_imgage img {
    height: 60vh;
    margin: 0 auto;
  }
  #page_story .story_character_page .story_chara_list ul li .chara_name {
    width: 80%;
    max-width: 500px;
    font-size: 75%;
    margin: 0 auto;
    top: 50% !important;
    left: 0;
    right: 0;
  }
  #page_story #story_character_guild .story_chara_list ul .g_c2 .c_wp .chara_name {
    margin: 0 auto !important;
  }
}

#page_story #story_character_guild {
  height: 1640px;
  background-image: url("../../images/bg_guild.jpg");
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_guild {
    height: auto;
    background-position: center;
  }
  #page_story .story_character_page .story_chara_list ul li .chara_name h3 br{
    display: none;
  }
}

#page_story #story_character_guild .story_chara_list ul .g_c1 .c_wp {
  top: 0;
  margin-left: -108px;
  z-index: 1;
}

#page_story #story_character_guild .story_chara_list ul .g_c2 .c_wp {
  margin-left: -481px;
  top: 55px;
}

#page_story #story_character_guild .story_chara_list ul .g_c2 .c_wp .chara_name {
  margin-left: 85px;
  top: 450px;
}

#page_story #story_character_guild .story_chara_list ul .g_c3 .c_wp {
  margin-left: 156px;
  top: 46px;
}

#page_story #story_character_guild .story_chara_list ul .g_c3 .c_wp .chara_name {
  top: 450px;
}

#page_story #story_character_guild .story_chara_list ul .g_c4 .c_wp {
  top: 630px;
  margin-left: -336px;
}

#page_story #story_character_guild .story_chara_list ul .g_c4 .c_wp .chara_name {
  top: 456px;
}

#page_story #story_character_guild .story_chara_list ul .g_c5 .c_wp {
  top: 560px;
  margin-left: 35px
}

#page_story #story_character_guild .story_chara_list ul .g_c5 .c_wp .chara_name {
  top: 525px
}
@media only screen and (max-width: 900px) {
  #page_story #story_character_guild .story_chara_list ul .g_c2 .c_wp {
    margin-left: -460px;
  }
  #page_story #story_character_guild .story_chara_list ul .g_c3 .c_wp {
    margin-left: 100px;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  #page_story #story_character_guild .story_chara_list ul .g_c4 .c_wp img {
    margin-top: -120px
  }
  #page_story #story_character_guild .story_chara_list ul .g_c5 .c_wp img {
    margin-top: -120px
  }
}

#page_story #story_character_kingdom {
  height: 1055px;
  background-image: url("../../images/bg_kingdom.jpg");
  background-size: cover;
  background-attachment: fixed
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_kingdom {
    height: auto;
    background-position: center;
  }
}

#page_story #story_character_kingdom .story_chara_list ul li .chara_name {
  width: 420px;
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_kingdom .story_chara_list ul li .chara_name {
    width: 80%;
  }
  #page_story #story_character_kingdom .story_chara_list ul .g_c1 .c_wp .chara_name {
    margin: 0 auto !important;
    top: 362px;
  }
}

#page_story #story_character_kingdom .story_chara_list ul .g_c1 .c_wp {
  margin-left: -481px;
}

#page_story #story_character_kingdom .story_chara_list ul .g_c1 .c_wp .chara_name {
  margin-left: 20px;
  top: 362px;
}

#page_story #story_character_kingdom .story_chara_list ul .g_c2 .c_wp {
  margin-left: 70px;
}

#page_story #story_character_kingdom .story_chara_list ul .g_c2 .c_wp .chara_name {
  top: 362px;
}

#page_story #story_character_medell {
  height: 1055px;
  background-image: url("../../images/bg_medell.jpg");
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_medell {
    height: auto;
    background-position: center;
  }
}

#page_story #story_character_medell .story_chara_list ul li .chara_name {
  width: 393px;
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_medell .story_chara_list ul li .chara_name {
    width: 80%;
  }
  #page_story #story_character_medell .story_chara_list ul .g_c1 .c_wp .chara_name {
    margin: 0 auto !important;
    top: 322px;
  }
  #page_story #story_character_medell .story_chara_list ul .g_c2 .c_wp .chara_name {
    margin: 0 auto !important;
    top: 522px;
  }
}

#page_story #story_character_medell .story_chara_list ul .g_c1 .c_wp {
  margin-left: -481px;
}

#page_story #story_character_medell .story_chara_list ul .g_c1 .c_wp .chara_name {
  margin-left: 80px;
  top: 322px;
}

#page_story #story_character_medell .story_chara_list ul .g_c2 .c_wp {
  margin-left: -93px;
}

#page_story #story_character_medell .story_chara_list ul .g_c2 .c_wp .chara_name {
  margin-left: 31px;
  top: 522px;
}

#page_story #story_character_other {
  height: 1000px;
  overflow: hidden;
  background-image: url("../../images/bg_other.jpg");
  background-size: cover;
  background-attachment: fixed;
}

#page_story #story_character_other p {
  position: relative;
  z-index: 5
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_other {
    height: auto;
    background-position: center;
  }
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_other .story_chara_list ul {
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 100%;
  }
}

#page_story #story_character_other .story_chara_list ul li .chara_name {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_other .story_chara_list ul li .chara_name {
    width: 80%;
  }
  #page_story #story_character_other .story_chara_list ul .g_c1 .c_wp .chara_name {
    z-index: 10;
    margin: 0 auto!important;
    top: 387px;
  }
  #page_story #story_character_other .story_chara_list ul .g_c2 .c_wp .chara_name {
    z-index: 10;
    margin: 0 auto!important;
    top: 450px;
  }
  #page_story #story_character_other .story_chara_list ul .g_c3 .c_wp .chara_name {
    z-index: 10;
    top: 450px;
    margin: 0 auto!important;
  }
  #page_story #story_character_other .story_chara_list ul .g_c4 .c_wp .chara_name {
    top: 387px;
    margin: 0 auto!important;
    z-index: 3
  }
}

#page_story #story_character_other .story_chara_list ul .g_c1 .c_wp {
  top: -100px;
  margin-left: -348px;
}

#page_story #story_character_other .story_chara_list ul .g_c1 .c_wp .chara_name {
  z-index: 10;
  margin-left: 85px;
  top: 387px;
}

#page_story #story_character_other .story_chara_list ul .g_c2 .c_wp {
  margin-left: -542px;
  top: 55px;
}

#page_story #story_character_other .story_chara_list ul .g_c2 .c_wp .chara_name {
  z-index: 10;
  margin-left: 85px;
  top: 450px
}

#page_story #story_character_other .story_chara_list ul .g_c3 .c_wp {
  margin-left: 39px;
  top: 46px;
  z-index: 2
}

#page_story #story_character_other .story_chara_list ul .g_c3 .c_wp .chara_name {
  z-index: 10;
  top: 450px;
  margin-left: -81px
}

#page_story #story_character_other .story_chara_list ul .g_c4 .c_wp {
  overflow: hidden;
  z-index: 1;
  margin-left: -160px;
  top: -100px
}

@media only screen and (max-width: 768px) {
  #page_story #story_character_other .story_chara_list ul .g_c4 .c_wp img {
    margin-left: 0;
    overflow: hidden
  }
}

#page_story #story_character_other .story_chara_list ul .g_c4 .c_wp .chara_name {
  top: 387px;
  margin-left: 403px;
  z-index: 3
}

#party_job_all {
  padding-top: 0px;
  background-image: url("../../images/bg_floor.jpg");
  background-size: cover;
  background-attachment: fixed
}

#party_job_all .slider_wp {
  height: 622px;
  width: 100%;
  position: relative;
  overflow: hidden
}

#party_job_all .slider {
  position: relative;
  height: 622px
}

@media only screen and (max-width: 769px) {
  #party_job_all .slider {
    height: auto;
    min-height: 500px
  }
}

#party_job_all .job_block {
  display: inline-block;
  z-index: 1 !important;
  height: 622px;
  background-repeat: no-repeat;
  background-position: 15% bottom;
}

#party_job_all .job_block h2 {
  text-align: left;
  display: block;
  position: absolute;
  top: 70px;
  color: #fff;
}

#party_job_all .job_block h2 .copy {
  margin-bottom: -5px;
  display: block;
  font-size: 18px !important;
}

#party_job_all .job_block h3 {
  text-shadow: 0px 0px 2px #002834;
  position: absolute;
  width: 28%;
  top: 170px;
  max-width: 415px;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 1400px) {
  #party_job_all .job_block h3 {
    width: 40%;
  }
}

#party_job_all .job_block h2, #party_job_all .job_block h3, #party_job_all .job_block table {
  left: 37%;
}

@media only screen and (max-width: 1400px) {
  #party_job_all .job_block h2, #party_job_all .job_block h3, #party_job_all .job_block table {
    left: 47%;
  }
}

#party_job_all .job_block .job_ss {
  right: 15%;
  position: absolute;
  width: 19%;
  top: 70px
}

#party_job_all .job_block .job_ss img {
  border: solid 1px #775321;
  width: 100%
}

@media only screen and (max-width: 1400px) {
  #party_job_all .job_block .job_ss {
    left: 5%;
    top: 315px;
    width: 250px
  }
}

@media only screen and (max-width: 769px) {
  #party_job_all .job_block .job_ss {
    top: 300px;
    width: 220px;
    right: 5%;
    left: auto
  }
}

@media only screen and (max-width: 769px) {
  #party_job_all .job_block.item_da .job_ss {
    top: 320px;
    width: 180px !important
  }
}

#party_job_all .job_block table {
  position: absolute;
  top: 300px;
  font-size: 16px;
  text-align: left;
  border: solid 1px #603917;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 14px
}

#party_job_all .job_block table:after {
  position: absolute;
  left: -5px;
  top: -5px;
  content: "";
  background-image: url("../../images/onepoint_lt.png");
  width: 26px;
  height: 26px
}

#party_job_all .job_block table:before {
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  background-image: url("../../images/onepoint_rt.png");
  width: 26px;
  height: 26px
}

#party_job_all .job_block table caption {
  position: relative;
  display: block;
  padding: 8px;
  color: #c78b45
}

#party_job_all .job_block table tr td {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75)
}

#party_job_all .job_block table tr th {
  border-right: solid 1px #4b3b3b;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75)
}

#party_job_all .job_block table tr:nth-child(odd) td {
  background-color: rgba(80, 80, 80, 0.35)
}

#party_job_all .job_block table tr:nth-child(odd) th {
  background-color: rgba(80, 80, 80, 0.35)
}

#party_job_all .job_block table tr:last-child th {
  position: relative
}

#party_job_all .job_block table tr:last-child th:after {
  position: absolute;
  left: -5px;
  bottom: -5px;
  content: "";
  background-image: url("../../images/onepoint_lb.png");
  width: 26px;
  height: 26px
}

#party_job_all .job_block table tr:last-child td {
  position: relative
}

#party_job_all .job_block table tr:last-child td:before {
  position: absolute;
  right: -5px;
  bottom: -5px;
  content: "";
  background-image: url("../../images/onepoint_rb.png");
  width: 26px;
  height: 26px
}

#party_job_all .job_block.item_ft {
  background-image: url("../../images/party_job/job_ft_img.png")
}

#party_job_all .job_block.item_sa {
  background-image: url("../../images/party_job/job_sa_img.png")
}

#party_job_all .job_block.item_ni {
  background-image: url("../../images/party_job/job_ni_img.png")
}

#party_job_all .job_block.item_clo {
  background-image: url("../../images/party_job/job_clo_img.png")
}

#party_job_all .job_block.item_nin {
  background-image: url("../../images/party_job/job_nin_img.png")
}

#party_job_all .job_block.item_ran {
  background-image: url("../../images/party_job/job_ran_img.png")
}

#party_job_all .job_block.item_da {
  background-image: url("../../images/party_job/job_da_img.png")
}

#party_job_all .job_block.item_wiz {
  background-image: url("../../images/party_job/job_wiz_img.png")
}

#party_job_all .job_block.item_cle {
  background-image: url("../../images/party_job/job_cle_img.png")
}

#party_job_all .job_block.item_do {
  background-image: url("../../images/party_job/job_do_img.png");
}

#party_job_all .job_block.item_frm {
  background-image: url("../../images/party_job/job_11_img.png");
}

@media only screen and (max-width: 769px) {
  #party_job_all .job_block {
    background-size: 320px auto;
    min-height: 500px;
    background-position: center bottom;
    height: auto;
  }
}

@media only screen and (max-width: 769px) and (max-width: 500px) {
  #party_job_all .job_block {
    background-position: 20% bottom;
  }
}

@media only screen and (max-width: 769px) {
  #party_job_all .job_block h2 {
    top: 10px;
    left: 20px;
    font-size: 210%;
    line-height: 1.8;
    padding-top: 10px;
  }
  #party_job_all .job_block h2 .copy {
    font-size: 14px !important;
    margin-bottom: -18px;
  }
  #party_job_all .job_block h3 {
    top: 90px;
    left: 20px;
    width: 85%;
    position: absolute;
    font-size: 14px !important;
  }
  #party_job_all .job_block table {
    font-size: 12px;
    margin-right: 8px;
    left: 8px;
    display: block;
    width: 95%;
    margin-top: 145px;
  }
  #party_job_all .job_block table caption {
    padding: 2px;
    display: table-cell;
  }
  #party_job_all .job_block table tbody {
    display: inline-table;
    width: 100%
  }
  #party_job_all .job_block table th {
    width: 30%
  }
  #party_job_all .job_block table td {
    width: 100%
  }
  #party_job_all .job_block table td, #party_job_all .job_block table th {
    line-height: 130%;
    padding: 8px 2px !important
  }
  #party_job_all .job_block table tr:last-child th:after {
    position: absolute;
    bottom: -10px
  }
  #party_job_all .job_block table tr:last-child td:before {
    bottom: -10px
  }
}

#party_job_all .slider_nav_wp {
  position: absolute;
  top: 600px;
  width: 100%;
  z-index: 3
}

@media only screen and (max-width: 769px) {
  #party_job_all .slider_nav_wp {
    position: relative;
    top: 0
  }
}

#party_job_all .slider_nav_wp ul {
  width: 100%;
  position: relative;
  text-align: center
}

#party_job_all .slider_nav_wp ul li {
  display: inline-block;
  width: 8%;
  max-width: 116px
}

@media only screen and (max-width: 769px) {
  #party_job_all .slider_nav_wp ul li {
    width: 15%
  }
}

@media only screen and (max-width: 380px) {
  #party_job_all .slider_nav_wp ul li {
    width: 15%
  }
}

#party_job_all .slider_nav_wp ul li img {
  width: 100%
}

#party_job_all .slider_nav_wp ul li:hover {
  cursor: pointer;
  opacity: 0.8
}

#party_phylon_all {
  background-image: url("../../images/bg_pattern.gif");
  background-attachment: fixed
}

#party_phylon_all h2 {
  margin-bottom: 35px;
  padding-top: 50px
}

#party_phylon_all p.page_copy {
  margin-bottom: 50px
}

#party_phylon_all ul {
  width: 100%;
  display: table;
  border-top: solid 1px #7ea6ad
}

#party_phylon_all ul li {
  padding-top: 0px;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  display: table-cell
}

#party_phylon_all ul li h2 {
  padding-top: 25px
}

@media only screen and (max-height: 749px) {
  #party_phylon_all ul li {
    background-position: center 150px
  }
  #party_phylon_all ul li.item3 {
    background-position: 30% 150px !important
  }
}

#party_phylon_all ul li.item1 {
  border-right: solid 1px #7ea6ad;
  background-image: url("../../images/party_phylon/phylon_1.png")
}

#party_phylon_all ul li.item2 {
  border-right: solid 1px #7ea6ad;
  background-image: url("../../images/party_phylon/phylon_2.png")
}

#party_phylon_all ul li.item3 {
  border-right: solid 1px #7ea6ad;
  background-position: 30% bottom;
  background-image: url("../../images/party_phylon/phylon_3.png")
}

#party_phylon_all ul li.item4 {
  border-right: solid 1px #7ea6ad;
  background-image: url("../../images/party_phylon/phylon_4.png")
}

#party_phylon_all ul li.item5 {
  background-image: url("../../images/party_phylon/phylon_5.png")
}

#party_phylon_all ul li .phylon_item_block {
  height: 80vh;
  max-height: 665px
}

#party_phylon_all ul li h2 {
  margin-bottom: 20px
}

#party_phylon_all ul li h3 {
  text-shadow: 0px 0px 2px #002834;
  text-align: left;
  padding: 10px
}

#party_phylon_all ul li .ability {
  background-color: rgba(13, 20, 86, 0.75);
  width: 100%;
  text-shadow: 0px 0px 4px #2affff;
  text-align: center;
  position: absolute;
  bottom: 0px
}

#party_phylon_all ul li .ability span {
  display: block;
  padding: 15px 10px 20px 10px
}

@media only screen and (max-width: 768px) {
  #party_phylon_all ul {
    display: block
  }
  #party_phylon_all ul li {
    padding-top: 20px;
    height: 80vh;
    border-bottom: solid 1px #7ea6ad;
    display: block;
    width: 100%;
    background-position: center 20vh;
    border-right: none !important
  }
  #party_phylon_all ul li.item3 {
    background-position: 30% 20vh !important
  }
}

@media only screen and (max-width: 768px) and (max-height: 749px) {
  #party_phylon_all ul li {
    background-position: center 20vh
  }
  #party_phylon_all ul li.item3 {
    background-position: 30% 160px !important
  }
}

#party_phylon_all .ability_wp {
  border-top: solid 1px #7ea6ad;
  background-color: rgba(0, 0, 0, 0.25)
}

#party_phylon_all .ability_wp table {
  margin: 25px auto;
  position: relative;
  font-size: 16px;
  text-align: left;
  border: solid 1px #603917;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 14px
}

#party_phylon_all .ability_wp table:after {
  position: absolute;
  left: -5px;
  top: -5px;
  content: "";
  background-image: url("../../images/onepoint_lt.png");
  width: 26px;
  height: 26px
}

#party_phylon_all .ability_wp table:before {
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  background-image: url("../../images/onepoint_rt.png");
  width: 26px;
  height: 26px
}

#party_phylon_all .ability_wp table tr td {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75)
}

#party_phylon_all .ability_wp table tr th {
  color: aqua;
  border-right: solid 1px #4b3b3b;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.75)
}

#party_phylon_all .ability_wp table tr th.caption {
  padding: 8px;
  line-height: 120%;
  color: #ff8f30;
  text-align: center;
  background-color: #000 !important
}

#party_phylon_all .ability_wp table tr:nth-child(odd) td {
  background-color: rgba(80, 80, 80, 0.35)
}

#party_phylon_all .ability_wp table tr:nth-child(odd) th {
  background-color: rgba(80, 80, 80, 0.35)
}

#party_phylon_all .ability_wp table tr:last-child th {
  position: relative
}

#party_phylon_all .ability_wp table tr:last-child th:after {
  position: absolute;
  left: -5px;
  bottom: -5px;
  content: "";
  background-image: url("../../images/onepoint_lb.png");
  width: 26px;
  height: 26px
}

#party_phylon_all .ability_wp table tr:last-child td {
  position: relative
}

#party_phylon_all .ability_wp table tr:last-child td:before {
  position: absolute;
  right: -5px;
  bottom: -5px;
  content: "";
  background-image: url("../../images/onepoint_rb.png");
  width: 26px;
  height: 26px
}

@media only screen and (max-width: 768px) {
  #party_phylon_all .ability_wp table {
    width: 90%
  }
  #party_phylon_all .ability_wp table tr th {
    display: block
  }
  #party_phylon_all .ability_wp table tr td {
    display: block;
    padding-left: 20px
  }
  #party_phylon_all .ability_wp table tr:last-child th:after {
    display: none
  }
  #party_phylon_all .ability_wp table tr:last-child td {
    position: relative
  }
  #party_phylon_all .ability_wp table tr:last-child td:after {
    position: absolute;
    left: -5px;
    bottom: -5px;
    content: "";
    background-image: url("../../images/onepoint_lb.png");
    width: 26px;
    height: 26px
  }
}

#party_phylon_all .ability_wp p.caption {
  padding: 0 0 20px 0;
  font-size: 14px
}

#party_phylon_all .ss_wp {
  max-width: 1000px;
  margin: 20px auto 25px auto;
  display: block
}

#party_phylon_all .ss {
  vertical-align: top;
  width: 45%;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 769px) {
  #party_phylon_all .ss {
    width: 80%;
    max-width: 640px;
    margin: 0 15px 5px;
  }
}

#party_phylon_all .ss img {
  width: 100%
}

#party_phylon_all .ss p {
  text-align: left;
  margin-top: 20px;
}

#party_top_all {
  background-image: url("../../images/bg_floor.jpg");
  background-size: cover;
  background-attachment: fixed;
}

#party_top_all p {
  text-shadow: 0px 0px 2px #002834;
}

#party_top_all h2 {
  padding-top: 50px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 769px) {
  #party_top_all h2 {
    font-size: 20px;

  }
  #party_top_all p {
    font-size: 14px;

  }
}

#party_top_all .job_box ul {
  position: relative;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  #party_top_all .job_box ul li {
    width: 21%;

  }
}

@media only screen and (max-width: 1000px) and (max-width: 560px) {
  #party_top_all .job_box ul li {
    width: 30%;
    margin: 0 !important
  }
  #party_top_all .job_box ul li .pc {
    display: none !important
  }
}

@media only screen and (max-width: 1000px) {
  #party_top_all .job_box ul li img {
    width: 100%
  }
}

#party_top_all .job_box ul li {
  display: inline-block
}

#party_top_all .job_box ul li .pc {
  display: block
}

#party_top_all .job_box ul li.item1 {
  margin: 0 0 15px 20px
}

#party_top_all .job_box ul li.item2 {
  margin: 0 6px 15px 6px
}

#party_top_all .job_box ul li.item3 {
  margin: 0 20px 15px 0
}

#party_top_all .job_box ul li.item4 {
  margin: 0 0 15px 0px
}

#party_top_all .job_box ul li.item5 {
  margin: 0 5px 15px 5px
}

#party_top_all .job_box ul li.item6 {
  margin: 0 5px 15px 0px
}

#party_top_all .job_box ul li.item7 {
  margin: 0 0px 15px 0
}

#party_top_all .job_box ul li.item8 {
  margin: 0 0 15px 0px
}

#party_top_all .job_box ul li.item9 {
  margin: 0 5px 15px 6px
}

#party_top_all .job_box ul li.item10 {
  margin: 0 0px 15px -15px
}

#party_top_all .job_box ul li.item11 {
  margin: 0 0px 15px -4px
}

#party_top_all .box_layout {
  max-width: 980px;
  margin: 0 auto
}

#party_top_all .state_box, #party_top_all .phylon_box {
  display: inline-block;
  width: 50%;
  margin: 55px 0 25px 0;
  height: 220px;
  position: relative
}

@media only screen and (max-width: 569px) {
  #party_top_all .state_box, #party_top_all .phylon_box {
    height: 160px
  }
  #party_top_all .state_box a, #party_top_all .phylon_box a {
    background: none !important;
    text-indent: 0 !important;
    width: 90% !important;
    bottom: 0% !important;
    left: 5%
  }
  #party_top_all .state_box a img, #party_top_all .phylon_box a img {
    width: 100%
  }
}

#party_top_all .phylon_box {
  float: left
}

#party_top_all .phylon_box img.box_img {
  width: 100%;
  height: auto;
  left: 1px;
  position: absolute;
  bottom: 1px
}

@media only screen and (max-width: 769px) {
  #party_top_all .phylon_box img.box_img {
    width: 120%;
    bottom: 55px;
  }
}

#party_top_all .phylon_box a {
  background-image: url("../../images/party_top/btn_phylon.png");
}

#party_top_all .state_box {
  float: right;
}

#party_top_all .state_box img.box_img {
  max-width: 100%;
  position: absolute;
  top: 35px;
  left: 5%;
  width: 65%;
}

@media only screen and (max-width: 769px) {
  #party_top_all .state_box img.box_img {
    width: 85% !important;
  }
  #party_top_all .pos_koei {
    margin: 19% 0 0 12% !important;
  }
}

#party_top_all .state_box a {
  background-image: url("../../images/party_top/btn_state.png");
}

#party_top_all .change_box {
  position: relative;
  clear: both;
  margin: 10px auto 0px auto;
  width: 100%;
  max-width: 980px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 569px) {
  #party_top_all .change_box {
    height: 300px;
  }
}

#party_top_all .change_box .box1 {
  padding: 15px 0 !important;
}

#party_top_all .change_box a.btn1 {
  bottom: 100px;
  background-image: url("../../images/party_top/btn_change.png");
}

#party_top_all .change_box a.btn2 {
  background-image: url("../../images/party_top/btn_custom.png")
}

#party_top_all .change_box img.box_img {
  max-width: 100%;
  width: 45%
}

@media only screen and (max-width: 569px) {
  #party_top_all .change_box img.box_img {
    right: 10px;
    width: 65%;
    top: 15%;
    position: absolute
  }
}

#party_top_all .change_box p {
  text-shadow: 0px 0px 4px #2affff;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 5
}

@media only screen and (max-width: 569px) {
  #party_top_all .change_box a {
    text-indent: 0 !important;
    background: none !important;
    width: 44% !important
  }
  #party_top_all .change_box a.btn1 {
    bottom: 2px;
    left: 15px
  }
  #party_top_all .change_box a.btn2 {
    bottom: 2px
  }
  #party_top_all .change_box a img {
    width: 100% !important
  }
}

#party_top_all .box1 {
  margin: 5px
}

#party_top_all .box1 a {
  background-repeat: no-repeat;
  text-indent: -999em;
  width: 232px;
  height: 66px;
  position: absolute;
  bottom: 30px;
  right: 20px
}

#party_top_all .box1 a:hover {
  opacity: 0.8
}

#party_top_all .box1 .btn{
  display: inline-block;
  height: 100px;
}

#party_top_all .pos_zenei {
  position: absolute;
  margin: 109px 0 0 -160px
}

@media only screen and (max-width: 1000px) {
  #party_top_all .pos_zenei {
    margin: 19% 0 0 25%
  }
  #party_top_all .pos_zenei img {
    width: 65%
  }
}

@media only screen and (max-width: 1000px) and (max-width: 569px) {
  #party_top_all .pos_zenei {
    display: block !important;
    position: relative;
    padding: 25px 0 0 0;
    width: 100% !important;
    margin: 0 auto;
    text-align: center
  }
  #party_top_all .pos_zenei img {
    width: 45% !important
  }
}

#party_top_all .pos_chuei {
  position: absolute;
  margin: 109px 0 0 -175px
}

@media only screen and (max-width: 1000px) {
  #party_top_all .pos_chuei {
    margin: 19% 0 0 34%;
  }
  #party_top_all .pos_chuei img {
    width: 65%;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 670px) {
  #party_top_all .pos_chuei {
    margin: 43% 0 0 12%;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 569px) {
  #party_top_all .pos_chuei {
    display: block !important;
    position: relative;
    padding: 25px 0 0 0;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
  #party_top_all .pos_chuei img {
    width: 45% !important;
  }
}

#party_top_all .pos_koei {
  position: absolute;
  margin: 109px 0 0 -165px;
}

@media only screen and (max-width: 1000px) {
  #party_top_all .pos_koei {
    margin: 19% 0 0 32%;
  }
  #party_top_all .pos_koei img {
    width: 65%;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 569px) {
  #party_top_all .pos_koei {
    display: block !important;
    position: relative;
    padding: 25px 0 0 0;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
  #party_top_all .pos_koei img {
    width: 45% !important;
  }
}

#party_making_all {
  position: relative
}

#party_making_all .party_making_all_wp {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 90vh
}

#party_making_all .making_block {
  display: block;
  min-height: 90vh
}

#party_making_all .making_block h2 {
  line-height: 110%;
  margin-bottom: 25px
}

@media only screen and (max-width: 769px) {
  #party_making_all .making_block h2 {
    font-size: 25px
  }
}

#party_making_all .making_block p {
  margin: 0 15px;
  text-shadow: 0px 0px 2px #002834
}

#party_making_all .making_block .making_block_wp1, #party_making_all .making_block .making_block_wp2, #party_making_all .making_block .making_block_wp3 {
  width: 33%;
  vertical-align: top;
  display: inline-block
}

@media only screen and (max-width: 1080px) {
  #party_making_all .making_block .making_block_wp1, #party_making_all .making_block .making_block_wp2, #party_making_all .making_block .making_block_wp3 {
    width: 100%
  }
}

#party_making_all .making_block .making_block_wp {
  padding-top: 50px;
  padding-bottom: 45px
}

#party_making_all .making_block .ss_wp {
  max-width: 1000px;
  margin: 20px auto
}

#party_making_all .making_block .ss {
  vertical-align: top;
  width: 85%;
  text-align: center;
  display: inline-block
}

@media only screen and (max-width: 769px) {
  #party_making_all .making_block .ss {
    width: 80%;
    max-width: 640px;
    margin: 0 15px 25px
  }
}

#party_making_all .making_block .ss img {
  width: 100%
}

#party_making_all .making_block .ss p {
  text-align: left;
  margin-top: 20px
}

#party_making_all #state {
  background-image: url("../../images/novels/novel_bg1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center top
}

#party_making_all #state .ss {
  width: 60%
}

@media only screen and (max-width: 769px) {
  #party_making_all #state .ss {
    width: 80%;
    max-width: 640px;
    margin: 0 15px 25px
  }
}

#party_making_all #state table {
  min-width: 50%;
  margin: 25px auto;
  position: relative;
  font-size: 16px;
  text-align: left;
  border: solid 1px #603917;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 14px
}

#party_making_all #state table:after {
  position: absolute;
  left: -5px;
  top: -5px;
  content: "";
  background-image: url("../../images/onepoint_lt.png");
  width: 26px;
  height: 26px
}

#party_making_all #state table:before {
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  background-image: url("../../images/onepoint_rt.png");
  width: 26px;
  height: 26px
}

#party_making_all #state table caption {
  position: relative;
  display: block;
  padding: 8px;
  color: #c78b45
}

#party_making_all #state table tr td {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75)
}

#party_making_all #state table tr th {
  color: aqua;
  border-right: solid 1px #4b3b3b;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.75)
}

#party_making_all #state table tr th.caption {
  padding: 8px;
  line-height: 120%;
  color: #ff8f30;
  text-align: center;
  background-color: #000 !important
}

#party_making_all #state table tr:nth-child(odd) td {
  background-color: rgba(80, 80, 80, 0.35)
}

#party_making_all #state table tr:nth-child(odd) th {
  background-color: rgba(80, 80, 80, 0.35)
}

#party_making_all #state table tr:last-child th {
  position: relative
}

#party_making_all #state table tr:last-child th:after {
  position: absolute;
  left: -5px;
  bottom: -5px;
  content: "";
  background-image: url("../../images/onepoint_lb.png");
  width: 26px;
  height: 26px
}

#party_making_all #state table tr:last-child td {
  position: relative
}

#party_making_all #state table tr:last-child td:before {
  position: absolute;
  right: -5px;
  bottom: -5px;
  content: "";
  background-image: url("../../images/onepoint_rb.png");
  width: 26px;
  height: 26px
}

@media only screen and (max-width: 768px) {
  #party_making_all #state table {
    width: 90%
  }
  #party_making_all #state table tr th {
    display: block
  }
  #party_making_all #state table tr td {
    display: block;
    padding-left: 20px
  }
  #party_making_all #state table tr:last-child th:after {
    display: none
  }
  #party_making_all #state table tr:last-child td {
    position: relative
  }
  #party_making_all #state table tr:last-child td:after {
    position: absolute;
    left: -5px;
    bottom: -5px;
    content: "";
    background-image: url("../../images/onepoint_lb.png");
    width: 26px;
    height: 26px
  }
}

#party_making_all #change {
  background-image: url("../../images/novels/novel_bg1_new.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center
}

#party_making_all #custom {
  background-image: url("../../images/novels/novel_bg1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom
}

#page_dungeon .main {
  background: transparent url("../../images/bg_pattern-red.png");
  margin: 0 auto;
  font-size: 100%
}

.dungeon-row {
  background-position: center center;
  background-size: cover;
  min-width: 100%;
  margin: 48px auto 0;
}

.dungeon-row.item-dungeon0 {
  background-image: url("../../images/dungeon/bg_dungeon0.jpg")
}

.dungeon-row.item-dungeon1 {
  background-image: url("../../images/dungeon/bg_dungeon1.jpg")
}

.dungeon-row.item-dungeon2 {
  background-image: url("../../images/dungeon/bg_dungeon2.jpg")
}

.dungeon-row.item-dungeon3 {
  background-image: url("../../images/dungeon/bg_dungeon3.jpg")
}

.dungeon-row.item-dungeon4 {
  background-image: url("../../images/dungeon/bg_dungeon4.jpg")
}

.dungeon-row.item-dungeon5 {
  background-image: url("../../images/dungeon/bg_dungeon5.jpg")
}

.dungeon-row.item-dungeon6 {
  background-image: url("../../images/dungeon/bg_dungeon6.jpg")
}

.dungeon-row.item-dungeon7 {
  background-image: url("../../images/dungeon/bg_dungeon7.jpg")
}

.dungeon-row .dungeon-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 48px 0
}

@media only screen and (max-width: 769px) {
  .dungeon-row .dungeon-col {
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width: 770px) {
  .dungeon-row .dungeon-col {
    max-width: 1000px;
    height: 622px
  }
}

.dungeon-row .dungeon-col h2 {
  margin-bottom: 2rem
}

@media only screen and (max-width: 600px) {
  .dungeon-row .dungeon-col h2 img {
    width: 80%
  }
}

@media only screen and (max-width: 769px) {
  .dungeon-row .dungeon-col h2 {
    margin-top: 3rem
  }
}

@media only screen and (min-width: 770px) {
  .dungeon-row .dungeon-col h2 {
    margin-top: 175px
  }
}

.dungeon-row .dungeon-col p, .dungeon-row .dungeon-col li {
  text-shadow: #000 1px 1px 6px, #000 -1px 1px 6px, #000 1px -1px 6px, #000 -1px -1px 6px;
  width: 90%;
  margin: 0 auto 1rem;
  line-height: 1.625
}

@media only screen and (min-width: 770px) {
  .dungeon-row .dungeon-col p, .dungeon-row .dungeon-col li {
    width: 50%
  }
}

.cont-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto
}

@media only screen and (max-width: 769px) {
  .cont-row {
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (min-width: 770px) {
  .cont-row {
    max-width: 1000px
  }
}

.cont-row:last-child {
  padding-bottom: 60px
}

.cont-row h2 {
  line-height: 1.2;
  margin: 2rem 0 1.5rem
}

@media only screen and (max-width: 440px) {
  .cont-row h2 {
    font-size: 1.25rem;
    margin-bottom: .75rem
  }
}

@media only screen and (min-width: 441px) and (max-width: 769px) {
  .cont-row h2 {
    font-size: 2rem;
    margin-bottom: .75rem
  }
}

@media only screen and (min-width: 770px) {
  .cont-row h2 {
    font-size: 3rem
  }
}

.cont-row h3 {
  margin: .75rem auto;
  width: 90%
}

@media only screen and (max-width: 440px) {
  .cont-row h3 {
    text-align: left
  }
}

@media only screen and (max-width: 769px) {
  .battle-extra-all .cont-row {
    padding-right: 0;
    padding-left: 0
  }
}

@media only screen and (max-width: 440px) {
  .battle-extra-all .cont-row h2 {
    font-size: 3rem
  }
}

@media only screen and (min-width: 441px) and (max-width: 769px) {
  .battle-extra-all .cont-row h2 {
    font-size: 3rem
  }
}

@media only screen and (min-width: 770px) {
  .battle-extra-all .cont-row h2 {
    font-size: 3rem
  }
}

#page_special .cont-row, #page_info.information .cont-row {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  -moz-box-shadow: rgba(0, 255, 212, 0.75) -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px inset;
  -webkit-box-shadow: rgba(0, 255, 212, 0.75) -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px inset;
  box-shadow: rgba(0, 255, 212, 0.75) -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px inset;
  border: 1px solid #fff;
  color: #111;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 1px, rgba(255, 255, 255, 0.5) 0 -1px 3px
}

@media only screen and (max-width: 769px) {
  #page_special .cont-row, #page_info.information .cont-row {
    width: 95%;
    min-width: auto;
    padding-right: 0;
    padding-left: 0
  }
}

#page_special .cont-row:last-child, #page_info.information .cont-row:last-child {
  padding-bottom: 20px
}

.half-column, .one-third-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px
}

@media only screen and (max-width: 500px) {
  .half-column, .one-third-column {
    min-width: 100%
  }
}

@media only screen and (min-width: 501px) {
  .half-column, .one-third-column {
    float: left;
    width: 50%
  }
}

.half-column img, .one-third-column img {
  width: 100%
}

.half-column figcaption, .one-third-column figcaption {
  margin: 0.75rem auto;
  width: 95%;
  text-align: left;
  line-height: 1.6
}

@media only screen and (min-width: 501px) {
  .one-third-column {
    float: left;
    width: 33.3333%
  }
}

.one-third-column.item0, .one-third-column.item1, .one-third-column.item2 {
  background-image: url("../../images/battle/bg_divs-l.png");
  background-position: center top;
  background-repeat: no-repeat
}

@media only screen and (max-width: 500px) {
  .one-third-column.item0, .one-third-column.item1, .one-third-column.item2 {
    background-size: auto
  }
}

.one-third-column.item0 h3, .one-third-column.item1 h3, .one-third-column.item2 h3 {
  margin-top: 250px;
  margin-bottom: 3rem
}

@media only screen and (min-width: 501px) {
  .one-third-column.item0 h3, .one-third-column.item1 h3, .one-third-column.item2 h3 {
    width: 100%
  }
}

.one-third-column.item0 p, .one-third-column.item1 p, .one-third-column.item2 p {
  text-shadow: #000 1px 1px 6px, #000 -1px 1px 6px, #000 1px -1px 6px, #000 -1px -1px 6px;
  margin: 3rem auto 2rem;
  width: 90%
}

.one-third-column.item0 table, .one-third-column.item1 table, .one-third-column.item2 table {
  margin: 2rem auto;
  width: 98%;
  text-align: left;
  border: 1px solid #603917
}

.one-third-column.item0 table tr td, .one-third-column.item0 table tr th, .one-third-column.item1 table tr td, .one-third-column.item1 table tr th, .one-third-column.item2 table tr td, .one-third-column.item2 table tr th {
  padding: 8px 14px;
  background-color: rgba(0, 0, 0, 0.75)
}

.one-third-column.item0 table tr th, .one-third-column.item1 table tr th, .one-third-column.item2 table tr th {
  background-color: rgba(96, 57, 23, 0.75)
}

.one-third-column.item1 {
  background-image: url("../../images/battle/bg_divs-n.png")
}

.one-third-column.item2 {
  background-image: url("../../images/battle/bg_divs-d.png")
}

#page_battle .main {
  background: transparent url("../../images/bg_pattern-glay.png");
  margin: 0 auto;
  font-size: 100%
}

#page_battle p.page_copy {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 1rem auto;
  width: 90%
}

.lineage_all {
  padding-top: 0
}

.lineage_all .slider_wp {
  height: 622px;
  width: 100%;
  position: relative;
  overflow: hidden
}

.lineage_all .slider {
  position: relative;
  height: 622px
}

@media only screen and (max-width: 769px) {
  .lineage_all .slider {
    height: auto;
    min-height: 540px
  }
}

.lineage_all .lineage_block {
  display: inline-block;
  z-index: 1 !important;
  height: 622px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 30% 45%
}

.lineage_all .lineage_block h2 {
  line-height: 1.6
}

.lineage_all .lineage_block .lineage-name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 250px;
  padding: 20px 15px;
  width: 360px;
  background-color: rgba(0, 0, 0, 0.75);
  -moz-box-shadow: rgba(0, 255, 212, 0.75) -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px inset;
  -webkit-box-shadow: rgba(0, 255, 212, 0.75) -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px inset;
  box-shadow: rgba(0, 255, 212, 0.75) -1px 0 8px 0 inset, #00a0ff 0 0 12px 2px inset;
  border: 1px solid #00ffd4
}

.lineage_all .lineage_block .lineage-name h3 {
  border-bottom: 1px solid #24e0e0;
  padding: 0 0 12px 0;
  font-size: 2rem;
  text-shadow: #2affff 0 0 4px;
  margin: 0 0 5px 0
}

.lineage_all .lineage_block .lineage-name p {
  text-align: left
}

@media only screen and (min-width: 770px) {
  .lineage_all .lineage_block .lineage-name {
    left: 55%
  }
}

.lineage_all .lineage_block.item0 {
  background-image: url("../../images/battle/lineage_00.png")
}

.lineage_all .lineage_block.item1 {
  background-image: url("../../images/battle/lineage_01.png")
}

.lineage_all .lineage_block.item2 {
  background-image: url("../../images/battle/lineage_02.png")
}

.lineage_all .lineage_block.item3 {
  background-image: url("../../images/battle/lineage_03.png")
}

.lineage_all .lineage_block.item4 {
  background-image: url("../../images/battle/lineage_04.png")
}

.lineage_all .lineage_block.item5 {
  background-image: url("../../images/battle/lineage_05.png")
}

.lineage_all .lineage_block.item6 {
  background-image: url("../../images/battle/lineage_06.png")
}

.lineage_all .lineage_block.item7 {
  background-image: url("../../images/battle/lineage_07.png")
}

.lineage_all .lineage_block.item8 {
  background-image: url("../../images/battle/lineage_08.png")
}

.lineage_all .lineage_block.item9 {
  background-image: url("../../images/battle/lineage_09.png")
}

.lineage_all .lineage_block.item10 {
  background-image: url("../../images/battle/lineage_10.png")
}

.lineage_all .lineage_block.item11 {
  background-image: url("../../images/battle/lineage_11.png")
}

@media only screen and (max-width: 769px) {
  .lineage_all .lineage_block {
    background-size: auto auto;
    min-height: 540px;
    background-position: center center;
    height: auto
  }
  .lineage_all .lineage_block .lineage-name {
    width: 90%;
    top: 75%;
    left: 5%
  }
}

.lineage_all .slider_nav_wp {
  position: absolute;
  top: 600px;
  width: 100%;
  z-index: 3
}

@media only screen and (max-width: 769px) {
  .lineage_all .slider_nav_wp {
    position: relative;
    top: 0
  }
}

.lineage_all .slider_nav_wp ul {
  width: 100%;
  position: relative;
  text-align: center
}

.lineage_all .slider_nav_wp ul li {
  display: inline-block;
  width: 7%;
  max-width: 116px
}

@media only screen and (max-width: 769px) {
  .lineage_all .slider_nav_wp ul li {
    width: 15%
  }
}

@media only screen and (max-width: 380px) {
  .lineage_all .slider_nav_wp ul li {
    width: 14%
  }
}

.lineage_all .slider_nav_wp ul li img {
  width: 100%
}

.lineage_all .slider_nav_wp ul li:hover {
  cursor: pointer;
  opacity: .8
}

#page_special .main, #page_info.information .main {
  font-size: 100%;
  background: #010101 url("../../images/bg_pattern.gif");
  padding-bottom: 60px
}

@media only screen and (max-width: 769px) {
  #page_special .main, #page_info.information .main {
    min-width: auto
  }
}

#page_special .main .cont-row a, #page_info.information .main .cont-row a {
  font-weight: normal;
  color: #06f
}

#page_special .main .cont-row a:hover, #page_special .main .cont-row a:focus, #page_info.information .main .cont-row a:hover, #page_info.information .main .cont-row a:focus {
  color: #66f
}

#page_special .main .cont-row a.btn-link, #page_info.information .main .cont-row a.btn-link {
  display: inline-block;
  border: 3px solid #06f;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: none
}

#page_special .main .cont-row a.btn-link:hover, #page_special .main .cont-row a.btn-link:focus, #page_info.information .main .cont-row a.btn-link:hover, #page_info.information .main .cont-row a.btn-link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #06f
}

#page_special .main h3, #page_info.information .main h3 {
  font-size: 2rem;
  margin-top: 1.5rem;
  text-align: center !important
}

#page_special .main p.page_copy, #page_info.information .main p.page_copy {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 1rem auto;
  padding: 1rem;
  width: 75%;
  border: solid #666;
  border-width: 1px 0
}

#page_special .main p.page_copy.noline, #page_info.information .main p.page_copy.noline {
  margin-top: 0;
  padding: 0;
  border-width: 0
}

.campaign-table {
  width: 90%;
  margin: 1rem auto 3rem
}

.campaign-table caption {
  font-weight: bold;
  margin-bottom: .5rem
}

.campaign-table td, .campaign-table th {
  border: solid #888;
  border-width: 1px 0;
  padding: 8px 15px;
  vertical-align: top
}

.campaign-table td ul.normal-list, .campaign-table th ul.normal-list {
  list-style-type: disc;
  padding-left: 2rem
}

.campaign-table td ol.normal-list, .campaign-table th ol.normal-list {
  list-style-type: decimal;
  padding-left: 2rem
}

.campaign-table th {
  white-space: nowrap;
  font-weight: bold
}

.campaign-table tr.buton-table-row td, .campaign-table tr.buton-table-row th {
  border-bottom-width: 0
}

@media only screen and (max-width: 640px) {
  .campaign-table thead {
    display: none
  }
  .campaign-table th, .campaign-table td {
    display: list-item;
    list-style-type: none;
    border-bottom-width: 0
  }
  .campaign-table tr.buton-table-row th {
    display: none
  }
}

.annotation-list {
  width: 90%;
  margin: -2rem auto 1rem;
  text-align: left;
  font-size: .875rem
}

.annotation-list li {
  padding-left: 1em;
  text-indent: -1em
}

.annotation-list li:before {
  display: inline;
  content: "※ "
}

.for-example {
  display: inline-block;
  margin-right: .5rem;
  padding: 0 .25rem;
  background-color: #666;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  border-radius: 3px
}

html {
  min-height: 100%
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-style: normal;
  text-rendering: optimizelegibility;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #000
}

a {
  color: #00fff6;
  text-decoration: none
}

a:hover {
  text-decoration: underline;
  color: aquamarine
}

a:hover img {
  opacity: 0.8
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em
}

.vh100 {
  background-color: #000;
  min-height: 100vh
}

.font-mincho {
  font-family: Neuton, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300
}

.katakana {
  letter-spacing: -0.25em
}

.text-blue {
  text-shadow: 0px 0px 4px #2affff;
  color: aqua;
  font-size: 200%
}

.text-brown {
  text-shadow: 0px 0px 4px #ff8f30;
  color: #ffffff;
  font-size: 200%
}

.text-200 {
  font-size: 200%
}

.text-300 {
  font-size: 300%
}

.text-small {
  font-size: 13px
}

hr.thinline {
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #777;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both
}

.box1 {
  margin: auto;
  height: 100%;
  border-top: 1px solid #6c4848;
  border-bottom: 1px solid #614b3e;
  position: relative;
  box-shadow: 0px 0px 9px 0px #000000 inset;
  -moz-box-shadow: 0px 0px 9px 0px #000000 inset;
  -webkit-box-shadow: 0px 0px 9px 0px #000000 inset;
  background-image: url("../../images/box_bg.png")
}

.box1:before, .box1:after {
  height: 100%;
  content: "";
  display: block;
  width: 2px;
  background: linear-gradient(to bottom, #6c4848 0%, #efdbcd 33%, #786d67 74%, #614b3e 100%)
}

.box1:before {
  position: absolute;
  left: 0;
  top: 0;
}

.box1:after {
  position: absolute;
  right: 0;
  top: 0
}

strong {
  font-weight: 800
}

.br_pc {
  display: block
}

@media only screen and (max-width: 669px) {
  .br_pc {
    display: none
  }
}

.br_sp {
  display: none
}

@media only screen and (max-width: 669px) {
  .br_sp {
    display: block
  }
}

#footer {
  display: block;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 50;
  background-color: #000
}

#footer .footer_wp {
  max-width: 1200px;
  margin: 0 auto;
}

#footer .left {
  display: inline-block;
  text-align: left;
  padding: 0 50px 0 0;
}

#footer .right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

#footer ul.footer_logo {
  text-align: left;
  margin-bottom: 5px;
}

#footer ul.footer_logo li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#footer ul.footer_logo .lg_switch {
  max-width: 65px;
}

@media only screen and (max-width: 669px) {
  #footer ul.footer_logo li {
    width: 35%;
  }
  #footer ul.footer_logo li img {
    width: 100%;
  }
}

#footer .support {
  padding: 10px 0;
  color: #ccc;
  text-align: left;
  font-size: 12px;
}

#footer .right {
  text-align: right;
  padding: 25px 0;
}

#footer .right li {
  margin-bottom: 10px;
}

#footer .right li:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 669px) {
  #footer .right li {
    text-align: center;
  }
  /* #footer .right li img {
    margin: 0 auto;
    width: 90%
  } */
}

#footer .copyright {
  color: #ccc;
  font-size: 10px;
  line-height: 1.5;
  padding: 0 0 30px 10px;
  text-align: left
}

#footer .footer-logo-ps {
  height: 10px
}

#footer .footer-logo-vita {
  height: 10px
}

.sns_share {
  padding: 20px 0;
  text-align: center
}

.sns_share li {
  margin: 0 15px;
  display: inline-block
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table
}

.clearfix::after {
  clear: both
}

.uppercase {
  text-transform: uppercase
}

#navigation {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  background-image: url("../../images/nav_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
  height: 68px
}

#navigation .nav_btn {
  display: none
}

#navigation ul.sp {
  display: none;
  opacity: 0
}

#navigation ul.pc {
  display: block
}

#navigation ul {
  text-align: center
}

#navigation ul li {
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999em;
  display: inline-block;
  position: relative;
  margin: 0 5px
}

#navigation ul li a {
  padding: 20px 0;
  display: block;
  height: 100%
}

#navigation ul li a:hover:after {
  display: block;
  content: "";
  background-image: url("../../images/nav_current.png");
  width: 37px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -17px;
  z-index: 100
}

#navigation ul li.nav_top {
  background-image: url("../../images/nav_top.png");
  background-size: 50px 36px;
  width: 50px
}

#navigation ul li.nav_story {
  background-image: url("../../images/nav_story.png");
  background-size: 93px 36px;
  width: 93px
}

#navigation ul li.nav_party {
  background-image: url("../../images/nav_party.png");
  background-size: 93px 36px;
  width: 93px
}

#navigation ul li.nav_dungeon {
  background-image: url("../../images/nav_dungeon.png");
  background-size: 93px 36px;
  width: 93px
}

#navigation ul li.nav_story {
  background-image: url("../../images/nav_story.png");
  background-size: 93px 36px;
  width: 93px
}

#navigation ul li.nav_battle {
  background-image: url("../../images/nav_battle.png");
  background-size: 93px 36px;
  width: 93px
}

#navigation ul li.nav_special {
  background-image: url("../../images/nav_special.png");
  background-size: 93px 36px;
  width: 93px
}

#navigation ul li.nav_info {
  background-image: url("../../images/nav_info.png");
  background-size: 118px 36px;
  width: 118px
}

#navigation ul li.current:after {
  display: block;
  content: "";
  background-image: url("../../images/nav_current.png");
  width: 37px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 100;
  margin-left: -17px
}

#navigation ul .soon {
  padding: 20px 0;
  height: 100%;
  opacity: 0.5
}

@media only screen and (max-width: 769px) {
  #navigation {
    background-image: none
  }
  #navigation ul.pc {
    display: none
  }
  #navigation .nav_btn {
    cursor: pointer;
    z-index: 80;
    content: "";
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 46px;
    height: 45px;
    background-image: url("../../images/nav_sp_btn.png");
    background-size: 100% 100%
  }
  #navigation .nav_btn.close {
    background-image: url("../../images/nav_sp_btn_close.png")
  }
  #navigation ul.sp {
    opacity: 1;
    display: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.85);
    width: 65%;
    right: 0;
    position: fixed;
    padding-right: 45px
  }
  #navigation ul.sp .soon {
    opacity: 0.5;
    padding: 20px 0
  }
  #navigation ul.sp li {
    width: 100%;
    background-position: center;
    display: block
  }
  #navigation ul.sp li.current:after {
    bottom: 10px;
    left: -12px;
    margin-left: 12px;
    transform: rotate(90deg)
  }
  #navigation ul.sp li a {
    display: block;
    height: 100%;
  }
  #navigation ul.sp li a:hover:after {
    bottom: 10px;
    left: -12px;
    margin-left: 12px;
    transform: rotate(90deg);
  }
}

.logo_page {
  display: none;
}

@media only screen and (max-width: 769px) {
  .logo_page {
    left: 0;
    top: 0;
    z-index: 10;
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: left;
    background-image: url("../../images/nav_bg.png");
    background-size: cover;
    background-position: center top;
  }
  .logo_page img {
    height: 60px;
    width: auto;
  }
}

#submenu {
  margin-top: 60px;
  text-align: right;
  width: 100%;
  z-index: 90;
  position: relative;
  background-image: url("../../images/box_bg.png");
  box-shadow: 0px 0px 9px 0px #000000 inset;
  -moz-box-shadow: 0px 0px 9px 0px #000000 inset;
  -webkit-box-shadow: 0px 0px 9px 0px #000000 inset;
}

#submenu li {
  white-space: nowrap;
  display: inline-block;
  padding: 10px;
}

#submenu li:before {
  vertical-align: middle;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url("../../images/ico_square.png");
  background-position: center;
  display: inline-block;
}

#submenu li a {
  color: #7edee2;
}

#submenu span.br {
  display: none;
}

@media only screen and (max-width: 769px) {
  #submenu {
    font-size: 12px;
    line-height: 130%;
    text-align: left;
    position: relative;
    padding: 5px 0;
  }
  #submenu span.br {
    display: block
  }
  #submenu li {
    white-space: normal;
    width: 50%;
    text-align: left;
    padding: 0px;
    position: relative;
    vertical-align: top;
  }
  #submenu li:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
  }
  #submenu li a {
    height: 100%;
    display: block;
    padding: 3px 10px 3px 24px;
  }
}

#loader {
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 1000;
}

#loader .loading {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  display: block;
  z-index: 2000;
}

.show-for-small-only {
  display: none;
}

@media only screen and (max-width: 640px) {
  .show-for-small-only {
    display: block;
  }
}

.survey_button {
  display: block;
  vertical-align: middle;
  width: 100%;
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput='mouse'] .survey_button {
  outline: 0;
}

.survey_button:hover, .survey_button:focus {
  background-color: #14679e;
  color: #fefefe;
  text-decoration: none;
}

.footer_wp_cel{
  display: flex;
}

.footer_banner{
  width: 270px;
}
.footer_banner .button{
  display: block;
  width: 100%;
  margin: 0;
  color: #fefefe;
  background-color: #1779ba;
  font-size: 12px;
  text-align: center;
  transition: 1s;
}
.footer_banner .button a{
  padding: 10px;
}
.button:hover{
  text-decoration: none;
  background-color: #14679e;
  transition: .3s;
}
.grid-content{
  display: block;
  padding: 40px 0 50px 0;
  max-width: 570px;
  margin: 0 auto;
}
.grid-content .grid-cel{
  width: 100%;
}


@media only screen and (max-width: 640px) {
  .footer_wp_cel{
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_wp_cel div{
    flex-grow: 1;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  }
  .footer_banner{
    width: auto;
  }
  .grid-content{
    padding: 50px 10px;
  }
  .footer_wp_cel .right{
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 30px 0 !important;
  }
  .footer_wp_cel .left{
    padding: 0 !important;
  }

}
.grid-content h2{
    border-bottom: 1px solid #4a4a4a;
    font-size: 20px;
    padding-bottom: 10px;
}
th{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}
tr{
  border-bottom: 1px solid #4a4a4a;
  font-size: 14px;
}
td{
  padding: 10px;
}
/* SNS */
.fa-stack{
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.fa-2x{
  font-size: 2em;
}
.gft-sns-menu li a{
  padding: 0;
  color: #fafafa;
  opacity: 1;
}
.twitter{
  max-width: 25px;
  position: relative;
  transition: .7s;
}
.twitter:hover{
  opacity: .7;
  transition: .7s;
}
.twitter a::after{
  display: block;
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background-color: #fafafa;
  top: 2px;
  bottom: 0;
  right: 0;
  left: -12px;
  margin: auto;
  border-radius: 50%;
  z-index: -100;
}
.twitter img{
  width: 100%;
}
.youtube{
  max-width: 28px;
  position: relative;
  transition: .7s;
}
.youtube:hover{
  opacity: .7;
  transition: .7s;
}
.youtube a::after{
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background-color: #fafafa;
  top: 2px;
  bottom: 0;
  right: 0;
  left: -10px;
  margin: auto;
  border-radius: 50%;
  z-index: -100;
}
.youtube img{
  width: 100%;
}
.guideline{
  max-width: 420px;
  margin: 0 auto 20px;
  transition: .5s;
}
.guideline:hover{
  opacity: .7;
  transition: .5s;
}

@media only screen and (max-width: 640px) {
  .sns_share{
    padding-bottom: 40px;
  }
  .guideline{
   width: 90%;
   max-width: none;
  }
}


/* 230705追加 */
.grid-content #movie {
  padding: 30px 10px;
  text-align: center;
}

.grid-content #movie .movie img {
    display: inline-block;
}

.grid-content #movie .movie a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.grid-content #movie .movie a:hover {
    opacity: 0.7;
}

.modal-video-close-btn{
cursor: pointer;
cursor: hand;
}