@charset "UTF-8";
html {
  background: url("../images/bg_1.png") bottom center no-repeat fixed, url("../images/bg_2.png") top 10px center repeat, url("../images/bg_0.jpg") top center no-repeat fixed, #5d0005;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 0;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 98vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  width: 1100px;
  margin: auto;
  padding: 0;
  font-family: "Noto Serif TC", serif;
  background: url("../images/titleH2_bg.png") top center no-repeat;
}
.titleC h2 {
  padding: 60px 40px 60px 0;
  font-size: 65px;
  color: #fff;
  transform: rotate(-3deg);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .titleC {
    width: 100vw;
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: contain;
  }
  .titleC h2 {
    width: 100vw;
    padding: 7vw 0 9vw;
    font-size: 10vw;
  }
}
.more {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  background: none;
}
.more a {
  color: #5d0005;
  background: #ffdc0f;
  border-radius: 99em;
  padding: 6px 10px 8px 12px;
  position: absolute;
  top: -110px;
  right: 180px;
  font-size: 1.3rem;
  letter-spacing: 0;
  transition: 0.5s;
}
.more a:hover {
  background: #d5cc36;
}

@media screen and (max-width: 991px) {
  .more {
    width: 100%;
    height: 10vw;
  }
  .more a {
    top: 3vw;
    right: 50%;
    font-size: 1.2rem;
    padding: 1vw 2vw 1.5vw 3vw;
    transform: translate(50%, -50%);
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: #d5cc36;
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.toptitle .font h4,
.keywordC .round_5p .font,
.hightlight_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4,
.hightlight .font h4,
.triple .font h4,
.round_3p .font h4 {
  background: #5d0005;
}

.round_3p .font p,
.round_3p .font .price {
  color: #fff;
}

.alternate ul:nth-child(odd) li:first-child {
  background: #ffdc0f;
  color: #5d0005;
}

.alternate ul:nth-child(even) li:last-child {
  background: #d5cc36;
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate .font p,
.alternate ul:nth-child(even) li:last-child .font .price,
.alternate ul:nth-child(odd) li:first-child .font .price {
  color: #5d0005;
}

.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font .price big {
  color: #a91e00;
}

.round_3p .font big {
  color: #ffdc0f;
}

.keywordC .round_5p img {
  border-color: #a91e00;
}

/* ------------------ 版型調整 ------------------ */
@media screen and (min-width: 992px) {
  .round_5p {
    width: 1000px;
  }
  .round_3p .font h4 {
    padding: 24px 10px;
  }
  .scene img {
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .scene img {
    width: 80vw;
    height: 100vw;
  }
}
.hightlight_5p img,
.slick-slide img,
.toptitle img,
.hightlight img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 9.5%;
  left: 10.8854166667%;
  width: 49.4791666667%;
}
.kv_pc .kv_subtitle {
  top: 36.5%;
  left: 9.1145833333%;
  width: 52.0833333333%;
}
.kv_pc .kv_note1 {
  top: 34%;
  left: 78.2291666667%;
  width: 3.0208333333%;
  animation: pulse 0.8s ease-in-out 0s infinite;
}
.kv_pc .kv_note2 {
  top: 46%;
  left: 73.3854166667%;
  width: 3.0729166667%;
  animation: pulse 0.8s ease-in-out -0.5s infinite;
}
.kv_pc .kv_note3 {
  top: 56%;
  left: 9.53125%;
  width: 2.2395833333%;
  animation: pulse 0.8s ease-in-out -0.5s infinite;
}

/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #a91e00;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 130px;
  border-radius: 10px 0 0 10px;
  padding: 10px;
}
.navstyle ul {
  text-align: center;
}
.navstyle ul li {
  border-bottom: 1px dotted #fff;
}
.navstyle ul li:last-child {
  border-bottom: none;
}
.navstyle ul .active {
  background: #ff6219;
  color: #ffffff;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 5px 0;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
  font-size: 14px;
}
.navstyle ul a:hover {
  background: #ff6219;
  color: #ffffff;
  border-radius: 40px;
  padding: 5px 0;
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  .navstyle {
    position: static;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    background: #a91e00;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #ff6219;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #ff6219;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #ff6219;
    color: #ffffff;
    border-radius: 15px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

/* ------------------  前往ＯＯＯ館的按鈕 ------------------ */
.btn_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.btn-go {
  width: 330px;
  border-radius: 40px;
  margin: 10px auto;
  transition: all 0.3s;
  background: #ffdc0f;
}
.btn-go a h3 {
  color: #5d0005;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #d5cc36;
}

/*# sourceMappingURL=style.css.map */