@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

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

- イージング

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

- showcase

================================================ */
.concept-sc.-showcase {
  padding: 144px 0 74px;
}

.concept-showcase__summary {
  text-align: center;
}

.concept-showcase__summarys {
  margin-top: 62px;
  text-align: center;
  position: relative;
}
.concept-showcase__summarys dt {
  font-size: 2.3125rem;
  letter-spacing: 0.24em;
  line-height: 1.9;
  color: #868360;
  font-family: "TsukuMinPr6-M", serif;
}
.concept-showcase__summarys dd {
  margin-top: 15px;
}

.concept-showcase__summarys.-separator {
  margin-top: 130px;
}
.concept-showcase__summarys.-separator::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  translate: -50% 0;
  background-image: url("../images/concept/line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 305px;
  height: 77px;
}

.concept-showcase__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: 20px;
  margin-top: 35px;
}

.concept-showcase__photo {
  width: 328px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-showcase {
    padding: 19.2vw 0 19.733vw;
  }
  .concept-sc.-showcase .concept-sc__inner {
    padding: 0 5.333vw;
  }
  .concept-showcase__summary {
    text-align: left;
  }
  .concept-showcase__summarys {
    margin-top: 16.533vw;
  }
  .concept-showcase__summarys dt {
    font-size: 5.3333333333vw;
  }
  .concept-showcase__summarys dd {
    margin-top: 4vw;
    text-align: left;
  }
  .concept-showcase__summarys.-separator {
    margin-top: 26.667vw;
  }
  .concept-showcase__summarys.-separator::before {
    top: -21.333vw;
    width: 53.697vw;
    height: 13.556vw;
  }
  .concept-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;
    gap: 4vw;
    margin-top: 8vw;
  }
  .concept-showcase__photo {
    max-width: 328px;
    width: 80%;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-performance {
  padding: 18px 0 48px;
  background-image: url("../images/concept/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.concept-performance__blocks {
  margin-top: 45px;
}

.concept-performance__block {
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
  padding: 23px 0 25px;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

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

.concept-performance__blocks__ttl {
  text-align: center;
}
.concept-performance__blocks__ttl span {
  font-size: 1.5rem;
  line-height: 1.518;
  letter-spacing: 0.2em;
  color: #000000;
  font-family: "TsukuMinPr6-M", serif;
}

.concept-performance__block__layout {
  margin-top: 34px;
  position: relative;
}
.concept-performance__block__layout::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  translate: -50% 0;
  width: 143px;
  height: 1px;
  background-color: #b8b298;
}

.concept-performance__block__layout.-block2::before {
  top: -28px;
}

.concept-performance__logo1 {
  width: 321px;
  margin: 0 auto;
}

.concept-performance__summary {
  margin-top: 21px;
  text-align: center;
}

.concept-performance__summary__item {
  font-size: 1.1875rem;
  line-height: 1.474;
  letter-spacing: 0.2em;
  font-family: "TsukuMinPr6-M", serif;
}

.concept-performance__icons {
  padding-left: 100px;
}

.concept-performance__icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 23px;
}
.concept-performance__icon img {
  width: 86px;
}
.concept-performance__icon figcaption {
  padding-bottom: 6px;
  font-size: 1.0625rem;
  line-height: 1.437;
  letter-spacing: 0.2em;
  font-family: "TsukuMinPr6-R", serif;
}
.concept-performance__icon figcaption.-red {
  color: var(--cc-main);
  font-family: "TsukuMinPr6-D", serif;
}

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

.concept-performance__logo2 {
  width: 364px;
  margin: 0 auto;
}

.concept-performance__note {
  margin-top: 58px;
  text-align: center;
}
.concept-performance__note a {
  font-size: 1.3125rem;
  line-height: 1.475;
  letter-spacing: 0.2em;
  font-family: "TsukuMinPr6-R", 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: 1.333vw 0 10.667vw;
    background-image: url("../images/concept/bg_sp.jpg");
  }
  .concept-sc.-performance .concept-sc__inner {
    padding: 0 5.333vw;
  }
  .concept-performance__blocks {
    margin-top: 9.333vw;
  }
  .concept-performance__block {
    padding: 20px 5.333vw 22px;
  }
  .concept-performance__block:not(:first-of-type) {
    margin-top: 2.667vw;
  }
  .concept-performance__blocks__ttl {
    text-align: center;
  }
  .concept-performance__blocks__ttl span {
    font-size: 4.2666666667vw;
  }
  .concept-performance__block__layout {
    margin-top: 9.067vw;
  }
  .concept-performance__block__layout::before {
    top: -5.867vw;
    width: 25.6vw;
  }
  .concept-performance__block__layout.-block2::before {
    top: -7.467vw;
  }
  .concept-performance__logo1 {
    width: 66.667vw;
  }
  .concept-performance__summary {
    margin-top: 5.6vw;
    text-align: left;
  }
  .concept-performance__summary__item {
    font-size: 3.2vw;
  }
  .concept-performance__icons {
    padding-left: 0;
  }
  .concept-performance__icon {
    gap: 4.8vw;
  }
  .concept-performance__icon img {
    width: 18.667vw;
  }
  .concept-performance__icon figcaption {
    padding-bottom: 0.8vw;
    font-size: 3.0666666667vw;
  }
  .concept-performance__icon:not(:first-of-type) {
    margin-top: 2.667vw;
  }
  .concept-performance__logo2 {
    width: 78.667vw;
  }
  .concept-performance__note {
    margin-top: 10.667vw;
    text-align: center;
  }
  .concept-performance__note a {
    font-size: 2.8vw;
  }
}