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

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

/* ------------------ 區塊背景 ------------------ */
.container section:nth-child(1) {
  background: url(../images/bg_0.jpg) top center no-repeat;
  background-size: 100%;
  max-width: 1920px;
  margin: auto;
}

.bg_1200 {
  width: 1200px;
  margin: 10px auto;
  padding: 50px 0 10px;
  background: #fff;
  border-radius: 30px 30px 0 0;
}
.bg_1200::after {
  content: "";
  width: 1200px;
  height: 100px;
  display: block;
  background: url(../images/bg1200_after.png) top center no-repeat;
  position: relative;
  margin-top: -110px;
  bottom: -110px;
}

@media screen and (max-width: 991px) {
  .container section:nth-child(1) {
    background: url(../images/bg_0_m.jpg) top center no-repeat;
    background-size: 100%;
    max-width: 100vw;
  }
  .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: #00246d;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .notice {
    color: #fff;
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 50px 0;
  width: 1050px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
    padding: 10px 0 30px;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 48vw;
  }
  .promotion_box ul li:nth-child(3),
  .promotion_box ul li:nth-child(3) img {
    width: 98vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
}
.titleC h2 {
  width: 800px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 12px 0 30px;
  margin: 20px auto 0;
  font-size: 55px;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  letter-spacing: 8px;
  color: #fff;
  position: relative;
  top: 70px;
}

.special_5p_1 .title_AA h2 {
  background: url(../images/titleAA_bg.png) top center no-repeat;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  letter-spacing: 8px;
  padding: 17px 0 15px;
  top: 5px;
  color: #3d3d3d;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: contain;
    font-size: 10vw;
    letter-spacing: 3px;
    padding: 2.5vw 0 10vw;
    margin: 0 auto 0;
  }
  .container section:nth-child(2) .titleC h2 {
    margin-top: -40px;
  }
  .special_5p_1 .title_AA h2 {
    background: url(../images/titleAA_bg_m.png) top center no-repeat;
    padding: 10px 0;
    letter-spacing: 3px;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: url(../images/bg_blue100_big.png);
  border-radius: 10px;
}

.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: url(../images/bg_blue400.png);
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
  background: url(../images/bg_blue400_big.png);
}

.alternate .font h4 {
  color: #00246d;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: #f2dba2;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

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

.topfive li,
.special_5p_1 .hightlight_5p ul li,
.hightlight li,
.alternate li {
  border: 2px solid #7dade9;
  border-radius: 10px;
  overflow: hidden;
  background: url(../images/bg_blue100.png);
}

.hightlight.half li {
  background: #fff;
}

.hightlight.half .scene li {
  background: none;
  border: none;
}

.bn4 .banner_3p ul li img {
  border: 2px solid #7dade9;
  box-shadow: #7dade9 5px 5px 0;
  border-radius: 10px;
}

.ranks {
  background: url(../images/bg_blue400.png);
  color: #f2dba2;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 1.5rem;
}

/* ------------------ 版型調整 ------------------ */
.special_5p_1 .hightlight_5p img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 20%;
  left: 45.6770833333%;
  width: 31.25%;
}
.kv_pc .kv_model_1 {
  top: 4.0298507463%;
  left: 20.8333333333%;
  width: 26.0416666667%;
  animation: model-toggle-1 2s steps(1) infinite;
}
.kv_pc .kv_model_2 {
  top: 4.0298507463%;
  left: 20.8333333333%;
  width: 26.0416666667%;
  animation: model-toggle-2 2s steps(1) infinite;
}
.kv_pc .kv_ribbon {
  top: 62.9850746269%;
  left: 18.3854166667%;
  width: 68.2291666667%;
}
.kv_pc .kv_good1 {
  top: 1.6417910448%;
  left: 8.0729166667%;
  width: 8.59375%;
  transform-origin: center center;
  animation: goods-shake-1 1.8s steps(1) 2s infinite;
}
.kv_pc .kv_good2 {
  top: 42.5373134328%;
  left: 9.6354166667%;
  width: 11.9791666667%;
  transform-origin: center center;
  animation: goods-shake-2 2.2s steps(1) 2.3s infinite;
}
.kv_pc .kv_good3 {
  top: 6.1194029851%;
  left: 72.3958333333%;
  width: 10.15625%;
  transform-origin: center center;
  animation: goods-shake-1 2s steps(1) 2.5s infinite;
}
.kv_pc .kv_good4 {
  top: 33.1343283582%;
  left: 79.5833333333%;
  width: 9.1145833333%;
  transform-origin: center center;
  animation: goods-shake-2 1.6s steps(1) 2.2s infinite;
}

/* 第一張人物：前半段出現，後半段隱藏 */
@keyframes model-toggle-1 {
  0%, 49.9% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
/* 第二張人物：前半段隱藏，後半段出現 */
@keyframes model-toggle-2 {
  0%, 49.9% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
/* 模式 A：停頓 -> 歪左 -> 歪右 -> 歸位 */
@keyframes goods-shake-1 {
  0%, 100% {
    transform: rotate(0deg); /* 原位靜止 */
  }
  50% {
    transform: rotate(-6deg); /* 瞬間卡到左傾 6 度 */
  }
  75% {
    transform: rotate(5deg); /* 瞬間卡到右傾 5 度 */
  }
}
/* 模式 B：縮放 + 雙向歪斜 */
@keyframes goods-shake-2 {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  40% {
    transform: rotate(7deg) scale(1.05); /* 瞬間卡到右歪 + 微放大 */
  }
  80% {
    transform: rotate(-5deg) scale(0.98); /* 瞬間卡到左歪 + 微縮小 */
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: url(../images/bg_blue400_high.png);
  position: fixed;
  right: 5px;
  top: 150px;
  z-index: 999;
  border-radius: 100px;
  padding: 30px 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: #5d98e3;
  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: #5d98e3;
  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: url(../images/bg_blue400_high.png);
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #5d98e3;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #5d98e3;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
  }
  .navstyle ul li a:hover {
    background: #5d98e3;
    color: #ffffff;
    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: 120px auto 20px;
}

.btn-go {
  width: 330px;
  border-radius: 40px;
  margin: 10px auto;
  transition: all 0.3s;
  background: url(../images/bg_blue400.png);
  box-shadow: #fff 5px 5px 0;
}
.btn-go a h3 {
  color: #fff;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: url(../images/bg_blue400_big.png);
  box-shadow: #fff 0 0 0;
}

@media screen and (max-width: 991px) {
  .btn_box ul {
    margin: 80px auto 20px;
  }
}
/*# sourceMappingURL=style.css.map */