@charset "utf-8";
@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&family=Noto+Serif+KR:wght@400;500;600&display=swap";

.tcommon__title,
.ttshedule__title,
.tstory__title,
.tcaststaff__title>span,
.tmovie__title>span,
.tintro__title,
.tnews__title {
  display: block;
  font-size: min(4.1666666667vw, 62.5px);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0
}

.lang-kr .tcommon__title,
.lang-kr .ttshedule__title,
.lang-kr .tstory__title,
.lang-kr .tcaststaff__title>span,
.lang-kr .tmovie__title>span,
.lang-kr .tintro__title,
.lang-kr .tnews__title {
  font-family: "Noto Serif KR", serif
}

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

  .tcommon__title,
  .ttshedule__title,
  .tstory__title,
  .tcaststaff__title>span,
  .tmovie__title>span,
  .tintro__title,
  .tnews__title {
    font-size: max(6.6666666667vw, 33.3333333333px)
  }
}

@media screen and (min-width: 769px) {

  .tcommon__maxw,
  .tintro__inner {
    max-width: 1680px;
    margin: 0 auto
  }
}

@media screen and (max-width: 768px) {
  .tcommon__anchor {
    margin-top: -6rem;
    padding-top: 6rem
  }
}


/**
 * firstv
 */
.firstv {
  position: relative
}

@media screen and (max-width: 768px) {
  .firstv {
    margin-top: 6rem;
    z-index: 100
  }
}

.firstv__inner {
  position: relative
}

@media screen and (min-width: 769px) {
  .firstv__inner {
    content: "";
    width: 100%;
    display: inline-block;
    padding-top: 90%
  }
}

@media screen and (max-width: 768px) {
  .firstv__inner {
    content: "";
    width: 100%;
    display: inline-block;
    padding-top: 140%
  }
}

.firstv__inner::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (min-width: 769px) {
  .lang-ja .firstv__inner::before {
    background: url("../img/top/firstv/visual.jpg") no-repeat center top/cover
  }
}

@media screen and (max-width: 768px) {
  .lang-ja .firstv__inner::before {
    background: url("../img/top/firstv/visual_sp.jpg") no-repeat center top/contain
  }
}

@media screen and (min-width: 769px) {
  .lang-kr .firstv__inner::before {
    background: url("../img/top/firstv/visual_kr.jpg") no-repeat center top/cover
  }
}

@media screen and (max-width: 768px) {
  .lang-kr .firstv__inner::before {
    background: url("../img/top/firstv/visual_kr_sp.jpg") no-repeat center top/contain
  }
}

.firstv__logo {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 99
}

@media screen and (min-width: 769px) {
  .firstv__logo {
    margin: 0 auto 7.2rem
  }

  .lang-ja .firstv__logo {
    width: min(59.25vw, 888.75px)
  }

  .lang-kr .firstv__logo {
    width: min(41.6666666667vw, 625px)
  }
}

@media screen and (max-width: 768px) {
  .firstv__logo {
    margin: 0 auto 5.5rem
  }

  .lang-ja .firstv__logo {
    width: max(60vw, 300px)
  }

  .lang-kr .firstv__logo {
    width: max(40vw, 200px)
  }
}

.firstv__logo::before {
  content: "";
  display: inline-block
}

.lang-ja .firstv__logo::before {
  content: "";
  width: 100%;
  display: inline-block;
  padding-top: 47.8912839738%;
  background: url("../img/top/firstv/logo.png") no-repeat center center/contain
}

.lang-kr .firstv__logo::before {
  content: "";
  width: 100%;
  display: inline-block;
  padding-top: 78.1931464174%;
  background: url("../img/common/logo/logo_kr.png") no-repeat center center/contain
}

.firstv__ticket {
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .firstv__ticket {
    width: min(12.5vw, 187.5px);
    height: min(12.5vw, 187.5px);
    position: absolute;
    bottom: min(58.3333333333vw, 950px);
    right: min(3.3333333333vw, 50px);
    z-index: 99;
    border-radius: 100px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
  }
}

@media screen and (min-width: 769px)and (min-width: 769px) {
  .firstv__ticket:hover {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket {
    margin-top: max(-1.3333333333vw, -6.6666666667px);
    width: 100%;
    background: url("../img/top/bg/bg_ticket.jpg") no-repeat center top/cover
  }
}

.firstv__ticket>a {
  height: 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;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
  transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
  transition: transform .5s ease, filter .5s ease;
  transition: transform .5s ease, filter .5s ease, -webkit-transform .5s ease, -webkit-filter .5s ease
}

@media screen and (min-width: 769px) {
  .firstv__ticket>a {
    padding-top: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1rem
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket>a {
    gap: max(5.3333333333vw, 26.6666666667px)
  }
}

.firstv__ticket>a>span {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: min(1.8333333333vw, 27.5px)
}

@media screen and (max-width: 768px) {
  .firstv__ticket>a>span {
    color: #fff;
    font-size: max(5.6vw, 28px);
    line-height: 1;
    text-align: center;
    font-weight: 400;
    padding: max(4vw, 20px) 0
  }
}

.firstv__ticket>a::before {
  content: "";
  display: inline-block;
  width: min(2.6666666667vw, 40px);
  height: min(2.6666666667vw, 40px);
  background: url("../img/common/icon/icon_ticket.png") no-repeat center center/contain
}

@media screen and (max-width: 768px) {
  .firstv__ticket>a::before {
    width: max(7.0666666667vw, 35.3333333333px);
    height: max(7.0666666667vw, 35.3333333333px)
  }
}

.firstv__ticket>a::after {
  content: "";
  display: inline-block;
  background: url("../img/top/bg/bg_fvticket.jpg") no-repeat center center/100%;
  position: absolute;
  z-index: -1
}

@media screen and (min-width: 769px) {
  .firstv__ticket>a::after {
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 100%;
    -webkit-filter: brightness(0.75) blur(5px);
    filter: brightness(0.75) blur(5px);
    -webkit-transition: -webkit-filter .2s ease;
    transition: -webkit-filter .2s ease;
    transition: filter .2s ease;
    transition: filter .2s ease, -webkit-filter .2s ease;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket>a::after {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
  }
}

@media screen and (min-width: 769px) {
  .firstv__ticket>a:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
}

/**
 * 海外配信について bnr
 */

.firstv__ticket__kr {
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .firstv__ticket__kr {
    width: min(12.5vw, 187.5px);
    height: min(12.5vw, 187.5px);
    position: absolute;
    bottom: min(43.3333333333vw, 730px);
    right: min(3.3333333333vw, 50px);
    z-index: 99;
    border-radius: 100px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
  }
}

@media screen and (min-width: 769px)and (min-width: 769px) {
  .firstv__ticket__kr:hover {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket__kr {
    margin-top: max(-1.3333333333vw, -6.6666666667px);
    width: 100%;
    background: url("../img/top/bg/bg_kr.jpg") no-repeat center top/cover
  }
}

.firstv__ticket__kr>a {
  height: 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;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
  transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
  transition: transform .5s ease, filter .5s ease;
  transition: transform .5s ease, filter .5s ease, -webkit-transform .5s ease, -webkit-filter .5s ease
}

@media screen and (min-width: 769px) {
  .firstv__ticket__kr>a {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1rem
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket__kr>a {
    gap: max(5.3333333333vw, 26.6666666667px)
  }
}

.firstv__ticket__kr>a>span {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: min(1.6333333333vw, 20px)
}

@media screen and (max-width: 768px) {
  .firstv__ticket__kr>a>span {
    color: #fff;
    font-size: max(4.6vw, 24px);
    line-height: 1;
    text-align: center;
    font-weight: 400;
    padding: max(4vw, 20px) 0
  }
}

.firstv__ticket__kr>a::after {
  content: "";
  display: inline-block;
  background: url("../img/top/bg/bg_fvkr.jpg") no-repeat center center/100%;
  position: absolute;
  z-index: -1
}

@media screen and (min-width: 769px) {
  .firstv__ticket__kr>a::after {
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 100%;
    -webkit-filter: brightness(0.75) blur(5px);
    filter: brightness(0.75) blur(5px);
    -webkit-transition: -webkit-filter .2s ease;
    transition: -webkit-filter .2s ease;
    transition: filter .2s ease;
    transition: filter .2s ease, -webkit-filter .2s ease;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket__kr>a::after {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
  }
}

@media screen and (min-width: 769px) {
  .firstv__ticket__kr>a:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
}

/**
 * goods bnr
 */

 .firstv__ticket__g {
  overflow: hidden
}

@media screen and (min-width: 769px) {
  .firstv__ticket__g {
    width: min(12.5vw, 187.5px);
    height: min(12.5vw, 187.5px);
    position: absolute;
    bottom: min(73.3333333333vw, 1200px);
    right: min(3.3333333333vw, 50px);
    z-index: 99;
    border-radius: 100px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
  }
}

@media screen and (min-width: 769px)and (min-width: 769px) {
  .firstv__ticket__g:hover {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket__g {
    margin-top: max(-1.3333333333vw, -6.6666666667px);
    width: 100%;
    background: url("../img/top/bg/bg_goods.jpg") no-repeat center top/cover
  }
}

.firstv__ticket__g>a {
  height: 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;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
  transition: -webkit-transform .5s ease, -webkit-filter .5s ease;
  transition: transform .5s ease, filter .5s ease;
  transition: transform .5s ease, filter .5s ease, -webkit-transform .5s ease, -webkit-filter .5s ease
}

@media screen and (min-width: 769px) {
  .firstv__ticket__g>a {
    /*padding-top: 3.2rem;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1rem
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket__g>a {
    gap: max(5.3333333333vw, 26.6666666667px)
  }
}

.firstv__ticket__g>a>span {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: min(1.8333333333vw, 27.5px)
}

@media screen and (max-width: 768px) {
  .firstv__ticket__g>a>span {
    color: #fff;
    font-size: max(5.6vw, 28px);
    line-height: 1;
    text-align: center;
    font-weight: 400;
    padding: max(4vw, 20px) 0
  }
}

/*.firstv__ticket__g>a::before {
  content: "";
  display: inline-block;
  width: min(2.6666666667vw, 40px);
  height: min(2.6666666667vw, 40px);
  background: url("../img/common/icon/icon_goods.png") no-repeat center center/contain
}*/

@media screen and (max-width: 768px) {
  .firstv__ticket__g>a::before {
    width: max(7.0666666667vw, 35.3333333333px);
    height: max(7.0666666667vw, 35.3333333333px)
  }
}

.firstv__ticket__g>a::after {
  content: "";
  display: inline-block;
  background: url("../img/top/bg/bg_fvgoods.jpg") no-repeat center center/100%;
  position: absolute;
  z-index: -1
}

@media screen and (min-width: 769px) {
  .firstv__ticket__g>a::after {
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 100%;
    -webkit-filter: brightness(0.75) blur(5px);
    filter: brightness(0.75) blur(5px);
    -webkit-transition: -webkit-filter .2s ease;
    transition: -webkit-filter .2s ease;
    transition: filter .2s ease;
    transition: filter .2s ease, -webkit-filter .2s ease;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
  }
}

@media screen and (max-width: 768px) {
  .firstv__ticket__g>a::after {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
  }
}

@media screen and (min-width: 769px) {
  .firstv__ticket__g>a:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
}

.bd_s{
    font-size: min(0.8333333333vw, 20.5px);
}
.bd_b{
    font-size: min(2.8333333333vw, 30.5px);
}
@media screen and (max-width: 768px) {
  .bd_s{
  font-size: max(2.6666666667vw, 13.3333333333px);
}
.bd_b{
  font-size: max(6.6vw, 28px);
  }
}



/**
 * tnews
 */
.tnews {
  width: 100%;
  height: auto;
  background: url("../img/top/bg/bg_news.jpg") no-repeat center top/cover
}

@media screen and (min-width: 769px) {
  .tnews {
    margin-top: -6px;
    padding: 10.8rem 0
  }
}

@media screen and (max-width: 768px) {
  .tnews {
    margin-top: -12rem;
    padding: 15rem 0 4rem;
    position: relative;
    z-index: 50
  }
}

.tnews__title {
  color: #917745;
  text-align: center
}

.tnews__list {
  width: 100%
}

@media screen and (min-width: 769px) {
  .tnews__list {
    margin-top: min(1.6666666667vw, 25px)
  }
}

@media screen and (max-width: 768px) {
  .tnews__list {
    margin-top: min(3.3333333333vw, 50px)
  }
}

.tnews__item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.tnews__item>a {
  display: block;
  position: relative;
  color: #fff
}

@media screen and (min-width: 769px) {
  .tnews__item>a {
    padding: min(3.3333333333vw, 50px) min(10vw, 150px);
    font-size: min(1.5vw, 22.5px)
  }
}

@media screen and (max-width: 768px) {
  .tnews__item>a {
    padding: max(3.6vw, 18px) max(2.1333333333vw, 10.6666666667px) max(3.6vw, 18px) max(5.3333333333vw, 26.6666666667px)
  }
}

.tnews__item>a::before {
  content: "";
  display: block;
  background-color: #917745;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  z-index: 9
}

@media screen and (min-width: 769px) {
  .tnews__item>a:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

.tnews__item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}

@media screen and (min-width: 769px) {
  .tnews__item--inner {
    max-width: 1680px;
    gap: 4rem
  }
}

@media screen and (max-width: 768px) {
  .tnews__item--inner {
    gap: 1rem
  }
}

.tnews__item--date {
  padding: 0 .8rem .5rem;
  font-size: min(1.6666666667vw, 25px);
  font-family: "Cormorant Garamond", serif;
  background-color: #917745;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease
}

@media screen and (min-width: 769px) {
  .is-hover .tnews__item--date {
    background-color: #000
  }
}

.tnews__item--date>time {
  font-weight: 400;
  line-height: 1
}

@media screen and (max-width: 768px) {
  .tnews__item--date {
    padding: 0 .5rem .3rem;
    font-size: max(2.6666666667vw, 13.3333333333px)
  }
}

.tnews__item--text {
  font-size: min(1.3333333333vw, 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media screen and (max-width: 768px) {
  .tnews__item--text {
    font-size: max(2.1333333333vw, 10.6666666667px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset
  }
}

.tnews__item--text-arrow {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

@media screen and (max-width: 768px) {
  .tnews__item--text-arrow {
    right: 0
  }
}

.tnews__more {
  width: min(6vw, 90px);
  margin: 0 auto;
  position: relative;
  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) {
  .tnews__more {
    width: max(12vw, 60px)
  }
}

.tnews__more>a {
  position: relative;
  margin-top: -3rem
}

.tnews__more::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 8rem;
  background-color: rgba(255, 255, 255, .25)
}

@media screen and (max-width: 768px) {
  .tnews__more::before {
    height: 6rem
  }
}

.tnews .no-register {
  text-align: center
}

@media screen and (min-width: 769px) {
  .tnews .no-register {
    margin-top: min(1.6666666667vw, 25px)
  }
}

@media screen and (max-width: 768px) {
  .tnews .no-register {
    font-size: max(2.1333333333vw, 10.6666666667px);
    margin-top: min(3.3333333333vw, 50px)
  }
}


/**
 * tintro
 */
.tintro {
  width: 100%;
  height: auto;
  padding: min(12.3333333333vw, 185px) min(10vw, 150px);
  position: relative;
  background: url("../img/top/bg/bg_intro.jpg") no-repeat center bottom/cover
}

@media screen and (min-width: 769px) {
  .lang-kr .tintro {
    margin-top: -6px
  }
}

@media screen and (max-width: 768px) {
  .lang-kr .tintro {
    margin-top: -12rem;
    padding: 15rem 0 0;
    z-index: 50
  }
}

@media screen and (max-width: 768px) {
  .tintro {
    position: relative;
    z-index: 40;
    margin-top: -6rem;
    padding: calc(max(8.5333333333vw, 42.6666666667px) + 6rem) 0 0;
    background-position: left center
  }
}

@media screen and (min-width: 769px) {
  .tintro__inner {
    padding: 0 min(7.5vw, 112.5px)
  }
}

@media screen and (max-width: 768px) {
  .tintro__inner {
    padding: 0 max(5.3333333333vw, 26.6666666667px) max(9.6vw, 48px)
  }
}

.tintro__title {
  text-shadow: 0px 4px 8px #000, 0px -4px 8px #000, 4px 0px 8px #000, -4px 0px 8px #000;
  text-align: left
}

.tintro__text {
  text-shadow: 0px 4px 8px #000, 0px -4px 8px #000, 4px 0px 8px #000, -4px 0px 8px #000;
  font-weight: 400;
  color: #fff
}

@media screen and (min-width: 769px) {
  .tintro__text {
    margin-top: min(1.6666666667vw, 25px);
    margin-right: min(10vw, 150px);
    font-size: min(1.1666666667vw, 17.5px);
    line-height: 2.1
  }
}

@media screen and (max-width: 768px) {
  .tintro__text {
    margin-top: max(2.6666666667vw, 13.3333333333px);
    font-size: max(2.1333333333vw, 10.6666666667px);
    letter-spacing: 0;
    line-height: 2.1
  }
}

.tintro__text span {
  display: block
}

.tintro__text span.text-bold {
  font-size: min(1.5vw, 22.5px);
  font-weight: 600;
  line-height: 2;
  margin-bottom: min(1.6666666667vw, 25px)
}

@media screen and (max-width: 768px) {
  .tintro__text span.text-bold {
    font-size: max(2.4vw, 12px);
    margin-bottom: max(2.6666666667vw, 13.3333333333px)
  }
}

@media screen and (min-width: 769px) {
  .tintro__netflix {
    width: min(16.6666666667vw, 250px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99
  }
}

@media screen and (max-width: 768px) {
  .tintro__netflix {
    background: url("../img/top/bg/bg_netflix_sp.jpg") no-repeat center center/cover;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
  }
}

@media screen and (min-width: 769px) {
  .tintro__netflix::before {
    content: "";
    display: inline-block;
    content: "";
    width: 100%;
    display: inline-block;
    padding-top: 150%
  }
}

.tintro__netflix--contents {
  z-index: 10
}

@media screen and (min-width: 769px) {
  .tintro__netflix--contents {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem
  }
}

@media screen and (max-width: 768px) {
  .tintro__netflix--contents {
    width: 100%
  }
}

.tintro__netflix--contents>p {
  color: #ec0814;
  font-size: min(1.5vw, 22.5px);
  font-weight: 500;
  letter-spacing: .05em;
  font-family: "Cormorant Garamond", serif;
  text-align: center
}

.tintro__netflix--contents>a {
  display: block
}

@media screen and (min-width: 769px) {
  .tintro__netflix--contents>a {
    margin-top: 1.8rem;
    overflow: hidden
  }
}

@media screen and (max-width: 768px) {
  .tintro__netflix--contents>a {
    padding: .5rem 0 .5rem max(8vw, 40px)
  }
}

.tintro__netflix--contents>a>img {
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease
}

@media screen and (max-width: 768px) {
  .tintro__netflix--contents>a>img {
    width: max(15.0666666667vw, 75.3333333333px)
  }
}

@media screen and (min-width: 769px) {
  .tintro__netflix--contents>a:hover img {
    opacity: 1;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5)
  }
}

.tintro__netflix--clip {
  width: 100%;
  height: 100%;
  background-color: #ec0814;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}

@media screen and (min-width: 769px) {
  .tintro__netflix--clip {
    position: absolute;
    top: 0;
    z-index: 9
  }
}

@media screen and (max-width: 768px) {
  .tintro__netflix--clip {
    width: 56%;
    height: 100%;
    position: absolute;
    right: 0
  }
}

.tintro__netflix--text {
  position: absolute
}

@media screen and (min-width: 769px) {
  .tintro__netflix--text {
    width: min(15vw, 225px);
    top: min(-3.3333333333vw, -50px);
    left: 0
  }
}

@media screen and (max-width: 768px) {
  .tintro__netflix--text {
    top: 50%;
    right: max(8.5333333333vw, 42.6666666667px);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
  }
}

@media screen and (min-width: 769px) {
  .tintro__netflix--text>p {
    font-size: min(1.3333333333vw, 20px);
    color: #ec0814;
    text-align: center
  }
}

@media screen and (max-width: 768px) {
  .tintro__netflix--text>p {
    font-family: "Cormorant Garamond", serif;
    font-size: max(5.0666666667vw, 25.3333333333px)
  }
}


/**
 * tmovie
 */
.tmovie {
  position: relative;
  overflow: hidden;
  z-index: 99
}

@media screen and (max-width: 768px) {
  .tmovie {
    z-index: 30;
    margin-top: -6rem;
    padding-top: 6rem;
    background-position: left center
  }
}

.tmovie__inner {
  position: relative;
  padding: 0 min(3.3333333333vw, 50px);
  content: "";
  width: 100%;
  display: inline-block;
  padding-top: 56.25%;
  overflow: hidden
}

.tmovie__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 9
}

.tmovie__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../img/top/movie/movie_ptn.png");
  z-index: 11
}

.tmovie__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #ec0814
}

.tmovie__contents {
  width: 100%;
  height: 100%;
  padding: 0 min(5vw, 75px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: unset
}

.tmovie__logo {
  width: min(31.25vw, 468.75px)
}

@media screen and (max-width: 768px) {
  .tmovie__logo {
    width: max(26.6666666667vw, 133.3333333333px)
  }
}

.tmovie__logo::before {
  content: "";
  display: inline-block;
  content: "";
  width: 100%;
  display: inline-block;
  padding-top: 35.864978903%;
  background: url("../img/common/logo/logo.png") no-repeat center center/contain
}

.lang-kr .tmovie__logo::before {
  background: url("../img/common/logo/logo_kr.svg") no-repeat center center/contain
}

.tmovie__play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

.tmovie__play--btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  opacity: 0
}

.tmovie__play--btn.is-show {
  opacity: 1
}

.is-hover .tmovie__play--btn {
  -webkit-transform: translate(-50%, -50%) scale(1.25) !important;
  transform: translate(-50%, -50%) scale(1.25) !important
}

.tmovie__play--btn::before {
  content: "";
  display: inline-block;
  padding-top: 11%;
  width: min(10.8333333333vw, 162.5px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/common/icon/icon_play_outer.png") no-repeat center center/contain
}

.is-hover .tmovie__play--btn::before {
  -webkit-animation: 2s linear infinite moviePlay;
  animation: 2s linear infinite moviePlay
}

@media screen and (max-width: 768px) {
  .tmovie__play--btn::before {
    width: max(13.3333333333vw, 66.6666666667px);
    padding-top: 22%
  }
}

.tmovie__play--btn::after {
  width: min(5vw, 75px);
  content: "";
  display: inline-block;
  padding-top: 6%;
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/common/icon/icon_play_inner.png") no-repeat center center/contain
}

.tmovie__more {
  margin-top: -4rem
}

.tmovie__more--btn {
  width: min(6vw, 90px);
  margin: 0 auto;
  position: relative;
  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) {
  .tmovie__more--btn {
    width: max(12vw, 60px)
  }
}

.tmovie__more--btn>a {
  position: relative
}

.tmovie__more--btn::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 6rem;
  background-color: rgba(255, 255, 255, .25)
}


/**
 * caststaff
 */
@media screen and (min-width: 769px) {
  .tcaststaff {
    padding-top: min(6.6666666667vw, 100px);
    margin-top: -6px
  }
}

@media screen and (max-width: 768px) {
  .tcaststaff {
    position: relative;
    z-index: 20;
    margin-top: -8rem;
    padding-top: calc(6rem + max(10.6666666667vw, 53.3333333333px));
    background-position: left center
  }
}

@media screen and (max-width: 768px) {
  .tcaststaff__title {
    margin-bottom: max(6vw, 30px)
  }
}

.tcaststaff__title>span {
  text-align: left;
  color: #917745
}

@media screen and (max-width: 768px) {
  .tcaststaff__title>span {
    text-align: center
  }
}

.tcaststaff__inner {
  position: relative;
  z-index: 3
}

@media screen and (min-width: 769px) {
  .tcaststaff__inner {
    padding: 0 min(3.75vw, 56.25px)
  }
}

.tcaststaff__listWrap {
  position: relative
}

.tcaststaff__listWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg/bg_star.jpg") repeat center top/contain;
  position: absolute;
  z-index: 2;
  bottom: min(-6.25vw, -93.75px)
}

.tcaststaff__list {
  max-width: 1680px;
  margin: min(3.75vw, 56.25px) auto min(5vw, 75px);
  position: relative;
  z-index: 10;
  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;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(.8333333333vw, 12.5px);
  justify-content: center
}

@media screen and (max-width: 768px) {
  .tcaststaff__list {
    gap: max(2.1333333333vw, 10.6666666667px)
  }
}

.tcaststaff__item {
  width: calc(33.3333333333% - min(.8333333333vw, 12.5px));
  position: relative
}

@media screen and (max-width: 768px) {
  .tcaststaff__item:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

@media screen and (max-width: 768px) {
  .tcaststaff__item {
    width: calc(50% - max(2.6666666667vw, 13.3333333333px));
    display: inline-block
  }
}

.tcaststaff__item>a::before {
  content: "";
  display: inline-block;
  content: "";
  width: 100%;
  display: inline-block;
  padding-top: 139.7537728356%;
  position: absolute;
  background: url("../img/common/ptn/waku.png") no-repeat center bottom/contain;
  z-index: 10
}

@media screen and (min-width: 769px) {
  .tcaststaff__item>a:hover img {
    -webkit-filter: sepia(0.4);
    filter: sepia(0.4);
    -webkit-transform: scale(0.99);
    transform: scale(0.99)
  }
}

.tcaststaff__item--img {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-transform-origin: center;
  transform-origin: center;
  overflow: hidden
}

.tcaststaff__item--img img {
  width: 100%;
  -webkit-transition: all .8s ease !important;
  transition: all .8s ease !important
}
@keyframes castChanger {
  0%,37.5%,100% {
    opacity:0;
  }
  50%,87.5% {
    opacity:1;
  }
}
.tcaststaff__item--img img:nth-child(2){
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
  animation:castChanger 8s linear infinite;
}

.tcaststaff__item--name {
  width: 100%;
  min-height: 96px;
  position: absolute;
  bottom: 3rem;
  background-color: rgba(0, 0, 0, .7);
  z-index: 9;
  padding: 2.4rem 0
}

@media screen and (max-width: 768px) {
  .tcaststaff__item--name {
    min-height: max(13.3333333333vw, 66.6666666667px);
    padding: 0;
    bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.tcaststaff__item--name>p {
  font-size: min(2vw, 30px);
  line-height: 1.5;
  text-align: center;
  color: #d8a23a
}

@media screen and (max-width: 768px) {
  .tcaststaff__item--name>p {
    font-size: max(2.9333333333vw, 14.6666666667px);
    letter-spacing: 0
  }
}

@media screen and (max-width: 768px) {
  .lang-kr .tcaststaff__item--name>p {
    font-size: max(2.4vw, 12px)
  }
}

.tcaststaff__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(5vw, 75px)
}

@media screen and (max-width: 768px) {
  .tcaststaff__bg {
    gap: max(2.1333333333vw, 10.6666666667px)
  }
}

.tcaststaff__bg--item {
  position: relative;
  height: min(40.8333333333vw, 750px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 769px) {
  .tcaststaff__bg--item.sp {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .tcaststaff__bg--item {
    height: max(66vw, 250px)
  }
}

.tcaststaff__bg--item>.tbg__light {
  width: 100%;
  height: min(25vw, 375px)
}

.tcaststaff__more {
  border-top: 1px solid rgba(255, 255, 255, .25)
}

@media screen and (min-width: 769px) {
  .tcaststaff__more {
    position: relative;
    bottom: calc(min(5vw, 75px)*-1);
    margin: 0 min(-3.3333333333vw, -50px)
  }
}

@media screen and (max-width: 768px) {
  .tcaststaff__more {
    position: relative;
    bottom: calc(max(8vw, 40px)*-1)
  }
}

.tcaststaff__more--btn {
  width: min(6.25vw, 93.75px);
  margin: 0 auto;
  position: relative;
  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) {
  .tcaststaff__more--btn {
    width: max(12vw, 60px)
  }
}

.tcaststaff__more--btn>a {
  position: relative
}

.tcaststaff__more--btn::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 6rem;
  background-color: rgba(255, 255, 255, .25)
}

@media screen and (max-width: 768px) {
  .tcaststaff__more--btn::before {
    height: 4rem
  }
}

.tcaststaff__staff {
  margin-top: min(5vw, 75px)
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff {
    margin-top: max(8vw, 40px)
  }
}

.tcaststaff__staff--inner {
  margin: 0 auto
}

@media screen and (min-width: 769px) {
  .tcaststaff__staff--inner {
    max-width: 1680px;
    padding: 0 min(3.3333333333vw, 50px)
  }
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff--inner {
    padding: 0 max(5.3333333333vw, 26.6666666667px)
  }
}

.tcaststaff__staff--inner+.tcaststaff__staff--inner {
  margin-top: min(5vw, 75px)
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff--inner+.tcaststaff__staff--inner {
    margin-top: max(8vw, 40px)
  }
}

.tcaststaff__staff--list {
  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;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.6666666667vw, 25px) min(3.3333333333vw, 50px)
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff--list {
    width: calc(100% - max(13.3333333333vw, 66.6666666667px));
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: max(5.3333333333vw, 26.6666666667px)
  }
}

.tcaststaff__staff--item {
  width: min(16.6666666667vw, 250px)
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff--item {
    width: calc(50% - max(2.6666666667vw, 13.3333333333px))
  }
}

.tcaststaff__staff--item>dt {
  font-size: min(1.25vw, 18.75px);
  color: #917745
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff--item>dt {
    font-size: max(2.4vw, 12px)
  }
}

.tcaststaff__staff--item>dd {
  font-size: min(1.5vw, 22.5px);
  margin-top: min(1.3333333333vw, 20px)
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff--item>dd {
    font-size: max(2.6666666667vw, 13.3333333333px)
  }
}

.tcaststaff__staff--item>dd>small {
  font-size: min(1.1666666667vw, 17.5px)
}

@media screen and (max-width: 768px) {
  .tcaststaff__staff--item>dd>small {
    font-size: max(2vw, 10px)
  }
}


/**
 * tstory
 */
.tstory {
  padding: min(12.3333333333vw, 185px) 0;
  width: 100%;
  height: auto;
  background: url("../img/top/bg/bg_story.jpg") no-repeat center bottom/cover
}

.lang-kr .tstory {
  margin-top: min(12.5vw, 187.5px)
}

@media screen and (max-width: 768px) {
  .lang-kr .tstory {
    margin-top: max(5.3333333333vw, 26.6666666667px)
  }
}

@media screen and (max-width: 768px) {
  .tstory {
    position: relative;
    z-index: 10;
    margin-top: -6rem;
    padding: calc(6rem + max(12.4vw, 62px)) 0 max(12.4vw, 62px);
    background-position: left center
  }
}

.tstory__inner {
  padding: 0 min(18.3333333333vw, 275px)
}

@media screen and (max-width: 768px) {
  .tstory__inner {
    padding: 0 max(5.3333333333vw, 26.6666666667px)
  }
}

.tstory__title {
  text-shadow: 0px 4px 8px #000, 0px -4px 8px #000, 4px 0px 8px #000, -4px 0px 8px #000;
  text-align: left
}

.tstory__text {
  margin-top: 6.4rem;
  font-size: min(1.3333333333vw, 20px);
  text-shadow: 0px 4px 8px #000, 0px -4px 8px #000, 4px 0px 8px #000, -4px 0px 8px #000;
  line-height: 2.625;
  color: #fff
}

@media screen and (max-width: 768px) {
  .tstory__text {
    margin-top: 3.2rem;
    font-size: max(2.6666666667vw, 13.3333333333px);
    line-height: 2.1
  }
}


/**
 * tshedule
 */
.ttshedule {
  width: 100%;
  height: auto;
  background-color: #000;
  position: relative;
  z-index: 1
}

.lang-ja .ttshedule {
  padding: min(13.3333333333vw, 200px) 0 min(6.6666666667vw, 100px)
}

@media screen and (max-width: 768px) {
  .lang-ja .ttshedule {
    padding: calc(3rem + max(21.3333333333vw, 106.6666666667px)) 0 max(12.4vw, 62px)
  }
}

.lang-kr .ttshedule {
  padding: min(5vw, 75px) 0
}

@media screen and (max-width: 768px) {
  .lang-kr .ttshedule {
    padding: calc(6rem + max(1.3333333333vw, 6.6666666667px)) 0 max(12.4vw, 62px)
  }
}

@media screen and (max-width: 768px) {
  .ttshedule {
    position: relative;
    background-position: left center
  }
}

.ttshedule__inner {
  padding: 0 min(18.3333333333vw, 275px)
}

@media screen and (max-width: 768px) {
  .ttshedule__inner {
    padding: 0 max(5.3333333333vw, 26.6666666667px)
  }
}

.ttshedule__title {
  text-shadow: 0px 4px 8px #000, 0px -4px 8px #000, 4px 0px 8px #000, -4px 0px 8px #000;
  text-align: left
}

.ttshedule__schedule {
  margin-top: min(5vw, 75px)
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule {
    margin-top: max(8vw, 40px)
  }
}

.ttshedule__schedule--tableContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: calc(min(3.3333333333vw, 50px)*3 + 4rem)
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--tableContents {
    margin-bottom: calc(max(5.3333333333vw, 26.6666666667px)*3 + 4rem)
  }
}

.ttshedule__schedule--tableContents+.ttshedule__schedule--tableContents {
  margin-top: 3rem
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--tableContents+.ttshedule__schedule--tableContents {
    margin-top: 1.5rem
  }
}

.ttshedule__schedule--tableDetail {
  width: min(28.75vw, 431.25px);
  background-color: #917745;
  padding: 4rem min(4vw, 60px)
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--tableDetail {
    width: 42.6666666667vw;
    width: max(36vw, 180px);
    padding: max(6.6666666667vw, 33.3333333333px) max(3.2vw, 16px)
  }
}

.ttshedule__schedule--place {
  background-color: #000;
  font-size: min(2.5vw, 37.5px);
  text-align: center;
  margin-bottom: min(2.25vw, 33.75px);
  padding-bottom: min(.25vw, 3.75px)
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--place {
    font-size: max(2.6666666667vw, 13.3333333333px);
    padding-bottom: max(.4vw, 2px)
  }
}

.ttshedule__schedule--text {
  font-size: min(1.6666666667vw, 25px);
  text-align: left
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--text {
    font-size: max(2.1333333333vw, 10.6666666667px)
  }
}

.ttshedule__schedule--table {
  height: 100%
}

@media screen and (min-width: 769px) {
  .ttshedule__schedule--table {
    width: calc(100% - min(28.75vw, 431.25px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: min(3.3333333333vw, 50px)
  }
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--table {
    width: calc(100% - max(36vw, 180px))
  }
}

.ttshedule__schedule--table .th-sat {
  background: rgba(119, 164, 255, .25) !important
}

.ttshedule__schedule--table .th-sun {
  background: rgba(200, 21, 21, .25) !important
}

.ttshedule__schedule--text+.ttshedule__schedule--text {
  margin-top: min(.8333333333vw, 12.5px)
}

.ttshedule__schedule--map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  bottom: calc((min(6.25vw, 93.75px) + 6rem)*-1);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%)
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--map {
    bottom: calc((max(10vw, 50px) + 3rem)*-1)
  }
}

.ttshedule__schedule--map--btn {
  width: min(6.25vw, 93.75px)
}

@media screen and (min-width: 769px) {
  .ttshedule__schedule--map--btn {
    top: -4px
  }
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--map--btn {
    width: max(10vw, 50px);
    height: max(10vw, 50px)
  }
}

.ttshedule__schedule--map--btn>a {
  font-size: min(1vw, 15px);
  margin-top: unset
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--map--btn>a {
    font-size: max(2.1333333333vw, 10.6666666667px);
    position: absolute;
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--map--btn>a span {
    line-height: 1
  }
}

.ttshedule__schedule--map::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .25);
  width: 1px
}

@media screen and (min-width: 769px) {
  .ttshedule__schedule--map::after {
    height: 6rem
  }
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--map::after {
    height: 3rem
  }
}

.ttshedule__schedule--caution {
  padding-top: min(2.3333333333vw, 35px);
  line-height: 2;
  font-size: min(1.3333333333vw, 20px)
}

@media screen and (max-width: 768px) {
  .ttshedule__schedule--caution {
    width: max(50.6666666667vw, 253.3333333333px);
    margin: max(5.3333333333vw, 26.6666666667px) auto;
    font-size: max(2.1333333333vw, 10.6666666667px)
  }
}

.ttshedule .ttshedule__schedule--table th,
.ttshedule .ttshedule__schedule--table td {
  border: 1px solid #d8a23a
}

.ttshedule .ttshedule__schedule--table th {
  width: 6.6666666667vw;
  height: 5vw;
  background: rgba(72, 54, 19, .5);
  text-align: center;
  vertical-align: middle;
  font-size: min(1.3333333333vw, 20px)
}

@media screen and (max-width: 768px) {
  .ttshedule .ttshedule__schedule--table th {
    width: max(11.8666666667vw, 59.3333333333px);
    height: max(10.6666666667vw, 53.3333333333px);
    font-size: max(2.1333333333vw, 10.6666666667px)
  }
}

.ttshedule .ttshedule__schedule--table td {
  font-size: min(1.5vw, 22.5px)
}

@media screen and (max-width: 768px) {
  .ttshedule .ttshedule__schedule--table td {
    width: max(11.8666666667vw, 59.3333333333px);
    height: max(10.6666666667vw, 53.3333333333px);
    font-size: max(2.4vw, 12px)
  }
}

.ttshedule .ttshedule__schedule--table th .tt-day {
  font-size: min(1.0833333333vw, 16.25px);
  display: block;
  text-align: center
}

@media screen and (max-width: 768px) {
  .ttshedule .ttshedule__schedule--table th .tt-day {
    font-size: max(1.4666666667vw, 7.3333333333px)
  }
}

.ttshedule .tt-day--sat {
  color: #77a4ff
}

.ttshedule .tt-day--sun {
  color: #c81515
}

.ttshedule .tt-time {
  width: 6.6666666667vw
}

@media screen and (max-width: 768px) {
  .ttshedule .tt-time {
    width: max(10.6666666667vw, 53.3333333333px)
  }
}

.ttshedule .ttshedule__schedule--table td:not(.tt-time) {
  height: min(5vw, 75px);
  text-align: center;
  vertical-align: middle
}

@media screen and (max-width: 768px) {
  .ttshedule .ttshedule__schedule--table td:not(.tt-time) {
    height: max(6.6666666667vw, 33.3333333333px)
  }
}

.ttshedule .tt-holiday {
  background: rgba(76, 76, 76, .5);
  height: auto
}

.ttshedule__price {
  margin-top: min(3.6666666667vw, 55px);
  font-size: min(2.6666666667vw, 40px);
  color: #d8a23a
}

@media screen and (max-width: 768px) {
  .ttshedule__price {
    margin-top: max(5.8666666667vw, 29.3333333333px);
    font-size: max(4.2666666667vw, 21.3333333333px);
    text-align: center
  }
}

.ttshedule__price>span {
  font-size: min(1.6666666667vw, 25px)
}

@media screen and (max-width: 768px) {
  .ttshedule__price>span {
    font-size: max(2.6666666667vw, 13.3333333333px)
  }
}

.ttshedule__date {
  margin-top: min(3.6666666667vw, 55px);
  background-color: #917745
}

@media screen and (max-width: 768px) {
  .ttshedule__date {
    margin-top: max(5.8666666667vw, 29.3333333333px)
  }
}

.ttshedule__date--title {
  text-align: center
}

@media screen and (min-width: 769px) {
  .ttshedule__date--title {
    position: relative;
    top: -1px
  }
}

.ttshedule__date--title>span {
  padding: min(.4166666667vw, 6.25px) min(1.6666666667vw, 25px);
  background-color: #000;
  font-size: min(3.3333333333vw, 50px);
  color: #fff;
  line-height: 1.5;
  font-family: "Cormorant Garamond", serif
}

@media screen and (max-width: 768px) {
  .ttshedule__date--title>span {
    padding: 0 max(2.6666666667vw, 13.3333333333px);
    font-size: max(5.3333333333vw, 26.6666666667px);
    line-height: 1.25
  }
}

.ttshedule__date--texts {
  padding: min(2.3333333333vw, 35px) 0 min(2.6666666667vw, 40px)
}

@media screen and (max-width: 768px) {
  .ttshedule__date--texts {
    padding: max(5.0666666667vw, 25.3333333333px) 0
  }
}

.ttshedule__date--text {
  font-size: min(1.5vw, 22.5px);
  color: #fff;
  text-align: center;
  line-height: 1.75
}

.ttshedule__date--text:first-child {
  margin-bottom: min(.8333333333vw, 12.5px)
}

.ttshedule__date--text:nth-child(2) {
  margin-bottom: min(1.6666666667vw, 25px)
}

@media screen and (max-width: 768px) {
  .ttshedule__date--text:nth-child(2) {
    margin-bottom: min(4.1666666667vw, 62.5px)
  }
}

@media screen and (max-width: 768px) {
  .ttshedule__date--text {
    padding: max(1.0666666667vw, 5.3333333333px) 0;
    font-size: max(2.4vw, 12px);
    line-height: 1.75;
    font-weight: 500
  }
}

.ttshedule__date--text>a {
  color: #fff;
  text-decoration: underline;
  font-size: min(1.8333333333vw, 27.5px)
}

@media screen and (max-width: 768px) {
  .ttshedule__date--text>a {
    font-size: max(2.9333333333vw, 14.6666666667px)
  }
}

.ttshedule__date--text>a:hover {
  opacity: .75;
  text-decoration: none
}

.ttshedule__more {
  position: relative;
  bottom: 0
}

.ttshedule__more--btn {
  width: min(6.25vw, 93.75px);
  margin: 0 auto;
  position: relative;
  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) {
  .ttshedule__more--btn {
    width: max(12vw, 60px)
  }
}

.ttshedule__more--btn>a {
  position: relative
}

.ttshedule__more--btn::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 6rem;
  background-color: rgba(255, 255, 255, .25)
}

@media screen and (max-width: 768px) {
  .ttshedule__more--btn::before {
    height: 4rem
  }
}

.ttshedule__link {
  width: min(25vw, 375px);
  margin: min(3.3333333333vw, 50px) auto
}

@media screen and (max-width: 768px) {
  .ttshedule__link {
    width: max(40vw, 200px);
    margin: max(5.3333333333vw, 26.6666666667px) auto
  }
}

.ttshedule__link>a {
  color: #fff;
  font-size: min(1.3333333333vw, 20px);
  padding: 2rem;
  display: block;
  border: 1px solid #917745;
  text-align: center
}

@media screen and (max-width: 768px) {
  .ttshedule__link>a {
    padding: 1rem;
    font-size: max(2.1333333333vw, 10.6666666667px)
  }
}

@media screen and (min-width: 769px) {
  .ttshedule__link>a:hover {
    background-color: rgba(145, 119, 69, .5)
  }
}


/**
 * bg
 */
.tbg__dark {
  width: 100%;
  height: 100%;
  background: url("../img/common/bg/bg_dark.jpg") no-repeat center top/cover
}

.tbg__light {
  width: 100%;
  background: url("../img/common/bg/bg_light.jpg") no-repeat center top/cover
}

.tbg__star {
  width: 100%;
  height: 100%;
  background: url("../img/common/bg/bg_star.jpg") repeat center top/contain
}


/**
 * toScroll
 */
.toScroll {
  width: max(8vw, 40px);
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0
}

.toScroll a {
  display: block;
  height: 100%;
  pointer-events: auto
}

.toScroll a p {
  height: 80px;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: rgba(255, 255, 255, .2);
  margin-left: -1px
}

@-webkit-keyframes mainline {
  0% {
    height: 0;
    top: 0
  }

  25%,
  50% {
    height: 100%;
    top: 0
  }

  75%,
  100% {
    height: 0;
    top: 100%
  }
}

@keyframes mainline {
  0% {
    height: 0;
    top: 0
  }

  25%,
  50% {
    height: 100%;
    top: 0
  }

  75%,
  100% {
    height: 0;
    top: 100%
  }
}

.toScroll a p span.text {
  text-transform: uppercase;
  color: #fff;
  font-size: max(2.1333333333vw, 10.6666666667px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  padding-right: max(5.3333333333vw, 26.6666666667px);
  text-indent: .5em;
  font-family: "Cormorant Garamond", serif
}

@media screen and (max-width: 768px) {
  .toScroll a p span.text {
    font-size: max(2.1333333333vw, 10.6666666667px)
  }
}

.toScroll a p span.line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #fff;
  -webkit-animation: mainline 2s ease-in-out infinite;
  animation: mainline 2s ease-in-out infinite
}


/**
 * loading
 */
.loading {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000
}

.loading__logo {
  width: 25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .7s ease, -webkit-filter .7s ease;
  transition: opacity .7s ease, -webkit-filter .7s ease;
  transition: opacity .7s ease, filter .7s ease;
  transition: opacity .7s ease, filter .7s ease, -webkit-filter .7s ease
}

.lang-kr .loading__logo {
  width: 33.3333333333vw
}

@media screen and (max-width: 768px) {
  .loading__logo {
    width: max(40vw, 200px)
  }

  .lang-kr .loading__logo {
    width: max(33.3333333333vw, 266.6666666667px)
  }
}

.ani-first .loading__logo {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

.loading__logo::before {
  content: "";
  display: inline-block;
  content: "";
  width: 100%;
  display: inline-block;
  padding-top: 35.864978903%;
  background: url("../img/common/logo/logo.png") no-repeat center center/contain
}

.lang-kr .loading__logo::before {
  background: url("../img/common/logo/logo_kr.svg") no-repeat center center/contain
}


/**
 * fadeIn
 */
.js-target {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: opacity .7s ease, -webkit-filter .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, -webkit-filter .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, filter .7s ease, transform .7s ease;
  transition: opacity .7s ease, filter .7s ease, transform .7s ease, -webkit-filter .7s ease, -webkit-transform .7s ease;
  -webkit-transform: translateY(40px);
  transform: translateY(40px)
}

.-domLoaded .js-target.is-show {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.-domLoaded .tmovie__play--btn.is-show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}



@media screen and (max-width: 768px) {
    .netflix__flex {
        padding:12.8vw 6.4vw;
        width: 100%;
        display: block
    }

    .netflix__pic {
        width: 61.3333vw;
        margin: 0 auto 4.2666vw
    }

    .netflix__pic img {
        padding: 0
    }

    .netflix__texts {
        width: 100%;
        padding: 0;
        font-size: 3.2vw
    }

    .netflix__pname {
        font-size: 3.2vw
    }

    .netflix__cname {
        font-size: 3.7333vw
    }
}

.netflix__title {
    font-size: min(2.6666666667vw,40px);
    font-family: "Cormorant Garamond",serif;
    color: #ec0814
}

@media screen and (max-width: 768px) {
    .netflix__title {
        font-size:max(4.2666666667vw,21.3333333333px)
    }
}

.netflix__wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 min(11.6666666667vw,175px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .netflix__wrap {
        padding:max(10.6666666667vw,53.3333333333px) max(8vw,40px)
    }
}

.netflix__flex {
    max-width: 1600px;
    margin: 0 auto min(3.3333333333vw,50px);
    padding: 0 min(3.3333333333vw,50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.netflix__pic {
    width: 360px;
    margin-top: -80px
}

.netflix__pic img {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    display: block;
    padding-top: 80px
}

.netflix__texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0
}

@media screen and (min-width: 769px) {
    .netflix__texts {
        padding-left:min(2.9166666667vw,43.75px)
    }
}

.netflix__text {
    margin-top: min(1.6666666667vw,25px);
    font-size: min(70vw,17.5px);
    line-height: 2;
    font-weight: 400;
    letter-spacing: .03em
}

@media screen and (max-width: 768px) {
    .netflix__text {
        font-size:max(2.6666666667vw,13.3333333333px);
        line-height: 2.1
    }
}

/* 来場者特典 */
.ticket__special{
  margin-top: min(2.3333333333vw, 35px); 
  padding: 20px;
  border: #917745 3px solid;   
}
.ticket__special p{
  line-height: 2;
  font-size: min(1.3333333333vw, 20px);
}
.ticket__special a{
  color: #fff;
  text-decoration: underline;
}

/* 一般受付 */
.ttshedule__date--text--i{
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .ttshedule__date--text--i {
    font-size: max(5.3333333333vw, 17.6666666667px);
  }
}
