/* Breakpoint
======================================= */
.page-work {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.page-work__inner {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-work__inner {
    padding: 0 30px;
  }
}

.page-work__wrapper {
  position: relative;
  width: 100%;
  margin: 135px auto 66px;
}
@media screen and (max-width: 1365px) {
  .page-work__wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .page-work__wrapper {
    width: 100%;
    margin: 135px auto 0px;
  }
}

.page-work__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-work__content {
    width: 100%;
  }
}

.page-work__image {
  width: 68.528%;
  margin: 35px auto 0;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .page-work__image {
    width: 100%;
  }
}

.page-work__title {
  font-size: clamp(40px, 24.864px + 4.036vw, 80px);
  font-family: "Noto Serif JP", sans-serif;
  font-family: aw-conqueror-didot, serif;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
@media screen and (max-width: 374px) {
  .page-work__title {
    font-size: 3.8rem;
  }
}

.page-work__title span {
  display: inline-block;
}

.page-work__meta {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #AAAAAA;
  overflow: hidden;
  margin-block: 9px;
}

.page-work__info {
  overflow: hidden;
  display: block;
}

.page-work__info > span {
  display: block;
}

.page-work__url {
  position: relative;
}

.page-work__url::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.page-work__url:hover:after {
  transform: scaleX(0);
  transform-origin: right;
}

.work-desc {
  background-color: #ffffff;
}

.work-desc__inner {
  padding: 100px 0 130px;
}
@media screen and (max-width: 768px) {
  .work-desc__inner {
    padding: 57px 0;
  }
}

.work-desc__wrapper {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .work-desc__wrapper {
    width: 85%;
  }
}

.work-desc__text {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .work-desc__text {
    font-size: 1.3rem;
  }
}

.work-mobile {
  padding: 107px 0;
  width: 100%;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .work-mobile {
    padding: 60px 0;
  }
}
.work-mobile::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #111111;
}

.work-mobile__wrapper {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.work-mobile__item {
  width: 26%;
}

.work-detail {
  padding: 167px 0;
  background-color: #111111;
}
@media screen and (max-width: 1023px) {
  .work-detail {
    padding: 110px 0;
  }
}
@media screen and (max-width: 768px) {
  .work-detail {
    padding: 80px 0 110px;
  }
}

.work-detail__wrapper {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .work-detail__wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .work-detail__wrapper {
    width: 100%;
  }
}

.work-detail__list {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .work-detail__list {
    grid-template-columns: 1fr;
  }
}

.work-detail__list:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .work-detail__list:not(:last-of-type) {
    margin-bottom: 54px;
  }
}

.work-detail__head {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .work-detail__head {
    margin-bottom: 14px;
  }
}

.work-detail__body {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .work-detail__body {
    font-size: 1.3rem;
  }
}

.work-detail__body > a {
  position: relative;
  cursor: pointer;
}
.work-detail__body > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.work-detail__body > a:hover::after {
  transform: scaleX(0);
  transform-origin: right;
}

.works-next {
  width: 100%;
  height: 32vw;
  max-height: 460px;
  min-height: 240px;
  background: rgba(32, 32, 32, 0.71);
  background-color: #2D2D2D;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-next__link {
  display: block;
  width: 100%;
  height: 100%;
}

.works-next__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.works-next__content:hover {
  background-color: white;
}

.works-next__content:hover .works-next__title {
  color: #141414;
}

.works-next__content::after {
  content: "";
  width: 1px;
  height: 120px;
  background: #aaaaaa;
  position: absolute;
  left: 50%;
  top: -50px;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.works-next__content:hover::after {
  height: 0;
  top: 100px;
}

.works__inner {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .works__inner {
    padding: 0 30px;
  }
}

.works-next__title {
  font-size: clamp(28px, 15.891px + 3.229vw, 60px);
  font-family: aw-conqueror-didot, serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.works-contact__text {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  color: #ffffff;
}/*# sourceMappingURL=page-work.css.map */