@charset "UTF-8";
article, aside, figcaption, figure,
header, main, nav, footer, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* basic */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, header, footer, section {
  margin: 0;
}

/* text */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

dl, dd, p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b, strong {
  font-weight: bold;
}

/* code/pre */
code, pre {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

/* sub/sup */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* visual */
img {
  border: 0;
  vertical-align: top;
}

img[usemap] {
  height: auto;
  max-width: 100%;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/* other */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
}

mark {
  background: #ff0;
  color: #000;
}

/* form */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  /*font-family: inherit;*/
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* =============== variable =============== */
/* =============== extend =============== */
#site-header .inner, #site-footer .inner, .main-visual .inner, .mod-banner ul, .about-imax .inner, .imax-voice .slide-wrapper, .imax-schedule .inner, .exp-report .inner, .mod-about .inner, .mod-voice .inner, .mod-schedule .inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 960px;
}

@media screen and (min-width: 961px) {
  #site-header .inner, #site-footer .inner, .main-visual .inner, .mod-banner ul, .about-imax .inner, .imax-voice .slide-wrapper, .imax-schedule .inner, .exp-report .inner, .mod-about .inner, .mod-voice .inner, .mod-schedule .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.mod-banner ul:after, .about-imax .points .point:after, .imax-schedule .movies .movie:after, .exp-report .lyt-column:after, .mod-voice .inner:after, .mod-schedule .movies:after {
  display: block;
  clear: both;
  content: "";
}

#site-header a:hover,
#site-footer .go-top a:hover,
#site-footer .furec a:hover,
#site-footer .logo a:hover,
#site-footer .nav a:hover,
.mod-about .more a:hover,
.mod-voice .nav a:hover,
.mod-schedule .movies a:hover,
#site-header a:active,
#site-footer .go-top a:active,
#site-footer .furec a:active,
#site-footer .logo a:active,
#site-footer .nav a:active,
.mod-about .more a:active,
.mod-voice .nav a:active,
.mod-schedule .movies a:active,
#site-header a:focus, #site-footer .go-top a:focus, #site-footer .furec a:focus, #site-footer .logo a:focus, #site-footer .nav a:focus, .mod-about .more a:focus, .mod-voice .nav a:focus, .mod-schedule .movies a:focus {
  opacity: .8;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
          transition: opacity 0.2s ease-in-out 0s;
}

/* =============== base =============== */
body {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  line-height: 1.5em;
}

body * {
  box-sizing: border-box;
}

/* link color */
a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* =============== コンテナ =============== */
#container {
  overflow: hidden;
  background: url(../../common/images/bg_cinema02.jpg) repeat-y 0 bottom;
  background-size: 100% auto;
}

/* =============== ヘッダー =============== */
#site-header {
  padding-bottom: 4px;
  background: url(../../common/images/bg_stripe01.png) repeat-x 0 20px #000;
}

@media screen and (max-width: 768px) {
  #site-header {
    background-position: 0 30px;
  }
}

#site-header .inner {
  position: relative;
}

#site-header .logo {
  position: absolute;
  top: 36px;
  right: -6px;
}

@media screen and (max-width: 768px) {
  #site-header .logo {
    position: relative;
    top: 0;
    right: 0;
    padding-top: 14px;
  }
}

#site-header .imax {
  margin-bottom: 30px;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  #site-header .imax {
    margin-bottom: 14px;
    padding-top: 0;
    padding-left: 5px;
  }
  #site-header .imax img {
    max-width: 50%;
  }
}

/* 下層ページ */
.next #site-header {
  margin-bottom: 35px;
}

/* =============== ナビゲーション =============== */
#site-nav .gnav {
  text-align: right;
}

#site-nav .gnav li {
  display: inline-block;
  margin-left: 25px;
}

/* =============== コンテンツ =============== */
/* =============== フッター =============== */
#site-footer {
  background-color: #000;
  /* ページ先頭へ */
  /* ロゴ */
  /* 住所、電話番号 */
  /* ナビ */
}

#site-footer .inner {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
}

#site-footer .go-top {
  position: absolute;
  top: -65px;
  right: 0;
}

@media screen and (max-width: 960px) {
  #site-footer .go-top {
    right: 10px;
  }
}

#site-footer .go-top a {
  display: block;
  padding: 65px 10px 10px;
  background-color: #000;
}

#site-footer .go-top .arrow01,
#site-footer .go-top .arrow02 {
  display: block;
  position: relative;
}

#site-footer .go-top .arrow01:before,
#site-footer .go-top .arrow01:after,
#site-footer .go-top .arrow02:before,
#site-footer .go-top .arrow02:after {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #55c1e9;
  content: "";
}

#site-footer .go-top .arrow01:before,
#site-footer .go-top .arrow02:before {
  margin-left: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#site-footer .go-top .arrow01:after,
#site-footer .go-top .arrow02:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#site-footer .go-top .arrow01 {
  top: -30px;
}

#site-footer .go-top .arrow02 {
  top: -45px;
}

#site-footer .furec {
  margin-bottom: 20px;
}

#site-footer .furec a {
  display: inline-block;
  padding: 5px 8px;
  background-color: #fff;
}

#site-footer .furec img {
  width: 120px;
}

#site-footer .logo {
  margin-bottom: 6px;
}

#site-footer .company {
  font-size: .9rem;
}

#site-footer .nav {
  position: absolute;
  top: 50px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #site-footer .nav {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  #site-footer .nav {
    right: 20px;
  }
}

#site-footer .nav a {
  display: block;
  position: relative;
  padding: 4px 0 0 20px;
  height: 30px;
  text-decoration: none;
}

#site-footer .nav a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #57b7dc;
  font-size: .8rem;
  content: "▶";
}

@media screen and (max-width: 768px) {
  #site-footer .nav ul {
    padding-right: 60px;
  }
  #site-footer .nav li {
    display: inline-block;
    margin-right: 10px;
  }
}

/* 下層ページ */
.next #site-footer {
  margin-top: 100px;
}

/* =============== TOPページ =============== */
/* メインビジュアル */
.main-visual {
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 960px) {
  .main-visual .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.main-visual .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.main-visual .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-banner {
  padding: 10px 0;
  background-color: #000;
}

.mod-banner ul li {
  float: left;
  margin-right: 2.708%;
}

.mod-banner ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .mod-banner ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 489px) {
  .mod-banner ul li {
    margin-bottom: 10px;
    width: 48%;
  }
  .mod-banner ul li:nth-child(2n) {
    margin-right: 0;
  }
}

/* =============== IMAXデジタルシアターとは？ =============== */
.about-imax {
  /* タイトル */
  /* ナビ */
  /* 動画 */
  /* 4つのポイント */
}

.about-imax .inner {
  position: relative;
}

.about-imax .page-title {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-imax .page-title img {
    max-width: 80%;
  }
}

.about-imax .text-intro {
  margin: 0 auto 35px;
  max-width: 720px;
  font-size: .9rem;
}

.about-imax .nav {
  margin: 0 auto 15px;
  max-width: 720px;
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .about-imax .nav {
    text-align: center;
  }
}

.about-imax .nav li {
  display: inline-block;
  margin: 0 40px 10px 0;
}

.about-imax .nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .about-imax .nav li {
    display: block;
    margin: 0 0 20px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .about-imax .nav li {
    margin: 0 10px 10px;
  }
}

@media screen and (min-width: 851px) {
  .about-imax .nav li:nth-child(3) {
    margin-left: 50px;
  }
}

.about-imax .youtube {
  margin: 0 auto 80px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .about-imax .youtube {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .about-imax .youtube {
    width: 80%;
  }
}

.about-imax .youtube .iframeWrap {
  position: relative;
  padding-top: 58%;
}

.about-imax .youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 769px) {
  .about-imax .points .point:nth-child(odd) {
    margin-left: 50px;
  }
}

.about-imax .points .content {
  float: left;
  width: 540px;
}

@media screen and (max-width: 768px) {
  .about-imax .points .content {
    float: none;
    width: 100%;
  }
}

.about-imax .points .image {
  margin-left: 570px;
}

@media screen and (max-width: 768px) {
  .about-imax .points .image {
    margin-left: 0;
  }
}

.about-imax .points .title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #57b7dc;
}

.about-imax .points .text {
  font-size: .9rem;
}

.about-imax .exp-movie {
  position: relative;
  margin: 20px auto 45px;
  padding: 15px 20px;
  border: 1px solid #55c1e9;
  width: 580px;
}

@media screen and (max-width: 599px) {
  .about-imax .exp-movie {
    width: 100%;
  }
}

.about-imax .exp-movie .title {
  margin: 10px 0 12px;
  padding-bottom: 0;
  border-bottom-width: 0;
}

@media screen and (max-width: 767px) {
  .about-imax .exp-movie {
    margin-top: 10px;
  }
  .about-imax .exp-movie .text {
    margin-bottom: 1em;
  }
  .about-imax .exp-movie .movie {
    position: relative;
    padding-top: 58%;
  }
  .about-imax .exp-movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .about-imax .exp-movie {
    padding-right: 225px;
    min-height: 124px;
  }
  .about-imax .exp-movie .text {
    line-height: 1.5;
    font-size: .75rem;
  }
  .about-imax .exp-movie a {
    position: absolute;
    top: 15px;
    right: 20px;
  }
}

#about .fs-lightbox-content {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fs-lightbox video {
    display: block;
    width: 600px;
    height: 340px;
  }
}

@media screen and (min-width: 800px) {
  .fs-lightbox video {
    display: block;
    width: 720px;
    height: 408px;
  }
}

/* =============== ハリウッドの著名人がIMAX大絶賛！ =============== */
.imax-voice {
  margin-top: 60px;
  margin-bottom: 60px;
  /* スライド */
  /* ナビ */
}

.imax-voice .slide-wrapper {
  min-height: 300px;
}

.imax-voice .slide-viewport {
  overflow: visible !important;
}

.imax-voice .slides .slide-inner {
  padding: 0 70px;
}

@media screen and (max-width: 480px) {
  .imax-voice .slides .slide-inner {
    padding: 0 50px;
  }
}

.imax-voice .name {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #57b7dc;
  text-align: center;
}

.imax-voice .works {
  color: #57b7dc;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .imax-voice .works {
    font-size: .8rem;
  }
}

.imax-voice .comment {
  padding: 20px 10px;
  font-size: .9rem;
}

@media screen and (max-width: 480px) {
  .imax-voice .comment {
    padding: 10px 0;
    font-size: .8rem;
  }
}

.imax-voice .slide-direction-nav {
  position: relative;
}

.imax-voice .slide-direction-nav .arrow01,
.imax-voice .slide-direction-nav .arrow02 {
  display: block;
  position: relative;
  top: 40px;
}

.imax-voice .slide-direction-nav .arrow01:before,
.imax-voice .slide-direction-nav .arrow01:after,
.imax-voice .slide-direction-nav .arrow02:before,
.imax-voice .slide-direction-nav .arrow02:after {
  position: absolute;
  left: 46%;
  margin-left: -11px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  content: "";
}

.imax-voice .slide-direction-nav .arrow01:after,
.imax-voice .slide-direction-nav .arrow02:after {
  bottom: -17px;
}

.imax-voice .slide-direction-nav .slide-nav-prev,
.imax-voice .slide-direction-nav .slide-nav-next {
  position: absolute;
  top: 60px;
}

@media screen and (max-width: 480px) {
  .imax-voice .slide-direction-nav .slide-nav-prev,
  .imax-voice .slide-direction-nav .slide-nav-next {
    top: 80px;
  }
  .imax-voice .slide-direction-nav .slide-nav-prev img,
  .imax-voice .slide-direction-nav .slide-nav-next img {
    width: 70%;
  }
}

.imax-voice .slide-direction-nav .slide-nav-prev {
  left: -25px;
}

@media screen and (max-width: 960px) {
  .imax-voice .slide-direction-nav .slide-nav-prev {
    left: 0;
  }
}

.imax-voice .slide-direction-nav .slide-nav-next {
  right: -25px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .imax-voice .slide-direction-nav .slide-nav-next {
    right: 0;
  }
}

/* =============== 上映作品 =============== */
.imax-schedule {
  /* タイトル */
  /* 作品情報 */
}

.imax-schedule .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.imax-schedule .title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .imax-schedule .title {
    text-align: center;
  }
  .imax-schedule .title img {
    max-width: 80%;
  }
}

.imax-schedule .movies .movie {
  margin-bottom: 30px;
}

.imax-schedule .movies .name {
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #57b7dc;
}

@media screen and (max-width: 480px) {
  .imax-schedule .movies .name {
    font-size: .9rem;
  }
}

.imax-schedule .movies .name img {
  width: 121px;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .imax-schedule .movies .name img {
    display: block;
    margin-bottom: 6px;
    width: 70px;
    vertical-align: top;
  }
}

.imax-schedule .movies .image {
  float: left;
}

@media screen and (max-width: 700px) {
  .imax-schedule .movies .image {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 701px) {
  .imax-schedule .movies .image {
    width: 300px;
  }
}

.imax-schedule .movies .image .main {
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .imax-schedule .movies .image .thumbnails {
    text-align: center;
  }
}

.imax-schedule .movies .image .thumbnails li {
  display: inline-block;
  margin: 0 4% 4% 0;
}

.imax-schedule .movies .image .thumbnails li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 701px) {
  .imax-schedule .movies .image .thumbnails li:nth-child(3n) {
    margin-right: 0;
  }
}

.imax-schedule .movies .image .thumbnails li img {
  vertical-align: middle;
}

.imax-schedule .movies .content {
  margin-left: 320px;
  font-size: .75rem;
}

@media screen and (max-width: 700px) {
  .imax-schedule .movies .content {
    margin-left: 0;
  }
}

.imax-schedule .movies .content p {
  margin-bottom: 1em;
}

.imax-schedule .movies .content .cinema {
  font-size: .9rem;
}

.imax-schedule .movies .content .cinema img {
  width: 228px;
  vertical-align: middle;
}

.imax-schedule .movies .date {
  font-size: 140%;
}

.imax-schedule .movies .copyLicense {
  font-size: 60%;
}

/* =============== 体験レポート =============== */
.exp-report {
  /* タイトル */
}

.exp-report .inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .exp-report .inner {
    margin-bottom: 200px;
  }
}

.exp-report .page-title {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .exp-report .page-title img {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .exp-report .lyt-column .col-01 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .exp-report .lyt-column .col-01 {
    float: left;
    width: 47.917%;
  }
  .exp-report .lyt-column .col-02 {
    float: right;
    padding-top: 70px;
    width: 42.708%;
  }
}

.exp-report .report-staff .hdg {
  margin-bottom: 24px;
  padding-bottom: 30px;
  border-bottom: 2px solid #57b7dc;
}

.exp-report .report-staff p,
.exp-report .report-staff .name {
  font-size: .9rem;
}

.exp-report .report-staff .name {
  margin-top: 30px;
  text-align: right;
}

.exp-report .movie .movie-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.exp-report .movie .movie-meta .hdg {
  margin-bottom: 20px;
}

.exp-report .movie .movie-meta .image {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 30px;
}

.exp-report .movie .content {
  line-height: 1.66;
  font-size: .75rem;
}

/* =============== フェードインアニメーション =============== */
.js .js-fadein {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}

.js .js-fadein.fadein {
  opacity: 1;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* =============== モジュール =============== */
/* IMAXデジタルシアターとは？ */
.mod-about {
  background-color: rgba(255, 255, 255, 0.1);
  /* タイトル */
  /* ナビ */
  /* スクロールアイコン */
}

.mod-about .inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}

.mod-about .title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mod-about .title img {
    max-width: 80%;
  }
}

.mod-about .nav {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .mod-about .nav {
    padding: 0 150px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .mod-about .nav {
    padding: 0 60px;
  }
}

.mod-about .nav li {
  display: inline-block;
  margin: 0 12px 12px;
}

.mod-about .more {
  text-align: center;
}

.mod-about .scroll {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 60px;
  border-radius: 0 0 60px 60px;
  background-color: #57b7dc;
}

.mod-about .scroll a {
  display: block;
  width: 120px;
  height: 60px;
}

.mod-about .scroll .arrow01,
.mod-about .scroll .arrow02 {
  display: block;
  position: relative;
}

.mod-about .scroll .arrow01:before,
.mod-about .scroll .arrow01:after,
.mod-about .scroll .arrow02:before,
.mod-about .scroll .arrow02:after {
  position: absolute;
  left: 46%;
  margin-left: -11px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  content: "";
}

.mod-about .scroll .arrow01:before,
.mod-about .scroll .arrow02:before {
  margin-left: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-about .scroll .arrow01:after,
.mod-about .scroll .arrow02:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-about .scroll .arrow01 {
  top: 34px;
}

.mod-about .scroll .arrow02 {
  top: 20px;
}

/* ハリウッドの著名人がIMAX大絶賛 */
.mod-voice {
  background-color: #000;
  /* タイトル */
  /* ナビ */
  /* スクロールアイコン */
}

.mod-voice .inner {
  position: relative;
  padding-top: 105px;
  padding-bottom: 20px;
  background: url(../../voice/images/bg_film.png) no-repeat 0 bottom;
}

@media screen and (max-width: 768px) {
  .mod-voice .inner {
    padding-top: 30px;
  }
}

.mod-voice .title {
  position: absolute;
  top: -24px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .mod-voice .title {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    text-align: right;
  }
}

.mod-voice .nav {
  float: right;
  width: 352px;
}

@media screen and (max-width: 480px) {
  .mod-voice .nav {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.mod-voice .nav li {
  margin-bottom: 12px;
}

.mod-voice .scroll {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 60px;
  border-radius: 60px 60px 0 0;
  background-color: #000;
}

.mod-voice .scroll a {
  display: block;
  width: 120px;
  height: 60px;
}

.mod-voice .scroll .arrow01,
.mod-voice .scroll .arrow02 {
  display: block;
  position: relative;
}

.mod-voice .scroll .arrow01:before,
.mod-voice .scroll .arrow01:after,
.mod-voice .scroll .arrow02:before,
.mod-voice .scroll .arrow02:after {
  position: absolute;
  left: 46%;
  margin-left: -11px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  content: "";
}

.mod-voice .scroll .arrow01:before,
.mod-voice .scroll .arrow02:before {
  margin-left: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod-voice .scroll .arrow01:after,
.mod-voice .scroll .arrow02:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-voice .scroll .arrow01 {
  top: 40px;
}

.mod-voice .scroll .arrow02 {
  top: 26px;
}

/* IMAXスケジュール */


.mod-schedule {
  background-color: rgba(0, 0, 0, 0.3);
  /* タイトル */
  /* 作品情報 */
}


.movie h3{
	font-size:2em;	
	line-height:1.6;
}

.movie h4{
	font-size:1.5em;	
	line-height:1.6;
}

.movie h5{
	font-size:1.0em;	
	line-height:1.6;
}

.mod-schedule .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 120px;
}

.mod-schedule .title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .mod-schedule .title {
    text-align: center;
  }
  .mod-schedule .title img {
    max-width: 80%;
  }
}

.mod-schedule .sub-title {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 0 8px 120px;
  border-bottom: 1px solid #57b7dc;
}

@media screen and (max-width: 768px) {
  .mod-schedule .sub-title {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    padding: 0 0 8px;
    text-align: center;
  }
}

.mod-schedule .movies .movie {
  display: inline-block;
  margin: 0 3.5% 2.5% 0;
  width: 31%;
  vertical-align: top;
  font-size: .75rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .mod-schedule .movies .movie {
    display: block;
    margin: 0 0 3%;
    width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 960px) {
  .mod-schedule .movies .movie {
    margin: 0 3.5% 2.5% 0;
    width: 48.25%;
  }
  .mod-schedule .movies .movie:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 961px) {
  .mod-schedule .movies .movie:nth-child(3n) {
    margin-right: 0;
  }
}

.mod-schedule .movies a {
  display: block;
  text-decoration: none;
}

.mod-schedule .movies .name {
  margin-bottom: 10px;
  padding: .2em 0;
  background-color: #57b7dc;
}

.mod-schedule .movies .day {
  margin-top: 8px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/common/images/loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(/common/images/icon_arrow_lr.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(/common/images/icon_arrow_lr.png) no-repeat -38px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  outline: 0;
  width: 38px;
  height: 85px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/*! formstone v0.8.8 [lightbox.css] 2015-09-15 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-lightbox-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-lightbox
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-open
	 * @type modifier
	 * @description Indicates open state
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-loading
	 * @type modifier
	 * @description Indicates loading state
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-animating
	 * @type modifier
	 * @description Indicates animating state
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-mobile
	 * @type modifier
	 * @description Indicates mobile display
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-fixed
	 * @type modifier
	 * @description Indicates fixed positioning
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-inline
	 * @type modifier
	 * @description Indicates inline content
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-iframed
	 * @type modifier
	 * @description Indicates iFrame content
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-has_caption
	 * @type modifier
	 * @description Indicates caption is present
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-has_controls
	 * @type modifier
	 * @description Indicates controls are present
	 */
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateZ(0);
  /**
		 * @class
		 * @name .fs-lightbox-overlay
		 * @type element
		 * @description Overlay element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-close
		 * @type element
		 * @description Close element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-loading_icon
		 * @type element
		 * @description Loading icon element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-container
		 * @type element
		 * @description Container element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-content
		 * @type element
		 * @description Content element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-image
		 * @type element
		 * @description Image element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-video
		 * @type element
		 * @description Video element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-iframe
		 * @type element
		 * @description iFrame element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-tools
		 * @type element
		 * @description Tools element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-meta
		 * @type element
		 * @description Meta info element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-controls
		 * @type element
		 * @description Controls container element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control
		 * @type element
		 * @description Control element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control.fs-lightbox-control_previous
		 * @type modifier
		 * @description Indicates previous control
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control.fs-lightbox-control_next
		 * @type modifier
		 * @description Indicates next control
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control.fs-lightbox-control_disabled
		 * @type modifier
		 * @description Indicates disbaled state
		 */
  /**
		 * @class
		 * @name .fs-lightbox-position
		 * @type element
		 * @description Position element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-position_current
		 * @type element
		 * @description Current position element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-position_total
		 * @type element
		 * @description Total position element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-caption
		 * @type element
		 * @description Caption element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-error
		 * @type element
		 * @description Error message element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-lock
		 * @type modifier
		 * @description Indicates locked state; Applied to body element
		 */
}

.fs-lightbox,
.fs-lightbox *:not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-lightbox-inline {
  padding: 30px;
}

.fs-lightbox-animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

.fs-lightbox-animating .fs-lightbox-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s;
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.fs-lightbox-open {
  opacity: 1;
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}

.fs-lightbox-close {
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}

.fs-lightbox-close:focus {
  outline: none;
}

.fs-lightbox-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.no-opacity .fs-lightbox-close {
  text-indent: -999px;
}

.fs-lightbox-loading_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.fs-lightbox-loading_icon:before,
.fs-lightbox-loading_icon:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}

.fs-lightbox-loading_icon:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}

.fs-lightbox-loading_icon:after {
  -webkit-animation: fs-lightbox-loading-spin 0.75s linear infinite;
  animation: fs-lightbox-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}

@-webkit-keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}

.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-image {
  float: left;
}

.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}

.fs-lightbox-meta {
  clear: both;
  padding: 10px 10px 0;
}

.fs-lightbox-control {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  white-space: nowrap;
}

.fs-lightbox-control:focus {
  outline: none;
}

.fs-lightbox-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}

.no-opacity .fs-lightbox-control {
  text-indent: -999px;
}

.fs-lightbox-control_previous {
  left: 20px;
}

.fs-lightbox-control_previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}

.fs-lightbox-control_next {
  right: 20px;
}

.fs-lightbox-control_next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}

.fs-lightbox-control_disabled {
  opacity: 0;
}

.no-touch .fs-lightbox .fs-lightbox-control {
  opacity: 0;
}

.no-touch .fs-lightbox:hover .fs-lightbox-control {
  opacity: 1;
}

.no-touch .fs-lightbox .fs-lightbox-control_disabled,
.no-touch .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default;
}

.fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}

.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-caption p {
  color: #666666;
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
}

.fs-lightbox-caption_toggle {
  display: none;
}

.fs-lightbox-error {
  width: 250px;
}

.fs-lightbox-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}

.fs-lightbox-loading .fs-lightbox-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.fs-lightbox-loading .fs-lightbox-loading_icon {
  opacity: 1;
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}

.fs-lightbox-mobile .fs-lightbox-close {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-close:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
  border-color: rgba(153, 153, 153, 0.25);
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
  border-top-color: #999999;
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111111;
}

.fs-lightbox-mobile .fs-lightbox-content {
  background-color: #111111;
  padding: 0 15px;
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
}

.fs-lightbox-mobile .fs-lightbox-control {
  width: 50px;
  height: 100%;
  min-height: 50px;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

.fs-lightbox-mobile .fs-lightbox-control_previous {
  left: 0;
}

.fs-lightbox-mobile .fs-lightbox-control_previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}

.fs-lightbox-mobile .fs-lightbox-control_next {
  right: 0;
}

.fs-lightbox-mobile .fs-lightbox-control_next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}

.no-touch .fs-lightbox-mobile .fs-lightbox-control,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control {
  opacity: 1;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default !important;
}

.fs-lightbox-mobile .fs-lightbox-meta {
  padding: 15px 65px;
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.fs-lightbox-mobile .fs-lightbox-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}

.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-lock {
  overflow: hidden !important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: transparent;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  width: 100%;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111111;
  padding: 0 65px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
  color: #999999;
  display: block;
  font-size: 12px;
  line-height: 50px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222222;
  box-shadow: 0 0 25px #000000;
  padding: 15px 15px 65px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*# sourceMappingURL=base.css.map */