@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-red: #FF0000;
  --cc-main: #862633;
  --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

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

- イージング

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

- 共通

================================================ */
.top-sc__ttl {
  width: 259px;
  position: relative;
}
.top-sc__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  translate: 0 -50%;
  width: 60px;
  height: 1px;
  background-color: #928b82;
}

.top-sc__ttl.-outline {
  width: 231px;
  margin: 0 auto;
}
.top-sc__ttl.-outline::before {
  display: none;
}

.top-sc__summary {
  margin-top: 50px;
}
.top-sc__summary p {
  font-size: 1.25rem;
  font-family: "TsukuMinPr6-R", serif;
  line-height: 1.9;
}

.m-btn {
  margin-top: 63px;
}

.bg {
  position: relative;
}
.bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%) / 2);
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.bg.-bg-top::after {
  border-top-left-radius: 40px;
}

.bg.-bg-btm::after {
  border-bottom-left-radius: 40px;
}

.top-deco {
  position: absolute;
  z-index: 1;
}

.top-deco.-deco_1 {
  width: 206px;
  top: -225px;
  right: -123px;
}

.top-deco.-deco_2 {
  width: 215px;
  top: -165px;
  left: -16px;
}

.top-deco.-deco_3 {
  width: 68px;
  top: -133px;
  right: 347px;
}

.top-deco.-deco_4 {
  width: 305px;
  bottom: -53px;
  left: -60px;
}

.top-deco.-deco_5 {
  width: 193px;
  bottom: -280px;
  right: 305px;
}

.top-sc.-photo {
  width: 100%;
  padding-bottom: 0;
}
.top-sc.-photo .top-sc__inner {
  padding-top: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__ttl {
    width: 50.667vw;
  }
  .top-sc__ttl::before {
    left: -10.667vw;
    width: 8vw;
  }
  .top-sc__ttl.-outline {
    width: 45.067vw;
  }
  .top-sc__summary {
    margin-top: 8vw;
  }
  .top-sc__summary p {
    font-size: 4.2666666667vw;
  }
  .m-btn {
    margin-top: 10.667vw;
  }
  .bg {
    position: relative;
  }
  .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 90vw;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
  .top-deco.-deco_1 {
    width: 34.133vw;
    top: -28vw;
    right: 2.667vw;
  }
  .top-deco.-deco_2 {
    width: 35.467vw;
    top: -4.8vw;
    left: 2.667vw;
  }
  .top-deco.-deco_3 {
    width: 11.2vw;
    top: -19.467vw;
    right: 2.667vw;
  }
  .top-deco.-deco_4 {
    width: 50.4vw;
    bottom: -7.467vw;
    left: 2.667vw;
  }
  .top-deco.-deco_5 {
    width: 32vw;
    bottom: -56vw;
    right: 1.333vw;
  }
}
/* ================================================

- MV

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

.top-mv__access {
  display: none;
}

.top-mv__lead {
  display: none;
}

.top-mv__note {
  position: absolute;
  bottom: -20px;
  right: 26.042vw;
  text-align: right;
  font-size: 0.8125rem;
  font-family: "TsukuGoPro-r", sans-serif;
  z-index: 3;
}

/*--- media screen ---*/
@media screen and (max-width: 1440px) {
  .top-mv {
    padding-top: 4.778vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv {
    padding-top: 0;
  }
  .top-mv__inner .swiper-wrapper {
    position: relative;
  }
  .top-mv__inner .swiper-slide img {
    height: 70vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .top-mv__access {
    display: block;
    position: absolute;
    top: 4vw;
    left: 0;
    width: 46.933vw;
  }
  .top-mv__lead {
    display: block;
    position: absolute;
    top: 4vw;
    right: 2.133vw;
    width: 38px;
  }
  .top-mv__note {
    bottom: -5.333vw;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- CONCEPT

================================================ */
.top-sc.-concept {
  padding: 200px 0 230px;
}
.top-sc.-concept .top-sc__inner {
  padding: 0 87px 0 60px;
  position: relative;
}

.top-concept {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}

.top-concept__content {
  padding-top: 108px;
}

.top-concept__photo {
  max-width: 420px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
.top-concept__photo::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -100px;
  width: 300px;
  height: 200px;
  background-color: #e7e5de;
  z-index: -1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-concept {
    padding: 21.333vw 0 26.667vw;
  }
  .top-sc.-concept .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-concept {
    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;
  }
  .top-concept__content {
    padding-top: 21.333vw;
    margin-left: auto;
  }
  .top-concept__photo {
    position: static;
    width: 69.333vw;
    margin-left: auto;
  }
  .top-concept__photo::before {
    bottom: -13.333vw;
    left: -22.133vw;
    width: 49.6vw;
    height: 33.067vw;
  }
}
/* ================================================

- ACCESS

================================================ */
.top-sc.-access {
  padding: 140px 0 270px;
}
.top-sc.-access .top-sc__inner {
  padding: 0 110px;
}

.top-access__content {
  width: 320px;
}
.top-access__content .top-sc__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  translate: 55px 0;
}

.top-access__summary {
  text-align: right;
}

.top-access__photo1 {
  width: 300px;
  position: absolute;
  top: -170px;
  right: -170px;
  z-index: 1;
}
.top-access__photo1::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -60px;
  width: 240px;
  height: 160px;
  background-color: #DDDDDD;
  z-index: -1;
}

.top-access__photo2 {
  width: 480px;
  position: absolute;
  top: 90px;
  right: -70px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-access {
    padding: 37.333vw 0 26.667vw;
  }
  .top-sc.-access .top-sc__inner {
    padding: 0 5.333vw 0 16vw;
  }
  .top-access__content {
    width: auto;
  }
  .top-access__content .top-sc__head {
    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;
    translate: 0 0;
  }
  .top-access__summary {
    text-align: left;
  }
  .top-access__photo1 {
    width: 49.6vw;
    position: absolute;
    top: -42.667vw;
    right: 0;
  }
  .top-access__photo1::before {
    top: -5.333vw;
    left: -2.667vw;
    width: 39.733vw;
    height: 26.4vw;
  }
  .top-access__photo2 {
    width: 79.467vw;
    margin-top: 13.333vw;
    position: static;
  }
  .m-btn.top-access__btn.-end.-right {
    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;
  }
}
/* ================================================

- PLAN

================================================ */
.top-sc.-plan {
  padding: 220px 0 240px;
}
.top-sc.-plan .top-sc__inner {
  padding: 0 40px;
}

.top-plan {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 160px;
}

.top-plan__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top-plan__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 480px;
  position: relative;
  z-index: 1;
}
.top-plan__photo::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -100px;
  width: 420px;
  height: 280px;
  background-color: #e7e5de;
  z-index: -1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-plan {
    padding: 26.667vw 0 32vw;
  }
  .top-sc.-plan .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-plan {
    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: 21.333vw;
  }
  .top-plan__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .top-plan__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 79.467vw;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
  .top-plan__photo::before {
    top: -5.333vw;
    left: -10.667vw;
    width: 69.333vw;
    height: 46.4vw;
  }
}
/* ================================================

- EQUIPMENT/GALLERY

================================================ */
.top-sc.-eqGalley {
  padding: 140px 0 200px;
}

.top-eqGalley__layout {
  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: 0;
}

.top-eqGalley__block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 0px);
  position: relative;
}
.top-eqGalley__block::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  translate: -50% 0;
  width: 1px;
  height: 160px;
  background-color: #928b82;
}
.top-eqGalley__block .top-sc__head {
  margin-top: -22px;
}
.top-eqGalley__block .top-sc__ttl {
  margin: 0 auto;
}
.top-eqGalley__block .top-sc__ttl::before {
  display: none;
}
.top-eqGalley__block .top-sc__ttl.-gallery {
  width: 235px;
}
.top-eqGalley__block .top-sc__ttl.-equipment {
  width: 317px;
}
.top-eqGalley__block .m-btn {
  margin-top: 43px;
}

.top-eqGalley__icon {
  width: 380px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-eqGalley {
    padding: 21.333vw 0 26.667vw;
  }
  .top-sc.-eqGalley .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-eqGalley__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: 37.333vw;
  }
  .top-eqGalley__block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: relative;
  }
  .top-eqGalley__block::before {
    top: -29.333vw;
    height: 24vw;
  }
  .top-eqGalley__block .top-sc__head {
    margin-top: -5.667vw;
  }
  .top-eqGalley__block .top-sc__ttl::before {
    display: none;
  }
  .top-eqGalley__block .top-sc__ttl.-gallery {
    width: 45.867vw;
  }
  .top-eqGalley__block .top-sc__ttl.-equipment {
    width: 61.6vw;
  }
  .top-eqGalley__block .m-btn {
    margin-top: 6.667vw;
  }
  .top-eqGalley__icon {
    width: 74.667vw;
  }
}
/* ================================================

- OUTLINE

================================================ */
.top-sc.-outline {
  padding-bottom: 300px;
}
.top-sc.-outline .top-sc__inner {
  position: relative;
}

.top-outline {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 120px;
  left: 50%;
  translate: -50% 0;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 97px 0 90px;
  background-color: rgba(255, 255, 255, 0.9);
}
.top-outline .top-sc__ttl::before {
  display: none;
}
.top-outline .m-btn {
  margin-top: 50px;
}
.top-outline .m-btn a::before {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-outline {
    padding-bottom: 64vw;
  }
  .top-outline {
    top: 26.667vw;
    width: 85.333vw;
    padding: 14.4vw 0;
  }
  .top-outline .m-btn {
    margin-top: 10.667vw;
  }
}
/* ================================================

- hover

================================================ */
@media (hover: hover) {
  .top-eqGalley__photo a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .top-eqGalley__photo a:any-link:hover {
    opacity: 0.8;
  }
}
.top-eqGalley__photo a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}