html,
body {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  min-height: 100vh;
}
html.modal-opened,
body.modal-opened {
  overflow: hidden;
  height: 100%;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a.no-touch {
  pointer-events: none;
}
a.no-touch .buy {
  text-decoration: none !important;
  color: #808080;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
}
header .container {
  width: 90%;
  margin: 3% auto 0;
}
@media screen and (max-width: 768px) {
  header .container {
    margin: 20px auto 0;
  }
}
header .nav_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
header .nav_wrap > a.active {
  color: #fff;
}
header .nav_wrap .nav_btn.active span {
  border-bottom: 0.5px solid #fff;
}
@media screen and (min-width: 769px) {
  header .nav_wrap .nav_btn.active li a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  header .nav_wrap .nav_btn {
    width: 20px;
    cursor: pointer;
  }
}
header .nav_wrap .nav_btn span {
  display: block;
  border-bottom: 0.5px solid #000;
  height: 0.5px;
  margin-bottom: 5px;
}
header .nav_wrap .nav_btn span:last-child {
  margin-bottom: 0;
}

#menu-modal {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #menu-modal .container {
    margin: 17px auto 0;
  }
}
#menu-modal .menu-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#menu-modal .menu-header > p {
  line-height: 1.4;
}
#menu-modal .menu-header .menu-close-btn {
  display: flex;
}
#menu-modal .menu-header .menu-close-btn span {
  width: 10px;
  margin: 2px 0 0 5px;
  position: relative;
}
#menu-modal .menu-header .menu-close-btn span::before, #menu-modal .menu-header .menu-close-btn span::after {
  content: "";
  position: absolute;
  background: #000;
  height: 0.5px;
  width: 11px;
}
#menu-modal .menu-header .menu-close-btn span::before {
  transform: rotate(45deg);
  top: 8px;
}
#menu-modal .menu-header .menu-close-btn span::after {
  transform: rotate(-45deg);
  top: 8px;
}
#menu-modal .menu-li {
  width: 50%;
  margin: 80px auto 100px;
  text-align: center;
  font-size: 18px;
}
#menu-modal .menu-li li {
  margin-bottom: 45px;
}
#menu-modal .menu-li li:last-child {
  margin-bottom: 0;
}
#menu-modal .copy {
  text-align: center;
}

@media screen and (min-width: 769px) {
  header .container {
    width: 95%;
    margin: 2% auto 0;
  }
  .nav_wrap .brand_text {
    width: 130px;
    position: relative;
    z-index: 100;
  }
  .nav_wrap .brand_text .black {
    position: absolute;
    z-index: 100;
  }
  .nav_wrap .brand_text .black.active {
    display: none;
  }
  .nav_wrap .brand_text .white {
    position: absolute;
    top: 0;
    z-index: 99;
  }
  .nav_wrap .brand_text.small {
    width: 100px;
  }
  .nav_wrap .nav_btn {
    display: flex;
    gap: 20px;
  }
}
.fade-enter-active, .fade-leave-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.fade-enter-active #menu-modal, .fade-leave-active #menu-modal {
  transition: 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0s 0.5s;
}

.fv {
  position: relative;
  min-height: 100svh;
  min-height: -webkit-fill-available;
}

.fv_text {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.pcNone.text_wrap, .pcNone.fv_collection {
  position: fixed;
  bottom: 12%;
  width: 100%;
  z-index: 10;
  text-align: center;
  font-size: 14px;
}

.pcNone.btn_wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 28%;
  z-index: 10;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.spNone.text_wrap {
  position: fixed;
  width: 100%;
  bottom: 50%;
  z-index: 10;
  font-size: 19px;
}

.spNone.btn_wrap {
  position: absolute;
  width: 100%;
  bottom: 50%;
  z-index: 10;
  font-size: 19px;
}

.area {
  overflow: hidden;
  position: relative;
}
.area .wrap {
  width: 400%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  will-change: auto;
}
.area .wrap li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .area .wrap li a {
    pointer-events: none;
  }
}
.area .wrap li:nth-child(1) a {
  width: 50%;
}
.area .wrap li:nth-child(2) a {
  width: 70%;
}
.area .wrap li:nth-child(3) a {
  width: 50%;
}
.area .wrap li:nth-child(4) a {
  width: 70%;
}
@media screen and (min-width: 769px) {
  .area .wrap li:nth-child(4) div, .area .wrap li:nth-child(4) a {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .area .wrap li {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .area .wrap li:nth-child(1) a {
    width: 30%;
  }
  .area .wrap li:nth-child(2) a {
    width: 40%;
  }
  .area .wrap li:nth-child(3) a {
    width: 30%;
  }
  .area .wrap li:nth-child(4) a {
    width: 40%;
  }
}
.smoke {
  position: fixed;
  bottom: 12%;
  text-align: center;
  font-size: 14px;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}

.collection_btn {
  position: fixed;
  bottom: 12%;
  text-align: center;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .collection_btn a {
    pointer-events: all;
  }
}

.scroll_down {
  position: fixed;
  bottom: 12%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .scroll_down a {
    pointer-events: all;
  }
}
.scroll_down p {
  display: flex;
}
@media screen and (max-width: 768px) {
  .scroll_down p {
    justify-content: center;
  }
}
.scroll_down span {
  border: 0.5px solid #000;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50px;
  margin-right: 5px;
  position: relative;
  transform: rotate(-90deg);
}
.scroll_down span::before, .scroll_down span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 0.5px;
  background-color: #000;
}
.scroll_down span::before {
  top: 8px;
  left: 5px;
  transform: rotate(40deg);
}
@media screen and (max-width: 768px) {
  .scroll_down span::before {
    top: 7.5px;
    left: 4px;
  }
}
.scroll_down span::after {
  top: 6px;
  left: 5px;
  transform: rotate(-40deg);
}
@media screen and (max-width: 768px) {
  .scroll_down span::after {
    top: 5.5px;
    left: 4px;
  }
}
.scroll_down.active {
  color: #fff;
}
.scroll_down.active span {
  border: 0.5px solid #fff;
}
@media screen and (max-width: 768px) {
  .scroll_down {
    width: 100%;
  }
  .scroll_down span {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 769px) {
  .scroll_down {
    text-align: left;
    bottom: 5%;
    margin-left: 2.5%;
  }
}

.sec {
  display: flex;
  justify-content: center;
  height: 120vh;
  width: 100%;
  position: sticky;
  top: -20%;
  z-index: 11;
}
.sec.movie, .sec.staff {
  background-color: #000;
}

.movie {
  color: #fff;
}
.movie .container {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .movie .container {
    width: 60%;
  }
}
.movie video {
  width: 100%;
}
.movie a {
  color: #fff;
}

.collection {
  background-color: #fff;
}
.collection .container {
  display: flex;
  align-items: center;
}
.collection .container figure {
  width: 50%;
  margin: 0 auto;
}
.collection .container .btn_wrap {
  color: #000;
}

.staff {
  top: 0;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff {
    height: 120vh;
  }
}
.staff .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.staff .container h1, .staff .container ul {
  text-align: center;
  color: #fff;
  width: 100%;
}
.staff .container h1 {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .staff .container h1 {
    font-size: 19px;
  }
}
.staff .container .staff_credit {
  font-size: 11px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .staff .container .staff_credit {
    font-size: 14px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .staff .container .staff_credit li {
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .staff .container .staff_credit li {
    margin-bottom: 10px;
  }
}

.footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.footer .footer-li {
  width: 95%;
  margin: 0 auto;
}
.footer .footer-li ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-li ul {
    justify-content: center;
  }
}
.footer .footer-li ul > li a {
  display: flex;
}
.footer .footer-li ul > li span {
  border: 0.5px solid #fff;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50px;
  margin-right: 8px;
  position: relative;
  transform: rotate(90deg);
}
.footer .footer-li ul > li span::before, .footer .footer-li ul > li span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 0.5px;
  background-color: #fff;
}
.footer .footer-li ul > li span::before {
  top: 8px;
  left: 5px;
  transform: rotate(40deg);
}
.footer .footer-li ul > li span::after {
  top: 6px;
  left: 5px;
  transform: rotate(-40deg);
}
.footer .footer-li ul li, .footer .footer-li ul li a {
  font-size: 14px;
  color: #fff;
}

.back_btn {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.back_btn span {
  border: 0.9px solid #000;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50px;
  margin-right: 8px;
  position: relative;
}
.back_btn span::before, .back_btn span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 0.5px;
  background-color: #000;
}
.back_btn span::before {
  top: 8px;
  left: 5px;
  transform: rotate(40deg);
}
.back_btn span::after {
  top: 6px;
  left: 5px;
  transform: rotate(-40deg);
}

#movie .nav_wrap, #collection .nav_wrap {
  justify-content: right;
}
#movie .back_btn, #collection .back_btn {
  position: absolute;
}
#movie .w_menu-li, #collection .w_menu-li {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
}

#movie .w_menu-li li:nth-child(2) {
  text-decoration: underline;
}
#movie .video_container {
  display: flex;
  align-items: center;
  height: 100vh;
}
#movie .video_container .video_wrap {
  width: 70%;
  margin: 0 auto;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  #movie .video_container .video_wrap {
    flex-wrap: wrap;
  }
}
#movie .video_container .video_wrap p {
  text-align: center;
  padding-top: 20px;
}
#movie .video_container .video_wrap .video > img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
#movie .video_container .video_wrap .video > img:hover {
  opacity: 0.4;
  transition: all 0.6s;
}
#movie .video_container .video_wrap .video:nth-child(1) {
  margin-bottom: 50px;
}
#movie .modal_movie {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 13;
  display: flex;
  align-items: center;
}
#movie .modal_movie video {
  width: 100%;
}
#movie .modal_movie .movie_close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#movie .modal_movie .movie_close_btn:before, #movie .modal_movie .movie_close_btn::after {
  content: "";
  border-top: 0.5px solid #000;
  display: block;
  width: 50px;
}
#movie .modal_movie .movie_close_btn:before {
  transform: translateY(20px) rotate(45deg);
}
#movie .modal_movie .movie_close_btn::after {
  transform: translateY(20px) rotate(-45deg);
}
#movie .modal_movie .container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #movie .modal_movie .container {
    width: 95%;
  }
}

#collection .w_menu-li li:nth-child(1) {
  text-decoration: underline;
}
#collection .credit_wrap {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #collection .wrapper_img {
    width: 80%;
    margin: 0 auto;
  }
  #collection .wrapper_img:nth-child(1) {
    margin-top: 80px;
  }
  #collection .credit_wrap {
    width: 90%;
    margin: 30px auto 50px;
    font-size: 14px;
  }
  #collection .credit_wrap a .buy {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  #collection .collection_container {
    margin: 30px;
    position: relative;
  }
  #collection .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #collection .wrapper {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  #collection .wrapper .wrapper_img {
    width: 45%;
  }
}
@media screen and (min-width: 769px) {
  #collection .wrapper:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #collection .credit_wrap {
    font-size: 15px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: none;
    transition: all 0.5s;
  }
  #collection .credit_wrap.active {
    display: block;
    transition: all 1s;
    animation: fade 1s forwards;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #collection .credit_wrap a .buy {
    text-decoration: underline;
  }
}

.slick-dots {
  bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 0 !important;
  }
}

.slick-dots li button::before {
  font-family: "" !important;
  content: "" !important;
  width: 5px !important;
  border-radius: 10px;
  height: 5px !important;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .slick-dots li button::before {
    width: 3px !important;
    height: 3px !important;
  }
}/*# sourceMappingURL=style.css.map */