@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

:root {
  --cc-main: #D1AD0E;
  --cc-gray: #666666;
  --cc-dblue: #4a566b;
  --space: 30px;
}

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

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

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

-

================================================ */
.lozad {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform;
  transition: opacity 0.6s ease-out, -webkit-transform;
  transition: transform, opacity 0.6s ease-out;
  transition: transform, opacity 0.6s ease-out, -webkit-transform;
}

.lozad[data-loaded=true] {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

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

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}
@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まで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

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

- MV

================================================ */
.top-wrapper {
  background-image: url(../images/top/bg.jpg);
  background-size: cover;
  background-position: top center;
}

.top-mv {
  padding-top: 105px;
}

.top-mv__main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--cc-main) !important;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .top-wrapper {
    background-image: url(../images/top/bg.jpg);
    background-size: cover;
    background-position: top center;
  }
  .top-mv {
    padding-top: 80px;
  }
}
/* ================================================

-

================================================ */
.top-body {
  padding: 10px 0 90px;
}

.top-lead {
  color: #FFFFFF;
  letter-spacing: 0.18em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.top-lead dt {
  font-size: 3.7rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.top-lead dt span {
  color: var(--cc-main);
}
.top-lead dd {
  margin-top: 30px;
}
.top-lead dd P {
  font-size: 2rem;
  line-height: 1.8;
}

.top-showcase {
  max-width: 926px;
  width: 100%;
  margin: 23px auto 0;
}

.top-showcase__note {
  margin-top: -20px;
  text-align: center;
}
.top-showcase__note p {
  font-size: 1.1rem;
  line-height: 1.425;
  color: #FFFFFF;
}

.top-banner {
  margin-top: 68px;
}

.top-banner__list {
  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: 19px;
}

.top-banner__item {
  width: 280px;
  position: relative;
}

.top-banner__item.-comingsoon a {
  cursor: default;
}
.top-banner__item.-comingsoon::before {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
}

.top-note {
  margin-top: 110px;
  text-align: center;
}
.top-note p {
  font-size: 1.3rem;
  line-height: 1.625;
  color: #FFFFFF;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .top-body {
    padding: 35px 0 60px;
  }
  .top-body__inner {
    padding: 0 4vw;
  }
  .top-lead dt {
    font-size: 6.6666666667vw;
  }
  .top-lead dd {
    margin-top: 30px;
    text-align: left;
  }
  .top-lead dd P {
    font-size: 4.5333333333vw;
    line-height: 1.8;
  }
  .top-showcase {
    margin: 23px auto 0;
  }
  .top-showcase__note {
    margin-top: 0;
    text-align: left;
  }
  .top-showcase__note p {
    font-size: 2.6666666667vw;
    line-height: 1.425;
  }
  .top-banner {
    margin-top: 50px;
  }
  .top-banner__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .top-banner__item {
    width: 64vw;
  }
  .top-note {
    margin-top: 90px;
    text-align: left;
  }
  .top-note p {
    font-size: 3.2vw;
  }
}