@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #D4B572;
  --cc-main: #8c1c0a;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- MV

================================================ */
.top-mv {
  position: relative;
}

.top-mv__summary {
  padding: 43px 0 47px;
  background-color: #FFFFFF;
}

.top-mv__note p {
  font-size: 0.8125rem;
  line-height: 1.385;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top-mv__lead {
  max-width: 946px;
  width: 100%;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv__summary {
    padding: 4.533vw 4vw 8vw;
  }
  .top-mv__note p {
    font-size: 3.4666666667vw;
    line-height: 1.385;
  }
  .top-mv__lead {
    width: 86.667vw;
    margin: 5.333vw auto 0;
  }
}
/* ================================================

-

================================================ */
.top-sc {
  position: relative;
}

.top-sc__ttl {
  font-size: 9.375rem;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: -50px;
}

.top-sc__ttl.-concept {
  left: 0;
}

.top-sc__ttl.-location {
  right: 0;
}

.m-body.-top {
  position: relative;
}

.top-note {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.top-note p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.475;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 1440px) {
  .top-note p {
    font-size: 0.875rem;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__ttl {
    font-size: 10.6666666667vw;
    top: -2.667vw;
  }
  .top-note {
    padding: 4.8vw 5.333vw 4.8vw;
    position: static;
    background-color: #FFFFFF;
  }
  .top-note p {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    line-height: 1.3846;
    text-align: left;
  }
}
/* ================================================

- showcase

================================================ */
.top-sc.-showcase {
  padding: 164px 0 177px;
  background-color: #635a53;
}

.top-showcase__ttl {
  width: 346px;
  margin: 0 auto;
}

.top-showcase__summary {
  margin-top: 32px;
}
.top-showcase__summary p {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}

.top-showcase__photos {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 48px;
  max-width: 1440px;
  width: 100%;
  margin: 73px auto 0;
}

.top-showcase__photo {
  width: calc(50% - 24px);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-showcase {
    padding: 11.467vw 0 13.867vw;
  }
  .top-showcase__ttl {
    width: 61.867vw;
  }
  .top-showcase__summary {
    margin-top: 5.333vw;
  }
  .top-showcase__summary p {
    font-size: 3.7333333333vw;
  }
  .top-showcase__photos {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin: 7.2vw auto 0;
  }
  .top-showcase__photo {
    width: 77.333vw;
  }
}
/* ================================================

- concept

================================================ */
.top-sc.-concept {
  padding: 150px 0 143px;
  background-image: url("../images/top/concept_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-concept__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0;
  width: calc(100% + (100vw - 100%) / 2);
}

.top-concept__photo {
  width: 48.438vw;
}
.top-concept__photo img {
  min-height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.top-concept__summarys dt {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-main);
}
.top-concept__summarys dd {
  margin-top: 40px;
}

.top-concept__summary p {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.top-concept__btn {
  margin-top: 60px;
}

.top-concept__photo2 {
  width: 81.25vw;
  margin-top: 72px;
}
.top-concept__photo2 img {
  min-height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-concept {
    padding: 16.8vw 0 14.133vw;
    background-image: url("../images/top/concept_bg.jpg");
  }
  .top-concept__layout {
    display: block;
    width: 100%;
  }
  .top-concept__photo {
    width: 77.333vw;
    margin-top: 6.933vw;
    margin-left: auto;
  }
  .top-concept__photo img {
    min-height: 0;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .top-concept__summarys {
    padding-left: 10.667vw;
  }
  .top-concept__summarys dt {
    font-size: 5.3333333333vw;
  }
  .top-concept__summarys dd {
    margin-top: 5.333vw;
  }
  .top-concept__summary p {
    font-size: 3.7333333333vw;
    line-height: 1.714;
    letter-spacing: 0;
  }
  .top-concept__btn {
    margin-top: 3.467vw;
  }
  .top-concept__photo2 {
    width: 90.667vw;
    margin-top: 6.133vw;
  }
  .top-concept__photo2 img {
    min-height: 0;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 0;
       object-position: 0;
  }
}
/* ================================================

- location

================================================ */
.top-sc.-location {
  padding: 154px 0 175px;
  background-image: url("../images/top/location_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-location__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 60px;
  width: calc(100% + (100vw - 100%) / 2);
}

.top-location__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 53.125vw;
}
.top-location__photo img {
  min-height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.top-location__summarys {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-location__summarys dt {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-main);
}
.top-location__summarys dd {
  margin-top: 50px;
}

.top-location__lead {
  padding: 16px 0 16px;
  background-color: #635a53;
  text-align: center;
}
.top-location__lead p {
  font-size: 2rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.top-location__summary {
  margin-top: 30px;
}
.top-location__summary p {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.top-location__btn {
  margin-top: 60px;
}

.top-location__photo2 {
  width: 81.25vw;
  margin-top: 70px;
  margin-left: auto;
}
.top-location__photo2 img {
  min-height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-location {
    padding: 16.267vw 0 13.867vw;
    background-image: url("../images/top/location_bg.jpg");
  }
  .top-location__layout {
    display: block;
    width: 100%;
  }
  .top-location__photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 77.333vw;
    margin-top: 5.6vw;
  }
  .top-location__photo img {
    min-height: 0;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 0;
       object-position: 0;
  }
  .top-location__summarys {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 25.6vw 0 10.667vw;
  }
  .top-location__summarys dt {
    font-size: 5.3333333333vw;
  }
  .top-location__summarys dd {
    margin-top: 6.933vw;
  }
  .top-location__lead {
    padding: 2.133vw 0 2.4vw;
  }
  .top-location__lead p {
    font-size: 4.2666666667vw;
  }
  .top-location__summary {
    margin-top: 4.533vw;
  }
  .top-location__summary p {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    line-height: 1.714;
  }
  .top-location__btn {
    margin-top: 3.2vw;
  }
  .top-location__photo2 {
    width: 90.667vw;
    margin-top: 6.4vw;
    margin-left: auto;
  }
  .top-location__photo2 img {
    min-height: 0;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 0;
       object-position: 0;
  }
}
/* ================================================

-

================================================ */
.top-sc.-design {
  padding: 164px 0 165px;
  background-image: url("../images/top/design_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-design__ttl span {
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.top-design__ttl span.-en {
  font-size: 6.25rem;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
  color: #d4c8bb;
}
.top-design__ttl span.-jp {
  margin-top: 33px;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}

.top-design__summary {
  margin-top: 60px;
}
.top-design__summary p {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}

.top-design__btn {
  margin-top: 60px;
}

.top-design__photo {
  max-width: 900px;
  width: 100%;
  margin: 95px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-design {
    padding: 10.933vw 0 12.8vw;
    background-image: url("../images/top/design_bg.jpg");
  }
  .top-design__ttl span.-en {
    font-size: 10.6666666667vw;
  }
  .top-design__ttl span.-jp {
    margin-top: 3.467vw;
    font-size: 5.3333333333vw;
  }
  .top-design__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.2vw;
    margin-top: 7.2vw;
  }
  .top-design__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-design__summary {
    margin-top: 0;
  }
  .top-design__summary p {
    font-size: 3.7333333333vw;
    letter-spacing: -0.06em;
    line-height: 1.714;
    white-space: nowrap;
  }
  .top-design__btn {
    margin-top: 6.933vw;
  }
  .top-design__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 77.333vw;
    margin: 0 auto;
  }
}
/* ================================================

- plan

================================================ */
.top-sc.-plan {
  padding: 115px 0 95px;
  background-color: #d4c8bb;
}

.top-plan__ttl span {
  display: block;
  text-align: center;
}
.top-plan__ttl span.-en {
  font-size: 6.25rem;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
  color: #815e36;
}
.top-plan__ttl span.-en small {
  font-size: 4.375rem;
  font-style: italic;
}

.top-plan__layotu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 70px;
  margin-top: 85px;
}

.top-plan__photo {
  width: 761px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.top-plan__summarys {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.top-plan__summarys dt {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.top-plan__summarys dd {
  margin-top: 40px;
}

.top-plan__summary p {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
}

.top-plan__btn {
  margin-top: 60px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-plan {
    padding: 10.667vw 0 13.333vw;
  }
  .top-plan__ttl span.-en {
    font-size: 10.6666666667vw;
  }
  .top-plan__ttl span.-en small {
    font-size: 7.4666666667vw;
  }
  .top-plan__ttl span.-jp {
    margin-top: 3.733vw;
    font-size: 5.3333333333vw;
  }
  .top-plan__layotu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.467vw;
    margin-top: 7.2vw;
  }
  .top-plan__photo {
    width: 77.333vw;
  }
  .top-plan__summarys {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .top-plan__summarys dd {
    margin-top: 0;
  }
  .top-plan__summary {
    text-align: center;
  }
  .top-plan__summary p {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    line-height: 1.714;
  }
  .top-plan__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 4.267vw;
  }
}
/* ================================================

- gallery

================================================ */
.top-sc.-gallery {
  padding: 75px 0 83px;
  background-color: #635a53;
}

.top-gallery {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0 56px;
  background-color: #FFFFFF;
}

.top-galleryn__ttl span {
  display: block;
  text-align: center;
}
.top-galleryn__ttl span.-en {
  font-size: 3.375rem;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
}
.top-galleryn__ttl span.-jp {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.045em;
}

.top-gallery__summary {
  margin-top: 36px;
}
.top-gallery__summary p {
  font-size: 2.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-gallery {
    padding: 10.133vw 0 9.6vw;
  }
  .top-gallery {
    max-width: 77.333vw;
    width: 100%;
    margin: 0 auto;
    padding: 5.333vw 0 6.4vw;
  }
  .top-galleryn__ttl span.-en {
    font-size: 10.6666666667vw;
  }
  .top-galleryn__ttl span.-jp {
    font-size: 5.3333333333vw;
  }
  .top-gallery__summary {
    margin-top: 2.933vw;
  }
  .top-gallery__summary p {
    font-size: 5.3333333333vw;
  }
}