@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  /*font: inherit;*/
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*******************************************************************************/
/**
 * Swiper 5.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 3, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-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, right top, left 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, left top, right 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 bottom, left top, 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 top, left bottom, 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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.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-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  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 infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.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-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.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-active .swiper-slide-active {
  pointer-events: auto; }

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.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; }

html {
  position: relative;
  min-height: 100%;
  width: 100%; }

body {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP","Yu Gothic",YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 600px;
  -webkit-font-smoothing: subpixel-antialiased; }

* {
  margin: 0;
  padding: 0; }

a {
  color: #000; }

img {
  display: block; }

a img {
  border: none; }

a:hover {
  opacity: 0.8;
  text-decoration: none; }

.clearfix {
  display: block; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

ul, ol, li {
  list-style-type: none; }

body.open footer,
body.open main {
  -webkit-filter: blur(10px);
  filter: blur(10px); }

body .loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 9999; }

header div.menu {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: #2b94aa;
  z-index: 9999;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  header div.menu .menu-trigger {
    position: relative;
    width: 40px;
    height: 30px;
    margin: 0 auto; }
    header div.menu .menu-trigger > span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff; }
    header div.menu .menu-trigger > span:nth-of-type(1) {
      top: 0px;
      -webkit-animation: menuBarTop .75s forwards;
      animation: menuBarTop .75s forwards; }
    header div.menu .menu-trigger > span:nth-of-type(2) {
      top: 13px;
      -webkit-transition: all .25s .25s;
      transition: all .25s .25s;
      opacity: 1; }
    header div.menu .menu-trigger > span:nth-of-type(3) {
      bottom: 0px;
      -webkit-animation: menuBarBottom .75s forwards;
      animation: menuBarBottom .75s forwards; }
  header div.menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  header div.menu .label {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 11px;
    margin-top: 8px;
    text-align: center;
    font-weight: 500;
    font-family: "futura-pt"; }
    header div.menu .label:before {
      content: "MENU";
      -webkit-transition: all .3s;
      transition: all .3s; }

header div.menu.open {
  background-color: transparent; }
  header div.menu.open .menu-trigger > span:nth-of-type(1) {
    -webkit-animation: actMenuBarTop .75s forwards;
    animation: actMenuBarTop .75s forwards; }
  header div.menu.open .menu-trigger > span:nth-of-type(2) {
    opacity: 0; }
  header div.menu.open .menu-trigger > span:nth-of-type(3) {
    -webkit-animation: actMenuBarBottom .75s forwards;
    animation: actMenuBarBottom .75s forwards; }
  header div.menu.open .label:before {
    content: "CLOSE"; }

header div.menu:hover {
  opacity: 1; }

header div.menu.open .label:before {
  -webkit-transition: none;
  transition: none; }

header div.menu.open:hover .menu-trigger > span {
  background-color: #2b94aa; }

header div.menu.open:hover .label {
  color: #2b94aa; }

header .nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(213, 219, 228, 0.8);
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 9998; }
  header .nav .inner {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0; }
    header .nav .inner > h1 {
      cursor: pointer; }
    header .nav .inner > * {
      display: inline-block;
      vertical-align: middle; }
    header .nav .inner nav {
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 28px;
      font-weight: 700;
      font-family: "futura-pt"; }
      header .nav .inner nav ul {
        margin-left: 100px; }
        header .nav .inner nav ul li {
          margin-bottom: 25px; }
          header .nav .inner nav ul li a {
            color: #fff;
            -webkit-transition: all .3s;
            transition: all .3s; }
          header .nav .inner nav ul li a:hover {
            color: #2b94aa; }
        header .nav .inner nav ul li:last-child {
          margin-bottom: 0px; }
    header .nav .inner .share {
      display: block;
      margin-top: 50px;
      margin-left: 365px; }
      header .nav .inner .share h2 {
        font-size: 18px;
        letter-spacing: 2px;
        color: #fff;
        margin-right: 30px;
        font-weight: 700;
        font-family: "futura-pt"; }
      header .nav .inner .share ul.sns,
      header .nav .inner .share ul.sns li,
      header .nav .inner .share h2 {
        display: inline-block;
        vertical-align: middle; }
      header .nav .inner .share ul.sns li:first-child {
        margin-right: 30px; }

main {
  position: relative; }

footer {
  background-color: #2b94aa;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 70px 0 60px;
  position: relative;
  z-index: 3; }
  footer h2 {
    font-weight: 700;
    font-family: "futura-pt";
    margin: 0 auto 30px;
    color: #0c5165;
    font-size: 16px;
    letter-spacing: 2px; }
  footer ul.sns {
    font-size: 0;
    text-align: center;
    margin-bottom: 50px; }
    footer ul.sns li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px; }
      footer ul.sns li a {
        display: block; }

/* pc */
@media screen and (min-width: 769px) {
  .sp-view {
    display: none; } }

/* tablet */
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body {
    min-width: initial; }
  header div.menu {
    width: 75px;
    height: 75px; } }

/* sp */
@media screen and (max-width: 768px) {
  .pc-view {
    display: none; }
  body {
    min-width: initial; }
  header div.menu {
    width: 55px;
    height: 55px; }
    header div.menu .menu-trigger {
      width: 25px;
      height: 18px; }
      header div.menu .menu-trigger > span {
        height: 2px; }
      header div.menu .menu-trigger > span:nth-of-type(1) {
        top: 0px; }
      header div.menu .menu-trigger > span:nth-of-type(2) {
        top: 8px; }
      header div.menu .menu-trigger > span:nth-of-type(3) {
        bottom: 0px; }
    header div.menu .label {
      font-size: 10px;
      line-height: 10px;
      margin-top: 6px;
      letter-spacing: 1px; }
  header .nav .inner {
    width: 57%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 60px auto 0; }
    header .nav .inner h1 img {
      width: 100%;
      height: auto; }
    header .nav .inner > * {
      display: block; }
    header .nav .inner nav {
      font-size: 15px;
      line-height: 20px;
      margin-top: 30px; }
      header .nav .inner nav ul {
        margin-left: 0; }
        header .nav .inner nav ul li {
          margin-bottom: 15px; }
    header .nav .inner .share {
      margin-top: 25px;
      margin-left: 0; }
      header .nav .inner .share h2 {
        font-size: 13px;
        margin-right: 25px; }
      header .nav .inner .share ul.sns li:first-child {
        margin-right: 20px; }
        header .nav .inner .share ul.sns li:first-child img {
          width: 20px;
          height: auto; }
      header .nav .inner .share ul.sns li:nth-child(2) img {
        width: 11px;
        height: auto; }
  footer {
    padding: 10% 0 6%; }
    footer h2 {
      font-size: 14px;
      text-align: center;
      margin: 0 auto 6%; }
    footer ul.sns {
      margin-bottom: 6%; } }

header .nav .inner h1 {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

header .nav .inner .share,
header .nav .inner nav ul li {
  opacity: 0;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

header .nav.act .inner h1 {
  -webkit-animation-name: fadeInLogo;
  animation-name: fadeInLogo; }

header .nav.act .inner .share,
header .nav.act .inner nav ul li {
  -webkit-animation-name: fadeInNav;
  animation-name: fadeInNav; }

header .nav.act .inner nav ul li:nth-child(1) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

header .nav.act .inner nav ul li:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

header .nav.act .inner nav ul li:nth-child(3) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

header .nav.act .inner nav ul li:nth-child(4) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

header .nav.act .inner nav ul li:nth-child(5) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

header .nav.act .inner nav ul li:nth-child(6) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

header .nav.act .inner nav ul li:nth-child(7) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

header .nav.act .inner nav ul li:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

header .nav.act .inner nav ul li:nth-child(9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

header .nav.act .inner .share {
  -webkit-animation-delay: .85s;
  animation-delay: .85s; }

body .switch,
body div.menu {
  opacity: 0; }

body .switch.act,
body div.menu.act {
  opacity: 1;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

body div.menu.act.close,
body div.menu.act.open {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important; }

body.top footer .widget-close{
  width: 1.5%;
  display: block;
  position: fixed;
  right: 2%;
  bottom: 208px;
  cursor: pointer;
}
body.top footer .widget-close:hover{
  opacity: .8;
}
body.top iframe.widget{
  width: 300px;
  height: 173px;
  border: none;
  position: fixed;
  bottom: 3%;
  right: 2%;
}
body.top .kv.net .kv-img {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

body.top .kv.net .kv-img.overlay img {
  -webkit-animation-name: flare;
  animation-name: flare;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

body.top .kv.net h1,
body.top .kv.net img.kv-label,
body.top .kv.net img.kv-catch {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }

body.top .kv.net.act .kv-img {
  -webkit-animation-name: kvIn;
  animation-name: kvIn; }

body.top .kv.net.act img.kv-catch {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

body.top .kv.net.act h1 {
  opacity: 1;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s; }

body.top .kv.net.act img.kv-label {
  opacity: 1;
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s; }

body.top .switch.act,
body.top div.menu.act {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s; }

@media screen and (max-width: 768px) {
  body.top .credit img.label {
    opacity: 0;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out; }
  body.top .credit.act img.label {
    opacity: 1;
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s; } }

@-webkit-keyframes fadeInLogo {
  from {
    -webkit-transform: translate3d(0%, 3%, 0);
    transform: translate3d(0%, 3%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLogo {
  from {
    -webkit-transform: translate3d(0%, 3%, 0);
    transform: translate3d(0%, 3%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInNav {
  from {
    -webkit-transform: translate3d(-15%, 0%, 0);
    transform: translate3d(-15%, 0%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInNav {
  from {
    -webkit-transform: translate3d(-15%, 0%, 0);
    transform: translate3d(-15%, 0%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes kvIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0%, 0);
    transform: translate3d(-80px, 0%, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes kvIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0%, 0);
    transform: translate3d(-80px, 0%, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes kvInMv {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0%, 0);
    transform: translate3d(0px, 0%, 0); }
  to {
    -webkit-transform: translate3d(0px, -2%, 0);
    transform: translate3d(0px, -2%, 0); } }

@keyframes kvInMv {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0%, 0);
    transform: translate3d(0px, 0%, 0); }
  to {
    -webkit-transform: translate3d(0px, -2%, 0);
    transform: translate3d(0px, -2%, 0); } }

@-webkit-keyframes flare {
  0% {
    opacity: 1; }
  10% {
    opacity: .8; }
  20% {
    opacity: .9; }
  30% {
    opacity: .8; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: .9; }
  70% {
    opacity: 1; }
  80% {
    opacity: .8; }
  90% {
    opacity: .8; }
  100% {
    opacity: .9; } }

@keyframes flare {
  0% {
    opacity: 1; }
  10% {
    opacity: .8; }
  20% {
    opacity: .9; }
  30% {
    opacity: .8; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: .9; }
  70% {
    opacity: 1; }
  80% {
    opacity: .8; }
  90% {
    opacity: .8; }
  100% {
    opacity: .9; } }

@-webkit-keyframes menuBarTop {
  0% {
    -webkit-transform: translateY(13px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(13px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menuBarTop {
  0% {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
    transform: translateY(13px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes menuBarBottom {
  0% {
    -webkit-transform: translateY(-13px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-13px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menuBarBottom {
  0% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
    transform: translateY(-13px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes actMenuBarTop {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(13px) rotate(0); }
  100% {
    -webkit-transform: translateY(13px) rotate(45deg); } }

@keyframes actMenuBarTop {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(13px) rotate(0);
    transform: translateY(13px) rotate(0); }
  100% {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg); } }

@-webkit-keyframes actMenuBarBottom {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-13px) rotate(0); }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg); } }

@keyframes actMenuBarBottom {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-13px) rotate(0);
    transform: translateY(-13px) rotate(0); }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg); } }

@-webkit-keyframes bgLoop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 2404px 0; } }

@keyframes bgLoop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 2404px 0; } }

@media screen and (max-width: 768px) {
  @-webkit-keyframes kvIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-40px, 0%, 0);
      transform: translate3d(-40px, 0%, 0); }
    to {
      -webkit-transform: none;
      transform: none; } }
  @keyframes kvIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-40px, 0%, 0);
      transform: translate3d(-40px, 0%, 0); }
    to {
      -webkit-transform: none;
      transform: none; } }
  @-webkit-keyframes menuBarTop {
    0% {
      -webkit-transform: translateY(7px) rotate(45deg); }
    50% {
      -webkit-transform: translateY(7px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menuBarTop {
    0% {
      -webkit-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
      transform: translateY(7px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0); } }
  @-webkit-keyframes menuBarBottom {
    0% {
      -webkit-transform: translateY(-7px) rotate(-45deg); }
    50% {
      -webkit-transform: translateY(-7px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menuBarBottom {
    0% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
      transform: translateY(-7px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0); } }
  @-webkit-keyframes actMenuBarTop {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(8px) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg); } }
  @keyframes actMenuBarTop {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
      transform: translateY(8px) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); } }
  @-webkit-keyframes actMenuBarBottom {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(-8px) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg); } }
  @keyframes actMenuBarBottom {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
      transform: translateY(-8px) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); } }
  @-webkit-keyframes bgLoop {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 1603px 0; } }
  @keyframes bgLoop {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 1603px 0; } } }

body.top {
  position: fixed; }
  body.top .flash {
    position: fixed;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  body.top .kv {
    position: relative; }
    body.top .kv h1 {
      position: absolute;
      top: 18%;
      left: 5%;
      width: 31.3%;
      max-width: 400px;
      z-index: 1; }
      body.top .kv h1 > img {
        width: 100%;
        height: auto; }
    body.top .kv .kv-img {
      display: block; }
      body.top .kv .kv-img img {
        width: calc(100% + 80px);
        height: auto; }
    body.top .kv .kv-img.overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    body.top .kv img.kv-catch {
      position: absolute;
      top: 5%;
      right: 5%;
      width: 6.4%;
      height: auto;
      max-width: 81px; }
    body.top .kv img.kv-label {
      position: absolute;
      bottom: 18%;
      left: 5%;
      width: 30.8%;
      max-width: 394px;
      height: auto; }
  body.top .credit {
    background-image: url(../images/top/bg_credit.png);
    background-repeat: repeat;
    background-position: 50%;
    background-size: contain;
    height: 620px;
    position: relative;
    z-index: 2;
    margin: -140px 0; }
    body.top .credit img.text {
      height: auto;
      width: 100%;}
      body.top .credit span.bnr,
      body.top .credit a.bnr{
        display: inline-block;
        vertical-align: middle;
        margin: 20px 10px 0;
        width: 340px;}
        body.top .credit span.bnr img,
        body.top .credit a.bnr img{
        height: auto;
        width: 100%;}
        body.top .credit span.bnr{
          cursor: pointer;
        }
        body.top .credit span.bnr:hover{
          opacity: .8;
        }
    body.top .credit .inner {
      width: 908px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  body.top .news {
    background-image: url(../images/top/bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 720px;
    position: relative; }
    body.top .news:after {
      content: "";
      background-image: url(../images/common/dotted.png);
      background-repeat: repeat;
      background-size: 2px 2px;
      width: 100%;
      height: 100%;
      display: block; }
    body.top .news .inner {
      width: 840px;
      position: absolute;
      top: 57%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 0; }
      body.top .news .inner .twitter,
      body.top .news .inner .list {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        width: 360px; }
        body.top .news .inner .twitter h2,
        body.top .news .inner .list h2 {
          margin-bottom: 40px;
          font-weight: 700;
          font-family: "futura-pt";
          font-size: 24px;
          line-height: 28px;
          text-align: center;
          letter-spacing: 2px;
          color: #342a27; }
        body.top .news .inner .twitter li,
        body.top .news .inner .list li {
          margin-bottom: 20px;
          padding-right: 15px; }
          body.top .news .inner .twitter li h3,
          body.top .news .inner .list li h3 {
            font-size: 16px;
            font-weight: 400;
            color: #fff; }
          body.top .news .inner .twitter li time,
          body.top .news .inner .list li time {
            font-size: 13px;
            color: #fffd58; }
        body.top .news .inner .twitter a.more,
        body.top .news .inner .list a.more {
          margin: 30px auto 0;
          width: 72px;
          display: block;
          font-size: 15px;
          background-color: #fffd58;
          height: 20px;
          line-height: 20px;
          text-align: center;
          width: 72px;
          font-weight: 500;
          font-family: "futura-pt"; }
      body.top .news .inner .list {
        margin-right: 120px; }
        body.top .news .inner .list ol {
          overflow-y: auto;
          height: 280px; }
      body.top .news .inner .twitter .timeline {
        overflow-y: auto;
        height: 280px; }
  body.top .switch {
    position: fixed;
    top: 30px;
    left: 120px;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    z-index: 4; }
    body.top .switch:before {
      content: "";
      background-image: url(../images/top/reload.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 20px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px; }
  body.top .modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d5dbe4;
    z-index: 9999; }
    body.top .modal .inner {
      position: relative;
      width: 100%;
      height: 100%;
      /*overflow-y: scroll;*/ }
      body.top .modal .inner .iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9998;
        width: 72.3%;
        text-align: center; }
        body.top .modal .inner .iframe .modal-player {
          width: 100%;
          text-align: center;
          position: relative;
          padding-top: 56%;
          height: 0;
          overflow: hidden;
          display: block; }
          body.top .modal .inner .iframe .modal-player iframe {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        body.top .modal .inner .iframe .skip {
          cursor: pointer;
          display: inline;
          font-size: 24px;
          letter-spacing: 2px;
          line-height: 48px;
          height: 48px;
          color: #2d93ac; }

body.top.m-ver header div.menu {
  background-color: #dd6268; }

body.top.m-ver header div.menu.open:hover .label {
  color: #fff; }

body.top.m-ver header div.menu.open:hover .menu-trigger > span {
  background-color: #fff; }

body.top.m-ver header .nav .inner nav ul li a:hover {
  color: #dd6268; }

body.top.m-ver footer {
  background-color: #6b467e; }
  body.top.m-ver footer h2 {
    color: #48185b; }

body.top.m-ver main {
  background-color: #110c13; }


body.top.m-ver .kv.mv {
  margin-bottom: -24.5%;
  z-index: 2; }
  body.top.m-ver .kv.mv .bnr {
    position: absolute;
    top: 47%;
    right: 8%;
    transform: translate(0%, -50%);
    z-index: 1;
    cursor: pointer;
    width: 15.65%;
    display: block;
  }
  body.top.m-ver .kv.mv .bnr img{
    width: 100%;
  }
  body.top.m-ver .kv.mv .kv-img {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }
  body.top .kv.mv.act .kv-img{
  -webkit-animation-name: kvInMv;
  animation-name: kvInMv; }
  body.top.m-ver .kv.mv img.kv-label,
  body.top.m-ver .kv.mv .kv-img.overlay {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  body.top.m-ver .kv.mv h1 {
    opacity: 0;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    width: 36.5%;
    max-width: 467px;
    top: 40.5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
    body.top.m-ver .kv.mv.act h1 {
        opacity: 1;
        -webkit-transition-delay: 3.9s;
        transition-delay: 3.9s;
    }
    body.top.m-ver .kv.mv .bnr {
    opacity: 0;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    }
    body.top.m-ver .kv.mv.act .bnr {
        opacity: 1;
        -webkit-transition-delay: 4.5s;
        transition-delay: 4.5s;
    }
  body.top.m-ver .kv.mv img.kv-catch {
    top: 7.5%;
    right: 10%;
    opacity: 0;
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    width: 8.6%;
    max-width: 110px; }
    body.top.m-ver .kv.mv.act img.kv-catch {
    opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    }


body.top.m-ver .credit {
  height: auto;
  background-image: none;
  margin: 0; }

body.top.m-ver .news {
  margin-top: 10%; }

/* pc */
/* tablet */
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body.top.m-ver .kv.mv{
    margin-bottom: -30%;}
  body.top .credit {
    height: 400px;
    margin: -10% 0; }
    body.top .credit .inner {
      width: 75%;}
  body.top .news .inner {
    width: 760px;
    top: 52%; }
    body.top .news .inner .list {
      margin-right: 40px; }
  body.top .news:before {
    background-position: bottom; } }

/* sp */
@media screen and (max-width: 768px) {
      body.top footer .widget-close{
      width: 5.5%;
      bottom: 185px;
    }
    body.top iframe.widget{
      width: 270px;
      bottom: 1%;
    }
  body.top .kv {
    overflow-x: hidden; }
    body.top .kv h1 {
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      top: 8%;
      left: 50%;
      width: 57.5%; }
    body.top .kv .kv-img img {
      width: calc(100% + 40px); }
    body.top .kv img.kv-catch {
      width: 3.9%;
      top: 3%; }
  body.top .switch {
    top: 2%;
    left: 65px;
    font-size: 12px; }
    body.top .switch:before {
      width: 15px;
      height: 18px;
      margin-right: 8px; }
  body.top .credit {
    background-image: url(../images/top/bg_credit_sp.png);
    height: auto;
    background-size: auto 100%;
    background-repeat: repeat;
    margin: -100px 0 -75px;
    padding: 110px 0; }
    body.top .credit .inner {
      width: 100%; }
      body.top .credit .inner img.label {
        width: 50%;
        height: auto;
        margin: 0 auto 8%; }
      body.top .credit .inner img.text {
        margin: 0 auto;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 92%;
        height: auto; }
      body.top .credit span.bnr,
      body.top .credit a.bnr{
        width: 62%;
        display: block;
        margin: 3% auto 0;
      }
  body.top .news {
    background-image: none;
    height: auto; }
    body.top .news:before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url(../images/top/bg_sp.png);
      background-repeat: no-repeat;
      background-size: cover; }
    body.top .news:after {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1; }
    body.top .news .inner {
      background-image: url(../images/common/dotted.png);
      background-repeat: repeat;
      background-size: 2px 2px;
      width: 100%;
      height: 100%;
      display: block;
      background-size: 2px 2px;
      width: auto;
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding: 20% 0 10%; }
      body.top .news .inner .list,
      body.top .news .inner .twitter {
        display: block;
        width: 90%;
        margin: 0 auto; }
        body.top .news .inner .list h2,
        body.top .news .inner .twitter h2 {
          font-size: 21px;
          line-height: 20px;
          margin-bottom: 20px; }
          body.top .news .inner .list h2 img,
          body.top .news .inner .twitter h2 img {
            margin: 0 auto;
            width: 31.8%;
            height: auto; }
        body.top .news .inner .list a.more,
        body.top .news .inner .twitter a.more {
          width: 62px;
          margin: 20px auto 0;
          font-size: 13px; }
      body.top .news .inner .list {
        margin-bottom: 12%; }
        body.top .news .inner .list h2 img {
          width: 21.5%;
          height: auto; }
        body.top .news .inner .list ol {
          height: 180px; }
          body.top .news .inner .list ol li h3 {
            font-size: 14px;
            line-height: 20px; }
  body.top .modal .inner .iframe {
    width: 90%; }
    body.top .modal .inner .iframe .modal-player {
      margin-bottom: 10px; }
    body.top .modal .inner .iframe .skip {
      font-size: 16px;
      line-height: 23px;
      height: 23px; }
  body.top.m-ver .kv.mv {
    margin-bottom: -67%;
    z-index: 3; }
    body.top.m-ver .kv.mv h1 {
      width: 100%;
      max-width: initial;
      top: 33.5%; }
    body.top.m-ver .kv.mv img.kv-catch {
      width: 100%;
      max-width: initial;
      top: 8.5%;
      right: 0; }
    body.top.m-ver .kv.mv .bnr {
      top: 54.5%;
      right: 50%;
      transform: translate(50%, -50%);
      width: 42%;
    }
  body.top.m-ver .credit {
    padding: 0;
    z-index: 3;
    position: relative; }
    body.top.m-ver .credit .inner img.label.sp-view {
      display: none; }
  body.top.m-ver .news {
    margin-top: 42%;
    z-index: 2; } }

body.intro main:before {
  content: "";
  background-image: url(../images/common/bg_logo.png);
  background-repeat: no-repeat;
  width: 963px;
  height: 209px;
  display: block;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

body.intro main .contents {
  background-image: url(../images/introduction/bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: auto;
  min-height: calc(100vh - 190px);
  padding-top: 90px;
  padding-bottom: 100px; }
  body.intro main .contents:after {
    content: "";
    background-image: url(../images/common/dotted.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.intro main .contents h2 {
    font-weight: 700;
    font-family: "futura-pt";
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    /*mix-blend-mode: overlay;*/
    position: relative;
    z-index: 2; }
  body.intro main .contents .tab {
    position: relative;
    z-index: 2;
    margin-top: 85px;
    text-align: center;
    font-size: 0;}
    body.intro main .contents .tab li{
      font-size: 18px;
      width: 200px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: top;}
      body.intro main .contents .tab li a{
        height: 30px;
        line-height: 30px;
        display: block;
        color: #fff;
        background-color: #2b94aa;}
      body.intro main .contents .tab li.current {
        position: relative;}
      body.intro main .contents .tab li.current:after{
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        width: 0px;
        height: 0px;
        margin-left: -6px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        border-width: 12px 8px 0 8px;}
      body.intro main .contents .tab li.current a{
        color: #000;
        background-color: #fff;}
  body.intro main .contents h3 {
    width: 75.7%;
    margin: 90px auto 25px;
    max-width: 956px; }
    body.intro main .contents h3 img {
      width: 100%;
      height: auto; }
  body.intro main .contents .text {
    width: 53.5%;
    margin: 0 auto;
    max-width: 675px; }
    body.intro main .contents .text h4 {
      position: relative;
      padding: 8px 20px; }
      body.intro main .contents .text h4:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: #0012ff;
        padding: 8px 20px;
        mix-blend-mode: difference; }
      body.intro main .contents .text h4 img {
        width: 100%;
        height: auto;
        z-index: 1;
        position: relative; }
    body.intro main .contents .text p {
      font-size: 16px;
      line-height: 32px;
      margin-top: 40px; }
    body.intro main .contents.theater h3{
      font-size: 28px;
      line-height: 32px;
      margin: 50px auto 15px;
      color: #ffff00;
      text-align: center;}
    body.intro main .contents.theater h4 {
      position: relative;}
    body.intro main .contents.theater h4 img{
      max-width: 906px;
      margin: 0 auto;}
    body.intro main .contents.theater .catch{
      position: relative;
      margin-top: 30px;}
    body.intro main .contents.theater .catch:before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background-color: #ffffff;
      z-index: 2;
      mix-blend-mode: difference; }
      body.intro main .contents.theater .catch img{
        max-width: 640px;
        margin: 0 auto;}
/* pc */
/* tablet */
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body.intro main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain; }
  body.intro main .contents h3 {
    width: 90%;
    margin: 50px auto 25px; }
  body.intro main .contents .text {
    width: 80%; }
  body.intro main .contents.theater h3{
    font-size: 24px;}
    body.intro main .contents.theater h4 img{
      width: 90%;}
    body.intro main .contents.theater .catch img{
     width: 80%;}}

/* sp */
@media screen and (max-width: 768px) {
  body.intro main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain;
    width: 90%;
    height: 90%;
    top: 35px; }
  body.intro main .contents {
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: calc(100vh - 110px);
    background-image: none; }
    body.intro main .contents:before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url(../images/introduction/bg.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
    body.intro main .contents:after {
      position: fixed; }
    body.intro main .contents h2 {
      font-size: 17px;
      letter-spacing: 0; }
    body.intro main .contents h3 {
      width: 96%;
      margin: 40px auto 20px;
      position: relative; }
    body.intro main .contents .text {
      width: 89.5%;
      position: relative; }
      body.intro main .contents .text h4:before {
        z-index: 1; }
      body.intro main .contents .text p {
        margin-top: 20px;
        font-size: 13px;
        line-height: 26px; }
      body.intro main .contents .tab{
        margin-top: 40px;}
      body.intro main .contents .tab li{
        font-size: 14px;
        width: 46%;
        margin: 0 1%;}
      body.intro main .contents.theater h3{
        margin: 30px auto 15px;
        font-size: 16px;
        line-height: 24px;}
      body.intro main .contents.theater .catch{
        margin-top: 15px;}
      body.intro main .contents.theater .catch img,
      body.intro main .contents.theater h4 img{
        width: 100%;}}
body.story main:before {
  content: "";
  background-image: url(../images/common/bg_logo.png);
  background-repeat: no-repeat;
  width: 963px;
  height: 209px;
  display: block;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

body.story main .contents {
  background-image: url(../images/story/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: auto;
  min-height: calc(100vh - 190px);
  padding-top: 90px;
  padding-bottom: 100px; }
  body.story main .contents:after {
    content: "";
    background-image: url(../images/common/dotted.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.story main .contents h2 {
    font-weight: 700;
    font-family: "futura-pt";
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    /*mix-blend-mode: overlay;*/
    position: relative;
    z-index: 2; }
  body.story main .contents .tab {
    position: relative;
    z-index: 2;
    margin-top: 85px;
    text-align: center;
    font-size: 0;}
    body.story main .contents .tab li{
      font-size: 18px;
      width: 200px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: top;}
      body.story main .contents .tab li a{
        height: 30px;
        line-height: 30px;
        display: block;
        color: #fff;
        background-color: #2b94aa;}
      body.story main .contents .tab li.current {
        position: relative;}
      body.story main .contents .tab li.current:after{
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        width: 0px;
        height: 0px;
        margin-left: -6px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        border-width: 12px 8px 0 8px;}
      body.story main .contents .tab li.current a{
        color: #000;
        background-color: #fff;}
  body.story main .contents .scene {
    position: relative;
    overflow-x: hidden;
    display: block;
    height: 150px;
    margin-top: 50px;
    z-index: 2; }
    body.story main .contents .scene:before {
      content: '';
      width: 100%;
      height: 100%;
      -webkit-animation: bgLoop 60s linear infinite;
      animation: bgLoop 60s linear infinite;
      margin: 0 -50%;
      padding: 0 50%;
      background: url(../images/story/scene.png) 0 0 repeat-x transparent;
      position: absolute;
      left: 0;
      bottom: 0px; }
  body.story main .contents .text {
    width: 56%;
    margin: 0 auto;
    max-width: 708px; }
    body.story main .contents .text h3 {
      margin-top: -25px; }
      body.story main .contents .text h3 img {
        width: 100%;
        height: auto;
        z-index: 2;
        position: relative;
        mix-blend-mode: difference; }
    body.story main .contents .text p {
      font-size: 20px;
      line-height: 36px;
      margin-top: 30px; }

/* pc */
/* tablet */
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body.story main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain; }
  body.story main .contents .scene {
    margin-top: 50px; }
  body.story main .contents .text {
    width: 80%; } }

/* sp */
@media screen and (max-width: 768px) {
  body.story main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain;
    width: 90%;
    height: 90%;
    top: 35px; }
  body.story main .contents {
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: calc(100vh - 110px);
    background-image: none; }
    body.story main .contents:before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url(../images/story/bg.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
    body.story main .contents:after {
      position: fixed; }
    body.story main .contents h2 {
      font-size: 17px;
      letter-spacing: 0; }
      body.story main .contents .tab{
        margin-top: 40px;}
      body.story main .contents .tab li{
        font-size: 14px;
        width: 46%;
        margin: 0 1%;}
    body.story main .contents .scene {
      margin-top: 30px;
      height: 100px; }
      body.story main .contents .scene:before {
        background-size: auto 100px; }
    body.story main .contents .text {
      width: 89.5%;
      position: relative; }
      body.story main .contents .text h3 {
        margin-top: -12.5px; }
      body.story main .contents .text p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 32px; } }

body.trailer main:before {
  content: "";
  background-image: url(../images/common/bg_logo.png);
  background-repeat: no-repeat;
  width: 963px;
  height: 209px;
  display: block;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

body.trailer main .contents {
  background-image: url(../images/trailer/bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: auto;
  min-height: calc(100vh - 190px);
  padding-top: 90px;
  padding-bottom: 100px; }
  body.trailer main .contents:after {
    content: "";
    background-image: url(../images/common/dotted.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.trailer main .contents h2 {
    font-weight: 700;
    font-family: "futura-pt";
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    /*mix-blend-mode: overlay;*/
    position: relative;
    z-index: 2; }
  body.trailer main .contents > ul {
    margin-top: 80px; }
    body.trailer main .contents > ul > li {
      width: 63.35%;
      margin: 0 auto 50px;
      text-align: center; }
      body.trailer main .contents > ul > li .player {
        width: 100%;
        text-align: center;
        position: relative;
        padding-top: 56%;
        height: 0;
        overflow: hidden;
        display: block;
        z-index: 2; }
        body.trailer main .contents > ul > li .player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      body.trailer main .contents > ul > li h3 {
        color: #fff;
        font-size: 20px;
        line-height: 36px; }
    body.trailer main .contents > ul > li:last-child {
      margin: 0 auto; }

/* pc */
/* tablet */
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body.trailer main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain; } }

/* sp */
@media screen and (max-width: 768px) {
  body.trailer main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain;
    width: 90%;
    height: 90%;
    top: 35px; }
  body.trailer main .contents {
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: calc(100vh - 110px);
    background-image: none; }
    body.trailer main .contents:before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url(../images/trailer/bg.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
    body.trailer main .contents:after {
      position: fixed; }
    body.trailer main .contents h2 {
      font-size: 17px;
      letter-spacing: 0; }
    body.trailer main .contents > ul {
      margin-top: 10%; }
      body.trailer main .contents > ul > li {
        width: 89.5%;
        margin: 0 auto 8%; }
        body.trailer main .contents > ul > li h3 {
          margin-top: 2%;
          position: relative;
          font-size: 13px;
          line-height: 18px; } }
body.story div.menu.tab,
body.intro div.menu.tab,
body.products div.menu.tab {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: none;
  transition: none; }
  body.story div.menu.tab span,
  body.intro div.menu.tab span,
  body.products div.menu.tab span {
    -webkit-animation: none;
    animation: none; }

body.story div.menu.tab.close .menu-trigger > span:nth-of-type(1),
body.intro div.menu.tab.close .menu-trigger > span:nth-of-type(1),
body.products div.menu.tab.close .menu-trigger > span:nth-of-type(1) {
  -webkit-animation: menuBarTop .75s forwards;
  animation: menuBarTop .75s forwards; }

body.story div.menu.tab.close .menu-trigger > span:nth-of-type(3),
body.intro div.menu.tab.close .menu-trigger > span:nth-of-type(3),
body.products div.menu.tab.close .menu-trigger > span:nth-of-type(3) {
  -webkit-animation: menuBarBottom .75s forwards;
  animation: menuBarBottom .75s forwards; }

body.products main:before {
  content: "";
  background-image: url(../images/common/bg_logo.png);
  background-repeat: no-repeat;
  width: 963px;
  height: 209px;
  display: block;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

body.products main .contents {
  background-image: url(../images/products/bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: auto;
  min-height: calc(100vh - 190px);
  padding-top: 90px;
  padding-bottom: 100px; }
  body.products main .contents:after {
    content: "";
    background-image: url(../images/common/dotted.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.products main .contents h2 {
    font-weight: 700;
    font-family: "futura-pt";
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    /*mix-blend-mode: overlay;*/
    position: relative;
    z-index: 2; }
  body.products main .contents .tabs {
    margin-top: 80px;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 2; }
    body.products main .contents .tabs > li {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      width: 140px;
      height: 40px;
      line-height: 40px;
      background-color: #2b94aa;
      font-weight: bold;
      margin: 0 10px; }
      body.products main .contents .tabs > li > a {
        display: block;
        color: #fff; }
    body.products main .contents .tabs > li.current {
      background-color: #fff; }
      body.products main .contents .tabs > li.current > a {
        color: #2b94aa; }
  body.products main .contents .items {
    z-index: 2;
    position: relative;
    margin-top: 80px; }
    body.products main .contents .items > li {
      font-size: 0;
      text-align: center;
      margin-bottom: 80px; }
      body.products main .contents .items > li > * {
        display: inline-block;
        vertical-align: top; }
      body.products main .contents .items > li a > img,
      body.products main .contents .items > li > img {
        width: 300px; }
      body.products main .contents .items > li > .text {
        margin-left: 40px;
        text-align: left;
        font-size: 13px;
        line-height: 20px;
        width: 380px; }
        body.products main .contents .items > li > .text h3 {
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 20px; }
          body.products main .contents .items > li > .text h3 > span {
            display: block;
            font-size: 13px;
            line-height: 18px;
            font-weight: normal; }
        body.products main .contents .items > li > .text h4 {
          margin-top: -10px;
          margin-bottom: 20px;
          font-size: 18px;
          line-height: 26px; }
          body.products main .contents .items > li > .text h4 > span {
            font-size: 13px;
            line-height: 18px;
            font-weight: normal; }
      body.products main .contents .items > li a.btn {
        position: relative;
        background-color: #fffe58;
        width: 42%;
        padding-right: 5%;
        display: block;
        text-align: center;
        line-height: 35px;
        height: 35px;
        margin-top: 20px;
        font-weight: bold; }
        body.products main .contents .items > li a.btn:after, body.products main .contents .items > li a.btn:before {
          position: absolute;
          top: 0px;
          bottom: 0;
          right: 0;
          margin: auto;
          content: "";
          vertical-align: middle; }
        body.products main .contents .items > li a.btn:before {
          right: 8%;
          width: 6px;
          height: 6px;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          border-top: 2px solid #000;
          border-right: 2px solid #000; }
      body.products main .contents .items > li a.btn.buy {
        width: 55%; }
  body.products main .contents .items.books > li:first-child .image a, body.products main .contents .items.books > li:first-child .image img {
    width: 200px; }
  body.products main .contents .items.books > li .image {
    width: 300px; }
    body.products main .contents .items.books > li .image a, body.products main .contents .items.books > li .image img {
      display: block;
      margin: 0 auto;
      width: 300px; }
  body.products main .contents .items.books > li > .text {
    width: 400px; }

/* pc */
/* tablet */
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body.products main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain; } }

/* sp */
@media screen and (max-width: 768px) {
  body.products main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain;
    width: 90%;
    height: 90%;
    top: 35px; }
  body.products main .contents {
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: calc(100vh - 110px);
    background-image: none; }
    body.products main .contents:before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url(../images/products/bg_sp.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
    body.products main .contents:after {
      position: fixed; }
    body.products main .contents h2 {
      font-size: 17px;
      letter-spacing: 0; }
    body.products main .contents .tabs {
      margin-top: 10%; }
      body.products main .contents .tabs > li {
        width: 35%;
        font-size: 14px;
        margin: 0 2% 2%; }
    body.products main .contents .items > li > * {
      display: block; }
    body.products main .contents .items > li a > img,
    body.products main .contents .items > li > img {
      width: 64%;
      margin: 0 auto; }
    body.products main .contents .items > li > .text {
      margin-top: 3%;
      margin-left: 0;
      font-size: 12px;
      line-height: 16px;
      padding: 0 3%;
      width: auto; }
      body.products main .contents .items > li > .text h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 3%; }
        body.products main .contents .items > li > .text h3 > span {
          font-size: 12px;
          line-height: 16px; }
      body.products main .contents .items > li > .text h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 3%;
        margin-top: -1.5%; }
        body.products main .contents .items > li > .text h4 > span {
          font-size: 12px;
          line-height: 16px; }
    body.products main .contents .items > li a.btn {
      margin-top: 5%; }
    body.products main .contents .items.books > li:first-child .image {
      width: 44%; }
      body.products main .contents .items.books > li:first-child .image a, body.products main .contents .items.books > li:first-child .image img {
        width: 100%; }
    body.products main .contents .items.books > li .image {
      width: 64%;
      margin: 0 auto; }
      body.products main .contents .items.books > li .image a, body.products main .contents .items.books > li .image img {
        width: 100%; }
    body.products main .contents .items.books > li > .text {
      width: auto; } }

body.character header div.menu.thumbs {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: none;
  transition: none; }
  body.character header div.menu.thumbs span {
    -webkit-animation: none;
    animation: none; }

body.character header div.menu.thumbs.close .menu-trigger > span:nth-of-type(1) {
  -webkit-animation: menuBarTop .75s forwards;
  animation: menuBarTop .75s forwards; }

body.character header div.menu.thumbs.close .menu-trigger > span:nth-of-type(3) {
  -webkit-animation: menuBarBottom .75s forwards;
  animation: menuBarBottom .75s forwards; }

body.character main:before {
  content: "";
  background-image: url(../images/common/bg_logo.png);
  background-repeat: no-repeat;
  width: 963px;
  height: 209px;
  display: block;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

body.character main .contents {
  min-height: calc(100vh - 55px); }
  body.character main .contents:before {
    content: "";
    height: 210px;
    background-color: #489a9a;
    display: block; }
  body.character main .contents:after {
    content: "";
    background-image: url(../images/common/dotted.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.character main .contents h2 {
    font-weight: 700;
    font-family: "futura-pt";
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    /*mix-blend-mode: overlay;*/
    position: relative;
    z-index: 2;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%; }
  body.character main .contents .inner {
    position: relative; }
    body.character main .contents .inner > img {
      width: 100%;
      height: auto; }
    body.character main .contents .inner ul.thumbs {
      position: absolute;
      top: 40px;
      left: 3.5%;
      width: 100%;
      font-size: 0;
      z-index: 2; }
      body.character main .contents .inner ul.thumbs > li {
        display: inline-block;
        vertical-align: top;
        width: 4.4%;
        margin-right: .8%; }
        body.character main .contents .inner ul.thumbs > li > a {
          display: block; }
          body.character main .contents .inner ul.thumbs > li > a img {
            width: 100%; }
      body.character main .contents .inner ul.thumbs li.current > a {
        display: block;
        border: solid #FFFF39 2px;
        border-radius: 80px; }
      body.character main .contents .inner ul.thumbs > li:last-child {
        margin-right: 0%; }
    body.character main .contents .inner .detail {
      position: absolute;
      top: 170px;
      left: 3.5%;
      width: 95%;
      z-index: 2; }
      body.character main .contents .inner .detail h3 {
        font-size: 56px;
        line-height: 56px;
        border-left: 8px solid #ffff47;
        padding-left: 15px; }
        body.character main .contents .inner .detail h3 span {
          display: block;
          font-size: 14px;
          line-height: 18px;
          padding-left: 3px;
          margin-bottom: 3px; }
      body.character main .contents .inner .detail h4 {
        font-size: 24px;
        margin: 20px 0 25px;
        font-weight: 500;
        font-family: "futura-pt"; }
        body.character main .contents .inner .detail h4:before {
          content: "CV: "; }
      body.character main .contents .inner .detail p {
        width: 28%;
        font-size: 14px;
        line-height: 24px; }

/* pc */
/* tablet */
@media screen and (max-width: 1280px) and (min-width: 768px) {
  body.character main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain; }
  body.character main .contents {
    min-height: auto; }
    body.character main .contents:before {
      height: 0;
      padding-top: 15.5%; }
    body.character main .contents .detail h4 {
      font-size: 20px; } }

/* sp */
@media screen and (max-width: 768px) {
  body.character main:before {
    content: "";
    background-image: url(../images/common/bg_logo.png);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 70%;
    height: 70%;
    background-size: contain;
    width: 90%;
    height: 90%;
    top: 35px; }
  body.character main .contents {
    position: relative;
    min-height: auto; }
    body.character main .contents:before {
      padding-top: 36%;
      height: 0; }
    body.character main .contents:after {
      position: fixed; }
    body.character main .contents h2 {
      font-size: 17px;
      letter-spacing: 0;
      top: 55px; }
    body.character main .contents .inner {
      padding-top: 106%; }
      body.character main .contents .inner > img {
        position: absolute;
        top: 0;
        left: 0; }
      body.character main .contents .inner .swiper {
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        text-align: left;
        width: 100%;
        z-index: 2; }
        body.character main .contents .inner .swiper .swiper-container {
          width: calc(100% - 60px);
          -webkit-transition: all .2s;
          transition: all .2s;
          opacity: 0; }
          body.character main .contents .inner .swiper .swiper-container .swiper-wrapper .swiper-slide img {
            width: 100%; }
          body.character main .contents .inner .swiper .swiper-container .swiper-wrapper .swiper-slide.current a {
            display: block;
            border: solid #FFFF39 2px;
            border-radius: 80px; }
        body.character main .contents .inner .swiper .swiper-container.swiper-container-initialized {
          opacity: 1; }
        body.character main .contents .inner .swiper .arrow {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          display: block;
          z-index: 2;
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          outline: none; }
        body.character main .contents .inner .swiper .arrow.prev {
          border-top: 8px solid transparent;
          border-right: 8px solid #ffff47;
          border-bottom: 8px solid transparent;
          left: 10px; }
        body.character main .contents .inner .swiper .arrow.next {
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 8px solid #ffff47;
          right: 10px; }
      body.character main .contents .inner .detail {
        left: 50%;
        top: unset;
        width: 94%;
        bottom: 6%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
        body.character main .contents .inner .detail h3 {
          border-left: 4px solid #ffff47;
          font-size: 28px;
          line-height: 28px;
          padding-left: 8px; }
          body.character main .contents .inner .detail h3 span {
            font-size: 12px; }
        body.character main .contents .inner .detail h4 {
          font-size: 14px;
          margin: 10px 0 12px; }
        body.character main .contents .inner .detail p {
          width: auto;
          font-size: 12px;
          line-height: 18px; } }