@charset "UTF-8";
.about {
  background: url("../img/common/deco_head_karakusa.png") no-repeat top center, linear-gradient(transparent, transparent 4rem, #FFFBE6 4rem);
  background-size: contain, auto;
}
@media screen and (min-width: 1024px) {
  .about {
    background: url("../img/common/pc_deco_head_karakusa.webp") no-repeat top center, linear-gradient(transparent, transparent 12.43vw, #FFFBE6 12.43vw);
    background-size: contain, auto;
    position: relative;
  }
  .about::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52px;
    transform: translateX(-50%);
    width: 596px;
    height: 113px;
    background: url("../img/common/pc_deco_karakusa_head.png") no-repeat bottom center;
    background-size: contain;
  }
}
.about > .container {
  padding: 11.4rem 1.6rem 6.4rem;
}
@media screen and (min-width: 1024px) {
  .about > .container {
    width: 96%;
    max-width: 1150px;
    margin-inline: auto;
    padding: 170px 0 110px 0;
    background: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .about > .container {
    width: 96%;
  }
}
.about__block .btn-primary {
  margin: 6.4rem auto;
}
@media screen and (min-width: 1024px) {
  .about__block {
    display: grid;
    grid-template-columns: 720fr 340fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "area-ttl area-illust" "area-text area-illust" "area-btn area-illust";
    gap: 0 100px;
    align-items: start;
  }
  .about__block .en-ttl {
    grid-area: area-ttl;
    text-align: left;
  }
  .about__block .en-ttl .ttl {
    margin-bottom: 40px;
  }
  .about__block .text {
    grid-area: area-text;
    line-height: 2.1;
    text-align: left;
    margin: 0 0 40px;
  }
  .about__block .btn-primary {
    grid-area: area-btn;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about__figure {
    grid-area: area-illust;
    text-align: center;
    margin: 0;
    align-self: start;
  }
  .about__figure img {
    width: 340px;
    height: auto;
  }
}

/* ========================================================
   FVアニメーション 背景スライド全体設定
======================================================== */
/* ========================================================
   Keyframes Mixin (スライド用)
======================================================== */
@keyframes dynamicLick1 {
  0% {
    opacity: 0;
    transform: scale(1) translateY(0%) translateX(0%);
    transform-origin: ease;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  28.5714285714% {
    opacity: 1;
  }
  34.2857142857% {
    opacity: 0;
    transform: scale(1.38) translateY(-11%) translateX(-1%);
    transform-origin: ease;
  }
  100% {
    opacity: 0;
    transform: scale(1.38) translateY(-11%) translateX(-1%);
    transform-origin: ease;
  }
}
@keyframes dynamicLickPC1 {
  0% {
    opacity: 0;
    transform: scale(1) translateY(3%);
    transform-origin: ease;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  28.5714285714% {
    opacity: 1;
  }
  34.2857142857% {
    opacity: 0;
    transform: scale(1.2) translateY(-5%);
    transform-origin: ease;
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translateY(-5%);
    transform-origin: ease;
  }
}
@keyframes shortPanRight2 {
  0% {
    opacity: 0;
    transform: scale(1.15) translateX(7%) translateY(-3%);
    transform-origin: center;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: scale(1.15) translateX(-9%) translateY(-3%);
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.15) translateX(-9%) translateY(-3%);
    transform-origin: center;
  }
}
@keyframes shortPanRightPC2 {
  0% {
    opacity: 0;
    transform: translateY(-10%) translateX(4%);
    transform-origin: center;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: translateY(-10%) translateX(-1.5%);
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: translateY(-10%) translateX(-1.5%);
    transform-origin: center;
  }
}
@keyframes shortPanLeft3 {
  0% {
    opacity: 0;
    transform: scale(1.3) translateY(4%) translateX(-9%);
    transform-origin: center;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: scale(1.25) translateY(4%) translateX(2%);
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.25) translateY(4%) translateX(2%);
    transform-origin: center;
  }
}
@keyframes shortPanLeftPC3 {
  0% {
    opacity: 0;
    transform: translateY(-12%) translateX(-3%);
    transform-origin: center;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: translateY(-12%) translateX(2.5%);
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: translateY(-12%) translateX(2.5%);
    transform-origin: center;
  }
}
@keyframes shortZoomIn4 {
  0% {
    opacity: 0;
    transform: scale(1.35) translateX(2.5%) translateY(0%);
    transform-origin: center;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: scale(1.2) translateX(2%) translateY(-1.5%);
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translateX(2%) translateY(-1.5%);
    transform-origin: center;
  }
}
@keyframes shortZoomInPC4 {
  0% {
    opacity: 0;
    transform: scale(1.15) translateX(3%) translateY(15%);
    transform-origin: center;
    animation-timing-function: linear;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: scale(1.05) translateX(2%) translateY(15%);
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.05) translateX(2%) translateY(15%);
    transform-origin: center;
  }
}
@keyframes shortPanUp5 {
  0% {
    opacity: 0;
    transform: scale(1.2) translateX(-5%) translateY(0%);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: scale(1.2) translateX(-5%) translateY(15%);
    transform-origin: bottom;
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translateX(-5%) translateY(15%);
    transform-origin: bottom;
  }
}
@keyframes shortZoomInPC5 {
  0% {
    opacity: 0;
    transform: scale(1) translateX(0%) translateY(0%);
    transform-origin: center;
    animation-timing-function: ease-out;
  }
  5.7142857143% {
    opacity: 1;
  }
  17.8571428571% {
    opacity: 1;
  }
  23.5714285714% {
    opacity: 0;
    transform: scale(1.1) translateX(0%) translateY(-2%);
    transform-origin: center;
  }
  100% {
    opacity: 0;
    transform: scale(1.1) translateX(0%) translateY(-2%);
    transform-origin: center;
  }
}
/* ========================================================
    Keyframes (コピーテキスト用)
======================================================== */
@keyframes kvCopyReveal {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: rotateX(-45deg) translateY(18px) scale(1.25);
    transform-origin: bottom center;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: rotateX(0deg) translateY(0) scale(1);
    transform-origin: bottom center;
  }
}
@keyframes simpleFadeUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================
   DOM
======================================================== */
.hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: min(71rem, 110vh);
}
@media screen and (min-width: 1024px) and (min-aspect-ratio: 4/3) {
  .hero {
    height: 90vh;
    overflow: hidden;
  }
}
.hero__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation-fill-mode: both;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (min-width: 1024px) {
  .hero__slide {
    inset: -40% 0 -25% 0;
  }
}
.hero__slide--1 {
  background-image: url("../img/top/kv1.webp");
  animation: dynamicLick1 28s linear infinite;
  animation-delay: 0s;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .hero__slide--1 {
    background-image: url("../img/top/pc_kv1.webp");
    animation-name: dynamicLickPC1;
    background-position: bottom;
  }
}
.hero__slide--2 {
  background-image: url("../img/top/kv2.webp");
  animation: shortPanRight2 28s linear infinite;
  animation-delay: 8s;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .hero__slide--2 {
    background-image: url("../img/top/pc_kv2.webp");
    animation-name: shortPanRightPC2;
  }
}
.hero__slide--3 {
  background-image: url("../img/top/kv3.webp");
  animation: shortPanLeft3 28s linear infinite;
  animation-delay: 13s;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .hero__slide--3 {
    background-image: url("../img/top/pc_kv3.webp");
    animation-name: shortPanLeftPC3;
    background-position: bottom;
  }
}
.hero__slide--4 {
  background-image: url("../img/top/kv4.webp");
  animation: shortZoomIn4 28s linear infinite;
  animation-delay: 18s;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .hero__slide--4 {
    background-image: url("../img/top/pc_kv4.webp");
    animation-name: shortZoomInPC4;
  }
}
.hero__slide--5 {
  background-image: url("../img/top/kv5.webp");
  animation: shortPanUp5 28s linear infinite;
  animation-delay: 23s;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .hero__slide--5 {
    background-image: url("../img/top/pc_kv5.webp");
    animation-name: shortZoomInPC5;
  }
}
@media screen and (min-width: 1024px) {
  .hero__slide--2, .hero__slide--3, .hero__slide--5 {
    inset: -40% -8% -25% -8%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__wrapper {
    position: relative;
    display: block;
    max-width: 1150px;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
  }
}
.hero__copy {
  position: relative;
  z-index: 2;
  top: 3.2rem;
  left: 1.6rem;
  max-width: 90%;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  transform-style: preserve-3d;
  perspective: 1200px;
}
@media screen and (min-width: 1024px) {
  .hero__copy {
    position: absolute;
    top: 14%;
    left: min(40px, 15%);
    width: 620px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .hero__copy {
    top: 12%;
    transform: scale(0.8);
    transform-origin: top left;
  }
}
.hero__title {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  opacity: 0;
  will-change: transform, filter, opacity;
  backface-visibility: hidden;
  animation: kvCopyReveal 2s cubic-bezier(0.2, 0.9, 0.1, 1) 0.3s both;
}
@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
.hero__text {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  animation: simpleFadeUp 2s cubic-bezier(0.2, 0.9, 0.1, 1) 0.8s both;
}
@media screen and (min-width: 1024px) {
  .hero__text {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }
}
.hero__features {
  position: absolute;
  width: 100%;
  bottom: 10rem;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__features {
    top: 7rem;
    right: -30px;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .hero__features {
    right: 0;
  }
}
.hero__features img {
  width: calc(100% - 3.2rem);
}
@media screen and (min-width: 1024px) {
  .hero__features img {
    width: auto;
    height: 190px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (max-width: 1100px) {
  .hero__features img {
    height: 155px;
  }
}
.hero__cta {
  position: absolute;
  width: 36.4rem;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__cta {
    width: 65%;
    bottom: 0;
  }
  .hero__cta a {
    display: block;
    transition: filter 0.2s ease-out;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .hero__cta a:hover {
    filter: brightness(1.05);
  }
}

/* --- 加盟寺院検索 --- */
.affiliated-temple {
  background: #ffffff;
}
.affiliated-temple > .container {
  padding: 6.4rem 1.6rem;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple > .container {
    width: 100%;
    max-width: 1150px;
    margin-inline: auto;
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .affiliated-temple > .container {
    width: 96%;
  }
}
.affiliated-temple__body {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__body {
    text-align: left;
  }
}
.affiliated-temple__heading {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #318988;
  font-feature-settings: "palt";
  padding-bottom: 1.6rem;
  margin: 6.4rem auto 2.2rem;
  border-bottom: 0.1rem solid #318988;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__heading {
    line-height: 1;
    border-bottom: none;
    border-right: 1px solid #318988;
    display: inline-block;
    margin: 88px auto 48px;
    padding: 0 22px 0 0;
  }
}
.affiliated-temple__lead {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  letter-spacing: 0.06em;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__lead {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .affiliated-temple__lead {
    font-size: 14px;
    top: -4px;
  }
}
.affiliated-temple__grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__grid {
    row-gap: 24px;
  }
}
.affiliated-temple__grid::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 13.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 76.92%);
  z-index: 1;
}
.affiliated-temple__grid-item {
  width: 10.4rem;
  position: relative;
}
.affiliated-temple__grid-item:nth-child(n+13) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__grid-item {
    width: 171px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .affiliated-temple__grid-item {
    width: calc((100% - 125px) / 6);
  }
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__grid-item:nth-child(n+13) {
    display: block;
  }
}
.affiliated-temple__grid-item span {
  position: absolute;
  display: inline-block;
  bottom: 0.7rem;
  right: 0.8rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  padding: 0.1rem 0.5rem 0;
  background: #ffffff;
  color: #318988;
  border-radius: 99rem;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__grid-item span {
    font-size: 16px;
    padding: 0 8px 0 10px;
    border-radius: 999px;
  }
}
.affiliated-temple__catch {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-bottom: 1.4rem;
  text-align: center;
  position: relative;
  position: relative;
  display: inline-block;
  padding: 0 0.2em 0 0.3em;
}
.affiliated-temple__catch::before, .affiliated-temple__catch::after {
  content: "";
  display: inline;
  width: 0.1rem;
  height: 1em;
  background-color: #318988;
  border-radius: 9999px;
  position: absolute;
  top: 20%;
}
.affiliated-temple__catch::before {
  transform: rotate(-30deg);
  transform-origin: left bottom;
  left: 0;
}
.affiliated-temple__catch::after {
  transform: rotate(30deg);
  transform-origin: right bottom;
  right: 0;
}
.affiliated-temple__catch::before, .affiliated-temple__catch::after {
  width: 0.2rem;
  height: 1.2em;
}
@media screen and (min-width: 1024px) {
  .affiliated-temple__catch {
    width: 320px;
    margin: 0 auto 20px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .affiliated-temple .btn-text-wrap {
    padding: 32px 0 96px;
  }
  .affiliated-temple a.btn-primary {
    width: 434px;
  }
}

@media screen and (min-width: 1024px) {
  .about__block:nth-of-type(1) {
    margin-bottom: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .about__block:has(img[src*=illust_temple]) .about__figure {
    align-self: center;
  }
}

/* --- 全国永代供養墓・樹木葬グループのお墓 --- */
.product-intro {
  background: radial-gradient(#318988 0%, #025D5B 72%) -250px -250px/50rem 50rem no-repeat, #025D5B;
}
@media screen and (min-width: 1024px) {
  .product-intro {
    background: radial-gradient(#318988 0%, #025D5B 72%) -20vw -20vw/90vw 40vw no-repeat, #025D5B;
  }
}
.product-intro > .container {
  padding: 5rem 1.4rem;
}
@media screen and (min-width: 1024px) {
  .product-intro > .container {
    padding: 116px 0 88px;
  }
}
.product-intro__item {
  position: relative;
  z-index: 3;
  top: -0.5rem;
  padding-bottom: 4.8rem;
}
.product-intro__item > .btn-primary {
  display: flex;
  margin: 0 auto;
}
.product-intro__item:first-of-type {
  border-bottom: 0.1rem solid #675F4C;
}
@media screen and (min-width: 1024px) {
  .product-intro__item {
    padding-bottom: 72px;
  }
}
.product-intro__item--jyumoku .btn-primary {
  text-indent: -0.5em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .product-intro__item--jyumoku .btn-primary {
    letter-spacing: 0.08em;
  }
}
.product-intro__item:last-of-type {
  padding-top: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__item:last-of-type {
    padding-top: 72px;
  }
}
.product-intro__photo {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__photo {
    text-align: center;
    margin-bottom: 98px;
  }
  .product-intro__photo img {
    width: 626px;
    height: 304px;
  }
}
.product-intro__content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__content {
    width: 96%;
    max-width: 1070px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    gap: normal;
  }
}
.product-intro__text-block h4 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #318988;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid currentColor;
  margin-bottom: 2.8rem;
}
.product-intro__text-block .text:not(li .text) {
  font-size: 1.6rem;
  color: #675F4C;
  line-height: 2.1;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
.product-intro__text-block .text em {
  font-style: normal;
  color: #318988;
}
.product-intro__text-block:last-child h4 {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .product-intro__text-block {
    width: 508px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1200px) {
  .product-intro__text-block {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .product-intro__text-block h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .product-intro__text-block .text:not(li .text) {
    font-size: 17px;
    margin-bottom: 32px;
  }
}
.product-intro__pickup-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__pickup-list {
    gap: 8px;
    margin-top: 24px;
  }
}
.product-intro__pickup-list li {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  padding-left: 1.8rem;
  position: relative;
  color: #675F4C;
}
@media screen and (min-width: 1024px) {
  .product-intro__pickup-list li {
    font-size: 18px;
  }
}
.product-intro__pickup-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #93C8C3;
  border-radius: 999px;
  transform: translateY(-50%);
  z-index: 1;
}
.product-intro__pickup-list .product-intro__text-block:nth-child(2) h3 {
  letter-spacing: 0.07em;
}
.product-intro__pickup-list > .text {
  color: #675F4C;
  line-height: 1.7;
  margin-bottom: 1.7em;
}
.product-intro__pickup-list > .text em {
  font-style: normal;
  color: #318988;
}
.product-intro__pickup-list > .text:last-child {
  margin-bottom: 5rem;
}

/* --- ５つの強み --- */
.strength {
  background: #FFFDEA;
}
@media screen and (min-width: 1024px) {
  .strength {
    background: linear-gradient(90deg, #FFF5DA 0%, #FFFDEA 72%, #FFF5DA 100%);
  }
}
.strength > .container {
  padding: 6.4rem 1.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .strength > .container {
    width: 96%;
    max-width: 1150px;
    padding: 125px 0 120px;
  }
}
.strength > .container .strength__title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .strength > .container .list-point li:nth-child(2) .text {
    letter-spacing: 0.035em;
  }
}
@media screen and (min-width: 1024px) {
  .strength > .container .list-point li:nth-child(4) figure {
    width: 687px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .strength > .container .list-point li:nth-child(4) figure {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .strength > .container .list-point li:nth-child(4) figure img {
    width: 327px;
    aspect-ratio: auto;
  }
}

/* --- 寺院さまの想い --- */
.temple-omoi {
  background: linear-gradient(to bottom, #ffffff, #fff7d6);
}
.temple-omoi > .container {
  padding: 5rem 1.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .temple-omoi > .container {
    width: 96%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 112px 0;
  }
}
.temple-omoi > .container .en-ttl {
  margin-bottom: 0;
}
.temple-omoi > .container .en-ttl + .text {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .temple-omoi > .container .en-ttl + .text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .temple-omoi__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 88px;
  }
  .temple-omoi__header .en-ttl {
    width: 350px;
  }
  .temple-omoi__header .en-ttl .ttl {
    margin-bottom: 0;
  }
  .temple-omoi__header .text {
    width: calc(100% - 345px - 80px);
    max-width: 730px;
    line-height: 2.1;
    transform: translateY(-20px);
  }
}

/*-- お墓のお引越しサービス --*/
.ohikkoshi {
  background: url(../img/top/bg_ohikkoshi_top.webp) no-repeat center top, url(../img/top/bg_ohikkoshi_bottom.webp) no-repeat center bottom #D5F4FF;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi {
    background: url(../img/top/bg_ohikkoshi_sakura_left.webp) no-repeat left top, url(../img/top/bg_ohikkoshi_sakura_right.webp) no-repeat right top, #D5F4FF;
    background-size: auto 100%, auto 100%;
    padding-bottom: 88px;
  }
}
.ohikkoshi > .container {
  background: url(../img/top/deco_sakura_head.png) no-repeat center top;
  background-size: 100% auto;
  padding-inline: 0;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .ohikkoshi > .container {
    background: none;
    width: 100%;
    margin-inline: 0;
  }
}
.ohikkoshi .text {
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 2.1;
  letter-spacing: 0.06em;
  text-align: left;
}
.ohikkoshi__catch-title {
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__catch-title {
    font-size: 35px;
  }
}
.ohikkoshi__blur-title {
  font-size: 1.7rem;
  text-align: center;
  color: #ffffff;
  padding: 0.5rem 0;
  position: relative;
}
.ohikkoshi__blur-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 9999px;
  filter: blur(0.5rem);
  z-index: -1;
}
.ohikkoshi__blur-title {
  font-family: "BIZ UDMincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  padding: 1.8rem 0 1.2rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__blur-title {
    grid-area: 1/1/2/2;
    font-size: 32px;
    text-align: left;
    padding-left: 48px;
  }
}
.ohikkoshi__blur-title span {
  display: block;
  font-size: 2.1rem;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__blur-title span {
    font-size: 29px;
  }
}
.ohikkoshi__blur-title::before {
  filter: blur(5px);
  mix-blend-mode: darken;
}
.ohikkoshi__header {
  padding: 9rem 1.4rem 3rem;
  color: #675F4C;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__header {
    display: grid;
    grid-template-rows: 134px 216px 1fr 72px;
    grid-template-columns: 500px 1fr;
    width: 100%;
    max-width: 1150px;
    margin-inline: auto;
    padding: 140px 0 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .ohikkoshi__header {
    width: 96%;
  }
}
.ohikkoshi__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27rem;
  height: 20rem;
  background: url(../img/top/deco_sakura_btn.png) no-repeat left bottom;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__header::after {
    content: none;
  }
}
.ohikkoshi__header .ohikkoshi__catch-title {
  margin: 2.4rem auto 2rem;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__header .ohikkoshi__catch-title {
    grid-area: 2/1/3/2;
    text-align: left;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ohikkoshi__header .ohikkoshi__catch-title {
    font-size: 32px;
    margin-left: 50px;
    padding: 20px 0 0 0;
  }
}
.ohikkoshi__header .text {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__header .text {
    grid-area: 3/1/4/2;
    padding-left: 48px;
    margin-top: -16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ohikkoshi__header .text {
    margin-bottom: 30px;
  }
}
.ohikkoshi__header .btn-primary {
  position: relative;
  top: -6.5rem;
  margin-top: 4.5rem;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__header .btn-primary {
    grid-area: 4/1/5/2;
    margin: 0 0 0 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ohikkoshi__header .btn-primary {
    top: 0;
    margin: 0 0 0 48px;
  }
}
.ohikkoshi__figure {
  margin-top: 0;
  padding-inline: 0;
  margin-inline: -5rem;
  position: relative;
  left: 0.8rem;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__figure {
    grid-area: 1/2/5/3;
    display: flex;
    justify-content: flex-end;
    margin-top: 6rem;
    margin-inline: 0;
    position: relative;
    left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__message {
    padding: 180px 0 0;
    background: url(../img/top/pc_bg_text_blur.png) no-repeat right top;
    background-size: contain;
  }
}
.ohikkoshi__message::before {
  content: "";
  display: block;
  width: 70.6rem;
  height: 83.1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 400px 400px 0 0;
  color: #ffffff;
}
.ohikkoshi__message .ohikkoshi__catch-title {
  margin: 0 auto 3rem;
}
.ohikkoshi__message-cont {
  background: url(../img/top/bg_text_blur.png) no-repeat -10% 50%;
  background-size: 70.6rem 83.1rem;
  background-position: -10% 50%;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__message-cont {
    background: none;
  }
}
.ohikkoshi__message-cont h4 {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #675F4C;
  font-feature-settings: "palt";
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  padding: 2.4rem 0 1.2rem 3.8rem;
  border-bottom: 0.1rem solid transparent;
  -o-border-image: linear-gradient(90deg, #b18530, #C5963F 5%, #B2842E 98%) 1;
     border-image: linear-gradient(90deg, #b18530, #C5963F 5%, #B2842E 98%) 1;
}
.ohikkoshi__message-cont:last-of-type {
  margin-top: -4rem;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__message-cont:first-of-type .text {
    position: relative;
  }
  .ohikkoshi__message-cont:first-of-type .text::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 157px;
    height: 141px;
    background: url(../img/top/pc_deco_sakura_text.webp) no-repeat center/contain;
    top: -120px;
    left: -220px;
    z-index: 0;
  }
}
.ohikkoshi__rt-text {
  position: relative;
  writing-mode: vertical-rl;
  margin: 2.4rem auto 0;
  display: grid;
}
.ohikkoshi__rt-text > * {
  position: relative;
  z-index: 2;
}
.ohikkoshi__rt-text .ttl {
  --mask-delay: 0s;
  --mask-duration: 4s;
  --mask-opacity-duration: 3.2s;
}
.ohikkoshi__rt-text .text {
  --mask-delay: 1.2s;
  --mask-duration: 9s;
  --mask-opacity-duration: 3.6s;
  margin: 3rem 2.4rem 0 0;
}
.ohikkoshi__rt-text .text span {
  display: inline-block;
  white-space: nowrap;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__rt-text .ttl {
    font-size: 35px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    display: block;
  }
  .ohikkoshi__rt-text .text {
    font-size: 19px;
    line-height: 2.25;
    margin: 60px 90px 0 0;
  }
}
.ohikkoshi .mask-slide {
  position: relative;
  display: inline-block;
  opacity: 0;
  --mask-delay: 0s;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 60%, rgb(0, 0, 0) 100%);
  mask-size: 280% 100%;
  mask-position: 0% 100%;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 60%, rgb(0, 0, 0) 100%);
  -webkit-mask-size: 280% 100%;
  -webkit-mask-position: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  transition: opacity var(--mask-opacity-duration, 3.6s) ease var(--mask-delay, 0.5s), mask-position var(--mask-duration, 7s) cubic-bezier(0.165, 0.84, 0.44, 1) var(--mask-delay, 0.5s), -webkit-mask-position var(--mask-duration, 7s) cubic-bezier(0.61, 1, 0.88, 1) var(--mask-delay, 0.5s);
}
.ohikkoshi .mask-slide.mask-slide--visible {
  opacity: 1;
  mask-position: 100% 0;
  -webkit-mask-position: 100% 0;
}
@supports not ((-webkit-mask-image: linear-gradient(#000, #000)) or (mask-image: linear-gradient(#000, #000))) {
  .ohikkoshi .mask-slide {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .ohikkoshi .mask-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 140%;
    left: -20%;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 35%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    transform: translateX(0);
    opacity: 1;
    z-index: 3;
    transition: opacity var(--mask-opacity-duration, 3.6s) ease var(--mask-delay, 0.5s), transform var(--mask-duration, 7s) cubic-bezier(0.165, 0.84, 0.44, 1) var(--mask-delay, 0.5s);
  }
  .ohikkoshi .mask-slide.mask-slide--visible::after {
    transform: translateX(-140%);
    opacity: 0;
  }
}
.ohikkoshi__message-img {
  background: url(../img/top/bg_img_sakura.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -4rem;
  padding: 8.4rem 0 12rem;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__message-img {
    background: none;
    margin-top: -6rem;
    padding: 14rem 0 18rem;
  }
  .ohikkoshi__message-img figure {
    width: 96%;
    max-width: 1150px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}
.ohikkoshi__message-img picture {
  display: block;
  width: 28rem;
  height: 14.5rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__message-img picture img {
    width: 100%;
  }
}
.ohikkoshi__message-img picture:first-of-type {
  left: 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__message-img picture:first-of-type {
    left: 0;
    margin-bottom: 0;
    width: 43.4%;
    height: auto;
    max-width: 500px;
  }
}
.ohikkoshi__message-img picture:last-of-type {
  left: 7.9rem;
}
@media screen and (min-width: 1024px) {
  .ohikkoshi__message-img picture:last-of-type {
    left: auto;
    right: 0;
    top: 72px;
    margin-bottom: 0;
    width: 53.9%;
    height: auto;
    max-width: 620px;
  }
}/*# sourceMappingURL=home.css.map */