@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: #862633;
  --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

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

- イージング

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

- 共通

================================================ */
.concept-sc__inner {
  position: relative;
}

.bg {
  position: relative;
}
.bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%) / 2);
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.bg.-bg-top::after {
  border-top-left-radius: 40px;
}

.bg.-bg-btm::after {
  border-bottom-left-radius: 40px;
}

.concept-deco {
  position: absolute;
  z-index: 1;
}

.concept-deco.-deco_1 {
  width: 136px;
  top: -410px;
  right: -25px;
}

.concept-deco.-deco_2 {
  width: 147px;
  top: -22px;
  left: -68px;
}

.concept-deco.-deco_3 {
  width: 168px;
  bottom: -80px;
  right: -50px;
}

.concept-deco.-deco_4 {
  width: 102px;
  bottom: -135px;
  left: -125px;
}

.concept-sc.-photo {
  width: 100%;
  padding-bottom: 0;
}
.concept-sc.-photo .concept-sc__inner {
  padding-top: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .bg {
    position: relative;
  }
  .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 90vw;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .concept-deco.-deco_1 {
    width: 22.4vw;
    top: -56vw;
    right: 0.533vw;
  }
  .concept-deco.-deco_2 {
    width: 24.533vw;
    top: -9.333vw;
    left: 0.8vw;
  }
  .concept-deco.-deco_3 {
    width: 27.733vw;
    bottom: -17.333vw;
    right: 2.133vw;
  }
  .concept-deco.-deco_4 {
    width: 16.8vw;
    bottom: -21.333vw;
    left: 1.333vw;
  }
}
/* ================================================

- showcase

================================================ */
.concept-sc.-showcase {
  padding: 160px 0 190px;
}

.concept-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;
  gap: 70px;
}

.concept-showcase__lead {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 138px;
}

.concept-showcase__photo {
  width: 660px;
}

.concept-showcase__summarys {
  margin-top: 40px;
}
.concept-showcase__summarys dt {
  font-size: 3rem;
  font-family: "TsukuGoPro-L", sans-serif;
  white-space: nowrap;
}

.concept-showcase__summary {
  margin-top: 40px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-showcase {
    padding: 21.333vw 0 24vw;
  }
  .concept-sc.-showcase .concept-sc__inner {
    padding: 0 5.333vw;
  }
  .concept-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;
    gap: 5.333vw;
  }
  .concept-showcase__lead {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 14.4vw;
  }
  .concept-showcase__photo {
    width: 69.333vw;
  }
  .concept-showcase__summarys {
    margin-top: 8vw;
  }
  .concept-showcase__summarys dt {
    font-size: 7.2vw;
    line-height: 1.275;
    white-space: normal;
  }
  .concept-showcase__summary {
    margin-top: 8vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-location {
  padding: 90px 0 170px;
}
.concept-sc.-location .concept-sc__inner {
  padding: 0 0 0 90px;
}

.concept-sc.-location.-location2 {
  padding: 170px 0 130px;
}

.concept-location__summarys dt {
  font-size: 3.5rem;
  line-height: 1.429;
  color: #928b82;
  font-family: "TsukuMinPr6-M", serif;
}

.concept-location__summary {
  margin-top: 40px;
}

.concept-location__photo__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;
  gap: 50px;
  width: 1010px;
  margin-top: 100px;
}

.concept-location__photo__layout + .concept-location__summarys {
  margin-top: 150px;
}

.concept-location__photo2,
.concept-location__photo1 {
  width: 480px;
}

.concept-location__photo2 {
  position: relative;
  z-index: 1;
}
.concept-location__photo2::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 420px;
  height: 280px;
  background-color: #e7e5de;
  z-index: -1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-location {
    padding: 24vw 0 24vw;
  }
  .concept-sc.-location .concept-sc__inner {
    padding: 0 5.333vw 0 16vw;
  }
  .concept-sc.-location.-location2 {
    padding: 13.333vw 0 21.333vw;
  }
  .concept-location__summarys dt {
    font-size: 7.2vw;
  }
  .concept-location__summary {
    margin-top: 6.667vw;
  }
  .concept-location__photo__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;
    gap: 6.667vw;
    width: 100%;
    margin-top: 8vw;
  }
  .concept-location__photo__layout + .concept-location__summarys {
    margin-top: 21.333vw;
  }
  .concept-location__photo2,
  .concept-location__photo1 {
    width: 74.667vw;
    margin: 0 auto;
  }
  .concept-location__photo2 {
    position: relative;
    z-index: 1;
  }
  .concept-location__photo2::before {
    top: -4vw;
    right: -4vw;
    width: 56vw;
    height: 37.333vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-performance {
  padding: 100px 0 168px;
}

.concept-performance__block:not(:first-of-type) {
  margin-top: 62px;
}

.concept-performance__block:last-of-type {
  margin-top: 40px;
}

.concept-performance__blocks__ttl {
  padding: 18px 20px;
  background-color: #979890;
}
.concept-performance__blocks__ttl span {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: "TsukuGoPr5-B", sans-serif;
}

.concept-performance__summary dt {
  font-size: 3rem;
  line-height: 1.444;
  font-family: "TsukuGoPro-L", sans-serif;
}
.concept-performance__summary dt span.-red {
  color: #742a36;
}
.concept-performance__summary dd {
  margin-top: 16px;
}
.concept-performance__summary dd p {
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.concept-performance__block1__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: 31px;
  padding: 0 5px 0 20px;
}

.concept-performance__block1__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 663px;
  translate: 0 -65px;
}

.concept-performance__block2__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;
  gap: 40px;
  margin-top: 31px;
  padding: 0 20px;
}

.concept-performance__block2__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 468px;
  translate: 12px -83px;
}

.concept-performance__block3__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;
  gap: 40px;
  margin-top: 44px;
  padding: 0 20px;
}

.concept-performance__block3__txt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 609px;
}
.concept-performance__block3__txt img {
  display: block;
}
.concept-performance__block3__txt figcaption {
  display: block;
  margin-top: 26px;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: "TsukuGoPro-R", sans-serif;
}
.concept-performance__block3__txt figcaption small {
  display: block;
  margin-top: 3px;
  font-size: 0.9375rem;
}

.concept-performance__block3__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 390px;
  translate: 0 -74px;
}

.concept-performance__note {
  margin-top: 100px;
  text-align: center;
}
.concept-performance__note a {
  font-size: 1.125rem;
  line-height: 1.475;
  font-family: "TsukuMinPr6-M", serif;
  color: #000000;
}
.concept-performance__note a span {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.concept-performance__note a:hover {
  opacity: 0.8;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-performance {
    padding: 21.333vw 0 32vw;
  }
  .concept-sc.-performance .concept-sc__inner {
    padding: 0 5.333vw;
  }
  .concept-performance__block:not(:first-of-type) {
    margin-top: 16.533vw;
  }
  .concept-performance__block:last-of-type {
    margin-top: 20.8vw;
  }
  .concept-performance__blocks__ttl {
    padding: 4.8vw 2.667vw;
  }
  .concept-performance__blocks__ttl span {
    font-size: 4.8vw;
  }
  .concept-performance__summary dt {
    font-size: 7.2vw;
  }
  .concept-performance__summary dd {
    margin-top: 2.667vw;
  }
  .concept-performance__summary dd p {
    font-size: 4.8vw;
  }
  .concept-performance__block1__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;
    gap: 8vw;
    margin-top: 5.333vw;
    padding: 0;
  }
  .concept-performance__block1__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    translate: 0;
  }
  .concept-performance__block2__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;
    gap: 8vw;
    margin-top: 5.333vw;
    padding: 0;
  }
  .concept-performance__block2__image {
    width: 100%;
    translate: 0;
  }
  .concept-performance__block2__image::before {
    bottom: -5.333vw;
    right: -6.667vw;
    width: 41.333vw;
    height: 29.333vw;
  }
  .concept-performance__block3__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;
    gap: 8vw;
    margin-top: 8vw;
    padding: 0;
  }
  .concept-performance__block3__txt {
    width: 100%;
  }
  .concept-performance__block3__txt figcaption {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
  .concept-performance__block3__txt figcaption small {
    margin-top: 0.8vw;
    font-size: 2.9333333333vw;
  }
  .concept-performance__block3__photo {
    width: 100%;
    translate: 0;
  }
  .concept-performance__note {
    margin-top: 13.333vw;
  }
  .concept-performance__note a {
    font-size: 3.7333333333vw;
    line-height: 1.625;
  }
}