@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
/* Global Reset & Standards ---------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 100%;
  line-height: 1;
  color: #000;
  font-weight: nomal;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
img {
  border: 0px;
  max-width: 100%;
}
figure {
  margin: 0;
}
/* The Grid ---------------------- */
.row {
  width: 1268px;
  max-width: 100%;
  min-width: 601px;
  margin: 0 auto;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -8px;
}
.row.collapse .column,
.row.collapse .columns {
  padding: 0;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -8px;
}
.row .row.collapse {
  margin: 0;
}
.column,
.columns {
  float: left;
  min-height: 1px;
  padding: 0 8px;
  /* position: relative;*/
}
.column.centered,
.columns.centered {
  float: none;
  margin: 0 auto;
}
[class*="column"] + [class*="column"]:last-child {
  float: left;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
.one,
.row .one {
  width: 8.33333%;
}
.two,
.row .two {
  width: 16.66667%;
}
.threes,
.row .threes {
  width: 20%;
}
.three,
.row .three {
  width: 25%;
}
.four,
.row .four {
  width: 33.33333%;
}
.five,
.row .five {
  width: 41.66667%;
}
.six,
.row .six {
  width: 50%;
}
.seven,
.row .seven {
  width: 58.33333%;
}
.eight,
.row .eight {
  width: 66.66667%;
}
.nine,
.row .nine {
  width: 75%;
}
.ten,
.row .ten {
  width: 83.33333%;
}
.eleven,
.row .eleven {
  width: 91.66667%;
}
.twelve,
.row .twelve {
  width: 100%;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
img,
object,
embed {
  height: auto;
}
object,
embed {
  height: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #000;
  text-rendering: optimizeLegibility;
  line-height: 1;
}
p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 1.59;
}
h1 {
  font-size: 51px;
  font-size: 3.18rem;
  line-height: 1;
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
h4 {
  font-size: 16px;
  font-size: 1.00rem;
  line-height: 1;
}
h5 {
  font-size: 13px;
  font-size: 0.812rem;
  line-height: 1;
}
.kome {
  font-size: 13px;
  font-size: 0.812rem;
  line-height: 1;
}
.strong,
b {
  font-weight: bold;
  line-height: 1.444;
}
hr {
  clear: both;
  /*margin: 8px 0 8px; height: 0;*/
}
.mb8 {
  margin-bottom: 8px;
}
.mb13 {
  margin-bottom: 13px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb36 {
  margin-bottom: 36px;
}
.mb51 {
  margin-bottom: 51px;
}
.mb71 {
  margin-bottom: 71px;
}
.mb144 {
  margin-bottom: 144px;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.noleftmargin {
  margin-left: 0px;
  padding-left: 0px;
}
.nomargin {
  margin: 0px;
  padding: 0px;
}
.norightmargin {
  margin-right: 0px;
  padding-right: 0px;
}
#page-top {
  font-size: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-bottom: 5px;
}
#page-top a {
  color: #fff;
  background: #eb3a28;
  text-decoration: none;
  padding: 20px 25px;
  text-align: center;
  display: block;
  border-radius: 50px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.onlymobile {
  display: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.copyright p {
  font-size: 12px;
  padding: 6px;
  text-align: center;
}
.yel {
  color: #ebc21c;
}
i {
  margin-right: 1%;
}
.pdl16 {
  padding-left: 16px;
}
.pdr16 {
  padding-right: 16px;
}
.pdl28 {
  padding-left: 28px;
}
.pdr28 {
  padding-right: 28px;
}
/* CONTENT ---------------------- */
header {
  padding: 0px;
  background-color: #eb3a28;
}
nav {
  padding: 0px;
  background-color: #eb3a28;
}
nav ul {
  font-size: 0;
}
nav ul li {
  display: inline-block;
  width: 10%;
}
nav ul li:hover {
  background-color: #eb5e45;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
.flexslider-container {
  padding: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
/*  margin-bottom: 144px;*/
}
section {
  margin-bottom: 144px;
}
h2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 51px;
}
h3 {
  font-weight: bold;
  margin-bottom: 18px;
}
p {
  font-size: 13px;
  font-size: 0.812rem;
  line-height: 1.59;
  margin-bottom: 24.6px;
}
.sp-none {display: block}
.sp-only {display: none}
#headBox {
	background-color: #000;
	margin-bottom: 60px;
	padding-bottom: 60px;
	padding-top: 0px;
}
#headBox .mainImg{
	position: relative;}
#headBox .award{
	text-align: center;
	padding: 20px 0;
	position: relative;
}
#headBox .mainImg .info {
	background-color: #EB3B28;
	border-radius: 10px;
	color: #FFFFFF;
	width: 80%;
	padding: 20px 20px;
  margin: 20px auto
}
#headBox .mainImg .info .ttl {
	font-size: 16px;
	font-weight: bold;
  text-align: center
}
#headBox .mainImg .info .ttl span {
	font-size: 14px;
	margin-left: 20px;
}
#headBox .mainImg .info li {
  margin: 10px 0
}
#headBox .mainImg .info li a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
#headBox .date {
	margin: 20px 0;
	text-align: center;
}
#headBox .reserv a {
	display: block;
	background-color: #FFEB10;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	margin: 10px auto;
	padding: 10px 0px;
	border-radius: 5px;
	width: 300px;
  transition: 0.3s
}
#headBox .reserv a:hover {
  opacity: 0.7
}
.youtube {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
section#trailers {
  margin-bottom: 0px;
}
section#trailers h2 img {
  margin-bottom: 0px;
}
#trailers-inner {
  position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 0px 0;
  /*top:-100px;*/
}
/*#trailers-inner:before { content: ''; position: absolute; top: 0; left: 0; width: 120%; height: 80%; margin: 0% -10% 0; background: #eb3a28; -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transform: rotate(-2deg); -ms-transform: rotate(-2deg); transform: rotate(-2deg); z-index: -1;}
.inner-you { box-sizing: boder-box; width: 100%; max-width: 1268px; height: 551px; margin: 00px auto 0px;  padding: 51px 0px 71px; color: #fff; /*text-align: center;*/
#trailers-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 0% -10% 0;
  background: #eb3a28;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: -1;
}
.inner-you {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1268px;
  height: 510px;
  margin: 00px auto 0px;
  padding: 71px 0px 71px;
  color: #fff;
  /*text-align: center;*/
}
section#intro {
  margin-top: 89px;
}
section#intro p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 24px;
}
section#story h3 {
  line-height: 1.59;
  margin-bottom: 51px;
}
section#story p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 36px;
}
/*section#story .five.columns.pdl28 img { position: relative; top: -300px; }*/
iframe#ig_timeline {
  width: 400px;
  max-width: 100%;
  height: 480px;
  border: none;
  resize: both;
  display: block;
  margin: 0 auto;
}
#news .six.columns {
  padding: 0 28px;
}
section#cast {
  margin-bottom: 72px;
}
#cast img {
  margin-bottom: 16px;
}
#cast h3 {
  margin-bottom: 12.2px;
}
p.othercast {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.59;
  margin-bottom: 0px;
  font-weight: bold;
}
section#director {
  margin-bottom: 0px;
}
section#director h2 img {
  margin-bottom: 0px;
}
#director-inner {
  position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 0px 0;
  /*top:-100px;*/
}
#director-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 0% -10% 0;
  background: #000;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: -1;
}
.inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1268px;
  height: 461px;
  margin: 00px auto 0px;
  padding: 81px 0px 71px;
  color: #fff;
  /*text-align: center;*/
}
#director-inner h3,
#director-inner p {
  color: #fff;
}
iframe#ig_timeline {
  width: 400px;
  max-width: 100%;
  height: 480px;
  border: none;
  resize: both;
  display: block;
  margin: 0 auto;
}
#news .six.columns {
  padding: 0 28px;
}
#theater h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 26px;
  font-weight: bold;
}
#theater table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 51px;
}
#theater table th {
  padding: 11px 16px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
#theater table td {
  padding: 14px 16px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #333;
  line-height: 1.333;
}
section#credit {
  margin-bottom: 0px;
}
section#credit-inner {
  background-color: #000;
  padding-top: 60.3px;
  margin-bottom: 0px;
}
#credit-inner p.cast {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.59;
  margin-bottom: 35.4px;
  font-weight: bold;
}
#credit-inner p.othercast {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.59;
  margin-bottom: 0px;
  font-weight: bold;
  margin-bottom: 35.4px;
}
#credit-inner p.staff {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.59;
  margin-bottom: 36.7px;
}
#credit-inner p.director {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.59;
  margin-bottom: 15.3px;
  font-weight: bold;
}
section#news {
  margin-top: 71px;
}
footer {
  background-color: #000;
  padding-bootom: 67.4px;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.59;
}
@media only screen and (max-width: 1280px) {
  .inner-you {
    padding: 41px 0px 71px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-you {
    padding: 31px 0px 71px;
    height: 360px;
  }
  .inner {
    height: 531px;
    padding: 71px 0px 71px;
  }
}
@media only screen and (max-width: 960px) {
  .inner {
    height: 531px;
    padding: 61px 0px 71px;
  }
}
@media only screen and (max-width: 740px) {
  .sp-only {display: block}
  .sp-none {display: none}

  #headBox {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #headBox .mainImg .info {
	width: 90%;
	position: relative;
	right: 0;
	padding: 15px;
	margin: 20px 5%;
	bottom: 0px;
  }
  #headBox .date {
	margin: 20px 0;
	padding: 0 4%;
	text-align: center;
  }
  #headBox .reserv a {
    width: 80%;
  }


  nav ul li {
    display: inline-block;
    /*width: 24.465%;*/
    width: 20%;
  }
  #trailers-inner .inner-you .six.columns {
    width: 100% !important;
  }
  .inner-you {
    height: 800px;
  }
  .youtube {
    margin-bottom: 16px;
  }
  .pdl28 {
    padding-left: 8px;
  }
  .pdr28 {
    padding-right: 8px;
  }
  .inner {
    height: 571px;
    padding: 51px 0px 81px;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    margin: 0 auto;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
  }
  .column:last-child,
  .columns:last-child {
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }
  .column:after,
  .columns:after {
    clear: both;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten {
    margin-left: 0 !important;
  }
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten {
    left: auto;
  }
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten {
    right: auto;
  }
  /* Mobile 4-column Grid */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 5px;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }
  .row .mobile-two {
    width: 50% !important;
    float: left;
    /*padding: 0 5px;*/
    padding: 0 10px 0px 0px;
    margin-bottom: 10px;
  }
  .row .mobile-two:last-child {
    float: left;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }
  .noleftmarg {
    padding: 0px !important;
  }
  .noleftmargin {
    margin: 0px;
    padding: 0px;
  }
  .nomargin {
    margin: 0px;
    padding: 0px;
  }
  .norightmargin {
    margin: 0px;
    padding: 0px;
  }
  .inner-you {
    height: auto;
  }
  #director-inner img {
    margin-bottom: 16px;
  }
  section#director h2 img {
    margin-bottom: 51px;
  }
  section#director-inner {
    margin-bottom: 144px;
  }
  #director-inner {
    position: relative;
    overflow: hidden;
    margin: 0% 0;
    padding: 0px 0;
    /*top:-100px;*/
  }
  #director-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 0% -10% 0;
    background: #000;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: -1;
  }
  .inner {
    box-sizing: boder-box;
    width: 100%;
    max-width: 1268px;
    height: auto;
    margin: 0px auto 0px;
    padding: 26px 0 0;
    color: #fff;
    /*text-align: center;*/
  }
  iframe#ig_timeline {
    margin-top: 51px;
  }
  footer p {
    font-size: 13px;
    font-size: 0.812rem;
    line-height: 1.59;
  }
}
#trailers-inner .youtube {
  margin-bottom: 1rem;
}
#comments {
  background: url("../img/comment_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
#comments .oversea {
	display: inline-block;
	padding: 1rem;
	font-size: 1rem;
	font-style: italic;
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 1rem;
	line-height: 1.7;
}
#comments .oversea .ttl {
	font-size: 17px;
	font-weight: 600
}
#comments .oversea li {
	margin-bottom: 10px
}
#comments .oversea li a {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
}
#comments * {
  box-sizing: border-box;
}
#comments .lead {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.4;
  -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
#comments .mention {
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  font-size: .8rem;
  margin-bottom: .5rem;
  -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
#comments .comment-list {
  column-count: 2;
  column-gap: 2%;
  line-height: 1.4;
}
#comments .comment-list .comment-block {
  display: inline-block;
  padding: 1rem;
  font-size: 1rem;
  font-style: italic;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
#comments .comment-list .comment-block .comment-person {
  margin-top: .8rem;
  font-style: normal;
  border-left: 3px solid #eb3a28;
  padding-left: 6px;
}
#comments .comment-list .comment-block .comment-person .comment-person-name {
  font-weight: bold;
}
#comments .comment-list .comment-block .comment-person .comment-person-title {
  font-size: .8rem;
}
@media only screen and (max-width: 600px) {
  #comments {
    background-attachment: initial;
    background-size: cover;
  }
  #comments h2 img {
    margin-bottom: 2rem;
  }
  #comments .lead {
    font-size: 1.6rem;
  }
  #comments .comment-list .comment-block {
    padding: 1rem .5rem;
  }
}
.inquiry {
	width: 80%;
	margin: 0 auto 30px;
	color: #fff;
	line-height: 1.7;
	padding: 15px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.inquiry a {
	color: #fff;
	text-decoration: underline;
}