@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通
 * ------------------------- */
.works .under-fv__ttl--en {
  font-size: var(--f80);
}
@media (max-width: 499px) {
  .works .under-fv__ttl--en {
    font-size: 2.8rem;
  }
}
@media (max-width: 499px) {
  .works .under-fv__ttl--ja {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.works-archive__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .works-archive__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.works__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}

.works__detail-item-label {
  font-size: var(--f12);
  color: #a4a4a4;
}
@media (max-width: 834px) {
  .works__detail-item-label {
    font-size: 1rem;
  }
}

.works__detail-item-content {
  font-size: var(--f14);
}
@media (max-width: 834px) {
  .works__detail-item-content {
    font-size: 1.2rem;
  }
}

/* -------------------------
 * アーカイブページ
 * ------------------------- */
.works-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: -9rem;
}
@media (max-width: 834px) {
  .works-archive__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    margin-bottom: -3rem;
  }
}
.works-archive__list > li {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin-bottom: 9rem;
}
@media (max-width: 834px) {
  .works-archive__list > li {
    margin-bottom: 3rem;
  }
}
.works-archive__list > li .works-item__overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.works-archive__list > li:hover .works-archive__thumbnail img {
  -webkit-filter: blur(4px) brightness(0.8);
          filter: blur(4px) brightness(0.8);
}
.works-archive__list > li:hover .works-item__overlay {
  opacity: 1;
  visibility: visible;
}
.works-archive__list > li:hover .link--underline::after {
  -webkit-animation: hideAndShowUnderline 0.6s var(--ease-in) forwards;
          animation: hideAndShowUnderline 0.6s var(--ease-in) forwards;
}

.works-archive__list-link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.works-archive__thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  position: relative;
}
.works-archive__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

.works-archive__thumbnail {
  overflow: hidden;
}
.works-archive__thumbnail img {
  -webkit-transition: -webkit-transform 0.3s var(--ease-out-cubic);
  transition: -webkit-transform 0.3s var(--ease-out-cubic);
  transition: transform 0.3s var(--ease-out-cubic);
  transition: transform 0.3s var(--ease-out-cubic), -webkit-transform 0.3s var(--ease-out-cubic);
  aspect-ratio: 200/150;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.works-archive__ttl {
  font-size: var(--f18);
  font-weight: 400;
  margin-block: 1.5rem 2.6rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 834px) {
  .works-archive__ttl {
    margin-block: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    font-size: 1.4rem;
  }
}

.works-archive__date {
  font-size: var(--f14);
  font-weight: 400;
}
@media (max-width: 834px) {
  .works-archive__date {
    width: 100%;
  }
}

.works-archive__category-item {
  font-size: var(--f13);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.7rem;
  min-width: 9rem;
  line-height: 1;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .works-archive__category-item {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}

.works-archive__top-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .works-archive__top-category-list {
    margin-bottom: 3rem;
  }
}

.works-archive__top-category-link.base-btn {
  min-width: 14rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2rem;
}
.works-archive__top-category-link.base-btn--black-line {
  max-width: none;
}
.works-archive__top-category-link.base-btn--black-line.active {
  background: #000;
  color: #fff;
}

.works-archive__top-category-item--all {
  margin-right: auto;
}
@media (max-width: 834px) {
  .works-archive__top-category-item--all {
    margin-right: 0;
  }
}

.works-archive__thumbnail {
  position: relative;
}
.works-archive__thumbnail img {
  display: block;
  width: 100%;
}

.works-item__overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

.works-item__overlay-txt {
  color: #fff;
  font-size: var(--f16);
  font-weight: 400;
}

.works-archive__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 834px) {
  .works-archive__category-list {
    gap: 0.5rem;
  }
}

/* -------------------------
 * アーカイブページ
 * ページネーション
 * ------------------------- */
.works__pagination {
  margin: 9rem auto 0;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 834px) {
  .works__pagination {
    margin-top: 5rem;
    font-size: var(--f15);
  }
}
.works__pagination .material-symbols-outlined {
  font-size: 1.8rem;
}
.works__pagination .next,
.works__pagination .prev {
  border: 1px solid #000;
  border-radius: 100vmax;
  width: 6rem;
  aspect-ratio: 60/30;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 834px) {
  .works__pagination .next,
  .works__pagination .prev {
    width: 4rem;
  }
}
.works__pagination .next:hover,
.works__pagination .prev:hover {
  color: #f9f9f7;
  background: #000;
}
.works__pagination .next .material-symbols-outlined,
.works__pagination .prev .material-symbols-outlined {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: var(--f18);
}
@media (max-width: 834px) {
  .works__pagination .next .material-symbols-outlined,
  .works__pagination .prev .material-symbols-outlined {
    font-size: 1rem;
  }
}
.works__pagination .next {
  color: #fff;
  background: #000;
}
.works__pagination .next:hover {
  color: #000;
  background: transparent;
}
.works__pagination .next:hover .material-symbols-outlined {
  -webkit-transform: translateX(0.3rem);
          transform: translateX(0.3rem);
}
.works__pagination .prev {
  color: #000;
  background: transparent;
}
.works__pagination .prev:hover {
  color: #fff;
  background: #000;
}
.works__pagination .prev:hover .material-symbols-outlined {
  -webkit-transform: translateX(-0.3rem);
          transform: translateX(-0.3rem);
}
.works__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .works__pagination .pagination {
    gap: 1rem 5%;
  }
}
.works__pagination .page-numbers.current {
  position: relative;
}
.works__pagination .page-numbers.current::after {
  background: #000;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 0.1rem;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/* -------------------------
 * 個別記事ページ
 * ------------------------- */
.works-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .works-single__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}

.works-single__go-top-btn {
  margin-inline: auto;
}

.works-single__ttl {
  font-size: var(--f32);
  line-height: 1.75;
  font-weight: 400;
}

.works-single__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}

.works-single__category-item {
  font-size: var(--f13);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.7rem;
  min-width: 9rem;
  line-height: 1;
  border-radius: 100vmax;
  max-height: 2.7rem;
}
@media (max-width: 834px) {
  .works-single__category-item {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    min-width: auto;
  }
}

.works-single__thumbnail {
  max-width: 78rem;
  margin-inline: auto;
}

/* -------------------------
 * 個別記事 スライダー（メイン）
 * ------------------------- */
.works-single__slider-thumbnail .swiper-slide:hover {
  cursor: pointer;
}

.works-single__slider-main {
  height: 680px;
  margin-bottom: 4rem;
}
@media (max-width: 834px) {
  .works-single__slider-main {
    height: 320px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 499px) {
  .works-single__slider-main {
    height: 180px;
  }
}
.works-single__slider-main .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works-single__slider-main .swiper-slide img {
  height: 680px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 834px) {
  .works-single__slider-main .swiper-slide img {
    height: 320px;
  }
}
@media (max-width: 499px) {
  .works-single__slider-main .swiper-slide img {
    height: 180px;
  }
}

/* -------------------------
 * 個別記事 スライダー（サムネイル用）
 * ------------------------- */
.works-single__slider-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works-single__slider-thumbnail .swiper-slide {
  width: 8rem !important;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1;
}
@media (max-width: 834px) {
  .works-single__slider-thumbnail .swiper-slide {
    width: 4rem !important;
  }
}
.works-single__slider-thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slider-thumb01-nav .swiper-slide:hover {
  cursor: pointer;
}

/* -------------------------
 * 個別記事 コンテンツ
 * ------------------------- */
.works-single__info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 13%;
  margin-top: 10rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .works-single__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}

.works-single__info .works__detail-item-label {
  min-width: 6.6rem;
  font-weight: 300;
}
.works-single__info .works__detail-list > li + li {
  margin-top: 1rem;
}

.works-single__overview {
  max-width: 1150px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 2rem;
  margin-bottom: 14rem;
}
@media (max-width: 834px) {
  .works-single__overview {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.works-single__overview-ttl {
  font-size: var(--f18);
  font-weight: 500;
}

.works-single__overview-list {
  margin-top: 5.5rem;
}
@media (max-width: 834px) {
  .works-single__overview-list {
    margin-top: 3rem;
  }
}
.works-single__overview-list > li {
  display: grid;
  grid-template-columns: 17% 1fr;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-single__overview-list > li:not(:last-child) {
  border-bottom: 1px dotted #b6b6b6;
}
.works-single__overview-list > li:not(:first-child) {
  padding-block: 4rem;
}
@media (max-width: 834px) {
  .works-single__overview-list > li:not(:first-child) {
    padding-block: 2rem;
  }
}
.works-single__overview-list > li:first-child {
  padding-bottom: 4rem;
}
@media (max-width: 834px) {
  .works-single__overview-list > li:first-child {
    padding-bottom: 2rem;
  }
}
.works-single__overview-list > li:last-child {
  padding-top: 4rem;
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .works-single__overview-list > li:last-child {
    padding-top: 2rem;
  }
}

/* Building Overview */
.works-single__overview-item-ttl {
  padding-inline: 4rem;
  font-weight: 500;
  font-size: var(--f16);
  white-space: nowrap;
}
@media (max-width: 834px) {
  .works-single__overview-item-ttl {
    padding-inline: 0;
    font-size: 1.3rem;
  }
}

.works-single__overview-item-txt {
  padding-inline: 4rem;
  font-size: var(--f14);
}
@media (max-width: 834px) {
  .works-single__overview-item-txt {
    padding-inline: 0;
    font-size: 1.3rem;
  }
}

/* Other cases */
.works-single__other {
  padding-top: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 12rem;
}
@media (max-width: 834px) {
  .works-single__other {
    padding-top: 3rem;
    margin-bottom: 5rem;
  }
}

.works-single__other-ttl {
  font-size: var(--f50);
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .works-single__other-ttl {
    margin-bottom: 3rem;
  }
}

.works-single__other-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .works-single__other-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
.works-single__other-list > li {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (max-width: 834px) {
  .works-single__other-list > li:nth-child(n+3) {
    display: none;
  }
}/*# sourceMappingURL=works.css.map */