@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

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

- イージング

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

-

================================================ */
.concept-sc.-showcase {
  padding: 162px 0 178px;
  background-color: #635a53;
}

.concept-showcase__ttl {
  width: 457px;
  margin: 0 auto;
}

.concept-showcase__lead {
  margin-top: 80px;
  text-align: center;
}
.concept-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;
}

.concept-showcase__summary {
  margin-top: 42px;
  text-align: center;
}
.concept-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;
}

.concept-showcase__photos {
  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: 48px;
  max-width: 1440px;
  width: 100%;
  margin: 72px auto 0;
}

.concept-showcase__photo {
  width: calc(50% - 24px);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-showcase {
    padding: 16vw 0 16vw;
  }
  .concept-sc.-showcase .concept-sc__inner {
    padding: 0 5.333vw;
  }
  .concept-showcase__ttl {
    width: 68.533vw;
  }
  .concept-showcase__lead {
    margin-top: 14.933vw;
  }
  .concept-showcase__lead p {
    font-size: 5.3333333333vw;
  }
  .concept-showcase__summary {
    margin-top: 8vw;
  }
  .concept-showcase__summary p {
    font-size: 3.7333333333vw;
  }
  .concept-showcase__photos {
    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;
    gap: 8vw;
    margin: 50px auto 0;
  }
  .concept-showcase__photo {
    width: 80vw;
  }
}
/* ================================================

-

================================================ */
.concept-sc.-location {
  padding: 140px 0 200px;
  background-image: url("../images/concept/location_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.concept-location__lead {
  text-align: center;
}
.concept-location__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;
}

.concept-location__summary {
  margin-top: 50px;
  text-align: center;
}
.concept-location__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;
}

.concept-location__root {
  width: 963px;
  margin: 82px auto 0;
}

.concept-location__info {
  max-width: 970px;
  width: 100%;
  margin: 105px auto 0;
}

.concept-location__info__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

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

.concept-location__info__list {
  width: calc(50% - 20px);
  counter-reset: number;
}

.concept-location__info__list.-list2 {
  counter-reset: number 6;
}
.concept-location__info__list.-list2 .concept-location__info__txt dt {
  width: 340px;
}

.concept-location__info__item {
  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;
  font-size: 1rem;
  letter-spacing: 0.035em;
  line-height: 2;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.concept-location__info__item::before {
  content: counter(number) "　";
  counter-increment: number;
}

.concept-location__info__txt {
  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;
}
.concept-location__info__txt dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 340px;
}
.concept-location__info__txt dd {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.concept-location__info__note {
  margin-top: 32px;
  font-size: 0.8125rem;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .concept-sc.-location {
    padding: 16vw 0 20vw;
    background-image: url("../images/concept/location_bg_sp.jpg");
  }
  .concept-location__lead {
    margin-top: 8vw;
    text-align: center;
  }
  .concept-location__lead p {
    font-size: 5.3333333333vw;
  }
  .concept-location__summary {
    margin-top: 9.333vw;
    padding: 0 5.333vw;
    text-align: center;
  }
  .concept-location__summary p {
    font-size: 3.7333333333vw;
  }
  .concept-location__root {
    width: 98vw;
    margin: 14.933vw auto 0;
  }
  .concept-location__info {
    margin: 18.667vw auto 0;
    padding: 0 5.333vw;
  }
  .concept-location__info__ttl {
    font-size: 4vw;
  }
  .concept-location__info__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: 0;
    margin-top: 6.4vw;
  }
  .concept-location__info__list {
    width: 100%;
    counter-reset: number;
  }
  .concept-location__info__list.-list2 {
    counter-reset: number 6;
  }
  .concept-location__info__list.-list2 .concept-location__info__txt dt {
    width: auto;
  }
  .concept-location__info__item {
    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;
    font-size: 3.3333333333vw;
  }
  .concept-location__info__txt {
    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: 2.667vw;
  }
  .concept-location__info__txt dt {
    width: auto;
  }
  .concept-location__info__note {
    margin-top: 5.867vw;
    font-size: 2.9333333333vw;
    line-height: 1.425;
    text-align: left;
  }
}