@charset "UTF-8";
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------ 區塊背景 ------------------ */
html {
  background: url("../images/bg_2.png") bottom center no-repeat fixed, url("../images/bg_1.png") top 1400px center repeat, #9fc3ff;
}

.container {
  background: url(../images/bg_0.png) top center no-repeat;
  padding-top: 40px;
  background-size: contain;
}

.bg_1200 {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
  }
  .container {
    background: none;
    padding-top: 10px;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
  font-weight: 300;
}

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

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
    background: #9fc3ff;
    margin: 1vw auto;
  }
  .promotion_box ul {
    width: 100vw;
    padding: 2vw 0;
    gap: 2vw;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 48vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
}
.titleC h2 {
  width: 900px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  padding: 30px 0;
  margin: 40px auto 0;
  font-size: 60px;
  color: #222a2e;
  letter-spacing: 5px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background-size: contain;
    font-size: 7vw;
    padding: 5vw 0;
    margin-top: 3vw;
  }
}
/* ------------------ 改色 ------------------ */
.toptitle .font h4 {
  background: #0a42ab;
}

.toptitle li {
  border: 3px solid #222a2e;
}

/* ------------------ 版型調整 ------------------ */
@media screen and (min-width: 992px) {
  .bg_1200 .recommend {
    padding: 30px 15px 0;
    margin: 10px auto;
    width: 1080px;
    min-height: 670px;
    background: url(../images/island_bg.png) bottom center no-repeat;
  }
  .bg_1200 .recommend a {
    align-items: center;
    justify-content: space-evenly;
  }
  .bg_1200 .recommend img {
    max-height: 520px;
    margin: 0 0 135px;
  }
  .bg_1200 .recommend span.font {
    width: 400px;
    padding: 10px;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 75px;
  }
  .bg_1200 .recommend span.font h4 {
    border-bottom: none;
    background: #f9f15f;
    padding: 20px;
    font-size: 2.4rem;
  }
  .bg_1200 .recommend span.font p {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
  .bg_1200 .recommend.reverse {
    background: url(../images/island_bg2.png) bottom center no-repeat;
  }
  .bg_1200 .recommend.reverse a {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 991px) {
  .bg_1200 .recommend {
    background: url(../images/island_bg_m.png) bottom 2vw center no-repeat;
    width: 100vw;
    background-size: contain;
    padding-top: 1vw;
  }
  .bg_1200 .recommend a {
    gap: 10vw;
  }
  .bg_1200 .recommend img {
    max-height: 70vw;
  }
  .bg_1200 .recommend span.font {
    width: 70vw;
    margin: 0 auto;
  }
  .bg_1200 .recommend span.font h4 {
    border-bottom: none;
    background: #f9f15f;
    margin: 1vw auto;
    padding: 1vw;
  }
  .bg_1200 .recommend span.font p {
    margin: 1vw auto;
    padding: 1vw;
  }
  .bg_1200 .recommend span.font .price {
    margin: 1vw auto;
    padding: 1vw;
  }
}
/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 0%;
  left: 23.75%;
  width: 52.6041666667%;
}
.kv_pc .kv_game1 {
  top: 62.25%;
  left: 52.0833333333%;
  width: 7.8125%;
  animation: ani01 2.5s ease-in-out -1.2s infinite;
}
.kv_pc .kv_game2 {
  top: 23%;
  right: 2.1875%;
  width: 15.625%;
  animation: ani01 2.5s ease-in-out -0.6s infinite;
}
.kv_pc .kv_game3 {
  top: 51.625%;
  left: 7.5520833333%;
  width: 9.4791666667%;
  animation: ani01 2.5s ease-in-out 0s infinite;
}

@keyframes ani01 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  position: fixed;
  right: 3px;
  top: 250px;
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
.navstyle ul {
  text-align: right;
}
.navstyle ul li {
  background: #FF8C3C;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
}
.navstyle ul .active {
  background: #f9f15f;
  color: #222a2e;
  border-radius: 40px;
}
.navstyle ul a {
  color: #222a2e;
  padding: 5px 10px;
  margin: 5px 0;
  display: block;
}
.navstyle ul a:hover {
  background: #f9f15f;
  color: #222a2e;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 40px;
}

@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: #FF8C3C;
    border-left: 0;
    border-right: 0;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #1a56c7;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #1a56c7;
    color: #fff;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
    color: #fff;
  }
  .navstyle ul li a:hover {
    background: #1a56c7;
    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: 20px auto;
}

.btn-go {
  width: 330px;
  margin: 10px auto;
  transition: all 0.3s;
  background: url(../images/btn.png) top center no-repeat;
}
.btn-go a h3 {
  color: #293237;
  font-size: 2rem;
  padding: 16px 40px 30px 5px;
  font-weight: 900;
}
.btn-go:hover {
  transform: scale(0.98);
}

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