@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: yellow;
  color: black;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

button,
input,
textarea,
select {
  outline: 0;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

.popup__btn-submit, .success__btn-back, .success__btn-official, .signup-form__btn-submit {
  padding: calc(0.0579710145 * var(--screen-width)) calc(0.3550724638 * var(--screen-width));
  background-color: var(--color-dark);
  font-size: calc(0.0724637681 * var(--screen-width));
  color: var(--color-light);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 0;
  border-radius: calc(0.1449275362 * var(--screen-width));
  letter-spacing: calc(0.0048309179 * var(--screen-width));
  text-indent: calc(0.0048309179 * var(--screen-width));
  font-weight: 700;
}

:root {
  --screen-width: 414px;
  --color-light: #fff;
  --color-dark: rgb(37, 32, 27);
  --text-color: rgb(37, 32, 27);
  --color-dark-70: rgb(37, 32, 27, 0.7);
}
@media screen and (max-width: 800px) {
  :root {
    --screen-width: 70vw;
  }
}

html {
  font-family: "Noto Sans TC", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-light);
}

.wrap {
  max-width: 76rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.loader {
  background-color: var(--color-light);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-in-out;
}
.loader.is-loaded {
  pointer-events: none;
  opacity: 0;
}

.home {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1242/1586;
  transition: all 300ms ease-in-out;
}
.home img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  z-index: 0;
}
.home__btn-cta {
  width: calc(0.38647343 * var(--screen-width));
  aspect-ratio: 622/163;
  background: transparent url("../images/cta@2x.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: calc(0.0652173913 * var(--screen-width));
  z-index: 10;
  font-size: 0;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .home__btn-cta {
    bottom: calc(0.115942029 * var(--screen-width));
    transform: translate3d(-50%, 0, 0);
  }
}

.intro {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1242/1911;
}
.intro img {
  position: absolute;
  display: block;
  margin: 0;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  width: auto;
  height: 100%;
}
.intro__btn-cta {
  width: calc(0.38647343 * var(--screen-width));
  aspect-ratio: 622/163;
  background: transparent url("../images/cta@2x.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: calc(0.0652173913 * var(--screen-width));
  z-index: 10;
  font-size: 0;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .intro__btn-cta {
    bottom: calc(0.115942029 * var(--screen-width));
    transform: translate3d(-50%, 0, 0);
  }
}
.intro__video {
  aspect-ratio: 16/9;
  position: relative;
}
.intro__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.signup-form {
  background: #fff url("../images/signup-bg.jpg") no-repeat center top;
  background-size: 100% auto;
  box-sizing: border-box;
  width: 100%;
  padding: calc(0.154589372 * var(--screen-width)) calc(0.077294686 * var(--screen-width)) calc(0.193236715 * var(--screen-width));
}
@media screen and (max-width: 800px) {
  .signup-form {
    min-height: 100vh;
  }
}
@media screen and (max-width: 800px) {
  .signup-form.redemption {
    min-height: inherit;
  }
}
.signup-form__title {
  font-size: calc(0.0821256039 * var(--screen-width));
  text-align: center;
  color: var(--color-dark);
  line-height: 1.6;
  margin-bottom: calc(0.0579710145 * var(--screen-width));
}
.signup-form__text {
  font-size: calc(0.0676328502 * var(--screen-width));
  color: var(--color-dark);
  line-height: 1.6;
  border: solid 0.1rem var(--color-dark);
  padding: calc(0.0483091787 * var(--screen-width)) calc(0.0579710145 * var(--screen-width));
  margin-bottom: calc(0.077294686 * var(--screen-width));
}
.signup-form__form {
  display: flex;
  flex-direction: column;
  gap: calc(0.0724637681 * var(--screen-width));
}
.signup-form__row {
  width: 100%;
}
.signup-form__row.submit {
  padding-top: calc(0.0724637681 * var(--screen-width));
}
.signup-form__field {
  box-sizing: border-box;
  width: 100%;
  border: solid 0.1rem var(--color-dark);
  padding: calc(0.0434782609 * var(--screen-width)) calc(0.0579710145 * var(--screen-width));
  display: flex;
  align-items: stretch;
  gap: calc(0.0289855072 * var(--screen-width));
}
.signup-form__field.flex-col {
  flex-direction: column;
}
.signup-form__label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: calc(0.0676328502 * var(--screen-width));
  color: var(--color-dark);
  white-space: nowrap;
  transform: translate3d(0, -8%, 0);
}
@media screen and (max-width: 800px) {
  .signup-form__label {
    transform: translate3d(0, -4%, 0);
  }
}
.signup-form__input {
  border-radius: 0;
  width: 100%;
  padding: 0;
  border: 0;
  flex: 1;
  background-color: transparent;
  font-size: calc(0.0676328502 * var(--screen-width));
  color: var(--color-dark);
}
.signup-form__input:disabled {
  color: var(--color-dark);
  opacity: 1;
}
.signup-form__input::placeholder {
  color: var(--color-dark-70);
}
.signup-form__mobile-wrap {
  width: 100%;
  display: flex;
  flex: 0;
  align-items: center;
  gap: calc(0.0193236715 * var(--screen-width));
}
.signup-form__mobile-wrap span {
  font-size: calc(0.0917874396 * var(--screen-width));
  color: var(--color-dark);
  position: relative;
  transform: translate3d(0, -8%, 0);
}
.signup-form__mobile-wrap input[name=mobile-1] {
  text-align: center;
  width: calc(0.1739130435 * var(--screen-width));
}
.signup-form__mobile-wrap input[name=mobile-2],
.signup-form__mobile-wrap input[name=mobile-3] {
  text-align: center;
  width: calc(0.1352657005 * var(--screen-width));
}
.signup-form__select-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.signup-form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  width: 0;
  height: 0;
  border-left: calc(0.0289855072 * var(--screen-width)) solid transparent;
  border-right: calc(0.0289855072 * var(--screen-width)) solid transparent;
  border-top: calc(0.0483091787 * var(--screen-width)) solid var(--color-dark);
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}
.signup-form__select-wrap select {
  width: 100%;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  font-size: calc(0.0676328502 * var(--screen-width));
  color: var(--color-dark);
  padding-right: calc(0.0966183575 * var(--screen-width));
}
.signup-form__select-wrap select:disabled {
  color: var(--color-dark-70);
  opacity: 1;
}
.signup-form__select-wrap select option {
  color: #000;
}
.signup-form__select-wrap:has(select:disabled)::after {
  display: none;
}
.signup-form__gift-wrap {
  display: flex;
  gap: calc(0.0241545894 * var(--screen-width));
}
.signup-form__gift-item {
  flex: 1;
}
.signup-form__checkbox {
  text-align: center;
}
.signup-form__checkbox.gift {
  text-align: left;
  padding-bottom: calc(0.0193236715 * var(--screen-width));
}
.signup-form__checkbox.gift input[type=radio]:checked + label,
.signup-form__checkbox.gift input[type=radio]:not(:checked) + label {
  font-size: calc(0.0676328502 * var(--screen-width));
}
.signup-form__checkbox.gift input[type=radio]:checked + label:before,
.signup-form__checkbox.gift input[type=radio]:not(:checked) + label:before {
  transform: translate3d(0, 10%, 0);
}
@media screen and (max-width: 800px) {
  .signup-form__checkbox.gift input[type=radio]:checked + label:before,
  .signup-form__checkbox.gift input[type=radio]:not(:checked) + label:before {
    transform: translate3d(0, 2%, 0);
  }
}
.signup-form__checkbox.gift input[type=radio]:checked + label:after,
.signup-form__checkbox.gift input[type=radio]:not(:checked) + label:after {
  transform: translate3d(0, 10%, 0);
}
@media screen and (max-width: 800px) {
  .signup-form__checkbox.gift input[type=radio]:checked + label:after,
  .signup-form__checkbox.gift input[type=radio]:not(:checked) + label:after {
    transform: translate3d(0, 2%, 0);
  }
}
.signup-form__checkbox input[type=checkbox]:checked,
.signup-form__checkbox input[type=checkbox]:not(:checked),
.signup-form__checkbox input[type=radio]:checked,
.signup-form__checkbox input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.signup-form__checkbox input[type=checkbox]:checked + label,
.signup-form__checkbox input[type=checkbox]:not(:checked) + label,
.signup-form__checkbox input[type=radio]:checked + label,
.signup-form__checkbox input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: calc(0.1449275362 * var(--screen-width));
  cursor: pointer;
  line-height: calc(0.1062801932 * var(--screen-width));
  display: inline-block;
  color: var(--color-dark);
  font-size: calc(0.0579710145 * var(--screen-width));
  font-weight: 500;
}
.signup-form__checkbox input[type=checkbox]:checked + label a,
.signup-form__checkbox input[type=checkbox]:not(:checked) + label a,
.signup-form__checkbox input[type=radio]:checked + label a,
.signup-form__checkbox input[type=radio]:not(:checked) + label a {
  border-bottom: 0.1rem solid var(--color-dark);
  color: var(--color-dark);
}
.signup-form__checkbox input[type=checkbox]:checked + label:before,
.signup-form__checkbox input[type=checkbox]:not(:checked) + label:before,
.signup-form__checkbox input[type=radio]:checked + label:before,
.signup-form__checkbox input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(0.0966183575 * var(--screen-width));
  height: calc(0.0966183575 * var(--screen-width));
  border: 0.1rem solid var(--color-dark);
  background: transparent;
  transform: translate3d(0, 5%, 0);
}
.signup-form__checkbox input[type=checkbox]:checked + label:after,
.signup-form__checkbox input[type=checkbox]:not(:checked) + label:after,
.signup-form__checkbox input[type=radio]:checked + label:after,
.signup-form__checkbox input[type=radio]:not(:checked) + label:after {
  content: "";
  width: calc(0.0966183575 * var(--screen-width));
  height: calc(0.0676328502 * var(--screen-width));
  background: transparent url("../images/icon-checkbox@3x.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: calc(0.0193236715 * var(--screen-width));
  left: calc(0.0144927536 * var(--screen-width));
  transition: all 0.2s ease;
  transform: translate3d(0, 5%, 0);
}
.signup-form__checkbox input[type=checkbox]:not(:checked) + label:after,
.signup-form__checkbox input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.signup-form__checkbox input[type=checkbox]:checked + label:after,
.signup-form__checkbox input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.signup-form__btn-submit:disabled {
  background-color: var(--color-dark-70);
  color: var(--color-light);
}
.signup-form__ol-list {
  margin-left: calc(0.0966183575 * var(--screen-width));
  list-style: disc;
}
.signup-form__ol-list li {
  color: var(--color-dark);
  font-size: calc(0.0724637681 * var(--screen-width));
  line-height: 1.4;
}
.signup-form__ol-list li::marker {
  font-size: calc(0.0628019324 * var(--screen-width));
  line-height: 1.4;
}
.signup-form__reissue {
  text-align: center;
  font-size: calc(0.0579710145 * var(--screen-width));
  line-height: 1.6;
  color: var(--color-dark);
}
.signup-form__btn-reissue {
  margin-right: calc(0.0193236715 * var(--screen-width));
  margin-left: calc(0.0193236715 * var(--screen-width));
  cursor: pointer;
  padding: calc(0.0193236715 * var(--screen-width)) calc(0.0579710145 * var(--screen-width));
  background-color: var(--color-dark);
  font-size: calc(0.0579710145 * var(--screen-width));
  color: var(--color-light);
  border-radius: calc(0.0724637681 * var(--screen-width));
  border: 0;
}
.signup-form__remind-text {
  font-size: calc(0.0483091787 * var(--screen-width));
  color: var(--color-dark);
  text-align: center;
  padding-top: calc(0.0483091787 * var(--screen-width));
}
.signup-form__remind-text.pt-0 {
  padding-top: 0;
}

.success {
  display: flex;
  padding: calc(0.0966183575 * var(--screen-width));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(0.0966183575 * var(--screen-width));
  background-color: var(--color-light);
  height: 100vh;
  position: relative;
  box-sizing: border-box;
}
.success::after {
  left: 50%;
  top: 50%;
  height: calc(100% - 0.0966183575 * var(--screen-width));
  width: calc(100% - 0.0966183575 * var(--screen-width));
  border: calc(0.0096618357 * var(--screen-width)) solid var(--color-dark);
  position: absolute;
  content: "";
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .success {
    height: calc(var(--vh, 1vh) * 100.1);
  }
}
.success__title {
  font-size: calc(0.0676328502 * var(--screen-width));
  text-align: center;
  color: var(--color-dark);
  line-height: 1.6;
}
.success__btn-official {
  gap: calc(0.0241545894 * var(--screen-width));
  position: relative;
  align-items: center;
  padding: calc(0.0579710145 * var(--screen-width)) calc(0.0966183575 * var(--screen-width));
}
.success__btn-official::after {
  content: "";
  width: 0;
  height: 0;
  border-top: calc(0.0289855072 * var(--screen-width)) solid transparent;
  border-bottom: calc(0.0289855072 * var(--screen-width)) solid transparent;
  border-left: calc(0.0289855072 * var(--screen-width)) solid var(--color-light);
}
.success__btn-official span {
  font-size: calc(0.0579710145 * var(--screen-width));
  transform: translate3d(0, -5%, 0);
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
}
.popup__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__btn-close {
  width: calc(0.1739130435 * var(--screen-width));
  height: calc(0.1739130435 * var(--screen-width));
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
}
.popup__btn-close::before, .popup__btn-close::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 0.1rem;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform-origin: 50%;
}
.popup__btn-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.popup__btn-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.popup__content {
  position: relative;
  background-color: #fff;
  padding: calc(0.1449275362 * var(--screen-width));
  display: flex;
  flex-direction: column;
  gap: calc(0.0483091787 * var(--screen-width));
}
.popup__title {
  font-size: calc(0.1062801932 * var(--screen-width));
  text-align: center;
}
.popup__btn-submit {
  padding: calc(0.0724637681 * var(--screen-width)) calc(0.1449275362 * var(--screen-width));
}
.popup__field {
  box-sizing: border-box;
  width: 100%;
  border: solid 0.1rem #000;
  padding: calc(0.0434782609 * var(--screen-width)) calc(0.0579710145 * var(--screen-width));
}
.popup__field input {
  border-radius: 0;
  width: 100%;
  padding: 0;
  border: 0;
  flex: 1;
  background-color: transparent;
  font-size: calc(0.0917874396 * var(--screen-width));
  color: #000;
}
.popup__field input:disabled {
  color: #000;
  opacity: 1;
}
.popup__field input::placeholder {
  color: #666;
}
/*# sourceMappingURL=app.css.map */
