@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 {
  translate: -20px 0;
}

.top-sc__ttl {
  width: 386px;
}

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

.top-btn {
  width: 280px;
}
.top-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: 100%;
  min-height: 60px;
  border-radius: calc(infinity * 1px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(146, 139, 130)), color-stop(50%, rgb(146, 139, 130)), color-stop(50%, rgb(138, 130, 120)), to(rgb(138, 130, 120)));
  background: linear-gradient(180deg, rgb(146, 139, 130) 0%, rgb(146, 139, 130) 50%, rgb(138, 130, 120) 50%, rgb(138, 130, 120) 100%);
  text-align: center;
}
.top-btn a span {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: "TsukuGoPr5-R", sans-serif;
  position: relative;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__head {
    translate: 0;
  }
  .top-sc__ttl {
    width: 56.41vw;
  }
  .top-sc__summary p {
    font-size: 3.4666666667vw;
  }
  .top-btn {
    width: 280px;
  }
  .top-btn a {
    min-height: 60px;
  }
  .top-btn a span {
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- MV

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

.top-mv__lead {
  position: absolute;
  top: 180px;
  left: 0;
  right: 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: 3.75rem;
  line-height: 1.667;
  letter-spacing: 0.08em;
  font-family: "TsukuMinPr6-M", serif;
}

.top-mv__list {
  position: absolute;
  top: 430px;
  left: 0;
  right: 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;
  gap: 60px;
}

.top-mv__item {
  font-family: "TsukuMinPr6-M", serif;
}

.top-mv__item__line {
  font-size: 1rem;
}

.top-mv__item__txt {
  font-size: 1.75rem;
}
.top-mv__item__txt small {
  font-size: 1rem;
}
.top-mv__item__txt span {
  font-size: 2.25rem;
  color: var(--cc-primary);
}

.top-mv-scroll {
  position: absolute;
  right: 390px;
  bottom: -120px;
  width: 41px;
}

.top-mv-scroll__txt {
  position: absolute;
  right: 60px;
  bottom: 70px;
  width: 317px;
}

.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__main img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    min-height: 153.846vw;
  }
  .top-mv__lead {
    top: 20.513vw;
  }
  .top-mv__lead p {
    font-size: 6.4vw;
  }
  .top-mv__list {
    top: 60.256vw;
    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: 5.128vw;
  }
  .top-mv__item__line {
    font-size: 2.9333333333vw;
  }
  .top-mv__item__txt {
    font-size: 5.2vw;
  }
  .top-mv__item__txt small {
    font-size: 2.9333333333vw;
  }
  .top-mv__item__txt span {
    font-size: 6.6666666667vw;
  }
  .top-mv-scroll {
    right: 5.128vw;
    bottom: -20.513vw;
    width: 7.179vw;
  }
  .top-mv-scroll__txt {
    right: 10.256vw;
    bottom: 7.692vw;
    width: 56.923vw;
  }
  .top-mv__note {
    position: absolute;
    bottom: -5.128vw;
    right: 7.692vw;
    text-align: right;
    font-size: 0.8125rem;
    font-family: "TsukuGoPro-r", sans-serif;
    z-index: 3;
  }
}
/* ================================================

- showcase

================================================ */
.top-sc.-showcase {
  padding: 170px 0 35px;
  position: relative;
  z-index: 1;
}
.top-sc.-showcase::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 180px;
  background-color: #F3F2EF;
  z-index: -1;
}
.top-sc.-showcase::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 1540px;
  min-height: 180px;
  background-color: #EAE9E3;
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
  z-index: -1;
}
.top-sc.-showcase .top-sc__inner {
  padding: 0 12px;
}

.top-showcase__lead {
  width: 771px;
}

.top-showcase__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 28px;
  padding-left: 8px;
}

.top-showcase__summary {
  text-align: left;
}
.top-showcase__summary p {
  font-size: 1.5rem;
  font-family: "TsukuMinPr6-R", serif;
  line-height: 2.25;
}

.top-showcase__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 610px;
  translate: 0 -17px;
  position: relative;
}
.top-showcase__image img {
  display: block;
}
.top-showcase__image figcaption {
  margin-top: 13px;
  text-align: right;
  font-size: 0.9375rem;
  color: #7D7E74;
  font-family: "TsukuMinPr6-R", serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-showcase {
    padding: 30.769vw 0 8.974vw;
  }
  .top-sc.-showcase::before {
    min-height: 28.205vw;
  }
  .top-sc.-showcase::after {
    width: 92.308vw;
    min-height: 28.205vw;
  }
  .top-sc.-showcase .top-sc__inner {
    padding: 0 5.128vw;
  }
  .top-showcase__lead {
    width: 100%;
  }
  .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: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.846vw;
    padding-left: 0;
  }
  .top-showcase__summary {
    text-align: left;
  }
  .top-showcase__summary p {
    font-size: 3.7333333333vw;
  }
  .top-showcase__image {
    width: 100%;
    translate: 0;
    margin-top: 5.128vw;
  }
  .top-showcase__image img {
    display: block;
  }
  .top-showcase__image figcaption {
    margin-top: 3.333vw;
    text-align: center;
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- CONCEPT

================================================ */
.top-sc.-concept {
  padding: 200px 0 218px;
}
.top-sc.-concept .top-sc__inner {
  padding: 0 10px;
}

.top-sc__head.-concept {
  translate: -50px 0;
}

.top-sc__head.-access {
  translate: -40px 0;
}

.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: 120px;
}

.top-concept__block {
  width: calc(50% - 60px);
}

.top-concept__content {
  margin-top: 10px;
}

.top-concept__summary {
  margin-top: 21px;
}

.top-btn.top-concept__btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-concept {
    padding: 15.385vw 0 20.513vw;
  }
  .top-sc.-concept .top-sc__inner {
    padding: 0 5.128vw;
  }
  .top-sc__head.-concept {
    translate: 0;
  }
  .top-sc__head.-access {
    translate: 0;
  }
  .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: 15.385vw;
  }
  .top-concept__block {
    width: 100%;
  }
  .top-concept__content {
    margin-top: 2.564vw;
  }
  .top-concept__photo {
    width: 78vw;
    margin: 0 auto;
  }
  .top-concept__summary {
    margin-top: 3.846vw;
  }
  .top-btn.top-concept__btn {
    margin-top: 5.128vw;
  }
}
/* ================================================

- PLAN

================================================ */
.top-sc.-plan {
  padding: 150px 0 220px;
  background-color: #F3F2EF;
  position: relative;
  z-index: 1;
}
.top-sc.-plan::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 720px;
  min-height: 720px;
  background-color: #F8F7F5;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.top-sc.-plan::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 720px;
  min-height: 720px;
  background-color: #F8F7F5;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  z-index: -1;
}
.top-sc.-plan .top-sc__inner {
  padding: 0 45px;
}

.top-plan {
  width: 100%;
  position: relative;
}

.top-plan__block__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;
  width: 480px;
  margin-left: auto;
}

.top-sc__head.-plan {
  translate: 55px 0;
}

.top-plan__photo {
  width: 480px;
  position: absolute;
  top: 40px;
  left: -5px;
}

.top-sc__summary.top-plan__summary {
  margin-top: 30px;
}
.top-sc__summary.top-plan__summary p {
  font-family: "TsukuMinPr6-R", serif;
}

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

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-plan {
    padding: 15.385vw 0 15.385vw;
  }
  .top-sc.-plan::before {
    top: -2.564vw;
    width: 30.769vw;
    min-height: 30.769vw;
  }
  .top-sc.-plan::after {
    bottom: -2.564vw;
    width: 30.769vw;
    min-height: 30.769vw;
  }
  .top-sc.-plan .top-sc__inner {
    padding: 0 5.128vw;
  }
  .top-plan {
    width: 100%;
    position: relative;
  }
  .top-plan__block__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .top-sc__head.-plan {
    translate: 0 0;
  }
  .top-plan__photo {
    width: 78vw;
    position: static;
    margin: 0 auto;
  }
  .top-sc__summary.top-plan__summary {
    width: 100%;
    margin-top: 3.846vw;
    text-align: center;
  }
  .top-sc__summary.top-plan__summary p {
    text-align: center;
  }
  .top-plan__btn.top-btn {
    margin-top: 5.128vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================================

- OUTLINE

================================================ */
.top-sc.-outline {
  padding: 220px 0 220px;
}
.top-sc.-outline .top-sc__inner {
  min-height: 480px;
  background-image: url("../images/top/btn_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-outline {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-outline__content {
  width: 800px;
  height: 100%;
  padding: 0 80px;
  background-color: #FFFFFF;
}

.top-outline__btn {
  width: 640px;
}

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

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-outline {
    padding: 15.385vw 0 15.385vw;
  }
  .top-sc.-outline .top-sc__inner {
    min-height: 0;
    background-image: url("../images/top/btn_bg_sp.jpg");
  }
  .top-outline {
    padding: 0 10.256vw 0 5.128vw;
  }
  .top-outline__content {
    width: 100%;
    padding: 0 3.846vw;
  }
  .top-outline__btn {
    width: 100%;
  }
  .top-outline__btn:not(:first-of-type) {
    margin-top: 5.128vw;
  }
}
/* ================================================

- hover

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