@charset "UTF-8";
/*フォントの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=147389a2-6baa-4788-9105-af3456a6b721&fontids=5664070,5664081");
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/NotoSansJP-VF.woff") format("woff-variations");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue LT W05 25 Ult Lt";
  src: url("fonts/5664070/ec6281a0-c9c4-4477-a360-156acd53093f.woff2") format("woff2"), url("fonts/5664070/11066b40-10f7-4123-ba58-d9cbf5e89ceb.woff") format("woff");
  unicode-range: U+0030-0039, U+0041-007A, U+0025-00FF, U+0021, U+2381, U+0332, U+FF3F, U+005F, U+0022, U+0027, U+2018, U+2019, U+201C, U+201D, U+0023, U+FF03, U+0024, U+FE69, U+FF04, U+1F4B2, U+00B7, U+0387, U+2022, U+2219, U+22C5, U+30FB, U+FF65, U+0080 –U0FF, U+2122;
}
@font-face {
  font-family: "Helvetica Neue LT W05 35 Thin";
  src: url("fonts/5664081/7d63ccf8-e0ae-4dee-ad4d-bbc798aa5803.woff2") format("woff2"), url("fonts/5664081/b2c1327f-ab3d-4230-93d7-eee8596e1498.woff") format("woff");
  unicode-range: U+0030-0039, U+0041-007A, U+0025-00FF, U+0021, U+2381, U+0332, U+FF3F, U+005F, U+0022, U+0027, U+2018, U+2019, U+201C, U+201D, U+0023, U+FF03, U+0024, U+FE69, U+FF04, U+1F4B2, U+00B7, U+0387, U+2022, U+2219, U+22C5, U+30FB, U+FF65, U+0080 –U0FF, U+2122;
}
@font-face {
  font-family: "OstentRounded-Regular";
  src: url("fonts/OstentRounded-Regular.otf") format("opentype");
  /* 他のスタイル指定 */
}
@font-face {
  font-family: "PG_ASCII_230513_1-Regular";
  src: url("fonts/PG_ASCII_230513_1-Regular.otf") format("opentype");
  /* 他のスタイル指定 */
}
* {
  font-family: "Helvetica Neue LT W05 35 Thin", "NotoSansJP", sans-serif;
}

.transition {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-duration: 0.5s;
}

html,
body {
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-duration: 0.5s;
}

*:focus {
  outline: none;
}

canvas {
  -webkit-tap-highlight-color: transparent !important;
}

#babylonLoadingScreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 50px;
  text-align: center;
  background-color: #ff8080;
  z-index: 9999;
}

#splashWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 50px;
  text-align: center;
  background-color: #cccccc;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#splashWrap #splashLogo {
  position: relative;
  top: 0;
  left: 0;
  width: 90vw;
  height: 90vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10000;
}

#loadingDataWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #231815;
  font-size: 50px;
  text-align: center;
  background-color: #cccccc;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 10px #ff8080;
  box-sizing: border-box;
}
#loadingDataWrap p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  font-size: 24px;
  animation: blink 0.1s ease-in-out infinite alternate;
}

#drawTopMenuWrap {
  position: absolute;
  top: 0px;
  left: 120px;
  width: calc(100vw - 120px);
  height: 8vh;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#drawTopMenuWrap #csvNameValue {
  position: relative;
  top: 3vh;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 10vw;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  z-index: 100;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  font-size: 24px;
  -webkit-text-decoration: underline #036eb8 1px;
          text-decoration: underline #036eb8 1px;
  text-underline-offset: 12px;
}
#drawTopMenuWrap #csvNameValue:hover {
  text-decoration: none;
  color: #036eb8;
  cursor: pointer;
}
#drawTopMenuWrap #resetDrawingsButton {
  position: relative;
  top: 3vh;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 10vw;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  z-index: 100;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  font-size: 24px;
  -webkit-text-decoration: underline #036eb8 1px;
          text-decoration: underline #036eb8 1px;
  text-underline-offset: 12px;
  margin-left: 10vw;
}
#drawTopMenuWrap #resetDrawingsButton:hover {
  text-decoration: none;
  color: #036eb8;
  cursor: pointer;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#csvNameValueCandidateWrap {
  position: absolute;
  top: 8vh;
  left: 120px;
  width: calc(100vw - 120px);
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  white-space: nowrap;
  z-index: 110;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#csvNameValueCandidateWrap .csvNameValueCandidate {
  position: relative;
  top: 0px;
  left: 0;
  padding-right: 180px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  font-size: 24px;
}
#csvNameValueCandidateWrap .csvNameValueCandidate:hover {
  -webkit-text-decoration: line-through #036eb8 1px;
          text-decoration: line-through #036eb8 1px;
  cursor: pointer;
}

/* SP用のスタイル */
@media (max-width: 768px) {
  #csvLabelWrap {
    transform: scale(0.5, 0.5);
    transform-origin: bottom left;
  }
  #csvValueWrap {
    transform: scale(0.5, 0.5);
    transform-origin: bottom left;
  }
}
#csvLabelWrap {
  position: absolute;
  bottom: 0px;
  left: 0vw;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(0, 42, 255, 0);
  z-index: 90;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5vh;
  pointer-events: none;
}
#csvLabelWrap .csvLabel {
  position: relative;
  left: 0;
  width: 1px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding-top: 24px;
  padding-right: 120px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  font-size: 16px;
  pointer-events: all;
}
#csvLabelWrap .csvLabel:hover {
  cursor: pointer;
}
#csvLabelWrap .csvLabel:hover::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 50px;
  top: 38px;
  width: 180px; /* テキストの3倍の長さ */
  height: 1px; /* 線の高さ */
  background-color: #036eb8; /* 線の色 */
}
#csvLabelWrap .selected::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 50px;
  top: 38px;
  width: 180px; /* テキストの3倍の長さ */
  height: 1px; /* 線の高さ */
  background-color: #036eb8; /* 線の色 */
}

#csvValueWrap {
  position: absolute;
  bottom: 0px;
  left: 120px;
  width: calc(100vw - 120px);
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(0, 42, 255, 0);
  overflow-y: auto;
  white-space: nowrap;
  z-index: 90;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5vh;
  pointer-events: none;
}
@media (max-width: 768px) {
  #csvValueWrap {
    left: 60px;
  }
}
#csvValueWrap .csvValue {
  position: relative;
  left: 0;
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: right;
  padding-top: 24px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  font-size: 16px;
  pointer-events: all;
}

#logo {
  position: fixed;
  top: 4vh;
  left: 0;
  width: 162px;
  height: 240px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}
@media (max-width: 768px) {
  #logo {
    width: 81px;
  }
}

#babylonCanvas {
  border: solid 10px #ff8080;
  box-sizing: border-box;
}

#drawingPointer {
  position: fixed;
  width: 20px;
  height: 20px;
  border: solid 1px #036eb8;
  border-radius: 50%;
  pointer-events: none;
  z-index: 200;
  transform: translate(-50%, -50%);
}

.mousePoint {
  position: fixed;
  width: 10px;
  height: 10px;
  background-color: #231815;
  pointer-events: none;
  z-index: 200;
  transform: translate(-50%, -50%);
}

#alertDrawingKeyEnd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#alertDrawingKeyEnd p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  font-size: 24px;
  background-color: #231815;
  color: #cccccc;
  padding: 24px;
}

#drawingAttension {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vh;
  height: 80px;
  transform: rotate(90deg) scale(0.8, 1);
  transform-origin: top left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#drawingAttension p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  transform: scale(0.8, 1);
  transform-origin: center left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #231815;
  padding: 24px;
  animation: blink 0.3s ease-in-out infinite alternate;
}

#embed-host {
  z-index: 100000 !important;
}

.selectKeyCrossX,
.selectKeyCrossY {
  position: absolute;
  background-color: white;
  mix-blend-mode: difference;
  z-index: 10000;
}

.selectKeyCrossX {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.selectKeyCrossY {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}/*# sourceMappingURL=style.css.map */