@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Century Gothic", "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  color: #333;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h2 {
  font-size: 2.75vw;
}

h3 {
  font-size: 2vw;
  line-height: 1.5;
}
@media (max-width: 992px) {
  h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 6vw;
  }
}

h4 {
  font-size: 3vw;
}

p {
  font-size: 1.15vw;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.8vw;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

/*---KV---*/
header {
  width: 97.7%;
  position: absolute;
  left: 1.15%;
  top: 0.5%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  header {
    justify-content: flex-start;
  }
}
header .logo {
  width: 8.75%;
  order: 1;
}
@media (max-width: 768px) {
  header .logo {
    width: 25%;
  }
}

.kv_w {
  position: relative;
  background: #000;
  z-index: 2;
}
.kv_w .kv_box {
  overflow: hidden;
  position: relative;
}

.yt_box {
  width: 100%;
  margin: 0% auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

.bgm {
  display: block;
  width: 0;
  height: 0;
}

.music_box {
  display: block;
  width: 3%;
  position: absolute;
  z-index: 500;
  right: 1.5%;
  top: 12%;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .music_box {
    width: 4.5%;
  }
}
@media (max-width: 768px) {
  .music_box {
    width: 10%;
    max-width: 59px;
    right: 5%;
    top: 82%;
  }
}

.music_box img {
  display: block;
  width: 3.1%;
  height: auto;
  margin: 1%;
  opacity: 1;
}

.btn_buy {
  display: block;
  width: 10.4%;
  position: fixed;
  right: 1.5%;
  bottom: 5%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  .btn_buy {
    width: 12%;
    bottom: 2.5%;
  }
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -25px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -25px;
}

.swiper-pagination {
  bottom: 10%;
}

main, section {
  display: block;
  width: 100%;
  position: relative;
}

.box-w {
  display: block;
  width: 89.5%; /*w1720*/
  position: relative;
  text-align: center;
  margin: 0 auto;
}

main {
  background: url(../images/main_bg.png) repeat-y top center;
  background-size: 100;
  overflow: hidden;
}
@media (max-width: 768px) {
  main {
    background-size: 150%;
  }
}

.wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
}
.wrapper .en_L {
  width: 3.125%;
  order: 1;
  background: #f9eb21;
}
@media (max-width: 768px) {
  .wrapper .en_L {
    display: none;
  }
}
.wrapper .en_R {
  width: 3.125%;
  order: 3;
  background: #f9eb21;
}
@media (max-width: 768px) {
  .wrapper .en_R {
    display: none;
  }
}
.wrapper .content_w {
  width: 93.75%;
  order: 2;
}
@media (max-width: 768px) {
  .wrapper .content_w {
    width: 100%;
  }
}

.en_bottom {
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .en_bottom {
    display: none;
  }
}

/*---s01----------------------------*/
#s01 {
  position: relative;
  overflow: hidden;
}
#s01 .rice {
  width: 13.8%;
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
  animation: rr 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  #s01 .rice {
    width: 22.2%;
    bottom: 10%;
  }
}

@keyframes rr {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.map_w {
  position: relative;
  width: 75.7%;
  margin: 5% auto 10%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .map_w {
    width: 90.3%;
    margin: 5% auto 20%;
  }
}
.map_w .map_info {
  width: 51.5%;
  margin: 30% -14.1% 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .map_w .map_info {
    width: 62.6%;
    margin: 30% -22% 0 0;
  }
}
.map_w .map_info .tiger {
  width: 68.3%;
  position: absolute;
  left: 13.1%;
  top: -89.6%;
  z-index: 2;
}
.map_w .map {
  width: 55.7%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .map_w .map {
    width: 69%;
  }
}

/*---s02----------------------------*/
.prd_w {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.prd_w .prd_all {
  position: relative;
}
.prd_w .prd_all h2 {
  width: 48.7%;
  margin: -7% auto 0;
}
@media (max-width: 768px) {
  .prd_w .prd_all h2 {
    width: 96.7%;
    margin: -15% auto 0;
  }
}
.prd_w .prd_all .prd_list {
  width: 97%;
  position: relative;
  margin: 1% auto 0%;
}
@media (max-width: 768px) {
  .prd_w .prd_all .prd_list {
    width: 85%;
    margin: 2% auto 0%;
  }
}
.prd_w .prd_all .prd_list .toy {
  width: 15.5%;
  position: absolute;
  right: 8%;
  top: -65%;
  z-index: 2;
  animation: rr 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  .prd_w .prd_all .prd_list .toy {
    width: 16%;
    right: -6%;
    top: -12%;
  }
}

/*---s03----------------------------*/
.time_w {
  position: relative;
}
.time_w h2 {
  width: 28.3%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .time_w h2 {
    width: 55%;
  }
}
.time_w .time_g {
  width: 63.7%;
  margin: 1% 0 1% 20.1%;
}
@media (max-width: 768px) {
  .time_w .time_g {
    width: 90%;
    margin: 2.5% auto;
  }
}
.time_w .time_g .btn_timelink {
  display: block;
  width: auto;
  margin: 2% auto 1%;
  text-align: center;
}
.time_w .time_g .btn_timelink a {
  text-decoration: none;
}
.time_w .time_g .btn_timelink a span {
  display: inline-block;
  width: auto;
  font-size: 1.15vw;
  font-weight: bold;
  color: #000;
  background: #c3996d;
  border-radius: 5vw;
  padding: 0.5vw 1vw;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .time_w .time_g .btn_timelink a span {
    font-size: 4vw;
    padding: 1vw 3vw;
  }
}
.time_w .time_g .btn_timelink a:hover span {
  background: #f9eb21;
}
.time_w .time_g .ps_text {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .time_w .time_g .ps_text {
    font-size: 3vw;
  }
}
.time_w .cow {
  width: 23.6%;
  position: absolute;
  left: 4.9%;
  top: 1%;
  z-index: 2;
  animation: rr 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  .time_w .cow {
    left: 2%;
    top: 15%;
  }
}
.time_w .toy {
  width: 15.7%;
  position: absolute;
  right: 1%;
  bottom: -5%;
  z-index: 2;
  animation: rr 1s ease-in-out infinite;
}

/*---s04----------------------------*/
#s04 {
  position: relative;
  margin: 7% 0 0%;
}
@media (max-width: 768px) {
  #s04 {
    margin: 15% 0 0%;
  }
}
#s04 .dog {
  width: 15.6%;
  position: absolute;
  left: 5%;
  top: -15%;
  z-index: 2;
  animation: rr 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  #s04 .dog {
    width: 22.2%;
    left: 80%;
    top: 65%;
  }
}

.tour_w {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.tour_w .tour_g {
  position: relative;
}
.tour_w .tour_g h2 {
  width: 28.6%;
  margin: -6% auto 0;
}
@media (max-width: 768px) {
  .tour_w .tour_g h2 {
    width: 55%;
    margin: -10% auto 0;
  }
}
.tour_w .tour_g p {
  position: relative;
  font-weight: 500;
  text-align: center;
  margin: 1% auto;
}
@media (max-width: 768px) {
  .tour_w .tour_g p {
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.tour_w .tour_list {
  width: 79.1%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tour_w .tour_list {
    width: 60%;
  }
}
.tour_w .tour_box {
  position: relative;
}
.tour_w .tour_box h3 {
  width: 50.1%;
  position: relative;
  margin: 5% auto 10%;
}
@media (max-width: 768px) {
  .tour_w .tour_box h3 {
    margin: 5% auto 5%;
  }
}
.tour_w .tour_box .tour_btn_g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2% auto 0;
}
.tour_w .tour_box .tour_btn_g .btn_tour {
  width: 46.8%;
}

/*---s05----------------------------*/
.sale_w {
  position: relative;
}
.sale_w .tiger {
  width: 21%;
  position: absolute;
  right: 4.7%;
  top: 14.2%;
  z-index: 2;
}
@media (max-width: 768px) {
  .sale_w .tiger {
    width: 30%;
    top: 25.2%;
  }
}
.sale_w .sale_ps {
  display: block;
  width: 69.2%;
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  position: absolute;
  left: 15.4%;
  bottom: 13%;
  z-index: 2;
}
@media (max-width: 768px) {
  .sale_w .sale_ps {
    width: 48%;
    font-size: 3.5vw;
    text-align: justify;
  }
}
.sale_w .sale_ps span {
  display: inline;
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 768px) {
  .sale_w .sale_ps span {
    font-size: 3.5vw;
  }
}
.sale_w .sale_ps span a {
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .sale_w .sale_ps span a {
    font-size: 3.5vw;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  max-width: 90%;
  width: 51.9%;
  background: #fff;
  border-radius: 30px;
  padding: 4px;
  border: 5px solid #3e3a39;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

.modally-content {
  background: #fff;
  border-radius: 30px;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 50px;
  color: #333;
}

.modally-wrap .modally-underlay {
  background: rgba(252, 127, 63, 0.9);
}

/*popup / 使用規範*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h5 {
  display: inline;
  font-size: 1.05vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .rules-w h5 {
    font-size: 3.05vw;
  }
}
.rules-w h5 img {
  width: 1.05vw;
  display: inline;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .rules-w h5 img {
    width: 3vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 0 5%;
}
ul.ps_text li {
  width: 95%;
  list-style-type: decimal-leading-zero;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 5%;
}
@media (max-width: 991px) {
  ul.ps_text li {
    width: 88%;
    margin: 1% 0 1% 12%;
    font-size: 3vw;
  }
}
ul.ps_text li a {
  font-size: 1vw;
  color: #ea5513;
  text-decoration: underline;
}
@media (max-width: 991px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}

/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(7, 40, 73, 0.9);
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
@media (max-width: 768px) {
  .overlay nav ul {
    width: 90%;
  }
}
.overlay nav ul li {
  width: 100%;
  display: flex;
}
.overlay nav ul li a div {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.overlay nav ul li a div span {
  width: 15vw;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.overlay nav ul li a div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay .overlay-close {
  top: 0;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: block;
  position: relative;
  width: 3.6%;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
    width: 45px;
    height: auto;
    position: absolute;
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */