@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;
  --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

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

- イージング

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

- MV

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

.top-mv__note {
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  z-index: 1;
}
.top-mv__note p {
  font-size: 0.8125rem;
  line-height: 1.385;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv__note {
    display: none;
  }
}
/* ================================================

- body

================================================ */
.m-body.-top {
  padding: 120px 0 172px;
}

.top-banner {
  max-width: 1013px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top-banner a {
  display: block;
}
.top-banner a:not([href])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.top-banner a:not([href])::after {
  content: "COMINGSOON";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

.top-sc.-concept {
  margin-top: 97px;
}

.top-concept__ttl {
  font-size: 2.375rem;
  letter-spacing: 0.03em;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #5C5F6A;
  text-align: center;
}

.top-concept__banner {
  max-width: 1000px;
  width: 100%;
  margin: 23px auto 0;
  position: relative;
}
.top-concept__banner a {
  display: block;
}
.top-concept__banner a:not([href])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.top-concept__banner a:not([href])::after {
  content: "COMINGSOON";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

.top-concept__list {
  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;
  max-width: 1000px;
  width: 100%;
  margin: 47px auto 0;
}

.top-concept__item {
  width: 225px;
  position: relative;
}
.top-concept__item a {
  display: block;
}
.top-concept__item a:not([href])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.top-concept__item a:not([href])::after {
  content: "COMINGSOON";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body.-top {
    padding: 20px 0 140px;
  }
  .top-sc.-banner .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-banner a:not([href])::after {
    font-size: 6.4vw;
  }
  .top-sc.-concept {
    margin-top: 40px;
  }
  .top-sc.-concept .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-concept__ttl {
    font-size: 8.2666666667vw;
  }
  .top-concept__banner {
    margin: 23px auto 0;
  }
  .top-concept__banner a:not([href])::after {
    font-size: 6.4vw;
  }
  .top-concept__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 0;
    gap: 5.333vw;
  }
  .top-concept__item {
    width: calc(50% - 2.6665vw);
  }
  .top-concept__item a:not([href])::after {
    font-size: 4.2666666667vw;
  }
}