@charset "UTF-8";
/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

.wrap {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}

#private main {
  color: #3e3a39;
  font-family: "RyuminPro", serif;
  line-height: 1;
}

#private sup {
  font-size: 10px;
  vertical-align: super;
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.annotation-area {
  background: transparent;
  color: #797979;
  padding: 100px 0 40px;
}

.page-annotation {
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

#private .private-wrapper {
  /* background-color: #000;
  padding-bottom: 60px; */
}

#private .mv-content {
  /* max-width: 1200px; */
  /* width: 94%; */
  background-color: #fff;
  margin-inline: auto;
  color: #000;
  padding-bottom: 60px;
}

#private .mv-content img {
  height: auto;
  width: 100%;
}

#private .mv-content .image {
  position: relative;
  aspect-ratio: 1600/898;
}

#private .mv-content .image-white {
  background-color: #fff;
  position: relative;
  aspect-ratio: 1600/898;
}

#private .mv-content .slick-img .caption {
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  left: 20px;
  bottom: 2%;
  font-family: "RyuminPro", serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}
@media (max-width: 768px) {
  #private .mv-content .slick-img .caption {
    font-size: 1.5rem;
  }
}

#private .mv-content .slick-img .captionRight {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 2%;
  font-family: "RyuminPro", serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}
@media (max-width: 768px) {
  #private .mv-content .slick-img .captionRight {
    font-size: 1.5rem;
  }
}

#private .mv-content .slick-img .caption span,
#private .mv-content .slick-img .captionRight span {
  font-size: 1.2rem;
  font-family: "RyuminPro", serif;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #fff;
}
@media (max-width: 768px) {
  #private .mv-content .slick-img .caption span,
  #private .mv-content .slick-img .captionRight span {
    font-size: 1rem;
  }
}

#private .mv-content .slick-list,
#private .mv-content .slick-track {
  /* display: block; */
  justify-content: space-around;
}

#private .mv-content .thumbnail {
  max-width: 1270px;
  margin-top: 60px;
  margin-inline: auto;
  padding-inline: 3%;
  box-sizing: content-box;
}
#private .mv-content .thumbnail .thumbnail-img {
  width: 100%!important;
  height: auto !important;
}

#private .mv-content .thumbnail-img.mr0-pc {
  margin-right: 0;
}

#private .mv-content .thumbnail .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
  transition: 0.5s;
}

#private .mv-content .thumbnail .image-white::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
  transition: 0.5s;
}

#private .mv-content .thumbnail .caption {
  width: 100%;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.6rem;
  font-family: "RyuminPro", serif;
  line-height: 1.4;
  letter-spacing: 0.12em;
  z-index: 10;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}

#private .mv-content .thumbnail .slick-current .caption {
  display: none;
}

#private .mv-content .thumbnail .slick-current .image::after {
  opacity: 0;
}

#private .mv-content .thumbnail .slick-track {
  transform: unset !important;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
}

#private .mv-content .thumbnail .slick-track::before,
#private .mv-content .thumbnail .slick-track::after {
  display: none;
}
.slick-prev,
.slick-next {
  background-image: url(../images/common/arw_slide02.png) !important;
}

#private .mv-content .slick-prev {
  left: 25px;
  z-index: 2;
}

#private .mv-content .slick-next {
  right: 25px;
}

#private .mv-content .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

#private .mv-content .slick-initialized .slick-slide {
  aspect-ratio: 1600/898;
}

@media (max-width: 768px) {
  #private .mv-content {
    padding-inline: 3%;
  }
  #private .main-visual .mv-title {
    width: 80%;
  }
  #private .mv-content .slick-list, #private .mv-content .slick-track {
    display: block;
  }
  #private .mv-content .thumbnail {
    margin-top: 20px;
    padding-inline: 0;
    box-sizing: border-box;
  }
  #private .mv-content .thumbnail .slick-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2%;
  }
  #private .mv-content .thumbnail-img:nth-of-type(n + 4) {
    margin-top: 10px;
  }

  #private .mv-content .thumbnail-img.mr0-sp {
    /* margin-right: 0; */
  }
  #private .mv-content .thumbnail .caption {
    font-size: 1rem;
  }

  .annotation-area {
    padding: 40px 0
  }
}



/*** sticky-content ***/
.sticky-content {
  background:  no-repeat top center / cover url(../images/private/bg.webp);
  padding-top: 90px;
  padding-inline: 40px;
}
.sticky-content-inner {
  max-width: 1600px;
  margin-inline: auto;
}

.section-title {
  font-size: 48px;
  font-family: "GaramondPro";
  text-align: center;
}
.section-title span {
  position: relative;
  padding-inline: 24px;
}
.section-title span::before, .section-title span::after {
  content: "";
  display: block;
  background-color: #000;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-title span::before {
  left: -80px;
}
.section-title span::after {
  right: -80px;
}
.section-subtitle {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  margin-top: 40px;
}
.section-lead {
  font-size: 18px;
  line-height: calc(53 / 26);
  text-align: center;
  margin-top: 40px;
}

/*** sticky ***/
/*** sticky-title ***/
.sticky-title01 {
  display: flex;
  align-items: stretch;
  min-height: 58px;
  position: relative;
}

.sticky-title01 p {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-family: "GaramondPro";
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  border-bottom: 5px solid #e6c200;
  padding: 4px 12px 8px;
  position: relative;
}

.sticky-title01 p::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #e6c200;
  position: absolute;
  top: 0;
  right: 0;
}

.sticky-title01 .title {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  font-size: 22px;
  line-height: calc(29 / 24);
  border-bottom: 5px solid #666;
  padding: 0 40px 8px 12px;
  letter-spacing: -0.02em;
}

.sticky-title01 .sticky-number {
  position: absolute;
  bottom: 12px;
  right: 0;
}

.sticky-title02 {
  background-color: rgba(230, 194, 0, 0.2);
  font-size: 19px;
  color: #595757;
  line-height: calc(29 / 19);
  margin-top: 32px;
  padding: 8px 12px
}

/*** sticky-text ***/
.sticky-text01 {
  font-size: 19px;
  line-height: calc(31 / 19);
}

/*** sticky-number ***/
.sticky-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #e18a3d;
  font-size: 20px;
  color: #fff;
}

/*** sticky-note ***/
.sticky-note01 {
  font-size: 13px;
  line-height: calc(27 / 13);
  margin-top: 16px;
}

/*** sticky-inner ***/
.sticky-inner01 {
  display: flex;
  gap: 16px;
  position: relative;
  margin-top: 135px;
}

/*** sticky-block ***/
.sticky-block01-01-spOnry {
  display: none;
}
.sticky-block01-01 {
  flex: 1;
  text-align: center;
  position: sticky;
  top: -15%;
  align-self: flex-start;
}
.sticky-block01-01 img {
  width: auto;
  max-height: 110dvh;
  aspect-ratio: 183/449;
}
.sticky-block01-02 {
  flex: 1.2;
  background-color: #fff;
}

/*** sticky-item ***/
.sticky-item {
  display: flex;
}
.sticky-item .sticky-number {
  margin-bottom: 12px;
  /* transform: translateY(8px); */
}

/*** sticky-item01 ***/
.sticky-item01 {
  flex-direction: column;
  margin-top: 31px;
}
.sticky-item01 .sticky-item-block02 {
  margin-top: 40px;
}
.sticky-item01 .sticky-item-block01-02 {
  text-align: center;
  margin-top: 40px;
}
/*** sticky-item02 ***/
.sticky-item02 {
  margin-top: 22px;
  column-gap: 3%;
}
.sticky-item02 .sticky-item-block01-01 {
  flex: 1.5;
}
.sticky-item02 .sticky-item-block01-02 {
  flex: 1;
}

/*** sticky-point ***/
.sticky-point {
  padding: 32px;
}

.sticky-point+.sticky-point {
  margin-top: 16px;
}

.sticky-point01 .sticky-title01 .title {
  padding-right:20px;
}
.sticky-point02 .sticky-title01 .title {
  padding-right: 20px;
}
.sticky-point02 .sticky-item01 .sticky-item-block01-02 {
  padding-inline: 16px;
}

.sticky-point03 .sticky-title01 .title {
  padding-right: 20px;
}
.sticky-point04 .sticky-title01 .title {
  padding-right: 20px;
}
.sticky-point05 .sticky-title01 .title {
  padding-right: 20px;
}
.sticky-point06 .sticky-title01 .title {
  padding-right: 20px;
  }

  @media (orientation: portrait) and (min-width: 769px) {
    .sticky-block01-01 {
      top: 20px !important;
    }
  }

@media (min-width: 769px) {
  .sticky-display-button,
  .sticky-floorplan-backdrop {
    display: none !important;
  }
}

@media (max-width: 1080px) and (min-width: 769px) {
  .sticky-block01-01 {
    top: -15%;
  }
}



@media (max-width: 768px) {
  /* スクロールロック時にスクロールバー消滅で幅が変わり Slick 等が再計算されるのを抑える */
  html {
    scrollbar-gutter: stable;
  }

/*** sticky-content ***/
  .sticky-content {
    --sticky-floorplan-btn-h: 52px;
    padding-top: 60px;
    padding-inline: 16px;
  }

  .sticky-floorplan-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1015;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .sticky-content.is-floorplan-open .sticky-floorplan-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .sticky-display-button {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1020;
    width: 100%;
    margin: 0;
    padding: 14px 44px 14px;
    min-height: var(--sticky-floorplan-btn-h);
    box-sizing: border-box;
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 1.3;
    border: none;
    border-radius: 0;
    background-color: #9d7a41;
    color: #fff;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.05em;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, visibility 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out;
  }

  .sticky-display-button .sticky-floorplan-label--close {
    display: none;
  }

  .sticky-display-button.is-open .sticky-floorplan-label--open {
    display: none;
  }

  .sticky-display-button.is-open .sticky-floorplan-label--close {
    display: inline;
  }

  .sticky-floorplan-chevron {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    pointer-events: none;
    flex-shrink: 0;
  }

  .sticky-floorplan-chevron__svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .sticky-floorplan-chevron__svg--up {
    opacity: 0;
    visibility: hidden;
  }

  .sticky-display-button.is-open .sticky-floorplan-chevron__svg--down {
    opacity: 0;
    visibility: hidden;
  }

  .sticky-display-button.is-open .sticky-floorplan-chevron__svg--up {
    opacity: 1;
    visibility: visible;
  }

  #private.is-sticky-section-visible .sticky-display-button {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sticky-display-button.is-open {
    background-color: #868076;
    color: #fff;
  }

  .section-title {
    font-size: 24px;
  }

  .section-title span {
    position: relative;
    padding-inline: 16px;
  }

  .section-title span::before,
  .section-title span::after {
    width: 70px;
  }

  .section-title span::before {
    left: -70px;
  }

  .section-title span::after {
    right: -70px;
  }

  .section-subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
  }

  .section-lead {
    font-size: 14px;
    margin-top: 16px;
    text-align: left;
  }

  /*** sticky-title ***/
  .sticky-title01 {
    min-height: 0px;
  }

  .sticky-title01 p {
    font-size: 15px;
    border-bottom: 3px solid #e6c200;
    padding: 4px 9px 8px;
  }

  .sticky-title01 .title {
    font-size: 16px;
    border-bottom: 3px solid #666;
    padding: 0 40px 8px 8px;
  }


  .sticky-title02 {
    font-size: 16px;
    margin-top: 24px;
    padding: 8px 12px
  }

  /*** sticky-text ***/
  .sticky-text01 {
    font-size: 15px;
  }

  /*** sticky-number ***/
  .sticky-number {
    width: 18px;
    height: 18px;
    font-size: 12px;
    bottom: 8px;
  }

  /*** sticky-note ***/
  .sticky-note01 {
    font-size: 12px;
    line-height: 1.65;
  }

  /*** sticky-inner ***/
  .sticky-inner01 {
    display: block;
    margin-top: 32px;
  }

  /*** sticky-block ***/
  .sticky-block01-01-spOnry {
    display: block;
    text-align: center;
    /* margin-bottom: 20px; */
    padding: 16px 12px 24px;
  }
  .sticky-block01-01-spOnry img {
    width: 90%;
    max-width: 400px;
    height: auto;
    /* max-height: min(80dvh, 640px); */
  }
  .sticky-block01-01 {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1018;
    margin: 0;
    padding: 16px 12px;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
    text-align: center;
    background-color: #fff;
    height: 100dvh;
    /* max-height: calc(100dvh - var(--sticky-floorplan-btn-h)); */
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    transform: translateY(-100%);
    /* visibility: hidden; */
    pointer-events: none;
    backface-visibility: hidden;
    transition: transform .3s ease-out, visibility .3s ease-out;
  }

  .sticky-content.is-floorplan-open .sticky-block01-01 {
    transform: translateY(var(--sticky-floorplan-btn-h));
    visibility: visible;
    pointer-events: auto;
  }

  .sticky-block01-01 img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - 90px);
    aspect-ratio: auto;
  }

  .sticky-block01-02 {
    flex: 1.2;
    background-color: #fff;
  }

  /*** sticky-item01 ***/
  .sticky-item01 {
    margin-top: 16px;
  }
  .sticky-item01 .sticky-item-block01-02 {
    margin-top: 32px;
    padding-inline: 16px;
  }

  /*** sticky-item02 ***/
  .sticky-item02 {
    flex-direction: column;

  }
  .sticky-item02 .sticky-item-block01-02 {
    margin-top: 32px;
    padding-inline: 16px;
  }

  .sticky-item02 img {
    width: 100%;

  }
  /*** sticky-point ***/
  .sticky-point {
    padding: 24px 12px;
  }

  .sticky-point + .sticky-point {
    margin-top: 0;
  }

  .sticky-point01 .sticky-title01 .title {
    padding-right: 24px;
  }

  body.private-floorplan-open {
    overflow: hidden;
    overscroll-behavior: none;
  }
}

/*# sourceMappingURL=private.css.map */
