@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto&family=Noto+Serif+TC:wght@400;500;600&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&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;
  font: inherit;
  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, input {
  -webkit-tap-highlight-color: transparent;
}
a:focus, input:focus {
  outline: 0;
}
a:active, a:hover, input:active, input:hover {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

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

img, video {
  width: 100%;
  height: auto;
  display: block;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

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

button, input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button, select {
  text-transform: none;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -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;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

@-webkit-keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html, body {
  font-size: 100px;
  font-family: "Noto Sans TC", Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  overflow-x: hidden;
  background: url("../img/bg.png") no-repeat center/contain;
  background-repeat: repeat !important;
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 768px) {
  html, body {
    background: url("../img/bg_phone.png") no-repeat center/contain;
  }
}

#wrapper #main {
  position: relative;
  margin: auto;
  font-size: 0.2rem;
}

.loading {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #1d1c37;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loading .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading .container .dot {
  width: 0.2em;
  height: 0.2em;
  border-radius: 99999px;
  background-color: #cec1df;
  -webkit-animation-name: aniLoading;
          animation-name: aniLoading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin: 0 0.05em;
}
.loading .container .dot:first-of-type {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading .container .dot:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.loading .container .dot:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#homepage video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(1.05) contrast(0.98);
          filter: brightness(1.05) contrast(0.98);
}

.sketch-container {
  padding: 3em;
}
.sketch-container .settitle {
  text-align: center;
  color: #cec1df;
  font-size: 2em;
  font-weight: bold;
}
.sketch-container .setindex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
  color: white;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .sketch-container .setindex {
    display: block;
  }
}
.sketch-container .setindex .setp {
  width: 30em;
}
@media screen and (max-width: 768px) {
  .sketch-container .setindex .setp {
    width: 100%;
  }
}
.sketch-container .setindex .setp .setp_title {
  font-size: 1.5em;
}
.sketch-container .setindex .setp div {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .sketch-container .setindex .setcard canvas {
    width: 100% !important;
  }
}

#p5_loading {
  display: none;
}
/*# sourceMappingURL=main.css.map */