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

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

li {
  list-style: none;
}

.br-pc {
  display: block;
}

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

.br-sp {
  display: none;
}

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

.cont-pc {
  display: inherit;
}

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

.cont-sp {
  display: none;
}

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

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

@-webkit-keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#trailer {
  background-color: rgba(8, 56, 72, 0.7);
  opacity: 0;
  width: 0%;
  height: 0vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0s;
  transition: 0s;
}

#trailer .trailer_inner {
  height: auto;
  margin: 0 auto;
  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;
  z-index: -2;
}

#trailer .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: calc(100vh);
  overflow: auto;
  max-width: 150vh;
}

#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}

#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  border-radius: 5px;
  border: solid 1px #083848;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

#trailer .trailer_inner .overlay_trailer {
  display: none;
  background-color: rgba(8, 56, 72, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}

#trailer .close_btn_trailer {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  border: solid 1px #ccc;
  cursor: pointer;
}

#trailer .close_btn_trailer:hover {
  border: solid 2px #ccc;
}

@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer {
    width: 60px;
    height: 60px;
  }
}

#trailer .close_btn_trailer::after, #trailer .close_btn_trailer::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  height: 1px;
  width: 110px;
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
  background: #ccc;
}

@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer::after, #trailer .close_btn_trailer::before {
    right: -6px;
    width: 71px;
    height: 0.5px;
  }
}

#trailer .close_btn_trailer::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#trailer.on {
  -webkit-animation: trailer_appear .6s;
          animation: trailer_appear .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 100vh;
  width: 100%;
  background-color: rgba(8, 56, 72, 0.7);
}

#trailer.on .overlay_trailer {
  display: block;
}

#trailer.on .close_btn_trailer {
  display: block;
}

.trailer_tab {
  color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trailer_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  padding: 12px 5px;
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  height: 4em;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  border: solid 1px #083848;
  color: #333;
  border-radius: 5px;
  font-weight: bold;
}

.trailer_tab li:before {
  content: '●';
  margin-right: 4px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.trailer_tab li.ready {
  background-color: #717171;
  color: #c1c1c1;
  cursor: pointer;
}

.trailer_tab li.ready::before {
  content: '';
}

.trailer_tab li.ready:hover {
  background: rgba(107, 107, 107, 0.4);
  -webkit-transition: .4s;
  transition: .4s;
}

#youtube2 {
  display: none;
}

.fixed_bg {
  display: block;
  background-image: url("img/bg-pc.jpg");
  background-size: cover;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

@-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 1.5s steps(10) infinite;
          animation: noise 1.5s steps(10) infinite;
  line-height: 0;
  opacity: 0.3;
  overflow: hidden;
}

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

*:focus {
  outline: none;
}

body {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #D6D6D6;
  overflow-y: scroll;
  overflow-x: hidden;
}

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

body.active {
  overflow: hidden;
}

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

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  background-color: #202020;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading .sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.loading .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.loading .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.loading .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.loading .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.loading .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.loading .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.loading .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.loading .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loading .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.loading .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.loading .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.loading .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.loading .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.loading .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loading .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loading .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loading .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loading .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loading .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
NAV-----------------------
*/
.gnav {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: 2s;
  transition: 2s;
}

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

.gnav .gnav_list {
  opacity: 0;
  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;
  padding: 0 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: 1s;
  transition: 1s;
}

.gnav .gnav_list.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 50px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item:hover {
    background-color: transparent;
  }
}

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

.gnav .gnav_list .gnav_item a, .gnav .gnav_list .gnav_item #btn_trailer {
  display: block;
  font-size: 1.1em;
  letter-spacing: .05em;
  height: 50px;
  width: 100%;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a.cont-pc, .gnav .gnav_list .gnav_item #btn_trailer.cont-pc {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a img.tb-theater, .gnav .gnav_list .gnav_item #btn_trailer img.tb-theater {
    height: 60px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.gnav .gnav_list .gnav_item a p, .gnav .gnav_list .gnav_item #btn_trailer p {
  letter-spacing: .1em;
  line-height: 50px;
}

.gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer:hover {
  color: #ccc;
}

.gnav .gnav_list .gnav_item a.construction, .gnav .gnav_list .gnav_item #btn_trailer.construction {
  opacity: .5;
  pointer-events: none;
}

.gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer:hover {
  opacity: .8;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .gnav .gnav_list .gnav_item a:hover, .gnav .gnav_list .gnav_item #btn_trailer:hover {
    opacity: 1;
  }
}

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

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

.updown_nav ul li {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  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;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
  border: solid 1px #ececec;
}

.updown_nav ul li.active {
  opacity: .7;
}

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

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

/*
MAIN TOP------------------
*/
.sns_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.sns_icons a {
  width: 30px;
  opacity: .8;
  display: block;
  margin-left: 10px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

@media screen and (max-width: 768px) {
  .sns_icons a {
    width: 30px;
  }
}

.sns_icons a:hover {
  opacity: .6;
}

.sns_icons.active {
  opacity: 1;
}

.teaser_box2 {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

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

.teaser_box2 .bg_main {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.teaser_box2 .img_y {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 57.34%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

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

.teaser_box2 .img_y.active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.teaser_box2 .img_m {
  position: absolute;
  top: 47%;
  left: 0%;
  width: 57.34%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .img_m {
    top: 35.5%;
    left: 0%;
    width: 100%;
  }
}

.teaser_box2 .img_m.active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.teaser_box2 .img_obi {
  position: absolute;
  top: 94%;
  left: 0%;
  width: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .img_obi {
    top: 64.5%;
    left: 0%;
    width: 100%;
  }
}

.teaser_box2 .img_obi.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.teaser_box2 .copy_tate {
  position: absolute;
  top: 6%;
  left: 4%;
  width: 7.5%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .copy_tate {
    top: 3%;
    left: 6%;
    width: 21%;
  }
}

.teaser_box2 .copy_tate.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.teaser_box2 .release {
  position: absolute;
  top: 85%;
  left: 39%;
  width: 16%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 768px) {
  .teaser_box2 .release {
    top: 59%;
    left: 56%;
    width: 40%;
  }
}

.teaser_box2 .release.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.teaser_box2 .title {
  position: absolute;
  top: 9%;
  left: 76%;
  width: 5.5%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .title {
    top: 10%;
    left: 41%;
    width: 18%;
  }
}

.teaser_box2 .title.active {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.teaser_box2 .billing {
  position: absolute;
  top: 72%;
  left: 59%;
  width: 38%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .billing {
    top: 75.5%;
    left: 5%;
    width: 82%;
  }
}

.teaser_box2 .billing.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.teaser_box2 .copy_yoko {
  position: absolute;
  top: 87%;
  left: 59%;
  width: 39%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .teaser_box2 .copy_yoko {
    top: 66%;
    left: 5%;
    width: 90%;
  }
}

.teaser_box2 .copy_yoko.active {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.com_bnr {
  position: absolute;
  width: 11%;
  top: 50%;
  right: 2%;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
  border: solid 1px #af9825;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .com_bnr {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 400px;
    width: 90%;
    margin: 0 auto 20px;
    border: solid 2px #af9825;
    opacity: .9;
    border-radius: 0;
  }
}

.com_bnr.active {
  opacity: .9;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.com_bnr:hover {
  opacity: .6;
}

#info {
  background-color: #333;
  padding: 20px 20px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#info .bnrs2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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: 0 auto 10px;
}

#info .bnrs2 .cp_btnb {
  cursor: pointer;
  max-width: 491px;
  width: 80%;
  margin: 0 10px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
  border: solid 1px #748229;
}

#info .bnrs2 .cp_btnb:hover {
  opacity: .5;
}

#info .bnrs2 .cp_btn {
  cursor: pointer;
  max-width: 320px;
  width: 70%;
  margin: 0 10px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
  border: solid 1px #484848;
}

#info .bnrs2 .cp_btn:hover {
  opacity: .5;
}

#info .bnrs {
  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: 0 auto 20px;
}

#info .bnrs .trailer_btn {
  cursor: pointer;
  max-width: 280px;
  width: 70%;
  margin: 0 10px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}

#info .bnrs .trailer_btn:hover {
  opacity: .5;
}

#info .bnrs .theater_btn {
  max-width: 280px;
  width: 70%;
  margin: 0 10px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}

#info .bnrs .theater_btn:hover {
  opacity: .5;
}

#info .share_btn {
  padding: 0 20px 20px;
}

#info .mvtk {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

#info .mvtk #mvtk-widgets-container {
  margin: 0 auto;
}

#info.active {
  opacity: 1;
}

h2 {
  display: block;
  width: 70px;
}

@media screen and (max-width: 768px) {
  h2 {
    width: 50px;
  }
}

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

.text_body p {
  line-height: 2;
  margin-bottom: 0.6em;
}

.text_body p:last-of-type {
  margin-bottom: 0;
}

#story {
  background-color: #fff;
  position: relative;
}

#story .story_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

#story .story_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  -o-object-position: 20% 20%;
     object-position: 20% 20%;
}

@media screen and (max-width: 768px) {
  #story .story_bg img {
    height: 120vw;
  }
}

#story .section_inner {
  position: relative;
  padding-bottom: 90vh;
}

#story .section_inner .section_main {
  position: relative;
  margin: -10vh 50px 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  width: 55%;
  max-width: 800px;
  padding: 80px 100px;
}

@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    background-color: white;
    width: 90%;
    padding: 80px 20px;
    margin: -10vh auto 0;
  }
}

#story .section_inner .section_main h2 {
  position: absolute;
  top: -10px;
  right: -10px;
}

#story .section_inner .section_main h3 {
  width: 40%;
  margin: 0 auto 80px;
}

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

#story .section_inner .section_main .text_body {
  color: #333;
  padding: 0 20px;
}

.imgbox4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

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

.imgbox4 div {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .imgbox4 div {
    width: 65%;
    margin-bottom: 20px;
  }
  .imgbox4 div:nth-of-type(2n) {
    margin: 0 0 20px auto;
  }
}

.bg_box {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  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;
}

.bg_box img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#intro {
  position: relative;
  width: 100%;
  margin-top: -100vh;
}

#intro .section_inner {
  padding: 120px 20px 120px;
}

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

#intro .section_inner .section_main h2 {
  margin-bottom: 60px;
}

#intro .section_inner {
  position: relative;
}

#intro .section_inner .section_main {
  padding: 0 20px;
  max-width: 700px;
  margin: 0 auto;
}

#intro .section_inner .section_main h2 {
  margin: 0 auto 60px;
}

#intro .section_inner .section_main .text_body {
  color: #fff;
}

#intro .section_inner .section_main .text_body p {
  line-height: 2.4;
}

.imgbox_ran {
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.imgbox_ran .left {
  width: calc(50%);
}

@media screen and (max-width: 768px) {
  .imgbox_ran .left {
    width: 100%;
    margin-bottom: 5%;
  }
}

.imgbox_ran .left .left_upper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  .imgbox_ran .left .left_upper {
    margin-bottom: 5%;
  }
}

.imgbox_ran .left .left_upper .left_upper1 {
  width: 51%;
}

.imgbox_ran .left .left_upper .left_upper2 {
  margin-right: 7.5%;
  width: 37%;
}

.imgbox_ran .left .left_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imgbox_ran .left .left_bottom .left_bottom_left {
  margin-left: 8%;
  width: 24.5%;
}

.imgbox_ran .left .left_bottom .left_bottom_left div {
  margin-bottom: 11%;
}

.imgbox_ran .left .left_bottom .left_bottom_left div:nth-of-type(2) {
  margin-bottom: 0;
}

.imgbox_ran .left .left_bottom .left_bottom_right {
  width: 63.5%;
}

.imgbox_ran .right {
  width: 48%;
}

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

.comment_btn {
  margin: 20px 0 0 auto;
  max-width: 170px;
  width: 80%;
  border: solid 1px #3886a2;
  text-align: center;
  padding: .8em .5em;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.comment_btn:hover {
  opacity: .5;
}

#cast {
  background-color: #EDF3F6;
}

#cast .section_inner {
  padding: 120px 20px 120px;
}

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

#cast .section_inner .section_main h2 {
  margin-bottom: 60px;
}

#cast .section_inner .section_main h2 {
  margin: 0 auto 60px;
}

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

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items {
    padding-left: 0;
  }
}

#cast .section_inner .section_main .prof_items .prof_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  color: #116888;
  margin-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item {
    width: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
    padding-right: 0px;
    -webkit-box-shadow: -20px 20px 0px #ccc;
            box-shadow: -20px 20px 0px #ccc;
  }
}

#cast .section_inner .section_main .prof_items .prof_item .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 25%;
  z-index: 2;
  margin-right: -40px;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .left {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32%, rgba(255, 255, 255, 0)), color-stop(32%, white), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, white 32%, white 100%);
    margin-right: 0;
    width: calc(100% - 0px);
  }
}

#cast .section_inner .section_main .prof_items .prof_item .left .prof_img {
  -webkit-box-shadow: -20px 20px 0px rgba(17, 104, 136, 0.5);
          box-shadow: -20px 20px 0px rgba(17, 104, 136, 0.5);
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .left .prof_img {
    width: 60%;
    max-width: 300px;
  }
}

#cast .section_inner .section_main .prof_items .prof_item .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 75%;
  -webkit-box-shadow: -20px 20px 0px #ccc;
          box-shadow: -20px 20px 0px #ccc;
  padding: 50px 50px 50px 130px;
  margin-left: -40px;
  margin-top: 40px;
  background-color: white;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .right {
    width: calc(100% - 0px);
    padding: 50px 20px 40px;
    margin-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
  }
}

#cast .section_inner .section_main .prof_items .prof_item .right .names {
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .right .names {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#cast .section_inner .section_main .prof_items .prof_item .right .names .name_jp {
  font-size: 2em;
}

#cast .section_inner .section_main .prof_items .prof_item .right .names .name_en {
  font-size: 1.5em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item .right .names .name_en {
    padding-left: 0;
    padding-top: 1em;
  }
}

#cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) {
  color: #810771;
  margin-left: 0;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) {
    -webkit-box-shadow: 20px 20px 0px #ccc;
            box-shadow: 20px 20px 0px #ccc;
  }
}

#cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: -40px;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32%, rgba(255, 255, 255, 0)), color-stop(32%, white), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, white 32%, white 100%);
    margin-left: 0;
    width: calc(100% - 0px);
  }
}

#cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .left .prof_img {
  -webkit-box-shadow: 20px 20px rgba(129, 7, 113, 0.5);
          box-shadow: 20px 20px rgba(129, 7, 113, 0.5);
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .left .prof_img {
    width: 60%;
    margin: 0 0 0 auto;
  }
}

#cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-shadow: 20px 20px 0px #ccc;
          box-shadow: 20px 20px 0px #ccc;
  padding: 50px 130px 50px 50px;
  margin-left: 0;
  margin-right: -40px;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: calc(100% - 0px);
    padding: 50px 20px 40px;
    margin-left: 0;
  }
}

#cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .right .comment_btn {
  margin: 20px auto 0 0;
  border: solid 1px #810771;
}

@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_items .prof_item:nth-of-type(2n) .right .comment_btn {
    margin: 20px 0 0 auto;
  }
}

.comment_window {
  opacity: 0;
  z-index: 99999;
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: url(img/bg_comment.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -100%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.comment_window.active {
  top: 0%;
  display: block;
  opacity: 1;
}

.comment_window.active .close_btn_comment {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 10;
  border: solid 1px #ccc;
  cursor: pointer;
}

.comment_window.active .close_btn_comment:hover {
  border: solid 2px #ccc;
}

@media screen and (max-width: 768px) {
  .comment_window.active .close_btn_comment {
    width: 60px;
    height: 60px;
    right: 0;
  }
}

.comment_window.active .close_btn_comment::after, .comment_window.active .close_btn_comment::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  height: 1px;
  width: 110px;
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
  background: #ccc;
}

@media screen and (max-width: 768px) {
  .comment_window.active .close_btn_comment::after, .comment_window.active .close_btn_comment::before {
    right: -6px;
    width: 71px;
    height: 0.5px;
  }
}

.comment_window.active .close_btn_comment::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.comment_window h2 {
  font-size: 2em;
  padding: 0px;
  display: block;
  width: 100%;
  margin: 80px auto 0;
  max-width: 800px;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .comment_window h2 {
    width: calc(100% - 40px);
  }
}

.comment_window .comment_box_inner {
  padding: 100px;
  margin: 0px auto 0px;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #333;
}

@media screen and (max-width: 768px) {
  .comment_window .comment_box_inner {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}

.comment_window .comment_box_inner .name {
  margin-bottom: 1em;
  font-size: 1.5em;
}

.comment_window .close_text {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 80px;
  letter-spacing: .25em;
  padding: 10px 0;
  cursor: pointer;
}

.comment_window .close_text:hover {
  opacity: .5;
}

.imgb {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.imgb img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 768px) {
  .imgb img {
    height: 70vw;
  }
}

#staff {
  position: relative;
  background-image: url(img/bg_staff.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#staff .section_inner {
  padding: 120px 20px 120px;
}

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

#staff .section_inner .section_main h2 {
  margin-bottom: 60px;
}

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

#staff .section_main h2 {
  margin: 0 auto 60px;
}

#staff .section_main .staff_list {
  text-align: center;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #staff .section_main .staff_list {
    width: 100%;
  }
}

#staff .section_main .staff_list span {
  margin: 0 .6em .8em;
  display: inline-block;
}

#staff .section_main .staff_items .staff_item .names {
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 800;
}

#staff .section_main .staff_items .staff_item .names .name_jp {
  font-size: 1.4em;
  margin-bottom: 0.3em;
}

#staff .section_main .staff_items .staff_item .names .name_en {
  font-size: 1.1em;
}

#staff .section_main .staff_items .staff_item .comment_btn {
  border: solid 1px #333;
}

.staff_items .grid-sizer, .staff_items .staff_item {
  width: calc(33.33% - 26.66px);
}

@media screen and (max-width: 768px) {
  .staff_items .grid-sizer, .staff_items .staff_item {
    width: 100%;
  }
}

.staff_items .staff_item {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .staff_items .staff_item {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}

.footer {
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 80px 20px 130px;
  }
}

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

.footer .footer_release {
  max-width: 240px;
  width: 70%;
  margin: 0 auto;
}

.body_comment .com_main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px;
}

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

.body_comment .com_main h2 {
  margin: 40px auto 40px;
  max-width: 400px;
  width: 80%;
  display: block;
  opacity: .7;
}

.body_comment .com_main p.cau {
  text-align: center;
  opacity: .7;
  margin-bottom: 80px;
}

.body_comment .com_main .comment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  max-width: 700px;
}

.body_comment .com_main .comment_list a {
  color: #ccc;
  font-weight: bold;
  padding: 5px 12px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.body_comment .com_main .comment_list a span {
  font-size: .6em;
}

.body_comment .com_main .comment_list a:hover {
  color: #fff;
}

.body_comment .com_box {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

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

.body_comment .com_box .com_item {
  opacity: .8;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .body_comment .com_box .com_item {
    padding: 10px;
    margin-bottom: 40px;
  }
}

.body_comment .share_btn {
  margin-top: 40px;
}

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

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

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

.blurUp {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blurUp.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blurUpR {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blurUpR.is-inview {
  opacity: .7;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blurUpSpan {
  opacity: .6;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.blurUpSpan.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.blurUpLeft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
}

@media screen and (max-width: 768px) {
  .blurUpLeft {
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
  }
}

.blurUpLeft.is-inview {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

.clipLeft.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

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

.clipRight.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 */