@charset "UTF-8";
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.split-text,
.split-text-hover,
.split-hover,
.split-target {
  display: inline-block;
  overflow: hidden;
  /* 文字が下から出てくる際に見切れるのを防ぐ */
}

.split-text .char,
.split-text-hover .char,
.split-hover .char,
.split-target .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  /* 下から */
  will-change: transform, opacity;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  will-change: opacity, transform;
}

.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fade-up-connected {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  will-change: transform, opacity;
}

.fade-mask {
  position: relative;
  overflow: hidden;
}

.fade-mask .fade-mask-img,
.fade-mask .fade-mask-content,
.fade-mask {
  width: 100%;
  display: block;
  opacity: 0;
  mask-image: url("../images/common/mask-grad.webp");
  -webkit-mask-image: url("../images/common/mask-grad.webp");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto 200%;
  -webkit-mask-size: auto 200%;
  mask-position: left bottom;
  -webkit-mask-position: left bottom;
}

/* is-visible が付いたら発火 */
.fade-mask.is-visible .fade-mask-img,
.fade-mask.is-visible .fade-mask-content,
.fade-mask.is-visible {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) forwards;
          animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    mask-position: left bottom;
    -webkit-mask-position: left bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    mask-position: left 0%;
    -webkit-mask-position: left 0%;
    mask-size: auto 500%;
    -webkit-mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    mask-position: left bottom;
    -webkit-mask-position: left bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    mask-position: left 0%;
    -webkit-mask-position: left 0%;
    mask-size: auto 500%;
    -webkit-mask-size: auto 500%;
    opacity: 1;
  }
}
.p_works-single__header {
  position: relative;
  margin-top: 6.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_works-single__header {
    width: 100%;
    margin-top: 4.5625rem;
  }
}
.p_works-single__header__title {
  position: relative;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__header__title {
    margin-top: 4.5625rem;
    border-inline: rgba(46, 25, 17, 0.1) solid 1px;
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__header__title {
    width: calc(100% - 4rem);
  }
}
.p_works-single__header__title__inner {
  padding-block: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_works-single__header__title__inner {
    padding-block: 3rem;
  }
}
.p_works-single__header__title__inner .building {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #665D5A;
}
@media screen and (max-width: 768px) {
  .p_works-single__header__title__inner .building {
    font-size: 0.875rem;
  }
}
.p_works-single__header__title__inner .location {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 1.28125rem + 0.875vw, 1.9375rem);
  line-height: 1.3;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p_works-single__header__title__inner .location {
    margin-top: 1.25rem;
  }
}
.p_works-single__header__title__inner .location__en {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #665D5A;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p_works-single__header__title__inner .location__en {
    font-size: 0.8125rem;
  }
}
.p_works-single__header__title__inner .cat-status {
  padding: 0.5rem 0.625rem;
  max-width: 200px;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__header__title__inner .cat-status {
    margin-top: 1.25rem;
  }
}
.p_works-single__header__title__inner .cat-status .tx {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  font-size: 0.8125rem;
  display: block;
}
.p_works-single__header__title__inner .status_sale {
  color: #C25353;
  border: solid 1px #C25353;
}
.p_works-single__header__title__inner .status_operation {
  color: #3274BB;
  border: solid 1px #3274BB;
}
.p_works-single__header__title__inner .status_sold {
  color: #6A6C6F;
  border: solid 1px #6A6C6F;
}
.p_works-single__works-post {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap {
    width: 100%;
  }
}
.p_works-single__works-post__wrap .works-post {
  padding-block: 0rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post {
    padding-block: 0rem 3.125rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .works-post {
    width: 100%;
  }
}
.p_works-single__works-post__wrap .works-post .intro {
  max-width: 55rem;
  margin-inline: auto;
  padding-block: 3.75rem;
  line-height: 1.8;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.875rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post .intro {
    padding-block: 3.125rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post .intro {
    width: calc(100% - 5rem);
    margin-inline: auto;
    letter-spacing: 0.07em;
    padding-block: 3.375rem 2.375rem;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .works-post .intro {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
.p_works-single__works-post__wrap .works-post__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3.125rem 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post__body {
    gap: 2.0625rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p_works-single__works-post__wrap .works-post__body__info {
  width: 100%;
  max-width: 34%;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post__body__info {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post__body__info {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .works-post__body__info {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
.p_works-single__works-post__wrap .works-post__body__info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.65;
  border-bottom: rgba(46, 25, 17, 0.1) solid 1px;
  padding-block: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post__body__info .info {
    padding-block: 1rem;
    line-height: 1.6;
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .works-post__body__info .info {
    gap: 2rem;
  }
}
.p_works-single__works-post__wrap .works-post__body__info .info .info__dt {
  width: 6em;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post__body__info .info .info__dt {
    line-height: 1.6;
  }
}
.p_works-single__works-post__wrap .works-post__body__info .info .info__dd {
  width: calc(100% - 6em - 3.125rem);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post__body__info .info .info__dd {
    line-height: 1.6;
  }
}
.p_works-single__works-post__wrap .works-post__body__img {
  position: relative;
  overflow: hidden;
  max-width: 64%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .works-post__body__img {
    max-width: 100%;
  }
}
.p_works-single__works-post__wrap .works-post__body__img picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_works-single__works-post__wrap .before {
  margin-block: 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .before {
    margin-block: 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .before {
    width: calc(100% - 5rem);
    margin-inline: auto;
    margin-block: 0 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .before {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
.p_works-single__works-post__wrap .before__inner {
  padding: 2.125rem;
  border: solid 1px rgba(46, 25, 17, 0.1);
  background: #F7F7F7;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .before__inner {
    padding: 1.6875rem;
  }
}
.p_works-single__works-post__wrap .before__title {
  text-align: center;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.1875rem, 1.03125rem + 0.625vw, 1.5rem);
  margin-bottom: clamp(1.125rem, 0.8125rem + 1.25vw, 1.75rem);
}
.p_works-single__works-post__wrap .before__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .before__content {
    gap: 1rem;
  }
}
.p_works-single__works-post__wrap .before__content__item img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 16.1875rem;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .before__content__item img {
    max-width: 100%;
  }
}
.p_works-single__works-post__wrap .img-col1 {
  max-width: 50rem;
  margin-inline: auto;
  margin-block: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .img-col1 {
    margin-block: 0.875rem;
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .img-col1 {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
.p_works-single__works-post__wrap .img-col1 picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_works-single__works-post__wrap .img-col2 {
  max-width: 65rem;
  margin-inline: auto;
  margin-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .img-col2 {
    margin-block: 0.875rem;
    gap: 0.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .img-col2 {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
.p_works-single__works-post__wrap .img-col2 picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_works-single__works-post__wrap .img-col3-height {
  max-width: 65rem;
  margin-inline: auto;
  margin-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .img-col3-height {
    margin-block: 0.875rem;
    gap: 0.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 1.25rem;
    max-width: 25rem;
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .img-col3-height {
    width: calc(100% - 5rem);
    margin-inline: auto;
    max-width: 70%;
  }
}
.p_works-single__works-post__wrap .img-col3-height picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/4;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_works-single__works-post__wrap .img-col2-height {
  max-width: 50rem;
  margin-inline: auto;
  margin-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .img-col2-height {
    margin-block: 0.875rem;
    gap: 0.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 1.25rem;
    max-width: 25rem;
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .img-col2-height {
    width: calc(100% - 5rem);
    margin-inline: auto;
    max-width: 70%;
  }
}
.p_works-single__works-post__wrap .img-col2-height picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/4;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_works-single__works-post__wrap .img-col1-height {
  max-width: 25rem;
  margin-inline: auto;
  margin-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .img-col1-height {
    margin-block: 0.875rem;
    gap: 0.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__wrap .img-col1-height {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__works-post__wrap .img-col1-height {
    width: calc(100% - 5rem);
    margin-inline: auto;
    max-width: 70%;
  }
}
.p_works-single__works-post__wrap .img-col1-height picture img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/4;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_works-single__works-post__more {
  margin-inline: auto;
  margin-block: 5.625rem 6.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_works-single__works-post__more {
    margin-block: 3.125rem 4.375rem;
  }
}
.p_works-single__related {
  position: relative;
  padding-block: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__related {
    padding-block: 3.625rem 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p_works-single__related__wrap__header {
    margin-bottom: 2.625rem;
  }
}
.p_works-single__related__wrap__header .o_p_title-bracket__en {
  letter-spacing: 0.08em;
}
.p_works-single__related__wrap .related__body__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 2.25rem;
}
@media screen and (max-width: 480px) {
  .p_works-single__related__wrap .related__body__content {
    grid-template-columns: 1fr;
    grid-gap: 2rem 2.25rem;
  }
}
.p_works-single__related__wrap .related .works-post {
  position: relative;
}
@media (hover: hover) {
  .p_works-single__related__wrap .related .works-post:hover .works-post__thumbnail__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p_works-single__related__wrap .related .works-post__thumbnail {
  position: relative;
  overflow: hidden;
}
.p_works-single__related__wrap .related .works-post__thumbnail__img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.p_works-single__related__wrap .related .works-post .o_c_btn__upper-right {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
}
.p_works-single__related__wrap .related .works-post__item {
  margin-top: 0.875rem;
}
.p_works-single__related__wrap .related .works-post__item__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 0.625rem;
}
@media screen and (max-width: 480px) {
  .p_works-single__related__wrap .related .works-post__item__title {
    gap: 0.1875rem 0.625rem;
  }
}
.p_works-single__related__wrap .related .works-post__item__title .location {
  font-family: "Bellefair", serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p_works-single__related__wrap .related .works-post__item__title .location {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p_works-single__related__wrap .related .works-post__item__title .location {
    display: block;
    width: 100%;
  }
}
.p_works-single__related__wrap .related .works-post__item__title .building {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #665D5A;
}
.p_works-single__related__wrap .related .works-post__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: 0.3125rem;
  color: #665D5A;
}
@media screen and (max-width: 480px) {
  .p_works-single__related__wrap .related .works-post__item__info {
    margin-top: 0.25rem;
  }
}
.p_works-single__related__wrap .related .works-post__item__cat {
  display: inline-block;
  margin-top: 0.625rem;
}
.p_works-single__related__wrap .related .works-post__item__cat .cat-status {
  padding: 0.5rem 0.75rem;
}
.p_works-single__related__wrap .related .works-post__item__cat .cat-status .tx {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  font-size: 0.8125rem;
  display: block;
}
.p_works-single__related__wrap .related .works-post__item__cat .status_sale {
  color: #C25353;
  border: solid 1px #C25353;
}
.p_works-single__related__wrap .related .works-post__item__cat .status_operation {
  color: #3274BB;
  border: solid 1px #3274BB;
}
.p_works-single__related__wrap .related .works-post__item__cat .status_sold {
  color: #6A6C6F;
  border: solid 1px #6A6C6F;
}/*# sourceMappingURL=works-single.css.map */