@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-green: #1d4c45;
  --cc-yellow: #ffe553;
  --header-w: 260px;
  --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

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

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

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

- イージング

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

- @hover

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

- 共通

================================================ */
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  #sakura,
  #tutuzi,
  #momizi,
  #azisai,
  #nemunoki,
  #sinanoki,
  #naranoki,
  #satuki,
  #sarusuberi,
  #akamatu,
  #mukuge,
  #ichii {
    padding-top: 13.333vw;
    margin-top: -13.333vw;
  }
}
/* ================================================

- 墓地の種類MV

================================================ */
.eitai-sc.-showcase {
  padding-bottom: 10px;
}
.eitai-sc.-showcase .eitai-sc__inner {
  padding: 0 70px;
}

.eitai-showcase {
  padding-bottom: 40px;
  border-bottom: solid 1px #e4e4e4;
}

.eitai-showcase__summary p {
  font-size: 1.7rem;
  line-height: 1.882;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .eitai-sc.-showcase {
    padding-bottom: 2.667vw;
  }
  .eitai-sc.-showcase .eitai-sc__inner {
    padding: 0 4.8vw;
  }
  .eitai-showcase {
    padding-bottom: 10.667vw;
  }
  .eitai-showcase__summary p {
    font-size: 4vw;
  }
}
/* ================================================

- 墓地の種類layout

================================================ */
.eitai-sc.-layout {
  padding-top: 83px;
  background-color: #FFFFFF;
}
.eitai-layout__head {
  padding: 0 70px;
}

.eitai-layout__ttl {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.eitai-layout__summary {
  margin-top: 27px;
}
.eitai-layout__summary p {
  font-size: 1.7rem;
  line-height: 1.882;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.eitai-layout {
  margin-top: 120px;
  padding: 0 70px;
  background-color: #f2f2f2;
  position: relative;
}

.eitai-layout__list {
  position: relative;
  top: -80px;
}

.eitai-layout__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  background-color: #FFFFFF;
}

.eitai-layout__item:not(:first-of-type) {
  margin-top: 50px;
}

.eitai-layout__item[data-pos=right] .eitai-layout__item__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.eitai-layout__item[data-pos=right] .eitai-layout__item__summarys {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.eitai-layout__item__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 440px;
}

.eitai-layout__item__summarys {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 40px 40px;
}
.eitai-layout__item__summarys dt {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.eitai-layout__item__summarys dt.-textLayout {
  margin-left: -13px;
}

.eitai-layout__item__summary {
  margin-top: 20px;
}
.eitai-layout__item__summary p {
  font-size: 1.7rem;
  line-height: 1.882;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.eitai-layout__item__price {
  margin-top: 14px;
}
.eitai-layout__item__price p span {
  font-size: 2.2rem;
}
.eitai-layout__item__price p small {
  font-size: 1.6rem;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .eitai-sc.-layout {
    padding-top: 16vw;
  }
  .eitai-layout__head {
    padding: 0 4.8vw;
  }
  .eitai-layout__ttl {
    font-size: 5.6vw;
  }
  .eitai-layout__summary {
    margin-top: 5.333vw;
  }
  .eitai-layout__summary p {
    font-size: 4vw;
  }
  .eitai-layout {
    margin-top: 29.333vw;
    padding: 0 4.8vw;
  }
  .eitai-layout__list {
    top: -16vw;
  }
  .eitai-layout__item {
    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;
  }
  .eitai-layout__item:not(:first-of-type) {
    margin-top: 13.333vw;
  }
  .eitai-layout__item[data-pos=right] .eitai-layout__item__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .eitai-layout__item[data-pos=right] .eitai-layout__item__summarys {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .eitai-layout__item__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .eitai-layout__item__summarys {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 8vw 4.8vw;
  }
  .eitai-layout__item__summarys dt {
    font-size: 5.0666666667vw;
    line-height: 1.425;
  }
  .eitai-layout__item__summarys dt.-textLayout {
    margin-left: -3.467vw;
  }
  .eitai-layout__item__summary {
    margin-top: 4vw;
  }
  .eitai-layout__item__summary p {
    font-size: 4vw;
  }
  .eitai-layout__item__price {
    margin-top: 3.733vw;
  }
  .eitai-layout__item__price p span {
    font-size: 5.3333333333vw;
  }
  .eitai-layout__item__price p small {
    font-size: 3.8666666667vw;
  }
}