@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__head {
  position: relative;
}
.top-sc__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  translate: 0 -50%;
  background-color: #FFFFFF;
  width: 80px;
  height: 1px;
}

.top-sc__ttl {
  font-size: 3rem;
  font-family: "SabonNextLTPro-Demi", serif;
  color: #FFFFFF;
}

.top-sc__summary {
  margin-top: 77px;
}
.top-sc__summary p {
  font-size: 1.125rem;
  font-family: "TsukuGoPro-L", sans-serif;
  line-height: 2.222;
  color: #FFFFFF;
}

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

.top-sc.-photo.-min {
  background-color: rgba(140, 131, 120, 0.5);
}
.top-sc.-photo.-min .top-sc__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__head::before {
    left: -17.333vw;
    width: 14.667vw;
  }
  .top-sc__ttl {
    font-size: 9.6vw;
  }
  .top-sc__summary {
    margin-top: 3.2vw;
  }
  .top-sc__summary p {
    font-size: 4.2666666667vw;
    line-height: 1.688;
  }
  .top-sc.-photo.-min .top-sc__inner {
    width: 80vw;
  }
}
/* ================================================

- MV

================================================ */
.top-mv {
  padding-top: 54px;
}

.top-mv__inner {
  padding-left: 96px;
  position: relative;
}

.top-mv__logo {
  width: 253px;
  position: absolute;
  top: -35px;
  left: 3px;
}

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

.top-mv__txt1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 89px;
  padding-top: 145px;
}

.top-mv__block {
  max-width: 780px;
  width: 100%;
  margin-left: 95px;
}

.top-mv__photo {
  margin-top: 27px;
  padding: 10px 0;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.top-mv__txt2 {
  width: 358px;
  margin-left: auto;
}

.top-mv__note {
  margin-top: 5px;
  text-align: right;
  font-size: 0.8125rem;
  color: #ffffff;
  font-family: "TsukuGoPro-r", sans-serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-mv {
    padding-top: 2.667vw;
  }
  .top-mv__inner {
    padding-left: 4.533vw;
  }
  .top-mv__logo {
    display: none;
  }
  .top-mv__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: 0;
  }
  .top-mv__txt1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.267vw;
    padding-top: 12.267vw;
  }
  .top-mv__block {
    width: 285;
    margin-left: 5.333vw;
  }
  .top-mv__photo {
    margin-top: 3.733vw;
    padding: 1.333vw 0;
  }
  .top-mv__txt2 {
    width: 70.4vw;
    margin-left: 0;
  }
  .top-mv__note {
    padding-right: 3.2vw;
    margin-top: 2.933vw;
    font-size: 3.4666666667vw;
    line-height: 1.462;
  }
}
/* ================================================

- CONCEPT

================================================ */
.m-body.-top {
  margin-top: 200px;
}

.top-sc.-concept .top-sc__inner {
  padding: 0 110px;
}

.top-access__layout,
.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: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
  padding-left: 20px;
}

.top-access__content,
.top-concept__content {
  padding-top: 67px;
}

.top-access__layer,
.top-concept__layer {
  position: relative;
}

.top-access__photo,
.top-concept__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 520px;
  width: 100%;
  padding: 8px;
  border: solid 1px #FFFFFF;
}

.m-btn.top-access__btn,
.m-btn.top-concept__btn {
  position: absolute;
  bottom: -30px;
  right: -80px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body.-top {
    margin-top: 14.4vw;
  }
  .top-sc.-concept .top-sc__inner {
    padding: 0 6.667vw;
  }
  .top-access__layout,
  .top-concept__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: 5.333vw;
    padding-left: 0;
  }
  .top-access__content,
  .top-concept__content {
    padding-top: 0;
    padding-left: 19.733vw;
  }
  .top-access__layer,
  .top-concept__layer {
    position: relative;
  }
  .top-access__photo,
  .top-concept__photo {
    max-width: 154.667vw;
    width: 76.267vw;
    padding: 1.333vw;
  }
  .m-btn.top-access__btn,
  .m-btn.top-concept__btn {
    bottom: -4.533vw;
    right: -10.667vw;
  }
}
/* ================================================

- ACCESS

================================================ */
.top-sc.-access {
  margin-top: 168px;
  padding-bottom: 230px;
}
.top-sc.-access .top-sc__inner {
  padding: 0 110px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-access {
    margin-top: 20vw;
    padding-bottom: 20vw;
  }
  .top-sc.-access .top-sc__inner {
    padding: 0 6.667vw;
  }
}
/* ================================================

- PLAN

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

.top-plan__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: 120px;
}

.top-plan__item {
  width: 280px;
  padding: 10px 0;
  position: relative;
}

.top-plan__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
}

.top-plan__icon {
  width: 108px;
  margin: 0 auto;
}

.top-plan__head {
  margin-top: 30px;
}

.top-plan__ttl {
  display: block;
  color: #FFFFFF;
  text-align: center;
}
.top-plan__ttl span {
  display: block;
}
.top-plan__ttl span.-en {
  font-size: 2.875rem;
  font-family: "SabonNextLTPro-Demi", serif;
}
.top-plan__ttl span.-jp {
  margin-top: 6px;
  font-size: 1rem;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.m-btn.top-plan__btn {
  margin: 30px auto 0;
}
.m-btn.top-plan__btn a {
  min-height: 50px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-plan {
    padding: 12.8vw 0 12.8vw;
  }
  .top-sc.-plan .top-sc__inner {
    padding: 0 5.333vw;
  }
  .top-plan__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
  .top-plan__item {
    width: 80vw;
    padding: 2.667vw 0;
  }
  .top-plan__item:not(:first-of-type)::before {
    top: -8vw;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: 0.267vw;
  }
  .top-plan__icon {
    width: 20.267vw;
  }
  .top-plan__head {
    margin-top: 6.4vw;
  }
  .top-plan__ttl span.-en {
    font-size: 8.5333333333vw;
  }
  .top-plan__ttl span.-jp {
    margin-top: 1.6vw;
    font-size: 4.2666666667vw;
  }
  .m-btn.top-plan__btn {
    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: 5.333vw auto 0;
  }
  .m-btn.top-plan__btn a {
    min-height: 10.667vw;
  }
}
/* ================================================

- OUTLINE

================================================ */
.top-sc.-outline {
  padding: 60px 0 200px;
}
.top-outline__layout {
  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;
  gap: 70px;
}

.top-outline__ttl {
  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;
  gap: 30px;
  color: #FFFFFF;
}
.top-outline__ttl span.-en {
  font-size: 2.75rem;
  font-family: "SabonNextLTPro-Demi", serif;
}
.top-outline__ttl span.-jp {
  margin-top: 5px;
  font-size: 1rem;
  font-family: "TsukuGoPr5-R", sans-serif;
}

.m-btn.top-outline__btn a {
  min-height: 50px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-outline {
    padding: 10.133vw 0 23.467vw;
  }
  .top-outline__layout {
    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;
    gap: 5.333vw;
  }
  .top-outline__ttl {
    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;
    gap: 0;
  }
  .top-outline__ttl span.-en {
    font-size: 8.5333333333vw;
  }
  .top-outline__ttl span.-jp {
    margin-top: 1.333vw;
    font-size: 4.2666666667vw;
  }
  .m-btn.top-outline__btn a {
    min-height: 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;
}