@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
  text-decoration: none;
}

@font-face {
  font-family: "PPMuseum";
  src: url("../../fonts/PPMuseum-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: 0.3s;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  background-color: #F8F6F2;
  color: #1B270D;
  font-feature-settings: palt;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.sp_only__inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only__inline {
    display: inline-block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.pc_only__inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc_only__inline {
    display: none;
  }
}

.page-title {
  font-family: "PPMuseum", serif;
  font-size: 124px;
  font-weight: 300;
  font-weight: 300;
  font-style: Light;
  line-height: 100%;
  letter-spacing: -4%;
  color: #1B270D;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 50px;
    margin-bottom: 24px;
  }
}

.sec__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.column-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .column-wrap {
    display: block;
  }
}
.column-wrap .column-content-wrap {
  width: 57.9%;
}
@media screen and (max-width: 768px) {
  .column-wrap .column-content-wrap {
    width: 100%;
  }
}

.move-image {
  display: block;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .move-image {
    width: 335px;
    height: 196px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: max(0px, (100vw - 335px) * 196 / 335);
    transform-origin: center top;
  }
}

.default-link {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #1B270D;
}
.default-link__inner {
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  line-height: 1;
  height: 1em;
  font-weight: 500;
  font-family: "helvetica-neue-lt-pro", serif;
}
.default-link__inner.has-arrow {
  height: 18px;
  line-height: 1;
}
.default-link .text-wrap {
  display: inline-flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}
.default-link .text-wrap .arrow-image {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.default-link .default-link__inner.has-arrow .text-wrap span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.default-link span {
  display: block;
}
.default-link:hover .text-wrap, .default-link:focus-visible .text-wrap {
  transform: translateY(-50%);
}

.default-title {
  font-size: 16px;
  font-family: "helvetica-neue-lt-pro", serif;
  line-height: 1.4;
  display: flex;
  gap: 2px;
  font-weight: 500;
}
.default-title span {
  font-size: 10px;
}

.verticalSlideIn {
  display: block;
}
.verticalSlideIn .vertical-slide-char {
  display: inline-block;
  overflow-x: visible;
  overflow-y: hidden;
  vertical-align: top;
  padding-inline: 0.04em;
  margin-inline: -0.04em;
}
.verticalSlideIn .vertical-slide-char__inner {
  display: inline-block;
  opacity: 0;
  transform: translateY(var(--vertical-slide-y, 110%));
}
.verticalSlideIn .vertical-slide-item {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.verticalSlideIn .vertical-slide-item__inner {
  display: inline-block;
  opacity: 0;
  transform: translateY(var(--vertical-slide-y, 110%));
}
.verticalSlideIn.is-vertical-slide-ready .vertical-slide-char__inner,
.verticalSlideIn.is-vertical-slide-ready .vertical-slide-item__inner {
  animation: verticalSlideInChar var(--vertical-slide-duration, 0.8s) ease forwards;
  animation-delay: var(--vertical-slide-delay, 0s);
}

@keyframes verticalSlideInChar {
  from {
    opacity: 0;
    transform: translateY(var(--vertical-slide-y, 110%));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.is-inview {
  animation: fadeInUp 1s ease 0.5s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade {
  opacity: 0;
}

.fade.is-inview {
  animation: fadeIn 1s ease 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-page .kv-sec h1 {
  font-family: "PPMuseum", serif;
  font-size: 124px;
  letter-spacing: -4%;
  font-weight: 300;
  color: #1B270D;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-page .kv-sec h1 {
    font-size: 15.2vw;
    margin-bottom: 16px;
    letter-spacing: -4.5%;
  }
}
@media screen and (max-width: 377px) {
  .top-page .kv-sec h1 {
    font-size: 14.5vw;
  }
}
.top-page .kv-sec h1 .instrument {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}
.top-page .kv-sec .about-text {
  font-size: 18px;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 4%;
  margin-bottom: 32px;
}
.top-page .kv-sec .right-text {
  display: block;
  max-width: 559px;
  float: right;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2%;
  font-family: "FOT-セザンヌ ProN M", "CezannePro-M", "helvetica-neue-lt-pro", serif;
  margin-bottom: 80px;
}
@media screen and (max-width: 377px) {
  .top-page .kv-sec .right-text {
    float: none;
    margin-bottom: 48px;
  }
}
.top-page .kv-sec .kv-image {
  clear: both;
}
.top-page .kv-sec__inner {
  padding-top: 198px;
  padding-bottom: 160px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-page .kv-sec__inner {
    padding-top: 154px;
    padding-bottom: 96px;
  }
}
.top-page .top-works-sec__inner .default-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-page .top-works-sec__inner .default-title {
    margin-bottom: 16px;
  }
}
.top-page .top-works-sec__inner .link-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-page .top-works-sec__inner .link-wrap {
    margin-top: 64px;
  }
}
.top-page .wwd-sec__inner {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .top-page .wwd-sec__inner {
    padding-top: 120px;
  }
}
.top-page .wwd-sec__content .fadeIn.is-inview {
  animation-delay: 0s;
}
.top-page .wwd-sec h2 {
  line-height: 1.4;
  font-size: 16px;
  font-family: "helvetica-neue-lt-pro", serif;
  font-weight: 500;
  text-align: center;
  position: relative;
  transition: 2s;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-page .wwd-sec h2.is-inview {
  width: 100%;
  width: 129.7px;
}
.top-page .wwd-sec h3 {
  font-size: 70px;
  font-family: "PPMuseum", serif;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .top-page .wwd-sec h3 {
    margin: 16px auto 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 450px) {
  .top-page .wwd-sec h3 {
    font-size: 58px;
    line-height: 1;
  }
}
.top-page .wwd-sec h3 .instrument {
  font-family: "Instrument Serif", serif;
  font-style: italic;
}
.top-page .wwd-sec p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  .top-page .wwd-sec p {
    margin-bottom: 32px;
  }
}
.top-page .wwd-sec .default-link {
  display: block;
  margin: 0 auto 48px;
  width: 92px;
}
.top-page .news-sec {
  padding-top: 144px;
}
.top-page .news-sec .column-content-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.top-page .news-sec .column-content-wrap .default-link {
  float: right;
}
.top-page .news-sec .column-content-wrap .news-list {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .top-page .news-sec .column-content-wrap .news-list {
    margin-top: 16px;
  }
}
.top-page .news-sec .column-content-wrap .news-list .news-item {
  border-bottom: 1px solid #DFD5C7;
}
.top-page .news-sec .column-content-wrap .news-list .news-item__inner {
  padding: 32px 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-page .news-sec .column-content-wrap .news-list .news-item__inner {
    padding: 24px 0px;
  }
}
.top-page .news-sec .column-content-wrap .news-list .news-item .item-inner {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .top-page .news-sec .column-content-wrap .news-list .news-item .item-inner {
    display: block;
  }
}
.top-page .news-sec .column-content-wrap .news-list .news-item .item-inner .date {
  color: #B2AA9F;
  font-size: 13px;
  line-height: 1.4;
  font-family: "helvetica-neue-lt-pro", serif;
}
@media screen and (max-width: 768px) {
  .top-page .news-sec .column-content-wrap .news-list .news-item .item-inner .date {
    display: block;
    width: 100%;
  }
}
.top-page .news-sec .column-content-wrap .news-list .news-item .item-inner .title {
  font-size: 15px;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  line-height: 1.6;
  letter-spacing: 2%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-page .news-sec .column-content-wrap .news-list .news-item .item-inner .title {
    margin-top: 6px;
  }
}
.top-page .news-sec .column-content-wrap .news-list .news-item .arrow {
  display: inline-block;
  width: 19px;
  height: 19px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-page .news-sec .column-content-wrap .news-list .news-item .arrow {
    margin-top: 20px;
  }
}
.top-page .news-sec .column-content-wrap .news-list .news-item .arrow__inner {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  transform: translate(0, 0);
  transition: transform 0.3s ease;
  will-change: transform;
}
.top-page .news-sec .column-content-wrap .news-list .news-item .arrow .arrow-image {
  position: absolute;
  width: 19px;
  height: 19px;
  display: block;
}
.top-page .news-sec .column-content-wrap .news-list .news-item .arrow .arrow-image:first-child {
  top: 0;
  left: 0;
}
.top-page .news-sec .column-content-wrap .news-list .news-item .arrow .arrow-image:last-child {
  top: 19px;
  left: -19px;
}
.top-page .news-sec .column-content-wrap .news-list .news-item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top-page .news-sec .column-content-wrap .news-list .news-item a {
    gap: 39px;
  }
}
.top-page .news-sec .column-content-wrap .news-list .news-item a .item-inner {
  width: 100%;
}
.top-page .news-sec .column-content-wrap .news-list .news-item a .title {
  width: 100%;
  max-width: calc(100% - 81px - 48px);
}
.top-page .news-sec .column-content-wrap .news-list .news-item a:hover .arrow__inner {
  transform: translate(19px, -19px);
}
.top-page .news-sec .column-content-wrap .news-list .news-item:first-child {
  border-top: 1px solid #DFD5C7;
}

.works-page .head-sec__inner {
  padding-top: 210px;
}
@media screen and (max-width: 768px) {
  .works-page .head-sec__inner {
    padding-top: 154px;
  }
}
.works-page .head-sec h1 {
  font-size: 124px;
  font-family: "PPMuseum", serif;
  font-weight: 300;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .works-page .head-sec h1 {
    font-size: 52px;
    margin-bottom: 24px;
  }
}
.works-page .works-sec .works-category-filters {
  display: flex;
  gap: 32px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .works-page .works-sec .works-category-filters {
    gap: 16px 20px;
    margin-bottom: 24px;
  }
}
.works-page .works-sec .works-category-filters .cat-item {
  font-family: "helvetica-neue-lt-pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  height: 1.2em;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works-page .works-sec .works-category-filters .cat-item {
    font-size: 16px;
  }
}
.works-page .works-sec .works-category-filters .cat-item .num {
  font-size: 11px;
}
.works-page .works-sec .works-category-filters .cat-item.is-active .text {
  font-weight: bold;
}
.works-page .works-sec .works-category-filters .cat-item__inner {
  display: flex;
  align-items: flex-start;
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}
.works-page .works-sec .works-category-filters .cat-item:hover .cat-item__inner {
  transform: translateY(-100%);
}
.works-page .works-sec .works-pagination {
  margin-top: 112px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .works-page .works-sec .works-pagination {
    margin-top: 96px;
  }
}

.work-detail-page .link-item {
  display: flex;
  align-items: baseline;
  color: #B2AA9F;
  font-size: 13px;
  font-family: "FOT-セザンヌ ProN M", "CezannePro-M", "helvetica-neue-lt-pro", serif;
  font-weight: 500;
  gap: 2px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.work-detail-page .link-item p {
  font-weight: 500;
  font-family: "helvetica-neue-lt-pro", serif;
}
.work-detail-page .link-item .links {
  display: flex;
  gap: 4px;
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  line-height: 1;
  height: 1em;
}
.work-detail-page .link-item .links .link-inner {
  display: inline-flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}
.work-detail-page .link-item .links a {
  color: #B2AA9F;
  font-weight: 300;
  cursor: pointer;
}
.work-detail-page .link-item .links a:hover .link-inner {
  transform: translateY(-50%);
}
.work-detail-page .link-item .links.is-media a {
  text-decoration: underline;
}
.work-detail-page .detail-item {
  color: #B2AA9F;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.work-detail-page .detail-item .item-title {
  font-family: "helvetica-neue-lt-pro", serif;
  font-weight: 500;
}
.work-detail-page .detail-item .content {
  font-weight: 300;
  margin-left: 2px;
  font-family: "FOT-セザンヌ ProN M", "CezannePro-M", "helvetica-neue-lt-pro", serif;
}
.work-detail-page .detail-item:last-child {
  margin-bottom: 0px;
}
.work-detail-page .head-sec__inner {
  padding-top: 254px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .head-sec__inner {
    padding-top: 154px;
  }
}
.work-detail-page .head-sec h1 {
  font-size: 48px;
  font-family: "FOT-セザンヌ ProN M", "CezannePro-M", "helvetica-neue-lt-pro", serif;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .head-sec h1 {
    font-size: 38px;
    margin-bottom: 24px;
  }
}
.work-detail-page .head-sec .head-items-warp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.work-detail-page .works-detail-sec__inner {
  padding-top: 48px;
}
.work-detail-page .works-detail-sec .details-title {
  font-family: "helvetica-neue-lt-pro", serif;
  font-size: 16px;
  line-height: 1.4;
  color: #9C958B;
  margin-bottom: 16px;
  font-weight: 500;
}
.work-detail-page .works-detail-sec .detail-items a {
  color: #9C958B;
}
.work-detail-page .works-detail-sec .detail-items .detail-item {
  color: #9C958B;
}
.work-detail-page .works-detail-sec .is-credit {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .is-credit {
    width: 100%;
  }
}
.work-detail-page .works-detail-sec .is-credit .credit-item {
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2%;
  color: #9C958B;
  white-space: break-spaces;
}
.work-detail-page .works-detail-sec .is-outline .link-item p {
  font-size: 15px;
  font-weight: 400;
  color: #9C958B;
}
.work-detail-page .works-detail-sec .is-outline .link-item .links {
  font-size: 15px;
}
.work-detail-page .works-detail-sec .is-outline .link-item .links a {
  font-size: 15px;
}
.work-detail-page .works-detail-sec .is-outline .detail-item .item-title {
  font-size: 15px;
  font-weight: 400;
  color: #9C958B;
}
.work-detail-page .works-detail-sec .is-outline .detail-item .content {
  font-family: "FOT-セザンヌ ProN M", "CezannePro-M", "helvetica-neue-lt-pro", serif;
  font-size: 15px;
  color: #9C958B;
  font-weight: 400;
}
.work-detail-page .works-detail-sec .content-wrap {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap {
    margin-bottom: 88px;
  }
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-image, .work-detail-page .works-detail-sec .content-wrap .wp-block-video {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap .wp-block-image, .work-detail-page .works-detail-sec .content-wrap .wp-block-video {
    margin-top: 12px;
  }
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-image img, .work-detail-page .works-detail-sec .content-wrap .wp-block-video img {
  width: 100%;
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-columns {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column:empty,
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column.is-empty,
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column.is-layout-flow:empty,
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column.wp-block-column-is-layout-flow:empty,
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column.is-layout-flow:not(:has(> *)),
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column.wp-block-column-is-layout-flow:not(:has(> *)),
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column:has(> p:only-child:empty),
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column:has(> br:only-child),
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column:has(> .wp-block-spacer:only-child),
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns > .wp-block-column:has(> .block-editor-rich-text__editable:only-child:empty) {
    display: none;
  }
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-columns.is-works-staggered {
  --works-stagger-width: min(100%, 72%);
  --works-stagger-gap: clamp(20px, 2vw, 40px);
  width: var(--works-stagger-width);
  margin-bottom: 40px;
  column-gap: var(--works-stagger-gap);
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap .wp-block-columns.is-works-staggered {
    --works-stagger-width: 100%;
    width: 100%;
    margin-bottom: 24px;
  }
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-columns.is-works-staggered.is-works-stagger-left {
  margin-right: auto;
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-columns.is-works-staggered.is-works-stagger-right {
  margin-left: auto;
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-columns.is-works-staggered > .wp-block-column {
  flex-basis: 0;
}
.work-detail-page .works-detail-sec .content-wrap .wp-block-columns.is-works-staggered > .wp-block-column:first-child:last-child {
  flex-basis: 100%;
}
.work-detail-page .works-detail-sec .content-wrap p, .work-detail-page .works-detail-sec .content-wrap li, .work-detail-page .works-detail-sec .content-wrap pre {
  font-size: 15px;
  line-height: 1.6;
}
.work-detail-page .works-detail-sec .content-wrap h2, .work-detail-page .works-detail-sec .content-wrap h3, .work-detail-page .works-detail-sec .content-wrap h4 {
  margin-top: 32px;
  line-height: 1.6;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap h2, .work-detail-page .works-detail-sec .content-wrap h3, .work-detail-page .works-detail-sec .content-wrap h4 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.work-detail-page .works-detail-sec .content-wrap strong {
  font-weight: bold;
}
.work-detail-page .works-detail-sec .content-wrap h2 {
  font-size: 38px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap h2 {
    font-size: 24px;
    max-width: 100%;
  }
}
.work-detail-page .works-detail-sec .content-wrap h3 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.work-detail-page .works-detail-sec .content-wrap h4 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.work-detail-page .works-detail-sec .content-wrap .wp-element-caption {
  font-size: 12px;
  color: #9C958B;
}
.work-detail-page .works-detail-sec .content-wrap .has-text-align-right {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap .has-text-align-right {
    width: 100%;
    text-align: left;
  }
}
.work-detail-page .works-detail-sec .content-wrap .has-text-align-center {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .content-wrap .has-text-align-center {
    width: 100%;
    text-align: left;
  }
}
.work-detail-page .works-detail-sec .content-wrap ul, .work-detail-page .works-detail-sec .content-wrap ol {
  padding-left: 24px;
}
.work-detail-page .works-detail-sec .content-wrap ul {
  list-style: disc;
}
.work-detail-page .works-detail-sec .content-wrap ol {
  list-style: decimal;
}
.work-detail-page .works-detail-sec .detail-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .detail-item-wrap {
    gap: 64px;
    padding-bottom: 88px;
  }
}
.work-detail-page .works-detail-sec .related-items {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .related-items {
    margin-bottom: 64px;
  }
}
.work-detail-page .works-detail-sec .related-items h2 {
  font-family: "PPMuseum", serif;
  font-size: 56px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .work-detail-page .works-detail-sec .related-items h2 {
    font-size: 40px;
  }
}
.work-detail-page .works-detail-sec .back-arrow {
  display: flex;
  justify-content: center;
}

.whatwedo-page .kv-sec {
  padding-top: 210px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .kv-sec {
    padding-top: 154px;
    padding-bottom: 80px;
  }
}
.whatwedo-page .kv-sec h1 {
  font-size: 124px;
  font-family: "PPMuseum", serif;
  letter-spacing: -4%;
  margin-bottom: 80px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .kv-sec h1 {
    font-size: 52px;
    margin-bottom: 32px;
  }
}
.whatwedo-page .service-sec {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .service-sec {
    padding-bottom: 96px;
  }
}
.whatwedo-page .service-sec .service-items {
  margin-top: 16px;
}
.whatwedo-page .service-sec .service-items .service-item {
  padding: 32px 0px;
  border-bottom: 1px solid #B2AA9F;
}
.whatwedo-page .service-sec .service-items .service-item:first-child {
  border-top: 1px solid #B2AA9F;
}
.whatwedo-page .service-sec .service-items .service-item .item-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .service-sec .service-items .service-item .item-head {
    display: block;
  }
}
.whatwedo-page .service-sec .service-items .service-item .item-head .num {
  font-size: 16px;
  line-height: 1.4;
  color: #B2AA9F;
  font-family: "helvetica-neue-lt-pro", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .service-sec .service-items .service-item .item-head .num {
    font-size: 13px;
  }
}
.whatwedo-page .service-sec .service-items .service-item .item-head .title {
  font-family: "PPMuseum", serif;
  line-height: 1.4;
  font-weight: 300;
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .service-sec .service-items .service-item .item-head .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.whatwedo-page .service-sec .service-items .service-item .service-detail {
  padding: 16px 34px 0px 34px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .service-sec .service-items .service-item .service-detail {
    padding: 24px 0px 0px 0px;
  }
}
.whatwedo-page .service-sec .service-items .service-item .service-detail .content {
  padding-bottom: 24px;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2%;
  font-family: "FOT-セザンヌ ProN M", "CezannePro-M", "helvetica-neue-lt-pro", serif;
}
.whatwedo-page .service-sec .service-items .service-item .service-detail .archive-item {
  padding: 24px;
  background-color: rgb(237, 230, 216);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .service-sec .service-items .service-item .service-detail .archive-item {
    padding: 20px;
    gap: 24px;
  }
}
.whatwedo-page .service-sec .service-items .service-item .service-detail .archive-item .detail {
  width: calc(100% - 98px);
}
@media screen and (max-width: 768px) {
  .whatwedo-page .service-sec .service-items .service-item .service-detail .archive-item .detail {
    width: 100%;
  }
}
.whatwedo-page .service-sec .service-items .service-item .service-detail .archive-item .detail .archive-title {
  font-size: 13px;
  font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", serif;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
}
.whatwedo-page .service-sec .service-items .service-item .service-detail .archive-item .detail .archive-content {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.whatwedo-page .service-sec .service-items .service-item.is-service-active .service-detail {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.whatwedo-page .stance-sec {
  position: relative;
  padding-bottom: 150px;
  overflow-x: hidden;
  --stance-scroll-height: auto;
  --stance-sticky-top: 0px;
  --stance-end-top: 0px;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .stance-sec {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 769px) {
  .whatwedo-page .stance-sec__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .whatwedo-page .stance-sec__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .whatwedo-page .stance-sec__inner.is-stance-fixed {
    position: fixed;
    top: var(--stance-sticky-top);
    left: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .whatwedo-page .stance-sec__inner.is-stance-fixed {
    position: fixed;
    top: var(--stance-sticky-top);
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .whatwedo-page .stance-sec__inner.is-stance-ended {
    position: absolute;
    top: var(--stance-end-top);
    left: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .whatwedo-page .stance-sec__inner.is-stance-ended {
    position: absolute;
    top: var(--stance-end-top);
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .whatwedo-page .stance-sec {
    height: var(--stance-scroll-height);
  }
}
@media screen and (min-width: 451px) and (max-width: 768px) {
  .whatwedo-page .stance-sec {
    height: var(--stance-scroll-height);
  }
}
.whatwedo-page .stance-sec .stance-items {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: max-content;
  margin-top: 16px;
  will-change: transform;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-items {
    display: block;
    width: 100%;
    will-change: auto;
  }
}
.whatwedo-page .stance-sec .stance-items .stance-item {
  flex: 0 0 auto;
  width: 496px;
  padding: 64px 32px 40px;
  background-color: #F6F3ED;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-items .stance-item {
    width: calc(100% - 40px);
    padding: 32px 20px 24px;
    margin: 0 0 12px;
  }
}
.whatwedo-page .stance-sec .stance-items .stance-item .num {
  font-size: 16px;
  font-family: "helvetica-neue-lt-pro", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .stance-sec .stance-items .stance-item .num {
    font-size: 13px;
  }
}
.whatwedo-page .stance-sec .stance-items .stance-item .title {
  font-size: 20px;
  font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-items .stance-item .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.whatwedo-page .stance-sec .stance-items .stance-item .content {
  font-size: 15px;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-items .stance-item .content {
    font-size: 13px;
  }
}
.whatwedo-page .stance-sec .stance-motion {
  width: min(100%, 335px);
  flex: 0 1 335px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-motion {
    width: min(100%, 147px);
    flex-basis: 147px;
  }
}
.whatwedo-page .stance-sec .stance-motion__svg {
  display: block;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-motion__svg {
    width: 140px;
    height: 140px;
  }
}
.whatwedo-page .stance-sec .stance-motion ellipse {
  fill: none;
  stroke: #B2AA9F;
  stroke-width: 1;
  opacity: 0;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  will-change: opacity, transform;
  transform: scale(0.965);
}
.whatwedo-page .stance-sec .stance-motion ellipse:first-child {
  opacity: 1;
  transform: scale(1);
}
.whatwedo-page .stance-sec .stance-motion--double-ellipse-line {
  width: min(100%, 320px);
  flex-basis: 320px;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-motion--double-ellipse-line {
    width: min(100%, 140px);
    flex-basis: 140px;
  }
}
.whatwedo-page .stance-sec .stance-motion--double-ellipse-line ellipse,
.whatwedo-page .stance-sec .stance-motion--double-ellipse-line .stance-motion__moving-line {
  fill: none;
  stroke: #B2AA9F;
  stroke-width: 1;
  opacity: 1;
  vector-effect: non-scaling-stroke;
  transform: none;
  will-change: auto;
}
.whatwedo-page .stance-sec .stance-motion--growing-circles {
  width: min(100%, 300px);
  flex-basis: 300px;
}
@media screen and (max-width: 450px) {
  .whatwedo-page .stance-sec .stance-motion--growing-circles {
    width: min(100%, 140px);
    flex-basis: 140px;
  }
}
.whatwedo-page .stance-sec .stance-motion--growing-circles circle {
  fill: none;
  stroke: #B2AA9F;
  stroke-width: 1;
  opacity: 0;
  vector-effect: non-scaling-stroke;
  will-change: opacity, stroke-width;
}
.whatwedo-page .stance-sec .stance-motion--growing-circles circle:first-child {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .whatwedo-page .stance-sec .stance-motion ellipse {
    opacity: 0;
    transform: scale(0.965);
  }
  .whatwedo-page .stance-sec .stance-motion ellipse:first-child {
    opacity: 1;
    transform: scale(1);
  }
  .whatwedo-page .stance-sec .stance-motion--double-ellipse-line ellipse,
  .whatwedo-page .stance-sec .stance-motion--double-ellipse-line .stance-motion__moving-line {
    opacity: 1;
    transform: none;
  }
  .whatwedo-page .stance-sec .stance-motion--growing-circles circle {
    opacity: 0;
    stroke-width: 1;
  }
  .whatwedo-page .stance-sec .stance-motion--growing-circles circle:first-child {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .whatwedo-page .outline-sec .column-content-wrap {
    margin-top: 16px;
  }
}
.whatwedo-page .outline-sec .column-content-wrap table {
  width: 100%;
}
.whatwedo-page .outline-sec .column-content-wrap tr {
  border-bottom: 1px solid #DFD5C7;
}
.whatwedo-page .outline-sec .column-content-wrap tr:first-child {
  border-top: 1px solid #DFD5C7;
}
.whatwedo-page .outline-sec .column-content-wrap th,
.whatwedo-page .outline-sec .column-content-wrap td {
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.whatwedo-page .outline-sec .column-content-wrap th {
  padding-bottom: 8px;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: #B2AA9F;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .outline-sec .column-content-wrap th {
    padding-top: 20px;
  }
}
.whatwedo-page .outline-sec .column-content-wrap td {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2%;
  font-family: "FOT-セザンヌ ProN M", "CezannePro-M", "helvetica-neue-lt-pro", serif;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .whatwedo-page .outline-sec .column-content-wrap td {
    padding-bottom: 20px;
  }
}

.footer {
  background: linear-gradient(180deg, rgba(252, 251, 249, 0) 0%, #DFD5C7 100%);
}
.footer__inner {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-top: 120px;
  }
}
.footer__inner .contact-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 247px;
  padding: 0px 40px 247px;
}
@media screen and (max-width: 768px) {
  .footer__inner .contact-wrap {
    gap: 32px;
    padding: 0px 20px 112px;
  }
}
.footer__inner .contact-wrap .title-wrap p {
  margin-top: 28px;
  font-size: 15px;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  line-height: 1.6;
  letter-spacing: 2%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__inner .contact-wrap .title-wrap p {
    margin-top: 16px;
  }
}
.footer__inner .contact-wrap .mail-link {
  padding-bottom: 5px;
  border-bottom: 2px solid #1B270D;
  font-size: 64px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 3px;
  max-width: 574px;
  color: #1B270D;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer__inner .contact-wrap .mail-link {
    font-size: 38px;
  }
}
@media screen and (max-width: 368px) {
  .footer__inner .contact-wrap .mail-link {
    font-size: calc(22.9vw - 42px);
  }
}
.footer__inner .contact-wrap .mail-link .mail {
  font-family: "PPMuseum", serif;
  font-weight: 300;
  display: inline-block;
}
.footer__inner .contact-wrap .mail-link .arrow {
  display: inline-block;
  width: 62px;
  height: 62px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer__inner .contact-wrap .mail-link .arrow {
    width: 42px;
    height: 42px;
  }
}
.footer__inner .contact-wrap .mail-link .arrow__inner {
  position: relative;
  display: block;
  width: 124px;
  height: 124px;
  transform: translate(0, 0);
  transition: transform 0.3s ease;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .footer__inner .contact-wrap .mail-link .arrow__inner {
    width: 84px;
    height: 84px;
  }
}
.footer__inner .contact-wrap .mail-link .arrow .arrow-image {
  position: absolute;
  width: 62px;
  height: 62px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__inner .contact-wrap .mail-link .arrow .arrow-image {
    width: 42px;
    height: 42px;
  }
}
.footer__inner .contact-wrap .mail-link .arrow .arrow-image:first-child {
  top: 0;
  left: 0;
}
.footer__inner .contact-wrap .mail-link .arrow .arrow-image:last-child {
  top: 62px;
  left: -62px;
}
.footer__inner .contact-wrap .mail-link:hover:hover .arrow__inner {
  transform: translate(62px, -62px);
}
@media screen and (max-width: 768px) {
  .footer__inner .contact-wrap .mail-link:hover:hover .arrow__inner {
    transform: translate(42px, -42px);
  }
}
.footer__inner .menu-wrap {
  position: relative;
}
.footer__inner .menu-wrap .logo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__inner .menu-wrap .logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
}
.footer__inner .menu-wrap .logo span {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  height: 18.1944444444vw;
  width: auto;
}
.footer__inner .menu-wrap .logo img {
  display: block;
  height: 100%;
  width: auto;
  opacity: 0.2;
}
.footer__inner .menu-wrap__inner {
  padding: 0px 40px;
  position: absolute;
  width: calc(100% - 80px);
  left: 0px;
  bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner .menu-wrap__inner {
    position: relative;
    align-items: end;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 0px 20px 26px;
  }
}
.footer__inner .menu-wrap__inner p {
  color: #B2AA9F;
  font-size: 14px;
  line-height: 1.6;
  font-family: "helvetica-neue-lt-pro", serif;
}
@media screen and (max-width: 768px) {
  .footer__inner .menu-wrap__inner p {
    order: 2;
  }
}
.footer__inner .menu-wrap__inner ul {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .footer__inner .menu-wrap__inner ul {
    order: 1;
    display: block;
  }
}
.footer__inner .menu-wrap__inner ul li a {
  color: #B2AA9F;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "helvetica-neue-lt-pro", serif;
  overflow: hidden;
  line-height: 1;
  height: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer__inner .menu-wrap__inner ul li a {
    margin: 8px 0px;
  }
}
.footer__inner .menu-wrap__inner ul li a .num {
  font-size: 10px;
}
.footer__inner .menu-wrap__inner ul li a .link-inner {
  display: flex;
  gap: 1px;
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}
.footer__inner .menu-wrap__inner ul li a:hover .link-inner {
  transform: translateY(-100%);
}

body.is-nav-open {
  overflow: hidden;
}

.header-bg {
  background-color: #9C958B;
  opacity: 0;
  position: fixed;
  left: 0px;
  top: 0px;
  pointer-events: none;
  visibility: hidden;
  width: 100svw;
  height: 100svh;
  transition: opacity 0.3s ease;
  z-index: 99;
}
.header-bg.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.9;
  cursor: pointer;
}

.header {
  display: inline-block;
  background-color: rgba(242, 238, 233, 0.5019607843);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  z-index: 100;
  width: fit-content;
  max-width: calc(100% - 24px);
  overflow: hidden;
  transition: width 0.35s ease;
}
@media screen and (max-width: 768px) {
  .header {
    top: 24px;
  }
}
.header .header-nav {
  padding: 16px 12px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-nav .logo-link {
  width: 99px;
  height: auto;
  display: block;
  cursor: pointer;
}
.header .header-nav .logo-link img {
  width: 100%;
  display: block;
}
.header .header-nav .menu-btn {
  display: block;
  width: 40px;
  height: 8px;
  padding: 5px 20px;
  position: relative;
  cursor: pointer;
}
.header .header-nav .menu-btn span {
  display: block;
  background-color: #1B270D;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: 0.3s;
}
.header .header-nav .menu-btn span:first-child {
  top: 5px;
}
.header .header-nav .menu-btn span:last-child {
  bottom: 5px;
}
.header .nav-wrap {
  padding: 0;
  width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: transform 0.5s ease, max-height 0.5s ease, opacity 0.5s ease, width 0.5s ease, padding 0.5s ease;
}
.header .nav-wrap__inner {
  padding-top: 24px;
  border-top: 1px solid #9C958B;
  display: flex;
  gap: 13px;
  max-width: 625px;
  width: 100%;
  align-items: center;
  opacity: 0;
  transition: ease 0.3s;
}
.header .nav-wrap__inner.inner-active {
  opacity: 1;
}
.header .nav-wrap ul {
  width: calc(50% - 6.5px);
}
.header .nav-wrap ul li {
  margin-bottom: 16px;
}
.header .nav-wrap ul li a {
  font-family: "helvetica-neue-lt-pro", serif;
  font-weight: 500;
  overflow: hidden;
  line-height: 1;
  height: 1em;
  display: inline-block;
}
.header .nav-wrap ul li a .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .nav-wrap ul li a .num {
  font-size: 10px;
  line-height: 1.4;
}
.header .nav-wrap ul li a .link-inner {
  display: flex;
  gap: 3px;
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
  padding-right: 4px;
}
.header .nav-wrap ul li a:hover .link-inner {
  transform: translateY(-100%);
}
.header .nav-wrap ul li:last-child {
  margin-bottom: 0px;
}
.header .nav-wrap .nav-menu-images {
  width: calc(50% - 6.5px);
  position: relative;
  aspect-ratio: 612/348;
}
@media screen and (max-width: 768px) {
  .header .nav-wrap .nav-menu-images {
    aspect-ratio: 147/174;
  }
}
.header .nav-wrap .nav-menu-images .nav-menu-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  display: block;
}
.header .nav-wrap .nav-menu-images .nav-menu-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .nav-wrap .nav-menu-images .nav-menu-image.is-active {
  opacity: 1;
}
.header.active .nav-wrap {
  padding: 0px 24px 24px 24px;
  width: 625px;
  max-height: 600px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .header.active .nav-wrap {
    width: calc(100svw - 80px);
  }
}
.header.active .menu-btn span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}
.header.active .menu-btn span:last-child {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(20deg);
}

.works-columns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 96px;
}
@media screen and (max-width: 768px) {
  .works-columns {
    gap: 48px;
  }
}
.works-columns .works-column {
  list-style: none;
}
.works-columns .works-column__list {
  display: grid;
  align-items: baseline;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .works-columns .works-column__list {
    gap: 48px;
  }
}
.works-columns .works-column__three .works-column__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .works-columns .works-column__three .works-column__list {
    grid-template-columns: auto;
  }
}
.works-columns .works-column__three .works-column__list .column-item__inner video.image {
  width: 100%;
  aspect-ratio: 0.727124183;
}
.works-columns .works-column__two .works-column__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .works-columns .works-column__two .works-column__list {
    grid-template-columns: auto;
  }
}
.works-columns .works-column__two .works-column__list .column-item__inner video.image {
  width: 100%;
  aspect-ratio: 1.4652173913;
}
.works-columns .works-column__one {
  width: 100%;
}
.works-columns .works-column__one .column-item__inner video.image {
  width: 100%;
  aspect-ratio: 2;
}
.works-columns .works-column .column-item {
  display: block;
  width: 100%;
}
.works-columns .works-column .column-item__inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.works-columns .works-column .column-item__inner .image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.works-columns .works-column .column-item__inner .image_wrap video {
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.works-columns .works-column .column-item__inner .image_wrap .image {
  display: block;
  width: 100%;
  --hover-scale: 1;
  transform: scale(var(--hover-scale));
  transition: transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .works-columns .works-column .column-item__inner .image_wrap .image-desktop {
    display: none;
  }
}
.works-columns .works-column .column-item__inner .image_wrap .image-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .works-columns .works-column .column-item__inner .image_wrap .image-mobile {
    display: block;
  }
}
.works-columns .works-column .column-item__inner .image_wrap .image_mask {
  position: absolute;
  inset: -1px;
  background: #F8F6F2;
  animation-duration: 3s;
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s ease;
  will-change: transform;
}
.works-columns .works-column .column-item__inner .detail-wrap {
  margin-top: 16px;
}
.works-columns .works-column .column-item__inner .work-category {
  display: flex;
  margin-bottom: 4px;
  color: #B2AA9F;
  font-family: "helvetica-neue-lt-pro", serif;
  font-weight: 500;
  font-size: 13px;
}
.works-columns .works-column .column-item__inner .work-title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2%;
}
@media screen and (max-width: 768px) {
  .works-columns .works-column .column-item__inner .work-title {
    font-size: 18px;
  }
}
.works-columns .works-column .column-item__inner .work-title__jp {
  font-weight: 600;
  font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", serif;
}
.works-columns .works-column .column-item__inner .work-title__en {
  font-weight: 500;
  font-family: "helvetica-neue-lt-pro", serif;
}
.works-columns .works-column .column-item__inner .work-client {
  display: block;
  color: #B2AA9F;
  font-size: 13px;
  font-family: "FOT-セザンヌ Pro M", "CezannePro-M", serif;
  margin-top: 8px;
}
.works-columns .works-column .column-item__inner:hover .image {
  --hover-scale: 1.06;
}
.works-columns .works-column .column-item.is-inview .image_mask {
  transform: translate3d(0, -101%, 0);
}

.is-safari .works-columns .works-column__list {
  align-items: flex-end;
}

/*# sourceMappingURL=style.css.map */
