@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

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

- イージング

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

-

================================================ */
.design-sc.-showcase {
  padding: 147px 0 240px;
  background-color: #404040;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgb(73, 73, 73)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(73, 73, 73) 100%);
}

.design-showcase__lead {
  text-align: center;
}
.design-showcase__lead p {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

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

.design-showcase__photos__ttl span {
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.design-showcase__photos__ttl span.-en {
  font-size: 2.25rem;
  letter-spacing: 0.035em;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
  color: #d4c8bb;
}
.design-showcase__photos__ttl span.-jp {
  margin-top: 10px;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
}

.design-showcase__block {
  margin-top: 142px;
}

.design-showcase__photos:not(:first-of-type) {
  margin-top: 170px;
}

.design-showcase__main {
  margin-top: 60px;
}

.design-showcase__photos__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: 30px;
  margin-top: 30px;
}

.design-showcase__photo {
  width: calc(50% - 15px);
}

.design-showcase__note {
  margin-top: 30px;
}
.design-showcase__note p {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: right;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .design-sc.-showcase {
    padding: 16vw 0 24vw;
  }
  .design-showcase__lead {
    margin-top: 8vw;
    text-align: center;
  }
  .design-showcase__lead p {
    font-size: 5.3333333333vw;
  }
  .design-showcase__summary {
    margin-top: 9.333vw;
    padding: 0 5.333vw;
    text-align: center;
  }
  .design-showcase__summary p {
    font-size: 3.7333333333vw;
  }
  .design-showcase__photos__ttl span.-en {
    font-size: 5.3333333333vw;
  }
  .design-showcase__photos__ttl span.-jp {
    margin-top: 10px;
    font-size: 4vw;
  }
  .design-showcase__block {
    margin-top: 80px;
  }
  .design-showcase__photos:not(:first-of-type) {
    margin-top: 120px;
  }
  .design-showcase__main {
    margin-top: 40px;
  }
  .design-showcase__photos__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: 10px;
    margin-top: 10px;
  }
  .design-showcase__photo {
    width: calc(50% - 5px);
  }
  .design-showcase__note {
    margin-top: 20px;
    padding: 0 5.333vw;
  }
  .design-showcase__note p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}