@charset "UTF-8";
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.bounce-element {
  animation: bounce 3s ease-in-out infinite;
}

@keyframes boyWiggle {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes scrollHint {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}
@keyframes scrollHintText {
  0%, 100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  #homeSection .sloganArea .PG_banner .r_boys,
  #homeSection .sloganArea .PG_banner .l_boys,
  #homeSection .scrollDown img,
  #homeSection .scrollDown p {
    animation: none;
  }
}
#homeSection .fruits_lv1 {
  z-index: 10;
}
#homeSection .fruits_lv2 {
  z-index: 9;
}
#homeSection .fruits_lv3 {
  z-index: -9;
}
#homeSection .fruit01 {
  position: absolute;
  top: 2.6041666667vw;
  left: 9.375vw;
  width: 9.2708333333vw;
}
#homeSection .fruit02 {
  position: absolute;
  top: 29.7916666667vw;
  left: -9.375vw;
  width: 17.8645833333vw;
}
#homeSection .fruit03 {
  z-index: 99;
  position: absolute;
  top: 10vh;
  right: -10.4166666667vw;
  width: 18.2291666667vw;
}
#homeSection .fruit04 {
  position: absolute;
  top: 2%;
  left: 40%;
}
#homeSection .leaf01 {
  z-index: 99;
  position: absolute;
  top: 120vh;
  left: -8%;
  width: 25vw;
}
#homeSection .leaf02 {
  z-index: 99;
  position: absolute;
  top: 190vh;
  right: 0%;
  width: 25vw;
}
#homeSection .scrollDown {
  text-align: center;
  bottom: 30px;
  width: 100%;
  z-index: 99;
  color: #7e4985;
}
#homeSection .scrollDown img {
  animation: scrollHint 1.8s ease-in-out infinite;
}
#homeSection .scrollDown p {
  animation: scrollHintText 1.8s ease-in-out infinite;
  letter-spacing: 0.15rem;
}
#homeSection .sloganArea {
  padding-top: 30px;
}
#homeSection .sloganArea .PG_slogan {
  max-width: 250px;
  margin-left: 40px;
  margin-bottom: 20px;
}
#homeSection .sloganArea .PG_banner {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#homeSection .sloganArea .PG_banner p {
  border: #7e4985 2px solid;
  padding: 18px 34px;
  border-radius: 20px;
  font-weight: bold;
  margin: 0;
  width: 222px;
}
#homeSection .sloganArea .PG_banner .r_boys {
  content: "";
  background: url(/images/banner_right_boys.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 99/103;
  position: absolute;
  width: 100%;
  max-width: 70px;
  top: -30%;
  right: 0;
  transform-origin: bottom center;
  animation: boyWiggle 2.4s ease-in-out infinite;
}
#homeSection .sloganArea .PG_banner .l_boys {
  content: "";
  background: url(/images/banner_left_boys.svg?v001) no-repeat;
  background-size: contain;
  aspect-ratio: 99/103;
  position: absolute;
  width: 100%;
  max-width: 70px;
  left: 0;
  bottom: -30%;
  transform-origin: top center;
  animation: boyWiggle 2.4s ease-in-out infinite;
  animation-delay: -1.2s;
}
#homeSection .sloganArea .PG_banner:after {
  content: "";
  background: url(/images/arrow_y_btn.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 15%;
  bottom: 10px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#homeSection .coverImg {
  background-image: url(../images/location.png?0031s);
  background-size: cover;
  height: 90vh;
  min-height: 700px;
  z-index: -1;
  align-items: center;
  display: flex;
  color: white;
  justify-content: center;
  position: relative;
}
#homeSection .coverImg .coverSlogan {
  position: absolute;
  letter-spacing: 1rem;
  line-height: 2rem;
  text-align: center;
  top: 30%;
}
#homeSection .coverImg .circleBox {
  position: absolute;
  background-image: url(../images/cover_bg.svg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 260px;
  bottom: -10%;
}
#homeSection .fruit05 {
  z-index: 99;
  position: absolute;
  bottom: 5%;
  width: 36.4583333333vw;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  font-weight: 600;
  padding-bottom: 10px;
  color: #E7E7E7;
  font-size: 180px;
  display: inline-block;
  animation: marquee 150s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 小型及以下設備 (<= 767.98px) */
@media (max-width: 767.98px) {
  #homeSection .fruit01 {
    top: 15.625vw;
    left: 2.6041666667vw;
  }
  #homeSection .fruit02 {
    top: 93.75vw;
    left: -14.5833333333vw;
    width: 28.6458333333vw;
  }
  #homeSection .fruit05 {
    bottom: 0%;
    width: 62.5vw;
  }
  #homeSection .leaf01 {
    top: 110vh;
    left: -8%;
    width: 46.875vw;
  }
  #homeSection .leaf02 {
    top: 170vh;
    right: 0%;
    width: 41.6666666667vw;
  }
  #homeSection .scrollDown {
    text-align: center;
    bottom: 30px;
    width: 100%;
    z-index: 99;
    color: #7e4985;
  }
  #homeSection .sloganArea .PG_slogan {
    max-width: 190px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  #homeSection .sloganArea .PG_banner {
    margin-left: 40px;
    max-width: 230px;
  }
  #homeSection .sloganArea .PG_banner .r_boys {
    width: 100%;
    max-width: 70px;
    top: -30%;
    right: -30px;
  }
  #homeSection .sloganArea .PG_banner .l_boys {
    width: 100%;
    max-width: 70px;
    left: -30px;
    bottom: -30%;
  }
  #homeSection .sloganArea .PG_banner:after {
    right: 8%;
  }
  #homeSection .coverImg {
    height: 62vh;
    background-position: bottom;
  }
  #homeSection .coverImg .coverSlogan {
    letter-spacing: 0.8rem;
    line-height: 1.5rem;
    text-align: center;
    top: 15%;
  }
  #homeSection .coverImg .circleBox {
    width: 100%;
    height: 100px;
    bottom: -2%;
  }
  .marquee-content {
    font-size: 60px;
  }
}

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