@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@700;900&family=ZCOOL+QingKe+HuangYou&display=swap");
* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  margin: 0;
  display: block;
}

body {
  margin: 0;
  padding: 0;
}

video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

section {
  max-width: 1920px;
}

.content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.content img {
  max-width: 1200px;
  width: 100%;
}

/* ▼Countdown Timer▼ */

#header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.countdown {
  background: rgb(251, 244, 181);
  background: radial-gradient(
    circle,
    rgba(251, 244, 181, 1) 56%,
    rgba(215, 172, 85, 1) 100%
  );
  background-size: cover;
  box-shadow: 2px 2px 2px #8d5e06;
  padding: 2% 0;
  width: 100%;
}

.countdown_content {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  letter-spacing: 4px;
  color: rgb(14, 102, 202);
  text-shadow: 3px 2px 3px #b1f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-align: center;
}

.countdown_content img {
  width: 50px;
}

#demo {
  color: rgb(14, 102, 202);
}

@media screen and (max-width: 1000px) {
  .countdown {
    padding: 3% 0;
  }

  .countdown_content {
    font-size: 2.2rem;
    letter-spacing: 3px;
  }

  .countdown_content img {
    width: 50px;
  }
}

@media screen and (max-width: 600px) {
  .countdown_content {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 400px) {
  .countdown_content img {
    width: 40px;
  }

  .countdown_content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .countdown_content img {
    width: 30px;
  }
}
/* ▲Countdown Timer▲ */

/* Background starts */
.bg01 {
  background: url("../images/lp01_01.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg02 {
  background: url("../images/lp01_02.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg03 {
  background: url("../images/lp01_03.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg04 {
  background: url("../images/lp01_04.gif") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg05 {
  background: url("../images/lp01_05.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg06 {
  background: url("../images/lp01_06.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg07 {
  background: url("../images/lp02_01.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg08 {
  background: url("../images/lp02_02.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg09 {
  background: url("../images/lp02_03.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg10 {
  background: url("../images/lp02_04.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg11 {
  background: url("../images/lp02_05.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg12 {
  background: #364C26;
  margin: 0 auto;
}

.bg13 {
  background: url("../images/offer_01.gif") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg14 {
  background: url("../images//offer_02.gif") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg15 {
  margin: 0 auto;
  background-color: #FFFFFF00;
}

.bg15-1 {
  background: url("../images/offer_03.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg15-2 {
  background: url("../images/offer_04.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg16 {
  background: url("../images/offer_05.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.bg17 {
  background: url("../images/offer_06.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

/* close open */

.accordion {
  cursor: pointer;
  transition: 0.4s;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.mail {
  position: absolute;
  width: 80%;
  bottom: 54%;
  left: 10%;
}

.fb {
  position: absolute;
  width: 10%;
  bottom: 12%;
  left: 35%;
}

.ig {
  position: absolute;
  width: 10%;
  bottom: 12%;
  right: 35%;
}

.dog {
  position: absolute;
  width: 17%;
  top: 16%;
  left: 48.3%;
}

.btn {
  position: absolute;
  width: 85%;
  bottom: 19%;
  left: 9%;
  animation: runrun 0.5s alternate infinite;
}

.btn2 {
  position: absolute;
  width: 80%;
  bottom: 3.8%;
  left: 11%;
  animation: jump01 0.5s alternate infinite;
}

.btn3 {
  position: absolute;
  width: 80%;
  bottom: 15%;
  right: 8%;
  animation: jump02 0.5s alternate infinite;
}

.btn5 {
  position: absolute;
  width: 40%;
  bottom: 8%;
  left: 6%;
  animation: runrun3 0.5s alternate infinite;
}

.btn6 {
  position: absolute;
  width: 40%;
  bottom: 8%;
  right: 5%;
  animation: runrun2 0.5s alternate infinite;
}

.vid3 {
  position: absolute;
  width: 40%;
  top: 30%;
  left: 7%;
  border: 2px solid white;
  box-shadow: 7px 7px #4eb5b4;
}

.vid4 {
  position: absolute;
  width: 40%;
  bottom: 19.5%;
  left: 7%;
  border: 2px solid white;
  box-shadow: 7px 7px #4eb5b4;
}

.vid5 {
  position: absolute;
  width: 38%;
  bottom: 21.7%;
  right: 10%;
}

.vid6 {
    position: absolute;
    width: 33.1%;
    bottom: 47.7%;
    right: 10.9%;
}

.vid7 {
    position: absolute;
    width: 25.1%;
    bottom: 29.2%;
    right: 6.6%;
}

.vid8 {
    position: absolute;
    width: 33.6%;
    bottom: 10.3%;
    right: 59.5%;
  }

@keyframes runrun {
  from {
    left: 9%;
  }
  to {
    left: 10%;
  }
}

@keyframes jump01 {
  from {
    bottom: 3.8%;
  }
  to {
    bottom: 2.8%;
  }
}

@keyframes jump02 {
  from {
    bottom: 15%;
  }
  to {
    bottom: 14%;
  }
}
.target-fix {
  position: relative;
  top: -150px;
  display: block;
  height: 0;
  overflow: hidden;
}