html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html, body {
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  position: relative;
}

#teaser {
  position: relative;
  padding: 10vh 0;
  z-index: 10;
  opacity: 0;
}

#movie {
  width: 1020px;
  margin: 0 auto;
}

#movie .thumbnail {
  position: relative;
  width: 1020px;
  height: 650px;
  margin: 0 auto;
  background-image: url(..//img_2x/movie_frame.png);
  background-position: 50% 50%;
  background-size: 1020px 650px;
  background-repeat: no-repeat;
}

#movie .thumbnail div {
  position: absolute;
  width: 850px;
  height: 480px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(..//img_2x/movie_img_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

#movie .thumbnail div:hover {
  opacity: 0.8;
}

#movie .movie_caption {
  width: 839px;
  height: 116px;
  margin: 0 auto;
  background-image: url(..//img_2x/movie_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#footer {
  padding: 100px 0;
}

#footer .sns {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#footer .sns li a {
  display: block;
  width: 108px;
  height: 104px;
  margin: 0 auto;
  background-image: url(..//img_2x/sns_btn_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#footer .sns li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#footer .nameless a {
  display: block;
  width: 157px;
  height: 30px;
  margin: 200px auto 0;
  background-image: url(..//img_2x/footer_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#footer .nameless a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#footer .copyright {
  width: 64px;
  height: 10px;
  margin: 45px auto 0;
  background-image: url(..//img_2x/footer_copyright.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#title {
  position: absolute;
  width: 716px;
  height: 206px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#title .logo {
  position: absolute;
  width: 716px;
  height: 206px;
  background-image: url(..//img_2x/intro_b_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 40;
}

#title .logo.front-1 {
  z-index: 42 !important;
  background-color: #000;
}

#title .logo.front-2 {
  z-index: 43 !important;
  background-color: #000;
}

#title .logo.front-3 {
  z-index: 44 !important;
  background-color: #000;
}

#title .logo.back {
  z-index: 41 !important;
}

#title h1.logo {
  background-image: url(..//img_2x/intro_w_logo.png);
  z-index: 60;
}

#title h1.logo.front-1 {
  z-index: 62 !important;
  background-color: #fff;
}

#title h1.logo.front-2 {
  z-index: 63 !important;
  background-color: #fff;
}

#title h1.logo.front-3 {
  z-index: 64 !important;
  background-color: #fff;
}

#title h1.logo.back {
  z-index: 61 !important;
}

#background .base {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: 1;
  background-image: url(..//img_2x/bk.png);
}

#background .base.front-1 {
  z-index: 2 !important;
}

#background .base.front-2 {
  z-index: 3 !important;
}

#background .base.front-3 {
  z-index: 4 !important;
}

#background .base.back {
  z-index: 1 !important;
}

#background .base::after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(..//img_2x/noise.gif);
  background-size: 200px 200px;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 1;
  content: "";
}

#background .effect_01 .img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: 50;
  background-image: url(..//img_2x/intro_w_bk.png);
}

#background .effect_01 .front-1 {
  z-index: 52 !important;
}

#background .effect_01 .front-2 {
  z-index: 53 !important;
}

#background .effect_01 .front-3 {
  z-index: 54 !important;
}

#background .effect_01 .back {
  z-index: 51 !important;
}

#background .effect_02 .img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: 20;
  background-image: url(..//img_2x/intro_b_bk.png);
}

#background .effect_02 .front-1 {
  z-index: 22 !important;
}

#background .effect_02 .front-2 {
  z-index: 23 !important;
}

#background .effect_02 .front-3 {
  z-index: 24 !important;
}

#background .effect_02 .back {
  z-index: 21 !important;
}

#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
}

#opening .progress {
  position: fixed;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #f0f0f0;
}

#opening .progress .bar {
  width: 0%;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #000;
}

#movie_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 100;
}

#movie_modal .inner {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#movie_modal .inner div {
  width: 100%;
  height: 100%;
}

#movie_modal .inner div iframe {
  width: 100%;
  height: 100%;
}

#movie_modal .close {
  position: fixed;
  display: block;
  width: 55px;
  height: 54px;
  top: 25px;
  right: 25px;
  background-image: url(..//img_2x/close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#movie_modal .close:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
/*# sourceMappingURL=style_2x.css.map */