@charset "UTF-8";
:root {
  --green: #cecece;
  --dark: #111;
  --muted: #6b6b6b;
  --gap: 28px;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Courier New", "Noto Sans JP", "Noto Sans KR", "Noto Sans JP", Courier, monospace;
  color: var(--dark);
  font-size: 14px;
}

a {
  color: inherit;
  outline: none;
}

body {
  height: 3000px;
  position: relative;
}

.question-mark {
  position: absolute;
  font-size: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: red;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

.s {
  top: 90px;
  left: 49%;
  position: fixed;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  z-index: 10;
  filter: invert(19%) sepia(94%) saturate(7476%) hue-rotate(2deg) brightness(92%) contrast(122%);
}

.wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  margin: 0 auto;
}

.filter-fixed {
  position: fixed;
  left: 25%;
  background: var(--green);
  padding: 18px 22px;
  z-index: 50;
}

.filter-fixed label {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checkbox {
  width: 1rem;
  height: 1rem;
  background: white;
  border: 0.3px solid #000000;
  display: inline-block;
  border-radius: 100%;
  box-sizing: border-box;
}

.checkbox.checked {
  background: var(--green);
}

.filter-fixed .name {
  font-size: 12px;
  letter-spacing: 1px;
  color: #111;
  padding: 4px;
}

.filter-fixed label:last-of-type {
  margin-bottom: 70px;
}

.left-list,
.right-info {
  flex: 0 0 220px;
}

.left-list li {
  cursor: pointer;
  transition: all 0.2s;
}

.left-list {
  position: fixed;
  top: 140px;
  left: 0;
  width: 25%;
  max-width: 220px;
  padding-left: 50px;
  max-height: 100%;
  font-size: 1rem;
}

.left-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-list li {
  padding-top: 8px;
  color: var(--muted);
  transition: all 0.18s;
  white-space: nowrap;
}

.left-list li.active {
  color: var(--green);
  font-weight: 700;
}

.left-list li .note {
  opacity: 0;
  transition: opacity 0.15s;
  margin-left: 6px;
  display: inline-block;
}

.left-list li.active::after {
  content: "♪";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-left: 6px;
}

main {
  margin: 100px 0 100px auto;
  flex: none;
  flex-direction: column;
  align-items: flex-end;
}

main#main {
  flex: 1 1 auto;
  max-height: 70vh;
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 100px 0 100px auto;
  margin-left: 300px;
}

section.project {
  padding-top: 40px;
  scroll-margin-top: 120px;
}

.project h1 {
  font-size: 1.1rem;
  margin: 1rem 0;
}

.project h2 {
  font-size: 0.9rem;
  margin: 50px 20px 50px;
  font-weight: 200;
  letter-spacing: 1px;
}

.project .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.imgbox {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1rem 0;
}

.imgbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.project p.desc {
  color: #444;
  line-height: 1.6;
}

.hidden {
  display: none !important;
}

:root {
  --media-max-width: 80vw;
  --media-max-height: 60vh;
}

main iframe,
section.project iframe {
  display: block !important;
  width: 100% !important;
  max-width: var(--media-max-width) !important;
  height: auto !important;
  aspect-ratio: 4/3;
  max-height: var(--media-max-height) !important;
  margin: 1rem 0 1rem auto !important;
  border: 0;
  box-sizing: border-box;
}

main iframe::before,
section.project iframe::before {
  content: "";
  display: block;
}

.imgbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: var(--media-max-height);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.imgbox {
  width: 100%;
  max-width: var(--media-max-width);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1rem 0;
  box-sizing: border-box;
  overflow: hidden;
}

.ruler {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 90vw;
  padding: 0, 10px;
  z-index: 1000;
}

.ruler-top span {
  height: 0.6rem;
  width: 0px;
  background: #000000;
}

.ruler-bottom span {
  height: 0.6rem;
  width: 2px;
  background: #000000;
}

.ruler-top {
  top: 0;
}

.ruler-bottom {
  bottom: 0;
}

.link-tree {
  font-size: 15px;
  height: 100%;
  line-height: 12px;
  gap: 16px;
  counter-reset: linkTree;
  padding-bottom: 0px;
  z-index: 10;
}

.link-tree li {
  color: red;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1288px) {
  .filter-fixed {
    position: fixed;
    left: 30%;
  }
}
@media (max-width: 1017px) {
  .filter-fixed {
    padding: 10px 10px;
    left: 25%;
  }
  .filter-fixed .name {
    font-size: 10px;
    padding: 4px;
  }
  .checkbox {
    width: 0.8rem;
    height: 0.8rem;
    border: 0.2px solid #000000;
  }
  .left-list {
    position: fixed;
    left: 0px;
  }
  .project h1 {
    font-size: 0.9rem;
    margin: 1rem 0;
  }
  .project h2 {
    font-size: 0.8rem;
    margin: 50px 20px 50px;
  }
}
@media (max-width: 700px) {
  .left-list {
    position: fixed;
    left: 0px;
    font-size: 0.6rem;
  }
  .project h1 {
    font-size: 0.9rem;
    margin: 1rem 0;
  }
  .project h2 {
    font-size: 0.7rem;
    margin: 50px 20px 50px;
  }
  .left-list {
    width: 35%;
    font-size: 0.7rem;
  }
  main#main {
    margin-left: 38%;
  }
  .imgbox img,
  iframe {
    min-width: 200px;
  }
}
@media (max-width: 620px) {
  .filter-fixed {
    display: none;
  }
}/*# sourceMappingURL=xx.css.map */