@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-red: #FF0000;
  --cc-main: #742A36;
  --cc-primary: #742A36;
  --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

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

- イージング

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

- 共通

================================================ */
.top-sc__head {
  padding: 24px 0;
}

.top-sc__ttl {
  text-align: center;
}
.top-sc__ttl span {
  font-size: 2rem;
  letter-spacing: 0.4em;
  color: #7D7E74;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.top-sc__summary {
  text-align: center;
}
.top-sc__summary p {
  font-size: 1.125rem;
  line-height: 2;
  color: #7D7E74;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.top-btn {
  text-align: right;
}
.top-btn span {
  padding-right: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: "TsukuGoPr5-L", sans-serif;
  position: relative;
}
.top-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.75%2014.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%20.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.25%20.25%2012.25%207.25%20.25%2014.25%22%2F%3E%3C%2Fsvg%3E");
  width: 12.75px;
  height: 14.5px;
}

.m-deco.top-deco__1 {
  left: -210px;
  bottom: -120px;
  translate: 100% 0;
}

.m-deco.top-deco__2 {
  right: -10px;
  top: -60px;
  translate: -100% 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__head {
    padding: 3.733vw 0;
  }
  .top-sc__ttl span {
    font-size: 5.3333333333vw;
  }
  .top-sc__summary p {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
  .top-btn {
    text-align: right;
  }
  .top-btn span {
    padding-right: 20px;
    font-size: 4.8vw;
  }
  .top-btn span::after {
    width: 2.344vw;
    height: 2.734vw;
  }
  .m-deco.top-deco__1 {
    left: -85.333vw;
    bottom: -13.333vw;
    translate: 100% 0;
  }
  .m-deco.top-deco__2 {
    right: -66.667vw;
    top: -10.667vw;
    translate: -100% 0;
  }
}
/* ================================================

- MV

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

.top-mv__lead {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  width: 100%;
  min-height: 3.646vw;
  padding: 0 16.667vw;
  background-color: rgba(0, 0, 0, 0.6);
}
.top-mv__lead p {
  font-size: 1.146vw;
  color: #ffffff;
  letter-spacing: 0.02em;
  font-family: "TsukuMinPr6-D", serif;
}

.top-mv__note {
  position: absolute;
  bottom: -20px;
  right: 30px;
  text-align: right;
  font-size: 0.8125rem;
  font-family: "TsukuGoPro-r", sans-serif;
  z-index: 3;
}

/*--- media screen ---*/
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv__lead {
    min-height: 22.135vw;
    padding: 0;
    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;
    text-align: center;
  }
  .top-mv__lead p {
    font-size: 4.8vw;
    line-height: 1.472;
  }
  .top-mv__note {
    bottom: -5.333vw;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- scroll

================================================ */
.top-sc.-scroll {
  min-height: 160px;
  position: relative;
  z-index: 1;
}
.top-sc.-scroll::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 280px;
  background-color: #7D7E74;
}

.top-scroll {
  position: absolute;
  top: 50%;
  left: calc(50% + 60px);
  translate: -50% 0;
}
.top-scroll p {
  font-size: 1.25rem;
  color: #B5B098;
  font-family: "SabonNextLTPro-Demi", serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-scroll {
    min-height: 22.133vw;
  }
  .top-sc.-scroll::after {
    top: -4vw;
    height: 36.458vw;
  }
  .top-scroll {
    top: 8.267vw;
    left: calc(50% + 13.333vw);
  }
  .top-scroll p {
    font-size: 4.8vw;
  }
}
/* ================================================

- showcase

================================================ */
.top-sc.-showcase {
  background-image: url("../images/top/showcase_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-showcase__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.top-showcase__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 48.438vw;
  position: relative;
}
.top-showcase__image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 100% 50%;
}
.top-showcase__image figcaption {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  translate: 0 0;
  text-align: center;
  font-size: 0.75rem;
  font-family: "TsukuMinPr6-R", serif;
}

.top-showcase__content {
  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;
  padding-left: 63px;
}

.top-showcase__summary {
  text-align: center;
}
.top-showcase__summary p {
  font-size: 1.5rem;
  font-family: "TsukuMinPr6-R", serif;
  line-height: 2.333;
  letter-spacing: 0.04em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-showcase {
    background-image: url("../images/top/showcase_bg_sp.jpg");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .top-showcase__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-showcase__image {
    width: 100%;
  }
  .top-showcase__image img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 50% 50%;
  }
  .top-showcase__image figcaption {
    bottom: -4vw;
    font-size: 2.6666666667vw;
  }
  .top-showcase__content {
    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;
    padding: 12.533vw 0 13.067vw;
  }
  .top-showcase__summary {
    text-align: center;
  }
  .top-showcase__summary p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .top-showcase__summary small {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- CONCEPT

================================================ */
.top-sc.-concept {
  padding: 220px 0 200px;
}
.top-concept__layout {
  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: 60px;
}

.top-concept__block {
  width: 420px;
  background-color: #FFFFFF;
  position: relative;
}
.top-concept__block a {
  display: block;
  color: #7D7E74;
  border: solid 1px #7D7E74;
}
.top-concept__block::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
  width: 250px;
  height: 1px;
  background-color: #7D7E74;
}

.top-concept__content {
  border-top: solid 1px #7D7E74;
  padding: 10px 10px 0;
}

.top-concept__summary {
  padding: 37px 0 40px;
}

.top-btn.top-concept__btn {
  padding: 10px 20px;
  background-color: #B5B098;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-concept {
    padding: 22.133vw 0 16vw;
  }
  .top-concept__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
  .top-concept__block {
    width: 80.729vw;
  }
  .top-concept__block::before {
    top: -6.208vw;
    width: 45.438vw;
  }
  .top-concept__photo img {
    height: 38.933vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  .top-concept__content {
    padding: 1.302vw 1.302vw 0;
  }
  .top-concept__summary {
    padding: 4vw 0 4.8vw;
  }
  .top-btn.top-concept__btn {
    padding: 1.333vw 0.8vw;
  }
}
/* ================================================

- PLAN

================================================ */
.top-sc.-plan {
  padding: 200px 0 200px;
  background-image: url("../images/top/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-plan {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.top-plan__block a {
  display: block;
  min-height: 200px;
  padding: 10px 0 40px;
  color: #7D7E74;
  border: solid 1px #7D7E74;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.top-plan__block:not(:first-of-type) {
  margin-top: 60px;
}

.top-sc__head.-plan {
  position: absolute;
  top: 38px;
  right: 45px;
  width: 320px;
  text-align: center;
  z-index: 2;
}
.top-sc__head.-plan .top-sc__ttl {
  display: inline-block;
  padding: 0 50px;
  background-color: #FFFFFF;
  text-align: center;
}

.top-sc__ttl.-gallery span,
.top-sc__ttl.-eq span {
  display: block;
  letter-spacing: 0.2em;
}

.top-plan__photo {
  width: 400px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.top-plan__photo::before {
  content: "";
  position: absolute;
  top: 70px;
  right: -160px;
  width: 180px;
  height: 1px;
  background-color: #7D7E74;
}

.top-plan__block__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;
  width: 100%;
  min-height: 40px;
  padding: 0 20px 0 440px;
  background-color: #A29C95;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-sc__summary.top-plan__summary p {
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-plan {
    padding: 16vw 0 16vw;
    background-image: url("../images/top/bg_sp.jpg");
  }
  .top-plan__block {
    width: 80.729vw;
    margin: 0 auto;
  }
  .top-plan__block a {
    min-height: 46.875vw;
    padding: 3.467vw 0 0;
  }
  .top-plan__block:not(:first-of-type) {
    margin-top: 7.467vw;
  }
  .top-sc__head.-plan {
    position: static;
    width: auto;
    text-align: center;
    padding: 0;
  }
  .top-sc__head.-plan .top-sc__ttl {
    display: inline-block;
    padding: 0;
  }
  .top-plan__photo {
    width: 78.125vw;
    margin: 0 auto;
    position: absolute;
    top: 12vw;
    left: 1.333vw;
  }
  .top-plan__photo img {
    height: 26.042vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  .top-plan__photo::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 3.467vw;
    right: auto;
    width: 0.267vw;
    height: 19.531vw;
  }
  .top-plan__block__layout {
    position: absolute;
    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;
    min-height: 0;
    padding: 3.733vw 1.333vw 0.267vw;
  }
  .top-sc__summary.top-plan__summary {
    text-align: left;
  }
  .top-sc__summary.top-plan__summary p {
    font-size: 4vw;
    white-space: nowrap;
  }
  .top-plan__btn.top-btn span {
    padding-right: 4vw;
  }
}
/* ================================================

- OUTLINE

================================================ */
.top-sc.-outline {
  padding: 190px 0 250px;
}
.top-outline__layout {
  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;
  gap: 70px;
}

.top-sc__ttl.-outline span {
  letter-spacing: 0.2em;
}

.top-outline__btn a {
  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;
  width: 400px;
  min-height: 60px;
  background-color: #7D7E74;
}
.top-outline__btn a span {
  width: 100%;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-family: "TsukuGoPr5-R", sans-serif;
  position: relative;
  text-align: center;
}
.top-outline__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.75%2014.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%20.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.25%20.25%2012.25%207.25%20.25%2014.25%22%2F%3E%3C%2Fsvg%3E");
  width: 12.75px;
  height: 14.5px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-outline {
    padding: 12.267vw 0 24vw;
  }
  .top-outline__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.651vw;
  }
  .top-sc__ttl.-outline span {
    letter-spacing: 0.4em;
  }
  .top-outline__btn a {
    width: 80.729vw;
    min-height: 10.417vw;
  }
  .top-outline__btn a span {
    font-size: 4.8vw;
  }
  .top-outline__btn a span::after {
    right: 2.604vw;
    width: 2.344vw;
    height: 2.734vw;
  }
}
/* ================================================

- hover

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