@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

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

- イージング

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

- 共通

================================================ */
.m-body.-plan {
  padding-bottom: 200px;
}

.plan-sc__inner {
  position: relative;
}

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

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

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

.bg.-bg-right.-bg-top.-bg-btm::after {
  left: 0;
  right: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
}

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

.plan-deco.-deco_1 {
  width: 106px;
  top: -396px;
  right: -95px;
}

.plan-deco.-deco_2 {
  width: 148px;
  top: -195px;
  left: -100px;
}

.plan-deco.-deco_3 {
  width: 145px;
  bottom: -183px;
  right: -33px;
}

.plan-deco.-deco_4 {
  width: 177px;
  top: -175px;
  left: -70px;
}

.plan-deco.-deco_5 {
  width: 197px;
  bottom: -240px;
  right: -45px;
}

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

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-body.-plan {
    padding-bottom: 37.333vw;
  }
  .bg {
    position: relative;
  }
  .bg::after {
    left: 0;
    width: 94vw;
  }
  .bg.-bg-right.-bg-top.-bg-btm::after {
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 40px;
  }
  .plan-deco.-deco_1 {
    width: 17.6vw;
    top: -49.333vw;
    right: auto;
    left: 1.333vw;
  }
  .plan-deco.-deco_2 {
    width: 24.533vw;
    top: -32vw;
    right: 1.333vw;
    left: auto;
  }
  .plan-deco.-deco_3 {
    width: 24vw;
    bottom: -32vw;
    right: 1.333vw;
  }
  .plan-deco.-deco_4 {
    width: 24vw;
    top: -36vw;
    left: auto;
    right: 1.333vw;
  }
  .plan-deco.-deco_5 {
    width: 32.533vw;
    bottom: -37.333vw;
    right: 2.667vw;
  }
}
/* ================================================

- showcase

================================================ */
.plan-sc.-showcase {
  padding: 140px 0 175px;
}

.plan-showcase__summary {
  text-align: center;
}
.plan-showcase__summary p {
  font-size: 2.75rem;
  line-height: 1.9;
  color: #928b82;
  font-family: "TsukuMinPr6-M", serif;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .plan-sc.-showcase {
    padding: 10.667vw 0 16vw;
  }
  .plan-sc.-showcase .plan-sc__inner {
    padding: 0 5.333vw;
  }
  .plan-showcase__summary p {
    font-size: 7.4666666667vw;
  }
}
/* ================================================

-

================================================ */
.plan-sc.-fp1 {
  padding: 100px 0 100px;
}
.plan-sc.-fp1 .plan-sc__inner {
  padding: 0 90px;
}

.plan-sc.-fp2 {
  padding: 200px 0 200px;
}

.plan-sc.-fp3 {
  padding: 100px 0 100px;
}

.plan-sc.-fp3 .plan-sc__inner,
.plan-sc.-fp2 .plan-sc__inner,
.plan-sc.-fp1 .plan-sc__inner {
  padding: 0 90px;
}

.plan-fp__block__ttl {
  font-size: 2.5rem;
  font-family: "TsukuGoPro-R", sans-serif;
}

.plan-fp__block__item {
  margin-top: 75px;
}

.plan-fp__block__zumen1 {
  width: 905px;
  translate: -25px 0;
}

.plan-fp__slide {
  margin-top: 95px;
  position: relative;
}

.swiper.plan-fp__swiper {
  overflow: visible;
}
.swiper.plan-fp__swiper .swiper-wrapper {
  width: 900px;
}
.swiper.plan-fp__swiper .swiper-wrapper figcaption {
  margin-bottom: 10px;
  font-size: 2.375rem;
  font-family: "SabonNextLTPro-Demi", serif;
  text-align: center;
}

/* アロー */
.swiper-button-next.plan-arrow,
.swiper-button-prev.plan-arrow {
  position: absolute;
  top: 54%;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}
.swiper-button-next.plan-arrow::after,
.swiper-button-prev.plan-arrow::after {
  display: none;
}

/* アロー（前へ） */
.swiper-button-prev.plan-arrow {
  left: -80px;
  background-image: url("../images/plan/arrow_prev.png");
}

/* アロー（次へ） */
.swiper-button-next.plan-arrow {
  right: -80px;
  background-image: url("../images/plan/arrow_next.png");
}

.plan-pagination .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.plan-pagination .swiper-container-horizontal > .swiper-pagination-bullets,
.plan-pagination .swiper-pagination-custom,
.plan-pagination .swiper-pagination-fraction {
  bottom: 0;
}
.plan-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.plan-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b8b298;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .plan-sc.-fp1 {
    padding: 10.667vw 0 10.667vw;
  }
  .plan-sc.-fp1 .plan-sc__inner {
    padding: 0 5.333vw;
  }
  .plan-sc.-fp2 {
    padding: 26.667vw 0 26.667vw;
  }
  .plan-sc.-fp3 {
    padding: 10.667vw 0 10.667vw;
  }
  .plan-sc.-fp3 .plan-sc__inner,
  .plan-sc.-fp2 .plan-sc__inner,
  .plan-sc.-fp1 .plan-sc__inner {
    padding: 0 5.333vw;
  }
  .plan-sc.-fp3 .plan-sc__inner {
    padding: 0 5.333vw 0 8vw;
  }
  .plan-fp__block__ttl {
    font-size: 6.4vw;
  }
  .plan-fp__block__item {
    margin-top: 6.667vw;
  }
  .plan-fp__block__zumen1 {
    width: 100%;
    translate: 0 0;
  }
  .plan-fp__slide {
    margin-top: 9.333vw;
  }
  .swiper.plan-fp__swiper {
    overflow: hidden;
  }
  .swiper.plan-fp__swiper .swiper-wrapper {
    width: 90vw;
  }
  .swiper.plan-fp__swiper .swiper-wrapper figcaption {
    margin-bottom: 10px;
    font-size: 6.4vw;
  }
  /* アロー */
  .swiper-button-next.plan-arrow,
  .swiper-button-prev.plan-arrow {
    top: 60%;
    width: 6.933vw;
    height: 6.933vw;
  }
  /* アロー（前へ） */
  .swiper-button-prev.plan-arrow {
    left: -4vw;
    background-image: url("../images/plan/arrow_prev.png");
  }
  /* アロー（次へ） */
  .swiper-button-next.plan-arrow {
    right: -4vw;
    background-image: url("../images/plan/arrow_next.png");
  }
}
/* ================================================

-

================================================ */
.plan-fp__tab {
  margin-top: 95px;
}

.plan-fp__tab__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;
  gap: 12px;
  max-width: 900px;
  width: 100%;
}

.plan-fp__tab__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  width: calc(16.6666666667% - 10px);
  min-height: 50px;
  border: solid 1px #928b82;
}
.plan-fp__tab__item span.-ttl {
  font-size: 2rem;
  color: #928b82;
  font-family: "SabonNextLTPro-Demi", serif;
}
.plan-fp__tab__item span.-ttl small {
  font-size: 1.25rem;
}

.plan-fp__tab__item.-active {
  background-color: #928b82;
}
.plan-fp__tab__item.-active span.-ttl {
  color: #FFFFFF;
}

.plan-fp__block__list {
  margin-top: 60px;
  padding-left: 50px;
}

.plan-fp__block__list__item {
  width: 801px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .plan-fp__tab {
    margin-top: 8vw;
  }
  .plan-fp__tab__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: 2.667vw;
  }
  .plan-fp__tab__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    width: calc(33.3333333333% - 1.7776666667vw);
    min-height: 11.2vw;
  }
  .plan-fp__tab__item span.-ttl {
    font-size: 7.2vw;
  }
  .plan-fp__tab__item span.-ttl small {
    font-size: 4.2666666667vw;
  }
  .plan-fp__block__list {
    margin-top: 5.333vw;
    padding-left: 0;
  }
  .plan-fp__block__list__item {
    width: 100%;
  }
}