/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
html {
  width: 100vw;
  height: 100vh;
}
body {
  margin: 0;
  height: 100%;
  font-family: "Sawarabi Mincho", serif;
  font-size: 16px;
  background-color: black;
}
.main-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.main-container .content {
  flex: 1 1 auto;
}
.main-container .side-nav {
  height: 100%;
  border-right: 1px solid white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
}
.main-container .side-nav.right {
  border-right: none;
  border-left: 1px solid white;
}
.main-container .side-nav .title {
  rotate: -90deg;
}
.main-container .title {
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  color: white;
  width: auto;
  white-space: nowrap;
}
.main-container .bottom-right-holder {
  width: 120px;
  height: 120px;
  border: 1px solid white;
  border-right: none;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  right: 80px;
  background-color: black;
}
.main-container .bottom-right-holder .bottomleft {
  position: absolute;
  width: 20px;
  height: 60px;
  bottom: 0;
  left: -21px;
  border: 1px solid white;
  border-right: none;
  border-bottom: none;
  background-color: black;
}
.main-container .bottom-right-holder .leftleft {
  position: absolute;
  width: 40px;
  height: 20px;
  bottom: 0;
  left: -61px;
  border: 1px solid white;
  border-right: none;
  border-bottom: none;
  background-color: black;
}
.main-container .bottom-right-holder .midleft {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 40px;
  left: -52px;
  border: 1px solid white;
  background-color: black;
}
.main-container .bottom-right-holder .topleft {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 80px;
  left: -32px;
  border: 1px solid white;
  background-color: black;
}
.main-container .bottom-right-holder .topright {
  position: absolute;
  width: 20px;
  height: 80px;
  bottom: 120px;
  right: 0;
  border: 1px solid white;
  background-color: black;
  border-bottom: none;
  border-right: none;
}
.main-container .bottom-right-holder .topmid {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 120px;
  right: 20px;
  z-index: 1;
  border: 1px solid white;
  border-bottom: none;
  border-right: none;
  background-color: black;
}
.main-container .bottom-right-holder .toptop {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 170px;
  right: 30px;
  z-index: 1;
  border: 1px solid white;
  background-color: black;
}
.main-container .bottom-right-holder.top-right {
  top: 0;
  bottom: unset;
  transform: scaleY(-1);
}
.main-container .bottom-right-holder.top-left {
  top: 0;
  bottom: unset;
  left: 80px;
  right: unset;
  transform: scaleY(-1) scaleX(-1);
}
.main-container .bottom-right-holder.bottom-left {
  bottom: 0;
  right: unset;
  left: 80px;
  transform: scaleX(-1);
}
.link {
  font-size: 40px;
  text-transform: lowercase;
  color: #2d2d2d;
  letter-spacing: 1px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
app-canvas-box, canvas {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-behavior: none;
}
.loader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  text-align: center;
  font-size: 32px;
  color: white;
}
app-progress-bar {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-progress-bar .progress-holder {
  height: 4px;
  width: 100%;
  aspect-ratio: 640/160;
  background-color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
app-progress-bar .progress-holder .progress-inner {
  height: 99%;
  background-color: white;
  transition: 0.3s;
}

/*# sourceMappingURL=styles.css.map*/