@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5% !important;
  /*16px×62.5%=10px*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

div {
  min-height: 0%;
}

span.and {
  font-size: .6em;
}

@media screen and (max-width: 768px) {
  span.text-pc {
    display: none;
  }
}

span.text-tb {
  display: none;
}

@media screen and (max-width: 768px) {
  span.text-tb {
    display: inherit;
  }
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-tb {
    display: block;
  }
}

.cont-pc {
  display: inherit;
}

@media screen and (max-width: 768px) {
  .cont-pc {
    display: none;
  }
}

.cont-tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .cont-tb {
    display: inherit;
  }
}

.cont-sp {
  display: none;
}

@media screen and (max-width: 400px) {
  .cont-sp {
    display: inherit;
  }
}

@media screen and (max-width: 768px) {
  .font-pc {
    display: none;
  }
}

.font-tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .font-tb {
    display: inline;
  }
}

.font-small {
  font-size: .8em;
}

.font-regular {
  font-size: 1em;
}

.font-big {
  font-size: 1.5em;
}

.share_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn li {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.9);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  #cboxContent {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 0px;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0;
}

#cboxClose {
  display: none;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  z-index: 10000;
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  #cboxClose {
    width: 50px;
    height: 50px;
    top: calc(100%);
    right: calc(50% - 25px);
  }
}

#cboxClose::after, #cboxClose::before {
  position: fixed;
  content: '';
  height: 2px;
  width: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  top: 30px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  #cboxClose::after, #cboxClose::before {
    position: absolute;
    width: 50px;
    top: 25px;
  }
}

#cboxClose::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cboxClose:hover {
  opacity: .5;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  left: 0px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  left: 24px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.btn_trailer {
  display: block;
  max-width: 320px;
  width: 90%;
  border: solid 2px #ccc;
  margin: 40px auto;
  color: #ccc;
  text-align: center;
  padding: 1em 20px;
  letter-spacing: .5em;
  border-radius: 5px;
  font-size: 1.2em;
  background-color: #202119;
}

.btn_theater {
  display: block;
  max-width: 320px;
  width: 90%;
  border: solid 2px #ccc;
  margin: 40px auto;
  color: #ccc;
  text-align: center;
  padding: 1em 20px;
  letter-spacing: .5em;
  border-radius: 5px;
  font-size: 1.2em;
  background-color: #202119;
}

#trailer {
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

#trailer .trailer_close_btn {
  position: fixed;
  z-index: 20000;
  width: 60px;
  height: 60px;
  top: 30px;
  right: 0;
  cursor: pointer;
}

#trailer .trailer_close_btn:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#trailer .trailer_close_btn span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 3px;
  width: 60px;
  background: #d4ff3a;
}

#trailer .trailer_close_btn span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#trailer .section_inner {
  position: relative;
  width: 100%;
}

#trailer .section_inner .section_main h2 {
  margin: 0 auto;
  width: 50%;
  max-width: 320px;
}

#trailer .youtube_outer {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  border: solid 2px #787878;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #trailer .youtube_outer {
    width: 94%;
    max-width: 500px;
  }
}

#trailer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#trailer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer #youtube2 {
  display: none;
}

#trailer ul.tabs {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  color: #000;
}

@media screen and (max-width: 768px) {
  #trailer ul.tabs {
    max-width: 500px;
    padding-bottom: 30px;
    width: 94%;
  }
}

#trailer ul.tabs li {
  width: calc(50% - 5px);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 14px 0 14px;
  -webkit-transition: .2s;
  transition: .2s;
  margin-top: 10px;
  background-color: #fff;
  letter-spacing: .25em;
}

@media screen and (max-width: 768px) {
  #trailer ul.tabs li {
    font-size: 1rem;
  }
}

#trailer ul.tabs li.ready {
  background-color: #cacec2;
  margin-top: 10px;
  color: #7e7e7e;
}

#trailer ul.tabs li.ready:hover {
  background-color: #eeeeee;
  cursor: pointer;
  color: #000;
}

*:focus {
  outline: none;
}

:target {
  scroll-margin-top: 50px;
}

@media screen and (max-width: 768px) {
  :target {
    scroll-margin-top: 0px;
  }
}

html {
  height: 100%;
}

body {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  cursor: pointer;
}

a:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fixed_bg::before {
  content: '';
  display: block;
  background-image: url(img/imgb02.jpg);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: bottom  center;
  background-repeat: no-repeat;
}

.loading {
  z-index: 10000;
  background-color: #000;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  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;
}

.loading .loader,
.loading .loader:before,
.loading .loader:after {
  border-radius: 50%;
}

.loading .loader {
  color: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  -webkit-box-shadow: inset 0 0 0 1em;
          box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loading .loader:before,
.loading .loader:after {
  position: absolute;
  content: '';
}

.loading .loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #262626;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 2.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

.loading .loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #1a1a1a;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}

@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}

.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.png);
  background-repeat: repeat;
  background-size: 200px;
  -webkit-animation: noise 2s steps(10) infinite;
          animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 100px;
  }
}

.updown_nav {
  z-index: 102;
  position: fixed;
  right: 40px;
  top: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
  .updown_nav {
    right: 10px;
    top: calc(100% - 160px);
  }
}

.updown_nav ul li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(232, 225, 198, 0.95);
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
  color: #827900;
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    color: #fff;
  }
}

.updown_nav ul li:hover {
  cursor: pointer;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .updown_nav ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .updown_nav ul li:hover {
    opacity: 1;
  }
}

.updown_nav ul li a {
  height: 100%;
  width: 100%;
  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;
}

.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  background-color: rgba(232, 225, 198, 0.95);
  top: 0;
  left: 0;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .gnav {
    top: calc(100% - 50px);
  }
}

.gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding: 0px;
  }
}

.gnav .gnav_list .gnav_item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .8em;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item {
    width: calc(100% / 6);
    padding: 0px;
  }
}

.gnav .gnav_list .gnav_item a {
  color: #911900;
  display: block;
  font-weight: bold;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1em;
}

@media screen and (max-width: 1366px) {
  .gnav .gnav_list .gnav_item a {
    font-size: 1em;
  }
}

.gnav .gnav_list .gnav_item a.construction {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .4;
}

.gnav .gnav_list .gnav_item a:hover {
  color: #000000;
}

.gnav .gnav_list .gnav_item a img {
  height: 50px;
}

.gnav .gnav_list .gnav_item a p {
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
}

/*
MAIN-----------------------
*/
.info {
  background-color: rgba(0, 0, 0, 0.9);
}

.teaser_box {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .teaser_box {
    margin: 0 auto;
  }
}

.teaser_box .teaserbox_inner {
  opacity: .2;
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  width: 100%;
}

.teaser_box .teaserbox_inner.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

.teaser_box .teaserbox_inner h1, .teaser_box .teaserbox_inner div {
  position: absolute;
}

.teaser_box .teaserbox_inner .teaser_bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.teaser_box .teaserbox_inner .teaser_main {
  position: absolute;
  top: 2%;
  left: 0%;
  width: 56%;
}

@media screen and (max-width: 768px) {
  .teaser_box .teaserbox_inner .teaser_main {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.teaser_box .teaserbox_inner .title {
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  width: 48.5%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 768px) {
  .teaser_box .teaserbox_inner .title {
    width: 86%;
    top: 68%;
    left: 7%;
  }
}

.teaser_box .teaserbox_inner .award {
  position: absolute;
  top: 2%;
  left: 1%;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .teaser_box .teaserbox_inner .award {
    width: 63%;
    top: 2%;
    left: 3%;
  }
}

.teaser_box .teaserbox_inner .copy_yoko {
  position: absolute;
  top: 88%;
  left: 53%;
  width: 42%;
}

@media screen and (max-width: 768px) {
  .teaser_box .teaserbox_inner .copy_yoko {
    width: 82%;
    top: 91%;
    left: 8%;
  }
}

.teaser_box .teaserbox_inner .copy_tate {
  position: absolute;
  top: 2%;
  left: 79%;
  width: 19%;
}

@media screen and (max-width: 768px) {
  .teaser_box .teaserbox_inner .copy_tate {
    width: 29%;
    top: 2%;
    left: 68.5%;
  }
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.release {
  margin: 0px auto 40px;
  width: 90%;
  max-width: 1200px;
  padding: 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .release {
    max-width: 500px;
  }
}

.vd_bnr {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 10px;
}

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

@media screen and (max-width: 768px) {
  .bnr_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bnr_box li {
  margin: 0 10px 10px;
  max-width: 260px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bnr_box li {
    margin: 0 10px 15px;
  }
}

.bnr_box .btn_twitter {
  width: 140px;
}

.bnr_box .btn_major {
  max-width: 200px;
}

.twitter_box {
  width: 100%;
  color: #aaa;
  max-width: 600px;
  margin: 40px auto 0;
  border: solid 2px #3B3B3B;
}

@media screen and (max-width: 768px) {
  .twitter_box {
    width: calc(80% - 40px);
  }
}

.twitter_box a {
  color: #aaa;
  font-weight: bold;
}

.twitter_box .twitter_header {
  background-color: #3B3B3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share_btn {
  width: 100%;
  margin: 0 auto;
}

#mvtk-widgets-container {
  margin: 32px auto 40px;
  text-align: center;
}

.bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.bnr_box li {
  max-width: 280px;
  width: 90%;
}

h2.section_title {
  max-width: 713px;
  width: 80%;
  margin: 0 auto;
  padding: 80px 0 40px;
}

h3 {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1200px;
}

.text_body {
  margin: 0 auto;
  color: #000;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_body p {
  padding-bottom: 0.8em;
}

.outer_inst {
  background-image: url(img/bg01.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .outer_inst {
    padding: 10px 0;
  }
}

.outer_inst .text_body {
  max-width: 800px;
}

#intro .section_main {
  max-width: 1200px;
  margin: 0 auto;
}

#intro .text_body {
  width: calc(100% - 80px);
}

#story {
  padding-bottom: 80px;
}

#story .section_main {
  max-width: 1200px;
  margin: 0 auto;
}

#story .section_main .text_body {
  width: calc(100% - 80px);
}

.img_box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .img_box4 {
    padding: 0 1%;
  }
}

.img_box4 li {
  width: 23%;
}

@media screen and (max-width: 768px) {
  .img_box4 li {
    width: 31%;
    padding-bottom: 2%;
  }
  .img_box4 li:last-of-type {
    width: 96.5%;
  }
}

.outer_dica {
  background-color: #fff;
  color: #000;
}

#cast .section_main .section_title {
  padding: 0 0 40px;
}

.p_item {
  max-width: 1100px;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #aaa;
  margin-bottom: 60px;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_item:last-of-type {
  border-bottom: none;
}

.p_item .p_item_left {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .p_item .p_item_left {
    width: 100%;
  }
}

.p_item .p_item_left .p_img {
  margin: 0 auto 20px;
  max-width: 260px;
  width: 100%;
}

.p_item .p_item_right {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .p_item .p_item_right {
    width: 100%;
    padding: 0 20px;
  }
}

.p_item .p_item_right .p_name {
  font-weight: 900;
  font-family: serif;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2em;
  padding-bottom: 0.5em;
}

.p_item .p_item_right .p_name_role {
  color: #E9B800;
  font-size: 1.4em;
  font-weight: 900;
  font-family: 'Zen Old Mincho', serif;
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .p_item .p_item_right .p_name_role span {
    display: block;
    line-height: 1.4;
  }
}

.p_item .p_item_right .text_body {
  padding-bottom: 1.5em;
  line-height: 1.8;
}

.p_item .p_item_right .text_body p {
  padding-bottom: 0.2em;
}

.p_item .p_item_right .title_filmo {
  font-weight: 900;
  font-family: 'Zen Old Mincho', serif;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}

.p_item .p_item_right .text_body_s {
  font-size: .8em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.spacer_img {
  position: relative;
}

.spacer {
  width: 100%;
  height: 80vh;
  position: relative;
}

#prono {
  background-color: #fff;
  background-image: url(img/bg02.jpg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#prono .section_main .pro_block {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  #prono .section_main .pro_block {
    padding: 0 20px 40px;
  }
}

#prono .section_main .pro_block h4 {
  padding-bottom: 24px;
}

#prono .section_main .pro_block .text_body {
  border-left: 1px solid #aaa;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  #prono .section_main .pro_block .text_body {
    padding-left: 20px;
  }
}

.img_boxi {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img_boxi .img_boxi_left {
  width: 50%;
}

.img_boxi .img_boxi_right {
  width: 50%;
}

.footerf {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 60px 20px;
}

@media screen and (max-width: 768px) {
  .footerf {
    padding-bottom: 180px;
  }
}

.footerf .title_footer {
  width: 80%;
  max-width: 670px;
  margin: 0 auto 20px;
}

.footerf .release_footer {
  margin: 0 auto;
  max-width: 700px;
  width: 90%;
}

.footer {
  padding: 20px 20px 60px;
}

.footer .billing_jp {
  margin: 0 auto 20px;
  width: 90%;
  max-width: 650px;
}

.footer .billing_en {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.footer .copyright {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  display: block;
  padding: 0 20px;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.fadeIn.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeInUp.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.clipLeft {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-clip-path: inset(0% 100% 0 0);
          clip-path: inset(0% 100% 0 0);
}

.clipLeft.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */