@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 {
  scroll-behavior: smooth;
  background: url("../images/tip-bg.png") top center repeat;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

:root {
  --PV-font: #222521; /* 文字色 */
  --PV-eslite: #39821a; /* 副標色 */
  --PV-eslite2: #2a6012; /* 副標色 */
}
@media screen and (max-width: 991px) {
  .only_pc {
    display: none !important;
  }
}
.only_m {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .only_m {
    display: flex !important;
  }
}
.toptitle img,
.hightlight img {
  object-fit: contain;
}
.scene .font p {
  color: #fff;
}
.keywordB .keywordA li,
.alternate ul:nth-child(odd) li:first-child,
.quotes li:nth-child(odd),
.triple .font h4,
.various .font h4,
.round_3p .font h4,
.various .font h4,
.hightlight .font h4,
.toptitle .font h4,
.published .font,
.ranks,
.hightlight_5p .font h4,
.various_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4,
.collect_5x6 .special,
.collect_5x6 .s-row h4,
.scene .font h4,
.hightlight .font h4,
.hightlightAd .font h4,
.hlfont h2,
.hl-font a,
.half ul {
  background: var(--PV-eslite);
}
.keywordB .keywordA li:hover,
.alternate ul:nth-child(even) li:last-child,
.quotes li:nth-child(even) {
  background: var(--PV-eslite2);
}
.slick5itam-2 h4,
.slick5itam-2 p {
  color: var(--PV-eslite);
}
.half h3 {
  color: #fff;
}
.half h3::before {
  content: "";
  width: 121px;
  height: 31px;
  display: inline-flex;
  background: url(../images/subtitle-before.png) center center no-repeat;
  margin: 0 10px;
  align-content: center;
  align-items: stretch;
}
.half h3::after {
  content: "";
  width: 121px;
  height: 31px;
  display: inline-flex;
  background: url(../images/subtitle-after.png) center center no-repeat;
  margin: 0 10px;
  align-content: center;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .half h3::before {
    width: 5vw;
    height: 5vw;
    background: url(../images/subtitle-before.png) top left no-repeat;
    background-size: 18vw;
    margin: 0 0.5vw;
  }
  .half h3::after {
    width: 5vw;
    height: 5vw;
    background: url(../images/subtitle-after.png) top right no-repeat;
    background-size: 18vw;
    margin: 0 0.5vw;
  }
}

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
  header {
    position: relative;
  }
}
.container {
  overflow: hidden;
}
.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;
}

.title-item {
  position: absolute;
  z-index: 90;
}
.title01 {
  top: 116px;
  left: 157px;
}
.title02 {
  top: 135px;
  left: 533px;
}
.title03 {
  top: 513px;
  left: 12px;
}
.title04 {
  top: 0px;
  left: 15px;
}

.block {
  margin: 0 auto;
  max-width: 1920px;
  padding: 50px 0 1px;
}
.bg_1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 20px auto;
  background: #ffffff99;
  border-radius: 15px;
  padding: 70px 0 1px;
}

/* 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;
  }
  .block {
    margin: 0 auto -3px;
    max-width: 100%;
    padding: 5vw 0 2vw;
  }
  .bg_1200 {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 2vw 0;
  }
  .titleC {
    margin: 0px;
    padding: 5vw 2vw 2vw;
  }
}

/*--  版面微調  --*/

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

/*--  共通設定  --*/

.titleC {
  margin: 30px auto;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.titleC h2 {
}

.tt-fst {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  height: 100px;
  position: relative;
}
.tt-fst h2 {
  font-size: 4rem;
}

.tt-sec {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  height: 100px;
  position: relative;
}
.tt-sec h2 {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .titleC {
    margin: 0px;
    padding: 0;
  }
  .titleC h2 {
  }

  .tt-fst {
    height: 30vw;
    margin: 0 auto;
    padding: 0 !important;
  }
  .tt-fst h2 {
    font-size: 12vw;
  }

  .tt-sec {
    height: 20vw;
    margin: 0 auto;
    padding: 0 !important;
  }
  .tt-sec h2 {
    font-size: 10vw;
  }
}

/*--  0.攻略   --*/
.slick-dots {
  display: none !important;
}
.subtitle {
  text-align: center;
  margin: 10px auto 10px;
}
.subtitle h3 {
  color: #fff;
  font-size: 54px;
  font-weight: 900;
  border-left: 0px #fff solid;
  padding: 0;
}
.subtitle h3::before {
  content: "";
  width: 121px;
  height: 31px;
  display: inline-flex;
  background: url(../images/subtitle-before.png) center center no-repeat;
  margin: 0 10px;
  align-content: center;
  align-items: stretch;
}
.subtitle h3::after {
  content: "";
  width: 121px;
  height: 31px;
  display: inline-flex;
  background: url(../images/subtitle-after.png) center center no-repeat;
  margin: 0 10px;
  align-content: center;
  align-items: stretch;
}
.titleC {
  background: url(../images/titlec.png) top center no-repeat;
  height: 137px;
  margin-bottom: -70px;
  z-index: 1;
  position: relative;
}
.titleC h2 {
  font-size: 70px;
  font-weight: 900;
  color: #fff;
}

.bg_0 {
  margin-bottom: 10px;
  padding-top: 0;
}
.bg_0 .bg_1200 {
  background: #0000004d;
  border-radius: 15px;
  padding: 20px 0 1px;
}
.bg_0 .bg_1200_tip1 {
  padding: 50px 0 1px;
}
.bg_0 .bg_1200_tip2 {
  padding: 10px 0;
  margin: 20px auto;
}
.bg_0 .bg_1200_tip2 .banner {
  padding: 0;
  margin: 6px auto;
}
.bg_0 .bg_1200_tip2 .banner li {
  margin: 6px auto;
}

.banner-dis4 {
  width: 1200px;
  padding: 0;
  margin: 20px auto 10px;
}
.banner-dis4 ul li img {
  width: 283px;
}
.bg_0 .notice {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  padding: 0px 0 5px;
  font-size: 18px;
  line-height: 1.2rem;
  font-weight: 500;
  color: #fff;
}

.bg_0 .slickbg {
  background: url(../images/ticket-bg.png) top center no-repeat;
  height: 197px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0px 270px;
}
.bg_0 .slick-slider {
  width: 489px !important;
  overflow: hidden;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .banner-dis4 {
    width: 100%;
    padding: 0;
    margin: 2vw auto;
  }
  .banner-dis4 ul li {
    width: 47vw;
  }
  .banner-dis4 ul li img {
    width: 47vw;
  }
  .bg_0 .notice {
    padding: 1vw 5vw;
    font-size: 14px;
  }

  .titleC {
    background: url(../images/titlec-m.png) top center no-repeat;
    background-size: 98%;
    height: 17vw;
    margin: 2vw auto;
  }
  .titleC h2 {
    font-size: 9vw;
    font-weight: 700;
  }
  .subtitle {
    padding: 0;
    margin: 2vw auto;
  }
  .subtitle h3 {
    font-size: 8vw;
    font-weight: 700;
  }
  .subtitle h3::before {
    width: 5vw;
    height: 5vw;
    background: url(../images/subtitle-before.png) top left no-repeat;
    background-size: 18vw;
    margin: 0 0.5vw;
  }
  .subtitle h3::after {
    width: 5vw;
    height: 5vw;
    background: url(../images/subtitle-after.png) top right no-repeat;
    background-size: 18vw;
    margin: 0 0.5vw;
  }

  .bg_0 .slickbg {
    background: url(../images/ticket-bg-m.png) top center no-repeat;
    height: 44vw;
    padding: 22vw 0 0 0;
    background-size: 98%;
  }
  .bg_0 .slick-slider {
    width: 85vw !important;
    overflow: hidden;
    padding: 0;
  }

  .bg_0 {
    margin-bottom: 0vw;
    padding-top: 0;
  }
  .bg_0 .bg_1200 {
    padding: 2vw 0 1px;
  }
  .bg_0 .bg_1200_tip1 {
    padding: 10vw 0 1px;
  }
  .bg_0 .bg_1200_tip2 {
    padding: 2vw 0;
    margin: 4vw auto 2vw;
  }
  .bg_0 .titleC {
    margin: 5vw auto -10vw;
  }
}

/*--  1.   --*/

.bg_1 {
  background: url(../images/block-bg-img.png) center 50px repeat-y, url(../images/block-top-1.png) top center no-repeat, url(../images/block-bg2.png) repeat;
}
.bg_2,
.bg_4,
.bg_6,
.bg_8,
.bg_10,
.bg_12,
.bg_14,
.bg_16,
.bg_18,
.bg_20 {
  background: url(../images/block-bg-img.png) center 50px repeat-y, url(../images/block-top-3.png) top center no-repeat, url(../images/block-bg1.png) repeat;
}
.bg_3,
.bg_5,
.bg_7,
.bg_9,
.bg_11,
.bg_13,
.bg_15,
.bg_17,
.bg_19 {
  background: url(../images/block-bg-img.png) center 50px repeat-y, url(../images/block-top-2.png) top center no-repeat, url(../images/block-bg2.png) repeat;
}

@media screen and (max-width: 991px) {
  .bg_1 {
    background: url(../images/block-top-1.png) top center no-repeat, url(../images/block-bg2.png) repeat;
    background-size: 150%, 100%;
  }
  .bg_2,
  .bg_4,
  .bg_6,
  .bg_8,
  .bg_10,
  .bg_12,
  .bg_14,
  .bg_16,
  .bg_18,
  .bg_20 {
    background: url(../images/block-top-3.png) center -2px no-repeat, url(../images/block-bg1.png) top center repeat;
    background-size: 150%, 100%;
  }
  .bg_3,
  .bg_5,
  .bg_7,
  .bg_9,
  .bg_11,
  .bg_13,
  .bg_15,
  .bg_17,
  .bg_19 {
    background: url(../images/block-top-2.png) top center no-repeat, url(../images/block-bg2.png) repeat;
    background-size: 150%, 100%;
  }
}

/*--  2.   --*/

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

/*--  3.   --*/

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

/*--  4.   --*/

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

/*--  5.   --*/

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

/*--  6.   --*/

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

/*--  7.   --*/

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

/*--  8.   --*/

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

/*--  9.   --*/

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

/*--  10.   --*/

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

/*--永久改動--*/
.hightlight img,
.toptitle img,
.circle img,
.published img,
.hightlight_5p img,
.circle_5p img,
.scene img {
  object-fit: contain;
}
.baseline .font {
  padding-top: 5px;
}
.slick-dots li button:before {
  font-size: 30px !important;
  color: #fff !important;
  margin-top: -5px;
}

/* .special_5p_1 ul{align-items: flex-end;}
.special_5p_1 .hightlight_5p ul li:first-child img{width: 240px;height: 240px;}
.special_5p_1 .hightlight_5p ul li:first-child{height: auto;width: 240px;}
.special_5p_1 .hightlight_5p ul li{height: auto;margin-top: 0;}
.special_5p_1 .title_AA h2{font-size: 2.4rem;width: 876px;padding:5px 0px;background: #efefef33;top: 20px;left: 288px;font-family:'Noto Sans TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial;display: flex;justify-content: center;align-items: center;color: #000;letter-spacing: 0;}*/
.crosswise_3p ul,
.broadwise ul {
  flex-wrap: wrap;
}
.nolink:hover {
  transform: scale(1) !important;
}

@media screen and (max-width: 991px) {
  .baseline .font {
    padding-top: 1vw;
  }

  .rectangle_3p ul li:nth-child(3n + 1) {
    width: 94vw;
    padding: 3vw;
    margin: 1vw 3vw;
  }
  .rectangle_3p ul li:nth-child(3n + 1) a {
    flex-wrap: nowrap;
  }
  .rectangle_3p ul li:nth-child(3n + 1).font {
    padding: 1vw 0vw 1vw 3vw;
  }

  /* .special_5p_1 .hightlight_5p ul li:first-child{width:100%;}
		.special_5p_1 .hightlight_5p ul li:first-child img{width:45vw;height:45vw;}
		.special_5p_1 .title_AA{height: auto;position: relative;}
		.special_5p_1 .title_AA h2{font-size: 2.4rem;width: 100%;padding:5px 0px;top: 0px;left: 0px;position: relative;} */
}

/*---- 前往XX館 ----*/
.tt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
}
.tt-btn a {
  font-size: 46px;
  padding: 12px 40px;
  background: var(--PV-eslite);
  border-radius: 99rem;
  color: #fff;
  width: fit-content;
  box-shadow: 0 8px 0 #fff;
  position: relative;
  transition: 0.3s all;
  top: 0;
  margin: 10px;
  font-weight: 900;
  border: #fff solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tt-btn a:hover {
  box-shadow: 0 0px 0 #fff;
  top: 8px;
}
.tt-btn a {
  color: #fff;
}
.tt-btn a span {
  font-size: 24px;
  background: #fff;
  color: var(--PV-eslite);
  width: 46px;
  height: 46px;
  display: inline-flex;
  border-radius: 99rem;
  padding: 0px 0 0px 0;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .tt-btn {
    font-size: 2rem;
    padding: 3vw 2vw;
    margin: 0 auto;
    border-radius: 99rem;
    flex-direction: column;
  }
  .tt-btn a {
    font-size: 7vw;
    padding: 1.5vw 5vw;
    font-weight: 700;
    box-shadow: 0 4px 0 #fff;
  }
  .tt-btn a span {
    font-size: 4vw;
    width: 8vw;
    height: 8vw;
  }
}

/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    background: var(--PV-font);
    z-index: 999;
    height: auto;
    position: fixed;
    top: 200px;
    right: 10px;
    outline: var(--PV-eslite) 4px solid;
    box-shadow: inset 1px 1px 2px #ffffff99, inset -1px -1px 2px #ffffff33;
  }
  .menustyle2 ul {
    width: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid #ffffff;
  }
  .menustyle2 ul li:last-child {
    border-bottom: 0px solid #ffffff;
  }
  .menustyle2 ul li a {
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
  }
  .menustyle2 ul li:hover,
  #TopMenu ul li a:hover {
    background: var(--PV-eslite);
    transform: scale(1);
    color: #fff !important;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    background: var(--PV-eslite);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    display: block;
    background: var(--PV-font);
  }
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 998;
    padding: 1vw 1vw;
    display: block;
    background: #000;
    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;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    border-right: 0.5px solid #ffffff;
    box-sizing: border-box;
  }
  .menustyle2 ul li:nth-last-of-type(1) {
    border-right: unset;
  }
  .menustyle2 ul li a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
    padding: 0;
    box-sizing: border-box;
    padding: 5px 10px;
  }
  .menustyle2 ul .active {
    color: #fff !important;
    background: var(--PV-eslite);
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .menustyle2 ul li a:hover {
    color: #fff !important;
    background: var(--PV-eslite);
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}
/*--  nav 選單 固定側邊--*/

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

/**--  下拉選單  --**/
#TopMenu {
  transition: background-color 1s, opacity 1s, visibility 1s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
  position: relative;
}
#TopMenu.show {
  opacity: 1;
  visibility: visible;
  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;
  }
}

/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.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: 80% 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 0.3s, opacity 0.5s, visibility 0.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;
  }
}

/* 調整------------------------ */
.keywordB .keywordA li:nth-of-type(even) {
  background-color: #ff9500;
}
.keywordB .keywordA li:nth-of-type(even):hover {
  background-color: #e27101;
}
big {
  color: #c30000;
}
.alternate ul:nth-child(even) li:last-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(odd) li:first-child .font h4,
.quotes .font .price big,
.quotes .font .price,
.published .font .price big {
  color: #ffea00;
}
.hightlight .font h4 {
  background: #4eb522;
}
