@charset "utf-8";
/*=== FONTS ===*/
/*== FONTS ==
@font-face {
  font-family: "FF DIN W05";
  src: url("../fonts/28c72b2a-43c0-4b09-8d62-1745a7258ffb.woff2") format("woff2"), url("../fonts/a86810ac-ba07-4c00-afb1-a03e356a9279.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FF DIN W05";
  src: url("../fonts/f373f6d6-44b3-4b02-a7cd-3de50133eff2.woff2") format("woff2"), url("../fonts/9a02ac36-972b-49e7-807c-65fadba02831.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}*/
/*=== FONTS ENDS ===*/
#olderbrowser,
.mobileView {
  display: none;
}
/*=== CSS RESET ===*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #000000;
}
a,
a:active,
a:focus,
a:hover {
  border: none;
  outline: 0;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
:focus {
  outline: none !important;
}
/*=== CSS RESET ===*/
/*=== COMMON CLASSES ===*/
.row {
  margin: 0 -15px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.hidden {
  display: none;
}
.clearfix {
  clear: both;
}
.displayTable {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.displayTableCell {
  display: table-cell;
  vertical-align: middle;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.overflowHidden {
  overflow: hidden !important;
}
.desktop {
  display: block;
}
.hidden-tab {
  display: none;
}
.mobile {
  display: none;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* FadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* ZoomIn */
@keyframes ZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ZoomIn {
  -webkit-animation-name: ZoomIn;
  animation-name: ZoomIn;
}
/*=== COMMON CLASSES ENDS ===*/
/*== Site Background ==*/
.siteBackground {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-color: #0b0507;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: left top;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/*== Site Background Ends ==*/
/*=== FOOTER ===*/
.footer {
  background: rgba(0, 0, 0, 0.4);
}
.footer,
#containerCredits {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 15px;
}
.legals {
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links li {
  margin: 0 5px;
}
.footer-links li a {
  display: block;
  cursor: pointer;
  font-size: 11px;
  padding: 0 0 3px;
  color: #a2a3a7 !important;
  opacity: 1;
}
.footer-links li a:hover {
  opacity: 0.7;
}
.footer-links li a:focus {
  opacity: 1;
}
.copyright {
  font-size: 10px;
  color: #a2a3a7 !important;
}
#containerCredits {
  display: none;
  background-color: #000000;
  padding: 20px 15px 5px;
}
#closeCredits,
#modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#closeCredits span,
#modalClose span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #a2a3a7;
  opacity: 1;
  left: 5px;
  top: 14px;
  transform-style: preserve-3d;
}
#closeCredits span:nth-child(1),
#modalClose span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeCredits span:nth-child(2),
#modalClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*=== FOOTER ENDS ===*/
#wrapper {
  width: 100%;
  text-align: center;
  height: 100%;
}
.super-container {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: relative;
}
.mobileView {
  display: none;
}
.desktopView {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
}
.desktopView > div {
  margin: auto;
}
.desktop-col {
  flex-basis: 38%;
}
.desktop-container {
  font-size: 2em;
  letter-spacing: 1px;
  padding: 0 10px;
  flex: 1 !important;
}
.video-wrapper {
  flex-basis: 28%;
}
.video-wrapper video {
  width: auto;
  max-height: 60vh;
  border: 5px solid #490800;
  max-width: 300px;
}
.tt-desktop {
  max-width: 85%;
  max-height: 28vh;
}
.header-desktop {
  font-size: 1.5em;
  font-weight: 500;
  color: #d21d22;
  margin-top: 20px;
}
.message-desktop {
  margin: 2vh 0 3vh;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}
.tryItNow {
  font-size: 0.75em;
  margin: 4vh 0 0;
  color: #fefefe;
  /* display: none; */
}
.desktop-container .tryItNow {
  display: block;
}
.message-desktop a {
  color: #ffffff;
}
.message-desktop a:hover {
  text-decoration: underline;
  color: #97191a;
}
.qr-code {
  width: 100%;
  max-width: 180px;
}
.lens-name {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  display: none;
}
/*=== DESKTOP VIEW ENDS ===*/

/*=== MOBILE VIEW ===*/
.header-mobile {
  margin-bottom: 7px;
}
.mobileView .video-wrapper {
  display: block;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  height: auto;
  width: 100%;
}
.mobileView video {
  max-width: 80%;
  max-height: 50vh;
  border: 5px solid #490800;
}
.mobileView .tryItNow {
  font-size: 20px;
  margin: 10px 0;
  color: #fff;
}
.lens-container {
  display: flex;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  /* display: none !important; */
}
.lens-option {
  width: 48%;
  padding: 7px 0;
}
.lens-option > div {
  display: flex;
  justify-content: center;
}
.lens-header {
  margin: 0 auto 7px;
  font-size: 16px;
  color: #85b3af;
}
.social-box {
  margin: 0 10px;
}
.social-box a {
  display: block;
  background-color: #f10407;
  border: 2px solid #9b030e;
  padding: 7px;
  border-radius: 5px;
}
.social-box a img {
  height: 24px;
  border: 0;
  width: auto;
  max-width: none;
}
.movie-date {
  margin: 1% auto 0;
}
/*===SLIDER====*/
.landingSlider-item.slick-slide > div {
  position: relative;
  text-align: center;
}
.landingSlider-item img {
  border: #fff solid 6px;
  /* max-width: 90%; */
  max-width: 100%;
  height: auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-initialized .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.slick-slider .slide-arrow {
  position: absolute;
  top: 33%;
  width: 50px;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider .slide-arrow svg {
  width: 100%;
}
.slick-slider .prev-arrow {
  left: 0;
}
.slick-slider .next-arrow {
  right: 0;
}
.landingSlider-item.slick-slide {
  padding: 0 10px;
  opacity: 0.6;
}
.landingSlider-item.slick-current {
  opacity: 1;
}
.slick-current .tryItNow {
  display: block;
}
.slick-current .lens-container {
  display: flex !important;
}
.count {
  position: absolute;
  right: 0px;
  top: 55vh;
  /*  transform: translateY(-50%);*/
  color: #fff;
  background: #a8a8a8;
  padding: 5px 7px;
}
.slick-current .lens-name {
  display: block;
}
/*=== MOBILE VIEW ENDS ===*/
/*=== AGE GATE ===*/
#modalAgeGate {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
  background: #06060c;
  border: 2px solid #98c4b8;
  margin: 0 auto;
  padding: 1%;
  width: 98%;
  max-width: 360px;
  position: relative;
}
.modal-content {
  padding: 15px 10px;
}
#modalClose {
  top: -25px;
  right: 1px;
  width: 18px;
  height: 18px;
}
#modalClose span {
  height: 3px;
  width: 100%;
  top: 7px;
  left: 0;
  background-color: #98c4b8;
  border-radius: 1px;
}
#modalAgeGate h4 {
  color: #98c4b8;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
}
.submit-btn {
  font-size: 16px;
  padding: 5px 20px;
  margin-top: 20px;
  background: #98c4b8;
  border: 1px solid #98c4b8 !important;
  color: #000000;
  font-weight: 500;
}
.errorMsg {
  margin: 6% auto;
  font-size: 12px;
  color: #98c4b8;
}
.errorMsg a {
  text-decoration: underline;
  color: #a2a3a7 !important;
}
.ageGateForm {
  display: flex;
  justify-content: space-between;
}
.ageGate-col {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.ageGate-col > div {
  background-image: url(../images/arrow-down.png);
  background-position-x: calc(100% - 10px);
  background-position-y: 52%;
  background-repeat: no-repeat;
  background-color: #12101e;
}
.month-select select,
.day-select select,
.year-select select {
  width: 100%;
  font-size: 16px;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
  height: 30px;
  display: block;
  margin: 0;
  color: #98c4b8;
  background-color: transparent;
  border: 1px solid #98c4b8;
  -webkit-box-shadow: inset 0 0 20px #000;
  box-shadow: inset 0 0 10px #000;
  padding: 0 5px;
}
.ageGate-col > div select option {
  color: #000000;
}
/*=== AGE GATE ENDS ===*/

/*=== MEDIA QUERIES ===*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-wrapper {
    outline: none;
  }
}

@media screen and (max-width: 1680px) {
  .desktop-container {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 1440px) {
  .desktop-container {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1366px) {
  .desktop-container {
    font-size: 1.5em;
  }
  .qr-code {
    max-width: 150px;
  }
}

@media /*For Resolution 1280x1024*/ screen and (max-width: 1280px) and (device-aspect-ratio: 5/4) and (orientation: landscape),
  screen and (device-width: 1280px) and (device-height: 960px),
  screen and (device-width: 1280px) and (device-height: 800px),
  screen and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .siteBackground {
    background-size: auto 77%;
  }
  .video-wrapper video {
    max-height: 50vh;
  }
}

@media screen and (max-width: 1100px) {
  .super-container {
    padding: 0;
  }
  .message-desktop a:hover {
    color: #a8a8a8;
    text-decoration: none;
  }
  .footer-links li a {
    opacity: 1 !important;
  }
}

@media screen and (device-width: 1334px) and (device-height: 800px) and (orientation: landscape), screen and (device-width: 1138px) and (device-height: 712px) and (orientation: landscape) {
  .tt-desktop {
    max-height: 24vh;
  }
  .message-desktop {
    margin: 0.5em 0 0.7em;
    font-size: 0.55em;
  }
  .qr-code {
    max-width: 100px;
  }
  .tryItNow {
    margin: 1em 0 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1023px) {
  .desktopView {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .siteBackground {
    background-size: auto 90%;
  }
  .desktop-container {
    position: relative;
  }
  .message-desktop {
    font-size: 0.55em;
  }
  .qr-code {
    max-width: 120px;
  }
}

@media screen and (max-width: 800px),
  screen and (max-width: 800px) and (orientation: portrait),
  screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
  screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .siteBackground {
    background-size: auto 35%;
    background-position: center top;
    background-image: url(../images/bg_portrait.jpg);
  }
  .desktopView {
    width: 100%;
  }
  .desktop-container {
    margin-top: 35% !important;
  }
  .video-wrapper,
  .desktop-col {
    display: none;
  }
  .message-desktop {
    margin: 2% 0 3%;
  }
  .tryItNow {
    margin: 4% 0 0;
  }
  .footer-links li a {
    font-size: 10px;
  }
  .copyright {
    font-size: 7px;
  }
  .message-desktop a:hover {
    color: #a8a8a8;
    text-decoration: none;
  }
}

@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .desktop-container {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 568px) {
  .siteBackground {
    background-image: none;
  }
  .mobile-container {
    width: 100%;
    position: relative;
    top: 0;
  }
  .tt-desktop {
    margin-bottom: 5px;
    max-height: 12vh;
  }
  .movie-date {
    position: absolute;
    bottom: 3%;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 14vh;
  }
  .footer {
    padding: 2px 0;
  }
  .footer-links {
    line-height: 0;
  }
  .footer-links li a {
    line-height: 12px;
  }
  .mobileView .tryItNow {
    margin: 5px 0;
  }
  .lens-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape),
  screen and (max-device-height: 450px) and (min-device-width: 740px) and (orientation: landscape),
  screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape),
  screen and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  #mobileLandscapeBlock {
    width: 100%;
    height: 100%;
    background-color: #a2a3a7;
    background-image: url(../images/rotate_device.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8999;
    display: block;
  }
  #wrapper {
    opacity: 0;
  }
  .message-desktop a:hover {
    color: #a8a8a8;
    text-decoration: none;
  }
}

@media screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait), screen and (max-width: 450px) and (orientation: portrait){
  .mobileView video {
    max-width: 65%;
  }
}

@media screen and (min-height: 720px) and (orientation: portrait) {
  .mobileView video {
    margin-top: 5%;
  }
}

@media screen and (max-height: 720px) and (orientation: portrait) {
  .movie-date {
    bottom: 0.5%;
  }
}
