@charset "UTF-8";
.all {
  position: relative;
  top: -2px;
  overflow: hidden;
}

#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #c94864;
  cursor: pointer;
  z-index: 100;
}
#go-position::before {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  content: "立即\a領取\a";
  white-space: pre;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}
#go-position:hover {
  bottom: 6px;
  transition: 0.3s;
}
#go-position:hover::before {
  background-color: #e25c79;
}
@media all and (max-width: 480px) {
  #go-position {
    width: 54px;
    height: 54px;
    right: 0;
  }
  #go-position::before {
    font-size: 15px;
  }
}

#top_ifram iframe {
  z-index: 900;
  overflow: visible;
  height: 280px;
  width: 100%;
  margin-bottom: -220px;
  border: 0 none;
  position: relative;
}

footer {
  background-color: #5d379d;
}
footer .respIframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.header {
  background-color: white;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .logo {
  height: 25px;
}

.footer {
  height: 100px;
  background-color: #a9312f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .logo {
  display: block;
  height: 25px;
  color: white;
  filter: brightness(100);
}
.footer .protect {
  color: white;
  font-size: 12px;
}

.wrapper a {
  text-decoration: none;
}
.wrapper .serif {
  font-family: "Noto Serif TC", serif;
}
.wrapper .pointer {
  cursor: pointer;
}
.wrapper .kv {
  width: 100%;
  aspect-ratio: 8/3.7;
  background-color: #dff0ff;
}
.wrapper .kv .fishflag {
  width: 33%;
  left: -5%;
  top: -1%;
}
.wrapper .kv .mountain {
  width: 90%;
  top: 26%;
}
.wrapper .kv .temple {
  width: 22%;
  right: -3%;
  top: 5%;
}
.wrapper .kv .grass-left {
  width: 18%;
  top: 45%;
  left: -4%;
}
.wrapper .kv .grass-right {
  width: 28%;
  top: 36%;
  right: 0%;
}
.wrapper .kv .land {
  width: 100%;
  top: 58%;
}
.wrapper .kv .sub-title {
  width: 20%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .kv .title {
  width: 50%;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .kv .button {
  width: 28%;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6vw;
  font-weight: bold;
  text-align: center;
  background-color: #c94864;
  border-radius: 100px;
  border: #fff 0.25vw solid;
  color: #fff;
  will-change: transform;
  backface-visibility: hidden; /* 防止閃爍 */
}
.wrapper .kv .swiper {
  width: 85%;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .wrapper .kv {
    aspect-ratio: 2/3.5;
  }
  .wrapper .kv .fishflag {
    width: 65%;
    left: -5%;
    top: -1%;
  }
  .wrapper .kv .sub-title {
    width: 50%;
    top: 15%;
  }
  .wrapper .kv .title {
    width: 90%;
    top: 21%;
  }
  .wrapper .kv .button {
    width: 88%;
    top: 35%;
    border: #fff 0.8vw solid;
    font-size: 5vw;
  }
  .wrapper .kv .mountain {
    width: 180%;
    top: 45%;
  }
  .wrapper .kv .temple {
    width: 50%;
    right: -15%;
    top: 36%;
  }
  .wrapper .kv .grass-left {
    width: 50%;
    top: 58%;
    left: -14%;
  }
  .wrapper .kv .grass-right {
    width: 50%;
    top: 57%;
    right: -7%;
  }
  .wrapper .kv .land {
    width: 200%;
    top: 65%;
  }
  .wrapper .kv .swiper {
    top: 72%;
  }
}
.wrapper .introducing {
  background-color: #ffe3e2;
}
.wrapper .introducing .grass-left-bottom {
  top: -2rem;
  left: 0;
  width: 10rem;
}
@media screen and (max-width: 991px) {
  .wrapper .introducing .grass-left-bottom {
    top: -1rem;
  }
}
.wrapper .introducing .grass-right-bottom {
  top: -4rem;
  right: 0;
  width: 16rem;
}
@media screen and (max-width: 991px) {
  .wrapper .introducing .grass-right-bottom {
    width: 10rem;
    top: -2rem;
  }
}
.wrapper .introducing .triangle {
  margin: -1px auto auto auto;
  width: 15%;
  aspect-ratio: 3;
  background: #ffbdbb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 991px) {
  .wrapper .introducing .triangle {
    width: 25%;
  }
}
.wrapper .introducing .myCard {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.wrapper .introducing .myCard .corner-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  z-index: 10;
  clip-path: polygon(0 0, 60% 0, 100% 25%, 100% 100%, 35% 100%, 0 85%, 0 0);
}
.wrapper .introducing .myCard .extra {
  position: absolute;
  top: 3%;
  left: -19%;
  background: #004080;
  color: white;
  line-height: 1.2;
  font-size: 100%;
  transform: rotate(-35deg);
  width: 70%;
  padding: 1.5% 0 1.5% 0;
  z-index: 10;
}
.wrapper .introducing .myCard .header-image {
  position: relative;
  background-color: #e6f2ff;
}
.wrapper .introducing .myCard .header-image .sub-title {
  padding-top: 13%;
  line-height: 1;
  font-size: 120%;
  color: #333;
}
.wrapper .introducing .myCard .header-image .main-title {
  font-size: 150%;
  color: #000;
}
.wrapper .introducing .myCard .ribbon {
  position: absolute;
  margin: -4% auto auto auto;
  width: 40%;
  background: #ffcc00;
  font-weight: bold;
  font-size: 140%;
  transform-style: preserve-3d;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .introducing .myCard .ribbon::before, .wrapper .introducing .myCard .ribbon::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 18%;
}
.wrapper .introducing .myCard .ribbon::before {
  background-image: url("../images/ribbon.png");
  left: -10%;
  transform: translateZ(-1px);
}
.wrapper .introducing .myCard .ribbon::after {
  background-image: url("../images/ribbon.png");
  right: -10%;
  transform: rotate(180deg) translateZ(-1px);
}
.wrapper .introducing .myCard .reward {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15% 0 10% 0;
}
.wrapper .introducing .myCard .reward .plus-icon {
  position: absolute;
  background: #ffcc00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}
.wrapper .introducing .myCard .reward .badge {
  border: 1px solid #000;
  color: #000;
  border-radius: 20px;
  padding: 2px 15px;
  font-size: 120%;
  display: inline-block;
  margin-bottom: 10px;
}
.wrapper .introducing .myCard .amount {
  font-size: 140%;
  color: #333;
}
.wrapper .introducing .bt {
  display: table;
  background-color: #f3c800;
  padding: 0.5% 3%;
  border: #000 1px solid;
  border-radius: 50px;
  margin: 0 auto;
}
.wrapper .notice {
  background-color: #ffbdbb;
  background-image: url(../images/checked.png);
}
.wrapper .notice .white {
  background-color: white;
  border: #000 1px dashed;
  border-radius: 20px;
  z-index: 10;
  width: 90%;
}
.wrapper .notice .white .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #dff0ff;
  width: 55%;
  border-radius: 10px;
  height: 50px;
  top: 10%;
  left: -3%;
}
@media screen and (max-width: 991px) {
  .wrapper .notice .white .title {
    width: 70%;
  }
}
.wrapper .notice .white .text-padding {
  padding: 25% 5% 10% 5%;
}
.wrapper .notice .white .text-padding .red {
  color: #ff0000;
}
@media screen and (max-width: 991px) {
  .wrapper .notice .white .text-padding {
    padding: 35% 5% 10% 5%;
  }
}
.wrapper .notice .crimson {
  display: inline-block;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-color: #f19e9b;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .wrapper .notice .crimson {
    height: 80%;
  }
}
.wrapper .prizes {
  background-color: #def0fe;
  z-index: 20;
}
.wrapper .prizes .w-80 {
  width: 80%;
}
.wrapper .prizes .clouds-left {
  width: 40%;
  left: -40%;
  top: 40%;
}
.wrapper .prizes .clouds-right {
  width: 40%;
  right: -30%;
  top: 10%;
}
.wrapper .prizes .grass-left {
  width: 22%;
  bottom: 0;
  left: -8%;
}
.wrapper .prizes .grass-right {
  width: 26%;
  bottom: 0;
  right: -10%;
}
.wrapper .fillform {
  background-color: #f9e8cd;
}
.wrapper .fillform .w-49 {
  width: 49%;
}
.wrapper .fillform input::-moz-placeholder {
  color: #202020;
  left: 50px;
}
.wrapper .fillform input::placeholder {
  color: #202020;
  left: 50px;
}
.wrapper .fillform .inputStyle {
  font-weight: bold;
  border-radius: 4px;
  color: #202020;
  border: 0px;
  height: 40px;
  padding-left: 0.5rem;
}
.wrapper .fillform .buttonStyle {
  background-color: black;
  color: white;
  border-radius: 50px;
}
.wrapper .fillform .text-shadow {
  text-shadow: 0px 2px 6px #503b3b;
}
.wrapper .fillform .selectArrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/arrowBlack.png") no-repeat right center transparent;
  background-size: 30px;
  background-color: #ffffff;
}
.wrapper .modal .modal-content {
  background-color: #ffdae1;
  border-radius: 20px;
  border: 0;
}
.wrapper .modal .modal-content .btn-close {
  position: absolute;
  right: -6px;
  top: -6px;
  background-color: white;
  border-radius: 30px;
  border: #000 1px solid;
  padding: 10px;
  opacity: 1;
}
.wrapper .modal .modal-content .modal-body {
  padding: 2rem;
}
.wrapper .modal .modal-content .modal-body .inputStyle {
  font-weight: bold;
  border-radius: 4px;
  color: #202020;
  border: 0px;
  height: 40px;
  padding-left: 0.5rem;
}
.wrapper .modal .modal-content .modal-body .buttonStyle {
  background-color: black;
  color: white;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .modal .modal-content .modal-footer {
  padding: unset;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.wrapper .modal .modal-content .modal-footer.modal-footer > * {
  margin: unset;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    margin: 0.75em 0;
  }
  50% {
    margin: 0 0 1.5em;
  }
  100% {
    margin: 0.75em 0;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */