@charset "UTF-8";
/* @Reference site */
/* @MEMO */
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
:before,
:after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
:before,
:after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

h1,
h2,
h3,
h4,
ul,
p,
li {
  margin: 0;
  padding: 0;
}

li,
ol,
ul {
  list-style: none;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

nav li:before {
  content: "";
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  display: block;
  outline: none;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

@-webkit-keyframes mainin {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes mainin {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.l-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: mainin 2s 0s ease;
          animation: mainin 2s 0s ease;
  background: url(/assets/img/common/page/ph_bg_nrw.png) 0 -5vw/100% auto, url(/assets/img/common/page/ph_bg_bottom_nrw.jpg) no-repeat 0 100%/100% auto;
}

.l-main {
  position: relative;
  padding: 6.6vw 0 37.3vw;
}

.top .l-main {
  padding: 0;
}

.l-main__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-main__ripplebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.l-main__ripplebg__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 50vw;
  background: url(/assets/img/common/page/ph_ripple.png) 0 0/100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l-footer {
  background: #fff;
  padding: 35px 0;
  position: relative;
}

.l-footer:before {
  position: absolute;
  top: -9.6vw;
  left: 0;
  content: "";
  width: 100%;
  height: 9.6vw;
  background: url(/assets/img/common/footer/ph_mask_nrw.png) 0 0/auto 100%;
}

.top .l-footer:before {
  display: none;
}

.l-footer__ouen {
  margin: 0 auto;
  width: 45.3vw;
}

.l-footer__caltural {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
}

.l-footer__caltural span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  text-align: left;
}

.l-footer__caltural img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}

.l-footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}

.l-footer__navs__item {
  font-size: 12px;
  font-size: 0.75rem;
  border-left: 2px solid #333;
  font-weight: 900;
  line-height: 1;
  padding: 0 8px;
}

.l-footer__navs__item:last-child {
  border-right: 2px solid #333;
}

.l-footer__navs__item a {
  color: #333;
  text-decoration: none;
}

.l-footer__att, .l-footer__copyright {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  text-align: center;
}

.l-gnav__share {
  margin-top: 14.6vw;
}

.l-gnav__share__ttl {
  width: 12.1vw;
  line-height: 1;
  margin: 0 auto;
}

.l-gnav__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-gnav__share__list__item {
  position: relative;
  width: 30px;
  height: 30px;
  background: #000;
  margin: 0 15px;
}

.l-gnav__share__list__item a {
  display: block;
  height: 100%;
}

.l-gnav__share__list__item.-twitter {
  background: url(/assets/img/common/ico/ico_twitter.svg) no-repeat 50% 50%/100%;
}

.l-gnav__share__list__item.-line {
  background: url(/assets/img/common/ico/ico_line.svg) no-repeat 50% 50%/100%;
}

.l-gnav__share__list__item.-facebook {
  background: url(/assets/img/common/ico/ico_facebook.svg) no-repeat 50% 50%/100%;
}

.l-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 9.3vw;
}

.l-gnav__item {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 0 12vw;
}

.l-gnav__item .txt {
  position: relative;
  display: block;
  background: url("/assets/img/common/header/ttl_menu_sprite.png");
}

.l-gnav__item .txt:before {
  position: absolute;
  top: 7.3vw;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url("/assets/img/common/header/ttl_line_sprite.png") 0 0/auto 40px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s 0s ease;
  transition: -webkit-transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.l-gnav__item.-active .txt:before,
.l-gnav__item:hover .txt:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-gnav__item:nth-child(2n) .txt {
  margin-left: 14.6vw;
}

.l-gnav__item.-charactercast .txt {
  width: 36.26667vw;
  height: 3.86667vw;
  background-position: 0% 10.62271%;
  background-size: 132.35294% 1041.37931%;
}

.l-gnav__item.-charactercast.-active .txt,
.l-gnav__item.-charactercast:hover .txt {
  width: 36.26667vw;
  height: 3.86667vw;
  background-position: 0% 0%;
  background-size: 132.35294% 1041.37931%;
}

.l-gnav__item.-charactercast .txt:before {
  background-position: 0 0;
}

.l-gnav__item.-goods .txt {
  width: 13.46667vw;
  height: 3.86667vw;
  background-position: 38.99614% 89.37729%;
  background-size: 356.43564% 1041.37931%;
}

.l-gnav__item.-goods.-active .txt,
.l-gnav__item.-goods:hover .txt {
  width: 13.46667vw;
  height: 3.86667vw;
  background-position: 0% 89.37729%;
  background-size: 356.43564% 1041.37931%;
}

.l-gnav__item.-goods .txt:before {
  background-position: 0 -28px;
}

.l-gnav__item.-introduction .txt {
  width: 28vw;
  height: 3.86667vw;
  background-position: 0% 31.86813%;
  background-size: 171.42857% 1041.37931%;
}

.l-gnav__item.-introduction.-active .txt,
.l-gnav__item.-introduction:hover .txt {
  width: 28vw;
  height: 3.86667vw;
  background-position: 0% 21.24542%;
  background-size: 171.42857% 1041.37931%;
}

.l-gnav__item.-introduction .txt:before {
  background-position: 0 -4px;
}

.l-gnav__item.-news .txt {
  width: 12vw;
  height: 3.86667vw;
  background-position: 0% 100%;
  background-size: 400% 1041.37931%;
}

.l-gnav__item.-news.-active .txt,
.l-gnav__item.-news:hover .txt {
  width: 12vw;
  height: 3.86667vw;
  background-position: 74.81481% 89.37729%;
  background-size: 400% 1041.37931%;
}

.l-gnav__item.-news .txt:before {
  background-position: 0 -8px;
}

.l-gnav__item.-product .txt {
  width: 17.46667vw;
  height: 3.86667vw;
  background-position: 57.20524% 56.77656%;
  background-size: 274.80916% 1041.37931%;
}

.l-gnav__item.-product.-active .txt,
.l-gnav__item.-product:hover .txt {
  width: 17.46667vw;
  height: 3.86667vw;
  background-position: 0% 56.77656%;
  background-size: 274.80916% 1041.37931%;
}

.l-gnav__item.-product .txt:before {
  background-position: 0 -12px;
}

.l-gnav__item.-special .txt {
  width: 15.73333vw;
  height: 5.2vw;
  background-position: 48.76033% 44.10646%;
  background-size: 305.08475% 774.35897%;
}

.l-gnav__item.-special.-active .txt,
.l-gnav__item.-special:hover .txt {
  width: 15.73333vw;
  height: 5.2vw;
  background-position: 0% 44.10646%;
  background-size: 305.08475% 774.35897%;
}

.l-gnav__item.-special .txt:before {
  background-position: 0 -16px;
}

.l-gnav__item.-staff .txt {
  width: 10.66667vw;
  height: 3.86667vw;
  background-position: 97.14286% 69.23077%;
  background-size: 450% 1041.37931%;
}

.l-gnav__item.-staff.-active .txt,
.l-gnav__item.-staff:hover .txt {
  width: 10.66667vw;
  height: 3.86667vw;
  background-position: 97.14286% 58.60806%;
  background-size: 450% 1041.37931%;
}

.l-gnav__item.-staff .txt:before {
  background-position: 0 -20px;
}

.l-gnav__item.-story .txt {
  width: 11.73333vw;
  height: 5.33333vw;
  background-position: 100% 15.26718%;
  background-size: 409.09091% 755%;
}

.l-gnav__item.-story.-active .txt,
.l-gnav__item.-story:hover .txt {
  width: 11.73333vw;
  height: 5.33333vw;
  background-position: 100% 0%;
  background-size: 409.09091% 755%;
}

.l-gnav__item.-story .txt:before {
  background-position: 0 -24px;
}

.l-gnav__item.-theater .txt {
  width: 16.4vw;
  height: 4vw;
  background-position: 51.89873% 67.64706%;
  background-size: 292.68293% 1006.66667%;
}

.l-gnav__item.-theater.-active .txt,
.l-gnav__item.-theater:hover .txt {
  width: 16.4vw;
  height: 4vw;
  background-position: 0% 67.64706%;
  background-size: 292.68293% 1006.66667%;
}

.l-gnav__item.-theater .txt:before {
  background-position: 0 -28px;
}

.l-gnav__item.-top .txt {
  width: 8.53333vw;
  height: 5.33333vw;
  background-position: 91.89189% 45.80153%;
  background-size: 562.5% 755%;
}

.l-gnav__item.-top.-active .txt,
.l-gnav__item.-top:hover .txt {
  width: 8.53333vw;
  height: 5.33333vw;
  background-position: 91.89189% 30.53435%;
  background-size: 562.5% 755%;
}

.l-gnav__item.-top .txt:before {
  background-position: 0 -32px;
}

.l-gnav__item.-twitter .txt {
  width: 16.4vw;
  height: 4vw;
  background-position: 51.89873% 78.67647%;
  background-size: 292.68293% 1006.66667%;
}

.l-gnav__item.-twitter.-active .txt,
.l-gnav__item.-twitter:hover .txt {
  width: 16.4vw;
  height: 4vw;
  background-position: 0% 78.67647%;
  background-size: 292.68293% 1006.66667%;
}

.l-gnav__item.-twitter .txt:before {
  background-position: 0 -36px;
}

.l-gnav__item.-ext .txt:after {
  position: absolute;
  top: -2px;
  right: -11px;
  content: "";
  width: 8px;
  height: 8px;
  background: url("/assets/img/common/ico/ico_ext.svg") 0 0/100%;
}

.l-header__trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  z-index: 2;
  display: block;
}

.l-header__trigger.-active div {
  height: 0;
  background: #03aaaa;
}

.l-header__trigger.-active div:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header__trigger.-active div:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__trigger.-inmain div {
  background: #03aaaa;
}

.top .l-header__trigger div {
  background: #03aaaa;
}

.l-header__trigger div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
}

.l-header__trigger div:before, .l-header__trigger div:after {
  content: "";
  width: 100%;
  height: 3px;
  background: inherit;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
  transition: -webkit-transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
}

.l-header__trigger div:before {
  position: absolute;
  top: -8px;
  left: 0;
}

.l-header__trigger div:after {
  position: absolute;
  left: 0;
  bottom: -8px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.l-header.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.l-header__logo {
  width: 135px;
  height: 24px;
  padding-top: 18px;
}

.l-header__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}

@keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}

@-webkit-keyframes ripplein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(-40px, 0) scale(0.8);
            transform: translate(-40px, 0) scale(0.8);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0px, 0) scale(1);
            transform: translate(0px, 0) scale(1);
  }
}

@keyframes ripplein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(-40px, 0) scale(0.8);
            transform: translate(-40px, 0) scale(0.8);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0px, 0) scale(1);
            transform: translate(0px, 0) scale(1);
  }
}

@-webkit-keyframes titlein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}

@keyframes titlein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}

@-webkit-keyframes bgin {
  0% {
    background-position: 0 20px;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes bgin {
  0% {
    background-position: 0 20px;
  }
  100% {
    background-position: 0px 0;
  }
}

@-webkit-keyframes bgin_nrw {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bgin_nrw {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.l-pageheader {
  position: relative;
  padding: 25px 0 0 22px;
  height: 29.3vw;
  overflow: hidden;
  pointer-events: none;
}

.l-pageheader:before {
  position: absolute;
  top: -51.9vw;
  left: -51.9vw;
  content: "";
  width: 127.2vw;
  height: 127.2vw;
  background: url(/assets/img/common/pageheader/ph_ripple.png) 0 0/100%;
  -webkit-animation: ripplein 1s 0s ease;
          animation: ripplein 1s 0s ease;
  z-index: 1;
}

.l-pageheader:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/img/common/pageheader/ph_cloud_nrw.png) 0 0/auto 100%;
  -webkit-animation: cloudmove 30s 0s linear infinite;
          animation: cloudmove 30s 0s linear infinite;
  z-index: 1;
}

.l-pageheader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bgin_nrw 2s 0s ease forwards;
          animation: bgin_nrw 2s 0s ease forwards;
}

.news .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_news_nrw.jpg) 0 0/cover;
}

.introduction .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_introduction_nrw.jpg) 0 0/cover;
}

.story .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_story_nrw.jpg) 0 0/cover;
}

.charactercast .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_charactercast_nrw.jpg) 0 0/cover;
}

.staff .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_staff_nrw.jpg) 0 0/cover;
}

.product .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_product_nrw.jpg) 0 0/cover;
}

.goods .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_goods_nrw.jpg) 0 0/cover;
}

.theater .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_theater_nrw.jpg) 0 0/cover;
}

.special .l-pageheader__bg {
  background: url(/assets/img/common/pageheader/ph_special_nrw.jpg) 0 0/cover;
}

.l-pageheader__ttl {
  position: relative;
  -webkit-animation: titlein 2s 0s ease;
          animation: titlein 2s 0s ease;
}

.l-pageheader__ttl.-news {
  width: 26.6vw;
}

.l-pageheader__ttl.-introduction {
  width: 62.2vw;
}

.l-pageheader__ttl.-story {
  width: 26.6vw;
}

.l-pageheader__ttl.-charactercast {
  width: 65.2vw;
}

.l-pageheader__ttl.-staff {
  width: 26.6vw;
}

.l-pageheader__ttl.-product {
  width: 40.6vw;
}

.l-pageheader__ttl.-goods {
  width: 24.2vw;
}

.l-pageheader__ttl.-theater {
  width: 40vw;
}

.l-pageheader__ttl.-special {
  width: 40vw;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.c-br_wide {
  display: none;
}

@-webkit-keyframes contcolumn_in {
  0% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes contcolumn_in {
  0% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.c-contcolumn {
  position: relative;
  box-shadow: 0px 0px 16px rgba(60, 100, 100, 0.2);
  border-radius: 12px;
  max-width: 1000px;
  min-height: 120vw;
  width: 92vw;
  margin: 0 auto;
  padding: 40px 28px 40px;
  background: url(/assets/img/charactercast/common/ph_columnbg.jpg) no-repeat 0 0/100%, rgba(255, 255, 255, 0.7);
  -webkit-animation: contcolumn_in 1s 0.5s ease forwards;
          animation: contcolumn_in 1s 0.5s ease forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-contcolumn.-noanim {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes txtFilter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0);
  }
}

@keyframes txtFilter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0);
  }
}

.c-txtcurtain {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.c-txtcurtain:before {
  content: "";
  position: absolute;
  top: -12.5vw;
  left: -12.5vw;
  width: 25vw;
  height: 25vw;
  background: url(/assets/img/common/page/ph_blur.png) no-repeat 50% 50%/100% auto;
}

@-webkit-keyframes imgFilter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(300%, 0);
            transform: translate(300%, 0);
  }
}

@keyframes imgFilter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(300%, 0);
            transform: translate(300%, 0);
  }
}

@-webkit-keyframes imgFilter_nrw {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(600%, 0);
            transform: translate(600%, 0);
  }
}

@keyframes imgFilter_nrw {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(600%, 0);
            transform: translate(600%, 0);
  }
}

.c-imgcurtain {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.c-imgcurtain:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700%;
  height: 100%;
  background: url(/assets/img/common/page/ph_blur.png) no-repeat 50% 50%/100% auto;
}

.c-serif {
  font-family: "Noto Serif JP", serif;
}

.c-hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

html.-inmodal,
body.-inmodal {
  height: 100%;
  overflow: hidden;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal.-nocenter {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-modal.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.c-modal__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.c-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.c-modal__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #808080;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #808080;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__close:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.c-notes {
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(/assets/img/common/text_line_sp.png);
  border-bottom: 1px solid #cbd1d5;
  line-height: 36px;
  margin-top: 20px;
}

.c-main {
  margin: 0 auto;
  padding: 60px 0;
  width: 84vw;
}

.moviemodal__iframe {
  position: relative;
}

.moviemodal__iframe:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.moviemodal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.moviemodal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 24px;
  margin: 16px -4px;
}

.moviemodal__nav__item {
  width: calc(50% - 8px);
  background: #aabec8;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: 700;
  margin: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}

.moviemodal__nav__item.-active, .moviemodal__nav__item:hover {
  background: #77c8c9;
}

.c-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-paging__item {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-paging__item.-prev, .c-paging__item.-next {
  position: relative;
  width: 7px;
  height: 14px;
  margin: 0 20px;
}

.c-paging__item.-prev:before, .c-paging__item.-next:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
  transition: -webkit-transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
}

.c-paging__item.-prev a,
.c-paging__item.-next a {
  position: relative;
  display: block;
  height: 100%;
}

.c-paging__item.-prev:before {
  border-width: 7px 7px 7px 0;
  border-color: transparent #03aaaa transparent transparent;
}

.c-paging__item.-next:before {
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #03aaaa;
}

.c-paging__item:hover.-prev:before {
  -webkit-transform: translate(-3px, 0);
          transform: translate(-3px, 0);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.c-paging__item:hover.-next:before {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.c-paging__item.-back {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.c-paging__item.-num {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}

.c-paging__item.-num.-active {
  background: url(/assets/img/news/ph_numberbg.png) 0 0/30px;
  color: #fff;
  font-weight: 700;
}

.c-paging__item.-disable {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  pointer-events: none;
}

.c-visible_nrw {
  display: block;
}

.c-visible_nrw.-inline {
  display: inline;
}

.c-zoommodal__ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-zoommodal__ph img {
  -webkit-transition: all 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.c-zoommodal__ph img.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
          transform: scale(1);
  max-height: 90vh;
}

@keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.c-br_wide {
  display: none;
}

@keyframes contcolumn_in {
  0% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.c-contcolumn {
  position: relative;
  box-shadow: 0px 0px 16px rgba(60, 100, 100, 0.2);
  border-radius: 12px;
  max-width: 1000px;
  min-height: 120vw;
  width: 92vw;
  margin: 0 auto;
  padding: 40px 28px 40px;
  background: url(/assets/img/charactercast/common/ph_columnbg.jpg) no-repeat 0 0/100%, rgba(255, 255, 255, 0.7);
  -webkit-animation: contcolumn_in 1s 0.5s ease forwards;
          animation: contcolumn_in 1s 0.5s ease forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-contcolumn.-noanim {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: none;
          animation: none;
}

@keyframes txtFilter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0);
  }
}

.c-txtcurtain {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.c-txtcurtain:before {
  content: "";
  position: absolute;
  top: -12.5vw;
  left: -12.5vw;
  width: 25vw;
  height: 25vw;
  background: url(/assets/img/common/page/ph_blur.png) no-repeat 50% 50%/100% auto;
}

@keyframes imgFilter {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(300%, 0);
            transform: translate(300%, 0);
  }
}

@keyframes imgFilter_nrw {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(600%, 0);
            transform: translate(600%, 0);
  }
}

.c-imgcurtain {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.c-imgcurtain:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700%;
  height: 100%;
  background: url(/assets/img/common/page/ph_blur.png) no-repeat 50% 50%/100% auto;
}

.c-serif {
  font-family: "Noto Serif JP", serif;
}

.c-hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

html.-inmodal,
body.-inmodal {
  height: 100%;
  overflow: hidden;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal.-nocenter {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-modal.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.c-modal__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.c-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.c-modal__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #808080;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #808080;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__close:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.c-notes {
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(/assets/img/common/text_line_sp.png);
  border-bottom: 1px solid #cbd1d5;
  line-height: 36px;
  margin-top: 20px;
}

.c-main {
  margin: 0 auto;
  padding: 60px 0;
  width: 84vw;
}

.moviemodal__iframe {
  position: relative;
}

.moviemodal__iframe:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.moviemodal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.moviemodal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 24px;
  margin: 16px -4px;
}

.moviemodal__nav__item {
  width: calc(50% - 8px);
  background: #aabec8;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: 700;
  margin: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}

.moviemodal__nav__item.-active, .moviemodal__nav__item:hover {
  background: #77c8c9;
}

.c-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-paging__item {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-paging__item.-prev, .c-paging__item.-next {
  position: relative;
  width: 7px;
  height: 14px;
  margin: 0 20px;
}

.c-paging__item.-prev:before, .c-paging__item.-next:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: -webkit-transform 0.3s 0s ease;
  transition: -webkit-transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
}

.c-paging__item.-prev a,
.c-paging__item.-next a {
  position: relative;
  display: block;
  height: 100%;
}

.c-paging__item.-prev:before {
  border-width: 7px 7px 7px 0;
  border-color: transparent #03aaaa transparent transparent;
}

.c-paging__item.-next:before {
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #03aaaa;
}

.c-paging__item:hover.-prev:before {
  -webkit-transform: translate(-3px, 0);
          transform: translate(-3px, 0);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.c-paging__item:hover.-next:before {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.c-paging__item.-back {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.c-paging__item.-num {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}

.c-paging__item.-num.-active {
  background: url(/assets/img/news/ph_numberbg.png) 0 0/30px;
  color: #fff;
  font-weight: 700;
}

.c-paging__item.-disable {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  pointer-events: none;
}

.c-visible_nrw {
  display: block;
}

.c-visible_nrw.-inline {
  display: inline;
}

.c-zoommodal__ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-zoommodal__ph img {
  -webkit-transition: all 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.c-zoommodal__ph img.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
          transform: scale(1);
  max-height: 90vh;
}

@media (min-width: 769px){
  body{
    min-width: 1200px;
  }
  .l-main__bg{
    background: url(/assets/img/common/page/ph_bg.png) 0 -5vw/100% auto, url(/assets/img/common/page/ph_bg_bottom.jpg) no-repeat 0 100%/100% auto;
  }
  .l-main{
    padding: 60px 0 160px;
  }
  .l-main__ripplebg__ripple{
    width: 368px;
    height: 368px;
  }
  .l-footer:before{
    position: absolute;
    top: -100px;
    left: 0;
    height: 100px;
    background: url(/assets/img/common/footer/ph_mask.png) 0 0/100% 100px;
  }
  .l-footer{
    padding: 25px 0 35px;
  }
  .l-footer__ouen{
    width: 188px;
  }
  .l-footer__caltural{
    font-size: 0.75rem;
    margin-top: 20px;
  }
  .l-footer__caltural span{
    padding-left: 45px;
  }
  .l-footer__caltural img{
    width: 40px;
  }
  .l-footer__navs__item{
    font-size: 0.8125rem;
  }
  .l-footer__att, .l-footer__copyright{
    font-size: 0.625rem;
  }
  .l-gnav__share{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 24px;
  }
  .l-gnav__share__ttl{
    margin: 0;
    width: 41px;
  }
  .l-gnav__share__list{
    margin-top: 0;
    margin-left: 10px;
  }
  .l-gnav__share__list__item{
    width: 24px;
    height: 24px;
    margin: 0 6px;
  }
  .l-gnav__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-gnav{
    margin-top: 28px;
    height: 22px;
    padding: 0;
  }
  .l-gnav__item{
    margin: 0 10px;
    width: auto;
  }
  .l-gnav__item .txt:before{
    position: absolute;
    top: 18px;
    left: 0;
    bottom: 0;
    height: 3px;
  }
  .l-gnav__item:nth-child(2n) .txt{
    margin-left: 0;
  }
  .l-gnav__item.-charactercast .txt{
    width: 108.8px;
    height: 11.6px;
  }
  .l-gnav__item.-charactercast.-active .txt,
  .l-gnav__item.-charactercast:hover .txt{
    width: 108.8px;
    height: 11.6px;
  }
  .l-gnav__item.-goods .txt{
    width: 40.4px;
    height: 11.6px;
  }
  .l-gnav__item.-goods.-active .txt,
  .l-gnav__item.-goods:hover .txt{
    width: 40.4px;
    height: 11.6px;
  }
  .l-gnav__item.-introduction .txt{
    width: 84px;
    height: 11.6px;
  }
  .l-gnav__item.-introduction.-active .txt,
  .l-gnav__item.-introduction:hover .txt{
    width: 84px;
    height: 11.6px;
  }
  .l-gnav__item.-news .txt{
    width: 36px;
    height: 11.6px;
  }
  .l-gnav__item.-news.-active .txt,
  .l-gnav__item.-news:hover .txt{
    width: 36px;
    height: 11.6px;
  }
  .l-gnav__item.-product .txt{
    width: 52.4px;
    height: 11.6px;
  }
  .l-gnav__item.-product.-active .txt,
  .l-gnav__item.-product:hover .txt{
    width: 52.4px;
    height: 11.6px;
  }
  .l-gnav__item.-special .txt{
    width: 47.2px;
    height: 15.6px;
  }
  .l-gnav__item.-special.-active .txt,
  .l-gnav__item.-special:hover .txt{
    width: 47.2px;
    height: 15.6px;
  }
  .l-gnav__item.-staff .txt{
    width: 32px;
    height: 11.6px;
  }
  .l-gnav__item.-staff.-active .txt,
  .l-gnav__item.-staff:hover .txt{
    width: 32px;
    height: 11.6px;
  }
  .l-gnav__item.-story .txt{
    width: 35.2px;
    height: 16px;
  }
  .l-gnav__item.-story.-active .txt,
  .l-gnav__item.-story:hover .txt{
    width: 35.2px;
    height: 16px;
  }
  .l-gnav__item.-theater .txt{
    width: 49.2px;
    height: 12px;
  }
  .l-gnav__item.-theater.-active .txt,
  .l-gnav__item.-theater:hover .txt{
    width: 49.2px;
    height: 12px;
  }
  .l-gnav__item.-top .txt{
    width: 25.6px;
    height: 16px;
  }
  .l-gnav__item.-top.-active .txt,
  .l-gnav__item.-top:hover .txt{
    width: 25.6px;
    height: 16px;
  }
  .l-gnav__item.-twitter .txt{
    width: 49.2px;
    height: 12px;
  }
  .l-gnav__item.-twitter.-active .txt,
  .l-gnav__item.-twitter:hover .txt{
    width: 49.2px;
    height: 12px;
  }
  .l-header__trigger{
    display: none;
  }
  .l-header{
    width: 100%;
    height: 64px;
    padding: 0 32px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    background: rgba(255, 255, 255, 0.85);
    min-width: 1200px;
  }
  .l-header__inner{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .top .l-header__inner{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-pageheader{
    height: 250px;
    padding: 100px 0 0 68px;
  }
  .l-pageheader:before{
    position: absolute;
    top: -391px;
    left: -356px;
    content: "";
    width: 1019px;
    height: 1019px;
  }
  .l-pageheader:after{
    background: url(/assets/img/common/pageheader/ph_cloud.png) 0 0/1616px 100px;
    height: 100px;
    -webkit-animation: cloudmove 150s 0s linear infinite;
            animation: cloudmove 150s 0s linear infinite;
  }
  .l-pageheader__bg{
    -webkit-animation: bgin 2s 0s ease forwards;
            animation: bgin 2s 0s ease forwards;
  }
  .news .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_news.jpg) 0 0/cover;
  }
  .introduction .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_introduction.jpg) 0 0/cover;
  }
  .story .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_story.jpg) 0 0/cover;
  }
  .charactercast .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_charactercast.jpg) 0 0/cover;
  }
  .staff .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_staff.jpg) 0 0/cover;
  }
  .product .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_product.jpg) 0 0/cover;
  }
  .goods .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_goods.jpg) 0 0/cover;
  }
  .theater .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_theater.jpg) 0 0/cover;
  }
  .special .l-pageheader__bg{
    background: url(/assets/img/common/pageheader/ph_special.jpg) 0 0/cover;
  }
  .l-pageheader__ttl.-news{
    width: 144px;
  }
  .l-pageheader__ttl.-introduction{
    width: 350px;
  }
  .l-pageheader__ttl.-story{
    width: 150px;
  }
  .l-pageheader__ttl.-charactercast{
    width: 375px;
  }
  .l-pageheader__ttl.-staff{
    width: 187px;
  }
  .l-pageheader__ttl.-product{
    width: 218px;
  }
  .l-pageheader__ttl.-goods{
    width: 147px;
  }
  .l-pageheader__ttl.-theater{
    width: 214px;
  }
  .l-pageheader__ttl.-special{
    width: 203px;
  }
  .c-br_nrw{
    display: none;
  }
  .c-br_nrw.-benefits{
    display: none;
  }
  .c-br_wide{
    display: inline-block;
  }
  .c-contcolumn{
    border-radius: 14px;
    min-height: 600px;
    padding: 95px 120px;
  }
  .c-txtcurtain:before{
    position: absolute;
    top: -250px;
    left: -250px;
    width: 500px;
    height: 500px;
    background: url(/assets/img/common/page/ph_blur.png) no-repeat 50% 50%/100% auto;
  }
  .c-imgcurtain:before{
    width: 400%;
  }
  .c-hover_op{
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-hover_op:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .c-modal__close{
    position: fixed;
    top: 32px;
    right: 32px;
    width: 80px;
    height: 80px;
  }
  .c-notes{
    font-size: 1rem;
    background: url(/assets/img/common/text_line.png);
    line-height: 50px;
    margin-top: 40px;
  }
  .c-main{
    margin-top: 160px;
    width: 760px;
  }
  .moviemodal__nav{
    padding: 0;
    margin: 24px -4px;
  }
  .moviemodal__nav__item{
    font-size: 0.9375rem;
  }
  .c-paging{
    margin-top: 40px;
  }
  .c-visible_nrw{
    display: none;
  }
  .c-visible_nrw.-inline{
    display: none;
  }
  .c-br_nrw{
    display: none;
  }
  .c-br_nrw.-benefits{
    display: none;
  }
  .c-br_wide{
    display: inline-block;
  }
  .c-contcolumn{
    border-radius: 14px;
    min-height: 600px;
    padding: 95px 120px;
  }
  .c-txtcurtain:before{
    position: absolute;
    top: -250px;
    left: -250px;
    width: 500px;
    height: 500px;
    background: url(/assets/img/common/page/ph_blur.png) no-repeat 50% 50%/100% auto;
  }
  .c-imgcurtain:before{
    width: 400%;
  }
  .c-hover_op{
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-hover_op:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .c-modal__close{
    position: fixed;
    top: 32px;
    right: 32px;
    width: 80px;
    height: 80px;
  }
  .c-notes{
    font-size: 1rem;
    background: url(/assets/img/common/text_line.png);
    line-height: 50px;
    margin-top: 40px;
  }
  .c-main{
    margin-top: 160px;
    width: 760px;
  }
  .moviemodal__nav{
    padding: 0;
    margin: 24px -4px;
  }
  .moviemodal__nav__item{
    font-size: 0.9375rem;
  }
  .c-paging{
    margin-top: 40px;
  }
  .c-visible_nrw{
    display: none;
  }
  .c-visible_nrw.-inline{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px){
  .c-br_nrw.-benefits{
    display: none;
  }
  .c-br_nrw.-benefits{
    display: none;
  }
}

@media (max-width: 768px){
  .c-visible_wide{
    display: none;
  }
  .c-visible_wide{
    display: none;
  }
}
