@charset "utf-8";
/* CSS Document */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
* {
  box-sizing: border-box;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: inherit;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
dt,
dd,
menu,
ol,
ul {
  margin: 0;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}
/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}
img {
  max-width: 100%;
}
/* common PC */
@media screen and (min-width: 481px) {
  ._only-sp {
    display: none !important;
  }
}
body {
  background-color: #111;
  color: #fff;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .12em;
}
body.common-scroll-lock {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  margin: 56px auto 120px;
  min-width: 1200px;
}
.common-site-header,
.common-site-footer {
  min-width: 1200px;
}
.common-site-header {
  background-color: #222;
  margin-bottom: 60px;
}
.common-header-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1200px;
  height: 66px;
  margin: auto;
}
.common-header-select-inner h1 {
  position: absolute;
  top: 11.5px;
  left: 0;
}
.common-header-select-inner img {
  display: block;
  width: 120px;
  height: 42px;
}
.common-header-select-inner select {
  padding: 3px 21px 3px 15px;
  font-size: 14px;
  border-color: #444;
  color: #888;
  background-color: transparent;
}
.common-header-select-inner a {
  display: block;
}
.common-header-select-inner .common-header-select {
  position: relative;
  display: inline-block;
}
.common-header-select-inner .common-header-select:not(:last-child) {
  margin-right: 10px;
}
.common-header-select-inner .common-header-select:before,
.common-header-select-inner .common-header-select:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #222;
  pointer-events: none;
}
.common-header-select-inner .common-header-select:before {
  top: 3px;
  right: 4px;
  width: 28px;
  height: 80%;
}
.common-header-select-inner .common-header-select:after {
  top: 9px;
  right: 13px;
  margin-bottom: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  transform: rotate(135deg);
}
.common-navigation {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.common-navigation ul {
  list-style-type: none;
}
.common-navigation img {
  vertical-align: bottom;
}
.common-navigation .common-navigation-logo {
  display: inline-block;
  margin-bottom: 57px;
}
.common-navigation-list {
  margin: auto;
  width: 1000px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common-navigation-list li {
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-navigation-list a {
  position: relative;
  display: inline-block;
  transition: all .3s;
}
.common-navigation-list a:not(:first-child) {
  margin-left: 30px;
}
.common-navigation-list a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s;
}
.common-navigation-list a:hover {
  color: #A2936B;
}
.common-navigation-list a:hover:after {
  background-color: #A2936B;
}
.common-footer-navigation {
  margin-bottom: 60px;
}
.common-sns-icons a {
  position: relative;
  font-size: 0;
  height: 29px;
  width: 29px;
}
.common-sns-icons a:before,
.common-sns-icons a:after {
  position: absolute;
  top: -4px;
  left: 0;
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background-color: transparent;
  background-image: url(/img/premium/icon-sns.png);
  background-size: 58px;
  background-repeat: no-repeat;
}
.common-sns-icons a:after {
  opacity: 0;
  transition: all .3s;
}
.common-sns-icons a:hover:after {
  opacity: 1;
  background-color: transparent;
}
.common-sns-icons img {
  display: none;
}
.common-icon-twitter:before {
  background-position: 0 0;
}
.common-icon-twitter:after {
  background-position: -29px 0;
}
.common-icon-instagram:before {
  background-position: 0 -29px;
}
.common-icon-instagram:after {
  background-position: -29px -29px;
}
.index .common-navigation-index a,
.schedule .common-navigation-schedule a,
.movies .common-navigation-movies a,
.news .common-navigation-news a,
.experience .common-navigation-experience a,
.theaters .common-navigation-theaters a,
.admission .common-navigation-admission a,
.access .common-navigation-access a {
  color: #A2936B;
}
.index .common-navigation-index a:after,
.schedule .common-navigation-schedule a:after,
.movies .common-navigation-movies a:after,
.news .common-navigation-news a:after,
.experience .common-navigation-experience a:after,
.theaters .common-navigation-theaters a:after,
.admission .common-navigation-admission a:after,
.access .common-navigation-access a:after {
  background-color: #A2936B;
}
.top-slider {
  width: 1200px;
  height: 600px;
  margin: 0 auto 60px;
}
.common-newsletter {
  position: relative;
}
.common-newsletter:before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #444;
}
.common-newsletter-content {
  position: relative;
  z-index: 2;
  background-color: #111111;
  width: 1000px;
  margin: 0 auto 60px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  border: 1px solid #444;
  border-radius: 100px;
}
.common-newsletter-content h2 {
  font-weight: normal;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  width: 220px;
  height: 50px;
  color: #A2936B;
  border-right: 1px solid #444;
  font-size: 22px;
  letter-spacing: .2em;
}
.common-newsletter-content .common-newsletter-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 435px;
  height: 50px;
  padding: 0 52px 0 30px;
  font-size: 14px;
  color: #ddd;
}
.common-newsletter-content .common-newsletter-subscribe a {
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  background-color: #A2936B;
  color: #111111;
  border-radius: 50px;
  transition: all .3s;
}
.common-newsletter-content .common-newsletter-subscribe a:before,
.common-newsletter-content .common-newsletter-subscribe a:after {
  position: absolute;
  content: '';
  display: block;
}
.common-newsletter-content .common-newsletter-subscribe a:before {
  top: 21.5px;
  right: 21px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
}
.common-newsletter-content .common-newsletter-subscribe a:after {
  top: 24.5px;
  right: 20px;
  width: 12px;
  height: 1px;
  background-color: #111111;
}
.common-newsletter-content .common-newsletter-subscribe a:hover {
  background-color: #8C805E;
}
.common-pagetop {
  position: relative;
  display: none;
  width: 1200px;
  margin: auto;
  text-align: right;
  padding-right: 60px;
  font-size: 0;
}
.common-pagetop .common-pagetop-scroll {
  position: fixed;
  bottom: 25px;
  z-index: 50;
  width: 60px;
  height: 60px;
  border: 1px solid #A2936B;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.8);
}
.common-pagetop .common-pagetop-scroll:focus {
  outline: none;
}
.common-pagetop .common-pagetop-scroll:focus-visible {
  outline: none;
}
.common-pagetop .common-pagetop-scroll:after {
  position: absolute;
  top: 26px;
  left: 23px;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #A2936B;
  border-right: 1px solid #A2936B;
  transform: rotate(-45deg);
}
.common-pagetop-stopped .common-pagetop-scroll {
  position: absolute;
  right: 0;
  bottom: 46px;
}
.common-sitemap {
  background-color: #fff;
  color: #333;
  height: 120px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-sitemap img,
.common-sitemap a {
  display: inline-block;
}
.common-sitemap .common-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}
.common-sitemap .common-footer-logo img,
.common-sitemap .common-footer-logo a {
  display: block;
}
.common-sitemap .common-footer-logo a {
  margin-right: 10px;
}
.common-footer-sub {
  background-color: #bbb;
  color: #333;
  height: 45px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-footer-bottom {
  height: 45px;
  background-color: #323332;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* content */
.common-content-block {
  width: 1000px;
  padding: 70px 40px;
  margin: auto;
  background-color: #222;
}
.common-content-block:not(:last-child) {
  margin-bottom: 60px;
}
.common-content-block h2 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .2em;
  line-height: 1;
}
.common-content-block h2:after {
  content: '';
  display: block;
  margin: 14px auto 0;
  width: 60px;
  height: 1px;
  background-color: #A2936B;
}
.common-content-block h2 .common-content-block-subtitle {
  display: block;
  font-size: 9px;
  font-family: 'BIZ UDPGothic', sans-serif;
  letter-spacing: .12em;
  margin-top: 6px;
  margin-bottom: 17px;
}
.common-content-block img {
  display: block;
}
.common-content-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-content-block-left {
  order: 1;
}
.common-content-block-right {
  order: 2;
}
.common-content-block-left,
.common-content-block-right {
  width: 50%;
}
.common-content-block-left h3,
.common-content-block-right h3,
.common-content-block-left p,
.common-content-block-right p {
  margin-bottom: 30px;
}
.common-content-block-left h3,
.common-content-block-right h3 {
  color: #A2936B;
  font-size: 20px;
}
.common-content-block-left p,
.common-content-block-right p {
  font-size: 14px;
}
.common-content-block-left h3,
.common-content-block-left p,
.common-content-block-left a {
  margin-right: 30px;
}
.common-content-block-right h3,
.common-content-block-right p,
.common-content-block-right a {
  margin-left: 30px;
}
.common-content-block-right img {
  margin-left: auto;
}
.common-content-button {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 50px 17px 35px;
  background-color: #A2936B;
  color: #111111;
  border-radius: 50px;
}
.common-content-button:before,
.common-content-button:after {
  position: absolute;
  content: '';
  display: block;
}
.common-content-button:before {
  top: 21.5px;
  right: 21px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
}
.common-content-button:after {
  top: 24.5px;
  right: 20px;
  width: 12px;
  height: 1px;
  background-color: #111111;
}
.common-content-block-list {
  list-style-type: none;
}
.common-list-important {
  position: relative;
  top: -2px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  background-color: #A2936B;
  color: #111111;
  font-size: 11px;
  padding: 0 8px;
  white-space: nowrap;
  line-height: 1.7;
}
.common-list-important.red {
  background-color: #982C2C;
  color: #ffffff;
}
.common-news-time {
  color: #A2936B;
  margin-right: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-top: 0.5px;
}
.common-news-list h3 {
  padding-top: 3px;
}
.common-anchor-arrow {
  text-align: right;
}
.site a,
.common-arrow-right,
.common-arrow-left {
  position: relative;
  display: inline-block;
  color: #A2936B;
  font-size: 14px;
  line-height: 1.8;
}
.site a:after,
.common-arrow-right:after,
.common-arrow-left:after {
  position: absolute;
  top: 4px;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/img/premium/icon-anchor-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.common-arrow-left {
  padding-left: 25px;
}
.common-arrow-left:after {
  left: 0;
}
.site a,
.common-arrow-right {
  padding-right: 23px;
}
.site a:after,
.common-arrow-right:after {
  right: 0;
}
.common-button {
  background-color: #A2936B;
  color: #111111;
  transition: all .3s;
}
.common-button:hover {
  background-color: #8C805E;
}
.common-seat-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  width: 100%;
  height: 100%;
}
.common-seat-modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}
.common-seat-modal-img {
  position: relative;
  padding-top: 80px;
}
.common-seat-modal-close {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 3;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #A2936B;
  border-radius: 40px;
  background-color: #111111;
}
.common-seat-modal-close:before,
.common-seat-modal-close:after {
  position: relative;
  left: 4px;
  display: block;
  content: "";
  width: 18px;
  height: 1px;
  background: #A2936B;
}
.common-seat-modal-close:before {
  top: 1px;
  transform: rotate(-45deg);
}
.common-seat-modal-close:after {
  transform: rotate(45deg);
}
.access .common-content-block .access-content-time-inner > p {
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: inherit;
}
.access .common-content-block .access-content-time-inner > p span:not([class]) {
  font-size: 14px;
}
.access .access-content-time-inner .access-time {
  color: #A2936B;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2.9px;
}
.access-content-time-inner strong {
  font-weight: bold;
}
.access-content-time-inner small {
  font-size: 12px;
}
.access-content-time-inner a,
.access-content-car-right-txt a {
  text-decoration: underline;
  color: #A2936B;
}
#overture-link {
  text-decoration: underline;
  color: #A2936B;
  margin-left: 0px;
}

@media screen and (max-width: 480px) {
  ._only-pc {
    display: none !important;
  }
  ._only-sp {
    display: block;
  }
  body {
    font-size: 12px;
    min-width: 320px;
  }
  main {
    margin: 0 auto 60px;
    min-width: unset;
  }
  .common-site-header,
  .common-site-footer {
    min-width: unset;
  }
  .common-header-select-inner,
  .common-pagetop,
  .common-navigation,
  .common-newsletter-content {
    width: 100%;
  }
  .common-site-header-fixed {
    padding-top: 50px;
  }
  .common-site-header-fixed .common-site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .common-site-header-fixed #emergency {
    opacity: 0;
  }
  .common-site-header {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .common-site-header .common-header-select {
    display: none;
  }
  .common-site-header .common-header-sp-navigation {
    display: block;
  }
  .common-header-select-inner {
    height: 50px;
  }
  .common-header-select-inner img {
    margin-left: 12px;
    width: 85px;
    height: 30px;
  }
  .common-sp-menu-trigger {
    position: absolute;
    top: 10px;
    right: 17px;
    width: 25px;
    height: 25px;
    z-index: 85;
    overflow: hidden;
  }
  .common-sp-menu-trigger button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    display: block;
    position: relative;
    z-index: -1;
    top: 12.5px;
    width: 26px;
    height: 2px;
    background: #A2936B;
    transition: all 0.3s ease-out;
  }
  .common-sp-menu-trigger button:before,
  .common-sp-menu-trigger button:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #A2936B;
  }
  .common-sp-menu-trigger button:before {
    top: -8px;
  }
  .common-sp-menu-trigger button:after {
    top: 8px;
  }
  .common-sp-menu-trigger.common-navigation-active button {
    background: rgba(0, 0, 0, 0);
  }
  .common-sp-menu-trigger.common-navigation-active button:before {
    top: 0;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .common-sp-menu-trigger.common-navigation-active button:after {
    top: 0;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .common-header-navigation {
    padding-top: 50px;
  }
  .common-header-navigation .common-navigation-block {
    display: none;
    position: fixed;
    z-index: 80;
    top: 50px;
    width: 100%;
    height: 100%;
    background-color: #111111;
    padding: 50px 0;
  }
  .common-navigation-block {
    width: 100%;
    margin: 0;
  }
  .common-sp-submenu {
    font-size: 11px;
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #444;
    margin: 0 40px;
    color: #ddd;
  }
  .common-sp-submenu ul {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .common-sp-submenu li {
    margin-bottom: 15px;
  }
  .common-sp-submenu li:nth-child(even) {
    padding-left: 10px;
  }
  .common-sp-submenu .common-sp-navigation-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-sp-submenu .common-sp-navigation-footer a:not(:last-child) {
    margin-right: 15px;
  }
  .common-sp-submenu .common-sns-icons {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-sp-submenu .common-sns-icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #444;
    border-radius: 100%;
  }
  .common-sp-submenu .common-sns-icons .common-icon-twitter img {
    width: 14px;
    height: 11px;
  }
  .common-sp-submenu .common-sns-icons .common-icon-instagram img {
    width: 15px;
    height: 15px;
  }
  .common-sp-submenu .common-sns-icons img {
    display: inline-block;
  }
  .common-sp-submenu .common-select-language {
    width: 50%;
    font-family: "Josefin Sans", sans-serif;
    padding-left: 10px;
  }
  .common-sp-submenu .common-select-language a {
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: #444;
    color: #888;
    font-size: 14px;
  }
  .common-sp-submenu .common-select-language .common-language-active {
    border: 1px solid #A2936B;
    color: #A2936B;
    background-color: #111111;
  }
  .common-sns-icons a {
    width: auto;
    height: auto;
  }
  .common-sns-icons a:before,
  .common-sns-icons a:after {
    content: none;
  }
  .common-navigation .common-navigation-logo {
    margin-bottom: 45px;
  }
  .common-navigation .common-navigation-logo img {
    width: 280px;
    height: 36px;
  }
  .common-navigation .common-navigation-list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 238px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .common-navigation .common-navigation-list .common-sns-icons {
    display: none;
  }
  .common-navigation .common-navigation-list li {
    line-height: 1.2;
    margin-bottom: 40px;
    padding-left: 40px;
  }
  .common-navigation .common-navigation-list li:nth-child( n + 5) {
    padding-left: 10px;
  }
  .common-navigation li {
    width: 50%;
  }
  .top-slider {
    height: 188px;
  }
  .flexslider .slides img {
    height: 188px;
  }
  .common-newsletter-content {
    padding: 40px 0;
    display: block;
    height: auto;
    border-radius: 0;
    border: none;
    background-color: #222;
  }
  .common-newsletter-content h2 {
    font-size: 18px;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    border: none;
    margin-bottom: 30px;
  }
  .common-newsletter-content .common-newsletter-info {
    display: block;
    width: 274px;
    margin: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
    font-size: 12px;
  }
  .common-newsletter-content .common-newsletter-subscribe {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .common-newsletter-content .common-newsletter-subscribe a {
    font-size: 14px;
    width: 100%;
  }
  .common-sitemap {
    height: auto;
    display: block;
    padding: 20px;
  }
  .common-sitemap .common-footer-logo {
    margin: 0 auto 15px;
    padding: 10px 0;
  }
  .common-sitemap .common-theatre-select {
    width: calc( 100% - 160px );
  }
  .common-sitemap .common-footer-nav {
    font-size: 12px;
    text-align: center;
  }
  .common-footer-sub {
    font-size: 12px;
  }
  .common-footer-bottom {
    font-size: 8px;
  }
  .common-footer-sub {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    line-height: 45px;
    padding: 0 25px;
  }
  .common-footer-sub-inner {
    white-space: nowrap;
  }
  .common-footer-sub-inner a:last-child {
    position: relative;
  }
  .common-footer-sub-inner a:last-child:after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 1px;
    width: 25px;
    background-color: transparent;
  }
  .common-pagetop {
    width: 100%;
  }
  .common-pagetop .common-pagetop-scroll {
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 80px;
  }
  .common-pagetop .common-pagetop-scroll:after {
    top: 14px;
    left: 12px;
    width: 10px;
    height: 10px;
  }
  .common-pagetop-stopped .common-pagetop-scroll {
    bottom: 60px;
  }
  /* content block */
  .common-content-block {
    width: auto;
    padding: 50px 20px;
  }
  .common-content-block:not(:last-child) {
    margin-bottom: 40px;
  }
  .common-content-block h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .common-content-block h2:after {
    margin-top: 11px;
    width: 45px;
  }
  .common-content-block h2 .common-content-block-subtitle {
    font-size: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .common-content-block img {
    margin-bottom: 40px;
  }
  .common-content-block-inner {
    display: block;
  }
  .common-content-block-left,
  .common-content-block-right {
    width: 100%;
  }
  .common-content-block-left h3,
  .common-content-block-right h3,
  .common-content-block-left p,
  .common-content-block-right p,
  .common-content-block-left a,
  .common-content-block-right a {
    margin: auto;
  }
  .common-content-block-left h3,
  .common-content-block-right h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .common-content-block-left p,
  .common-content-block-right p {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .common-content-button {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .common-news-list h3 {
    padding-top: 0;
  }
  .common-news-time {
    font-size: 12px;
    padding-top: 0;
  }
  .common-anchor-arrow {
    font-size: 12px;
  }
  .common-anchor-arrow a {
    padding-right: 17px;
  }
  .common-anchor-arrow a:after {
    top: 4px;
    width: 13px;
    height: 13px;
  }
  .common-list-important {
    position: relative;
    font-size: 10px;
    margin-right: 10px;
    padding: 2px 8px;
    top: -1px;
    line-height: 1.5;
  }
  .common-pagetitle {
    display: block;
    text-align: center;
    font-size: 24px;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.18em;
    color: #A2936B;
    margin-bottom: 30px;
    line-height: 1;
  }
  .common-seat-modal-close {
    top: 10px;
    right: 27px;
    z-index: 252;
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;
  }
  .common-seat-modal-close:before,
  .common-seat-modal-close:after {
    height: 2px;
    width: 26px;
  }
  .common-seat-modal-close:before {
    top: 1.5px;
  }
  .common-seat-modal-close:after {
    top: 0;
  }
  .common-seat-modal-inner {
    padding-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-seat-modal-img {
    position: static;
    padding-top: 0;
  }
  .common-seat-modal-img img {
    position: relative;
    z-index: inherit;
  }
}
