body {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f6f6f6;
  margin: 0;
  padding: 0;
}

.page-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17vw;
  color: #222222;
  text-align: left;
  margin: 70px 2.5% 3rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-title {
    margin-bottom: -50px;
  }
}

.works_wrapper {
  position: relative;
  width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .works_wrapper {
    width: 95%;
    padding: 20px 0;
  }
}

.webgl-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.image-list {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 95%;
  margin: 50px auto 0 auto;
}
.image-list .image-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.image-item {
  width: 100%;
  position: relative;
  padding: 50px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .image-item {
    padding: 30px 0;
    margin-bottom: 50px;
    order: 2;
  }
}

.image-wrapper {
  display: block;
  width: 95%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .image-wrapper {
    margin-bottom: 0px;
  }
}
.image-wrapper img {
  width: 100%;
  height: 700px;
  display: block;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .image-wrapper img {
    height: 350px;
  }
}

.works-text {
  position: absolute;
  top: 25vw;
  left: -10%;
  z-index: 2;
  color: #222222;
  mix-blend-mode: difference;
  padding-left: 2rem;
  background-color: transparent;
  isolation: isolate;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works-text {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.works-text .client {
  font-size: 20px;
  font-weight: 700 !important;
  margin: 0 auto 20px;
  letter-spacing: 2px;
}
.works-text .tag {
  font-size: 10px;
  font-weight: 300 !important;
  margin: 20px auto 0;
  color: #C2C2C2;
}
.works-text .category {
  font-size: 11px;
  font-weight: 500 !important;
  margin: 0 auto;
}
.works-text .project {
  font-size: 1.1rem;
  font-weight: 500 !important;
  margin: 0 auto;
}/*# sourceMappingURL=work_index.css.map */