@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ------------------------
　▼書式設定
--------------------------*/
html {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin: 0 auto;
}

body#black {
  background: #000;
}

body#white {
  background: #fff;
}

/* ------------------------
　▲書式設定
--------------------------*/
/* ------------------------
　▼PC/SP 表示非表示
--------------------------*/
#pcOnly,
.pcOnly {
  display: block !important;
}

#pcOnly_inline,
.pcOnly_inline {
  display: inline !important;
}

#pcOnly_inline-block,
.pcOnly_inline-block {
  display: inline-block !important;
}

#spOnly,
.spOnly {
  display: none !important;
}

#spOnly_inline,
.spOnly_inline {
  display: none !important;
}

#spOnly_inline-block,
.spOnly_inline-block {
  display: none !important;
}

@media screen and (max-width: 750px) {
  #pcOnly,
  .pcOnly {
    display: none !important;
  }
  #pcOnly_inline,
  .pcOnly_inline {
    display: none !important;
  }
  #pcOnly_inline-block,
  .pcOnly_inline-block {
    display: none !important;
  }
  #spOnly,
  .spOnly {
    display: block !important;
  }
  #spOnly_inline,
  .spOnly_inline {
    display: inline !important;
  }
  #spOnly_inline-block,
  .spOnly_inline-block {
    display: inline-block !important;
  }
}

/* ------------------------
　▲PC/SP 表示非表示
--------------------------*/
/* ------------------------
　▼header　ヘッダー
--------------------------*/
header {
  font-size: 12px;
}

header a:link,
header a:visited {
  text-decoration: none;
}

header a:hover {
  text-decoration: underline;
}

header a:active {
  text-decoration: none;
}

header#sqexHeader-black_rsp {
  border-bottom: 1px solid #838383;
  background: #000;
}

header#sqexHeader-white_rsp {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 750px) {
  header#sqexHeader-black_rsp,
  header#sqexHeader-white_rsp {
    height: auto;
    padding: 10px 0;
  }
}

header#sqexHeader-black_rsp a:link,
header#sqexHeader-black_rsp a:visited,
header#sqexHeader-black_rsp a:hover,
header#sqexHeader-black_rsp a:active {
  color: #fff;
}

header#sqexHeader-white_rsp a:link,
header#sqexHeader-white_rsp a:visited,
header#sqexHeader-white_rsp a:hover,
header#sqexHeader-white_rsp a:active {
  color: #000;
}

#header-title {
  height: 37px;
  padding: 0 10px;
}

#header-title div.logo {
  float: left;
  margin-top: 13px;
}

#header-title div.logo a {
  width: 130px;
  height: 14px;
  display: block;
}

header#sqexHeader-black_rsp #sqexaccount {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
}

/*スマートフォン*/
@media screen and (max-width: 750px) {
  #header-title {
    display: none;
  }
  #phone-title {
    width: 100%;
    /* 608px;*/
    height: auto;
    position: relative;
  }
  #phone-title div.logo {
    width: 50%;
    /* 418px */
    /*height: auto; /* 35px */
    margin: 0 auto;
    text-align: center;
  }
  #phone-title div.logo img {
    display: block;
    width: 100%;
  }
}

/* ------------------------
　▲header　ヘッダー
--------------------------*/
/* ------------------------
　▼contents　コンテンツ
--------------------------*/
#contents {
  margin: 0 auto;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 750px) {
  #contents {
    width: 100%;
  }
}

/* ------------------------
　▲contents　コンテンツ
--------------------------*/
/* ------------------------
　▼footer　フッター
--------------------------*/
div#sqexFooter {
  margin-top: 0px;
  clear: both;
  text-align: center;
  font-weight: normal !important;
  font-size: 12px;
}

/*----------------------------------------------------
	=div.sqex-footer-white
	----------------------------------------------------*/
div#sqexFooter.sqex-footer-white {
  color: #333;
  background: #fff;
  border-top: 1px solid #ccc;
}

div#sqexFooter.sqex-footer-white a:link,
div#sqexFooter.sqex-footer-white a:visited,
div#sqexFooter.sqex-footer-white a:hover,
div#sqexFooter.sqex-footer-whitee a:active {
  color: #000;
}

div.sqex-footer-white div#sqex-footer-contents-inner {
  border-top: none;
}

/*----------------------------------------------------
	=div.sqex-footer-black
	----------------------------------------------------*/
div#sqexFooter.sqex-footer-black {
  color: #ccc;
  background: #000;
  border-top: 1px solid #666;
}

div#sqexFooter.sqex-footer-black a:link,
div#sqexFooter.sqex-footer-black a:visited,
div#sqexFooter.sqex-footer-black a:hover,
div#sqexFooter.sqex-footer-black a:active {
  color: #fff;
}

div#sqexFooter a:link,
div#sqexFooter a:visited,
div#sqexFooter a:hover,
div#sqexFooter a:active {
  text-decoration: none !important;
  font-weight: normal !important;
}

div#sqexFooter a:hover {
  text-decoration: underline !important;
  font-weight: normal !important;
}

div#sqex-footer-contents {
  line-height: 1.0;
}

div#sqexFooter div.sqex-footer-spbuy {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px 0;
  text-align: center;
}

div#sqexFooter.sqex-footer-white div.sqex-footer-spbuy {
  border-bottom: 1px solid #ccc;
}

div#sqexFooter div.sqex-footer-spbuy a {
  margin: 10px 5px 0 5px;
  display: inline-block;
}

div#sqexFooter div.sqex-footer-spbuy a:last-child {
  margin-right: 0;
}

div#sqexFooter div.sqex-footer-spbuy img {
  height: 40px;
}

div#rating-ex {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #333;
}

div#sqex-footer-contents-inner {
  border-bottom: 1px solid #333;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  div#sqex-footer-contents-inner {
    border-bottom-width: 2px;
  }
}

div.sqex-footer-white div#sqex-footer-contents-inner {
  border-bottom: 1px solid #ccc;
}

div#sqexFooter div.sqex-footer-links {
  padding: 10px 0;
  position: absolute;
  right: 10px;
  top: 0;
}

div#sqexFooter div.sqex-footer-links a {
  display: inline-block;
  margin-right: 20px;
}

div#sqexFooter div.sqex-footer-links a:last-child {
  margin-right: 0;
}

div#sqexFooter div.sqex-footer-links img {
  height: 40px;
}

@media screen and (max-width: 750px) {
  div#sqexFooter div.sqex-footer-links {
    margin: 0;
    float: none;
    text-align: center;
    border-top: 1px solid #333;
    position: relative;
    right: auto;
    top: auto;
  }
  div#sqexFooter div.sqex-footer-links a {
    margin: 0 5px;
  }
}

div#sqexFooter div.sqex-footer-shares-wrap {
  display: inline-block;
  padding: 10px 0;
  width: 313px;
  position: absolute;
  left: 50%;
  margin-left: -156px;
}

div#sqexFooter div.sqex-footer-shares-wrap.logoless {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  width: auto;
  left: 0;
  margin: 0 auto;
}

div#sqexFooter dl.sqex-footer-shares {
  text-align: center;
  width: auto;
  height: 40px;
}

div#sqexFooter dl.sqex-footer-shares dt,
div#sqexFooter dl.sqex-footer-shares dd {
  display: inline-block;
  margin: 7px 15px 7px 0;
  vertical-align: middle;
  height: 25px;
}

div#sqexFooter dl.sqex-footer-shares dd:last-child {
  margin-right: 0;
}

div#sqexFooter dl.sqex-footer-shares dd div {
  vertical-align: middle !important;
}

@media screen and (max-width: 750px) {
  div#sqexFooter div.sqex-footer-shares-wrap {
    width: auto;
    position: relative;
    left: auto;
    margin-left: auto;
    height: 100px;
  }
  div#sqexFooter dl.sqex-footer-shares {
    width: auto;
    border: none;
    float: none;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  div#sqexFooter dl.sqex-footer-shares dt {
    display: none;
  }
}

div#sqexFooter div.sqex-footer-logos {
  float: left;
  margin-left: 10px;
  padding: 10px 0;
}

div#sqexFooter div.sqex-footer-logos img {
  margin-right: 20px;
  max-height: 40px;
  max-width: 320px;
}

@media screen and (max-width: 750px) {
  div#sqexFooter div.sqex-footer-logos {
    border-bottom-width: 2px;
    float: none;
    padding: 10px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #333;
  }
  div#sqexFooter.sqex-footer-white div.sqex-footer-logos {
    border-bottom: 1px solid #ccc;
  }
  div#sqexFooter div.sqex-footer-logos img {
    margin: 5px;
    max-height: 68px;
  }
}

div#sqexFooter ul {
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #333;
}

div#sqexFooter.sqex-footer-white ul {
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

div#sqexFooter ul li {
  display: inline;
  padding-left: 11px;
  padding-right: 10px;
  border-left: 1px dotted #666;
  font-size: 12px;
}

div#sqexFooter ul li:first-child {
  border: none;
}

div#sqexFooter ul li:last-child {
  display: block;
  border: none;
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  div#sqexFooter ul {
    border-bottom-width: 2px;
    padding: 20px 0;
  }
  div#sqexFooter ul li {
    border-right-width: 2px;
    font-size: 24px;
    padding-left: 22px;
    padding-right: 20px;
  }
  div#sqexFooter ul li:last-of-type {
    border-right: none;
  }
}

div#sqexFooter div.sqex-footer-copy-logo {
  position: relative;
}

div#sqexFooter div.sqex-footer-copy-logo .logo {
  text-align: center;
  margin-top: 25px;
}

div#sqexFooter div.sqex-footer-copy-logo .logo img {
  width: 100%;
}

div#sqexFooter div.sqex-footer-copy-logo .logo .logo-sqex {
  display: inline-block;
  margin-right: 18px;
  width: 160px;
}

div#sqexFooter div.sqex-footer-copy-logo .logo .logo-dena {
  display: inline-block;
  width: 51px;
}

@media screen and (max-width: 750px) {
  div#sqexFooter div.sqex-footer-copy-logo .logo {
    margin-top: 35px;
  }
  div#sqexFooter div.sqex-footer-copy-logo .logo .logo-sqex {
    width: 337px;
    margin-right: 30px;
  }
  div#sqexFooter div.sqex-footer-copy-logo .logo .logo-dena {
    width: 108px;
  }
}

div#sqexFooter div.sqex-footer-copy-logo #pcOnly img {
  width: 100%;
  max-width: 960px;
}

div#sqexFooter p.sqex-footer-copyright {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  z-index: 1000;
  width: 70%;
}

@media screen and (max-width: 750px) {
  div#sqexFooter p.sqex-footer-copyright {
    font-size: 24px;
    width: 100%;
  }
}

p.sqex-footer-copyright span {
  display: block;
  margin: -25px 10px 0 0;
  text-align: right;
}

p.sqex-footer-copyright span a {
  margin-left: 10px;
}

div#sqexFooter .sqex-footer-tm {
  padding: 14px 15px 0 15px;
  line-height: 1.2;
  display: block;
}

div#sqexFooter .sqex-footer-exlogo {
  position: absolute;
  top: 10px;
  right: 10px;
}

div#sqexFooter .sqex-footer-exlogo_sp {
  display: none;
  border-top: 1px solid #333;
  padding: 10px 0;
}

@media screen and (max-width: 750px) {
  div#sqexFooter .sqex-footer-exlogo {
    display: none;
  }
  div#sqexFooter .sqex-footer-exlogo_sp {
    display: block;
  }
}

div.sqex-footer-tooltip {
  left: -1000px;
  line-height: 1em !important;
  position: absolute;
  top: -1000px;
  width: 332px;
  z-index: 100;
}

div.sqex-footer-tooltip p {
  background: none repeat scroll 0 0 #fefefe;
  border: 1px solid #666666;
  color: #333333;
  font-size: 10px;
  padding: 5px;
}

/*----------------------------------------------------
=div#sqexFooter div.column3
----------------------------------------------------*/
div.column3 div#sqex-footer-contents-inner {
  position: relative;
}

div#sqexFooter.column3 div.sqex-footer-logos {
  float: none;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 0 0;
  border-bottom: 1px solid #333;
}

div#sqexFooter.column3 div.sqex-footer-links {
  float: none;
}

div#sqexFooter.sqex-footer-white.column3 div.sqex-footer-logos {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  div.column3 div#sqex-footer-contents div.sqex-footer-links {
    float: none;
  }
}

div.sqex-footer-white.column3 div#sqex-footer-contents div.sqex-footer-links {
  border-bottom: 1px solid #ccc;
}

div.sqex-footer-white.column3 div#sqex-footer-contents div.sqex-footer-logos {
  border-bottom: 1px solid #ccc;
}

div#sqexFooter.column3 div.sqex-footer-shares-wrap {
  width: auto;
  position: relative;
  left: auto;
  margin-left: auto;
}

/* ------------------------
　▲footer　フッター
--------------------------*/
body {
  background: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*font-feature-settings: "pkna";*/
  -webkit-text-size-adjust: none;
  /*
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  color: #fff;
  line-height: 1.7;
  min-width: 1100px;
}

body .sp-appear {
  display: none;
}

body.sp .sp-disappear {
  display: none !important;
}

body.tablet .tablet-disappear {
  display: none !important;
}

@media screen and (max-width: 750px) {
  body .sp-appear {
    display: block;
  }
}

* {
  outline: none;
  box-sizing: border-box;
}

/*
 * Common layout
 */
#wrapper {
  width: 100%;
  min-width: 1100px;
  position: relative;
  overflow: hidden;
}

.mobile-appear {
  display: none;
}

.touch .pc-appear {
  display: none;
}

.touch .mobile-appear {
  display: block;
}

/*
 * Page scroll disable
 */
html.scroll-disable {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*
 * Contents depth
 */
#top {
  z-index: 10;
}

#news {
  z-index: 10;
}

#introduction {
  z-index: 1;
}

#character {
  z-index: 10;
}

#special {
  z-index: 10;
}

#spec {
  z-index: 10;
}

#footer,
#sq-footer {
  z-index: 10;
}

/*
 * contents common elements
 */
.content h2.section-title {
  background: url(../img/common/contents-title-bg-pc.png) no-repeat;
  width: 709px;
  margin: auto;
  font-weight: 400;
  text-align: center;
}

.content h2.section-title span {
  font-size: 1.625rem;
  line-height: 50px;
  color: #fff;
}

.content .container {
  position: relative;
}

/*
 * to Page top
 */
.btn-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 156px;
  height: 185px;
  z-index: 100;
  -webkit-transform: translate(160px, -120px);
  -ms-transform: translate(160px, -120px);
  transform: translate(160px, -120px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-pagetop a {
  background: url(../img/common/btn-pagetop.png) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  -webkit-animation: airship-float-animation 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  animation: airship-float-animation 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.btn-pagetop.show {
  -webkit-animation: airship-show-animation-1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards, airship-show-animation-2 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
  animation: airship-show-animation-1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards, airship-show-animation-2 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
}

.btn-pagetop.hide {
  -webkit-animation: airship-hide-animation-1 0.3s linear forwards, airship-hide-animation-2 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
  animation: airship-hide-animation-1 0.3s linear forwards, airship-hide-animation-2 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.btn-pagetop.frame-1 a {
  background-position: 0 0;
}

.btn-pagetop.frame-2 a {
  background-position: 0 -185px;
}

.btn-pagetop.frame-3 a {
  background-position: 0 -370px;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 750px;
  }
  #wrapper {
    min-width: 750px;
  }
  .content h2.section-title {
    background-image: url(../img/common/contents-title-bg-sp.png);
    background-size: contain;
    width: 100%;
    height: 94px;
    position: relative;
  }
  .content h2.section-title span {
    font-size: 2.5rem;
    line-height: 90px;
  }
  .btn-pagetop.hide {
    -webkit-animation: airship-hide-animation-1-sp 0.3s linear forwards, airship-hide-animation-2-sp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    animation: airship-hide-animation-1-sp 0.3s linear forwards, airship-hide-animation-2-sp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
  }
}

@-webkit-keyframes airship-float-animation {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes airship-float-animation {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes airship-show-animation-1 {
  0% {
    -webkit-transform: translate(240px, -120px);
    transform: translate(240px, -120px);
  }
  100% {
    -webkit-transform: translate(80px, -30px);
    transform: translate(80px, -30px);
  }
}

@keyframes airship-show-animation-1 {
  0% {
    -webkit-transform: translate(240px, -120px);
    transform: translate(240px, -120px);
  }
  100% {
    -webkit-transform: translate(80px, -30px);
    transform: translate(80px, -30px);
  }
}

@-webkit-keyframes airship-show-animation-2 {
  0% {
    -webkit-transform: translate(80px, -30px);
    transform: translate(80px, -30px);
  }
  100% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
}

@keyframes airship-show-animation-2 {
  0% {
    -webkit-transform: translate(80px, -30px);
    transform: translate(80px, -30px);
  }
  100% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
}

@-webkit-keyframes airship-hide-animation-1 {
  0% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-500px, -20px);
    transform: translate(-500px, -20px);
  }
}

@keyframes airship-hide-animation-1 {
  0% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-500px, -20px);
    transform: translate(-500px, -20px);
  }
}

@-webkit-keyframes airship-hide-animation-2 {
  0% {
    -webkit-transform: translate(-500px, -20px);
    transform: translate(-500px, -20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-1100px, -70px);
    transform: translate(-1100px, -70px);
    opacity: 0;
  }
}

@keyframes airship-hide-animation-2 {
  0% {
    -webkit-transform: translate(-500px, -20px);
    transform: translate(-500px, -20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-1100px, -70px);
    transform: translate(-1100px, -70px);
    opacity: 0;
  }
}

@-webkit-keyframes airship-hide-animation-1-sp {
  0% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-400px, -20px);
    transform: translate(-400px, -20px);
  }
}

@keyframes airship-hide-animation-1-sp {
  0% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-400px, -20px);
    transform: translate(-400px, -20px);
  }
}

@-webkit-keyframes airship-hide-animation-2-sp {
  0% {
    -webkit-transform: translate(-400px, -20px);
    transform: translate(-400px, -20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-750px, -70px);
    transform: translate(-750px, -70px);
    opacity: 0;
  }
}

@keyframes airship-hide-animation-2-sp {
  0% {
    -webkit-transform: translate(-400px, -20px);
    transform: translate(-400px, -20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-750px, -70px);
    transform: translate(-750px, -70px);
    opacity: 0;
  }
}

/*
 * Twinkle effect
 */
.twinkle .twinkle-i,
.twinkle-fall .twinkle-i {
  background: url(../img/main/twinkle.png) no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: twinkle-animation 1s linear infinite;
  animation: twinkle-animation 1s linear infinite;
}

.twinkle-fall .twinkle-i {
  -webkit-animation: twinkle-animation, twinkle-animation-fall;
  animation: twinkle-animation, twinkle-animation-fall;
  -webkit-animation-iteration-count: infinite, infinite;
  animation-iteration-count: infinite, infinite;
  -webkit-animation-timing-function: linear, linear;
  animation-timing-function: linear, linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes twinkle-animation {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  10% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@keyframes twinkle-animation {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  10% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@-webkit-keyframes twinkle-animation-fall {
  0% {
    opacity: 1;
    margin-top: -500px;
  }
  100% {
    opacity: .6;
    margin-top: 0;
  }
}

@keyframes twinkle-animation-fall {
  0% {
    opacity: 1;
    margin-top: -500px;
  }
  100% {
    opacity: .6;
    margin-top: 0;
  }
}

@-webkit-keyframes float-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

@keyframes float-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

/*
 * Slide in effect
 */
.slide-in {
  -webkit-transform: translate3d(750px, 0, 0);
  transform: translate3d(750px, 0, 0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide-in.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#loading {
  background: #000 url(../img/common/loading.gif) no-repeat center center;
  background-size: 265px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#loading.hide {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media screen and (max-width: 750px) {
  #loading {
    background-size: 396px;
  }
}

.pager-arrow {
  outline: none;
  border: none;
  text-indent: -9999px;
  width: 67px;
  height: 105px;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}

.pager-arrow.arrow-l {
  background: url(../img/common/pager-left.png) no-repeat;
  background-size: contain;
}

.pager-arrow.arrow-r {
  background: url(../img/common/pager-right.png) no-repeat;
  background-size: contain;
}

.pager-arrow-2 {
  outline: none;
  border: none;
  text-indent: -9999px;
  width: 45px;
  height: 80px;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}

.pager-arrow-2.arrow-l {
  background: url(../img/common/pager2-left.png) no-repeat center center;
  background-size: 45px;
}

.pager-arrow-2.arrow-r {
  background: url(../img/common/pager2-right.png) no-repeat center center;
  background-size: 45px;
}

.numbering-pager {
  width: 100%;
}

.numbering-pager .swiper-pagination-bullet {
  background: none;
  background-repeat: no-repeat;
  background-position: 0 5px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 1;
  vertical-align: middle;
}

.numbering-pager .swiper-pagination-bullet:nth-child(1) {
  background-image: url(../img/common/pager-ff1.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../img/common/pager-ff2.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../img/common/pager-ff3.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(4) {
  background-image: url(../img/common/pager-ff4.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(5) {
  background-image: url(../img/common/pager-ff5.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(6) {
  background-image: url(../img/common/pager-ff6.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(7) {
  background-image: url(../img/common/pager-ff7.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(8) {
  background-image: url(../img/common/pager-ff8.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(9) {
  background-image: url(../img/common/pager-ff9.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(10) {
  background-image: url(../img/common/pager-ff10.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(11) {
  background-image: url(../img/common/pager-ff11.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(12) {
  background-image: url(../img/common/pager-ff12.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(13) {
  background-image: url(../img/common/pager-ff13.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(14) {
  background-image: url(../img/common/pager-ff14.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(15) {
  background-image: url(../img/common/pager-ff15.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(16) {
  background-image: url(../img/common/pager-fft.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(17) {
  background-image: url(../img/common/pager-ff-type0.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(18) {
  background-image: url(../img/common/pager-ff-gaiden.png);
}

.numbering-pager .swiper-pagination-bullet:nth-child(19) {
  background-image: url(../img/common/pager-job.png);
}

.numbering-pager .swiper-pagination-bullet:hover {
  background-position: 0 -45px;
}

.numbering-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-position: 0 -95px;
}

.numbering-pager .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.numbering-pager .swiper-container-horizontal > .swiper-pagination-bullets,
.numbering-pager .swiper-pagination-custom, .numbering-pager .swiper-pagination-fraction {
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .numbering-pager .swiper-pagination-bullet {
    background-position: 0 7.5px;
    background-size: 60px;
    width: 60px;
    height: 60px;
  }
  .numbering-pager .swiper-pagination-bullet:hover {
    background-position: 0 -67.5px;
  }
  .numbering-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-position: 0 -142.5px;
  }
}

#modal {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity .5s, -webkit-transform 0s .5s;
  transition: opacity .5s, -webkit-transform 0s .5s;
  transition: opacity .5s, transform 0s .5s;
  transition: opacity .5s, transform 0s .5s, -webkit-transform 0s .5s;
  z-index: 500;
}

#modal .container {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  z-index: 10;
  position: relative;
}

#modal .container.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#modal .container .inner {
  background: #000;
  border: #000 10px solid;
  border-radius: 10px;
  position: relative;
}

#modal .container .inner::before {
  content: '';
  background: -webkit-linear-gradient(top, #533369 0%, #000 100%);
  background: linear-gradient(to bottom, #533369 0%, #000 100%);
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
}

#modal .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#modal .close {
  background: url(../img/header/btn-close.png) no-repeat;
  background-size: contain;
  width: 148px;
  height: 148px;
  position: absolute;
  top: -40px;
  right: -40px;
  outline: none;
  border: none;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#modal.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity .5s, -webkit-transform 0s 0s;
  transition: opacity .5s, -webkit-transform 0s 0s;
  transition: opacity .5s, transform 0s 0s;
  transition: opacity .5s, transform 0s 0s, -webkit-transform 0s 0s;
}

#modal.open .close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 750px) {
  #modal {
    min-width: 0;
  }
  #modal .close {
    top: 0;
    right: 0;
    outline: none;
  }
}

#modal-youtube {
  width: 960px;
  margin: auto;
}

#modal-youtube .youtube-player {
  background: #000;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

#modal-youtube .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal-youtube.vertical {
  background: -webkit-linear-gradient(left, #705120 0%, #fff9c9 33%, #795c2b 50%, #fff9c9 70%, #705120 100%);
  background: linear-gradient(to right, #705120 0%, #fff9c9 33%, #795c2b 50%, #fff9c9 70%, #705120 100%);
  width: 354px;
  padding: 2px;
}

#modal-youtube.vertical .youtube-player {
  padding-bottom: 178%;
}

@media screen and (max-width: 750px) {
  #modal-youtube {
    width: 90%;
  }
  #modal-youtube.vertical {
    width: 74%;
  }
}

#sq-header {
  background: #000;
  width: 100%;
  min-width: 1100px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

#sq-header .logo {
  line-height: 1;
}

@media screen and (max-width: 750px) {
  #sq-header {
    width: 750px;
    min-width: 750px;
  }
}

#header {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  z-index: 100;
}

#header.fixed {
  position: fixed;
  top: 0;
}

#header .volume-toggle,
#header .menu {
  outline: none;
  border: none;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#header .volume-toggle {
  background: url(../img/header/btn-sound.png) no-repeat 0 -25px;
  background-size: 123px;
  width: 123px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 115px;
}

#header .volume-toggle.off {
  background-position: 0 0;
}

#header .volume-toggle.hidden {
  display: none;
}

#header .menu {
  background: url(../img/header/btn-menu.png) no-repeat;
  background-size: contain;
  width: 148px;
  height: 148px;
  position: absolute;
  top: -40px;
  right: -40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 750px) {
  #header {
    top: 75px;
  }
  #header .volume-toggle {
    background-size: 246px;
    background-position: 0 -50px;
    width: 246px;
    height: 40px;
    top: 40px;
    left: 20px;
    right: auto;
  }
  #header .volume-toggle.off {
    background-position: 0 0;
  }
  #header .menu {
    top: 0;
    right: 0;
  }
}

#nav {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  z-index: 500;
  -webkit-transition: opacity .5s, -webkit-transform 0s .5s;
  transition: opacity .5s, -webkit-transform 0s .5s;
  transition: opacity .5s, transform 0s .5s;
  transition: opacity .5s, transform 0s .5s, -webkit-transform 0s .5s;
}

#nav.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity .5s, -webkit-transform 0s 0s;
  transition: opacity .5s, -webkit-transform 0s 0s;
  transition: opacity .5s, transform 0s 0s;
  transition: opacity .5s, transform 0s 0s, -webkit-transform 0s 0s;
}

#nav .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-height: 350px) {
  #nav .contents {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 50px 0;
  }
}

#nav .contents li {
  background: url(../img/header/nav-arrow.png) no-repeat left center;
  background-size: 13px;
  padding-left: 40px;
  width: 445px;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -webkit-transition: all .01s;
  transition: all .01s;
}

#nav .contents li a {
  display: block;
  border-bottom: #423006 1px solid;
  font-size: 1.25rem;
  line-height: 55px;
  color: #fff;
  text-decoration: none;
}

#nav .contents li:last-of-type a {
  border-bottom: none;
}

#nav .close {
  background: url(../img/header/btn-close.png) no-repeat;
  background-size: contain;
  width: 148px;
  height: 148px;
  position: absolute;
  top: -40px;
  right: -40px;
  outline: none;
  border: none;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#nav.open .contents li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav.open .contents li:nth-child(1) {
  -webkit-transition-delay: .10s;
  transition-delay: .10s;
}

#nav.open .contents li:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

#nav.open .contents li:nth-child(3) {
  -webkit-transition-delay: .20s;
  transition-delay: .20s;
}

#nav.open .contents li:nth-child(4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

#nav.open .contents li:nth-child(5) {
  -webkit-transition-delay: .30s;
  transition-delay: .30s;
}

#nav.open .contents li:nth-child(6) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

#nav.open .close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 750px) {
  #nav .contents {
    width: 100%;
  }
  #nav .contents li {
    display: block;
    margin: 0 40px;
    padding-left: 60px;
    width: auto;
  }
  #nav .contents li a {
    font-size: 1.875rem;
    line-height: 120px;
  }
  #nav .close {
    top: 0;
    right: 0;
    outline: none;
  }
}

#top {
  width: 100%;
  height: 100%;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

#top .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#top .container .logo {
  width: 523px;
  margin: auto;
}

#top .container img {
  width: 100%;
}

#top .background {
  background: url(../img/top/no-video.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#top .background::after {
  content: '';
  background: url(../img/top/bg-dot.png);
  background-size: 3px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#top .background video {
  position: absolute;
}

@media screen and (max-width: 750px) {
  #top {
    min-height: 500px;
  }
  #top .container {
    width: 100%;
    padding: 0 20px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #top .container .logo {
    width: 519px;
    margin: 0 auto 30px auto;
  }
  #top .background {
    background-image: url(../img/top/no-video-sp.jpg);
  }
  #top .background::after {
    background-size: 6px;
  }
}

#news {
  background: url(../img/news/bg-repeat.jpg) center center;
  background-size: 350px;
  padding: 40px 0;
  position: relative;
}

#news::before {
  content: '';
  background: url(../img/news/bg-cloud.png) center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#news .section-title {
  margin-bottom: 30px;
}

#news .banners {
  position: relative;
  width: 1100px;
  margin: auto;
  /*
     ** plig-in override
     **/
}

#news .banners .swiper-container {
  width: 910px;
  height: 185px;
  position: relative;
  margin: auto;
}

#news .banners .swiper-container .swiper-slide {
  width: 290px;
}

#news .banners .swiper-container .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

#news .banners .pager-arrow {
  position: absolute;
  top: 18px;
}

#news .banners .pager-arrow.arrow-l {
  left: 0;
}

#news .banners .pager-arrow.arrow-r {
  right: 0;
}

#news .banners .pager-arrow.swiper-button-disabled {
  display: none;
}

#news .banners .swiper-container {
  z-index: 0;
}

#news .banners .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #777;
  opacity: 1;
  vertical-align: middle;
}

#news .banners .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

#news .banners .swiper-container-horizontal > .swiper-pagination-bullets,
#news .banners .swiper-pagination-custom, #news .banners .swiper-pagination-fraction {
  bottom: 0;
}

#news .banners .swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (max-width: 750px) {
  #news {
    background-size: 750px;
    padding: 0 0 80px 0;
  }
  #news .section-title {
    margin-bottom: 40px;
  }
  #news .banners {
    width: 100%;
    height: 340px;
  }
  #news .banners .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #news .banners .swiper-container .swiper-slide {
    border-radius: 10px;
    width: 600px;
  }
  #news .banners .pager-arrow {
    display: none;
  }
}

#introduction {
  background: #000d24 url(../img/introduction/bg.jpg) repeat-x center top;
  background-attachment: fixed;
  padding: 40px 0 0 0;
  position: relative;
  overflow: hidden;
}

#introduction .container {
  z-index: 10;
}

#introduction .section-title {
  margin-bottom: 50px;
}

#introduction .record-dungeon {
  background: url(../img/introduction/kv.jpg) no-repeat right top;
  background-size: 500px;
  width: 1026px;
  margin: 0 auto 55px auto;
  padding-right: 526px;
}

#introduction .record-dungeon h3 {
  width: 490px;
  margin: 0 0 10px 0;
}

#introduction .record-dungeon h3 img {
  width: 100%;
}

#introduction .record-dungeon .description {
  background: url(../img/introduction/description-bg.png) no-repeat center top;
  background-size: cover;
  padding: 15px 20px;
  font-size: 0.875rem;
  line-height: 1.72;
  letter-spacing: .02em;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#introduction .record-dungeon-movie {
  width: 100%;
  height: 460px;
  margin: 0 0 135px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#introduction .record-dungeon-movie ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#introduction .record-dungeon-movie ul li {
  width: 316px;
  min-width: 316px;
  padding: 0 25px;
}

#introduction .record-dungeon-movie ul li img {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
}

#introduction .numbering {
  background: #000d24 url(../img/introduction/number-bg.jpg) no-repeat center bottom;
  position: relative;
}

#introduction .numbering::before {
  content: '';
  background: -webkit-linear-gradient(top, rgba(0, 13, 36, 0) 0%, #000d24 80%);
  background: linear-gradient(to bottom, rgba(0, 13, 36, 0) 0%, #000d24 80%);
  width: 100%;
  height: 600px;
  position: absolute;
  top: -600px;
  left: 0;
}

#introduction .numbering .titles {
  width: 100%;
  position: relative;
}

#introduction .numbering .titles .title-detail {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 210px;
  position: relative;
  /* slide表示時のアニメーション */
}

#introduction .numbering .titles .title-detail h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  text-align: center;
  z-index: 10;
}

#introduction .numbering .titles .title-detail h3 img {
  max-height: 100%;
}

#introduction .numbering .titles .title-detail .description {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 0 auto 30px auto;
  padding: 40px 20px;
  width: 708px;
  height: 420px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: .1em;
  z-index: 10;
}

#introduction .numbering .titles .title-detail .description::before, #introduction .numbering .titles .title-detail .description::after {
  content: '';
  background: url(../img/introduction/number-description-line-pc.png) no-repeat;
  width: 708px;
  height: 20px;
  position: absolute;
  left: 0;
}

#introduction .numbering .titles .title-detail .description::before {
  top: -10px;
}

#introduction .numbering .titles .title-detail .description::after {
  bottom: -10px;
}

#introduction .numbering .titles .title-detail .screens {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#introduction .numbering .titles .title-detail .screens .screen-pc {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#introduction .numbering .titles .title-detail .screens .screen-pc::before, #introduction .numbering .titles .title-detail .screens .screen-pc::after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  z-index: 1;
}

#introduction .numbering .titles .title-detail .screens .screen-pc::before {
  background: -webkit-linear-gradient(top, #000d24 0%, rgba(0, 13, 36, 0) 100%);
  background: linear-gradient(to bottom, #000d24 0%, rgba(0, 13, 36, 0) 100%);
  top: 0;
}

#introduction .numbering .titles .title-detail .screens .screen-pc::after {
  background: -webkit-linear-gradient(top, rgba(0, 13, 36, 0) 0%, #000d24 100%);
  background: linear-gradient(to bottom, rgba(0, 13, 36, 0) 0%, #000d24 100%);
  bottom: 0;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item {
  position: absolute;
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item.show {
  -webkit-animation: screenshot-fade 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: screenshot-fade 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(1), #introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(2), #introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(3), #introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(4), #introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(5) {
  display: block;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
  -webkit-animation-duration: 3.9s;
  animation-duration: 3.9s;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(4) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
  -webkit-animation-duration: 3.7s;
  animation-duration: 3.7s;
}

#introduction .numbering .titles .title-detail .screens .screen-pc .item:nth-child(5) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-duration: 3.6s;
  animation-duration: 3.6s;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-1 .item:nth-child(1) {
  top: 147px;
  left: 50%;
  margin-left: -607px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-1 .item:nth-child(2) {
  top: 115px;
  left: 50%;
  margin-left: 455px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-1 .item:nth-child(3) {
  top: 530px;
  left: 50%;
  margin-left: -455px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-1 .item:nth-child(4) {
  top: 400px;
  left: 50%;
  margin-left: 625px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-1 .item:nth-child(5) {
  top: 690px;
  left: 50%;
  margin-left: 555px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-2 .item:nth-child(1) {
  top: 120px;
  left: 50%;
  margin-left: -500px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-2 .item:nth-child(3) {
  top: 110px;
  left: 50%;
  margin-left: 470px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-2 .item:nth-child(5) {
  top: 490px;
  left: 50%;
  margin-left: -450px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-2 .item:nth-child(4) {
  top: 360px;
  left: 50%;
  margin-left: 660px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-2 .item:nth-child(2) {
  top: 620px;
  left: 50%;
  margin-left: 580px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-3 .item:nth-child(1) {
  top: 100px;
  left: 50%;
  margin-left: 500px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-3 .item:nth-child(2) {
  top: 130px;
  left: 50%;
  margin-left: -560px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-3 .item:nth-child(5) {
  top: 440px;
  left: 50%;
  margin-left: 450px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-3 .item:nth-child(3) {
  top: 420px;
  left: 50%;
  margin-left: -500px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-3 .item:nth-child(4) {
  top: 710px;
  left: 50%;
  margin-left: -250px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-4 .item:nth-child(1) {
  top: 95px;
  left: 50%;
  margin-left: -440px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-4 .item:nth-child(5) {
  top: 130px;
  left: 50%;
  margin-left: 560px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-4 .item:nth-child(3) {
  top: 360px;
  left: 50%;
  margin-left: -550px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-4 .item:nth-child(2) {
  top: 600px;
  left: 50%;
  margin-left: 650px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-4 .item:nth-child(4) {
  top: 700px;
  left: 50%;
  margin-left: -420px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-5 .item:nth-child(4) {
  top: 147px;
  left: 50%;
  margin-left: 607px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-5 .item:nth-child(2) {
  top: 115px;
  left: 50%;
  margin-left: -455px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-5 .item:nth-child(3) {
  top: 530px;
  left: 50%;
  margin-left: 455px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-5 .item:nth-child(1) {
  top: 400px;
  left: 50%;
  margin-left: -625px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-5 .item:nth-child(5) {
  top: 690px;
  left: 50%;
  margin-left: -555px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-6 .item:nth-child(2) {
  top: 100px;
  left: 50%;
  margin-left: -500px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-6 .item:nth-child(3) {
  top: 130px;
  left: 50%;
  margin-left: 560px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-6 .item:nth-child(5) {
  top: 440px;
  left: 50%;
  margin-left: -450px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-6 .item:nth-child(4) {
  top: 420px;
  left: 50%;
  margin-left: 500px;
}

#introduction .numbering .titles .title-detail .screens .screen-pc.layout-6 .item:nth-child(1) {
  top: 710px;
  left: 50%;
  margin-left: 250px;
}

#introduction .numbering .titles .title-detail .screens .screen-sp {
  display: none;
}

#introduction .numbering .titles .title-detail .logo,
#introduction .numbering .titles .title-detail .description {
  opacity: 0;
  -webkit-transform: translate(75px, 0);
  -ms-transform: translate(75px, 0);
  transform: translate(75px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#introduction .numbering .titles .title-detail.show .logo {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

#introduction .numbering .titles .title-detail.show .description {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

#introduction .numbering .titles .pager-arrow {
  position: absolute;
  top: 275px;
}

#introduction .numbering .titles .pager-arrow.arrow-l {
  left: 50%;
  margin-left: -550px;
}

#introduction .numbering .titles .pager-arrow.arrow-r {
  right: 50%;
  margin-right: -550px;
}

#introduction .numbering .titles .numbering-pager {
  position: absolute;
  bottom: 80px;
}

#introduction .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#introduction .background .clouds .layer-0,
#introduction .background .clouds .layer-1,
#introduction .background .clouds .layer-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#introduction .background .clouds .layer-0 {
  z-index: 1;
}

#introduction .background .clouds .layer-1 {
  z-index: 2;
}

#introduction .background .clouds .layer-2 {
  z-index: 3;
}

#introduction .background .clouds .cloud {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#introduction .background .clouds .cloud.fixed.fixed-left {
  background-image: url(../img/introduction/cloud-fix-left.png);
  width: 621px;
  height: 869px;
  top: 36px;
  left: 0;
}

#introduction .background .clouds .cloud.fixed.fixed-right {
  background-image: url(../img/introduction/cloud-fix-right.png);
  width: 920px;
  height: 943px;
  top: 27px;
  right: 0;
}

#introduction .background .clouds .cloud.layer-1-a {
  background-image: url(../img/introduction/cloud-lv1-1.png);
  width: 1299px;
  height: 496px;
}

#introduction .background .clouds .cloud.layer-1-b {
  background-image: url(../img/introduction/cloud-lv1-2.png);
  width: 566px;
  height: 168px;
}

#introduction .background .clouds .cloud.layer-1-c {
  background-image: url(../img/introduction/cloud-lv1-3.png);
  width: 887px;
  height: 520px;
}

#introduction .background .clouds .cloud.cloud-1-1 {
  top: 35px;
  right: -295px;
  margin-right: -325px;
}

#introduction .background .clouds .cloud.cloud-1-2 {
  top: 700px;
  left: 50%;
  margin-left: -230px;
}

#introduction .background .clouds .cloud.cloud-1-3 {
  top: 407px;
  right: 50%;
  margin-right: 80px;
}

#introduction .background .clouds .cloud.cloud-1-4 {
  top: 157px;
  left: 50%;
  margin-left: -23px;
}

#introduction .background .clouds .cloud.cloud-1-5 {
  top: 555px;
  right: 50%;
  margin-right: -120px;
}

#introduction .background .clouds .cloud.layer-2-a {
  background-image: url(../img/introduction/cloud-lv2-1.png);
  width: 683px;
  height: 267px;
}

#introduction .background .clouds .cloud.layer-2-b {
  background-image: url(../img/introduction/cloud-lv2-2.png);
  width: 1366px;
  height: 465px;
}

#introduction .background .clouds .cloud.layer-2-c {
  background-image: url(../img/introduction/cloud-lv2-3.png);
  width: 585px;
  height: 170px;
}

#introduction .background .clouds .cloud.cloud-2-1 {
  top: 383px;
  left: 50%;
  margin-left: 157px;
}

#introduction .background .clouds .cloud.cloud-2-2 {
  top: 765px;
  right: 50%;
  margin-right: -190px;
}

#introduction .background .clouds .cloud.cloud-2-3 {
  top: 365px;
  right: 50%;
  margin-right: 240px;
}

#introduction .background .clouds .cloud.cloud-2-4 {
  top: -225px;
  right: 50%;
  margin-right: -205px;
}

#introduction .background .clouds .cloud.cloud-2-5 {
  top: 500px;
  left: 50%;
  margin-left: 115px;
}

#introduction .background .clouds .cloud.cloud-2-6 {
  top: -15px;
  left: 50%;
  margin-left: 165px;
}

@media screen and (max-width: 750px) {
  #introduction {
    background: #000d24;
    padding: 0;
    position: relative;
  }
  #introduction::before {
    content: '';
    background: #000d24 url(../img/introduction/bg.jpg) repeat-x center top;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #introduction .section-title {
    margin-bottom: 40px;
  }
  #introduction .record-dungeon {
    background-position: center top;
    background-size: 670px;
    width: auto;
    margin: 0 20px 80px 20px;
    padding: 670px 0 0 0;
  }
  #introduction .record-dungeon h3 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #introduction .record-dungeon .description {
    background: rgba(0, 13, 36, 0.3);
    padding: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  #introduction .record-dungeon-movie {
    width: 100%;
    height: 706px;
    margin: 0 0 130px 0;
  }
  #introduction .record-dungeon-movie ul li {
    width: 440px;
    min-width: 440px;
    padding: 0 20px;
  }
  #introduction .record-dungeon-movie ul li img {
    width: 100%;
  }
  #introduction .numbering {
    background-position: center top;
    padding-bottom: 80px;
  }
  #introduction .numbering .titles {
    padding-bottom: 150px;
  }
  #introduction .numbering .titles .title-detail {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  #introduction .numbering .titles .title-detail h3 {
    height: 140px;
  }
  #introduction .numbering .titles .title-detail h3 img {
    max-width: 440px;
  }
  #introduction .numbering .titles .title-detail .description {
    margin: 0 20px;
    padding: 50px 40px;
    width: auto;
    height: auto;
    min-height: 965px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  #introduction .numbering .titles .title-detail .description::before, #introduction .numbering .titles .title-detail .description::after {
    content: '';
    background: url(../img/introduction/number-description-line-sp.png) no-repeat center top;
    background-size: contain;
    width: 100%;
    height: 30px;
  }
  #introduction .numbering .titles .title-detail .description::before {
    top: -15px;
  }
  #introduction .numbering .titles .title-detail .description::after {
    bottom: -15px;
  }
  #introduction .numbering .titles .title-detail .screens {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 200px;
    margin: 20px 0 40px 0;
    overflow: hidden;
    display: none;
  }
  #introduction .numbering .titles .title-detail .screens .screen-pc {
    display: none;
  }
  #introduction .numbering .titles .title-detail .screens .screen-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #introduction .numbering .titles .title-detail .screens .screen-sp .item img {
    height: 200px;
  }
  #introduction .numbering .titles .title-detail.swiper-slide-active .screens, #introduction .numbering .titles .title-detail.swiper-slide-next .screens, #introduction .numbering .titles .title-detail.swiper-slide-prev .screens {
    display: block;
  }
  #introduction .numbering .titles .pager-arrow {
    position: absolute;
    top: 0;
  }
  #introduction .numbering .titles .pager-arrow.arrow-l {
    left: 20px;
    margin-left: 0;
  }
  #introduction .numbering .titles .pager-arrow.arrow-r {
    right: 20px;
    margin-right: 0;
  }
  #introduction .numbering .titles .numbering-pager {
    position: absolute;
    bottom: 0;
  }
  #introduction .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #introduction .background .clouds .cloud.fixed.fixed-left {
    top: 35px;
  }
  #introduction .background .clouds .cloud.fixed.fixed-right {
    top: 14px;
  }
  #introduction .background .clouds .cloud.cloud-1-1 {
    top: 135px;
    margin-right: -310px;
  }
  #introduction .background .clouds .cloud.cloud-1-2 {
    top: 242px;
    margin-left: -360px;
  }
  #introduction .background .clouds .cloud.cloud-1-3 {
    top: 90px;
    margin-right: -210px;
  }
  #introduction .background .clouds .cloud.cloud-1-4 {
    top: 676px;
    margin-left: -130px;
  }
  #introduction .background .clouds .cloud.cloud-1-5 {
    top: 30px;
    margin-right: -110px;
  }
  #introduction .background .clouds .cloud.cloud-2-1 {
    top: 700px;
    margin-left: -140px;
  }
  #introduction .background .clouds .cloud.cloud-2-2 {
    top: 510px;
    margin-right: -40px;
  }
  #introduction .background .clouds .cloud.cloud-2-3 {
    top: 260px;
    margin-right: 390px;
  }
  #introduction .background .clouds .cloud.cloud-2-4 {
    top: 476px;
    margin-right: -710px;
  }
  #introduction .background .clouds .cloud.cloud-2-5 {
    display: none;
  }
  #introduction .background .clouds .cloud.cloud-2-6 {
    top: 300px;
    margin-left: -108px;
  }
}

@-webkit-keyframes screenshot-fade {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes screenshot-fade {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
    opacity: 0;
  }
}

#character {
  background: #02112c url(../img/character/bg.png);
  background-size: 28px;
  padding: 0;
  position: relative;
  height: 700px;
}

#character::before {
  content: '';
  background: -webkit-linear-gradient(top, rgba(2, 17, 44, 0) 0%, #02112c 100%);
  background: linear-gradient(to bottom, rgba(2, 17, 44, 0) 0%, #02112c 100%);
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#character .container {
  padding: 40px 0 110px 0;
  height: 100%;
}

#character .section-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

#character .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#character .swiper-container .page {
  width: 100%;
}

#character .swiper-container .page::after {
  content: '';
  background: -webkit-linear-gradient(top, rgba(2, 17, 44, 0) 0%, #02112c 100%);
  background: linear-gradient(to bottom, rgba(2, 17, 44, 0) 0%, #02112c 100%);
  width: 100%;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#character .swiper-container .page .background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#character .swiper-container .page ul {
  position: absolute;
  top: 275px;
  left: 50%;
  -webkit-transform: translate(360px, -50%);
  -ms-transform: translate(360px, -50%);
  transform: translate(360px, -50%);
  width: 96px;
  z-index: 10;
}

#character .swiper-container .page ul li {
  width: 96px;
  height: 96px;
  opacity: 0;
  -webkit-transform: translate3d(75px, 0, 0);
  transform: translate3d(75px, 0, 0);
}

#character .swiper-container .page .logo {
  position: absolute;
  top: 440px;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(75px, 0);
  -ms-transform: translate(75px, 0);
  transform: translate(75px, 0);
  z-index: 10;
}

#character .swiper-container .page.ff1 .background {
  background: url(../img/character/illust-ff1.png) no-repeat 100px -65px;
}

#character .swiper-container .page.ff1 li {
  background: url(../img/character/character-ff1.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff2 .background {
  background: url(../img/character/illust-ff2.png) no-repeat 70px 0;
}

#character .swiper-container .page.ff2 li {
  background: url(../img/character/character-ff2.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff3 .background {
  background: url(../img/character/illust-ff3.png) no-repeat 196px 146px;
}

#character .swiper-container .page.ff3 li {
  background: url(../img/character/character-ff3.png) no-repeat;
  background-size: 768px;
  margin: -6px 0;
}

#character .swiper-container .page.ff4 .background {
  background: url(../img/character/illust-ff4.png) no-repeat 190px 153px;
}

#character .swiper-container .page.ff4 li {
  background: url(../img/character/character-ff4.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff5 .background {
  background: url(../img/character/illust-ff5.png) no-repeat 282px 148px;
}

#character .swiper-container .page.ff5 li {
  background: url(../img/character/character-ff5.png?v=171218) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff6 .background {
  background: url(../img/character/illust-ff6.png) no-repeat 257px 143px;
}

#character .swiper-container .page.ff6 li {
  background: url(../img/character/character-ff6.png) no-repeat;
  background-size: 576px;
}

#character .swiper-container .page.ff7 .background {
  background: url(../img/character/illust-ff7.png) no-repeat 128px 120px;
}

#character .swiper-container .page.ff7 li {
  background: url(../img/character/character-ff7.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff8 .background {
  background: url(../img/character/illust-ff8.png) no-repeat 220px 108px;
}

#character .swiper-container .page.ff8 li {
  background: url(../img/character/character-ff8.png) no-repeat;
  background-size: 576px;
}

#character .swiper-container .page.ff9 .background {
  background: url(../img/character/illust-ff9.png) no-repeat 243px 88px;
}

#character .swiper-container .page.ff9 li {
  background: url(../img/character/character-ff9.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff10 .background {
  background: url(../img/character/illust-ff10.png) no-repeat 270px 111px;
}

#character .swiper-container .page.ff10 li {
  background: url(../img/character/character-ff10.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff11 .background {
  background: url(../img/character/illust-ff11.png) no-repeat center 135px;
}

#character .swiper-container .page.ff11 li {
  background: url(../img/character/character-ff11.png) no-repeat;
  background-size: 192px;
}

#character .swiper-container .page.ff12 .background {
  background: url(../img/character/illust-ff12.png) no-repeat 115px 74px;
}

#character .swiper-container .page.ff12 li {
  background: url(../img/character/character-ff12.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff13 .background {
  background: url(../img/character/illust-ff13.png) no-repeat 60px 106px;
}

#character .swiper-container .page.ff13 li {
  background: url(../img/character/character-ff13.png) no-repeat;
  background-size: 576px;
}

#character .swiper-container .page.ff14 .background {
  background: url(../img/character/illust-ff14.png) no-repeat 90px 40px;
}

#character .swiper-container .page.ff14 li {
  background: url(../img/character/character-ff14.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff15 .background {
  background: url(../img/character/illust-ff15.png) no-repeat 36px 107px;
}

#character .swiper-container .page.ff15 li {
  background: url(../img/character/character-ff15.png) no-repeat;
  background-size: 768px;
  margin: -6px 0;
}

#character .swiper-container .page.fft .background {
  background: url(../img/character/illust-fft.png) no-repeat 137px 138px;
}

#character .swiper-container .page.fft li {
  background: url(../img/character/character-fft.png) no-repeat;
  background-size: 384px;
}

#character .swiper-container .page.ff-type0 .background {
  background: url(../img/character/illust-ff_reishiki.png) no-repeat 34px 109px;
}

#character .swiper-container .page.ff-type0 .logo {
  top: 420px;
}

#character .swiper-container .page.ff-type0 li {
  background: url(../img/character/character-ff_reishiki.png) no-repeat;
  background-size: 576px;
}

#character .swiper-container .page.show .logo {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#character .swiper-container .page.show li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#character .swiper-container .page.show li:nth-child(0) {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

#character .swiper-container .page.show li:nth-child(1) {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

#character .swiper-container .page.show li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

#character .swiper-container .page.show li:nth-child(3) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

#character .swiper-container .page.show li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#character .swiper-container .page.show li:nth-child(5) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

#character .swiper-container .page.show li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

#character .swiper-container .page.show li:nth-child(7) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

#character .swiper-container .page.show li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

#character .swiper-container .page.show li:nth-child(9) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

#character .swiper-container .page.show li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#character .swiper-container .page.show li:nth-child(11) {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}

#character .swiper-container .page.show li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#character .swiper-container .page.show li:nth-child(13) {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}

#character .swiper-container .page.show li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

#character .swiper-container .page.show li:nth-child(15) {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

#character .swiper-container .page.show li:nth-child(16) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

#character .swiper-container .page.show li:nth-child(17) {
  -webkit-transition-delay: .85s;
  transition-delay: .85s;
}

#character .swiper-container .page.show li:nth-child(18) {
  -webkit-transition-delay: .90s;
  transition-delay: .90s;
}

#character .swiper-container .page.show li:nth-child(19) {
  -webkit-transition-delay: .95s;
  transition-delay: .95s;
}

#character .swiper-container .page.show li:nth-child(20) {
  -webkit-transition-delay: 1.00s;
  transition-delay: 1.00s;
}

#character .swiper-container .page.show li:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

#character .swiper-container .page.show li:nth-child(22) {
  -webkit-transition-delay: 1.10s;
  transition-delay: 1.10s;
}

#character .pager-arrow {
  position: absolute;
  bottom: 160px;
}

#character .pager-arrow.arrow-l {
  left: 50%;
  margin-left: -550px;
}

#character .pager-arrow.arrow-r {
  right: 50%;
  margin-right: -550px;
}

#character .numbering-pager {
  position: absolute;
  bottom: 70px;
}

@media screen and (max-width: 750px) {
  #character {
    padding: 0;
    height: 1065px;
  }
  #character .container {
    padding: 0 0 200px 0;
  }
  #character .section-title {
    margin-bottom: 0;
  }
  #character .swiper-container {
    position: relative;
    width: 100%;
    height: 970px;
    top: 0;
    left: 0;
  }
  #character .swiper-container .page .background {
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #character .swiper-container .page ul {
    width: 100%;
    height: auto;
    top: 30px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  #character .swiper-container .page ul li {
    width: 192px;
    height: 192px;
    margin: 0 -10px !important;
    text-indent: -9999px;
  }
  #character .swiper-container .page .logo {
    top: 645px;
  }
  #character .swiper-container .page .logo img {
    width: 450px;
  }
  #character .swiper-container .page.ff1 .background {
    background: url(../img/character/illust-ff1-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff1 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff2 .background {
    background: url(../img/character/illust-ff2-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff2 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff3 .background {
    background: url(../img/character/illust-ff3-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff3 li {
    background-size: 1536px;
  }
  #character .swiper-container .page.ff4 .background {
    background: url(../img/character/illust-ff4-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff4 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff5 .background {
    background: url(../img/character/illust-ff5-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff5 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff6 .background {
    background: url(../img/character/illust-ff6-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff6 li {
    background-size: 1152px;
  }
  #character .swiper-container .page.ff7 .background {
    background: url(../img/character/illust-ff7-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff7 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff8 .background {
    background: url(../img/character/illust-ff8-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff8 li {
    background-size: 1152px;
  }
  #character .swiper-container .page.ff9 .background {
    background: url(../img/character/illust-ff9-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff9 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff10 .background {
    background: url(../img/character/illust-ff10-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff10 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff11 .background {
    background: url(../img/character/illust-ff11-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff11 li {
    background-size: 384px;
  }
  #character .swiper-container .page.ff12 .background {
    background: url(../img/character/illust-ff12-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff12 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff13 .background {
    background: url(../img/character/illust-ff13-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff13 li {
    background-size: 1152px;
  }
  #character .swiper-container .page.ff14 .background {
    background: url(../img/character/illust-ff14-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff14 li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff15 .background {
    background: url(../img/character/illust-ff15-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff15 li {
    background-size: 1536px;
  }
  #character .swiper-container .page.fft .background {
    background: url(../img/character/illust-fft-sp.png) no-repeat;
  }
  #character .swiper-container .page.fft li {
    background-size: 768px;
  }
  #character .swiper-container .page.ff-type0 .background {
    background: url(../img/character/illust-ff_reishiki-sp.png) no-repeat;
  }
  #character .swiper-container .page.ff-type0 .logo {
    top: 625px;
  }
  #character .swiper-container .page.ff-type0 li {
    background-size: 1152px;
  }
  #character .pager-arrow {
    position: absolute;
    top: 640px;
  }
  #character .pager-arrow.arrow-l {
    left: 20px;
    margin-left: 0;
  }
  #character .pager-arrow.arrow-r {
    right: 20px;
    margin-right: 0;
  }
  #character .numbering-pager {
    bottom: 60px;
  }
}

#modal-character .swiper-container {
  width: 100%;
}

#modal-character .page {
  width: 100%;
  position: relative;
}

#modal-character .page .dot {
  background-repeat: no-repeat;
  width: 192px;
  height: 192px;
  margin: 0 auto 110px auto;
}

#modal-character .page .detail {
  background: url(../img/character/modal-bg-bottom-pc.png) no-repeat center bottom, url(../img/character/modal-bg-top-pc.png) no-repeat center top;
  width: 591px;
  min-height: 170px;
  margin: auto;
  padding: 15px 35px 0 35px;
  color: #000;
}

#modal-character .page .detail .name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 18px;
  text-align: center;
}

#modal-character .page .detail .description {
  font-size: 0.875rem;
  line-height: 1.45;
  text-align: left;
}

#modal-character .page.ff1 .dot {
  background: url(../img/character/character-ff1.png) no-repeat;
  background-size: 3456px;
}

#modal-character .page.ff2 .dot {
  background: url(../img/character/character-ff2.png) no-repeat;
  background-size: 4224px;
}

#modal-character .page.ff3 .dot {
  background: url(../img/character/character-ff3.png) no-repeat;
  background-size: 3072px;
}

#modal-character .page.ff4 .dot {
  background: url(../img/character/character-ff4.png) no-repeat;
  background-size: 6528px;
}

#modal-character .page.ff5 .dot {
  background: url(../img/character/character-ff5.png?v=171218) no-repeat;
  background-size: 4224px;
}

#modal-character .page.ff6 .dot {
  background: url(../img/character/character-ff6.png) no-repeat;
  background-size: 6144px;
}

#modal-character .page.ff7 .dot {
  background: url(../img/character/character-ff7.png) no-repeat;
  background-size: 6528px;
}

#modal-character .page.ff8 .dot {
  background: url(../img/character/character-ff8.png) no-repeat;
  background-size: 4992px;
}

#modal-character .page.ff9 .dot {
  background: url(../img/character/character-ff9.png) no-repeat;
  background-size: 4224px;
}

#modal-character .page.ff10 .dot {
  background: url(../img/character/character-ff10.png) no-repeat;
  background-size: 4224px;
}

#modal-character .page.ff11 .dot {
  background: url(../img/character/character-ff11.png) no-repeat;
  background-size: 2688px;
}

#modal-character .page.ff12 .dot {
  background: url(../img/character/character-ff12.png) no-repeat;
  background-size: 3840px;
}

#modal-character .page.ff13 .dot {
  background: url(../img/character/character-ff13.png) no-repeat;
  background-size: 3840px;
}

#modal-character .page.ff14 .dot {
  background: url(../img/character/character-ff14.png) no-repeat;
  background-size: 3840px;
}

#modal-character .page.ff15 .dot {
  background: url(../img/character/character-ff15.png) no-repeat;
  background-size: 2304px;
}

#modal-character .page.fft .dot {
  background: url(../img/character/character-fft.png) no-repeat;
  background-size: 4992px;
}

#modal-character .page.ff-type0 .dot {
  background: url(../img/character/character-ff_reishiki.png) no-repeat;
  background-size: 3072px;
}

#modal-character .page.ff-gaiden .dot {
  background: url(../img/character/character-ff_gaiden.png) no-repeat;
  background-size: 1920px;
}

#modal-character .page.ff-job .dot {
  background: url(../img/character/character-job.png) no-repeat;
  background-size: 7680px;
}

#modal-character .pager-arrow-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  width: 85px;
  height: 120px;
}

#modal-character .pager-arrow-2.arrow-l {
  left: 50%;
  margin-left: -355px;
}

#modal-character .pager-arrow-2.arrow-r {
  right: 50%;
  margin-right: -355px;
}

@media screen and (max-width: 750px) {
  #modal-character .page .dot {
    width: 256px;
    height: 256px;
    margin: 0 auto 170px auto;
  }
  #modal-character .page .detail {
    background: url(../img/character/modal-bg-top-sp.png) no-repeat center top, url(../img/character/modal-bg-bottom-sp.png) no-repeat center bottom;
    background-size: 591px, 591px;
    width: 591px;
    min-height: 0;
    padding: 26px 35px 50px 35px;
  }
  #modal-character .page .detail .name {
    font-size: 1.875rem;
    line-height: 40px;
    margin-bottom: 30px;
  }
  #modal-character .page .detail .description {
    font-size: 1.5rem;
  }
  #modal-character .page.ff1 .dot {
    background-size: 4608px;
  }
  #modal-character .page.ff2 .dot {
    background-size: 5632px;
  }
  #modal-character .page.ff3 .dot {
    background-size: 4096px;
  }
  #modal-character .page.ff4 .dot {
    background-size: 8704px;
  }
  #modal-character .page.ff5 .dot {
    background-size: 5632px;
  }
  #modal-character .page.ff6 .dot {
    background-size: 8192px;
  }
  #modal-character .page.ff7 .dot {
    background-size: 8704px;
  }
  #modal-character .page.ff8 .dot {
    background-size: 6656px;
  }
  #modal-character .page.ff9 .dot {
    background-size: 5632px;
  }
  #modal-character .page.ff10 .dot {
    background-size: 5632px;
  }
  #modal-character .page.ff11 .dot {
    background-size: 3584px;
  }
  #modal-character .page.ff12 .dot {
    background-size: 5120px;
  }
  #modal-character .page.ff13 .dot {
    background-size: 5120px;
  }
  #modal-character .page.ff14 .dot {
    background-size: 5120px;
  }
  #modal-character .page.ff15 .dot {
    background-size: 3072px;
  }
  #modal-character .page.fft .dot {
    background-size: 6656px;
  }
  #modal-character .page.ff-type0 .dot {
    background-size: 4096px;
  }
  #modal-character .page.ff-gaiden .dot {
    background-size: 2560px;
  }
  #modal-character .page.ff-job .dot {
    background-size: 10240px;
  }
  #modal-character .pager-arrow-2 {
    top: 310px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #modal-character .pager-arrow-2.arrow-l {
    left: 0;
    margin-left: 0;
  }
  #modal-character .pager-arrow-2.arrow-r {
    right: 0;
    margin-right: 0;
  }
}

#special {
  background: #000 url(../img/special/bg-pc.jpg) no-repeat center top;
  background-size: 100%;
  padding: 40px 0 115px 0;
  position: relative;
}

#special .section-title {
  margin-bottom: 40px;
}

#special .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 910px;
  margin: 0 auto 60px auto;
}

#special .tab .tab-item {
  width: 290px;
}

#special .tab .tab-item a {
  background: url(../img/special/tab-pc.png) no-repeat;
  background-position: 0 -40px;
  border-radius: 3px;
  display: block;
  width: 290px;
  height: 40px;
  font-size: 1rem;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

#special .tab .tab-item.active a {
  background-position: 0 0;
}

#special .ost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 910px;
  margin: auto;
}

#special .ost ul {
  width: 50%;
}

#special .ost ul li {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #fff;
  padding: 12px 0 12px 50px;
  position: relative;
}

#special .ost ul li .sound-preview {
  background: url(../img/special/btn-sound-play.png);
  background-size: 28px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 28px;
  height: 28px;
  outline: none;
  border: none;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

#special .ost ul li .sound-preview.playing {
  background-position: 0 -28px;
}

#special .movie {
  padding-bottom: 60px;
}

#special .movie .page ul {
  width: 910px;
  margin: auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#special .movie .page ul .item {
  width: 404px;
  margin-bottom: 30px;
}

#special .movie .page ul .item a {
  text-decoration: none;
}

#special .movie .page ul .item .thumb {
  margin-bottom: 10px;
  line-height: 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 404px;
  height: 229px;
  overflow: hidden;
}

#special .movie .page ul .item .thumb::before {
  content: '';
  background: url(../img/special/pv-frame.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#special .movie .page ul .item .thumb::after {
  content: '';
  background: url(../img/special/btn-play.svg) no-repeat center center;
  background-size: contain;
  width: 68px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

#special .movie .page ul .item .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#special .movie .page ul .item .title {
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}

#special .movie .pager {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#special .movie .pager .pager-arrow-2 {
  background-size: contain;
  width: 25px;
  height: 44px;
  display: inline-block;
}

#special .movie .pager .swiper-pagination {
  position: relative;
  height: 40px;
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
}

#special .movie .pager .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #777;
  opacity: 1;
  vertical-align: middle;
  margin: 0 10px;
}

#special .movie .pager .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

#special .character-line {
  position: absolute;
  bottom: -45px;
  left: 0;
}

@media screen and (max-width: 750px) {
  #special {
    background-image: url(../img/special/bg-sp.jpg);
    padding: 0 0 170px 0;
  }
  #special .container {
    width: auto;
  }
  #special .section-title {
    margin-bottom: 40px;
  }
  #special .tab {
    width: auto;
    margin: 0 20px 55px 20px;
  }
  #special .tab .tab-item {
    width: 220px;
  }
  #special .tab .tab-item a {
    background: url(../img/special/tab-sp.png) no-repeat center -80px;
    border-radius: 5px;
    width: 220px;
    height: 80px;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.16;
  }
  #special .tab .tab-item a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #special .tab .tab-item.active a {
    background-position: center 0;
  }
  #special .tab-content {
    min-height: 0 !important;
  }
  #special .ost {
    width: auto;
    display: block;
  }
  #special .ost ul {
    width: auto;
    margin: 0 40px;
  }
  #special .ost ul li {
    font-size: 1.5rem;
    padding: 20px 0 20px 80px;
  }
  #special .ost ul li .sound-preview {
    background-size: 50px;
    width: 50px;
    height: 50px;
    top: 14px;
  }
  #special .ost ul li .sound-preview.playing {
    background-position: 0 -50px;
  }
  #special .movie {
    padding-bottom: 160px;
  }
  #special .movie .page ul {
    width: 100%;
    padding: 0 40px;
    display: block;
  }
  #special .movie .page ul .item {
    width: 670px;
    margin-bottom: 50px;
  }
  #special .movie .page ul .item:last-of-type {
    margin-bottom: 0;
  }
  #special .movie .page ul .item .thumb {
    width: 670px;
    height: 379px;
  }
  #special .movie .page ul .item .title {
    font-size: 1.5rem;
  }
  #special .movie .pager {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  #special .movie .pager .pager-arrow-2 {
    width: 46px;
    height: 80px;
    position: absolute;
    top: 0;
  }
  #special .movie .pager .pager-arrow-2.arrow-l {
    left: 40px;
  }
  #special .movie .pager .pager-arrow-2.arrow-r {
    right: 40px;
  }
  #special .movie .pager .swiper-pagination {
    height: 72px;
    margin: 0;
  }
  #special .movie .pager .swiper-pagination .swiper-pagination-bullet {
    margin: 30px 10px 0 10px;
  }
  #special .character-line {
    bottom: -20px;
  }
}

#spec {
  background: url(../img/spec/bg.jpg) center top;
  position: relative;
  padding: 0 0 82px 0;
}

#spec::before, #spec::after {
  content: '';
  background: url(../img/spec/frame-t.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 66px;
  position: absolute;
}

#spec::before {
  top: 0;
}

#spec::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#spec h2.section-title {
  background-position: 0 40px;
  margin: 0 auto 15px auto;
  position: relative;
  padding-top: 40px;
}

#spec .inner {
  position: relative;
  padding-top: 40px;
}

#spec .inner::before, #spec .inner::after {
  content: '';
  background: url(../img/spec/bg-side.png) no-repeat;
  width: 338px;
  height: 338px;
  position: absolute;
  top: 0;
}

#spec .inner::before {
  left: 0;
}

#spec .inner::after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

#spec .inner dl.spec-info {
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75) inset;
  width: 910px;
  border-radius: 10px;
  margin: auto;
  padding: 40px 25px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 1;
}

#spec .inner dl.spec-info dt {
  width: 165px;
  float: left;
  clear: both;
}

#spec .inner dl.spec-info dd {
  padding: 0 0 20px 165px;
}

#spec .inner dl.spec-info dd .note {
  font-size: 0.75rem;
}

#spec .inner dl.spec-info dd:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  #spec {
    padding: 0;
  }
  #spec::before, #spec::after {
    display: none;
  }
  #spec h2.section-title {
    background-position: 0 0;
    margin: 0;
    padding-top: 0;
  }
  #spec .inner {
    padding: 120px 0;
  }
  #spec .inner::before, #spec .inner::after {
    background: url(../img/spec/frame-t.png) repeat-x;
    background-size: contain;
    width: 100%;
    height: 86px;
    position: absolute;
    left: 0;
  }
  #spec .inner::before {
    top: 0;
  }
  #spec .inner::after {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(-180deg) scaleX(1);
    -ms-transform: rotate(-180deg) scaleX(1);
    transform: rotate(-180deg) scaleX(1);
  }
  #spec .inner dl.spec-info {
    width: auto;
    margin: 0 40px;
    padding: 40px;
    font-size: 1.5rem;
  }
  #spec .inner dl.spec-info dt {
    width: auto;
    float: none;
    clear: none;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #spec .inner dl.spec-info dd {
    padding: 0 0 20px 0;
  }
  #spec .inner dl.spec-info dd .note {
    font-size: 1.5rem;
  }
}

#footer {
  background: #271900;
  padding: 40px 0 35px 0;
  position: relative;
}

#footer .inner {
  width: 1100px;
  margin: auto;
  padding-left: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#footer .inner::before {
  content: '';
  background: url(../img/common/icon-app.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#footer .inner .btn-appstore img,
#footer .inner .btn-googleplay img {
  width: 100%;
}

#footer .inner .btn-appstore {
  margin-right: 20px;
  width: 180px;
}

#footer .inner .btn-googleplay {
  margin-right: 40px;
  width: 196px;
}

#footer .inner .notes {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 750px) {
  #footer {
    padding: 40px 20px 30px 20px;
  }
  #footer .inner {
    width: 100%;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .inner::before {
    width: 90px;
    height: 90px;
  }
  #footer .inner .btn-appstore img,
  #footer .inner .btn-googleplay img {
    width: 100%;
  }
  #footer .inner .btn-appstore {
    margin-left: 124px;
    margin-right: 20px;
    width: 271px;
  }
  #footer .inner .btn-googleplay {
    margin-right: 0;
    width: 295px;
  }
  #footer .inner .notes {
    font-size: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 710px;
  }
}

#sq-footer {
  background: #000;
  position: relative;
}

@media screen and (max-width: 750px) {
  #sq-footer {
    width: 750px;
  }
}

/*
 * Dot character effect
 */
.character-line {
  width: 134%;
  height: 128px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (max-width: 750px) {
  .character-line {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.character-line .character {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.character-line .character.line-1 {
  background: url(../img/character_line/line-1.png);
}

.character-line .character.line-2 {
  background: url(../img/character_line/line-2.png);
}

.character-line .character.line-3 {
  background: url(../img/character_line/line-3.png);
}

.character-line .character.line-4 {
  background: url(../img/character_line/line-4.png);
}

.character-line .character.evolved {
  -webkit-animation: anim-evolved-1 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06) forwards, anim-evolved-2 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.4s forwards;
  animation: anim-evolved-1 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06) forwards, anim-evolved-2 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.4s forwards;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.character-line .character.jump {
  -webkit-animation: anim-jump 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2 alternate forwards;
  animation: anim-jump 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2 alternate forwards;
}

.character-line .character.laughter {
  -webkit-animation: anim-laughter 0.05s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate forwards;
  animation: anim-laughter 0.05s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate forwards;
}

.character-line .character.escape {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.character-line .character .numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 128px;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.character-line .character .numbers .number {
  background: url(../img/character_line/number.png);
  width: 32px;
  height: 30px;
  display: block;
  visibility: hidden;
  text-indent: -9999px;
}

.character-line .character .numbers .number.show {
  -webkit-animation: anim-number 1s cubic-bezier(0.755, 0.05, 0.855, 0.06) forwards;
  animation: anim-number 1s cubic-bezier(0.755, 0.05, 0.855, 0.06) forwards;
}

.character-line .character .numbers .number.number-0 {
  background-position: 0 0;
}

.character-line .character .numbers .number.number-1 {
  background-position: -32px 0;
}

.character-line .character .numbers .number.number-2 {
  background-position: -64px 0;
}

.character-line .character .numbers .number.number-3 {
  background-position: -96px 0;
}

.character-line .character .numbers .number.number-4 {
  background-position: -128px 0;
}

.character-line .character .numbers .number.number-5 {
  background-position: -160px 0;
}

.character-line .character .numbers .number.number-6 {
  background-position: -192px 0;
}

.character-line .character .numbers .number.number-7 {
  background-position: -224px 0;
}

.character-line .character .numbers .number.number-8 {
  background-position: -256px 0;
}

.character-line .character .numbers .number.number-9 {
  background-position: -288px 0;
}

.character-line .character .numbers .number.number-delay-1 {
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
}

.character-line .character .numbers .number.number-delay-2 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.character-line .character .numbers .number.number-delay-3 {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.character-line .character .numbers .number.number-delay-4 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.character-line .magic {
  position: absolute;
  bottom: 0;
  right: 150px;
}

.character-line .magic.right {
  right: auto;
  left: 150px;
}

.character-line .magic.magic-1 {
  background: url(../img/character_line/magic-thunder.png);
  width: 128px;
  height: 416px;
  bottom: -16px;
}

.character-line .magic.magic-2 {
  background: url(../img/character_line/magic-fire.png);
  width: 188px;
  height: 180px;
  bottom: 14px;
}

.character-line .magic.magic-3 {
  background: url(../img/character_line/magic-blizzard.png);
  width: 248px;
  height: 252px;
}

.character-line .summon {
  background: url(../img/character_line/summon.png);
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -200px;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.character-line .summon.summon-2 {
  background-position: -400px 0;
}

.character-line .summon.summon-3 {
  background-position: -800px 0;
}

.character-line .summon.summon-4 {
  background-position: -1200px 0;
}

.character-line .summon.summon-5 {
  background-position: -1600px 0;
}

.character-line .summon.even {
  margin-left: -195px;
}

.character-line .summon.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.character-line .summon.hide {
  opacity: 0;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 1s;
  transition: transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 1s, -webkit-transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.character-line .frog {
  background: url(../img/character_line/frog.png);
  background-size: 750px;
  width: 750px;
  height: 400px;
  position: absolute;
  bottom: 16px;
  left: 0;
}

@media screen and (max-width: 750px) {
  .character-line .frog {
    left: 0 !important;
  }
}

@-webkit-keyframes anim-number {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  1% {
    visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes anim-number {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  1% {
    visibility: visible;
  }
  50% {
    -webkit-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@-webkit-keyframes anim-evolved-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes anim-evolved-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes anim-evolved-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes anim-evolved-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes anim-jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

@keyframes anim-jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
}

@-webkit-keyframes anim-laughter {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes anim-laughter {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
