@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__ttlLabel {
  position: relative;
}

.top-sc__ttl {
  position: relative;
}
.top-sc__ttl img {
  position: absolute;
  top: 26px;
  left: 0;
  width: 373px;
  z-index: 10;
}

.top-sc__ttl2 {
  width: 339px;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__ttl img {
    top: 5.333vw;
    left: 5.333vw;
    width: 69.6vw;
  }
  .top-sc__ttl2 {
    width: 63.2vw;
  }
}
/* ================================================

- MV

================================================ */
.top-mv {
  padding: 30px 0 180px;
}

.top-mv__upper {
  position: relative;
  background-color: #aba39c;
}
.top-mv__upper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}

.top-mv__upper__inner {
  padding: 40px 0 32px;
  position: relative;
}

.top-mv__upper__lead {
  width: 513px;
}

.top-mv__image {
  position: absolute;
  top: -60px;
  right: 0;
  width: 740px;
}

.top-mv__lower {
  padding-top: 60px;
}

.top-mv__lower__lead {
  width: 462px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv {
    padding: 0 0 26.667vw;
  }
  .top-mv__upper::before {
    top: 2.667vw;
  }
  .top-mv__upper__inner {
    padding: 10.667vw 0 21.333vw;
  }
  .top-mv__upper__lead {
    width: 100%;
    padding: 0 5.333vw;
  }
  .top-mv__upper__lead img {
    width: 80vw;
  }
  .top-mv__image {
    top: 33.333vw;
    left: 0;
    width: 98.667vw;
  }
  .top-mv__lower {
    padding: 56vw 5.333vw 0;
  }
  .top-mv__lower__lead {
    width: 80vw;
  }
}
/* ================================================

- CONTACT/ACCESS/PLAN

================================================ */
.top-sc {
  padding-bottom: 120px;
}

.top-sc.-plan {
  padding-bottom: 180px;
}

.top-sc__inner {
  padding-top: 150px;
}

.top-sc__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
  max-width: 780px;
  width: 100%;
  margin-left: 80px;
}

.top-sc__summary p {
  font-size: 1.25rem;
  font-family: "TsukuMinPr6-M", serif;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.top-concept__photo {
  max-width: 900px;
  width: 100%;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
.top-concept__photo::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #f6f5f2;
  border-radius: 20px;
  z-index: -1;
}

.top-access__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: 40px;
  max-width: 900px;
  width: 100%;
  margin-top: 120px;
}

.top-access__photo {
  width: calc(50% - 20px);
  position: relative;
  z-index: 1;
}
.top-access__photo::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #DDDDDD;
  border-radius: 20px;
  z-index: -1;
}

.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 {
    padding-bottom: 32vw;
  }
  .top-sc.-plan {
    padding-bottom: 32vw;
  }
  .top-sc__inner {
    padding-top: 32vw;
  }
  .top-sc__layout {
    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: 13.333vw;
    margin-left: 0;
    padding: 0 5.333vw;
  }
  .top-sc__summary p {
    font-size: 4.5333333333vw;
  }
  .top-concept__photo {
    width: 94.667vw;
    margin: 21.333vw auto 0;
  }
  .top-concept__photo::before {
    top: -2.4vw;
    right: -2.4vw;
    border-radius: 4vw;
  }
  .top-access__layout {
    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: 10.667vw;
    margin-top: 21.333vw;
    padding: 0 10.667vw;
  }
  .top-access__photo {
    width: 100%;
  }
  .top-access__photo::before {
    top: -4vw;
    right: -4vw;
    border-radius: 4vw;
  }
  .top-sc.-photo .top-sc__inner {
    padding: 0;
  }
}
/* ================================================

- EQUIPMENT/GALLERY

================================================ */
.top-sc.-eqGalley {
  padding: 186px 0 180px;
  background-color: #dfdcd4;
  position: relative;
}
.top-sc.-eqGalley .top-sc__inner {
  padding-top: 0;
}
.top-sc.-eqGalley::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18.75vw;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
}

.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: 60px;
}

.top-eqGalley__block {
  width: calc(50% - 30px);
}

.top-eqGalley__photo {
  margin-top: 23px;
}
.top-eqGalley__photo a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-eqGalley {
    padding: 32vw 0;
  }
  .top-sc.-eqGalley .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-sc.-eqGalley::before {
    right: 3.5vw;
  }
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
  .top-eqGalley__block {
    width: 100%;
  }
  .top-eqGalley__photo {
    margin-top: 4.8vw;
  }
}
/* ================================================

- OUTLINE

================================================ */
.top-sc.-outline {
  padding: 186px 0 180px;
  position: relative;
}
.top-sc.-outline .top-sc__inner {
  padding-top: 0;
}

.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;
  margin-top: 44px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-outline {
    padding: 32vw 0;
  }
  .top-sc.-outline .top-sc__inner {
    padding-top: 0;
  }
  .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;
    margin-top: 11.733vw;
  }
}
/* ================================================

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