@charset "UTF-8";
html {
  background: url("../images/bg_pc.jpg") top center repeat-y;
}

.container {
  background: url("../images/side_deco.png") top center repeat-y;
}

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;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #5a5a5a;
  font-weight: 300;
}

/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1160px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 5px;
}

@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: 49vw;
  }
}
/* ------------------ title ------------------ */
@font-face {
  font-family: SC-SemiBold;
  src: url("https://events.eslite.com/font/獅尾四季春加糖SC-SemiBold.ttf");
}
.titleC {
  margin: auto;
  padding: 0;
}
.titleC h2 {
  font-family: SC-SemiBold;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 6px;
  padding-top: 45px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  width: 100%;
  height: 133px;
}
.titleC h3 {
  width: 1200px;
  color: #425d35;
  font-family: SC-SemiBold;
  letter-spacing: 3px;
  margin: 10px auto 5px;
}
.titleC h3:before,
.titleC h3:after {
  background: url("../images/titleH3_bg.png") top center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 76px;
  height: 28px;
  margin: 0 10px;
  content: "";
}
.titleC h4 {
  color: #fff;
  padding: 5px 10px 7px;
  margin: 10px auto;
  background: #a0a0a0;
  border-radius: 30px;
  font-weight: 300;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    font-size: 8vw;
    background-size: contain;
    padding-top: 10vw;
    height: 28vw;
  }
  .titleC h3 {
    width: 100vw;
    background: url("") top center no-repeat;
    background-size: contain;
  }
}
/*元件調整*/
.banner {
  padding: 0;
}

.hightlight,
.hightlight_5p,
.alternate,
.photograph,
.collect_5x6,
.rectangle_3p {
  margin: 20px auto;
}

.alternate ul:nth-child(even) {
  margin-bottom: 20px;
}

.hightlight li,
.hightlight_5p li,
.alternate li,
.collect_5x6 li,
.rectangle_3p li,
.broadwise li,
.brand ul li a img {
  box-shadow: 2px 2px 8px 1.5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.hightlight img,
.hightlight_5p img,
.collect_5x6 .s-row h4 {
  border-radius: 10px 10px 0 0;
}

.hightlight .scene li,
.slick-dots li {
  box-shadow: none;
  border-radius: 0px;
}

.half ul:nth-child(odd) {
  background: url("../images/bg_color3.jpg");
  border-radius: 10px;
}

.half ul:nth-child(even) {
  background: url("../images/bg_color1.jpg");
  border-radius: 10px;
}

.scene .font p {
  color: #fff;
}

.hightlight .font h4,
.hightlight_5p .font h4,
.collect_5x6 .special,
.collect_5x6 .s-row h4 {
  background: url("../images/bg_color2.jpg");
}

.photograph img,
.banner img {
  border-radius: 10px;
}

.alternate ul:nth-child(odd) li:first-child {
  background: url("../images/bg_color1.jpg");
  border-radius: 100px 10px 10px;
}

.alternate ul:nth-child(even) li:last-child {
  background: url("../images/bg_color3.jpg");
  border-radius: 10px 10px 100px;
}

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

.bg_1200 .tabs .tabs-head li.active,
.bg_1200 .tabs .tabs-head li:hover {
  background: url("../images/bg_color3.jpg");
}

.bg_1200 .tabs .tabs-head li {
  background: url("../images/bg_color1.jpg");
}

.brand .font p {
  font-weight: 500;
}

/* ------------------ 版型調整 ------------------ */
@media screen and (max-width: 998px) {
  .video-style {
    width: 98vw;
  }
  .video-style iframe {
    width: 100% !important;
    height: 53vw !important;
  }
}
.slick-dots li button:before {
  font-size: 40px !important;
  color: #7a7a7a !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 29.7142857143%;
  left: 31.25%;
  width: 26.25%;
  mix-blend-mode: multiply;
}
.kv_pc .kv_subtitle {
  top: 9.2857142857%;
  left: 31.09375%;
  width: 28.90625%;
  mix-blend-mode: multiply;
}
.kv_pc .kv_sale {
  top: 73.5714285714%;
  left: 28.3854166667%;
  width: 20.7291666667%;
  mix-blend-mode: multiply;
}
.kv_pc .kv_sale2 {
  top: 66.4285714286%;
  left: 55%;
  width: 11.9791666667%;
}

/* ------------------ 右側選單 ------------------ */
.navstyle {
  background-color: rgba(39, 71, 24, 0.8392156863);
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 110px;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  box-shadow: 4px 4px #e5f1ad;
}
.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: #e5f1ad;
  color: #274718;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #e5f1ad;
  color: #274718;
  border-radius: 40px;
  padding: 5px;
  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: #274718;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #e5f1ad;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    color: #274718;
    background: #e5f1ad;
  }
  .navstyle ul li a {
    padding: 0;
    color: #274718;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #e5f1ad;
    color: #274718;
    border-radius: 15px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

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