@charset "UTF-8";
.modal .btn-close, .form .serial-Input, .btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

#header .nav, #socials {
  filter: drop-shadow(0 0.01em 0.05em rgba(32, 0, 0, 0.5)) drop-shadow(0 0.01em 0.05em rgba(32, 0, 0, 0.5));
}

@media (max-width: 1200px) {
  #socials {
    left: 0;
  }
}
@media (min-width: 150px) and (max-width: 1200px) {
  #footer {
    margin-top: 0em;
  }

  #socials {
    top: 0;
    position: relative;
  }
  #socials .side-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
/* .stroke {
    @include stroke(4, #000);
} */
.highlight {
  color: #8f26d5 !important;
}

.highlight2 {
  color: #ff4abb !important;
}

.highlight3 {
  color: #fff77d !important;
}

html,
body {
  min-width: 360px;
  background: #ffffb6;
  color: #424242;
}

#main {
  background-color: #ffffb6;
  background-image: url("/img/Event/20240426_ShowbaHappy/bg.jpg");
  overflow: hidden;
}

#header {
  background-color: #ff3a89;
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
          animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

#footer::after {
  background: transparent;
}
#footer .foot-wanin {
  background-image: url("/img/Event/20240426_ShowbaHappy/icon_wanin.png");
}

.no-listyStyle {
  margin: 0;
  padding: 0;
}
.no-listyStyle li {
  list-style: none;
}

.align-items-stretch {
  align-items: stretch;
}

img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  position: relative;
}

.w100 {
  width: 100%;
}

.fw-b {
  font-weight: bold !important;
}

.t-c {
  text-align: center !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-a {
  margin-right: auto;
  margin-left: auto;
}

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.row.center {
  justify-content: center;
}
.row.space-between {
  justify-content: space-between;
}
.row.left {
  justify-content: left;
}
.row.right {
  justify-content: right;
}

.flex {
  display: flex;
}

/*==============*/
/* PAGE CONTENT */
.container {
  max-width: 1050px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  position: relative;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -5;
}
.bg-area .repeat-bg {
  flex: 1 1 auto;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (max-width: 1000px) {
  .bg-area {
    width: 32em;
  }
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.bg-area .bgTop {
  margin-top: 1em;
}

#main-banner {
  width: 100%;
  position: relative;
  padding-top: 1.65em;
}
#main-banner .banner-img {
  width: 1000px;
  margin: 0 auto;
}
#main-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 2em;
}
#main-banner .partnerLogo {
  width: 30%;
  max-width: 281px;
  margin: 0;
}

.btn {
  font-size: 1em;
  display: flex;
  justify-content: center;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  transition: background-image 0.2s;
  font-weight: bold;
  color: #000;
}
.border-container {
  max-width: 1050px;
  width: 100%;
  margin: 2em auto;
  position: relative;
}
.border-container::before {
  content: "";
  width: calc(100% - 2em);
  height: calc(100% );
  background-image: url("/img/Event/20240426_ShowbaHappy/border/bg.jpg");
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 0;
}

.border {
  width: 100%;
  color: #424242;
  background-image: url("/img/Event/20240426_ShowbaHappy/border/border-body.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 0.6em 1.2em;
  z-index: 0;
  position: relative;
}
.border:before, .border:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
.border:before {
  height: 3em;
  top: -1.3em;
  background-image: url("/img/Event/20240426_ShowbaHappy/border/border-top.png?v");
  background-position-y: bottom;
}
.border:after {
  height: 2.4em;
  bottom: -1em;
  background-image: url("/img/Event/20240426_ShowbaHappy/border/border-end.png");
  background-position-y: top;
}
.border p,
.border li {
  color: #424242;
  font-size: 0.55em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media (max-width: 768px) {
  .border p,
.border li {
    font-size: 0.65em;
  }
}

.form {
  width: 90%;
}
@media (max-width: 1000px) {
  .form {
    width: 96%;
  }
}
.form .serial-Input {
  width: 70%;
  background-image: url("/img/Event/20240426_ShowbaHappy/input-bg.png");
}
.form input {
  width: 100%;
  padding: 0.35em 0.2em;
  font-size: 0.7em;
  font-weight: bold;
  color: #333;
  position: relative;
  text-align: center;
  border: none !important;
  outline: none !important;
  background: none;
  -webkit-appearance: none;
  position: relative;
}
.form .btn-exchange {
  width: 28%;
  padding-bottom: 15%;
  background-image: url("/img/Event/20240426_ShowbaHappy/btn-submit_1.png");
}
.form .btn-exchange:hover {
  background-image: url("/img/Event/20240426_ShowbaHappy/btn-submit_2.png");
}

#section-intro .border::before {
  background-image: url("/img/Event/20240426_ShowbaHappy/border/border-top.png");
}

#section-exchange .border::before {
  background-image: url("/img/Event/20240426_ShowbaHappy/border/border-top-1.png");
}
#section-exchange .dec {
  width: 24%;
  position: absolute;
  bottom: 0;
  right: 1.5em;
}
#section-exchange ul {
  width: 70%;
}
#section-exchange li {
  position: relative;
}
#section-exchange li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
}
@media (max-width: 1000px) {
  #section-exchange ul {
    width: 80%;
  }
}

#section-gift .border::before {
  background-image: url("/img/Event/20240426_ShowbaHappy/border/border-top-2.png");
}
#section-gift .win {
  margin: 0.5em auto;
  text-align: center;
  background: #9645db;
  border-top: black 1px solid;
  border-bottom: white 1px solid;
  border-radius: 10rem;
  padding: 0.3em 1.1em;
  color: white;
  font-size: 0.5em;
}

#section-rules .border::before {
  background-image: url("/img/Event/20240426_ShowbaHappy/border/border-top-3.png");
}
#section-rules ul,
#section-rules ol {
  width: 84%;
  text-align: justify;
  padding-left: 1em;
  padding-right: 0.5em;
  margin: 0.7em auto 0.7em auto;
}
#section-rules ul li,
#section-rules ol li {
  font-size: 0.48em;
  margin-bottom: 0.2em;
  position: relative;
}
@media (max-width: 768px) {
  #section-rules ul,
#section-rules ol {
    width: 92%;
    padding-left: 0.5em;
    padding-right: 0;
  }
  #section-rules ul li,
#section-rules ol li {
    font-size: 0.6em;
  }
}
#section-rules a {
  color: #8f26d5;
  text-decoration: underline;
}

.modal {
  font: 400 60px/1.5 "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: transform 0.3s ease-out, opacity 0.25s;
}
.modal .modal-window {
  pointer-events: none;
}
.modal.is-active {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}
.modal.is-active .modal-window {
  pointer-events: auto;
}
@media (max-width: 1000px) {
  .modal {
    font-size: 6vw;
  }
}
.modal .mask {
  position: fixed;
  top: -50vh;
  left: -50vw;
  bottom: -50vh;
  right: -50vw;
  background: rgba(0, 0, 0, 0.75);
}
@supports ((-webkit-backdrop-filter: blur(0.1rem)) or (backdrop-filter: blur(0.1rem))) {
  .modal .mask {
    -webkit-backdrop-filter: blur(0.15rem);
            backdrop-filter: blur(0.15rem);
    background: rgba(8, 8, 8, 0.8);
    transition: -webkit-backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out, -webkit-backdrop-filter 0.5s ease-out;
  }
}
.modal .btn-close {
  width: 9.5em;
  height: 9.5em;
  display: block;
  position: absolute;
  z-index: 2;
  right: -1em;
  top: -1.5em;
  border: none;
  background-color: transparent;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media (max-width: 1000px) {
  .modal .btn-close {
    width: 13vw;
    height: 13vw;
    right: 0;
    top: -2.2vw;
  }
}
.modal .modal-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100vh;
  scrollbar-width: none;
}
.modal .modal-overflow::-webkit-scrollbar {
  width: 0px;
}
.modal .modal-window {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 6em;
  margin: 2em auto 1.2em;
  line-height: 1.4;
  overflow: visible;
  background-color: transparent;
  max-width: 860px;
}
.modal .modal-window::before {
  width: calc(100% - 0.8em);
  height: calc(100% - 0.2em);
  border-radius: 1.5em;
  top: 6%;
}
.modal .modal-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 6em;
  padding-top: 0.5em;
  -o-border-image: url("/img/Event/20240426_ShowbaHappy/border/border3.png") 105 99 fill/1.75em 1.65em/0.35em round;
     border-image: url("/img/Event/20240426_ShowbaHappy/border/border3.png") 105 99 fill/1.75em 1.65em/0.35em round;
}
.modal .modal-content p {
  font-size: 0.75em;
}
@media (max-width: 1000px) {
  .modal .modal-content p {
    font-size: 0.7em;
  }
}
.modal .btn-reEnter {
  max-width: 307px;
  padding-bottom: 13%;
  width: 35%;
  margin-top: 0.3em;
  background-image: url("/img/Event/20240426_ShowbaHappy/btn-re_1.png");
}
.modal .btn-reEnter:hover {
  background-image: url("/img/Event/20240426_ShowbaHappy/btn-re_2.png");
}

/* ==================== */
/* JS ANIMATION CLASSES */
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-3em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-3em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-scale {
  transform: scale(0.8) translateY(-2em);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s ease-out;
}
.fade-scale.faded {
  transform: scale(1);
  opacity: 1;
}

.fade-down {
  transform: translateY(-3em);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s ease-out;
}
.fade-down.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translateY(2em);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s ease-out;
}
.fade-up.faded {
  transform: none;
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 1.6s;
}
.fade-in.faded {
  opacity: 1;
}

.fade-left {
  opacity: 0;
  transform: translateZ(0) translateX(-100px);
  transition: opacity 1s, transform 1s;
}
.fade-left.faded {
  opacity: 1;
  transform: translateZ(0) translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateZ(0) translateX(100px);
  transition: opacity 1s, transform 1s;
}
.fade-right.faded {
  opacity: 1;
  transform: translateZ(0) translateY(0);
}

.d2 {
  transition-delay: 0.2s;
}

.d3 {
  transition-delay: 0.3s;
}

.d4 {
  transition-delay: 0.4s;
}

.d5 {
  transition-delay: 0.5s;
}

.d6 {
  transition-delay: 0.6s;
}/*# sourceMappingURL=main.css.map */