@charset "UTF-8";
html {
  background: #fffce9;
}

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

/* ------------------ 區塊背景 ------------------ */
.container {
  background: url(../images/bg_3.jpg) bottom center repeat-y;
}

.container section:first-child {
  background: url(../images/bg_1.png);
  padding: 10px 0;
}

.container section:nth-child(2n-1) .bg_1200 {
  background: url(../images/bg_1.png);
}
.container section:nth-child(2n-1) .titleC h2 {
  background: url("../images/title_bg2.png") top center no-repeat;
  padding: 112px 0 80px;
}

.bg_1200 {
  width: 1200px;
  margin: auto;
  padding: 30px 0 5px;
  background: url(../images/bg_2.png);
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
  }
  .container section:nth-child(2n-1) .titleC h2 {
    background: url("../images/title_bg2_m.png") top center no-repeat;
    padding: 67px 0 45px;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
}
.titleC h2 {
  width: 1200px;
  background: url("../images/title_bg.png") top center no-repeat;
  padding: 132px 0 80px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 55px;
  letter-spacing: 3px;
  color: #5a3c37;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background: url("../images/title_bg_m.png") top center no-repeat;
    font-size: 2.5rem;
    letter-spacing: 1px;
    padding: 75px 50px 45px 0;
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #e17b2a;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
  width: 110px;
  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: #fcd921;
  color: #5a3c37;
  border-radius: 40px;
}
.navstyle ul a {
  color: #fff;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #fcd921;
  color: #5a3c37;
  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: #e17b2a;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 0;
    border-radius: 15px;
    background: #fcd921;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #f6b2b1;
  }
  .navstyle ul li a {
    margin: 0;
    display: inline-block;
    color: #5a3c37;
  }
  .navstyle ul li a:hover {
    padding: 0 5px;
    background: #fcd921;
    color: #5a3c37;
    border-radius: 15px;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_item {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 4.625%;
  left: 18.6979166667%;
  width: 46.40625%;
}
.kv_pc .kv_sale {
  top: 24.375%;
  left: 16.875%;
  width: 49.7395833333%;
}
.kv_pc .kv_boy {
  top: 21.25%;
  right: 15.78125%;
  width: 16.40625%;
  animation: ani01 2s ease-in-out -1s infinite;
}

@keyframes ani01 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  background: url("") top center repeat;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.promotion_box ul li img {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
  }
  .promotion_box ul li {
    width: 50vw;
  }
  .promotion_box ul li img {
    width: 50vw;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: #e9e286;
}

.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,
.published .font,
.various .font h4 {
  background: #2a9992;
}

.published .font h4 {
  color: #fff;
  padding: 0 10px;
}

/* ------------------ 版型調整 ------------------ */
.hightlight_5p.hightlightAd img.go {
  border-top: 4px solid rgba(255, 255, 255, 0);
}

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

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

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