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

.container section:first-child {
  background: url("../images/bg_1.jpg") top center fixed;
}

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

/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: 0 auto 40px;
  padding: 10px 0;
  position: relative;
  background: #fff;
  box-shadow: 10px 10px 0 #ebd8c3;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    margin-bottom: 3vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  width: 1200px;
  margin: 40px auto 0;
  padding: 0;
  background: #fff;
  box-shadow: 10px 10px 0 #ebd8c3;
  border-radius: 10px 10px 0 0;
}
.titleC h2 {
  width: 1100px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 20px 50px;
  margin-top: 30px;
  text-align: left;
  font-size: 55px;
  color: #3e241d;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .titleC {
    width: 100vw;
    margin-top: 8vw;
  }
  .titleC h2 {
    width: 100vw;
    font-size: 10vw;
    padding: 6px;
    text-align: center;
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: contain;
  }
}
.more {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background: none;
}
.more a {
  color: #f7f0e8;
  background: #b87255;
  border-radius: 5px;
  padding: 37px 10px;
  position: absolute;
  top: -95px;
  right: 550px;
  font-size: 1.3rem;
  letter-spacing: 0;
  transition: 0.5s;
}
.more a:hover {
  background: #f97b26;
}

@media screen and (max-width: 991px) {
  .more {
    width: 100vw;
    height: 12vw;
    background: #fff;
    box-shadow: 10px 10px 0 #ebd8c3;
  }
  .more a {
    top: 7vw;
    right: 50%;
    font-size: 1.2rem;
    padding: 1.5vw 2vw 2vw 3vw;
    transform: translate(50%, -50%);
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 1200px;
  background: url(../images/promotions_bg.png) center center no-repeat;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
    margin-bottom: 1vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
    justify-content: center;
    padding: 0;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 98vw;
  }
}
/* ------------------ 改色 ------------------ */
.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: #ca0000;
  border-radius: 0 0 20px 20px;
}

.rectangle li,
.hightlight_5p li {
  border: 2px solid #ebd8c3;
  border-radius: 5px;
}

.quotes li:nth-child(odd) {
  background: #5979b1;
}

.quotes li:nth-child(even) {
  background: #889b4c;
}

.quotes .font h4, .quotes .font p {
  color: #fff;
}

/* ------------------ 版型調整 ------------------ */
.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: 5.875%;
  left: 14.9479166667%;
  width: 28.8541666667%;
}
.kv_pc .kv_sale {
  top: 63.375%;
  left: 14.4270833333%;
  width: 29.6875%;
}
.kv_pc .kv_sale img {
  animation: pulse 1.2s ease-in-out 3.5s infinite;
}

/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #72322a;
  position: fixed;
  right: 8px;
  top: 150px;
  z-index: 999;
  width: 110px;
  border-radius: 100px;
  padding: 20px 5px;
}
.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: #ca0000;
  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: #ca0000;
  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: #72322a;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #ca0000;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #ca0000;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #ca0000;
    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 */