@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*/
/* design start */
html {
  min-width: 1200px;
}

body {
  background: url(img/body-bg-pc.jpg) 50% 0% no-repeat #000;
}

.container {
  height: 990px;
  position: relative;
}
.container .header {
  min-width: 1200px;
  height: 110px;
  padding-left: 30px;
  margin: 0 auto 70px auto;
  box-sizing: border-box;
  background: rgba(19, 1, 1, 0.8);
  position: relative;
  display: block;
}
.container .header .logo {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 1;
}
.container .header .logo img {
  width: 228px;
}
.container .header .center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1200px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .header .center a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
}
.container .header .center a:hover {
  color: #ff312b;
}
.container .header .center a:hover:after {
  color: #fff;
}
.container .header .center a:after {
  content: "／";
  padding: 0 20px;
  display: inline-block;
}
.container .header .center a:last-child:after {
  display: none;
}
.container .header .right {
  width: 233px;
  height: 100%;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .header .right a {
  width: 65px;
  height: 65px;
  background: url("_") 50% 50%/100% 100% no-repeat;
}
.container .header .right .homepage {
  background-image: url(img/btn-r-homepage.png);
}
.container .header .right .f_acebook {
  background-image: url(img/btn-r-f_acebook.png);
}
.container .header .right .d_iscord {
  background-image: url(img/btn-r-d_iscord.png);
}
.container .header .right a:hover {
  filter: brightness(0.5) sepia(1) hue-rotate(309deg) saturate(8);
}
.container .btn-group1 {
  width: 1200px;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.container .btn-group1 .wrap {
  width: 600px;
  position: absolute;
  top: 620px;
  left: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container .btn-group1 .wrap a {
  width: 256px;
  aspect-ratio: 353/126;
  background: url("_") 50% 50%/100% 100% no-repeat;
  display: inline-block;
}
.container .btn-group1 .wrap a.pv {
  width: 398px;
  aspect-ratio: 548/140;
  margin-bottom: 15px;
  background-image: url(img/btn-group1-btn0.png);
}
.container .btn-group1 .wrap a.apply {
  background-image: url(img/btn-group1-btn1.png);
}
.container .btn-group1 .wrap a.download {
  background-image: url(img/btn-group1-btn2.png);
}
.container .btn-group1 .wrap a:hover {
  filter: grayscale(100%) brightness(1.5);
}
.container .nav {
  min-width: 1200px;
  padding-left: 60%;
  box-sizing: border-box;
  filter: drop-shadow(0 0 10px #000);
}
.container .nav a {
  height: 113px;
  padding-left: 150px;
  margin: 0 0 15px 0;
  color: #c73055;
  text-decoration: none;
  text-shadow: 0 1px 4px #000, 0 1px 4px #000, 0 1px 4px #000;
  background: url(img/btn-pc.png) 0% 0%/auto 113px no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .nav a .title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.container .nav a .sub-title {
  font-size: 26px;
  color: #ff312b;
}
.container .nav a:hover {
  filter: grayscale(100%) brightness(2);
}
.container .nav a:hover .sub-title {
  color: #fff;
}

/* Mobile */
@media screen and (max-width: 768px) {
  html {
    min-width: 0;
  }
  body {
    background: url(img/body-bg-mb.jpg) 50% 0% no-repeat #000;
    background-size: contain;
  }
  .container {
    min-width: 0;
    height: 265.625vw;
  }
  .container .header {
    min-width: auto;
    height: 26.0416666667vw;
    padding: 3.125vw 0 0 5.2083333333vw;
    margin-bottom: 91.1458333333vw;
  }
  .container .header .logo {
    margin-top: 0vw;
    left: 5.2083333333vw;
    top: 3.125vw;
  }
  .container .header .logo img {
    width: 29.1666666667vw;
  }
  .container .header .center {
    width: 100%;
    height: 26.0416666667vw;
    align-items: end;
  }
  .container .header .center a {
    padding-bottom: 3.2552083333vw;
    font-size: 3.90625vw;
  }
  .container .header .center a:after {
    padding: 0 2.6041666667vw;
  }
  .container .header .right {
    width: 31.25vw;
    height: auto;
    right: 4.1666666667vw;
    top: 5.2083333333vw;
    text-align: right;
  }
  .container .header .right a {
    width: 8.4635416667vw;
    height: 8.4635416667vw;
    margin: 0 0 0 1.3020833333vw;
  }
  .container .btn-group1 {
    width: auto;
    margin-bottom: 7.8125vw;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .container .btn-group1 .wrap {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .container .btn-group1 .wrap a {
    width: 45.5729166667vw;
    aspect-ratio: 353/126;
    filter: none;
  }
  .container .btn-group1 .wrap a.pv {
    width: 71.6145833333vw;
    aspect-ratio: 548/140;
    margin-bottom: 15px;
    background-image: url(img/btn-group1-btn0.png);
  }
  .container .btn-group1 .wrap a.apply {
    background-image: url(img/btn-group1-btn1.png);
  }
  .container .btn-group1 .wrap a.download {
    background-image: url(img/btn-group1-btn2.png);
  }
  .container .btn-group1 .wrap a:hover {
    filter: grayscale(100%) brightness(1.5);
  }
  .container .nav {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    margin: 0 auto;
  }
  .container .nav a {
    width: 100%;
    height: 17.3177083333vw;
    padding: 0;
    margin: 2.6041666667vw 0;
    background: url(img/btn-mb.png) 50% 50%/cover no-repeat;
    align-items: center;
  }
  .container .nav a .title {
    font-size: 5.46875vw;
  }
  .container .nav a .sub-title {
    font-size: 3.90625vw;
  }
}/*# sourceMappingURL=default.css.map */