@charset "UTF-8";
html {
  background: url("../images/bg_0.png") bottom center no-repeat fixed, url("../images/bg_2.jpg") top -160px center repeat-y, url("../images/bg_3.png");
}

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

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

/* ------------------ 區塊背景 ------------------ */
.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: 10px 0;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 48vw;
  }
  .promotion_box ul li:nth-child(2) {
    width: 98vw;
    order: 1;
  }
  .promotion_box ul li:nth-child(2) img {
    width: 98vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
}
.titleC h2 {
  width: 800px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 38px 0;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: Noto Sans TC;
  font-style: italic;
  font-size: 52px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background-size: contain;
    padding: 5.5vw 0 6vw;
    font-size: 7.5vw;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: #ffe228;
}

.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 {
  background: #e72025;
}

.hightlightAd-text li:nth-child(1) h4 {
  background: #e72025 !important;
}

.slick5itam-2 h4,
.slick5itam-2 p {
  color: #fff;
}

.dis-for-zasshi3,
.zasshi3-buy {
  background: #e72025 !important;
}

.zasshi3 ul li .font p {
  background: #663731 !important;
}

/* ------------------ 版型調整 ------------------ */
.slick-dots li button:before {
  font-size: 40px !important;
  color: #ffe228 !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items,
.kv_pc .notice {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 3.875%;
  left: 23.3333333333%;
  width: 52.6041666667%;
}
.kv_pc .kv_subtitle {
  top: 43.125%;
  left: 33.8541666667%;
  width: 32.2916666667%;
}
.kv_pc .kv_sale {
  top: 62.5%;
  left: 28.90625%;
  width: 42.1875%;
}
.kv_pc .kv_num {
  top: 62.5%;
  left: 44.1145833333%;
  width: 11.71875%;
}
.kv_pc .kv_num img {
  animation: pulse 0.6s ease-in-out 0.8s infinite;
}

/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0px auto 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #c85d0b;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .notice {
    color: #fff;
    background: url("../images/bg_3.png");
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #663731;
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 999;
  width: 150px;
  border-radius: 30px;
  padding: 20px 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: #ffdcb6;
  color: #663731;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
  font-size: 14px;
}
.navstyle ul a:hover {
  background: #ffdcb6;
  color: #663731;
  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: url("../images/bg_3.png");
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #ffdcb6;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #ffdcb6;
    color: #663731;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
    color: #663731;
  }
  .navstyle ul li a:hover {
    background: #ffdcb6;
    color: #663731;
    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;
}
.btn-go:first-child {
  background: #ffe228;
}
.btn-go:last-child {
  background: #ffe228;
}
.btn-go a h3 {
  color: #663731;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #ffdcb6;
}

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