@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__header .o_p_heading__page__title__inner {
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  .p_works__header .o_p_heading__page__title__inner {
    text-shadow: 0 0 8px #000;
  }
}
@media screen and (max-width: 768px) {
  .p_works__header .o_p_heading__page__title__inner__jp .title--tx {
    text-shadow: 0 0 5px #000;
  }
}
.p_works__header .o_p_heading__page__title__inner__jp .line--left {
  -webkit-box-shadow: 0 0 8px #000;
          box-shadow: 0 0 8px #000;
}
@media screen and (max-width: 768px) {
  .p_works__header .o_p_heading__page__title__inner__jp .line--left {
    -webkit-box-shadow: 0 0 6px #000;
            box-shadow: 0 0 6px #000;
  }
}
.p_works__header .o_p_heading__page__title__inner__jp .line--right {
  -webkit-box-shadow: 0 0 8px #000;
          box-shadow: 0 0 8px #000;
}
@media screen and (max-width: 768px) {
  .p_works__header .o_p_heading__page__title__inner__jp .line--right {
    -webkit-box-shadow: 0 0 6px #000;
            box-shadow: 0 0 6px #000;
  }
}
.p_works .o_p_filter {
  padding-block: 5.625rem 0;
}
@media screen and (max-width: 768px) {
  .p_works .o_p_filter {
    padding-block: 2.8125rem 2.5rem;
  }
}
.p_works .o_p_filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  scroll-margin-top: 0rem;
}
@media screen and (max-width: 1040px) {
  .p_works .o_p_filter__inner {
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p_works .o_p_filter__inner {
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .p_works .o_p_filter__inner {
    gap: 1rem;
    max-width: 15rem;
  }
}
.p_works .o_p_filter__inner .filter-select {
  outline: none;
  width: calc((100% - 90px - 160px) / 4);
}
@media screen and (max-width: 1040px) {
  .p_works .o_p_filter__inner .filter-select {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p_works .o_p_filter__inner .filter-select {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .p_works .o_p_filter__inner .filter-select {
    width: 100%;
    max-width: 15rem;
  }
}
@media screen and (max-width: 1040px) {
  .p_works .o_p_filter__inner .sort__reset--btn {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p_works .o_p_filter__inner .sort__reset--btn {
    margin-top: 0.625rem;
  }
}
.p_works__works {
  padding-block: 5.875rem 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_works__works {
    padding-block: 0rem 1.25rem;
  }
}
.p_works__works .works {
  max-width: 1264px;
}
.p_works__works .works__body__intro {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_works__works .works__body__intro {
    text-align: left;
  }
}
.p_works__works .works__body__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2.875rem 2.25rem;
}
@media screen and (max-width: 480px) {
  .p_works__works .works__body__content {
    grid-template-columns: 1fr;
    grid-gap: 2rem 2.25rem;
  }
}
.p_works__works .works__body__content .message {
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p_works__works .works__body__content .message.is-visible {
  opacity: 1;
}
.p_works__works .works .works-post {
  position: relative;
}
@media (hover: hover) {
  .p_works__works .works .works-post:hover .works-post__thumbnail__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p_works__works .works .works-post__thumbnail {
  position: relative;
  overflow: hidden;
}
.p_works__works .works .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__works .works .works-post .o_c_btn__upper-right {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
}
.p_works__works .works .works-post__item {
  margin-top: 0.875rem;
}
.p_works__works .works .works-post__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 0.625rem;
}
@media screen and (max-width: 480px) {
  .p_works__works .works .works-post__item__title {
    gap: 0.1875rem 0.625rem;
  }
}
.p_works__works .works .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__works .works .works-post__item__title .location {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p_works__works .works .works-post__item__title .location {
    display: block;
    width: 100%;
  }
}
.p_works__works .works .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__works .works .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__works .works .works-post__item__info {
    margin-top: 0.25rem;
  }
}
.p_works__works .works .works-post__item__cat {
  display: inline-block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p_works__works .works .works-post__item__cat {
    margin-top: 0.5rem;
  }
}
.p_works__works .works .works-post__item__cat .cat-status {
  padding: 0.5rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .p_works__works .works .works-post__item__cat .cat-status {
    padding: 0.4375rem 0.75rem 0.5rem;
  }
}
.p_works__works .works .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__works .works .works-post__item__cat .status_sale {
  color: #C25353;
  border: solid 1px #C25353;
}
.p_works__works .works .works-post__item__cat .status_operation {
  color: #3274BB;
  border: solid 1px #3274BB;
}
.p_works__works .works .works-post__item__cat .status_sold {
  color: #6A6C6F;
  border: solid 1px #6A6C6F;
}
.p_works__works .works .mix-pagination {
  margin-block: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_works__works .works .mix-pagination {
    margin-block: 0.25rem 2.625rem;
  }
}
.p_works__works .works__more {
  margin-inline: auto;
  margin-block: 3.375rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}/*# sourceMappingURL=works.css.map */