@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-primary: #00327D;
  --cc-secondary: #0071bc;
}

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

- フォント

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

- フォントサイズ

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

- 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

================================================ */
.m-wrapper.-top {
  padding-top: 85px;
}

.top-mv {
  position: relative;
}

.top-sc__ttl {
  text-align: center;
}
.top-sc__ttl span {
  display: block;
}
.top-sc__ttl span.-en {
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-wrapper.-top {
    padding-top: 70px;
  }
  .top-sc__ttl span.-en {
    font-size: 6.4vw;
  }
}
/* ================================================

- MV

================================================ */
.top-sc {
  position: relative;
  z-index: 1;
}

.top-sc__inner {
  position: relative;
}

/*--- media screen ---*/
/* ================================================

- showcase

================================================ */
.top-sc.-showcase {
  padding: 62px 0 70px;
  background-image: url("../images/top/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.top-showcase__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;
  gap: 42px 80px;
}

.top-showcase__item {
  max-width: 600px;
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-showcase {
    padding: 10.667vw 0 13.333vw;
    background-image: url("../images/top/bg_sp.jpg");
  }
  .top-sc.-showcase .top-sc__inner {
    padding: 0 10.667vw;
  }
  .top-showcase__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.333vw;
  }
}
/* ================================================

- concept

================================================ */
.top-sc.-concept {
  padding: 147px 0 132px;
}

.top-concept {
  margin-top: 36px;
}

.top-concept__lead {
  text-align: center;
}
.top-concept__lead p {
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-primary);
}

.top-concept__summary {
  margin-top: 35px;
  text-align: center;
}
.top-concept__summary p {
  font-size: 1.125rem;
  line-height: 1.333;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-concept {
    padding: 16vw 0 16vw;
  }
  .top-sc.-concept .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-concept {
    margin-top: 8vw;
  }
  .top-concept__lead {
    text-align: center;
  }
  .top-concept__lead p {
    font-size: 6.6666666667vw;
    line-height: 1.275;
  }
  .top-concept__summary {
    margin-top: 6.667vw;
    text-align: center;
  }
  .top-concept__summary p {
    font-size: 4vw;
    line-height: 1.475;
  }
}
/* ================================================

- VR Gallery

================================================ */
.top-sc.-vr {
  padding: 126px 0 150px;
  background-color: #F1EFED;
}

.top-vr {
  margin-top: 74px;
}

.top-vr__iframe iframe {
  width: 100%;
  aspect-ratio: 300/150;
}

.top-vr__tab {
  margin-top: 31px;
}

.top-vr__tab__list {
  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;
}

.top-vr__tab__item {
  position: relative;
}
.top-vr__tab__item span {
  font-size: 1.75rem;
  line-height: 1.275;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #999999;
}

.top-vr__tab__item.-active span {
  color: #000000;
}

.top-vr__tab__item:not(:first-of-type) {
  margin-left: 30px;
}
.top-vr__tab__item:not(:first-of-type):before {
  content: "・";
  margin-right: 30px;
  font-size: 1.75rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #999999;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-vr {
    padding: 16vw 0 18.667vw;
  }
  .top-vr {
    margin-top: 12vw;
  }
  .top-vr__tab {
    margin-top: 5.333vw;
  }
  .top-vr__tab__item span {
    font-size: 5.3333333333vw;
  }
  .top-vr__tab__item.-active span {
    color: #000000;
  }
  .top-vr__tab__item:not(:first-of-type) {
    margin-left: 4vw;
  }
  .top-vr__tab__item:not(:first-of-type):before {
    content: "・";
    margin-right: 4vw;
    font-size: 5.3333333333vw;
  }
}
/* ================================================

- plan

================================================ */
.top-menu__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;
}

.top-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-menu__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;
  }
  .top-menu__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
}