@charset "UTF-8";
.pace-done > #global-container {
  transition: opacity 1s;
  opacity: 1;
}

#global-container {
  opacity: 0;
}

.pace .pace-progress {
  display: grid;
  place-content: center;
  right: 0;
  height: 80vh;
  z-index: 0;
  background: none;
  transform: none !important;
}
.pace .pace-progress::after {
  position: fixed;
  top: 45%;
  left: 0;
  width: 100%;
  content: attr(data-progress-text);
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  font-family: "Helvetica Neue", "Yo Gothic", "Meiryo", sans-serif;
}
.pace .pace-progress-inner {
  width: 40px;
  height: 40px;
  background-color: #853737;
  animation-name: sk-rotateplane;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.pace.pace-inactive {
  display: none;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
  }
}
.appear.up .item {
  transform: translateY(30px);
}

.appear.down .item {
  transform: translateY(-30px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 2s;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: white;
  border: 1px solid #333;
  font-weight: 600;
  padding: 10px 40px;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
  text-decoration: none !important;
}
.btn.float:hover {
  background-color: #333;
  color: white;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.btn.filled {
  background-color: #333;
  color: white;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.btn.filled:hover {
  background-color: white;
  color: #333;
  box-shadow: none;
}
.btn.letter-spacing:hover {
  background-color: #333;
  letter-spacing: 3px;
  color: white;
}
.btn.shadow {
  box-shadow: none;
}
.btn.shadow:hover {
  transform: translate(-2.5px, -2.5px);
  box-shadow: 5px 5px 0 0 #333;
}
.btn.solid {
  box-shadow: 2px 2px 0 0 #333;
  border-radius: 7px;
}
.btn.solid:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.btn.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.btn.slide-bg:hover {
  color: white;
}
.btn.slide-bg:hover::before {
  transform: none;
}
.btn.cover-3d {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  perspective: 300px;
}
.btn.cover-3d span {
  display: inline-block;
  transform: translateZ(20px);
}
.btn.cover-3d::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg);
  transition: all 0.3s;
  transform-origin: top center;
  opacity: 0;
}
.btn.cover-3d:hover {
  color: white;
}
.btn.cover-3d:hover::before {
  transform: none;
  opacity: 1;
}

.btn-cubic {
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  perspective: 300px;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 600;
}
.btn-cubic span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
  transform-origin: center center -25px;
  color: black;
}
.btn-cubic .hovering {
  background-color: #333;
  color: white;
  transform: rotateX(90deg);
}
.btn-cubic .default {
  background-color: white;
  color: #333;
  transform: rotateX(0);
}
.btn-cubic:hover .hovering {
  transform: rotateX(0);
}
.btn-cubic:hover .default {
  transform: rotateX(-90deg);
}

.swiper {
  overflow: visible !important;
}

.swiper-slide {
  height: 400px;
  overflow: hidden;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
  transition: transform 1.9s ease;
}
.swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 125, 0.1);
}
.swiper-slide-active > img {
  transform: none;
}
.swiper-slide-active > .hero__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hero {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: -1;
}
.hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 50px));
  font-size: 25px;
  color: #fff;
  opacity: 0;
  transition: opacity 6s ease, transform 1s ease;
  z-index: 2;
}

.animate-title,
.gsap-animate-title {
  opacity: 0;
}
.animate-title.inview,
.gsap-animate-title.inview {
  opacity: 1;
}
.animate-title.inview .char,
.gsap-animate-title.inview .char {
  display: inline-block;
}
.animate-title .char,
.gsap-animate-title .char {
  opacity: 0;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebe6;
  opacity: 0;
  z-index: 2;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-image-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.2);
}

@keyframes kf-image-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
  pointer-events: none;
  z-index: 1;
  animation-name: kf-image-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  width: 100%;
  aspect-ratio: 2/1;
  background-color: unset;
  background-image: url("../images/villa-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
}
.bg-img-zoom.two {
  background-image: url("../images/villa-2.jpg");
}
.bg-img-zoom.three {
  background-image: url("../images/villa-3.jpg");
}
.bg-img-zoom.four {
  background-image: url("../images/villa-4.jpg");
}
.bg-img-zoom.five {
  background-image: url("../images/villa-5.jpg");
}
.bg-img-zoom.six {
  background-image: url("../images/villa-6.jpg");
}

.img-bg50::before {
  content: "";
  position: absolute;
  display: block;
  padding-top: 60%;
}

.mobile-menu {
  position: fixed;
  top: 60px;
  right: 0;
  width: 300px;
  z-index: 1;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu__main {
  padding-left: 40px;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.mobile-menu__item {
  transform: translate3d(0, 0, -1000px);
  transition: transform 0.6s, opacity 0.2s;
  opacity: 0;
}
.mobile-menu__link {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #333;
}
.mobile-menu__title {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.mobile-menu__btn {
  display: grid;
  place-content: center;
  row-gap: 10px;
  width: 2rem;
  height: 2rem;
  background-color: unset;
  border: unset;
  border-radius: 10%;
}
@media (min-width: 960px) {
  .mobile-menu__btn {
    display: none;
  }
}
.mobile-menu__btn span {
  width: 2rem;
  height: 2px;
  background-color: #999;
  transition: 0.3s;
}

.menu-open #container {
  transform: translate(-300px, 60px);
  box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}
.menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
}
.menu-open .mobile-menu__item {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.menu-open .mobile-menu__item:nth-of-type(1) {
  transition-delay: 0.07s;
}
.menu-open .mobile-menu__item:nth-of-type(2) {
  transition-delay: 0.14s;
}
.menu-open .mobile-menu__item:nth-of-type(3) {
  transition-delay: 0.21s;
}
.menu-open .mobile-menu__item:nth-of-type(4) {
  transition-delay: 0.28s;
}
.menu-open .mobile-menu__item:nth-of-type(5) {
  transition-delay: 0.35s;
}
.menu-open .mobile-menu__item:nth-of-type(6) {
  transition-delay: 0.42s;
}
.menu-open .mobile-menu__item:nth-of-type(7) {
  transition-delay: 0.49s;
}
.menu-open .mobile-menu__cover {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.menu-open .mobile-menu__btn > span:nth-of-type(1) {
  transform: translateY(12px) rotate(-225deg);
}
.menu-open .mobile-menu__btn > span:nth-of-type(2) {
  transform: translateX(100%);
  opacity: 0;
}
.menu-open .mobile-menu__btn > span:nth-of-type(3) {
  transform: translateY(-12px) rotate(225deg);
}

* {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
}

.font-gothic, .instagram-app, .next-btn, section .inner-contents .lead-title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.font-gothic__mid {
  font-weight: 500;
}
.font-gothic__bold {
  font-weight: 900;
}

.font-mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font-mincho__mid, section .section-sub-title, section .inner-contents .spec .price {
  font-weight: 700;
}
.font-mincho__bld, section .inner-contents .section-sub-title {
  font-weight: 900;
}

.fude-moji, .header .temple-info__name-name,
.mobile-menu .temple-info__name-name, .footer .temple-info__name-name {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

.font-en {
  font-family: "Cormorant+Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.yuji-syuku {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

.tume, h2, h3 {
  font-feature-settings: "palt" 1;
}

.return-sm {
  display: block;
}
@media (min-width: 600px) {
  .return-sm {
    display: none;
  }
}

.h-one-hide {
  display: none;
}

img {
  vertical-align: bottom;
}

ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.mb-sm {
  margin-bottom: 16px !important;
}

.mb-lg {
  margin-bottom: 80px !important;
}
@media (min-width: 960px) {
  .mb-lg {
    margin-bottom: 150px !important;
  }
}

.pb-sm {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}
@media (min-width: 960px) {
  .pb-lg {
    padding-bottom: 150px !important;
  }
}

.content-width, .header__inner, section, .goshuin__contents {
  margin: 0 auto;
  max-width: 1080px;
}
@media (min-width: 600px) {
  .content-width, .header__inner, section, .goshuin__contents {
    width: 90%;
  }
}

.flex, .header__nav, .header__nav > ul, .footer__nav, .footer__nav > ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .flex, .header__nav, .header__nav > ul, .footer__nav, .footer__nav > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

#main-content {
  position: relative;
  z-index: 0;
}

.font-sm {
  font-size: 14px;
}
@media (min-width: 960px) {
  .font-sm {
    font-size: 13px;
  }
}

.font-base {
  font-size: 14px;
}
@media (min-width: 960px) {
  .font-base {
    font-size: 15px;
  }
}

.font-md {
  font-size: 17px;
}
@media (min-width: 960px) {
  .font-md {
    font-size: 20px;
  }
}

.font-lr {
  font-size: 17px;
}
@media (min-width: 960px) {
  .font-lr {
    font-size: 24px;
  }
}

.font-lg, section .section-title {
  font-size: 25px;
}
@media (min-width: 960px) {
  .font-lg, section .section-title {
    font-size: 28px;
  }
}

#container {
  background-color: unset;
  background-image: url("../images/tex_japanese_paper.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  position: relative;
  transition: 0.5s;
  z-index: 2;
}

.temple-info__tel {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #333;
  font-size: 1.75em;
  line-height: 1;
  z-index: 10;
}
@media (min-width: 600px) {
  .temple-info__tel {
    font-size: 32px;
  }
}
.temple-info__tel::before {
  content: "\f3cd";
  font-size: inherit;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.25em;
}
.temple-info__tel:hover {
  color: #666;
  cursor: pointer;
  transition: all 0.6s ease;
}

.access .temple-info {
  margin: 0.75em 0;
  text-align: center;
}
@media (min-width: 600px) {
  .access .temple-info {
    margin: 0.75em 0 2 1.5em;
  }
}
.access .temple-info__adress {
  margin-top: 0.2em;
  font-size: 15px;
  text-decoration: none;
}

.header .logo,
.mobile-menu .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.header .logo__img,
.mobile-menu .logo__img {
  width: 3em;
}
.header .temple-info,
.mobile-menu .temple-info {
  color: #666;
}
.header .temple-info__name,
.mobile-menu .temple-info__name {
  font-size: 13px;
  font-weight: 700;
}
.header .temple-info__name-pre,
.mobile-menu .temple-info__name-pre {
  padding-top: 5px;
  text-align: justify;
  line-height: 1.2;
}
.header .temple-info__sub-name,
.mobile-menu .temple-info__sub-name {
  font-size: 15px;
}
.header .temple-info__name-name,
.mobile-menu .temple-info__name-name {
  font-size: 34px;
  line-height: 1;
  color: #853737;
}

.mobile-menu .logo {
  justify-content: start;
}

.mobile-menu__title.instagram::before {
  content: "\f16d";
  font-size: inherit;
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  margin-right: 0.25em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 1em;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 25px -10px #333333;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__nav {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: none;
}
@media (min-width: 960px) {
  .header__nav {
    display: block;
  }
}
.header__nav > ul {
  gap: 20px;
  margin-top: 3px;
}
@media (min-width: 600px) {
  .header__nav > ul {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
.header__nav > ul > li > a {
  color: #333;
  text-transform: uppercase;
}
.header__nav > ul > .header__list.item.instagram-icon {
  width: 20px;
}

.main-visual {
  position: relative;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 30%;
  overflow: hidden;
}
.main-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: unset;
  background-image: url("../images/bg.jpg");
  background-size: 450%;
  background-position: 50% calc(50% + 7px);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  opacity: 0.3;
  z-index: -1;
}
@media (min-width: 600px) {
  .main-visual {
    position: relative;
    color: inherit;
  }
  .main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: unset;
    background-image: url("../images/bg.jpg");
    background-size: 140%;
    background-position: 50% calc(50% + 50px);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    opacity: 0.7;
    z-index: -1;
  }
}
@media (min-width: 600px) {
  .main-visual {
    max-width: unset;
    padding: unset;
    padding-bottom: unset;
  }
}
.main-visual > .site-title {
  position: relative;
  width: 55px;
}
@media (min-width: 600px) {
  .main-visual > .site-title {
    width: 70px;
    padding-top: 50px;
  }
}
.main-visual > .site-title::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -48%);
  width: 400px;
  height: 400px;
  opacity: 0.3;
  content: "";
  background-color: unset;
  background-image: url("../images/circle_green.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
}
@media (min-width: 600px) {
  .main-visual > .site-title::after {
    width: 550px;
    height: 550px;
    transform: translate(-48%, -42%);
  }
}
.main-visual__footer {
  position: absolute;
  top: calc(100% - 125px);
  left: 50%;
  transform: translate(-50%, 0%);
  width: 20px;
  height: 82px;
  color: #333;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 960px) {
  .main-visual__footer {
    position: absolute;
    top: calc(100% - 120px);
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.main-visual__down-allow {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  animation-name: kf-hero-allow-move;
  animation-duration: 2s;
  animation-timing-function: liner;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.main-visual__scorll-text {
  position: absolute;
  top: 22px;
  left: -6px;
  transform: translate(0, 0);
  font-size: 0.9rem;
  transform: rotate(90deg);
}

@keyframes kf-hero-allow-move {
  0%, 50%, 100% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
}
section {
  padding: 8rem 2rem 3rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  section {
    padding: 11rem 10rem 3rem;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
section .section-title {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  color: #333;
  z-index: 1;
}
section .section-title__text {
  padding: 0 20px;
  border: 2px solid #D6C480;
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl; /* 縦書き（右から左） */
  text-orientation: upright; /* 文字を正立させる */
}
section .section-title::before {
  background-color: unset;
  background-image: url("../images/title-back-pattern-01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 250px;
  height: 250px;
  opacity: 0.4;
  z-index: -1;
}
@media (min-width: 600px) {
  section .section-title::before {
    width: 300px;
    height: 300px;
  }
}
section .section-title::after {
  background-color: unset;
  background-image: url("../images/title-back-circle-3px.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  position: absolute;
  bottom: -300%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 400px;
  height: 400px;
  opacity: 0.5;
  z-index: -1;
}
@media (min-width: 600px) {
  section .section-title::after {
    bottom: -480%;
    width: 640px;
    height: 640px;
    background-image: url("../images/title-back-circle-grad.png");
  }
}
section .section-sub-title {
  margin: 1.25em 0 0.5em;
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 0.07em;
  color: #333;
}
section .section-sub-title.contact {
  margin: 1.5em 0 0.75em;
}
@media (min-width: 600px) {
  section .section-sub-title {
    font-size: 20px;
  }
}

.instagram-app {
  position: relative;
  padding: 0;
  min-height: 100vh;
}
@media (min-width: 600px) {
  .instagram-app {
    margin: 0 auto;
    padding-bottom: 2rem;
    max-width: 1080px;
    min-height: unset;
  }
}

/* logoを取り去る */
.embedsocial-hashtag .es-widget-branding {
  display: none !important;
}

.embedsocial-hashtag .es-footer {
  --e6ceee24: #000000 !important;
  --53564b6e: 3px !important;
  --54deca41: #ffffff !important;
}

/* 追加でアクティブページのスタイルも */
.embedsocial-hashtag .es-active-page {
  color: #000000 !important;
  border-color: #000000 !important;
}

@media (min-width: 600px) {
  .eternal-memorial {
    padding: 8rem 10rem 3rem;
  }
}
.eternal-memorial__contents > .section-title::before {
  bottom: -20%;
}
@media (min-width: 600px) {
  .eternal-memorial__contents > .section-title::before {
    bottom: -15%;
  }
}
.eternal-memorial__contents > .section-title::after {
  bottom: -210%;
  z-index: -1;
}
@media (min-width: 600px) {
  .eternal-memorial__contents > .section-title::after {
    bottom: -280%;
  }
}
.eternal-memorial__contents > .section-sub-title {
  margin: 2em 0 0.5em;
  letter-spacing: 0;
}

.graveyard {
  padding: 11rem 2rem 3rem;
}
@media (min-width: 600px) {
  .graveyard {
    padding: 13rem 10rem 3rem;
  }
}
.graveyard .section-title::before {
  background-color: unset;
  background-image: url("../images/title-back-pattern-02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  opacity: 0.2;
}
.graveyard .inner-contents .caution__contents {
  margin-top: 0.75em;
  padding: 0.5em 0;
}
@media (min-width: 600px) {
  .graveyard .inner-contents .caution__contents {
    padding: 1.5em 3em;
  }
}
.graveyard .inner-contents .caution__contents > li {
  margin-top: 0;
}

.memorial-service {
  position: relative;
  width: 100%;
  max-width: unset;
  padding: calc(400px + 3em) 2em 3em;
  background-color: unset;
}
@media (min-width: 600px) {
  .memorial-service {
    padding: 0;
  }
}
@media (min-width: 600px) {
  .memorial-service .inner {
    margin: 0 auto;
    max-width: 1080px;
    margin-top: 400px;
    padding: 3em 10em 3em;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.memorial-service::before {
  background-color: unset;
  background-image: url("../images/_img_book-stand_1010850.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 400px;
}
@media (min-width: 600px) {
  .memorial-service .section-title {
    display: block;
    position: absolute;
    top: calc(400px + 1em);
    text-align: center;
  }
}
.memorial-service .section-title__text {
  height: 3.5em;
}
.memorial-service .section-title::before {
  background-color: unset;
  background-image: url("../images/title-back-pattern-03.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
}
@media (min-width: 600px) {
  .memorial-service .section-sub-title {
    margin-top: 6.5em;
  }
}

.about-us {
  position: relative;
  width: 100%;
  max-width: unset;
  padding: calc(400px + 3em) 2em 3em;
  background-color: unset;
  z-index: 0;
}
@media (min-width: 600px) {
  .about-us {
    padding: 0;
  }
}
@media (min-width: 600px) {
  .about-us .inner {
    margin: 0 auto;
    max-width: 1080px;
    margin-top: 400px;
    padding: 2em 10em 3em;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 600px) {
  .about-us .section-title {
    display: block;
    position: absolute;
    top: calc(400px + 1em);
    text-align: center;
  }
}
@media (min-width: 600px) {
  .about-us .section-title {
    display: block;
    position: absolute;
    top: calc(400px + 1em);
    text-align: center;
  }
}
.about-us .section-title__text {
  height: 3.5em;
}
.about-us .section-title::before {
  background-color: unset;
  background-image: url("../images/title-back-pattern-04.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  opacity: 0.2;
}
@media (min-width: 600px) {
  .about-us .section-sub-title {
    margin-top: 7.5em;
  }
}

.goshuin {
  position: relative;
  width: 100%;
  max-width: unset;
  background-color: #944545;
}
.goshuin::before {
  background-color: unset;
  background-image: url("../images/img-gosyuin-for-sm.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 400px;
}
@media (min-width: 600px) {
  .goshuin::before {
    background-color: unset;
    background-image: url("../images/img-gosyuin2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    color: inherit;
  }
}
.goshuin__contents {
  padding-top: calc(400px - 5em);
}
.goshuin__contents > p:first-of-type {
  margin-top: 2em;
}
.goshuin__contents .section-title, .goshuin__contents p {
  color: white;
}
.goshuin .section-title__text {
  display: block;
  height: 3.5em;
}
.goshuin .section-title::before {
  background-color: unset;
  background-image: url("../images/ji-mon_org@0.25x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  top: -250%;
  width: 650px;
  height: 650px;
  opacity: 0.5;
}
.goshuin .section-title::after {
  background-image: unset;
}

.access {
  padding: 10rem 2rem 0.5rem;
}
@media (min-width: 600px) {
  .access {
    padding: 14rem 2rem 1.5rem;
  }
}
.access__contents > p:first-of-type {
  margin-top: 3em;
}
.access .section-title::before {
  background-color: unset;
  background-image: url("../images/title-back-pattern-05.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  bottom: -40%;
  opacity: 0.3;
}
@media (min-width: 600px) {
  .access .section-title::before {
    bottom: -10%;
  }
}
.access .section-title::after {
  bottom: -220%;
}
@media (min-width: 600px) {
  .access .section-title::after {
    bottom: -360%;
  }
}
.access p {
  line-height: 1.5;
  text-align: center;
}
.access p.transportation {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.5em auto 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
}
@media (min-width: 600px) {
  .access p.transportation {
    margin: 2em auto 0.5em;
  }
}
.access p.transportation > span {
  position: absolute;
  bottom: 2em;
  right: 1em;
  padding: 1em 1.25em;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
  border: 1px solid #853737;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 600px) {
  .access p.transportation > span {
    right: -1em;
  }
}
.access__map {
  margin-bottom: 3rem;
}

section p {
  position: relative;
  z-index: 10;
  line-height: 1.7;
  text-align: justify;
  color: #333;
}
@media (min-width: 600px) {
  section p {
    width: 512px;
    margin: 0 auto;
  }
}

.next-btn {
  position: relative;
  z-index: 10;
  margin: 1em 0;
  padding: 2.5px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  color: white;
  background-color: #944545;
  border-radius: 0 0 10px 10px;
}

section .inner-contents {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  max-height: 0;
  font-size: 14px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.6s ease-in-out;
}
section .inner-contents.show {
  max-height: 2000px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
section .inner-contents.hide {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
}
section .inner-contents__second {
  margin-top: 4em;
}
section .inner-contents .section-sub-title {
  margin-top: 1em;
  letter-spacing: 0.25em;
}
section .inner-contents .section-sub-title::before {
  content: "【";
}
section .inner-contents .section-sub-title::after {
  content: "】";
}
section .inner-contents .spec {
  margin: 1.5em 0 0.5em;
}
section .inner-contents .spec .price {
  font-size: 1.2em;
  line-height: 1;
}
@media (min-width: 600px) {
  section .inner-contents .spec .price {
    font-size: 20px;
  }
}
section .inner-contents .spec .price > span {
  font-size: 1.5em;
}
@media (min-width: 600px) {
  section .inner-contents .spec .price > span {
    font-size: 32px;
  }
}
section .inner-contents .lead-title {
  margin: 0 0 0.75em;
  padding: 2.5px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  color: #666;
  border: 1px solid #944545;
}
section .inner-contents .price {
  margin-bottom: 0.25em;
}
section .inner-contents .caution {
  margin: 1.5em 0 0.5em;
}
section .inner-contents .caution__contents {
  padding: 1em 0;
  text-align: justify;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  border-radius: 0.5em;
  background-color: rgba(249, 244, 170, 0.4);
}
@media (min-width: 600px) {
  section .inner-contents .caution__contents {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1.5em 3em;
  }
}
section .inner-contents .caution__contents > li {
  padding: 0 1em 0 2em;
  text-indent: -1em;
}
section .inner-contents .caution__contents > li::before {
  content: "●";
  color: #853737;
}
section .inner-contents__img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 1em;
}
@media (min-width: 600px) {
  section .inner-contents__img-wrapper {
    flex-direction: row;
  }
}
section .inner-contents__img-wrapper > img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  section .inner-contents__img-wrapper > img {
    width: calc((100% - 0.5em) / 2);
  }
}
section .inner-contents__img-wrapper-inner {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
@media (min-width: 600px) {
  section .inner-contents__img-wrapper-inner {
    flex-direction: column;
    width: calc((100% - 0.5em) / 2);
  }
}
section .inner-contents__img-wrapper-inner > img {
  width: calc((100% - 0.5em) / 2);
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  section .inner-contents__img-wrapper-inner > img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}

.side {
  position: fixed;
  top: 60%;
  font-size: 14px;
  transform: translateY(-50%);
  transition: all ease 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
@media (min-width: 1280px) {
  .side.inview {
    visibility: visible;
    opacity: 1;
  }
  .side.inview.left {
    left: 70px;
  }
  .side.inview.right {
    right: 70px;
  }
}
.side .animate-title {
  position: relative;
  vertical-align: middle;
  letter-spacing: 2px;
  color: #333;
}
.side.left {
  left: -50px;
}
.side.left .side__inner {
  transform: rotate(-90deg);
  transform-origin: top left;
}
.side.left .side__inner .animate-title:not(:first-of-type) {
  margin-left: 80px;
}
.side.right {
  top: 75%;
  right: -50px;
}
.side.right .side__inner {
  transform: rotate(90deg);
  transform-origin: top right;
}

.icon {
  position: relative;
}
.icon::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  width: 1em;
  height: 1em;
  content: "";
  color: #333;
}
.icon.facebook::before {
  background-color: unset;
  background-image: url("../images/instagram-brands.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
}

.footer {
  text-align: center;
  padding: 60px 0;
  font-size: 15px;
  color: white;
  background-color: #3B0202;
}
.footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
}
.footer .logo__img {
  width: 4.2em;
}
.footer .temple-info__name {
  font-size: 15px;
  font-weight: 700;
}
.footer .temple-info__name-pre {
  text-align: justify;
  line-height: 1.2;
}
.footer .temple-info__sub-name {
  font-size: 18px;
}
.footer .temple-info__name-name {
  padding-bottom: 6px;
  font-size: 42px;
  line-height: 1;
}
.footer .temple-info__tel {
  display: inline-block;
  margin: 0.25em 0 0.25em auto;
  font-size: 24px;
  color: white;
}
.footer .temple-info:nth-of-type(2) {
  margin-top: 0.5em;
}
.footer__nav {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.footer__nav > ul {
  gap: 20px;
  margin: 10px 0 20px;
}
@media (min-width: 600px) {
  .footer__nav > ul {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
.footer__nav > ul > li > a {
  color: #333;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */