@charset "UTF-8";
@import url("https://use.typekit.net/xuf2mvu.css");
@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(24 * var(--ratio)) calc(147 * var(--ratio));
  background-color: var(--color-light);
  font-size: calc(30 * var(--ratio));
  color: var(--color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 0;
  border-radius: calc(60 * var(--ratio));
  letter-spacing: calc(2 * var(--ratio));
  text-indent: calc(2 * var(--ratio));
  font-weight: 700;
}

:root {
  --ds: 640;
  --ratio: calc(min(100vw, 640px) / var(--ds));
  --color-light: #fff;
  --color-dark: #161511;
  --text-color: rgb(37, 32, 27);
  --color-dark-70: rgb(37, 32, 27, 0.7);
  --color-light-70: rgb(255, 255, 255, 0.7);
  --border-angle: 135deg;
}
@media (min-width: 641px) {
  :root {
    --ds: 768;
    --ratio: calc(min(100vw, 768px) / var(--ds));
  }
}

html {
  font-family: "din-2014", "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: 640px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  .wrap {
    max-width: 768px;
  }
}

.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;
}

.site-main {
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  padding-top: 0;
}
.home__bg {
  max-width: 100%;
  display: block;
  margin: 0;
  position: relative;
  z-index: 0;
}
.home__main-title {
  font-size: calc(38 * var(--ratio));
  text-align: center;
  color: var(--color-dark);
  line-height: 1.6;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  translate: 0 70%;
  z-index: 10;
}
@media (min-width: 641px) {
  .home__main-title {
    font-size: calc(46 * var(--ratio));
  }
}
.home__logo {
  width: calc(120 * var(--ratio));
  margin: 0 auto calc(56 * var(--ratio));
}
.home__logo img {
  width: 100%;
}
.home__btn-cta {
  display: flex;
  gap: calc(8 * var(--ratio));
  background-color: rgb(0, 0, 0);
  border-radius: 999px;
  padding: calc(18 * var(--ratio)) calc(24 * var(--ratio)) calc(18 * var(--ratio)) calc(32 * var(--ratio));
  position: absolute;
  align-items: center;
  justify-content: center;
  line-height: 1;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: calc(42 * var(--ratio));
  z-index: 10;
  font-size: calc(32 * var(--ratio));
  color: var(--color-light);
  border: 0;
  font-weight: 600;
}
.home__btn-cta i {
  translate: 0 8%;
}

@keyframes up-down-ani {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -20%, 0);
  }
}
.intro {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.intro img {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  max-width: 100%;
  height: auto;
}
.intro__btn-cta {
  width: calc(210 * var(--ratio));
  aspect-ratio: 801/208;
  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(33 * var(--ratio));
  z-index: 10;
  font-size: 0;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .intro__btn-cta {
    width: calc(146 * var(--ratio));
    bottom: calc(20 * var(--ratio));
    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;
}
.intro p {
  font-size: calc(24 * var(--ratio));
  text-align: center;
  color: var(--color-dark);
  line-height: 1.4;
  padding: calc(24 * var(--ratio));
}
@media screen and (max-width: 800px) {
  .intro p {
    font-size: calc(20 * var(--ratio));
  }
}

.signup-form {
  background: #fcfbfb url("../images/signup-bg.jpg") no-repeat center top;
  background-size: 100% auto;
  box-sizing: border-box;
  width: 100%;
  padding: calc(32 * var(--ratio)) calc(32 * var(--ratio)) calc(80 * var(--ratio));
}
@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(34 * var(--ratio));
  text-align: center;
  color: var(--color-dark);
  line-height: 1.6;
  margin-bottom: calc(24 * var(--ratio));
}
.signup-form__title:empty {
  display: none;
}
.signup-form__text {
  font-size: calc(28 * var(--ratio));
  color: var(--color-dark);
  line-height: 1.6;
  margin-bottom: calc(32 * var(--ratio));
}
@media screen and (max-width: 800px) {
  .signup-form__text {
    padding: calc(16 * var(--ratio));
  }
}
.signup-form__form {
  display: flex;
  flex-direction: column;
  gap: calc(30 * var(--ratio));
}
.signup-form__row {
  width: 100%;
}
.signup-form__row.submit {
  padding: calc(30 * var(--ratio)) 0;
}
.signup-form__row .signup-form__btn-submit {
  background-color: var(--color-dark);
  color: var(--color-light);
}
.signup-form__field {
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  width: 100%;
  border: solid 0.1rem var(--color-dark);
  padding: calc(18 * var(--ratio)) calc(24 * var(--ratio));
  display: flex;
  align-items: stretch;
  gap: calc(12 * var(--ratio));
}
.signup-form__field.flex-col {
  flex-direction: column;
}
.signup-form__label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: calc(24 * var(--ratio));
  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;
  padding: 0;
  border: 0;
  width: 100%;
  background-color: transparent;
  font-size: calc(24 * var(--ratio));
  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;
  align-items: center;
  gap: calc(8 * var(--ratio));
  max-width: 100%;
}
.signup-form__mobile-wrap span {
  font-size: calc(38 * var(--ratio));
  color: var(--color-dark);
  position: relative;
  transform: translate3d(0, -5%, 0);
  flex-shrink: 0;
}
.signup-form__mobile-wrap input[name=mobile-1]:disabled {
  width: calc(58 * var(--ratio));
}
.signup-form__mobile-wrap input[name=mobile-2]:disabled,
.signup-form__mobile-wrap input[name=mobile-3]:disabled {
  width: calc(44 * var(--ratio));
}
.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(12 * var(--ratio)) solid transparent;
  border-right: calc(12 * var(--ratio)) solid transparent;
  border-top: calc(12 * var(--ratio)) 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(24 * var(--ratio));
  color: var(--color-dark);
  padding-right: calc(40 * var(--ratio));
}
.signup-form__select-wrap select:disabled {
  color: var(--color-dark);
  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(10 * var(--ratio));
}
.signup-form__gift-item {
  flex: 1;
}
.signup-form__checkbox {
  text-align: center;
}
.signup-form__checkbox.gift {
  text-align: left;
  padding-bottom: calc(8 * var(--ratio));
}
.signup-form__checkbox.gift input[type=radio]:checked + label,
.signup-form__checkbox.gift input[type=radio]:not(:checked) + label {
  font-size: calc(28 * var(--ratio));
}
.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(60 * var(--ratio));
  cursor: pointer;
  line-height: calc(44 * var(--ratio));
  display: inline-block;
  color: var(--color-dark);
  font-size: calc(24 * var(--ratio));
  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(40 * var(--ratio));
  height: calc(40 * var(--ratio));
  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(28 * var(--ratio));
  aspect-ratio: 40/28;
  background: transparent url("../images/icon-checkbox@3x.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: calc(13 * var(--ratio));
  left: calc(8 * var(--ratio));
  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);
  opacity: 0.7;
  color: var(--color-light);
}
.signup-form__ol-list {
  padding-top: calc(40 * var(--ratio));
  margin-left: calc(40 * var(--ratio));
  list-style: disc;
}
.signup-form__ol-list li {
  color: var(--color-dark);
  font-size: calc(24 * var(--ratio));
  line-height: 1.4;
}
.signup-form__ol-list li::marker {
  font-size: calc(26 * var(--ratio));
  line-height: 1.4;
}
.signup-form__ol-list li:not(:last-child) {
  margin-bottom: calc(12 * var(--ratio));
}
.signup-form__ol-list li a {
  color: var(--color-dark);
  border-bottom: solid 1px var(--color-dark);
}
.signup-form__reissue {
  text-align: center;
  font-size: calc(24 * var(--ratio));
  line-height: 1.6;
  color: var(--color-dark);
}
.signup-form__btn-reissue {
  margin-right: calc(8 * var(--ratio));
  margin-left: calc(8 * var(--ratio));
  cursor: pointer;
  padding: calc(8 * var(--ratio)) calc(24 * var(--ratio));
  background-color: var(--color-dark);
  font-size: calc(24 * var(--ratio));
  color: var(--color-light);
  border-radius: calc(30 * var(--ratio));
  border: 0;
}
.signup-form__remind-text {
  font-size: calc(22 * var(--ratio));
  color: var(--color-dark);
  text-align: center;
  padding-top: calc(8 * var(--ratio));
}
.signup-form__remind-text.pt-0 {
  padding-top: 0;
}

.success {
  display: flex;
  padding: calc(40 * var(--ratio));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(40 * var(--ratio));
  background-color: var(--color-light);
  height: 100vh;
  position: relative;
  box-sizing: border-box;
}
.success::after {
  left: 50%;
  top: 50%;
  height: calc(100% - 40 * var(--ratio));
  width: calc(100% - 40 * var(--ratio));
  border: calc(4 * var(--ratio)) 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(28 * var(--ratio));
  text-align: center;
  color: var(--color-dark);
  line-height: 1.6;
}
.success__btn-back, .success__btn-official {
  background-color: var(--color-dark);
  color: var(--color-light);
}
.success__btn-official {
  gap: calc(10 * var(--ratio));
  position: relative;
  align-items: center;
  padding: calc(24 * var(--ratio)) calc(40 * var(--ratio));
}
.success__btn-official::after {
  content: "";
  width: 0;
  height: 0;
  border-top: calc(12 * var(--ratio)) solid transparent;
  border-bottom: calc(12 * var(--ratio)) solid transparent;
  border-left: calc(12 * var(--ratio)) solid var(--color-light);
}
.success__btn-official span {
  font-size: calc(24 * var(--ratio));
  transform: translate3d(0, -5%, 0);
}
.success .signup-form__reissue {
  color: var(--color-dark);
}
.success .signup-form__btn-reissue {
  background-color: var(--color-dark);
  color: var(--color-light);
}

.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(72 * var(--ratio));
  height: calc(72 * var(--ratio));
  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 {
  width: calc(400 * var(--ratio));
  position: relative;
  background-color: #fff;
  padding: calc(48 * var(--ratio));
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--ratio));
}
.popup__title {
  font-size: calc(32 * var(--ratio));
  text-align: center;
}
.popup__btn-submit {
  padding: calc(24 * var(--ratio)) calc(60 * var(--ratio));
  background-color: var(--color-dark);
  color: var(--color-light);
}
.popup__field {
  box-sizing: border-box;
  width: 100%;
  border: solid 0.1rem #000;
  padding: calc(18 * var(--ratio)) calc(24 * var(--ratio));
}
.popup__field input {
  border-radius: 0;
  width: 100%;
  padding: 0;
  border: 0;
  flex: 1;
  background-color: transparent;
  font-size: calc(24 * var(--ratio));
  color: #000;
}
.popup__field input:disabled {
  color: #000;
  opacity: 1;
}
.popup__field input::placeholder {
  color: #666;
}
/*# sourceMappingURL=app.css.map */
