@charset "utf-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.list_reset {
  list-style: none outside none;
}

/*--------------------------------------------------
    Clearfix
--------------------------------------------------*/
.clear {
  clear: both;
}

*:after {
  display: block;
  clear: both;
}

.clearfix, .banner, .footer__inner, .footer-items, .gnav, .list-bn, .utility-sns, .character-list-g3, .character-list-g4, .article-news, .story-figs, .theater-nav, .staff-list, .localnav-cat, .localnav-type, .set-contents__meta, .set-contents, .set-contents__gift-list {
  zoom: 1;
  /* clearfix IE6, 7 */
}
.clearfix:after, .banner:after, .footer__inner:after, .footer-items:after, .gnav:after, .list-bn:after, .utility-sns:after, .character-list-g3:after, .character-list-g4:after, .article-news:after, .story-figs:after, .theater-nav:after, .staff-list:after, .localnav-cat:after, .localnav-type:after, .set-contents__meta:after, .set-contents:after, .set-contents__gift-list:after {
  content: "";
  /* clearfix */
}

@media (max-width: 800px) {
  .copy {
    zoom: 1;
    /* clearfix IE6, 7 */
  }
  .copy:after {
    content: "";
    /* clearfix */
  }
}

/*--------------------------------------------------
    Set var
--------------------------------------------------*/
/*	colors
--------------------------------------------------*/
/*	font
--------------------------------------------------*/
/*	width
--------------------------------------------------*/
/*	navigation
--------------------------------------------------*/
/*	page title
--------------------------------------------------*/
/*	character
--------------------------------------------------*/
@font-face {
  font-family: 'iconset';
  src: url("../fonts/iconset.eot?-u91q2");
  src: url("../fonts/iconset.eot?#iefix-u91q2") format("embedded-opentype"), url("../fonts/iconset.ttf?-u91q2") format("truetype"), url("../fonts/iconset.woff?-u91q2") format("woff"), url("../fonts/iconset.svg?-u91q2#iconset") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow-left:before {
  content: "\e603";
}

.icon-arrow-bottom:before {
  content: "\e604";
}

.icon-arrow-top:before {
  content: "\e605";
}

.icon-home:before {
  content: "\e601";
}

.icon-hatena:before {
  content: "\e600";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

/*--------------------------------------------------
	Base
--------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
}

html,
body {
  font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Meiryo, serif;
  font-size: 62.5%;
  line-height: 1.8;
  color: #d5c589;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #d5c589;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

a:focus,
*:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

body {
  position: relative;
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

.inner-sp {
  width: 94%;
}

h1 {
  line-height: 1.4;
}

h2 {
  margin: 1em 0;
  line-height: 1.4;
}

h3 {
  margin: 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

article img {
  width: 100%;
  height: auto;
}

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

/*--------------------------------------------------
	Module
--------------------------------------------------*/
/*	entrance
--------------------------------------------------*/
#entrance {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background: #000;
}

#prgrsbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d5c589;
}

#video__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background-color: black;
  z-index: 50;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#video {
  width: 100%;
  height: 100%;
}

/*	Animation
--------------------------------------------------*/
#animation__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: 40;
  display: none;
  overflow: hidden;
}

.animation__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.animation__inner .nochar,
.animation__inner .full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: auto;
}

/*	container
--------------------------------------------------*/
#conts-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 60;
}

#container {
  position: relative;
  width: 100%;
  height: 100%;
}

.contents {
  width: 100%;
  min-height: 100%;
  padding-left: 230px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-attachment: fixed;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  /*-- anx 5.27 --*/
  /*-- anx 5.27 --*/
}
.news .contents {
  background-image: url(../images/bg_news.jpg);
}
.story .contents {
  background-image: url(../images/bg_story.jpg);
}
.chara .contents {
  background-image: url(../images/bg_chara.jpg);
}
.products .contents {
  background-image: url(../images/bg_products.jpg);
}
.theater .contents {
  background-image: url(../images/bg_theater.jpg);
}
.staff .contents {
  background-image: url(../images/bg_staff.jpg);
}
.trailer .contents {
  background-image: url(../images/bg_trailer.jpg);
}
.special .contents {
  background-image: url(../images/bg_special.jpg);
}
.digital .contents {
  background-image: url(../images/bg_special.jpg);
}
.contents-ol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.main {
  position: relative;
  z-index: 3;
}

.main__inner {
  width: 100%;
  max-width: 840px;
  padding: 73px 20px 80px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
}

.copy__date {
  position: absolute;
  top: 150px;
  right: 43px;
  width: 140px;
}
.copy__date img {
  width: 100%;
  height: auto;
}

.copy__txt {
  position: absolute;
  top: 30px;
  left: 260px;
  width: 220px;
}
.copy__txt > img {
  width: 100%;
  height: auto;
}

.copy__catchcopy {
  display: none;
}
.copy__catchcopy > img {
  width: auto;
  height: 100%;
}

.logo {
  position: absolute;
  bottom: 120px;
  right: 30px;
  width: 37%;
  z-index: 3;
  min-width: 200px;
  max-width: 548px;
}
.logo img {
  width: 100%;
  height: auto;
}

/*	banner
--------------------------------------------------*/
.banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 36;
}

.banner__inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

/*	footer
--------------------------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 37;
}
.home .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: none;
}

.footer__inner {
  padding: 15px 30px;
}
.home .footer__inner {
  padding: 7px 30px;
}

.footer-items {
  float: right;
  margin: 0 0 3px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.home .footer-items {
  float: left;
  margin: 0;
}
.footer-items > li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid rgba(213, 197, 137, 0.5);
}
.footer-items > li:first-child {
  border-left: 1px solid rgba(213, 197, 137, 0.5);
}
.footer-items > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.copyright {
  float: right;
  margin: 0;
  clear: both;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
.home .copyright {
  float: right;
  clear: none;
}

/*	hero
--------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__fig {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__fig > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
}

.btn-trailer__wrapper {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 34;
}

.btn-trailer {
  position: relative;
  display: block;
  width: 170px;
  height: auto;
  border: 1px solid #d5c589;
  background: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-trailer:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-video.png);
  background-size: cover;
  margin-top: -30px;
  margin-left: -30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-trailer:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-trailer > img {
  width: 100%;
  height: auto;
}

/*	Nav btn
--------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  padding: 30px 30px 0 30px;
  background: rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 35;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.sidebar.is-close {
  -moz-transform: translateX(-230px);
  -ms-transform: translateX(-230px);
  -webkit-transform: translateX(-230px);
  transform: translateX(-230px);
}

.menu-sp {
  display: none;
}

.menu-pc {
  display: block;
}

.menu {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 74px;
  height: 74px;
  padding-top: 35px;
  background: url(../images/bg_menu.png) no-repeat;
  background-size: cover;
  z-index: 36;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.menu > span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 auto;
  background: #d5c589;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu .top {
  -moz-transform: translateY(0px) scale(0);
  -ms-transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
  transform: translateY(0px) scale(0);
}
.menu .middle {
  position: relative;
  background: none;
}
.menu .middle:before, .menu .middle:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #d5c589;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.menu .middle:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu .middle:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu .bottom {
  -moz-transform: translateY(0px) scale(0);
  -ms-transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
  transform: translateY(0px) scale(0);
}
.menu.is-close .top {
  -moz-transform: translateY(-6px) scale(1);
  -ms-transform: translateY(-6px) scale(1);
  -webkit-transform: translateY(-6px) scale(1);
  transform: translateY(-6px) scale(1);
}
.menu.is-close .middle:before, .menu.is-close .middle:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu.is-close .bottom {
  -moz-transform: translateY(6px) scale(1);
  -ms-transform: translateY(6px) scale(1);
  -webkit-transform: translateY(6px) scale(1);
  transform: translateY(6px) scale(1);
}

.is-visible {
  display: block;
}

.pagetop {
  position: fixed;
  bottom: 65px;
  right: 30px;
  display: none;
  width: 74px;
  height: 74px;
  background: url(../images/bg_menu.png) no-repeat;
  background-size: cover;
  z-index: 39;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagetop > span {
  display: block;
  width: 20px;
  margin: 35px auto 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagetop > span:before, .pagetop > span:after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  background: #d5c589;
}
.pagetop > span:before {
  -moz-transform: translateX(-2px) rotate(-45deg);
  -ms-transform: translateX(-2px) rotate(-45deg);
  -webkit-transform: translateX(-2px) rotate(-45deg);
  transform: translateX(-2px) rotate(-45deg);
}
.pagetop > span:after {
  -moz-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  -webkit-transform: translateX(8px) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
}
.pagetop:hover > span {
  margin-top: 30px;
}

.videoclose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
  background: url(../images/bg_menu.png) no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.videoclose > span {
  display: block;
  width: 14px;
  margin: 26px auto 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.videoclose > span:before, .videoclose > span:after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  background: #d5c589;
}
.videoclose > span:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.videoclose > span:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-sound {
  display: none;
}
.home #btn-sound {
  display: block;
  position: fixed;
  bottom: 45px;
  right: 30px;
  width: 26px;
  height: 0;
  padding: 17.33333px 0 0;
  background: url(../images/icon_audio_on.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 38;
}
.home #btn-sound.is-sound-off {
  background-image: url(../images/icon_audio_off.png);
}

/*	Navgation
--------------------------------------------------*/
.gnav {
  margin: 110px 0 0 35px;
}
.gnav > li {
  margin-bottom: 15px;
  line-height: 1;
}
.gnav > li a, .gnav > li span {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.gnav > li a:before, .gnav > li a:after, .gnav > li span:before, .gnav > li span:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.gnav > li a:before, .gnav > li span:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gnav > li a:after, .gnav > li span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.gnav > li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.gnav > li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gnav > li.current > a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.gnav > li.current > a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gnav > li.nav-news > a, .gnav > li.nav-news > span {
  width: 51px;
  height: 16px;
}
.gnav > li.nav-news > a:before, .gnav > li.nav-news > span:before {
  background-image: url(../images/gnav/nav_news_off.png);
}
.gnav > li.nav-news > a:after, .gnav > li.nav-news > span:after {
  background-image: url(../images/gnav/nav_news_on.png);
}
.gnav > li.nav-story > a, .gnav > li.nav-story > span {
  width: 52px;
  height: 20px;
}
.gnav > li.nav-story > a:before, .gnav > li.nav-story > span:before {
  background-image: url(../images/gnav/nav_story_off.png);
}
.gnav > li.nav-story > a:after, .gnav > li.nav-story > span:after {
  background-image: url(../images/gnav/nav_story_on.png);
}
.gnav > li.nav-chara > a, .gnav > li.nav-chara > span {
  width: 97px;
  height: 16px;
}
.gnav > li.nav-chara > a:before, .gnav > li.nav-chara > span:before {
  background-image: url(../images/gnav/nav_chara_off.png);
}
.gnav > li.nav-chara > a:after, .gnav > li.nav-chara > span:after {
  background-image: url(../images/gnav/nav_chara_on.png);
}
.gnav > li.nav-trailer > a, .gnav > li.nav-trailer > span {
  width: 66px;
  height: 16px;
}
.gnav > li.nav-trailer > a:before, .gnav > li.nav-trailer > span:before {
  background-image: url(../images/gnav/nav_trailer_off.png);
}
.gnav > li.nav-trailer > a:after, .gnav > li.nav-trailer > span:after {
  background-image: url(../images/gnav/nav_trailer_on.png);
}
.gnav > li.nav-products > a, .gnav > li.nav-products > span {
  width: 87px;
  height: 16px;
}
.gnav > li.nav-products > a:before, .gnav > li.nav-products > span:before {
  background-image: url(../images/gnav/nav_products_off.png);
}
.gnav > li.nav-products > a:after, .gnav > li.nav-products > span:after {
  background-image: url(../images/gnav/nav_products_on.png);
}
.gnav > li.nav-theater > a, .gnav > li.nav-theater > span {
  width: 78px;
  height: 16px;
}
.gnav > li.nav-theater > a:before, .gnav > li.nav-theater > span:before {
  background-image: url(../images/gnav/nav_theater_off.png);
}
.gnav > li.nav-theater > a:after, .gnav > li.nav-theater > span:after {
  background-image: url(../images/gnav/nav_theater_on.png);
}
.gnav > li.nav-staff > a, .gnav > li.nav-staff > span {
  width: 103px;
  height: 16px;
}
.gnav > li.nav-staff > a:before, .gnav > li.nav-staff > span:before {
  background-image: url(../images/gnav/nav_staff_off.png);
}
.gnav > li.nav-staff > a:after, .gnav > li.nav-staff > span:after {
  background-image: url(../images/gnav/nav_staff_on.png);
}
.gnav > li.nav-music > a, .gnav > li.nav-music > span {
  width: 59px;
  height: 19px;
}
.gnav > li.nav-music > a:before, .gnav > li.nav-music > span:before {
  background-image: url(../images/gnav/nav_music_off.png);
}
.gnav > li.nav-music > a:after, .gnav > li.nav-music > span:after {
  background-image: url(../images/gnav/nav_music_on.png);
}
.gnav > li.nav-special > a, .gnav > li.nav-special > span {
  width: 69px;
  height: 20px;
}
.gnav > li.nav-special > a:before, .gnav > li.nav-special > span:before {
  background-image: url(../images/gnav/nav_special_off.png);
}
.gnav > li.nav-special > a:after, .gnav > li.nav-special > span:after {
  background-image: url(../images/gnav/nav_special_on.png);
}
.gnav > li.nav-tw > a, .gnav > li.nav-tw > span {
  width: 72px;
  height: 16px;
}
.gnav > li.nav-tw > a:before, .gnav > li.nav-tw > span:before {
  background-image: url(../images/gnav/nav_tw_off.png);
}
.gnav > li.nav-tw > a:after, .gnav > li.nav-tw > span:after {
  background-image: url(../images/gnav/nav_tw_on.png);
}

.gnav > li.nav-digital > a, .gnav > li.nav-digital > span {
  width: 69px;
  height: 20px;
}
.gnav > li.nav-digital > a:before, .gnav > li.nav-digital > span:before {
  background-image: url(../images/gnav/nav_digital_off.png);
}
.gnav > li.nav-digital > a:after, .gnav > li.nav-digital > span:after {
  background-image: url(../images/gnav/nav_digital_on.png);
}

.gnav > li > ul {
  margin: 15px 0 15px 15px;
}
.gnav > li > ul > li {
  margin-bottom: 10px;
}

/*	contents
--------------------------------------------------*/
.list-bn__wrapper {
  position: relative;
  margin-top: 15px;
  padding: 10px 0 35px;
  background: #000;
  overflow: hidden;
}

.list-bn {
  position: relative;
  float: left;
  left: 50%;
  margin: 0;
}
.list-bn > li {
  position: relative;
  left: -50%;
  float: left;
  width: 142px;
  margin: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-bn > li > a {
  display: block;
  width: 100%;
  background: #666;
  border: 1px solid #d5c589;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-bn > li > a > img {
  width: 100%;
  height: auto;
}

.list-bn-v {
  position: absolute;
  top: 160px;
  right: 30px;
  margin: 20px 0 0;
}
.list-bn-v > li {
  width: 142px;
  margin-bottom: 6px;
}
.list-bn-v > li > a {
  display: block;
  width: 100%;
  height: 50px;
  background: #666;
  border: 1px solid #d5c589;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.utility-sns {
  position: absolute;
  bottom: 38px;
  right: 60px;
  margin: 0;
}
.utility-sns > li {
  margin-right: 8px;
  float: left;
  line-height: 1;
}
.utility-sns > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 27px;
  height: 27px;
  padding-top: 3px;
  background: #d5c589;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.utility-sns > li > a:before {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
}

.sec {
  padding: 30px;
}
.sec:nth-child(even) {
  background: #F3F3F3;
}
.sec img {
  width: 100%;
  height: auto;
}

.caption {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

/*--------------------------------------------------
	Margin
--------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/*	lev2
--------------------------------------------------*/
/*	Side
--------------------------------------------------*/
.logo-side {
  position: fixed;
  top: 30px;
  left: 30px;
  margin: 0;
  z-index: 36;
}
.home .logo-side {
  display: none;
}
.logo-side > a {
  display: block;
  width: 170px;
  height: 0;
  padding: 40% 0 0;
  background: url(../images/onyxlogo_x05.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}

/*	Contents
--------------------------------------------------*/
.sec-chara {
  display: table;
  margin: 0 auto 60px;
}

.sec-chara__fig {
  display: table-cell;
  width: 190px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.sec-chara__fig > p {
  margin: 0 0 15px;
}
.sec-chara__fig .chara__visual > img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5c589;
}
.sec-chara__fig .chara__name {
  width: 100%;
  max-width: 129px;
}
.sec-chara__fig .chara__name > img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.sec-chara__txt {
  display: table-cell;
  vertical-align: top;
}
.sec-chara__txt > p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.chara__name-full {
  width: 100%;
  max-width: 340px;
  margin: 0 0 0.5em;
}
.chara__name-full > img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.character-list-g3 > li {
  float: left;
  margin-left: 60px;
  width: -moz-calc(33.3333% - 40px);
  width: -o-calc(33.3333% - 40px);
  width: -webkit-calc(33.3333% - 40px);
  width: calc(33.3333% - 40px);
}
.character-list-g3 > li:first-child {
  margin-left: 0;
}

.character-list-g4 {
  margin-top: 50px;
}
.character-list-g4 > li {
  float: left;
  margin-left: 48px;
  width: -moz-calc(25% - 36px);
  width: -o-calc(25% - 36px);
  width: -webkit-calc(25% - 36px);
  width: calc(25% - 36px);
}
.character-list-g4 > li:first-child {
  margin-left: 0;
}

.chara__thumb {
  margin-top: 0;
}
.chara__thumb > img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5c589;
}
.chara-enemy .chara__thumb > img {
  border-color: #E60012;
}

.chara__name {
  margin: 1em 0 0;
}
.chara__name > img {
  width: 100%;
  height: auto;
}

.chara__cv {
  margin: 0.75em 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #FFF;
}

.chara__cv-sub {
  margin: 0.65em 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #FFF;
}

.art-chara__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.art-chara {
  display: table;
  padding: 50px;
  background: #000;
}
.art-chara__fig {
  display: table-cell;
  width: 290px;
  vertical-align: top;
}
.art-chara__fig .art-chara__visual {
  margin: 0;
}
.art-chara__fig .art-chara__visual > img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5c589;
  width: 100%;
  height: auto;
}
.chara-enemy .art-chara__fig .art-chara__visual > img {
  border-color: #E60012;
}

.art-chara__txt {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
  color: #d5c589;
}
.chara-enemy .art-chara__txt {
  color: #FFF;
}

.art-chara__name {
  width: 100%;
  margin: 0 0 0.5em;
  max-width: 400px;
}
.art-chara__name > img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.art-chara__cv {
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem;
  color: #FFF;
}

.art-chara__intr {
  margin-top: 1.735em;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.art-chara__photo {
  margin: 0 0 15px;
}
.art-chara__photo > img {
  width: 100%;
  height: auto;
}

.pagetitle {
  margin: 0 0 50px;
  background-position: left top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  /*-- anx 5.27 --*/
  /*-- anx 5.27 --*/
}
.news .pagetitle {
  width: 90px;
  height: 27.5px;
  background-image: url("../images/title_news.png");
}
.story .pagetitle {
  width: 91.5px;
  height: 34.5px;
  background-image: url("../images/title_story.png");
}
.chara .pagetitle {
  width: 165px;
  height: 29px;
  background-image: url("../images/title_chara.png");
}
.trailer .pagetitle {
  width: 110px;
  height: 29px;
  background-image: url("../images/title_trailer.png");
}
.products .pagetitle {
  width: 145px;
  height: 29px;
  background-image: url("../images/title_products.png");
}
.theater .pagetitle {
  width: 132px;
  height: 29px;
  background-image: url("../images/title_theater.png");
}

.staff .pagetitle {
  width: 76px;
  height: 29px;
  background-image: url("../images/title_staff.png");
}
.character .pagetitle {
  margin-bottom: 100px;
}
.products .pagetitle {
  display: none;
}
.special .pagetitle {
  width: 93px;
  height: 29px;
  background-image: url("../images/title_special.png");
}
.digital .pagetitle {
  width: 93px;
  height: 29px;
  background-image: url("../images/title_digital.png");
}

.pagetitle-sub {
  margin-top: 60px;
  padding-top: 20px;
}
.story .pagetitle-sub {
  margin-top: 0;
}

/*	News
--------------------------------------------------*/
.article-news {
  margin-bottom: 30px;
  padding: 30px 30px 20px;
  background: rgba(0, 0, 0, 0.7);
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  clear: both;
}

.article-news__h {
  height: 192px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.article-news__h:hover {
  opacity: 0.8;
}

.article-news__List {
  margin-left: 270px;
  /* float: right; */
}

.article-news__List-title,
.article-news__title {
  margin: 0 0 2px;
  padding: 0;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: normal;
}

.article-news__List-date,
.article-news__date {
  display: block;
  margin-top: 1px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d5c589;
  line-height: 1;
  text-align: right;
}

.article-news__body {
  line-height: 2;
}
.article-news__body > p > a {
  text-decoration: underline;
}
.article-news__body p img {
  width: inherit;
}

.article-news__List-body {
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  text-overflow: ellipsis;
  line-height: 2;
}
.article-news__List-body > p > a {
  text-decoration: underline;
}

.article-news figure {
  float: left;
  width: 250px;
  height: 180px;
  position: absolute;
}

.article-news figure img {
  width: 250px;
  height: 180px;
}

.btn_list {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 40px;
}

.btn_list img {
  width: 100px;
  height: 100px;
}

.article-news__nav {
  margin: 27px 0 0 0;
  text-align: center;
}

.article-news__item {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
  border-radius: 50px;
  background: #000;
  opacity: 0.7;
}

/* anx 6.15 */
.news-list-nav {
  font-size: 20px;
  text-align: center;
  clear: both;
}

.news-list-nav li {
  margin-right: 8px;
  display: inline-block;
}

.btn_prev, .btn_next {
  font-size: 33px;
}

.btn_prev a, .btn_next a {
  text-decoration: none;
}

.news-list-nav__item {
  width: 30px;
  height: 30px;
  padding: 0 3px 6px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}

.btn_next {
  margin-right: 0;
  margin-left: 10px;
}

.btn_plev {
  margin-right: 10px;
}

/* anx 6.15 */
/*	Story
--------------------------------------------------*/
.story-body {
  max-width: 534px;
  margin-bottom: 6em;
}

.story-body__inner {
  width: 100%;
  margin: 0;
  height: 0;
  padding: 91.94757% 0 0;
  background: url(../../story/images/img_story_body.png) no-repeat scroll left top;
  color: #fff;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}

.story-body-sub {
  max-width: 651px;
  margin-bottom: 6em;
}

.story-body-sub__inner {
  width: 100%;
  margin: 0;
  height: 0;
  padding: 53.149% 0 0;
  background: url(../../story/images/img_story_note.png) no-repeat scroll left top;
  background-size: cover;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-indent: -9999px;
  overflow: hidden;
}

.story-figs > li {
  float: left;
  width: 50%;
  background: #000;
}

/*	Theater
--------------------------------------------------*/
.pagetitle-area {
  margin: 0 0 5px;
  padding: 4px 10px 3px;
  background: #d5c589;
  color: #000;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.theater-nav {
  margin-bottom: 40px;
  line-height: 1.2;
}
.theater-nav > li {
  float: left;
  width: 14.4%;
  line-height: 1;
  margin-left: -1px;
}
.theater-nav > li > a {
  display: block;
  padding: 5px 0;
  border: 1px solid #d5c589;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.theater-nav > li > a:hover {
  background: #d5c589;
  color: #000;
  text-decoration: none;
}

.theater-list {
  width: 100%;
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
}
.theater-list th {
  padding: 4px 0;
  border-bottom: 1px solid #d5c589;
}
.theater-list > thead th {
  font-size: 12px;
  font-size: 1.2rem;
}
.theater-list td {
  padding: 4px 0;
  border-bottom: 1px solid #d5c589;
}
.theater-list .item-01 {
  width: 100px;
  text-align: center;
}
.theater-list .item-02 {
  text-align: left;
  display: table-cell;
}
.theater-list .item-02 .item_inner{
  border-bottom:1px solid #d5c589;
  padding:5px 0;
  width: 100%;
  display: table;
  min-height: 50px;
}

.theater-list .item-02 .item_inner:last-child{
  border-bottom:none;
  padding:5px 0 0;
}
.theater-list .item-03 {
  width: 150px;
  text-align: center;
}
.theater-list .item-04 {
  width: 150px;
  /* text-align: center;*/
}
.theater-list .item-05 {
  width: 70px;
  text-align: center;
}
.theater-list .item-02 a{
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: larger;
  width: 50%;
  padding: 10px 0;
  transition:all 0.3s;
}
.theater-list .item-02 a:hover{
  text-decoration:none;
  opacity:0.7;
}
.theater-list .item-02 a .icon_theater{
  margin: 3px 0 0;
}
.theater-list .item-02 a img{
  width:auto;
  /* margin:0 3px; */
}
.theater .lang{
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  line-height: 1.5em;
}
.ticket-banner_pc {
  margin-bottom: 50px;
}

/* anx 6.10 */
.theater .pagetitle + .ticket-banner_pc {
  margin-bottom: 20px !important;
}

/* anx 6.10 */
.ticket-banner_sp {
  display: none;
}

/*	Staff
--------------------------------------------------*/
.staff-list {
  margin: 0 0 4em;
  color: #FFF;
}
.staff-list > dt {
  clear: both;
  float: left;
  width: 160px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.staff-list > dd {
  margin: 0 0 10px;
  padding: 0 0 0 160px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff-list .hr-music {
  margin-bottom: 30px;
}
.staff-list .name-lang-en {
  letter-spacing: 0.03em;
}

.staff-list-lang-en {
  color: #d5c589;
}
.staff-list-lang-en > dt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
.staff-list-lang-en > dd {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

/*-- anx 2016.5.23 --*/
.staff .casttitle {
  width: 75px;
  height: 28px;
  background-image: url("../images/title_cast.png");
}

.cast-list {
  margin: 0 0 4em;
  color: #FFF;
}

.cast-list > dt {
  clear: both;
  float: left;
  width: 322px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.cast-list > dd {
  margin: 0 0 10px;
  padding: 0 0 0 160px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cast-list .hr-music {
  margin-bottom: 30px;
}

.cast-list .name-lang-en {
  letter-spacing: 0.03em;
}

.cast-list-lang-en {
  color: #d5c589;
}

.cast-list-lang-en > dt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.cast-list-lang-en > dd {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.cast-list02 {
  margin: 0 0 4em;
  color: #FFF;
}

.cast-list02 > dt {
  clear: both;
  float: left;
  width: 240px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cast-list02 > dd {
  margin: 0 0 10px;
  padding: 0 0 0 160px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cast-list02 .hr-music {
  margin-bottom: 30px;
}

.cast-list02 .name-lang-en {
  letter-spacing: 0.03em;
}

.cast-list02-lang-en {
  color: #d5c589;
}

.cast-list02-lang-en > dt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.cast-list02-lang-en > dd {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

/*-- anx 2016.5.23 --*/
/*	trailer
--------------------------------------------------*/
.trailer-title {
  padding: 0 0 8px;
  border-bottom: 1px solid #d5c589;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
}

.trailer-txt {
  line-height: 1.6;
}

.trailer-video {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  background: #000;
  overflow: hidden;
}
.trailer-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.main__inner.main_ps4, .main__inner.main_xbox {
  color: #fff;
}

#product__header {
  overflow: hidden;
}

#product__body {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.localnav-cat {
  margin: 0;
}
.localnav-cat > li {
  float: left;
  margin-left: 6px;
  width: 33.3333%;
  width: -moz-calc(33.3333% - 4px);
  width: -o-calc(33.3333% - 4px);
  width: -webkit-calc(33.3333% - 4px);
  width: calc(33.3333% - 4px);
}
.localnav-cat > li:first-child {
  margin-left: 0;
}
.localnav-cat > li > a, .localnav-cat > li > span {
  display: block;
  width: 100%;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
}
.localnav-cat > li > a:before, .localnav-cat > li > span:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
.localnav-cat > li > a:hover:before, .localnav-cat > li > span:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.localnav-cat .bd > a, .localnav-cat .bd > span {
  background-color: rgba(0, 0, 0, 0.7);
}
.localnav-cat .bd > a:before, .localnav-cat .bd > span:before {
  background-image: url("../../products/images/icon_bddvd.png");
}
.localnav-cat .ps4 > a, .localnav-cat .ps4 > span {
  background-color: rgba(17, 55, 145, 0.7);
}
.localnav-cat .ps4 > a:before, .localnav-cat .ps4 > span:before {
  background-image: url("../../products/images/icon_ps4.png");
}
.localnav-cat .xbox > a, .localnav-cat .xbox > span {
  background-color: rgba(36, 86, 20, 0.7);
}
.localnav-cat .xbox > a:before, .localnav-cat .xbox > span:before {
  background-image: url("../../products/images/icon_xbox.png");
}

.localnav-type {
  display: table;
  width: 100%;
  margin: 0;
  padding: 20px 23px 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "Helvetica Neue",Roboto,Helvetica,Arial,Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.localnav-type > li {
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 0 2px;
  line-height: 1;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.localnav-type > li > a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.localnav-type > li > a > span {
  display: table-cell;
  vertical-align: middle;
}
.localnav-type .product-item01 {
  width: 28%;
}
.localnav-type .product-item01 > a {
  background-color: #d5c589;
  color: #000;
}
.localnav-type .product-item01 > a:hover {
  background-color: rgba(213, 197, 137, 0.5);
}
.localnav-type .product-item02 {
  width: 28%;
}
.localnav-type .product-item02 > a {
  background-color: #fff;
  color: #000;
}
.localnav-type .product-item02 > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.localnav-type .product-item03 {
  width: 28%;
}
.localnav-type .product-item03 > a {
  background-color: #d5c589;
  color: #000;
}
.localnav-type .product-item03 > a:hover {
  background-color: rgba(213, 197, 137, 0.5);
}
.localnav-type .product-item04 {
  width: 16%;
}
.localnav-type .product-item04 > a {
  background-color: #fff;
  color: #000;
}
.localnav-type .product-item04 > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.localnav-type.nav-ps4 {
  background-color: rgba(17, 55, 145, 0.7);
}
.localnav-type.nav-ps4 .product-item01 {
  width: 50%;
}
.localnav-type.nav-ps4 .product-item02 {
  width: 50%;
}
.localnav-type.nav-ps4 .product-item02 > a {
  color: #113791;
}
.localnav-type.nav-xbox {
  background-color: rgba(36, 86, 20, 0.7);
}
.localnav-type.nav-xbox .product-item01 {
  width: 50%;
}
.localnav-type.nav-xbox .product-item02 {
  width: 50%;
}
.localnav-type.nav-xbox .product-item02 > a {
  color: #245614;
}

#product__body {
  padding: 10px 25px 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
#product__body.body-ps4 {
  background-color: rgba(17, 55, 145, 0.7);
}
#product__body.body-xbox {
  background-color: rgba(36, 86, 20, 0.7);
}

.products-sec {
  margin: 55px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5c589;
}
.body-ps4 .products-sec, .body-xbox .products-sec {
  border-color: #FFF;
}
.products-sec:first-child {
  margin-top: 10px;
}

.product__title-group {
  margin-bottom: 0.2em;
}
.product__title-group > h3 {
  font-weight: normal;
  margin: 0 0 0.1em;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1;
}
.product__title-group > p {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.product__title-group .product__title--sub {
  color: #FFF;
}
.product__title-group .product__title--notice {
  margin: 0.5em 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.set-contents__meta {
  margin: 0 0 0.5em;
}
.set-contents__meta li {
  float: left;
  position: relative;
  margin-bottom: 0px;
  margin-right: 20px;
  padding-left: 13px;
}
.set-contents__meta li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.set-contents {
  margin-bottom: 10px;
}
.set-contents__txt {
  width: 50%;
  float: left;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.set-contents__img {
  float: right;
  width: 50%;
}

.set-contents--full__img {
  width: 100%;
  margin-bottom: 1.5em;
}

.set-contents__txt__info {
  margin: 0 0 1.5em;
  line-height: 1.4;
}
.set-contents__txt__info > dt {
  margin-bottom: 0.75em;
  color: #fff;
  font-weight: bold;
}
.set-contents__txt__info > dd {
  margin: 0 0 1.25em;
}

.set-list {
  margin: 0;
}
.set-list > li {
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 13px;
}
.set-list > li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}
.freegift-list .set-list > li {
  margin-bottom: 0;
}

.set-list-v2 > dt {
  position: relative;
  margin-bottom: 0.05em;
  padding-left: 13px;
}
.set-list-v2 > dt:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}
.set-list-v2 > dd {
  margin: 0 0 0.5em;
  padding-left: 13px;
}

.set-contents__gift-list {
  margin: 0 -18px 0 0;
}
.set-contents__gift-list > li {
  float: left;
  margin: 0 18px 0.75em 0;
  width: -moz-calc(25% - 18px);
  width: -o-calc(25% - 18px);
  width: -webkit-calc(25% - 18px);
  width: calc(25% - 18px);
}

.gift-list__img {
  width: 100%;
  margin: 0;
}
.gift-list__img > img {
  width: 100%;
  height: auto;
  border: 1px solid #d5c589;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.body-ps4 .gift-list__img > img, .body-xbox .gift-list__img > img {
  border-color: #FFF;
}

.comingsoon {
  width: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.body-ps4 .comingsoon > img, .body-xbox .comingsoon > img {
  border-color: #FFF;
}
.comingsoon > img {
  border: solid 1px #d5c589;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comingsoon-gift {
  width: 100%;
  height: 100px;
  margin: 0;
  background-color: #000;
  border: solid 1px #d5c589;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.body-ps4 .comingsoon-gift, .body-xbox .comingsoon-gift {
  border-color: #FFF;
}

.set-caption {
  margin: 0.5em 0;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.set-description {
  margin: 0 0 1em;
  padding-top: 1em;
  border-top: solid 1px rgba(213, 197, 137, 0.5);
}
.body-ps4 .set-description, .body-xbox .set-description {
  border-color: rgba(255, 255, 255, 0.5);
}

.annotation {
  margin: 0 0 1em;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

.freegift-list {
  line-height: 1.4;
}
.freegift-list > dt {
  clear: both;
  color: #fff;
  font-weight: bold;
}
.freegift-list > dt.freegift-list--h {
  float: left;
  width: 130px;
}
.freegift-list > dd {
  margin: 0 0 0.5em;
}
.freegift-list > dd.freegift-list--h {
  padding-left: 130px;
}

/*-- anx 2016.5.20 --*/
.btn-buy {
  margin: 22px 0 20px;
  text-align: center;
}

.btn-buy a {
  width: 235px;
  height: 62px;
  display: inline-block;
  background: url(../../products/images/btn_buy_off.png);
  transition: 0.5s;
}

.btn-buy a:hover {
  background: url(../../products/images/btn_buy_on.png);
}

/*-- anx 2016.5.20 --*/
/*	special anx 5.30
--------------------------------------------------*/
.special h3 {
  margin-top: 10px;
  font-size: 20px;
  border-bottom: 1px solid #e9d896;
}

.specialList ul li {
  margin: 0 60px 0 0;
  padding: 0 10px 10px;
  float: left;
  background: rgba(0, 0, 0, 0.7);
}

.specialList ul li:nth-child(even) {
  margin-right: 0;
}

.specialList ul li a {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.specialList ul li a:hover {
  opacity: 0.8;
}

.specialList ul li a div img {
  max-width: 350px;
}

/*-- special_in --*/
.special_in h3 {
  font-size: 22px;
}

.special_in h4 {
  margin: 0 0 10px;
  font-size: 18px;
}

.special_in h4 span {
  font-size: 12px;
}

.special_in h5 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #e9d896 !important;
  overflow: hidden;
  text-align: left;
}

.special_in h5 span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 2.5em;
  padding: 0 0 0 1em;
  text-align: left;
}

.special_in h5 span::before {
  position: absolute;
  top: 10px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e9d896;
}

.special_in h5 span::before {
  right: 100%;
}

.special_in .profile,
.special_in .comment {
  margin-bottom: 50px;
  padding: 22px;
  background: rgba(0, 0, 0, 0.7);
}

.special_in .comment {
  margin-top: 50px;
}

.special_in .profile h4,
.special_in .profile p,
.special_in .comment h5,
.special_in .comment p {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

.special_in .profile div {
  margin: 0 30px 0 0;
  float: left;
}

.special_in .profile div img {
  max-width: 355px;
}

.special_in .profile p {
  margin: 0 0 0;
  font-size: 14px;
}

.special_in .comment .commentBox01 {
  margin: 0 0 60px;
}

.special_in .comment .commentBox02 {
  clear: both;
}

.imgR {
  margin-left: 30px;
  float: right;
}

.imgL {
  margin-right: 30px;
  float: left;
}

.special_in .comment .commentBox01 div img {
  max-width: 255px;
}

.special_in .comment .commentBox02 div img {
  max-width: 378px;
}

.special_in .btn_specialtop {
  width: 197px;
  height: 29px;
  margin: 0 auto;
  padding: 0 0 30px;
}

.special_in .btn_specialtop a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.special_in .btn_specialtop a:hover {
  opacity: 0.7;
}

@media (max-width: 1170px) {
  .specialList ul li {
    margin: 0 0 30px 0;
    float: none;
  }

  .specialList ul li a div img {
    max-width: 1200px;
  }
}
/*	mediaquery
--------------------------------------------------*/
/*    Media Queries - Phone
--------------------------------------------------*/
@media (max-width: 800px) {
  html, body {
    min-width: initial;
    min-width: auto;
    font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }

  body {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #video__wrap {
    display: none;
  }

  #animation__wrap {
    display: none;
  }

  .banner {
    position: relative;
    min-width: initial;
    min-width: auto;
    background: #000;
    overflow: hidden;
  }

  .banner__inner {
    padding: 0 15px;
  }

  .footer {
    text-align: center;
  }
  .home .footer {
    position: relative;
    width: 100%;
    min-width: initial;
    min-width: auto;
    background: #000;
  }

  .footer {
    position: relative;
    width: 100%;
    min-width: initial;
    min-width: auto;
    background: #000;
    text-align: center;
  }

  .footer__inner {
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .home .footer__inner {
    padding-bottom: 40px;
  }

  .footer-items {
    float: none;
    margin-bottom: 8px;
  }
  .home .footer-items {
    float: none;
    margin: 0 0 8px;
  }
  .footer-items > li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  .copyright {
    float: none;
  }
  .home .copyright {
    float: none;
  }

  .caption {
    margin-bottom: 0.5em;
    font-size: 10px;
    font-size: 1rem;
  }

  #container {
    height: auto;
  }
  .home #container {
    height: 100%;
  }

  .contents {
    min-width: initial;
    min-width: auto;
    padding: 0;
  }

  .main__inner {
    width: 80%;
    padding: 130px 0 50px;
  }

  .hero__fig {
    position: relative;
    background-image: url(/assets/images/bg_top_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .hero__fig > img {
    display: none;
  }

  .copy {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 4%;
  }

  .copy__date {
    position: static;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 22%;
    padding: 15px 4% 0 0;
  }

  .copy__txt {
    position: static;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 47%;
    padding: 15px 0 0 0;
  }

  .copy__catchcopy {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    width: auto;
    height: 61%;
    padding: 7% 0 0 0;
  }

  .logo {
    position: absolute;
    width: 100%;
    min-width: initial;
    min-width: auto;
    max-width: initial;
    max-width: auto;
    right: auto;
    bottom: 16px;
  }

  .logo__inner {
    width: 71%;
    max-width: 520px;
    margin: 0 auto;
  }

  .btn-trailer__wrapper {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d5c589;
    border-bottom: 1px solid #d5c589;
    background: #000;
  }

  .btn-trailer {
    margin: 0 auto;
  }

  .list-bn__wrapper {
    margin: 0 auto;
    padding: 10px 0;
    width: 300px;
  }

  .list-bn > li {
    margin: 0 3px 6px;
  }

  .list-bn-v {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px 0 5px;
    background: #000;
    border-bottom: 1px solid rgba(213, 197, 137, 0.5);
  }
  .list-bn-v > li {
    margin: 0 auto 5px;
  }

  .utility-sns {
    position: relative;
    bottom: auto;
    left: auto;
    float: left;
    left: 50%;
    padding: 20px 0;
  }
  .utility-sns > li {
    position: relative;
    left: -50%;
  }

  .sidebar {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .sidebar.is-close {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .gnav {
    margin: 20px 0 0;
  }
  .gnav > li > a, .gnav > li > span {
    margin: 0 auto;
  }

  .menu-sp {
    display: block;
  }

  .menu-pc {
    display: none;
  }

  .menu {
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
    width: 60px;
    height: 60px;
    padding-top: 29px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .menu > span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 0 auto;
    background: #d5c589;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu .top {
    -moz-transform: translateY(0px) scale(0);
    -ms-transform: translateY(0px) scale(0);
    -webkit-transform: translateY(0px) scale(0);
    transform: translateY(0px) scale(0);
  }
  .menu .middle {
    position: relative;
    background: none;
  }
  .menu .middle:before, .menu .middle:after {
    position: absolute;
    display: block;
    content: "";
    width: 18px;
    height: 1px;
    background: #d5c589;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu .middle:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu .middle:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu .bottom {
    -moz-transform: translateY(0px) scale(0);
    -ms-transform: translateY(0px) scale(0);
    -webkit-transform: translateY(0px) scale(0);
    transform: translateY(0px) scale(0);
  }
  .menu.is-close .top {
    -moz-transform: translateY(-5px) scale(1);
    -ms-transform: translateY(-5px) scale(1);
    -webkit-transform: translateY(-5px) scale(1);
    transform: translateY(-5px) scale(1);
  }
  .menu.is-close .middle:before, .menu.is-close .middle:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .menu.is-close .bottom {
    -moz-transform: translateY(5px) scale(1);
    -ms-transform: translateY(5px) scale(1);
    -webkit-transform: translateY(5px) scale(1);
    transform: translateY(5px) scale(1);
  }

  .pagetop {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 30px;
    background-image: none;
    background-color: #000;
  }
  .pagetop > span {
    display: block;
    width: 20px;
    margin: 15px auto 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .pagetop > span:before, .pagetop > span:after {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 1px;
    background: #d5c589;
  }
  .pagetop > span:before {
    -moz-transform: translateX(-2px) rotate(-45deg);
    -ms-transform: translateX(-2px) rotate(-45deg);
    -webkit-transform: translateX(-2px) rotate(-45deg);
    transform: translateX(-2px) rotate(-45deg);
  }
  .pagetop > span:after {
    -moz-transform: translateX(8px) rotate(45deg);
    -ms-transform: translateX(8px) rotate(45deg);
    -webkit-transform: translateX(8px) rotate(45deg);
    transform: translateX(8px) rotate(45deg);
  }
  .pagetop:hover > span {
    margin-top: 15px;
  }

  #btn-sound {
    display: none;
  }
  .home #btn-sound {
    display: none;
  }

  .logo-side {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 34;
  }
  .logo-side > a {
    width: 150px;
  }

  .pagetitle {
    margin: 0 0 20px;
  }
  .news .pagetitle {
    width: 72px;
    height: 22px;
  }
  .story .pagetitle {
    width: 73.2px;
    height: 27.6px;
  }
  .chara .pagetitle {
    width: 132px;
    height: 23.2px;
  }
  .trailer .pagetitle {
    width: 88px;
    height: 23.2px;
  }
  .products .pagetitle {
    width: 116px;
    height: 23.2px;
  }
  .theater .pagetitle {
    width: 105.6px;
    height: 23.2px;
  }
  .staff .pagetitle {
    width: 60.8px;
    height: 23.2px;
  }
  .chara .pagetitle {
    margin-bottom: 30px;
  }

  .pagetitle-sub {
    margin-top: 40px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .story .pagetitle-sub {
    margin-bottom: 0.3em;
  }

  .article-news {
    padding: 0;
    background: none;
  }

  .article-news__title {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
  }

  .article-news__date {
    color: #fff;
  }

  .article-news__body {
    line-height: 1.6;
  }
  .article-news__body br {
    display: none;
  }

  .story-body {
    max-width: initial;
    max-width: auto;
    margin-bottom: 1em;
  }

  .story-body__inner {
    height: auto;
    padding-top: 0;
    text-indent: 0;
    background: none;
  }
  .story-body__inner > p:first-child {
    margin-top: 0;
  }

  .story-body-sub {
    max-width: initial;
    max-width: auto;
    margin-bottom: 2em;
  }

  .story-body-sub__inner {
    height: auto;
    padding: 0;
    text-indent: 0;
    background: none;
  }

  .sec-chara {
    display: block;
    width: 100%;
  }

  .sec-chara__fig {
    display: table;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-chara__fig .chara__visual {
    display: table-cell;
    width: 140px;
    padding-right: 20px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sec-chara__fig .chara__name {
    display: table-cell;
    width: auto;
    vertical-align: top;
  }
  .sec-chara__fig .chara__name > img {
    width: 100%;
    max-width: 129px;
  }

  .chara__name-full {
    margin-bottom: 0.25em;
  }

  .sec-chara__txt {
    display: block;
    float: none;
    width: 100%;
  }
  .sec-chara__txt > p {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .character-list-g3 > li {
    display: table;
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }

  .character-list-g4 {
    margin-top: 1em;
  }
  .character-list-g4 > li {
    display: table;
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }

  .chara__thumb-wrap {
    display: table-cell;
    width: 40%;
    max-width: 226px;
    vertical-align: top;
  }

  .chara__thumb > img {
    max-width: 226px;
  }

  .chara__meta {
    display: table-cell;
    width: 60%;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }

  .chara__name {
    margin-top: 0;
  }
  .chara__name > img {
    max-width: 226px;
  }

  .chara__cv {
    margin: 0.6em 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #FFF;
  }

  .chara__cv-sub {
    margin: 0.6em 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #FFF;
  }

  .art-chara {
    display: block;
    padding: 30px;
  }

  .art-chara__fig {
    display: block;
    width: 100%;
  }
  .art-chara__txt {
    display: block;
    margin-top: 20px;
    padding-left: 0;
  }

  .art-chara__name {
    margin-bottom: 0.5em;
  }

  .art-chara__cv {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .art-chara__intr {
    margin: 0.5em 0 1em;
  }

  .art-chara__photo {
    margin: 0 0 5px;
  }

  .trailer-title {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .pagetitle-area {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .theater-nav {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .theater-nav > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    width: auto;
    margin-left: 0;
    vertical-align: middle;
  }
  .theater-nav > li:first-child:before {
    display: none;
  }
  .theater-nav > li:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    content: "/";
    vertical-align: middle;
  }
  .theater-nav > li > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 1px;
    border: none;
    vertical-align: middle;
  }

  .theater-list {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .theater-list > thead th {
    font-size: 10px;
    font-size: 1rem;
  }
  .theater-list .item-01 {
    width: 50px;
  }
  .theater-list .item-03 {
    width: 80px;
  }
  .theater-list .item-04 {
    width: 150px;
  }
  .theater-list .item-05 {
    width: 50px;
  }

  .ticket-banner_pc {
    display: none;
  }

  .ticket-banner_sp {
    display: block;
    margin-bottom: 20px;
  }

  .ticket-banner_pc + .ticket-banner_sp {
    margin-bottom: 0px;
  }

  .localnav-cat > li > a, .localnav-cat > li > span {
    height: 40px;
  }
  .localnav-cat > li > a:before, .localnav-cat > li > span:before {
    background-size: 100% auto;
  }

  .localnav-type {
    display: block;
    padding: 20px 10px 0;
  }
  .localnav-type > li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 4px;
  }
  .localnav-type > li > a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .localnav-type .product-item01,
  .localnav-type .product-item02,
  .localnav-type .product-item03,
  .localnav-type .product-item04 {
    width: 50%;
  }
  .localnav-type.nav-ps4 .product-item01, .localnav-type.nav-ps4 .product-item02 {
    width: 100%;
  }
  .localnav-type.nav-xbox .product-item01, .localnav-type.nav-xbox .product-item02 {
    width: 100%;
  }

  #product__body {
    padding: 10px 10px;
  }

  .products-sec {
    padding-bottom: 0;
  }
  .products-sec:first-child {
    margin-top: 0;
  }

  .no-photo {
    padding-bottom: 40px;
  }

  .product__title-group > h3 {
    margin-bottom: 0.15em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .product__title-group > p {
    font-size: 10px;
    font-size: 1rem;
  }
  .product__title-group .product__title--notice {
    margin-top: 0.5em;
    font-size: 10px;
    font-size: 1rem;
  }

  .set-contents__meta {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .set-contents__txt__info {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .set-list br {
    display: none;
  }

  .set-contents__gift-list {
    margin-right: -10px;
  }
  .set-contents__gift-list > li {
    margin-right: 10px;
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .set-caption {
    font-size: 10px;
    font-size: 1rem;
  }

  .freegift-list > dt.freegift-list--h {
    width: 122px;
  }
  .freegift-list > dd.freegift-list--h {
    padding-left: 122px;
  }

  .staff-list {
    margin: 0 0 2em;
  }
  .staff-list > dt {
    width: 120px;
    margin-bottom: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .staff-list > dd {
    margin-bottom: 4px;
    padding: 0 0 0 120px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .staff-list .hr-music {
    margin-bottom: 15px;
  }

  /*-- anx 5.26 --*/
  .cast-list {
    margin: 0 0 2em;
  }

  .cast-list > dt {
    width: 165px;
    margin-right: 20px;
    margin-bottom: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .cast-list > dd {
    margin-bottom: 4px;
    padding: 0 0 0 120px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  /* anx 6.13 */
  .cast-list dd:nth-child(4),
  .cast-list dd:nth-child(22) {
    height: 30px;
  }

  /* anx 6.13 */
  .cast-list .hr-music {
    margin-bottom: 15px;
  }

  .cast-list02 {
    margin: 0 0 2em;
  }

  .cast-list02 > dt {
    width: 160px;
    margin-bottom: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .cast-list02 > dd {
    width: 376px;
    margin-bottom: 4px;
    padding: 0 0 0 120px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .cast-list02 .hr-music {
    margin-bottom: 15px;
  }

  .staff .casttitle {
    width: 60.8px;
    height: 23.2px;
  }

  /*-- anx 5.26 --*/
  .article-news__h {
    height: 211px;
  }

  .article-news__List {
    float: none;
    margin-left: 0px;
  }

  .article-news__List-date {
    display: block;
    margin-top: 1px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d5c589;
    line-height: 1;
    text-align: left;
  }

  .article-news__List-body {
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .article-news figure {
    float: none;
    width: 170px !important;
    height: 122px !important;
    position: static;
  }

  .article-news figure img {
    width: 170px !important;
    height: 122px !important;
  }

  /*-- anx 6.10 --*/
  .article-news__body p img {
    width: 100%;
    height: auto;
  }

  /*-- anx 6.10 --*/
  .btn_list {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 34px;
  }

  .btn_list img {
    width: 80px;
    height: 80px;
  }

  .article-news__nav {
    margin: 27px 0 0 0;
    text-align: center;
  }

  .article-news__item {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 29px;
    vertical-align: middle;
    border-radius: 50px;
    background: #000;
    opacity: 0.7;
  }

  /* anx 6.15 */
  .btn_prev, .btn_next {
    top: 6px;
    position: relative;
    font-size: 45px;
  }

  .news-list-nav__item {
    padding: 3px 3px 5px;
  }

  .btn_next {
    margin-left: 20px;
  }

  .btn_prev {
    margin-right: 20px !important;
  }

  /*-- anx 5.27 --*/
  .special h3 {
    margin-top: 10px;
    font-size: 18px;
    border-bottom: 1px solid #e9d896;
  }

  .specialList ul li {
    margin: 0 0 30px;
    padding: 0 10px 10px;
    float: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .specialList ul li a {
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .specialList ul li a:hover {
    opacity: 1;
  }

  .specialList ul li a div img {
    max-width: 800px;
  }

  /*-- special_in --*/
  .special_in h3 {
    font-size: 22px;
  }

  .special_in h4 {
    margin: 0 0 10px;
    font-size: 18px;
  }

  .special_in h5 {
    margin: 0 0 10px;
    font-size: 15px;
    color: #e9d896 !important;
    overflow: hidden;
    text-align: left;
  }

  .special_in h5 span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 2.5em;
    padding: 0 0 0 1em;
    text-align: left;
  }

  .special_in h5 span::before {
    position: absolute;
    top: 10px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e9d896;
  }

  .special_in h5 span::before {
    right: 100%;
  }

  .special_in .profile,
  .special_in .comment {
    margin-bottom: 50px;
    padding: 22px;
    background: rgba(0, 0, 0, 0.7);
  }

  .special_in .comment {
    margin-top: 50px;
    padding-bottom: 12px;
  }

  .special_in .profile p {
    margin: 0 0 0;
    font-size: 14px;
  }

  .special_in .comment .commentBox01 {
    margin: 0 0 40px;
  }

  .special_in .comment .commentBox02 {
    clear: both;
  }

  .special_in .profile div,
  .special_in .comment .commentBox01 div,
  .special_in .comment .commentBox02 div {
    margin: 0 0 15px;
    float: none;
  }

  .special_in .profile div img,
  .special_in .comment .commentBox01 div img,
  .special_in .comment .commentBox02 div img {
    max-width: 600px;
  }

  /*-- anx 5.27 --*/
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .logo-side > a {
    background-image: url(../images/onyxlogo.png);
  }

  .gnav > li a:before, .gnav > li a:after, .gnav > li span:before, .gnav > li span:after {
    background-size: cover;
  }
  .gnav > li.nav-news > a:before, .gnav > li.nav-news > span:before {
    background-image: url(../images/gnav/nav_x2_news_off.png);
  }
  .gnav > li.nav-news > a:after, .gnav > li.nav-news > span:after {
    background-image: url(../images/gnav/nav_x2_news_on.png);
  }
  .gnav > li.nav-story > a:before, .gnav > li.nav-story > span:before {
    background-image: url(../images/gnav/nav_x2_story_off.png);
  }
  .gnav > li.nav-story > a:after, .gnav > li.nav-story > span:after {
    background-image: url(../images/gnav/nav_x2_story_on.png);
  }
  .gnav > li.nav-chara > a:before, .gnav > li.nav-chara > span:before {
    background-image: url(../images/gnav/nav_x2_chara_off.png);
  }
  .gnav > li.nav-chara > a:after, .gnav > li.nav-chara > span:after {
    background-image: url(../images/gnav/nav_x2_chara_on.png);
  }
  .gnav > li.nav-trailer > a:before, .gnav > li.nav-trailer > span:before {
    background-image: url(../images/gnav/nav_x2_trailer_off.png);
  }
  .gnav > li.nav-trailer > a:after, .gnav > li.nav-trailer > span:after {
    background-image: url(../images/gnav/nav_x2_trailer_on.png);
  }
  .gnav > li.nav-products > a:before, .gnav > li.nav-products > span:before {
    background-image: url(../images/gnav/nav_x2_products_off.png);
  }
  .gnav > li.nav-products > a:after, .gnav > li.nav-products > span:after {
    background-image: url(../images/gnav/nav_x2_products_on.png);
  }
  .gnav > li.nav-theater > a:before, .gnav > li.nav-theater > span:before {
    background-image: url(../images/gnav/nav_x2_theater_off.png);
  }
  .gnav > li.nav-theater > a:after, .gnav > li.nav-theater > span:after {
    background-image: url(../images/gnav/nav_x2_theater_on.png);
  }
  .gnav > li.nav-staff > a:before, .gnav > li.nav-staff > span:before {
    background-image: url(../images/gnav/nav_x2_staff_off.png);
  }
  .gnav > li.nav-staff > a:after, .gnav > li.nav-staff > span:after {
    background-image: url(../images/gnav/nav_x2_staff_on.png);
  }
  .gnav > li.nav-music > a:before, .gnav > li.nav-music > span:before {
    background-image: url(../images/gnav/nav_x2_music_off.png);
  }
  .gnav > li.nav-music > a:after, .gnav > li.nav-music > span:after {
    background-image: url(../images/gnav/nav_x2_music_on.png);
  }
  .gnav > li.nav-special > a:before, .gnav > li.nav-special > span:before {
    background-image: url(../images/gnav/nav_x2_special_off.png);
  }
  .gnav > li.nav-special > a:after, .gnav > li.nav-special > span:after {
    background-image: url(../images/gnav/nav_x2_special_on.png);
  }
  .gnav > li.nav-tw > a:before, .gnav > li.nav-tw > span:before {
    background-image: url(../images/gnav/nav_x2_tw_off.png);
  }
  .gnav > li.nav-tw > a:after, .gnav > li.nav-tw > span:after {
    background-image: url(../images/gnav/nav_x2_tw_on.png);
  }
}
/*	fancybox
--------------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: none;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/bg_menu.png) no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:before, .fancybox-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  background: #d5c589;
}
.fancybox-close:before {
  margin-top: -1px;
  margin-left: -7px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-close:after {
  margin-top: -1px;
  margin-left: -7px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*	Perfect Scrollbar
--------------------------------------------------*/
/* perfect-scrollbar v0.6.11 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #111;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #444;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #111;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #444;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #111;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #444;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #111;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #444;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #111;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #444;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #111;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #444;
}

/***************** kirksville *********************/
@charset "UTF-8";
.pagenavigation_theater {
  margin-bottom: 40px;
}
.pagenavigation_theater li {
  float: left;
  width: 150px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d5c589;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pagenavigation_theater li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.pagenavigation_theater li a:hover {
  background: #d5c589;
  color: #000;
  text-decoration: none;
}

.theater .special_event {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.theater .special_event .event_title {
  width: 200px;
}
.theater .special_event .wrap_days {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
  padding: 30px;
}
.theater .special_event .wrap_days h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #d5c589;
  text-align: center;
  padding-bottom: 8px;
}
.theater .special_event .wrap_days dl {
  margin-bottom: 20px;
}
.theater .special_event .wrap_days dl dt {
  float: left;
  width: 3em;
  font-size: 16px;
}
.theater .special_event .wrap_days dl dd {
  float: left;
  font-size: 16px;
}
.theater .special_event .wrap_days dl dd span {
  font-size: 14px;
}
.theater .special_event .wrap_days dl dd .theaterList p {
  margin: 0;
}
.theater .special_event .wrap_days dl dd .theaterList:not(:last-child) {
  margin-bottom: 15px;
}
.theater .special_event .wrap_days dl dd .theaterList .theater_area {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.theater .special_event .wrap_days dl dd .theaterList p.time {
  margin-left: 10px;
}
.theater .special_event .another_info h4 {
  font-size: 20px;
  margin: 0 auto 15px;
}
.theater .special_event .another_info p {
  font-size: 18px;
}


.specialList ul {
  margin-bottom: 40px;
}

.special .preview .lead {
  margin: 20px 0 30px;
  font-size: 18px;
}
.special .preview .preview_wrap {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.special .preview .preview_wrap dl dt {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.special .preview .preview_wrap dl dd {
  float: left;
  font-size: 16px;
  color: #FFF;
}
.special .preview .preview_wrap dl dd .text {
  margin-bottom: 8px;
  padding: 5px;
  background: trancrate;
  margin-left: 0.5em;
  width: 200px;
}
.special .preview .preview_wrap dl dd .submit {
  background: #d5c589;
  color: #000;
  border: 1px solid #d5c589;
  padding: 5px;
  margin-left: 1.5em;
  width: 200px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.special .preview .preview_wrap dl dd .submit:hover {
  background: #FFF;
  color: #000;
}
.special .preview .preview_wrap .attention {
  margin-top: 30px;
}
.special .preview .preview_wrap .attention li {
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.special .preview .preview_wrap .attention li:before {
  content: "※";
  margin-right: 0.5em;
}
.special .preview .preview_wrap .true_form {
  margin-top: 30px;
}
.special .preview .preview_wrap .true_form .form_title {
  color: #FFF;
  font-size: 18px;
  line-height: 1.4;
  color: #d5c589;
}
.special .preview .preview_wrap .true_form .form_title p {
  font-size: 14px;
  margin: 0;
}
.special .preview .preview_wrap .true_form .form_title p span {
  color: #f00;
  padding-right: 5px;
}
.special .preview .preview_wrap .true_form dl {
  margin-bottom: 8px;
}
.special .preview .preview_wrap .true_form dl dt {
  width: 150px;
}
.special .preview .preview_wrap .true_form dl dt span {
  color: #f00;
  padding-left: 5px;
}
.special .preview .preview_wrap .true_form dl dd {
  width: 580px;
  margin: 0;
}
.special .preview .preview_wrap .true_form dl dd input {
  padding: 5px;
}
.special .preview .preview_wrap .true_form dl dd .elem_fullname_1, .special .preview .preview_wrap .true_form dl dd .elem_fullname_2 {
  width: 40%;
  margin-left: 5px;
}
.special .preview .preview_wrap .true_form dl dd .elem_age {
  width: 3em;
  margin-right: 5px;
}
.special .preview .preview_wrap .true_form dl dd .elem_email, .special .preview .preview_wrap .true_form dl dd .elem_text {
  width: 90%;
}
.special .preview .preview_wrap .true_form dl dd textarea {
  width: 90%;
  padding: 5px;
}
.special .preview .preview_wrap .true_form .submitbtn {
  text-align: center;
  margin-top: 30px;
}
.special .preview .preview_wrap .true_form .submitbtn input {
  width: 30%;
  background: #d5c589;
  color: #000;
  border: 1px solid #d5c589;
  padding: 10px 0;
}
.special .preview .preview_wrap .true_form .submitbtn input:hover {
  background: #FFF;
}
.special .preview .notest {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 60px;
  padding: 30px;
}
.special .preview .notest h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-size: 18px;
}
.special .preview .notest ul li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  font-size: 14px;
}
.special .preview .notest ul li:before {
  content: '※';
  margin-right: 0.5em;
}
.special .preview .notest ul li a {
  color: #d5c589;
  text-decoration: none;
}
.special .preview .notest ul li a:hover {
  text-decoration: underline;
}

/** sp **/
@media (max-width: 800px) {
  .pagenavigation_theater {
    margin-bottom: 40px;
  }
.theater .lang{
  display:block;
  width: 100%;
}
.theater-list .item-02 .item_inner{
  display:block;
  min-height: auto;
}
  .pagenavigation_theater li {
    float: none;
    width: 80%;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
  }

  .theater .special_event .wrap_days dl dt {
    float: none;
    margin-bottom: 8px;
  }
  .theater .special_event .wrap_days dl dd {
    float: none;
  }

  .specialList ul {
    margin-bottom: auto;
  }

  .special .preview .preview_wrap {
    padding: 10px;
  }
  .special .preview .preview_wrap dl dt {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5c589;
  }
  .special .preview .preview_wrap dl dd {
    float: none;
    margin: 0;
    padding: 0;
  }
  .special .preview .preview_wrap .twitter dd {
    text-align: center;
  }
  .special .preview .preview_wrap .true_form .form_title {
    text-align: center;
    border-bottom: 1px solid #d5c589;
    margin: 15px;
    padding-bottom: 15px;
  }
  .special .preview .preview_wrap .true_form dl {
    margin: 0 10px 12px;
  }
  .special .preview .preview_wrap .true_form dl dt, .special .preview .preview_wrap .true_form dl dd {
    width: auto;
  }
  .special .preview .preview_wrap .true_form dl dt {
    border: none;
    text-align: left;
  }
  .special .preview .notest {
    padding: 0;
  }
}