@charset "UTF-8";
.nav, .title, .option, .⚙️ .catalogWrap {
  position: absolute;
  left: 8vw;
}

.option p {
  font-weight: 400;
  font-size: 18px;
}

.show .figure.strong img, .show .figure.medium img, .show .figure.small img, .show .figure.big img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

*:lang(en) {
  display: var(--langEn);
}

*:lang(jp) {
  display: var(--langJp);
}

.⚙️ {
  position: fixed;
  left: 0;
  top: 0;
  transition: left var(--transtime_2) ease-in-out 0.04s;
}
.⚙️ .catalogWrap {
  top: 10vh;
}
.⚙️ .catalogWrap .catalogItem {
  position: absolute;
  left: -30vw;
}
.⚙️ .catalogWrap .catalogItem h2 {
  transition: letter-spacing var(--transtime_2);
  margin: 0;
  font-size: 48px;
  position: relative;
  white-space: nowrap;
}
.⚙️.active .catalogWrap .catalogItem {
  left: 0;
}
.⚙️.active .catalogWrap .catalogItem:hover h2 {
  letter-spacing: 3px;
}
.⚙️.goodbye {
  left: -66vw;
}

.catalogItem:nth-of-type(1) {
  top: calc(0 * 72px + 30px);
  transition: left var(--transtime_2) ease-in-out calc(200ms + 40ms * 0);
}

.catalogItem:nth-of-type(2) {
  top: calc(1 * 72px + 30px);
  transition: left var(--transtime_2) ease-in-out calc(200ms + 40ms * 1);
}

.catalogItem:nth-of-type(3) {
  top: calc(2 * 72px + 30px);
  transition: left var(--transtime_2) ease-in-out calc(200ms + 40ms * 2);
}

.catalogItem:nth-of-type(4) {
  top: calc(3 * 72px + 30px);
  transition: left var(--transtime_2) ease-in-out calc(200ms + 40ms * 3);
}

.catalogItem:nth-of-type(5) {
  top: calc(4 * 72px + 30px);
  transition: left var(--transtime_2) ease-in-out calc(200ms + 40ms * 4);
}

.🀄️ {
  position: fixed;
  left: 0;
  top: 0;
  transition: left var(--transtime_2) ease-in-out 0.4s;
}
@media (min-width: 769px) {
  .🀄️ {
    width: 36vw;
    height: 100vh;
  }
}
.🀄️.active {
  left: 60vw;
}
.🀄️.active .nav, .🀄️.active .♻️ {
  opacity: 0;
}
.🀄️.goodbye {
  left: -70vw;
}

.option {
  top: 10vh;
  width: 100%;
}
.option svg {
  display: inline-block;
  vertical-align: middle;
  width: clamp(30px, 1.8vw, 48px);
  height: clamp(30px, 1.8vw, 48px);
}
.option p {
  vertical-align: middle;
}
.option * {
  margin-right: 4px;
}

.🔆 {
  transition: var(--transtime_2);
}
.🔆.active {
  transform: rotate(180deg);
}

.🌐 {
  width: 14vw;
}
.🌐 .lang_choose {
  opacity: 0;
  width: 0;
  margin: 0;
  transition: var(--transtime_2);
}
.🌐 .lang_choose.active {
  opacity: 1;
}
.🌐 .lang_choose.hovering {
  width: 24px;
  opacity: 0.5;
}
.🌐 .lang_choose.hovering.active {
  opacity: 1;
}
.🌐 .lang_choose :hover {
  opacity: 1;
}

.title {
  top: 15vh;
  width: calc(100% - 8vw);
}
.title .titleWrapper {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: opacity var(--transtime_2);
}
.title .titleWrapper svg {
  width: 100%;
  height: 100%;
}
.title.titleTop .titleWrapper:nth-of-type(1) {
  opacity: 1;
}
.title.titleGraphic .titleWrapper:nth-of-type(2) {
  opacity: 1;
}
.title.titleIXD .titleWrapper:nth-of-type(3) {
  opacity: 1;
}
.title.titlePhotography .titleWrapper:nth-of-type(4) {
  opacity: 1;
}
.title.titleAbout .titleWrapper:nth-of-type(5) {
  opacity: 1;
}

.nav {
  bottom: 10vh;
  height: clamp(200px, 24vh, 480px);
  display: flex;
  flex-direction: column;
  transition: var(--transtime_2);
}
.nav * {
  transition: border-color var(--transtime_1), border-width var(--transtime_3);
}
.nav a {
  height: 20%;
  width: 0px;
  border-left: 1px solid var(--color_1);
  padding-left: 20px;
  overflow: hidden;
}
.nav a:hover {
  border-width: 4px;
}
.nav a.current {
  border-width: 4px;
}

.♻️ {
  position: absolute;
  transition: var(--transtime_2);
  left: 9.6vw;
  bottom: 10vh;
  height: 64px;
  width: 32px;
  display: none;
}

.📌 {
  position: fixed;
  left: 0;
  top: 45vh;
  height: 10vh;
  width: 8vw;
  transition: left var(--transtime_2) ease-in-out 0.35s;
}
.📌.active {
  left: 66vw;
}

.menuBtn {
  width: 27px;
  height: 27px;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  transition: var(--transtime_3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menuBtn:hover {
  height: 37px;
  top: calc(50% - 19px);
}
.menuBtn span {
  width: 100%;
  height: 0;
  transition: var(--transtime_2);
  border: 1px solid var(--color_1);
  transform-origin: left;
}
.menuBtn.active:hover {
  height: 27px;
  top: calc(50% - 14px);
}
.menuBtn.active span:first-of-type {
  transform: rotate(45deg) scaleX(125%);
}
.menuBtn.active span:nth-of-type(2) {
  transform: scaleX(0%);
}
.menuBtn.active span:last-of-type {
  transform: rotate(-45deg) scaleX(125%);
}
.menuBtn.goodbye {
  left: -70px;
}

.💎 {
  position: absolute;
  top: 0;
  right: 8vw;
  width: 50vw;
  transition: right var(--transtime_2) ease-in-out 0.45s;
}
.💎.active {
  right: -52vw;
}
.💎.goodbye {
  right: -100vw;
}

.show {
  position: relative;
  width: 100%;
  margin-top: 12vh;
  display: flex;
}
.show:first-of-type {
  margin-top: 15vh;
}
.show:last-of-type {
  margin-top: 15vh;
}
.show .figure {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  filter: none;
}
.show .figure:not(.descriptional) {
  transition: filter var(--transtime_2);
}
.show .figure:not(.descriptional):hover {
  filter: brightness(0.4);
}
.show .figure.big {
  width: 100%;
  height: clamp(384px, 80vh, 1536px);
  margin: var(--margin_verti) 0;
}
.show .figure.small {
  width: clamp(240px, 37.8% - var(--margin_hori), 960px);
  height: clamp(384px, 50vh, 1536px);
  flex-grow: 2;
}
.show .figure.small.left {
  margin: var(--margin_verti) var(--margin_hori) var(--margin_verti) 0;
}
.show .figure.small.right {
  margin: var(--margin_verti) 0 var(--margin_verti) var(--margin_hori);
}
.show .figure.medium {
  width: clamp(337px, 49.8% - (var(--margin_hori)), 1350px);
  height: clamp(384px, 50vh, 1536px);
  flex-grow: 2;
}
.show .figure.medium.left {
  margin: var(--margin_verti) var(--margin_hori) var(--margin_verti) 0;
}
.show .figure.medium.right {
  margin: var(--margin_verti) 0 var(--margin_verti) var(--margin_hori);
}
.show .figure.strong {
  width: clamp(435px, 61.8% - var(--margin_hori), 1740px);
  height: clamp(384px, 50vh, 1536px);
  flex-grow: 3;
}
.show .figure.strong.left {
  margin: var(--margin_verti) var(--margin_hori) var(--margin_verti) 0;
}
.show .figure.strong.right {
  margin: var(--margin_verti) 0 var(--margin_verti) var(--margin_hori);
}
.show .figure.㊙️ {
  text-align: right;
  font-size: 32px;
  line-height: 48px;
}
.show .figure.㊙️ h2 {
  margin-block-start: 0;
}
.show .figure.㊙️ div {
  width: 100%;
  height: 46vh;
  margin-block-start: 0;
  display: block;
}
.show .figure.💬 {
  width: 60%;
  text-align: right;
}
.show .figure.🔔 {
  margin-bottom: 21vh;
  padding-bottom: 2px;
  text-align: right;
}
.show .figure.🔔 h4 {
  font-size: 24px;
  margin-block-end: 0.8em;
}
.show .figure.🔔 a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: var(--transtime_2);
  cursor: none;
}
.show .figure.🔔 a:hover {
  border-bottom: 1px solid var(--color_1);
}
.show .figure.scroll {
  text-align: right;
}
.show .figure.scroll svg {
  width: 24px;
}
.show.top {
  height: 60vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.show.graphic {
  flex-direction: row;
  flex-wrap: wrap;
}
.show.IXD {
  flex-direction: row;
  flex-wrap: wrap;
}
.show.photography {
  flex-direction: row;
  flex-wrap: wrap;
}
.show.about {
  height: 85vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.hoverDesc {
  content: "hello";
  color: #ddd;
  mix-blend-mode: difference;
  font-family: "DM Serif Display", serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 36px;
  position: fixed;
  transform-origin: left;
  transition: transform var(--transtime_3);
  top: 0;
  left: 0;
}

.🌌 {
  position: fixed;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-image: var(--Aura_1);
  opacity: 1;
  z-index: -1;
}
.🌌.goodbye {
  opacity: 0;
}

.🚅 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 0;
  width: 16px;
  background-color: var(--color_1);
  transition: background-color var(--transtime_1), right var(--transtime_2);
}
.🚅.active, .🚅.goodbye {
  right: -16px;
}

#console {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 14px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

#toggle-console {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 10px;
  z-index: 1001;
  border: none;
  border-radius: 50%;
}

#close-console {
  background: #444;
  color: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
  float: right;
}

.hidden {
  display: none;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

#lightbox img.lightbox-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#lightbox .prev,
#lightbox .next {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#lightbox .prev {
  left: 0;
}

#lightbox .next {
  right: 0;
}

#lightbox .prev:hover,
#lightbox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Gallery styles */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-item {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */