@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  background: url("../images/bg_fixed.jpg") top center no-repeat fixed;
  scroll-behavior: smooth;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html {
    background: #fff;
  }
  html:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_fixed.jpg")right 0 no-repeat;
    background-size: cover;
  }
}
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  background: url("../images/side_deco.png") top center repeat-y;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}
/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}


/*主視覺動畫*/
.kv_bg {
  width: 100%;
}
.kvdeco {
  position: absolute;
}
.kv_cat1 {
  top: calc((115 / 1920)* 100%);
  left: calc((48 / 1920)* 100%);
  width: calc((385 / 1920)* 100%);
  animation: fadeInLeft 1s;
  animation-delay: .4s;
  animation-fill-mode: backwards;
}
.kv_cat2 {
  top: calc((172 / 1920)* 100%);
  left: calc((452 / 1920)* 100%);
  width: calc((269 / 1920)* 100%);
  animation: fadeInLeft 1s;
  animation-delay: .1s;
  animation-fill-mode: backwards;
}
.kv_cat3 {
  top: calc((110 / 1920)* 100%);
  left: calc((1197 / 1920)* 100%);
  width: calc((422 / 1920)* 100%);
  animation: fadeInRight 1s;
  animation-delay: .2s;
  animation-fill-mode: backwards;
}
.kv_cat4 {
  top: calc((209 / 1920)* 100%);
  left: calc((1559 / 1920)* 100%);
  width: calc((300 / 1920)* 100%);
  animation: fadeInRight 1s;
  animation-delay: .5s;
  animation-fill-mode: backwards;
}
.kv_tt1 {
  top: calc((421 / 1920)* 100%);
  left: calc((791 / 1920)* 100%);
  width: calc((338 / 1920)* 100%);
  animation: pulse 1s;
  animation-delay: 0s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}
.kv_tt2 {
  top: calc((560 / 1920)* 100%);
  left: calc((830 / 1920)* 100%);
  width: calc((261 / 1920)* 100%);
  animation: rotate01 15s linear infinite;
}
.kv_promotion {
  top: calc((1410 / 1920)* 100%);
  left: calc((750 / 1920)* 100%);
  width: calc((426 / 1920)* 100%);
  animation: bounceIn .7s;
  animation-delay: .9s;
  animation-fill-mode: backwards;
}
@keyframes rotate01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*區塊*/
.blk_spa {
  margin-bottom: 30px;
}
.block_0 {
  margin-bottom: 10px;
}


/*文字標題*/
@font-face {
  font-family: FakePearl-SemiBold;
  src: url("https://events.eslite.com/font/FakePearl-SemiBold.ttf");
}
h2, h3, .tabs .tabs-head a, .film-genre .font h4, .menustyle2 ul li a {
  font-family: FakePearl-SemiBold;
}
.btt {
  background: url("../images/btt_bg.png")top center no-repeat;
  width: 100%;
  height: 144px;
  margin: 20px auto 0;
}
.btt h2 {
  font-size: 3.8rem;
  color: #fff;
  letter-spacing: 1px;
  padding: 42px 0 0;
}
.stt {
  margin: 15px auto;
}
.stt h3 {
  font-size: 2.1rem;
  color: #fff;
  width: fit-content;
  background: url("../images/stt_bg.png")bottom center repeat-x;
  letter-spacing: 1px;
  padding: 18px 18px 0;
}
.stt:before {
  background-image: url("../images/stt_be.png");
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 69px;
  margin-bottom: 0px;
  z-index: 99;
  content: "";
}
.stt:after {
  background-image: url("../images/stt_af.png");
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 69px;
  margin-bottom: 0px;
  z-index: 99;
  content: "";
}
.block_4 .stt h3 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 10px 18px 0;
}


/*元件調整*/
.banner {
  padding: 0;
}
.recommend {
  background: #fff;
  margin: 20px auto;
  width: 1120px;
  padding: 40px;
}
.hightlight, .collect_5x6, .alternate, .rectangle {
  margin: 20px auto;
}
.alternate ul:nth-child(even) {
  margin: -102px auto 20px;
}
.hightlight .font h4, .collect_5x6 .s-row h4, .collect_5x6 .special {
  background: url("../images/bg_color1.jpg");
}
.half ul {
  background: #44220c;
  border-radius: 15px;
}
.scene .font p {
  color: #eee4d8;
}
.alternate ul:nth-child(odd) li:first-child, .alternate ul:nth-child(even) li:last-child {
  background: url("../images/bg_color1.jpg");
}
.alternate ul:nth-child(odd) li:first-child .font h4, .alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font h4, .alternate ul:nth-child(even) li:last-child .font .price big {
  color: #ffb230;
}


/*promotion四塊*/
.block_0 ul {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.block_0 .titleC {
  margin: 10px auto 20px;
}
.block_0 .titleC p {
  color: #000;
  font-size: .9rem;
  z-index: 999;
}
.link_a, .link_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_b {
  margin: 20px auto 0;
}


/*輪播統一設定*/
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}


/*頁籤*/
.tabs {
  max-width: 1160px;
  margin: 20px auto 0;
}
.tabs .tabs-head {
  width: calc(100% - 480px);
  margin: 0 auto;
  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;
  gap: 40px;
}
.tabs .tabs-head li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background: #eee4d8;
  border: 2px solid #44220c;
  border-radius: 999em;
  padding: 10px 15px;
}
.tabs .tabs-head li.active {
  background: #44220c;
}
.tabs .tabs-head li:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #44220c;
}
.tabs .tabs-head a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #44220c;
  letter-spacing: 1px;
}
.tabs .tabs-head li.active a, .tabs .tabs-head li:hover a {
  color: #fff;
}


/*film-genre*/
.film-genre {
  margin: 10px auto;
}
.film-genre li {
  width: 290px;
  height: 290px;
  margin: 6px;
  border-radius: 999em;
  background: #fff;
}
.film-genre img {
  width: 290px;
  height: 290px;
  object-position: 0px 0px;
}
.film-genre .font {
  width: 290px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  background: #44220c9c;
}
.film-genre .font h4 {
  line-height: initial;
  padding: 10px;
  letter-spacing: 2px;
  color: #fff;
}


/* -------------------------------------m版------------------------------------- */
@media screen and (max-width: 991px) {
	
  /*區塊*/
  .blk_spa {
    margin-bottom: 4vw;
  }
	
	
  /*文字標題*/
  .btt {
    background-size: contain;
    height: 23vw;
    margin: 2vw auto 0;
  }
  .btt h2 {
    font-size: 2.6rem;
    padding: 7vw 0 0;
  }
  .stt {
    margin: 2vw auto;
  }
  .stt h3 {
    font-size: 1.5rem;
    background: #44220c;
    letter-spacing: 0px;
    padding: 2vw 5vw;
    border-radius: 999em;
  }
  .stt:before, .stt:after {
    display: none;
  }
  .block_4 .stt h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 2vw 5vw;
    margin: 0 3vw;
  }
	
	
  /*元件調整*/
  .recommend {
    margin: 2vw auto;
    width: 94vw;
    padding: 5vw;
  }
  .hightlight, .collect_5x6, .alternate, .rectangle {
    margin: 2vw auto;
  }
  .alternate ul:nth-child(even) {
    margin: auto;
  }
  .half ul {
    padding: 2vw 0;
    margin: 1vw;
  }
  .collect_5x6 .s-row h4 {
    width: 46vw !important;
  }
	
	
  /*promotion四塊*/
  .block_0 {
    margin: 2vw auto 3vw;
    text-align: center;
  }
  .block_0 ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .block_0 ul li img {
    width: 45vw;
    margin: 0;
  }
  .block_0 .titleC {
    margin: 0 1vw 2vw;
  }
  .block_0 > .titleC p {
    text-align: center;
  }
  .link_a, .link_b {
    display: flex;
    flex-wrap: wrap;
  }
  .link_b {
    margin: 2vw auto;
  }
  .link_a img {
    width: 48vw;
  }
  .link_b img {
    width: 95%;
  }
	
	
  /*輪播統一設定*/
  .slider {
    margin: 2vw auto !important;
  }
  .slick-dotted.slick-slider {
    padding-bottom: 2vw !important;
  }
	
	
  /*三ad輪播	*/
  .slickbg.slick3item {
    width: 100vw;
    margin: 0 -1.2vw;
  }
  .slick3item .slick-slide img {
    width: 92vw;
  }
	
	
  /*頁籤*/
  .tabs {
    margin: 0 auto;
  }
  .tabs .tabs-head {
    width: 96vw;
    margin: 3vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1vw;
  }
  .tabs .tabs-head li {
    padding: 1.5vw;
  }
  .tabs .tabs-head a {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
	
	
  /*film-genre*/
  .film-genre li {
    width: 45vw;
    height: 45vw;
    margin: 1vw;
  }
  .film-genre .font {
    width: 45vw;
    height: 45vw;
  }
  .film-genre .font h4 {
    line-height: initial;
  }
  .film-genre img {
    width: 45vw;
    height: 45vw; /*object-position: 100% 100%;*/
  }
  .film-genre li:hover .font {
    display: flex;
  }
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    background: url("../images/bg_color1.jpg");
    z-index: 999;
    height: auto;
    position: fixed;
    top: 100px;
    right: 10px;
    border-radius: 999em;
  }
  .menustyle2 ul {
    width: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 40px 5px;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menustyle2 ul li a {
    margin: 0 auto;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    flex-direction: column;
    line-height: 1.2rem;
    border-radius: 999em;
  }
  .menustyle2 ul li:hover {
    color: #fff !important;
    background: url("../images/bg_color2.jpg");
    transform: scale(1);
    border-radius: 999em;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    background: url("../images/bg_color2.jpg");
    width: 100%;
    height: 100%;
    border-radius: 999em;
  }
}


@media screen and (max-width: 991px) {	
  .menustyle2 {
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    display: block;
    background: #aaa;
  }
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 998;
    padding: 2vw 1vw;
    display: block;
    background: url("../images/bg_color1.jpg");
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: auto;
  }
  .menustyle2 ul {
    flex-wrap: nowrap;
    display: flex;
  }
  .menustyle2 ul li {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .menustyle2 ul li a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    color: #fff;
    box-sizing: border-box;
    padding: 1.5vw 2.5vw;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url("../images/bg_color2.jpg");
    border-radius: 999em;
  }
  .menustyle2 ul li a:hover {
    color: #fff !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url("../images/bg_color2.jpg");
    border-radius: 999em;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
  #TopMenu2 {
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}


/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 10px;
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .target-fix {
    top: -40px;
  }
}


/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 85% 35%;
}
#gotop:hover {
  cursor: pointer;
  background-color: #666;
}
#gotop:active {
  background-color: #ccc;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}


/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#share:hover {
  cursor: pointer;
  background-color: #666;
}
#share:active {
  background-color: #666;
}
@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}