@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 {
  width: 302px;
}

.top-sc__ttl2 {
  width: 266px;
}

.top-sc__summary p {
  font-size: 1rem;
  font-family: "TsukuMinPr6-M", serif;
  line-height: 2.027;
  letter-spacing: 0.2em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__ttl {
    width: 80vw;
  }
  .top-sc__ttl2 {
    width: 70.933vw;
  }
  .top-sc__summary p {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

- MV

================================================ */
.top-mv {
  margin-top: 27px;
  background-color: #FFFFFF;
}

.top-mv__inner {
  position: relative;
}
.top-mv__inner::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  background-image: url("../images/top/mv_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1920px;
  height: 436px;
}

.top-mv__content {
  position: relative;
  padding-right: 85px;
}

.top-mv__lead1 {
  position: absolute;
  top: 0;
  left: 100px;
  width: 76px;
}

.top-mv__image {
  width: 931px;
  margin-left: auto;
}

.top-mv__lead2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 408px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv {
    margin-top: 3.2vw;
  }
  .top-mv__inner::before {
    display: none;
  }
  .top-mv__content {
    padding-right: 0;
  }
  .top-mv__lead1 {
    display: none;
  }
  .top-mv__image {
    width: 100%;
    margin-left: 0;
  }
  .top-mv__lead2 {
    display: none;
  }
}
/* ================================================

- CONTACT/ACCESS

================================================ */
.top-sc.-concept {
  padding-top: 190px;
}
.top-sc.-concept .top-sc__inner {
  padding-bottom: 125px;
  position: relative;
}
.top-sc.-concept .top-sc__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: -370px;
  background-image: url("../images/top/concept_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 786px;
  height: 676px;
}
.top-sc.-concept .top-sc__ttl {
  translate: -25px 0;
}
.top-sc.-concept .top-sc__summary {
  margin-top: 4px;
}
.top-sc.-concept .m-btn {
  margin-top: 27px;
}

.top-concept {
  padding-right: 37px;
}

.top-concept__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;
  width: 100%;
}

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

.top-concept__photo {
  max-width: 532px;
  width: 100%;
}

.top-sc.-access {
  padding: 80px 0 70px;
  background-image: url("../images/top/access_bg.jpg");
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: top center;
}
.top-sc.-access .top-sc__ttl {
  translate: -15px 0;
}
.top-sc.-access .top-sc__summary {
  margin-top: 24px;
}
.top-sc.-access .m-btn {
  margin-top: 20px;
}

.top-access {
  padding-right: 10px;
}

.top-access__content {
  padding-top: 56px;
}

.top-access__layout {
  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;
  gap: 40px;
}

.top-access__photo {
  max-width: 608px;
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-concept {
    padding-top: 7.467vw;
  }
  .top-sc.-concept .top-sc__inner {
    padding: 0 2.667vw 10.667vw;
  }
  .top-sc.-concept .top-sc__inner::before {
    right: 0;
    background-image: url("../images/top/concept_bg_sp.png");
    width: 100vw;
    height: 187.733vw;
  }
  .top-sc.-concept .top-sc__ttl {
    translate: 0 0;
  }
  .top-sc.-concept .top-sc__summary {
    margin-top: 1.067vw;
    padding-left: 6.667vw;
  }
  .top-sc.-concept .m-btn {
    margin-top: 7.2vw;
    padding-left: 3.467vw;
  }
  .top-concept {
    padding-right: 0;
  }
  .top-concept__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6vw;
    width: 100%;
  }
  .top-concept__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
  .top-concept__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 83.733vw;
  }
  .top-sc.-access {
    padding: 17.867vw 0 18.667vw;
    background-image: url("../images/top/access_bg_sp.jpg");
    background-size: contain;
  }
  .top-sc.-access .top-sc__inner {
    padding: 0 9.333vw;
  }
  .top-sc.-access .top-sc__ttl {
    translate: 0 0;
  }
  .top-sc.-access .top-sc__summary {
    margin-top: 6.4vw;
    padding: 0 4.267vw;
  }
  .top-sc.-access .m-btn {
    margin-top: 4.8vw;
  }
  .top-access {
    padding-right: 0;
  }
  .top-access__content {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-access__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.8vw;
  }
  .top-access__photo {
    width: 81.067vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* ================================================

- PLAN

================================================ */
.top-sc.-plan {
  padding-top: 117px;
}
.top-sc.-plan .top-sc__ttl {
  width: 210px;
  translate: -5px 0;
  padding-top: 25px;
}
.top-plan__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: 33px;
}

.top-sc.-photo {
  margin-top: 60px;
}
.top-sc.-photo .m-separatePhoto {
  position: relative;
}
.top-sc.-photo .m-separatePhoto::before {
  content: "";
  position: absolute;
  top: -230px;
  right: 55px;
  background-image: url("../images/top/plan_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 53px;
  height: 825px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-plan {
    padding-top: 12.533vw;
  }
  .top-sc.-plan .top-sc__inner {
    padding: 0 13.333vw;
  }
  .top-sc.-plan .top-sc__ttl {
    width: 56vw;
    translate: -1.333vw 0;
    padding-top: 6.667vw;
  }
  .top-plan__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: 7.467vw;
  }
  .top-sc.-photo {
    margin-top: 12.533vw;
  }
  .top-sc.-photo .m-separatePhoto {
    position: relative;
  }
  .top-sc.-photo .m-separatePhoto::before {
    top: -87.2vw;
    right: -6.133vw;
    width: 18.133vw;
    height: 283.2vw;
  }
}
/* ================================================

- EQUIPMENT/GALLERY

================================================ */
.top-sc.-eqGalley {
  padding: 94px 0 100px;
}

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

.top-eqGalley__photo {
  width: 268px;
  margin-top: 15px;
}

.top-eqGalley__btn {
  width: 284px;
  margin-top: 17px;
}
.top-eqGalley__btn a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-eqGalley {
    padding: 10.667vw 0 21.867vw;
  }
  .top-sc.-eqGalley .top-sc__inner {
    padding: 0 11.467vw;
  }
  .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: 12vw;
  }
  .top-eqGalley__photo {
    width: 71.467vw;
    margin-top: 4vw;
  }
  .top-eqGalley__btn {
    width: 60vw;
    margin-top: 4.533vw;
  }
  .top-eqGalley__btn a {
    display: block;
  }
}
/* ================================================

- OUTLINE

================================================ */
.top-sc.-outline {
  padding: 188px 0 150px;
  background-image: url("../images/top/outline_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.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;
}
.top-outline .m-btn {
  margin-top: 10px;
}

.top-outline__ttl {
  width: 420px;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-outline {
    padding: 22.667vw 0 50.667vw;
    background-image: url("../images/top/outline_bg_sp.jpg");
  }
  .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;
  }
  .top-outline .m-btn {
    margin-top: 2.667vw;
  }
  .top-outline__ttl {
    width: 111.733vw;
    margin: 0 auto;
    translate: -4vw 0;
  }
}
/* ================================================

- hover

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