@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;
}

#trailer .youtube_outer {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}

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

#trailer .youtube_embed {
  border: solid 1px #064B28;
  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, #trailer #youtube3, #trailer #youtube4, #trailer #youtube5, #trailer #youtube6 {
  display: none;
}

#trailer ul.tabs {
  max-width: 800px;
  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;
}

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

#trailer ul.tabs li {
  border: solid 1px #064B28;
  width: calc(50% - 2.5px);
  text-align: center;
  padding: 8px 0;
  -webkit-transition: .2s;
  transition: .2s;
  margin-top: 5px;
  background-color: #fff;
  letter-spacing: .25em;
  color: #064B28;
  font-size: .9em;
}

@media screen and (max-width: 768px) {
  #trailer ul.tabs li {
    padding: 8px 0;
  }
}

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

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

#trailer ul.tabs li.tab3, #trailer ul.tabs li.tab4, #trailer ul.tabs li.tab5, #trailer ul.tabs li.tab6 {
  letter-spacing: inherit;
}

@media screen and (max-width: 768px) {
  #trailer ul.tabs li.tab3, #trailer ul.tabs li.tab4, #trailer ul.tabs li.tab5, #trailer ul.tabs li.tab6 {
    width: 100%;
    padding: 8px 0;
  }
}

#trailer ul.tabs li.tab3 span, #trailer ul.tabs li.tab4 span, #trailer ul.tabs li.tab5 span, #trailer ul.tabs li.tab6 span {
  font-size: .8em;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

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

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

a {
  cursor: pointer;
}

a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  opacity: .7;
}

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

h2 {
  margin: 0 auto 60px;
  width: 90%;
  max-width: 543px;
}

.img_header_clop {
  margin: 0 auto;
  max-width: 212px;
  width: 80%;
}

.fixed_bg {
  background-image: url(img/imgb01.jpg);
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: left 70% center;
}

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

@-webkit-keyframes bus_moving {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}

@keyframes bus_moving {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}

.loading {
  background-color: #ededed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  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 .bus {
  width: 30%;
  max-width: 150px;
  -webkit-animation: bus_moving 0.8s infinite steps(2);
          animation: bus_moving 0.8s infinite steps(2);
}

@-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: 100px;
  -webkit-animation: noise 2s steps(10) infinite;
          animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.8;
  overflow: hidden;
}

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

.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 50px;
}

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

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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 .6em;
}

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

.gnav .gnav_list .gnav_item a {
  color: #993B53;
  display: block;
  font-weight: bold;
  height: 50px;
  width: 100%;
  white-space: nowrap;
  font-size: .9em;
}

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

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

.gnav .gnav_list .gnav_item a p {
  font-weight: bold;
  line-height: 50px;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item.gnav_top {
    display: none;
  }
}

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

@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: #993B53;
  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;
}

.mvtk_box {
  margin: 0 auto;
}

#mvtk-widgets-container {
  margin: 0 auto 20px;
}

.construction {
  pointer-events: none;
  opacity: .5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.img_box5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

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

.img_box5 li {
  width: 19%;
}

@media screen and (max-width: 768px) {
  .img_box5 li {
    width: 49%;
    margin: 0 0 10px 0;
  }
  .img_box5 li.w100 {
    width: 100%;
  }
}

/*
MAIN-----------------------
*/
.main_box {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}

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

.main_box .main_img {
  position: relative;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 4s;
  transition: 4s;
}

.main_box .main_img.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.main_box .title {
  display: block;
  position: absolute;
  top: 36%;
  left: 5%;
  width: 45%;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.main_box .title.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 768px) {
  .main_box .title {
    width: 88%;
    top: 13%;
    left: 6%;
  }
}

.main_box .copy {
  position: absolute;
  top: 9%;
  left: 91%;
  width: 3.5%;
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media screen and (max-width: 768px) {
  .main_box .copy {
    width: 10.8%;
    top: 25.5%;
    left: 79%;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  }
}

.main_box .copy.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.main_box .casts {
  position: absolute;
  top: 30%;
  left: 13.5%;
  width: 27%;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 768px) {
  .main_box .casts {
    width: 66%;
    top: 9%;
    left: 17%;
  }
}

.main_box .casts.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main_box .award {
  position: absolute;
  top: 8%;
  left: 13.5%;
  width: 27.5%;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.main_box .award.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .main_box .award {
    width: 90%;
    top: 3%;
    left: 5%;
  }
}

.main_box .award.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main_box .release {
  position: absolute;
  top: 66%;
  left: 12%;
  width: 30%;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 768px) {
  .main_box .release {
    width: 84%;
    top: 78%;
    left: 8%;
  }
}

.main_box .release.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main_box .img_box4 {
  position: absolute;
  top: 79%;
  width: 43%;
  left: 5.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .main_box .img_box4 {
    width: 100%;
    top: 87.5%;
    left: 0%;
  }
}

.main_box .img_box4 li {
  width: 24%;
}

#news {
  background-color: #fff;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #news {
    padding: 40px 0;
  }
}

#news .section_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

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

#news .section_inner .title_news {
  margin: 0 auto 20px 0;
  max-width: 100px;
  padding-left: .3em;
}

#news .section_inner .news_more {
  display: block;
  width: 170px;
  margin: 0 0 0 auto;
}

#news .section_inner .tumbler-post-list li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #FDFFF2;
  margin-bottom: 10px;
  padding: 12px 24px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #news .section_inner .tumbler-post-list li a {
    padding: 20px;
    display: block;
  }
}

#news .section_inner .tumbler-post-list li a span.date {
  width: 180px;
}

@media screen and (max-width: 768px) {
  #news .section_inner .tumbler-post-list li a span.date {
    display: block;
    padding-bottom: 12px;
    width: 100%;
  }
}

#news .section_inner .tumbler-post-list li a span.title {
  width: calc(100% - 200px);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #news .section_inner .tumbler-post-list li a span.title {
    padding-top: 10px;
    border-top: 1px solid #064B28;
    display: block;
    width: 100%;
  }
}

#news .section_inner .tumbler-post-list li a:hover {
  background-color: rgba(239, 255, 138, 0.8);
}

#news .section_inner .tumbler-post-list li a .external {
  display: inline-block;
  width: 1em;
  margin-left: .5em;
}

#news .section_inner .tumbler-post-list li a .external img {
  width: 100%;
  padding-bottom: 0.25em;
}

#news .section_inner p {
  margin-top: 1em;
  display: block;
  text-align: right;
}

#news .section_inner p a {
  color: #333;
}

#news .section_inner p a:hover {
  opacity: .5;
}

#info {
  background-color: #fff;
}

#info .bnr_b {
  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;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#info .bnr_b li {
  margin: 10px;
}

#info .bnr_b .theater_btn {
  max-width: 310px;
}

#info .bnr_b .filran_btn {
  max-width: 290px;
}

#info .bnr_b .filran_btn img {
  border: solid 1px #aaa;
  border-radius: 10px;
}

#info .bnr_s {
  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;
}

#info .bnr_s li {
  margin: 10px;
  max-width: 250px;
  width: 60%;
}

.share_btn {
  width: 100%;
  padding: 20px 20px 40px;
  margin: 0 auto;
}

.share_btn li {
  padding: 0 2px 2px;
}

#trailer {
  position: relative;
}

#trailer .section_inner {
  margin-top: -100vh;
  padding: 80px 20px;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #trailer .section_inner {
    padding: 40px 20px 20px;
  }
}

#trailer .bgbox2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(img/bgt.jpg);
  background-size: cover;
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
}

#intro {
  background-color: #fff;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  #intro {
    padding: 60px 40px;
  }
}

#intro .section_inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

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

#intro .copy_intro {
  margin: 0 0 40px 0;
}

#intro .body_intro {
  line-height: 2;
}

#story {
  padding: 80px 40px;
  background-image: url(img/bgs.jpg);
  background-size: cover;
  background-position: right 20% top 40%;
}

@media screen and (max-width: 768px) {
  #story {
    padding: 60px 20px;
  }
}

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

#story .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
    padding: 60px 20px;
  }
}

#story .section_inner .copy_story {
  color: #993B53;
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 768px) {
  #story .section_inner .copy_story {
    font-size: 1.4em;
    margin: 0 0 20px 0;
  }
}

#story .section_inner .copy_story span {
  font-weight: bold;
  display: inline-block;
}

#story .section_inner .body_story {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

#story .cast_item {
  background: #fff;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #story .cast_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

#story .cast_item:last-of-type {
  margin-bottom: 0;
}

#story .cast_item .cast_left {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #story .cast_item .cast_left {
    width: 70%;
    max-width: 300px;
  }
}

#story .cast_item .cast_right {
  width: 55%;
}

@media screen and (max-width: 768px) {
  #story .cast_item .cast_right {
    width: 100%;
    margin-top: 20px;
  }
}

#story .cast_item .cast_right .names {
  margin-bottom: 20px;
}

#story .cast_item .cast_right .names .name_jp .name {
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: .4em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #story .cast_item .cast_right .names .name_jp .name {
    font-size: 1.3em;
  }
}

#story .cast_item .cast_right .names .name_jp .name span {
  font-weight: bold;
  display: inline-block;
}

#story .cast_item .cast_right .names .name_en {
  color: #993B53;
  line-height: 1.2;
}

#story .cast_item .cast_right .cast_body {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

#story .cast_item .cast_right .cast_filmo {
  display: inline-block;
  line-height: 1.8;
  font-size: .9em;
  padding-top: 20px;
}

#story .cast_item .cast_right .cast_filmo span {
  font-weight: bold;
}

#staff {
  background-size: cover;
  background-origin: center bottom;
  position: relative;
}

#staff .bgbox1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(img/bgst.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  z-index: -1;
}

#staff .section_header {
  margin-top: -100vh;
  position: relative;
}

#staff .section_header .staff_header_img {
  position: relative;
}

#staff .section_header h2 {
  position: absolute;
  width: 30%;
  max-width: 601px;
  bottom: 0;
  left: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #staff .section_header h2 {
    width: 45%;
  }
}

#staff .section_main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  #staff .section_main {
    padding: 60px 20px;
  }
}

#staff .section_main .staff_item {
  background: rgba(255, 255, 255, 0.7);
  padding: 80px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #staff .section_main .staff_item {
    padding: 40px 20px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

#staff .section_main .staff_item:last-of-type {
  margin-bottom: 0;
}

#staff .section_main .staff_item hr {
  border: 0;
  width: 100%;
  height: 1px;
  margin: 30px 0 20px;
  background-color: #064B28;
}

#staff .section_main .staff_item .names {
  margin-bottom: 20px;
}

#staff .section_main .staff_item .names .name_jp {
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: .4em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #staff .section_main .staff_item .names .name_jp {
    font-size: 1.3em;
  }
}

#staff .section_main .staff_item .names .name_jp span {
  font-weight: bold;
  display: inline-block;
}

#staff .section_main .staff_item .names .name_en {
  color: #064B28;
  line-height: 1.2;
}

#staff .section_main .staff_item .item_direc {
  background: #fff;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #staff .section_main .staff_item .item_direc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

#staff .section_main .staff_item .item_direc:last-of-type {
  margin-bottom: 0;
}

#staff .section_main .staff_item .staff_left {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #staff .section_main .staff_item .staff_left {
    width: 70%;
    max-width: 300px;
  }
}

#staff .section_main .staff_item .staff_right {
  width: 55%;
}

@media screen and (max-width: 768px) {
  #staff .section_main .staff_item .staff_right {
    width: 100%;
    margin-top: 20px;
  }
}

#staff .section_main .staff_body {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

#staff .section_main .staff_filmo {
  display: inline-block;
  line-height: 1.8;
  font-size: .9em;
  padding-top: 20px;
}

#staff .section_main .staff_filmo span {
  font-weight: bold;
}

#staff .section_main .direc_words {
  background-color: #fff;
  margin-top: -20px;
  padding: 80px;
  border-radius: 20px;
}

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

#staff .section_main .direc_words .direc_words_title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  line-height: 1.2;
}

#staff .section_main .direc_words .direc_words_title span {
  display: inline-block;
}

#staff .section_main .direc_words .direc_words_name {
  text-align: center;
  margin-bottom: 40px;
}

#staff .section_main .direc_words .direc_words_body {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

#staff .section_main .direc_words .direc_words_body p {
  padding-bottom: 0.6em;
}

#cast {
  background-color: #FFFDEB;
}

#cast .section_header {
  position: relative;
}

#cast .section_header .cast_header_img {
  position: relative;
}

#cast .section_header h2 {
  position: absolute;
  width: 30%;
  max-width: 533px;
  bottom: 0;
  left: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #cast .section_header h2 {
    width: 40%;
  }
}

#cast .section_main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  #cast .section_main {
    padding: 60px 20px;
  }
}

#cast .section_main .cast_item {
  background: #fff;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #cast .section_main .cast_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

#cast .section_main .cast_item:last-of-type {
  margin-bottom: 0;
}

#cast .section_main .cast_item .cast_left {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #cast .section_main .cast_item .cast_left {
    width: 70%;
    max-width: 300px;
  }
}

#cast .section_main .cast_item .cast_right {
  width: 55%;
}

@media screen and (max-width: 768px) {
  #cast .section_main .cast_item .cast_right {
    width: 100%;
    margin-top: 20px;
  }
}

#cast .section_main .cast_item .cast_right .names {
  margin-bottom: 20px;
}

#cast .section_main .cast_item .cast_right .names .name_jp .name {
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: .4em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #cast .section_main .cast_item .cast_right .names .name_jp .name {
    font-size: 1.3em;
  }
}

#cast .section_main .cast_item .cast_right .names .name_jp .name span {
  font-weight: bold;
  display: inline-block;
}

#cast .section_main .cast_item .cast_right .names .name_en {
  color: #993B53;
  line-height: 1.2;
}

#cast .section_main .cast_item .cast_right .cast_body {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

#cast .section_main .cast_item .cast_right .cast_filmo {
  display: inline-block;
  line-height: 1.8;
  font-size: .9em;
  padding-top: 20px;
}

#cast .section_main .cast_item .cast_right .cast_filmo span {
  font-weight: bold;
}

.footer {
  background-color: #fff;
  padding: 60px 20px 60px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 20px 120px;
    margin: 0 auto;
  }
}

.footer .img_footer {
  width: 60%;
  max-width: 205px;
  margin: 0 auto 10px;
}

.footer .footer_title {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 700px;
}

.footer .footer_release {
  margin: 0 auto 40px;
  width: 80%;
  max-width: 600px;
}

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

.footer .billing_jp {
  width: 70%;
  margin: 0 auto 20px;
  max-width: 1200px;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 768px) {
  .footer .billing_jp {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.footer .billing_en {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .footer .billing_en {
    width: 90%;
    margin-bottom: 50px;
  }
}

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

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

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

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

.clipLeft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -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;
}

.coloring {
  opacity: .2;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.coloring.is-inview {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */