@charset "UTF-8";

/**
 * topNavLists
 */

.topNav{
  margin-top: 14%;
}

@media screen and (min-width: 1920px) {
  .topNav{
    margin-top: 6%;
  }
}

@media screen and (min-width: 769px) {
  .topNavLists {
    width: 66.6666666667%;
    display: grid;
    gap: min(1.3333333333333335vw, 20px) 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .topNavLists {
  }
}

.topNavLists__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(1.3333333333vw, 20px);
}

@media screen and (max-width: 768px) {
  .topNavLists__link {
    gap: max(1.0666666667vw, 5.3333333333px);
  }
}

.topNavLists__link.is-current::before {
  color: #000;
}

@media screen and (min-width: 769px) {
  .topNavLists__link:hover .topNavLists__text::before {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

.topNavLists__text {
  position: relative;
  font-size: min(2vw, 30px);
  line-height: 1;
  white-space: nowrap;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .topNavLists__text {
    font-size: max(6.02409638554216vw, 30px);
    text-shadow: 
    2px 2px 4px #FFF, 
    -2px -2px 4px #FFF, 
    2px -2px 4px #FFF, 
    -2px 2px 4px #FFF;
  }
  .is-current .topNavLists__text {
    text-shadow: none  
  }
}

.topNavLists__text:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(30%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000000 0 50%, rgba(255, 255, 255, 0) 30%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transform: scaleX(0%);
  transform: scaleX(0%);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.is-current .topNavLists__text::before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.topShare {
  margin-top: 40px;
}

.topShare .header__shareLists--item>a::before {
  background-color: #fff;
}

.topShare .header__shareLists--item>a:hover::before {
  background-color: #000;
}

/* ===============================================
# top
=============================================== */
/**
 * firstv
 */
.firstv {
  background: url(../img/top/bg_main.png) no-repeat left top;
  background-size: cover;
  position: relative;
  flex-wrap:wrap;
}

@media screen and (min-width: 769px) {
  .firstv {
    background-size:143.5%;
  }
}

@media screen and (min-width: 1920px) {
  .firstvWrap{
    background: url(../img/top/bg_main_r.png) no-repeat top right;
    background-size:contain;
  }
  .firstv {
    background-size:contain;
  }
}
@media screen and (max-width: 768px) {
  .firstv {
    background: url(../img/top/bg_main_sp.png) no-repeat top left;
    background-size: cover;
  }
}
.firstv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .firstv__inner {
    max-width: 1920px;
    /* padding: 0 min(3.3333333333333335vw, 50px); */
  }
}

@media screen and (min-width: 1920px) {
  .firstv__inner {
    max-width: 1920px;
    /* padding: 0 min(8.066666666666666vw, 121px); */
  }
}

@media screen and (max-width: 768px) {
  .firstv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: max(6.4vw, 32px);
    padding-right: max(6.4vw, 32px);
    padding-bottom: max(6.4vw, 32px);
  }
}

.firstv__contents {
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .firstv__contents {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .firstv__contents {
    width: 100%;
    position: relative;
  }
}

.firstv__logo {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  background: url("../img/common/logo/logo.png") no-repeat top center/contain;
  padding-top: 21%;
  text-indent: -9999px;
}

.firstv__desc .firstv__logo span{
  display: none;
}

.firstv__desc .firstv__logo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  width: 60%;
  margin-top: 4%;
  max-width: 360px;
}

@media screen and (max-width: 768px) {
  .firstv__desc .firstv__logo {
    margin-top: 0;
    width: 45%;
  }
}

@media screen and (min-width: 1920px) {
  .firstv__desc .firstv__logo {
    width: 50%;
    margin-top: 2%;
  }
}

.firstv__loadshow {
  margin-top: min(2.6666666667vw, 40px);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.firstv__loadshow--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: min(2.8333333333vw, 42.5px);
  gap: 6px;
}

@media screen and (max-width: 768px) {
  .firstv__loadshow--text {
    font-size: max(4.5333333333vw, 22.6666666667px);
    gap: unset;
  }
}

.firstv__loadshow--text>span {
  line-height: 1;
}

.firstv__loadshow .--accent {
  font-size: min(5.8333333333vw, 87.5px);
  line-height: 0.8;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .firstv__loadshow .--accent {
    font-size: max(9.0666666667vw, 45.3333333333px);
    font-weight: 500;
  }
}

@media screen and (min-width: 769px) {
  .firstv__loadshow .--dayweek {
    padding-bottom: 5px;
    font-size: min(2.3333333333vw, 35px);
  }
}

@media screen and (max-width: 768px) {
  .firstv__loadshow .--dayweek {
    padding-bottom: 3px;
    font-size: max(3.4666666667vw, 17.3333333333px);
  }
}

@media screen and (min-width: 769px) {
  .firstv__loadshow .--loadshow {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .firstv__loadshow .--loadshow {
    margin-left: max(2vw, 10px);
  }
}

.-loaded .firstv__loadshow {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.firstv__sliderWrap {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.-loaded .firstv__sliderWrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  .firstv__sliderWrap {
    margin-top: max(6.5vw, 32px);
  }
}

.firstv__slider {
  margin-top: min(4.1666666667vw, 62.5px);
}

@media screen and (max-width: 1023px) {
  .firstv__slider {
    margin-top: min(1.6666666667vw, 25px);
  }
}

.firstv__slider--in {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto !important;
}

.firstv__slider--item {
  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;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .firstv__slider--item {
    gap: 20px;
  }
}

.firstv__slider--item>li {
  width: 50%;
}

.firstv__slider--item>li a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.firstv__slider--item>li img {
  width: 100%;
}

.firstv__slider--pagination {
  position: relative !important;
  bottom: min(-1.3333333333vw, -20px) !important;
}

.firstv__visual {
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.-loaded .firstv__visual {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.firstv__sub{
  color: #FFF;
}
.firstv__sub--txt{
  margin-top: max(6vw, 30px);
  font-weight: lighter;
}

@media screen and (min-width: 769px) {
  .firstv__visual {
    width: 37.5%;
  }
  .firstv__sub {
    background: none;
    margin: 0;
  }
  .firstv__sub--txt{
    font-size: min(2vw, 30px);
    margin-top: 30%;
  }
  .firstv__sub--kr{
    font-size: min(1.466vw, 20px);
    margin-top: 30%;
  }
}
@media screen and (min-width: 1920px) {
  .firstv__visual {
    width: 26%;
  }
  .firstv__sub {
    width: 34%;
    background: none;
  }
  .firstv__sub .firstv__sub--txt {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .firstv__sub .firstv__sub--txt {
    text-align: center;
    font-size: max(5.2vw, 22px);
    font-weight: lighter;
  }
  .firstv__sub .firstv__sub--txt.firstv__sub--kr{
    font-size: max(4vw, 15px);
  }
}

.firstv__visual--img {
  width: auto;
}

@media screen and (min-width: 769px) {
  .firstv__visual--img {
    position: relative;
    left: min(-5.333333333333334vw, -80px);
  }
}

.firstv__visual--img img {
  width: auto;
}

.firstv .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: url("../img/common/icon/icon_slidenav.svg") no-repeat center center/contain;
  position: relative;
  opacity: 1;
}

.firstv .swiper-pagination-bullet::before {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/common/icon/icon_slidenav_on.svg");
  mask-image: url("../img/common/icon/icon_slidenav_on.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #FFF;
  background-color: #009dbd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.firstv .swiper-pagination-bullet-active::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.firstv__lang{
  position: absolute;
  top:200px;
  right: 0;
  z-index: 100;
}
.firstv__lang__inner{
  position: relative;
}
.firstv__lang__ttl{
  margin: 0;
  display:inline-block;
  position: absolute;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 1em;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.firstv__lang__ttl:hover{
  cursor: pointer;
  background-color: #009dbd;
}
.firstv__lang__ttl a{
}
.firstv__lang__ttl img{
 display: inline-block;
 margin-bottom: 0.5em;
}
.firstv__lang__body{
  display: none;
  position: absolute;
  top: 0;
  right: 3.5em;
  white-space: nowrap;
}
.firstv__lang__list{
  background: #000;
  padding: 1.5em;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: max(1.6vw, 8px) 0;
}
.firstv__lang__list li a{
  color: #fff;
}
@media screen and (max-width: 768px) {
  .firstv__lang__body{
    right: 3.1em;
  }
  .firstv__lang{
    top:28%;
    font-size: max(3.2vw, 16px);
  }
  .firstv__lang__ttl:hover{
    cursor: pointer;
    background-color: #000;
  }
}


/* ===============================================
 MOVIE bg
=============================================== */
#js-topMoviebilibili {
  overflow: hidden;
  position: relative;
  display: contents;
}
#js-topMoviebilibili img{
  object-fit: cover;
  width: 100%;
  height:100%;
}