@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;
  -webkit-text-decoration: underline dotted;
          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*/
/* 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;
}

.btn {
  padding: 26px 30px;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  outline: 0;
  border: none;
  border-radius: 200px;
  box-sizing: border-box;
  background-color: #ff8343;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
}

/****************Media Query****************/
@media screen and (min-width: 769px) { /*大於等於769px*/
  html, body {
    min-width: 1200px;
    height: 100%;
  }
  body {
    background: url(img/body-bg-pc.jpg) 50% 50%/cover no-repeat;
  }
  .pc {
    display: block;
  }
  .mb {
    display: none;
  }
  .container {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    min-height: 640px;
    padding: 2vw 10vw;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  .container .wrap {
    width: 100%;
    height: 100%;
    background: url(img/content-bg.png) 0 0/contain no-repeat;
    position: relative;
  }
  .btn {
    width: 34%;
    aspect-ratio: 397/105;
    padding: 0;
    background: url(img/btn.png) 0 0/contain no-repeat;
    position: absolute;
    left: 33%;
    top: 96%;
    z-index: 1;
  }
  .btn:hover {
    filter: brightness(1.2);
  }
  .btn:before {
    content: "";
    width: 22%;
    aspect-ratio: 123/126;
    background: url(img/btn-arrow.png) 0 0/contain no-repeat;
    position: absolute;
    top: 44%;
    left: 79%;
  }
  .video {
    width: auto;
    height: 65%;
    aspect-ratio: 16/9;
    position: absolute;
    left: 0;
    top: 15%;
  }
  .video #player {
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) { /*小於等於768px*/
  body {
    background: url(img/body-bg-mb.jpg) 50% 0%/contain no-repeat;
  }
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .container {
    height: 222.265625vw;
  }
  .video {
    width: 92.1875vw;
    aspect-ratio: 16/9;
    position: absolute;
    left: 50%;
    top: 147.1354166667vw;
    transform: translateX(-50%);
  }
  .video #player {
    width: 100% !important;
    height: 100% !important;
  }
  .btn {
    width: 59.6354166667vw;
    aspect-ratio: 397/105;
    padding: 0;
    background: url(img/btn.png) 0 0/contain no-repeat;
    position: absolute;
    left: 50%;
    top: -48.1770833333vw;
    transform: translateX(-50%);
    z-index: 1;
  }
  .btn:before {
    content: "";
    width: 28%;
    aspect-ratio: 123/126;
    background: url(img/btn-arrow.png) 0 0/contain no-repeat;
    position: absolute;
    top: 44%;
    left: 79%;
  }
}/*# sourceMappingURL=default.css.map */