@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*function & variables*/
:root {
  --default-color: #FF6400;
}

/* design start */
body, input, button, textarea, select, optgroup {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

input, button, textarea, select, optgroup {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  appearance: none;
  background: none;
  display: inline-block;
}

/****************Media Query****************/
@media screen and (min-width: 769px) { /*大於等於769px*/
  body {
    min-width: 1200px;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
  }
  .container {
    min-height: 1080px;
    background: url(img/bg-pc.jpg) 50% 0/cover no-repeat;
    position: relative;
  }
  .container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/screen-pc.png) 50% 159px no-repeat;
    pointer-events: none;
  }
  .container .logo {
    position: absolute;
    left: 50px;
    top: 40px;
    cursor: default;
  }
  .container .content {
    width: 1200px;
    padding: 330px 0 0 590px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .container .content * {
    margin: 0;
  }
  .container .content h1 {
    margin-bottom: 10px;
    font-size: 40px;
    color: var(--default-color);
  }
  .container .content p {
    margin-bottom: 50px;
    font-size: 26px;
  }
  .container .content .source {
    display: flex;
    align-items: center;
  }
  .container .content .source .qrcode {
    margin-right: 40px;
  }
  .container .content .source .qrcode img {
    display: block;
  }
  .container .content .source .links {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .container .content .source .links a {
    height: 70px;
    background: url("_") 50% 50%/100% 100% no-repeat;
  }
  .container .content .source .links a.store-a {
    aspect-ratio: 190/70;
    background-image: url(img/store-a.png);
  }
  .container .content .source .links a.store-g {
    margin-bottom: 10px;
    aspect-ratio: 236/70;
    background-image: url(img/store-g.png);
  }
}
@media screen and (max-width: 768px) { /*小於等於768px*/
  .container {
    min-height: 191.9270833333vw;
    background: url(img/bg-mb.jpg) 50% 0/cover no-repeat;
  }
  .container .logo {
    width: 45vw;
    position: absolute;
    left: 4vw;
    top: 3vw;
  }
  .container .logo img {
    width: 100%;
  }
  .container .content {
    text-align: center;
    padding: 28vw 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .container .content * {
    margin: 0;
  }
  .container .content h1 {
    margin-bottom: 3vw;
    font-size: 6vw;
    color: var(--default-color);
  }
  .container .content p {
    margin-bottom: 3vw;
    font-size: 3.8vw;
    line-height: 1.5;
  }
  .container .content .source .qrcode {
    display: none;
  }
  .container .content .source .links {
    display: flex;
    justify-content: center;
  }
  .container .content .source .links a {
    height: 11vw;
    background: url("_") 50% 50%/100% 100% no-repeat;
  }
  .container .content .source .links a.store-a {
    aspect-ratio: 190/70;
    background-image: url(img/store-a.png);
  }
  .container .content .source .links a.store-g {
    margin-right: 3vw;
    aspect-ratio: 236/70;
    background-image: url(img/store-g.png);
  }
}
@media screen and (max-width: 320px) { /*小於等於320px*/ }/*# sourceMappingURL=default.css.map */