/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
.worksArchive {
  background: radial-gradient(circle at 74% 8%, rgba(var(--color-main), 0.08), rgba(var(--color-main), 0) 28%), rgb(var(--color-wh));
}

.worksIndex {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10rem 4rem 16rem;
}
@media screen and (min-width: 1025px) {
  .worksIndex {
    grid-template-columns: 24% 76%;
    -moz-column-gap: 5.6rem;
         column-gap: 5.6rem;
  }
}

.worksIndex_sidebar {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .worksIndex_sidebarInner {
    position: sticky;
    top: 24rem;
  }
}

.worksIndex_filterTitle {
  color: rgba(var(--color-bk), 0.42);
  font-family: var(--font-unique);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}

.worksIndex_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .worksIndex_filter {
    display: block;
  }
}
.worksIndex_filter a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(var(--color-bk), 0.5);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  transition: color 0.32s ease, transform 0.32s ease, opacity 0.32s ease;
}
@media screen and (min-width: 320px) {
  .worksIndex_filter a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .worksIndex_filter a {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .worksIndex_filter a + a {
    margin-top: 1.6rem;
  }
}
.worksIndex_filter a::after {
  content: "";
  width: 4rem;
  height: 1px;
  background: rgb(var(--color-main));
  margin-left: 1.6rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.32s ease;
}
.worksIndex_filter a.is-current, .worksIndex_filter a:hover, .worksIndex_filter a:focus-visible {
  color: rgb(var(--color-main));
  opacity: 1;
  transform: translateX(0.4rem);
}
.worksIndex_filter a.is-current::after, .worksIndex_filter a:hover::after, .worksIndex_filter a:focus-visible::after {
  transform: scaleX(1);
}

.worksIndex_view {
  display: none;
}
@media screen and (min-width: 1025px) {
  .worksIndex_view {
    display: block;
    margin-top: 9.6rem;
  }
}
.worksIndex_view p {
  color: rgba(var(--color-bk), 0.5);
  font-family: var(--font-unique);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.6rem;
}
.worksIndex_view span {
  display: inline-grid;
  vertical-align: top;
  margin-right: 1.2rem;
  opacity: 0.28;
}
.worksIndex_view span.is-current {
  opacity: 1;
}
.worksIndex_view span:first-of-type {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  width: 3.2rem;
}
.worksIndex_view span:last-of-type {
  gap: 0.6rem;
  width: 3.6rem;
  padding-top: 0.4rem;
}
.worksIndex_view span i {
  display: block;
  height: 0.8rem;
  background: rgb(var(--color-main));
}

.worksIndex_main {
  min-width: 0;
}

.worksIndex_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--color-main), 0.2);
  padding-top: 3.2rem;
  margin-bottom: 4.8rem;
}

.worksIndex_label {
  position: relative;
  color: rgb(var(--color-main));
  font-family: var(--font-unique);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 2rem;
}
.worksIndex_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgb(var(--color-main));
}

.worksIndex_title {
  color: rgb(var(--color-main));
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.worksGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (min-width: 600px) {
  .worksGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .worksGrid {
    gap: 4.8rem 4rem;
  }
}

.worksCard_link {
  display: block;
  color: rgb(var(--color-bk));
}
.worksCard_link:hover, .worksCard_link:focus-visible {
  opacity: 1;
}
.worksCard_link:hover .worksCard_thumb img, .worksCard_link:focus-visible .worksCard_thumb img {
  transform: scale(1.055);
}
.worksCard_link:hover .worksCard_thumb::after, .worksCard_link:focus-visible .worksCard_thumb::after {
  opacity: 0.8;
}
.worksCard_link:hover .worksCard_title, .worksCard_link:focus-visible .worksCard_title {
  color: rgb(var(--color-main));
}

.worksCard_thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 1.2rem;
  background: rgba(var(--color-main), 0.08);
}
.worksCard_thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.24) 100%), linear-gradient(135deg, rgba(var(--color-main), 0.1), rgba(var(--color-main), 0) 58%);
  opacity: 0.4;
  transition: opacity 0.45s ease;
}
.worksCard_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.worksCard_body {
  padding-top: 2.4rem;
}

.worksCard_client {
  color: rgba(var(--color-bk), 0.5);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.8rem;
}

.worksCard_title {
  color: rgb(var(--color-bk));
  font-size: 2.6rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: color 0.32s ease;
}

.worksCard_cat {
  display: inline-flex;
  align-items: center;
  color: rgb(var(--color-main));
  background: rgba(var(--color-main), 0.08);
  border: 1px solid rgba(var(--color-main), 0.18);
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.6rem;
  margin-top: 1.6rem;
}

.worksPager {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 8rem;
}
.worksPager .page-numbers {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  color: rgb(var(--color-main));
  font-family: var(--font-unique);
  font-size: 1.2rem;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.worksPager .page-numbers.current, .worksPager .page-numbers:hover {
  background: rgb(var(--color-main));
  color: #fff;
  opacity: 1;
  transform: translateY(-0.2rem);
}

@media screen and (min-width: 320px) {
  .worksIndex {
    padding: 8rem 2rem 12rem;
  }
  .worksIndex_head {
    display: block;
    margin-top: 4rem;
  }
  .worksIndex_title {
    margin-top: 1.6rem;
    font-size: 3.2rem;
  }
  .worksGrid {
    gap: 3.2rem;
  }
  .worksCard_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .worksIndex {
    padding: 12rem 4rem 16rem;
  }
  .worksIndex_head {
    margin-top: 0;
  }
}/*# sourceMappingURL=works.css.map */