@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 (hover: hover) {
  .overview-layout__summary p a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .overview-layout__summary p a:any-link:hover {
    opacity: 0.8;
  }
}
.overview-layout__summary p a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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

- 墓地の種類MV

================================================ */
.overview-sc.-layout {
  padding-bottom: 7px;
}
.overview-sc.-layout .overview-sc__inner {
  padding: 0 110px;
}

.overview-layout__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;
  padding: 20px 13px 21px;
  font-size: 1.7rem;
  line-height: 1.647;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-top: solid 1px #e4e4e4;
}
.overview-layout__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 164px;
}

.overview-layout__list:last-of-type {
  border-bottom: solid 1px #e4e4e4;
}

.overview-layout__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.overview-layout__summary p span.-gap {
  display: inline-block;
  margin-right: 2em;
}
.overview-layout__summary p a.-ex {
  display: inline-block;
  margin-left: 42px;
  padding-left: 18px;
  position: relative;
}
.overview-layout__summary p a.-ex::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_ex.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.overview-layout__summary p a.-ex::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #148b79;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .overview-sc.-layout {
    padding-bottom: 0;
  }
  .overview-sc.-layout .overview-sc__inner {
    padding: 0 4.8vw;
  }
  .overview-layout__list {
    padding: 5.333vw 2.667vw 5.6vw;
    font-size: 4vw;
  }
  .overview-layout__list dt {
    width: 28vw;
  }
  .overview-layout__summary {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .overview-layout__summary p span.-gap {
    margin-right: 2em;
  }
  .overview-layout__summary p a.-ex {
    display: inline-block;
    margin-top: 1.333vw;
    margin-left: 0;
    padding-left: 4.8vw;
  }
  .overview-layout__summary p a.-ex::before {
    width: 3.733vw;
    height: 3.733vw;
  }
  .overview-layout__summary p a.-ex::after {
    bottom: -0.8vw;
  }
}