.topmovie {
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}
.topmovie .topvimeo {
  width: 100%;
  height: 100%;
}

.topsticky {
  min-height: 100svh;
  margin-top: 100svh;
  display: flex;
  position: relative;
  z-index: 10;
}

.worksall {
  width: 100%;
  min-height: 100svh;
  padding: 79px 50px 200px;
}
@media screen and (max-width: 960px) {
  .worksall {
    padding: 13.0666666667svw 0 26.6666666667svw;
  }
}
.worksall .worksall__inner {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__inner {
    width: 89.3333333333svw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.worksall .worksall__ttl {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #29A0A0;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__ttl {
    font-size: 8svw;
  }
}
.worksall .worksall__category {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 29px;
  margin-top: 33px;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__category {
    gap: 1.8666666667svw 5.0666666667svw;
    margin-top: 2.6666666667svw;
  }
}
.worksall .worksall__category li {
  width: -moz-fit-content;
  width: fit-content;
}
.worksall .worksall__category li p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__category li p {
    padding-bottom: 0.2666666667svw;
  }
}
.worksall .worksall__category li p::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #29A0A0;
  transform: scale(0, 1);
  transform-origin: left;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.worksall .worksall__category li p input {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: transparent;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  text-shadow: 0 1.5em 0 #29A0A0, 0 0 0 #29A0A0;
  transition: text-shadow 0.3s;
  position: relative;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__category li p input {
    font-size: 3.7333333333svw;
    line-height: 5.3333333333svw;
  }
}
.worksall .worksall__category li:hover::before {
  opacity: 1;
}
.worksall .worksall__category li:hover p::before {
  transform: scale(1, 1);
}
.worksall .worksall__category li:hover p input {
  text-shadow: 0 0 0 #29A0A0, 0 -1.5em 0 #29A0A0;
  opacity: 1;
}
.worksall .worksall__category li.is_show p::before {
  transform: scale(1, 1);
}
.worksall .worksall__category.is_firstload li:first-child {
  pointer-events: none;
}
.worksall .worksall__category.is_firstload li:first-child p::before {
  transform: scale(1, 1);
}
.worksall .worksall__list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__list {
    margin-top: 13.6svw;
    gap: 4.5333333333svw 0;
  }
}
.worksall .worksall__list::after {
  content: "";
  display: block;
  width: 30%;
}
.worksall .worksall__list li {
  width: 365px;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__list li {
    width: 100%;
    max-width: 100%;
  }
}
.worksall .worksall__list li a {
  width: 100%;
  height: 100%;
  padding: 27px 20px 0 30px;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__list li a {
    padding: 5.3333333333svw;
  }
}
.worksall .worksall__list li a .worksall__postttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  text-wrap: auto;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .worksall .worksall__list li a .worksall__postttl {
    font-size: 3.2svw;
  }
}
.worksall .worksall__list li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.worksall .worksall__list li a:hover .worksall__postttl {
  opacity: 1;
}
.worksall .worksall__list li .worksall__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.worksall .worksall__list li .worksall__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.worksall .worksall__list li .worksall__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}/*# sourceMappingURL=index.css.map */