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

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

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

/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: 0 auto 50px;
  background: url(../images/bg_1200.png);
  padding: 20px 0;
}

.container section:nth-child(odd) .bg_1200 {
  background: url(../images/bg_1200_2.png);
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    padding: 3vw 0;
    margin-bottom: 5vw;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #ecd96c;
  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: 1100px;
  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: 1vw;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 32vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}
.titleC h2 {
  width: 1100px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 68px 0;
  font-weight: 900;
  font-size: 70px;
  color: #323d34;
  margin: 10px auto;
}
.titleC h2.title_long {
  font-size: 55px;
  padding: 78px 0;
}
.titleC h3 {
  font-weight: 500;
  font-size: 46px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4784313725);
  position: relative;
  margin: 10px auto;
}
.titleC h3::before {
  content: "";
  width: 103px;
  height: 37px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
  right: 10px;
}
.titleC h3::after {
  content: "";
  width: 103px;
  height: 37px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 10px;
}

.special_5p_1 .title_AA h2 {
  background: url(../images/titleH4_bg.png) top center no-repeat;
  top: 5px;
  color: #fff;
  padding: 12px 0 18px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background-size: contain;
    font-size: 9vw;
    padding: 7vw 0 10vw;
  }
  .titleC h2.title_long {
    font-size: 6.5vw;
    padding: 9vw 0 10vw;
  }
  .titleC h3 {
    width: 100vw;
    font-size: 6.5vw;
  }
  .titleC h3::before {
    content: "";
    width: 10vw;
    height: 4vw;
    background-size: contain;
    top: 0;
    right: 2vw;
  }
  .titleC h3::after {
    content: "";
    width: 10vw;
    height: 4vw;
    background-size: contain;
    top: 0;
    left: 2vw;
  }
  .special_5p_1 .title_AA h2 {
    font-size: 6vw;
    padding: 5vw;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: url(../images/bg_3.png);
  border-radius: 20px;
}

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

.round_3p .font .price big {
  color: #ecd96c;
}

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

.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,
.hightlightAd-text li:nth-child(1) h4 {
  background: #b34539 !important;
}

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

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

@media screen and (max-width: 991px) {
  .hightlight_5p ul li:first-child .font h4 {
    color: #fff;
  }
}
/* ------------------ 版型調整 ------------------ */
.film-rectangle-for4 .rectangle ul li {
  width: 275px;
  height: 275px;
}

.slick-dots li button:before {
  font-size: 40px !important;
  color: #979e5d !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_sale {
  top: 57.25%;
  left: 34.8958333333%;
  width: 30.2083333333%;
}
.kv_pc .kv_good1 {
  top: 4.375%;
  left: 13.6458333333%;
  width: 14.5833333333%;
  animation: swing 1.5s ease-in-out -1.2s infinite;
}
.kv_pc .kv_good2 {
  top: 51%;
  left: 9.6875%;
  width: 18.75%;
  animation: swing 1.5s ease-in-out -0.9s infinite;
}
.kv_pc .kv_good3 {
  top: 1.5%;
  left: 57.6041666667%;
  width: 17.7083333333%;
  animation: swing 1.5s ease-in-out -0.6s infinite;
}
.kv_pc .kv_good4 {
  top: 2.25%;
  right: 9.1666666667%;
  width: 13.0208333333%;
  animation: swing 1.5s ease-in-out -0.3s infinite;
}
.kv_pc .kv_good5 {
  top: 54.625%;
  left: 71.3020833333%;
  width: 18.2291666667%;
  animation: swing 1.5s ease-in-out 0s infinite;
}

/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #323d34;
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 999;
  width: 110px;
  border-radius: 100px;
  padding: 30px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5882352941);
}
.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: #d47539;
  color: #ffffff;
  border-radius: 40px;
}
.navstyle ul a {
  color: #ffffff;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #d47539;
  color: #ffffff;
  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: #323d34;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #d47539;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #d47539;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #d47539;
    color: #ffffff;
    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 */