html.is-opening-skipped .l-opening {
  display: none;
}

.u-text-trim:not(.u-animation-mask):not(:has(> .u-animation-mask__text)) {
  text-box: trim-both cap alphabetic;
}

.u-text-trim .u-animation-mask__text {
  display: block;
  text-box: trim-both cap alphabetic;
}

@keyframes u-text-trim-mask {
  0% {
    clip-path: polygon(0% -50%, 100% -50%, 100% 5%, 0% 100%);
  }
  to {
    clip-path: polygon(0% -50%, 100% -50%, 100% 125%, 0% 120%);
  }
}
@keyframes u-text-trim-mask-reverse {
  0% {
    clip-path: polygon(0% -50%, 100% -50%, 100% 125%, 0% 120%);
  }
  to {
    clip-path: polygon(0% -50%, 100% -50%, 100% 5%, 0% 100%);
  }
}
.u-text-trim.u-animation-mask.is-visible {
  animation-name: u-text-trim-mask;
}

.u-text-trim.u-animation-mask.is-hide,
.u-text-trim.u-animation-mask.is-hide-up {
  animation-name: u-text-trim-mask-reverse;
}

.c-heading-num__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.c-heading-num__num {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}

.c-heading-num__body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  border-left: 2px solid #282828;
  padding-left: 1.25rem;
}

.c-heading-num__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.c-heading-num__sub {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.c-heading-square {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.c-heading-square::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-color: #282828;
}

@media screen and (max-width: 767px) {
  .c-heading-num__inner {
    gap: 1rem;
  }
  .c-heading-num__num {
    font-size: 2.5rem;
  }
  .c-heading-num__body {
    padding-left: 1rem;
  }
  .c-heading-num__title {
    font-size: 1.0625rem;
  }
  .c-heading-num__sub {
    font-size: 0.75rem;
  }
  .c-heading-square {
    font-size: 1rem;
  }
  .c-heading-square::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.l-header__nav-anchor span span:not([class]):nth-child(11) {
  transition-delay: 0.22s;
}

.l-header__nav-anchor:hover span span:not([class]):nth-child(11),
.l-header__nav-anchor:focus-visible span span:not([class]):nth-child(11) {
  transition-delay: 0.22s;
  transform: translateY(-98.5%);
}

.l-header-nav__item a span span:not([class]):nth-child(11) {
  transition-delay: 0.22s;
}

.l-header__nav-anchor.is-current span:not([class]) {
  text-decoration-color: transparent;
}

.l-header__nav-anchor::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.l-header__nav-anchor:hover::before,
.l-header__nav-anchor:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left top;
}

.l-header__nav-anchor.is-current::before {
  transform: scaleX(1);
}

.l-header__nav-item.--contact .l-header__nav-anchor::before {
  content: none;
}

.l-header.is-bg-white .l-header__inner {
  background-color: #fff;
}

.l-header.is-bg-white .l-header__inner:not(.is-open .l-header__inner):hover,
.l-header.is-bg-white .l-header__inner:not(.is-open .l-header__inner):focus-visible {
  background-color: #fff;
}

.l-header.is-bg-white.is-open .l-header__inner {
  background-color: transparent;
}

.l-header-nav__sub-anchor.is-current .u-animation-mask__text {
  position: relative;
}

.l-header-nav__sub-anchor.is-current .u-animation-mask__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.l-header-nav__item a.is-current span:not([class]) {
  text-decoration-color: transparent;
}

.l-header-nav__item a.is-current .--first,
.l-header-nav__item a.is-current .--second {
  position: relative;
}

.l-header-nav__item a.is-current .--first::after,
.l-header-nav__item a.is-current .--second::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.l-header__nav-item.--has-child {
  position: relative;
}

.l-header__nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  margin-top: 0.5rem;
  background-color: #282828;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0s, visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.l-header__nav-dropdown::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
}

.l-header__nav-item.--has-child:hover .l-header__nav-dropdown,
.l-header__nav-item.--has-child:focus-within .l-header__nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.l-header__nav-dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.l-header__nav-dropdown-item:last-child {
  border-bottom: none;
}

.l-header__nav-dropdown-anchor {
  display: block;
  padding: 0.3125rem 0.625rem;
  font-family: "Inter Tight", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.l-header__nav-dropdown-anchor:hover,
.l-header__nav-dropdown-anchor:focus-visible {
  opacity: 0.6;
}

.l-header-nav__sub {
  display: grid;
  gap: 0.625rem;
  margin-top: 0.875rem;
  padding-left: 1.125rem;
}

.l-header-nav__item .l-header-nav__sub-anchor {
  height: auto;
  font-size: 0.75rem;
}

.l-footer {
  border-top: none;
  background-color: #383838;
  color: #fff;
}

.l-footer__column {
  border-top: 1px solid #888;
}

.l-footer__related-logo img,
.l-footer__title-logo img {
  filter: brightness(0) invert(1);
}

.l-footer__tel,
.l-footer__tel a {
  color: #fff !important;
}

.l-footer__sns {
  display: grid;
  gap: 0.375rem;
}

.l-footer__sns-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.25rem;
}

.l-footer__sns .l-footer__sns-icon img {
  width: auto;
  height: auto;
}

.p-block-concept {
  padding: 10rem 0;
  background-color: #fff;
}

.p-block-concept__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: 0 8rem;
}

.p-block-concept__body {
  flex: 0 1 37.5rem;
}

.p-block-concept__title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-block-concept__text {
  margin-top: 3.5rem;
  letter-spacing: 0.01em;
}

.p-block-concept__text p + p {
  margin-top: 1.875rem;
}

.p-block-concept__btn {
  margin-top: 4.5rem;
}

.p-block-concept__photo {
  position: relative;
  flex: 0 1 33.75rem;
}

.p-block-concept__photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 101%;
  height: 101%;
  background-color: #fff;
  scale: 1 1;
  transform-origin: 50% 100%;
  transition: scale 1.1s cubic-bezier(0.77, 0, 0.2, 1) 0s;
}

.p-block-concept__photo.is-visible::after {
  scale: 1 0;
}

.p-block-concept__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 540/571;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-block-concept {
    padding: 5rem 0;
  }
  .p-block-concept__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 0.625rem;
  }
  .p-block-concept__body {
    flex: 0 0 auto;
  }
  .p-block-concept__title {
    font-size: 1.5rem;
  }
  .p-block-concept__text {
    margin-top: 2.5rem;
  }
  .p-block-concept__text p + p {
    margin-top: 1.5rem;
  }
  .p-block-concept__btn {
    margin-top: 2.5rem;
  }
  .p-block-concept__photo {
    flex: 0 0 auto;
    margin-top: 3.5rem;
  }
}
.p-block-events {
  position: relative;
  padding: 10rem 0;
}

.p-block-events::before,
.p-block-events::after {
  content: "";
  position: absolute;
  left: 1.75rem;
  display: block;
  width: calc(100% - 3.5rem);
  height: 1px;
  background-color: #282828;
  scale: 0 1;
  transform-origin: 0% 50%;
  transition: scale 0.8s linear;
}

.p-block-events::before {
  top: 0;
}

.p-block-events::after {
  bottom: 0;
}

.p-block-events.is-visible::before,
.p-block-events.is-visible::after {
  scale: 1 1;
}

.p-block-events__inner {
  padding: 0 1.75rem;
}

.p-block-events__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
  text-align: center;
}

.p-block-events__heading-jp {
  font-size: 0.8125rem;
  line-height: 1;
}

.p-block-events .p-block-event__title {
  font-size: 1rem;
}

.p-block-events .p-block-event__thumbnail {
  position: relative;
}

.p-block-events .p-block-event__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 101%;
  height: 101%;
  background-color: #fff;
  scale: 1 1;
  transform-origin: 50% 100%;
  transition: scale 1.1s cubic-bezier(0.77, 0, 0.2, 1) 0s;
}

.p-block-events .p-block-event__thumbnail.is-visible::after {
  scale: 1 0;
}

.p-block-events .p-block-event__thumbnail.--delay1.is-visible::after {
  transition-delay: 0.15s;
}

.p-block-events .p-block-event__thumbnail.--delay2.is-visible::after {
  transition-delay: 0.3s;
}

.p-block-event__category.--close {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #888;
}

@media screen and (max-width: 767px) {
  .p-block-events {
    padding: 5rem 0;
  }
  .p-block-events__inner {
    padding: 0 0.625rem;
  }
  .p-block-events::before,
  .p-block-events::after {
    left: 0.625rem;
    width: calc(100% - 1.25rem);
  }
  .p-block-events__heading {
    margin-bottom: 3rem;
  }
}
.p-block-mh {
  padding: 10rem 0;
}

.p-block-mh__inner {
  padding: 0 1.75rem;
}

.p-block-mh__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.p-block-mh__heading-jp {
  font-size: 0.8125rem;
  line-height: 1;
}

.p-block-mh__item + .p-block-mh__item {
  margin-top: 3.75rem;
}

.p-block-mh__item.--second .p-block-mh__head {
  padding-left: 16.25%;
}

.p-block-mh__title .c-link-icon {
  justify-content: flex-end;
  width: fit-content;
  font-size: 1.5rem;
  padding: 0.2em 0 0.25em;
  margin: -0.2em 0 -0.25em;
}

.p-block-mh__meta {
  margin-top: 0.5rem;
}

.p-block-mh__meta span:not([class]) {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  border: 1px solid #282828;
  border-radius: 0.125rem;
  padding: 0.125rem 0.3125rem 0.0625rem;
  font-weight: 500;
  font-size: 0.6875rem;
}

.p-block-mh__photos {
  display: flex;
  align-items: flex-start;
  margin-top: 1.25rem;
}

.p-block-mh__photo {
  position: relative;
  display: block;
  min-width: 0;
}

.p-block-mh__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-block-mh__photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 101%;
  height: 101%;
  background-color: #fff;
  scale: 1 1;
  transform-origin: 50% 100%;
  transition: scale 1.1s cubic-bezier(0.77, 0, 0.2, 1) 0s;
}

.p-block-mh__photo.is-visible::after {
  scale: 1 0;
}

.p-block-mh__photo.--delay1.is-visible::after {
  transition-delay: 0.15s;
}

.p-block-mh__photo.--delay2.is-visible::after {
  transition-delay: 0.3s;
}

.p-block-mh__photos.--first {
  gap: 1.4375rem;
}

.p-block-mh__photos.--first .p-block-mh__photo:nth-child(1) {
  flex: 242 1 0;
  aspect-ratio: 242/234;
}

.p-block-mh__photos.--first .p-block-mh__photo:nth-child(2) {
  flex: 326 1 0;
  aspect-ratio: 326/447;
}

.p-block-mh__photos.--first .p-block-mh__photo:nth-child(3) {
  flex: 770 1 0;
  aspect-ratio: 770/507;
}

.p-block-mh__photos.--second {
  gap: 1.3125rem;
}

.p-block-mh__photos.--second .p-block-mh__photo:nth-child(1) {
  flex: 204 1 0;
  aspect-ratio: 204/505;
  align-self: flex-end;
}

.p-block-mh__photos.--second .p-block-mh__photo:nth-child(2) {
  flex: 901 1 0;
  aspect-ratio: 901/592;
}

.p-block-mh__photos.--second .p-block-mh__photo:nth-child(3) {
  flex: 268 1 0;
  aspect-ratio: 268/322;
}

.p-block-mh__photos.--third {
  gap: 1.3125rem;
}

.p-block-mh__photos.--third .p-block-mh__photo:nth-child(1) {
  flex: 401 1 0;
  aspect-ratio: 401/300;
  align-self: flex-end;
}

.p-block-mh__photos.--third .p-block-mh__photo:nth-child(2) {
  flex: 685 1 0;
  aspect-ratio: 685/450;
}

.p-block-mh__photos.--third .p-block-mh__photo:nth-child(3) {
  flex: 263 1 0;
  aspect-ratio: 263/393;
}

.p-block-mh__note {
  width: 25.5625rem;
  margin-top: 1rem;
  margin-left: auto;
}

.p-block-mh__note.--second {
  width: 25rem;
  margin-right: calc(18.93% + 1.3125rem);
}

.p-block-mh__note.--third {
  width: 25rem;
  margin-right: calc(18.9% + 1.3125rem);
}

.p-block-mh__num {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  line-height: 1;
}

.p-block-mh__caption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-block-mh {
    padding: 5rem 0;
  }
  .p-block-mh__inner {
    padding: 0 0.625rem;
  }
  .p-block-mh__heading {
    margin-bottom: 2.5rem;
  }
  .p-block-mh__item + .p-block-mh__item {
    margin-top: 3rem;
  }
  .p-block-mh__item.--second .p-block-mh__head {
    padding-left: 0;
  }
  .p-block-mh__title .c-link-icon {
    font-size: 1.25rem;
  }
  .p-block-mh__photos {
    margin-top: 1rem;
  }
  .p-block-mh__photos.--first {
    gap: 0.5rem;
  }
  .p-block-mh__photos.--second,
  .p-block-mh__photos.--third {
    gap: 0.5rem;
  }
  .p-block-mh__note,
  .p-block-mh__note.--second,
  .p-block-mh__note.--third {
    width: 100%;
    margin-top: 0.75rem;
    margin-right: 0;
  }
}
.l-content__top .p-block-sitemap {
  position: relative;
  margin-top: 0;
  padding: 10rem 0;
}

.l-content__top .p-block-sitemap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #282828;
  scale: 0 1;
  transform-origin: 0% 50%;
  transition: scale 0.8s linear;
}

.l-content__top .p-block-sitemap.is-visible::before {
  scale: 1 1;
}

.p-block-sitemap__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
}

.p-block-sitemap__head-title {
  display: flex;
  flex-direction: column;
}
.p-block-sitemap__head-title.-works {
  gap: 1rem 0;
}

.p-block-sitemap__head-jp {
  font-size: 0.8125rem;
  line-height: 2;
}

.p-block-sitemap__links {
  margin-top: 5rem;
}

.p-block-sitemap__links .p-list-current {
  left: auto;
  width: auto;
  flex: 1;
  margin-left: 5rem;
}

.p-block-sitemap__links-body {
  width: 64%;
  margin-right: 18%;
}

.p-block-sitemap .p-list-current__item {
  font-size: 0.875rem;
}

.p-block-sitemap .p-list-current__item.--current {
  font-weight: 700;
}

.p-block-sitemap__inner + .p-block-sitemap__inner {
  padding-top: 2.5rem;
}

.p-block-sitemap__list {
  gap: 2.5rem 1.5rem;
}

.p-block-sitemap .p-card {
  width: 100%;
}

.p-block-sitemap .p-card .p-card__thumbnail {
  margin-top: 0;
}

.p-block-sitemap .p-card__thumbnail-inner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.p-block-sitemap .p-card .p-card__title {
  margin-top: 1.25rem;
}

.p-block-sitemap .p-card__anchor {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.p-block-sitemap .p-card .p-card__info {
  margin-top: 0.5rem;
}

.p-block-sitemap .p-card .p-card__info span:not([class]) {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .l-content__top .p-block-sitemap {
    padding: 5rem 0;
  }
  .p-block-sitemap__head {
    padding-left: 0;
  }
  .p-block-sitemap__links {
    margin-top: 2.5rem;
  }
  .p-block-sitemap__links-body {
    width: 100%;
    margin-right: 0;
  }
  .p-block-sitemap__inner {
    padding-top: 0;
  }
  .p-block-sitemap__inner + .p-block-sitemap__inner {
    padding-top: 3rem;
  }
  .p-block-sitemap .p-card .p-card__title {
    margin-top: 0.75rem;
  }
}
.p-block-think {
  padding: 0 0 10rem;
}

.p-block-think__inner {
  position: relative;
  display: flex;
  padding: 0 1.75rem;
}

.p-block-think__photo {
  position: relative;
  display: block;
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 460/694;
}

.p-block-think__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-block-think__photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 101%;
  height: 101%;
  background-color: #fff;
  scale: 1 1;
  transform-origin: 50% 100%;
  transition: scale 1.1s cubic-bezier(0.77, 0, 0.2, 1) 0s;
}

.p-block-think__photo.is-visible::after {
  scale: 1 0;
}

.p-block-think__photo.--delay1.is-visible::after {
  transition-delay: 0.15s;
}

.p-block-think__photo.--delay2.is-visible::after {
  transition-delay: 0.3s;
}

.p-block-think__text {
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  z-index: 2;
  translate: -50% 0;
  font-size: 4.56vw;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-block-think {
    padding: 0;
  }
  .p-block-think__inner {
    padding: 0 0.625rem;
  }
}
.p-page-about__message-inner {
  width: 100%;
  max-width: 1184px;
  margin-inline: auto;
}

.p-page-about__message-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}

.p-page-about__message-heading {
  display: flex;
  align-items: baseline;
  margin-bottom: 2.4rem;
}

.p-page-about__message-sub {
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}

.p-page-about__message-body {
  max-width: 520px;
}
.p-page-about__message-body .c-text {
  line-height: 2;
  text-align: justify;
}
.p-page-about__message-body .c-text + .c-text {
  margin-top: 2rem;
}

.p-page-about__message-photo {
  flex-shrink: 0;
  width: 430px;
}
.p-page-about__message-photo img {
  width: 100%;
  height: auto;
}

.p-page-about__sticky-body {
  width: 55vw;
  margin-inline: auto;
}

.p-page-about__company .p-page-about__company-title {
  width: auto;
}

.p-page-about__company .p-page-about__company-title .c-text-en.--l {
  white-space: normal;
}

.p-page-about__company .p-page-about__group {
  border-top: none;
  margin-top: 8.4375rem;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .p-page-about__message,
  .p-page-about__message-columns {
    display: block;
  }
  .p-page-about__message-heading {
    margin-bottom: 1.5rem;
  }
  .p-page-about__message-body {
    max-width: none;
  }
  .p-page-about__message-body .c-text + .c-text {
    margin-top: 1.5rem;
  }
  .p-page-about__message-photo {
    width: auto;
    max-width: 430px;
    margin: 3rem auto 0;
  }
  .p-page-about__sticky-body {
    width: auto;
    margin-inline: 0;
  }
  .p-page-about__company .p-page-about__group {
    margin-top: 4.75rem;
  }
}
.p-performance-child__contents {
  background-color: #f3f3f3;
  padding-bottom: 10rem;
}

.p-performance-child__section {
  padding-top: 9rem;
}

.p-performance-child__section-inner {
  max-width: calc(1184px + 3.5rem);
  margin-inline: auto;
  padding-inline: 1.75rem;
}

.p-performance-child__section-body {
  max-width: 948px;
  margin: 5.75rem auto 0;
}

.p-performance-child__lead {
  line-height: 2;
  text-align: justify;
}

.p-performance-child__lead + .p-performance-child__lead {
  margin-top: 2rem;
}

.p-performance-child__text-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media (any-hover: hover) {
  .p-performance-child__text-link:hover {
    opacity: 0.6;
  }
}

.p-performance-child__figure {
  display: block;
  width: min(640px, 100%);
  margin: 2.5rem auto 0;
}
.p-performance-child__figure img {
  width: 100%;
  height: auto;
}

.p-performance-child__intro-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  max-width: 948px;
  margin: 5.75rem auto 0;
}

.p-performance-child__intro-text {
  flex: 1;
  line-height: 2;
  text-align: justify;
}

.p-performance-child__intro-photos {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}

.p-performance-child__intro-photo {
  display: block;
  width: 260px;
}
.p-performance-child__intro-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.p-performance-child__intro-row.--media {
  max-width: 1052px;
}

.p-performance-child__intro-figure {
  display: block;
  flex-shrink: 0;
  width: 640px;
}
.p-performance-child__intro-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.p-performance-child__merit-cards {
  max-width: 640px;
  margin: 2.5rem auto 0;
}

.p-performance-child__merit-card-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.p-performance-child__merit-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 160px;
  padding: 0.5rem;
  background-color: #fff;
  text-align: center;
}

.p-performance-child__merit-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-performance-child__merit-card-sub {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.p-performance-child__merit-cards-note {
  margin-top: 0.875rem;
  color: #888;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.p-performance-child__panoramas {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
}

.p-performance-child__panorama img {
  width: 100%;
  height: auto;
  aspect-ratio: 79/20;
  object-fit: cover;
}

.p-performance-child__figure-caption {
  margin-top: 1rem;
  color: #888;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  line-height: 2;
}

.p-performance-child__figure.--s {
  width: min(480px, 100%);
}

.p-performance-child__figure.--m {
  width: min(720px, 100%);
}

.p-performance-child__figure.--full {
  width: 100%;
  margin-top: 3rem;
}

.p-performance-child__table-wrap {
  margin-top: 3rem;
  overflow-x: auto;
}

.p-performance-child__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.p-performance-child__table th,
.p-performance-child__table td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  color: #222;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.p-performance-child__table thead th {
  background-color: rgba(184, 154, 90, 0.1);
  color: #282828;
  font-weight: 600;
}

.p-performance-child__table-note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: right;
}

.p-performance-child__topics {
  max-width: 948px;
  margin: 6.75rem auto 0;
}

.p-performance-child__topics.--spaced {
  margin-top: 5.5rem;
}

.p-performance-child__topic {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}

.p-performance-child__topic + .p-performance-child__topic {
  margin-top: 2rem;
}

.p-performance-child__topics.--spaced .p-performance-child__topic + .p-performance-child__topic {
  margin-top: 5.25rem;
}

.p-performance-child__topics.--airy {
  max-width: 948px;
  margin: 7rem auto 0;
}

.p-performance-child__topics.--airy .p-performance-child__topic + .p-performance-child__topic {
  margin-top: 5.5rem;
}

.p-performance-child__topics.--spaced .p-performance-child__topic.--gap-l {
  margin-top: 8rem;
}

.p-performance-child__topic-body {
  flex: 1;
}

.p-performance-child__topic-text {
  margin-top: 2.5rem;
  padding-inline: 1.5rem;
  line-height: 2;
  text-align: justify;
}

.p-performance-child__steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 948px;
  margin: 5.5rem auto 0;
}
.p-performance-child__steps::before {
  content: "";
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: calc(5rem - 0.5px);
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, #b89a5a 0, #b89a5a 2px, transparent 2px, transparent 4px);
}

.p-performance-child__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 10rem;
}

.p-performance-child__step-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 50%;
  color: #b89a5a;
  font-family: "Cardo", serif;
}

.p-performance-child__step-label {
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-performance-child__step-num {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-performance-child__step-body {
  flex: 1;
}

.p-performance-child__step-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-performance-child__step-text {
  margin-top: 0.75rem;
  line-height: 2;
  text-align: justify;
}

.p-performance-child__topic-text.--plain {
  margin-top: 0;
  padding-inline: 0;
}

.p-performance-child__topic-note {
  margin-top: 2rem;
  padding-inline: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 2;
}

.p-performance-child__columns {
  display: flex;
  gap: 3.75rem;
  margin-top: 2.5rem;
  padding-inline: 1.5rem;
}

.p-performance-child__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.p-performance-child__column-body {
  width: 100%;
}

.p-performance-child__column-title {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 2;
}

.p-performance-child__column-text {
  line-height: 2;
  text-align: justify;
}

.p-performance-child__column-figure {
  width: 15rem;
}

.p-performance-child__columns.--wide {
  margin-top: 0;
  padding-inline: 0;
}

.p-performance-child__column-figure.--l {
  width: 25rem;
}

.p-performance-child__merits {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-inline: 1.5rem;
}

.p-performance-child__merit {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-performance-child__merit-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-performance-child__merit-icon svg {
  width: 1rem;
  height: 0.625rem;
}

.p-performance-child__merit-title {
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-performance-child__merit-text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-performance-child__topic-figure {
  flex: 0 0 15rem;
  width: 15rem;
}

.p-performance-child__topic-figure.--wide {
  flex-basis: 18.375rem;
  width: 18.375rem;
}

.p-performance-child__topic-photo {
  display: block;
  width: 100%;
}
.p-performance-child__topic-photo img {
  width: 100%;
  height: 11.25rem;
  object-fit: cover;
}

.p-performance-child__topic-photo.--auto img {
  height: auto;
}

.p-performance-child__topic-caption {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.p-performance-child__topic-caption-logo {
  flex-shrink: 0;
  width: 5.3125rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-performance-child__contents {
    padding-bottom: 5rem;
  }
  .p-performance-child__section {
    padding-top: 5rem;
  }
  .p-performance-child__section-body {
    margin-top: 3rem;
  }
  .p-performance-child__intro-row {
    display: block;
    margin-top: 3rem;
  }
  .p-performance-child__intro-photos {
    margin-top: 1.5rem;
  }
  .p-performance-child__intro-photo {
    flex: 1;
    width: auto;
    min-width: 0;
  }
  .p-performance-child__intro-figure {
    width: 100%;
  }
  .p-performance-child__intro-figure + .p-performance-child__intro-text {
    margin-top: 1.5rem;
  }
  .p-performance-child__topics.--airy {
    margin-top: 3.5rem;
  }
  .p-performance-child__topics.--airy .p-performance-child__topic + .p-performance-child__topic {
    margin-top: 2.5rem;
  }
  .p-performance-child__topics {
    margin-top: 3.5rem;
  }
  .p-performance-child__topic {
    display: block;
  }
  .p-performance-child__topic + .p-performance-child__topic {
    margin-top: 2.5rem;
  }
  .p-performance-child__topic-text {
    margin-top: 1.5rem;
    padding-inline: 0;
  }
  .p-performance-child__merits {
    gap: 1.25rem;
    margin-top: 2rem;
    padding-inline: 0;
  }
  .p-performance-child__columns {
    display: block;
    margin-top: 1.5rem;
    padding-inline: 0;
  }
  .p-performance-child__column + .p-performance-child__column {
    margin-top: 2.5rem;
  }
  .p-performance-child__column {
    gap: 1.5rem;
  }
  .p-performance-child__column-figure.--l {
    width: 100%;
    max-width: 25rem;
  }
  .p-performance-child__steps {
    gap: 1.25rem;
    margin-top: 3rem;
  }
  .p-performance-child__steps::before {
    content: none;
  }
  .p-performance-child__step {
    align-items: flex-start;
    gap: 1.25rem;
    min-height: 6rem;
  }
  .p-performance-child__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6rem;
    left: calc(3rem - 0.5px);
    width: 1px;
    height: calc(100% - 6rem + 1.25rem);
    background-image: repeating-linear-gradient(to bottom, #b89a5a 0, #b89a5a 2px, transparent 2px, transparent 4px);
  }
  .p-performance-child__step-circle {
    gap: 0.25rem;
    width: 6rem;
    height: 6rem;
  }
  .p-performance-child__step-label {
    font-size: 0.625rem;
  }
  .p-performance-child__step-num {
    font-size: 1.5rem;
  }
  .p-performance-child__topic-figure {
    width: 15rem;
    margin-top: 1.5rem;
    margin-inline: auto;
  }
  .p-performance-child__merit-card-list {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .p-performance-child__merit-card {
    width: min(15rem, 100%);
    height: auto;
    min-height: 8rem;
  }
  .p-performance-child__merit-card-sub {
    margin-top: 0.75rem;
  }
  .c-heading-num + .p-performance-child__topics,
  .c-heading-num + .p-performance-child__topics.--spaced,
  .c-heading-num + .p-performance-child__topics.--airy {
    margin-top: 3rem;
  }
}
.p-modelhouse-detail .p-page-modelhouse__observer {
  padding-top: 5.75rem;
}

.p-modelhouse-detail__head {
  display: block;
}
.p-modelhouse-detail__head img {
  width: 100%;
  height: auto;
}

.p-modelhouse-detail__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 8rem;
  padding: 0 6.75rem 0 5rem;
}

.p-modelhouse-detail__title {
  font-family: "Cardo", serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-modelhouse-detail__title-sub {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-modelhouse-detail__intro-text {
  flex: 0 1 38.75rem;
  line-height: 2;
  text-align: justify;
}

.p-modelhouse-detail__figures {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5.5rem;
  padding: 0 6.75rem 0 6.3125rem;
}

.p-modelhouse-detail__figures-item {
  display: block;
}
.p-modelhouse-detail__figures-item img {
  width: 100%;
  height: auto;
}

.p-modelhouse-detail__figures-item.--portrait {
  width: 33.4%;
}

.p-modelhouse-detail__figures-item.--landscape {
  width: 57.4%;
  margin-top: 3.125rem;
}

.p-modelhouse-detail__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 9.375rem;
  padding: 0 6.8125rem 0 12.9375rem;
}

.p-modelhouse-detail__row-photo {
  display: block;
  width: 50%;
}
.p-modelhouse-detail__row-photo img {
  width: 100%;
  height: auto;
}

.p-modelhouse-detail__row-text {
  width: 42%;
  line-height: 2;
  text-align: justify;
}

.p-modelhouse-detail__full {
  display: block;
  margin-top: 7.5rem;
}
.p-modelhouse-detail__full img {
  width: 100%;
  height: auto;
}

.p-modelhouse-detail__feature {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 7.5rem;
  padding: 0 9.875rem 0 11.0625rem;
}

.p-modelhouse-detail__feature-body {
  width: 53.75%;
}

.p-modelhouse-detail__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.p-modelhouse-detail__feature-text {
  margin-top: 0.75rem;
  line-height: 2;
  text-align: justify;
}

.p-modelhouse-detail__feature-photo {
  display: block;
  width: 38.2%;
}
.p-modelhouse-detail__feature-photo img {
  width: 100%;
  height: auto;
}

.p-modelhouse-detail__center {
  width: min(44rem, 100% - 2.5rem);
  margin: 7.5rem auto 0;
}

.p-modelhouse-detail .p-page-modelhouse__slider {
  margin-top: 7rem;
}

.p-modelhouse-detail__reservation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 2rem;
  margin: 2.75rem 0 9.5rem;
  padding: 0 8.625rem 0 1.6875rem;
}

.p-modelhouse-detail__reservation-title {
  display: flex;
  align-items: flex-end;
  font-family: "Cardo", serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-modelhouse-detail__reservation-title-jp {
  padding-bottom: 0.25rem;
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-modelhouse-detail__reservation-text {
  padding-top: 0.625rem;
  line-height: 2;
}

.p-modelhouse-detail__reservation-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-modelhouse-detail .p-page-modelhouse__observer {
    padding-top: 4.5rem;
  }
  .p-modelhouse-detail__intro {
    display: block;
    margin-top: 3.5rem;
    padding: 0 1.25rem;
  }
  .p-modelhouse-detail__title {
    font-size: 1.75rem;
  }
  .p-modelhouse-detail__title-sub {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
  .p-modelhouse-detail__intro-text {
    margin-top: 1.5rem;
  }
  .p-modelhouse-detail__figures {
    display: block;
    margin-top: 3rem;
    padding: 0 1.25rem;
  }
  .p-modelhouse-detail__figures-item.--portrait {
    width: 70%;
  }
  .p-modelhouse-detail__figures-item.--landscape {
    width: 100%;
    margin-top: 1.25rem;
  }
  .p-modelhouse-detail__row {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 1.5rem;
    margin-top: 5rem;
    padding: 0 1.25rem;
  }
  .p-modelhouse-detail__row-photo,
  .p-modelhouse-detail__row-text {
    flex: 0 0 auto;
    width: 100%;
  }
  .p-modelhouse-detail__full {
    margin-top: 4rem;
  }
  .p-modelhouse-detail__feature {
    display: block;
    margin-top: 4rem;
    padding: 0 1.25rem;
  }
  .p-modelhouse-detail__feature-title {
    font-size: 1.25rem;
  }
  .p-modelhouse-detail__feature-body {
    width: 100%;
  }
  .p-modelhouse-detail__feature-photo {
    width: 100%;
    margin-top: 1.5rem;
  }
  .p-modelhouse-detail__center {
    margin-top: 4rem;
  }
  .p-modelhouse-detail__reservation {
    display: block;
    margin: 2.5rem 0 5rem;
    padding: 0 1.25rem;
  }
  .p-modelhouse-detail__reservation-text {
    margin-top: 0.75rem;
    padding-top: 0;
  }
  .p-modelhouse-detail__reservation-btn {
    margin-top: 1.5rem;
  }
}
.p-page-performance__heading {
  display: flex;
  align-items: flex-end;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 8.5rem;
}

.p-page-performance__heading-en {
  font-family: "Cardo", serif;
  font-size: 3.75rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.p-page-performance__heading-sub {
  display: inline-block;
  font-size: 0.8125rem;
  margin-left: 0.375rem;
}

.p-page-performance__contents {
  background-color: #f3f3f3;
  padding: 9rem 0 10rem;
}

.p-page-performance__contents-inner {
  max-width: calc(1184px + 3.5rem);
  margin-inline: auto;
  padding-inline: 1.75rem;
}

.p-page-performance__contents-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #969696;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.p-page-performance__contents-heading-jp {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.p-page-performance__contents-heading-en {
  font-size: 2.125rem;
  letter-spacing: 0.01em;
}

.p-page-performance__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}

.p-page-performance__item-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 373/498;
  padding: 1.5rem;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  will-change: clip-path;
  transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.p-page-performance__item-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (any-hover: hover) {
  .p-page-performance__item-link:hover {
    clip-path: inset(0.375rem 0.375rem 0.375rem 0.375rem);
  }
  .p-page-performance__item-link:hover .p-page-performance__item-bg {
    scale: 1.02;
  }
}

.p-page-performance__item-bg {
  position: absolute;
  inset: 0;
  will-change: scale;
  transition: scale 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.p-page-performance__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-page-performance__item-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-page-performance__item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.p-page-performance__item-title-jp {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-page-performance__item-title-en {
  font-family: "Cardo", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-page-performance__item-text {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
}

.p-page-performance__more {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}

.p-page-performance__more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 0.8125rem;
  background-color: #fff;
  border-radius: 0.125rem;
}
.p-page-performance__more-icon svg {
  width: 1.0625rem;
  height: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-page-quality__modelhouse.--performance {
    padding-bottom: 2rem;
  }
  .p-page-quality__modelhouse.--performance picture {
    width: 47.8vw;
    flex: 0 0 auto;
  }
}
.l-content__body.--low.performance .p-list-btn {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-page-performance__heading {
    margin-bottom: 4.5rem;
  }
  .p-page-performance__heading-en {
    font-size: 2.125rem;
  }
  .p-page-performance__heading-sub {
    display: block;
    margin-left: 0;
    margin-top: 0.75rem;
    line-height: 1.4;
  }
  .p-page-performance__contents {
    padding: 5rem 0;
  }
  .p-page-performance__contents-heading-jp {
    font-size: 1.25rem;
  }
  .p-page-performance__contents-heading-en {
    font-size: 1.3125rem;
  }
  .p-page-performance__list {
    gap: 1.25rem;
    margin-top: 3rem;
  }
}
.l-content__body.--low.performance-child {
  padding-top: 5.5rem;
}

.l-content__body.--low.performance-child .p-list-btn {
  margin-top: 0;
}

.p-performance-child-mv {
  display: flex;
  align-items: center;
  padding: 0 1.75rem 5rem 0;
}

.p-performance-child-mv__title {
  flex: 1;
}

.p-performance-child-mv__title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.p-performance-child-mv__title-jp {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-performance-child-mv__title-en {
  font-family: "Cardo", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.p-performance-child-mv__photo {
  display: block;
  width: 56.9444vw;
  aspect-ratio: 820/358;
}
.p-performance-child-mv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-performance-child-mv {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding: 0 0 3rem;
  }
  .p-performance-child-mv__title {
    padding-top: 1.5rem;
  }
  .p-performance-child-mv__photo {
    width: 100%;
  }
}
