@charset "utf-8";



/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


/* =========================
   KV（トップ専用）
========================= */

.main_text {
    font-family: "shippori-mincho-b1", serif !important;
    font-weight: 900 !important;
}

.top_kv {
  position: relative;
  width: 100%;
  height: 1050px;
  overflow: hidden;
}

/* 背景Swiper */
.top_kv_swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.top_kv_swiper .swiper-wrapper,
.top_kv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_kv_swiper .swiper-slide {
  overflow: hidden;
}

.top_kv_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

/* 表示中・直前スライドをズーム */
.top_kv_swiper .swiper-slide-active img,
.top_kv_swiper .swiper-slide-duplicate-active img,
.top_kv_swiper .swiper-slide-prev img {
  animation: kvZoomUp 10s linear both;
}

@keyframes kvZoomUp {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

/* 文字は前面 */
.top_kv_text {
  position: absolute;
  left: 7.5%;
  top: 300px;
  z-index: 20;
}



.top_kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 5;
  pointer-events: none;

  background: rgba(246, 243, 238, 0.55);
  backdrop-filter: blur(2px);
}


/* Swiper */
.top_kv_swiper{
  position:absolute;
  inset:0;
  z-index:1;
}

/* 上部半透明 */
.top_kv::before{
  z-index:5;
}

/* ナビ・ロゴ */
header{
  position:relative;
  z-index:10;
}

/* キャッチコピー */
.top_kv_text{
  position:absolute;
  z-index:20;
}

/* 下のグラデーション */
.top_kv::after{
  z-index:15;
}



/* 文字は前面 */
.top_kv_text {
  z-index: 20;
}

/* 下部グラデーション */
.top_kv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 140px;
  background: linear-gradient(
    to bottom,
    rgba(246, 243, 238, 0) 0%,
    #f6f3ee 100%
  );
  pointer-events: none;
}

/* =========================
   KV テキスト
========================= */
.top_kv_text {
  position: absolute;
  left: 7.5%;
  top: 300px;
  z-index: 20;
  color: #3a332b;
  text-shadow:
    0 2px 4px rgba(255,255,255,0.85),
    0 0 12px rgba(255,255,255,0.80),
    0 0 28px rgba(255,255,255,0.65),
    0 2px 6px rgba(0,0,0,0.18);
}

.top_kv_text::before{
    content:"";
    position:absolute;
    inset:-40px;
    z-index:-1;

    background:rgba(255,255,255,.50);
    backdrop-filter:blur(8px);

    border-radius:20px;
}


.top_kv_maincopy {
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.copy_line {
  margin: 0;
}

.copy_line01 {
  font-size: 31px;
  line-height: 1.5;
   font-weight: 900; 
}

.copy_line02 {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.copy_line03 {
  margin-top: 22px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ruby_group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.ruby_text {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.45em;
  white-space: nowrap;
   font-weight: 900; 
}

.main_text {
  display: inline-block;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-weight: 900; 
}

.small_text {
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 900; 
}

.top_kv_subcopy {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #2c2925;
   font-weight: 900; 
}


/* =========================
   top_content_01 新着情報
========================= */
.top_content_01 {
  width: 100%;
  padding: 110px 0 120px;
  background: #f2efea;
}


  .top_content_01_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }


.top_content_01_title {
  position: relative;
  margin: 0 0 78px;
  color: #a82f2e;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: center;
}

.top_content_01_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 58px;
  margin: 14px auto 0;
  background: #3a332b;
}

.top_content_01_list {
  width: 100%;
}

.top_news_item {
  border-bottom: 1px solid #e9dccd;
}

.top_news_item a {
  display: flex;
  align-items: center;
  min-height: 74px;
  color: #2f2a24;
}

.top_news_item a:hover {
  opacity: 1;
  color: #a82f2e;
}

.top_news_date {
  width: 120px;
  font-size: 15px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.top_news_cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 26px;
  margin-right: 42px;
  color: #fff;
  background: #a83434;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.top_news_cat2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 26px;
  margin-right: 42px;
  color: #fff;
  background: #FF8000;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.top_news_title {
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.top_content_01_more {
  margin-top: 46px;
  text-align: right;
}

.top_content_01_more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 42px;
  padding-right: 42px;
  color: #3a332b;
  border: 1px solid #7c6a61;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.top_content_01_more a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 38px;
  height: 1px;
  background: #3a332b;
  transform: translateY(-50%);
}

.top_content_01_more a::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3a332b;
  border-right: 1px solid #3a332b;
  transform: translateY(-50%) rotate(45deg);
}

.top_content_01_more a:hover {
  opacity: 1;
  color: #fff;
  background: #a83434;
  border-color: #a83434;
}

.top_content_01_more a:hover::before,
.top_content_01_more a:hover::after {
  border-color: #fff;
  background: #fff;
}



/* =========================
   top_content_02 募集案内
========================= */
.top_content_02 {
  position: relative;
  width: 100%;
  padding: 90px 20px 130px;

  /* ▼ 和紙背景 */
  background: url("../img/event_bk.jpg") repeat;
  
  overflow: hidden;
}

/* 左の雲 */
.top_content_02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 82px;
  width: 360px;
  height: 120px;
  background: url("../img/top_cloud_left.png") no-repeat left top / contain;
  pointer-events: none;
  z-index: 1;
}

/* 右の雲 */
.top_content_02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 135px;
  width: 430px;
  height: 150px;
  background: url("../img/top_cloud_right.png") no-repeat right bottom / contain;
  pointer-events: none;
  z-index: 1;
}

/* コンテンツ */
.top_content_02_inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}




.top_content_02_title {
  position: relative;
  margin: 0 0 72px;
  color: #2f2a24;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: center;
}

.top_content_02_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 58px;
  margin: 14px auto 0;
  background: #3a332b;
}

.top_content_02_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.top_event_card {
  min-width: 0;
}

.top_event_link {
  display: block;
  color: #111;
}

.top_event_link:hover {
  opacity: 1;
}

.top_event_thumb {
  width: 100%;
  aspect-ratio: 390 / 290;
  overflow: hidden;
  background: #aaa;
}

.top_event_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.top_event_link:hover .top_event_thumb img {
  transform: scale(1.06);
}

.top_event_body {
  padding-top: 28px;
}

.top_event_title {
  margin: 0 0 18px;
  color: #111;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.top_event_text {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}

/* =========================
   top_content_03 Instagram
========================= */
.top_content_03 {
  width: 100%;
  padding: 110px 20px 120px;
  background: url("../img/insta_bk.jpg") repeat;
}

.top_content_03_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/* Instagramプラグイン差し替え用ダミー */
.top_instagram_dummy {
  align-items: center;
  justify-content: center;
  width: 100%;


}



/* =========================
   top_content_04 四季スライダー
========================= */
.top_content_04 {
  width: 100%;
  padding: 105px 0 105px;
  background: #f2efea;
  overflow: hidden;
}

.top_content_04_inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.top_content_04_text {
  width: 33%;
  min-width: 420px;
  padding-left: 10.8%;
  padding-right: 55px;
}

.top_content_04_title {
  margin: 0 0 18px;
  color: #2f2a24;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.top_content_04_en {
  margin: 0;
  color: #111;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.top_content_04_btn {
  margin-top: 105px;
}

.top_content_04_btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 42px;
  padding-right: 42px;
  color: #2f2a24;
  border: 1px solid #7c6a61;
  font-size: 16px;
  letter-spacing: 0.22em;
  margin-left:30px;
}

.top_content_04_btn a::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 34px;
  height: 1px;
  background: #2f2a24;
  transform: translateY(-50%);
}

.top_content_04_btn a::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2f2a24;
  border-right: 1px solid #2f2a24;
  transform: translateY(-50%) rotate(45deg);
}

.top_content_04_btn a:hover {
  opacity: 1;
  color: #fff;
  background: #a83434;
  border-color: #a83434;
}

.top_content_04_btn a:hover::before,
.top_content_04_btn a:hover::after {
  border-color: #fff;
  background: #fff;
}

/* 右端まで伸ばすスライダー */
.top_content_04_slider_wrap {
  flex: 1;
  width: 67%;
  overflow: hidden;
}

.top_season_slider {
  width: 100%;
}

.top_season_slider li {
  height: 455px;
  overflow: hidden;
}

.top_season_slider img {
  display: block;
  width: 100%;
  height: 455px;
  max-width: none;
  object-fit: cover;
}



.top_content_05 {
  position: relative;
  padding: 70px 20px 90px;
  background: #fff;
  overflow: hidden;
}

/* 中央コンテンツ */
.top_content_05_inner {
  position: relative;
  z-index: 2;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 80px;
  align-items: start;
}

/* キャラ */
.top_content_05_chara {
  text-align: center;
}

.top_content_05_chara img {
  width: 180px;
  margin: 0 auto 18px;
  display: block;
}

.top_content_05_chara p {
  font-size: 0.8rem;
}

/* テキスト */
.top_content_05_text {
  text-align: center;
  letter-spacing: 0.28em;
  line-height: 2.6;
}

.top_content_05_text p {
  margin-bottom: 34px;
  font-size: 1rem;
}

.top_content_05_text .lead {
  font-size: 1.25rem;
  margin-bottom: 70px;
}

/* 背景（左） */
.top_content_05::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 420px; /* 画像サイズに合わせて調整 */
  height: 100%;
  background: url("../img/top_content_05_tree_left.png") no-repeat left top;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
}

/* 背景（右） */
.top_content_05::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 420px; /* 画像サイズに合わせて調整 */
  height: 100%;
  background: url("../img/top_content_05_tree_right.png") no-repeat right top;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
}


.top_content_06 {
  background: #fff;
  padding: 0;
  padding-bottom:20px;
}

.top_content_05,
.top_content_06 {
  position: relative;
  width: 100%;
  background-image: url("../img/event_bk2.jpg");
  background-repeat: repeat;
  background-position: top left;
}


.top_content_06_inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; /* ← ここで隙間 */
}

.top_content_06_banner {
  position: relative;
  display: block;
  height: 300px; /* ← 高さ */
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

/* 画像 */
.top_content_06_img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.top_content_06_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ←ここ重要（暗幕を強くする） */
.top_content_06_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2); /* ←濃くする */
}

/* テキスト */
.top_content_06_text {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 70px 60px;
  box-sizing: border-box;
  color: #fff;
}

/* 見出し */
.top_content_06_text h2 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6); /* ←くっきり */
}

/* 読み仮名 */
.top_content_06_text h2 span {
  display: block;
  font-size: 0.75rem;
  margin-top: 4px;
}

/* 本文 */
.top_content_06_text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6); /* ←くっきり */
}

.top_content_06_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%; /* ←右半分固定 */
  height: 100%;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 40px 60px;
  box-sizing: border-box;
  color: #fff;
}



.top_content_07 {
  width: 100%;
  padding: 90px 20px 100px;
  background: #fff;
}

.top_content_07_inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}

.top_content_07_title {
  margin: 0 0 70px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}

.top_content_07_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_content_07_list li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.top_content_07_list figure {
  margin: 0 0 34px;
  text-align: center;
}

.top_content_07_list figure img {
  width: 100%;
  max-width: 200px;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.top_content_07_text h3 {
  position: relative;
  margin: 0 0 16px;
  padding-right: 34px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
}

.top_content_07_text h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.2em;

  width: 22px;
  height: 22px;

  background: url("../img/top_arrow_circle.png") no-repeat center center;
  background-size: contain;

  transition: transform 0.3s ease;
}

.top_content_07_list li a:hover h3::after {
  transform: translateX(4px);
}
.top_content_07_text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
}

.top_content_07_list li a:hover figure img {
  transform: translateY(-6px);
  opacity: 0.88;
}

.top_content_07_list li a:hover h3 {
  text-decoration: underline;
}



.top_content_08 {
  width: 100%;
  padding: 80px 20px 90px;
  background: #fff;
}

.top_content_08_inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}

.top_content_08_title {
  margin: 0 0 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid #aaa;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333;
}

.top_content_08_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 60px;
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
}

.top_content_08_list li {
  width: 260px;
}

.top_content_08_list a {
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top_content_08_list img {
  display: block;
  width: 100%;
  height: auto;
}

.top_content_08_list a:hover {
  opacity: 0.75;
  transform: translateY(-3px);
}


/* =========================
   七五三祈祷受付 PDF
========================= */

.top_prayer_download {
  width: 100%;
  padding: 20px 20px 10px;
  background: url("../img/event_bk.jpg") repeat;
}

.top_prayer_download_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top_prayer_download_title {
  position: relative;
  margin: 0 0 45px;
  padding: 20px 30px;
  color: #2f2a24;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;

  background:
    repeating-linear-gradient(
      -45deg,
      rgba(170, 150, 125, 0.18) 0,
      rgba(170, 150, 125, 0.18) 1px,
      transparent 1px,
      transparent 7px
    );
}

.top_prayer_download_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #3a332b;
}

.top_prayer_download_box {
  text-align: center;
}

.top_prayer_download_text {
  margin: 0 0 35px;
  padding: 32px 40px;
  color: #2f2a24;
  background: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}

.top_prayer_download_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.top_prayer_download_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  min-height: 82px;
  padding: 16px 75px 16px 55px;
  box-sizing: border-box;

  color: #fff;
  background: #a94336;
  border-radius: 20px;

  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.top_prayer_download_btn:hover {
  opacity: 1;
  color: #fff;
  background: #8f3029;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

.top_prayer_download_icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #f4d7a6;
  font-size: 16px;
}

.top_prayer_download_label {
  display: block;
}

.top_prayer_download_label small {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.top_prayer_download_arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.4);
  font-size: 22px;
}

.top_prayer_download_note {
  margin: 30px 0 0;
  color: #a83434;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}


/* =========================PCエンド=========================================== */
}











/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {


.main_text {
    font-family: "shippori-mincho-b1", serif !important;
    font-weight: 900 !important;
}

/* =========================
   七五三祈祷受付 PDF
========================= */

.top_prayer_download {
  width: 100%;
  padding: 10px 20px 10px;
  background: url("../img/event_bk.jpg") repeat;
}

.top_prayer_download_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top_prayer_download_title {
  position: relative;
  margin: 0 0 45px;
  padding: 20px 30px;
  color: #2f2a24;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;

  background:
    repeating-linear-gradient(
      -45deg,
      rgba(170, 150, 125, 0.18) 0,
      rgba(170, 150, 125, 0.18) 1px,
      transparent 1px,
      transparent 7px
    );
}

.top_prayer_download_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #3a332b;
}

.top_prayer_download_box {
  text-align: center;
}

.top_prayer_download_text {
  margin: 0 0 35px;
  padding: 32px 40px;
  color: #2f2a24;
  background: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}

.top_prayer_download_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.top_prayer_download_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  min-height: 82px;
  padding: 16px 75px 16px 55px;
  box-sizing: border-box;

  color: #fff;
  background: #a94336;
  border-radius: 20px;

  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.top_prayer_download_btn:hover {
  opacity: 1;
  color: #fff;
  background: #8f3029;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

.top_prayer_download_icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #f4d7a6;
  font-size: 16px;
}

.top_prayer_download_label {
  display: block;
}

.top_prayer_download_label small {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.top_prayer_download_arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.4);
  font-size: 22px;
}

.top_prayer_download_note {
  margin: 30px 0 0;
  color: #a83434;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
/* =========================
   七五三祈祷受付 PDF
========================= */

.top_prayer_download {
  width: 100%;
  padding: 20px 20px 10px;
  background: url("../img/event_bk.jpg") repeat;
}

.top_prayer_download_inner {
  width: 100%;
  margin: 0 auto;
}

.top_prayer_download_title {
  position: relative;
  margin: 0 0 28px;
  padding: 15px 18px;
  color: #2f2a24;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;

  background:
    repeating-linear-gradient(
      -45deg,
      rgba(170, 150, 125, 0.18) 0,
      rgba(170, 150, 125, 0.18) 1px,
      transparent 1px,
      transparent 7px
    );
}

.top_prayer_download_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #3a332b;
}

.top_prayer_download_text {
  margin: 0 0 25px;
  padding: 22px 20px;
  color: #2f2a24;
  background: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-align: left;
}

.top_prayer_download_btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.top_prayer_download_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 14px 55px 14px 40px;
  box-sizing: border-box;

  color: #fff;
  background: #a94336;
  border-radius: 16px;

  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.top_prayer_download_icon {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #f4d7a6;
  font-size: 12px;
}

.top_prayer_download_label small {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.top_prayer_download_arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 13px;
  border-left: 1px solid rgba(255,255,255,0.4);
  font-size: 18px;
}

.top_prayer_download_note {
  margin: 22px 0 0;
  color: #a83434;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}


/* =========================
   KV（トップ専用）
========================= */

.top_kv {
  position: relative;
  width: 100%;
  height: 1050px;
  overflow: hidden;
}

/* 背景Swiper */
.top_kv_swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.top_kv_swiper .swiper-wrapper,
.top_kv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_kv_swiper .swiper-slide {
  overflow: hidden;
}

.top_kv_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

/* 表示中・直前スライドをズーム */
.top_kv_swiper .swiper-slide-active img,
.top_kv_swiper .swiper-slide-duplicate-active img,
.top_kv_swiper .swiper-slide-prev img {
  animation: kvZoomUp 10s linear both;
}

@keyframes kvZoomUp {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

/* 文字は前面 */
.top_kv_text {
  position: absolute;
  left: 7.5%;
  top: 300px;
  z-index: 20;
}



.top_kv::before {

}


/* Swiper */
.top_kv_swiper{
  position:absolute;
  inset:0;
  z-index:1;
}

/* 上部半透明 */
.top_kv::before{

}

/* ナビ・ロゴ */
header{
  position:relative;
  z-index:10;
}

/* キャッチコピー */
.top_kv_text{
  position:absolute;
  z-index:20;
}

/* 下のグラデーション */
.top_kv::after{
  z-index:15;
}



/* 文字は前面 */
.top_kv_text {
  z-index: 20;
}

/* 下部グラデーション */
.top_kv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 140px;
  background: linear-gradient(
    to bottom,
    rgba(246, 243, 238, 0) 0%,
    #f6f3ee 100%
  );
  pointer-events: none;
}

/* =========================
   KV テキスト
========================= */
.top_kv_text {
  position: absolute;
  left: 7.5%;
  top: 300px;
  z-index: 20;
  color: #3a332b;
  text-shadow:
    0 2px 4px rgba(255,255,255,0.85),
    0 0 12px rgba(255,255,255,0.80),
    0 0 28px rgba(255,255,255,0.65),
    0 2px 6px rgba(0,0,0,0.18);
}

.top_kv_text::before{
    content:"";
    position:absolute;
    inset:-40px;
    z-index:-1;

    background:rgba(255,255,255,.50);
    backdrop-filter:blur(8px);

    border-radius:20px;
}


.top_kv_maincopy {
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.copy_line {
  margin: 0;
}

.copy_line01 {
  font-size: 31px;
  line-height: 1.5;
}

.copy_line02 {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.copy_line03 {
  margin-top: 22px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ruby_group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.ruby_text {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.45em;
  white-space: nowrap;
}

.main_text {
  display: inline-block;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.small_text {
  font-size: 34px;
  letter-spacing: 0.08em;
}

.top_kv_subcopy {
  margin-top: 32px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #2c2925;
}


/* =========================
   top_content_01 新着情報
========================= */
.top_content_01 {
  width: 100%;
  padding: 110px 0 120px;
  background: #f2efea;
}

.top_content_01_inner {
  width: 1000px;
  margin: 0 auto;
}

.top_content_01_title {
  position: relative;
  margin: 0 0 78px;
  color: #a82f2e;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: center;
}

.top_content_01_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 58px;
  margin: 14px auto 0;
  background: #3a332b;
}

.top_content_01_list {
  width: 100%;
}

.top_news_item {
  border-bottom: 1px solid #e9dccd;
}

.top_news_item a {
  display: flex;
  align-items: center;
  min-height: 74px;
  color: #2f2a24;
}

.top_news_item a:hover {
  opacity: 1;
  color: #a82f2e;
}

.top_news_date {
  width: 120px;
  font-size: 15px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.top_news_cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 26px;
  margin-right: 42px;
  color: #fff;
  background: #a83434;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.top_news_cat2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 26px;
  margin-right: 42px;
  color: #fff;
  background: #FF8000;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.top_news_title {
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.top_content_01_more {
  margin-top: 46px;
  text-align: right;
}

.top_content_01_more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 42px;
  padding-right: 42px;
  color: #3a332b;
  border: 1px solid #7c6a61;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.top_content_01_more a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 38px;
  height: 1px;
  background: #3a332b;
  transform: translateY(-50%);
}

.top_content_01_more a::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3a332b;
  border-right: 1px solid #3a332b;
  transform: translateY(-50%) rotate(45deg);
}

.top_content_01_more a:hover {
  opacity: 1;
  color: #fff;
  background: #a83434;
  border-color: #a83434;
}

.top_content_01_more a:hover::before,
.top_content_01_more a:hover::after {
  border-color: #fff;
  background: #fff;
}



/* =========================
   top_content_02 募集案内
========================= */
.top_content_02 {
  position: relative;
  width: 100%;
  padding: 90px 20px 130px;

  /* ▼ 和紙背景 */
  background: url("../img/event_bk.jpg") repeat;
  
  overflow: hidden;
}

/* 左の雲 */
.top_content_02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 82px;
  width: 360px;
  height: 120px;
  background: url("../img/top_cloud_left.png") no-repeat left top / contain;
  pointer-events: none;
  z-index: 1;
}

/* 右の雲 */
.top_content_02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 135px;
  width: 430px;
  height: 150px;
  background: url("../img/top_cloud_right.png") no-repeat right bottom / contain;
  pointer-events: none;
  z-index: 1;
}

/* コンテンツ */
.top_content_02_inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}




.top_content_02_title {
  position: relative;
  margin: 0 0 72px;
  color: #2f2a24;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: center;
}

.top_content_02_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 58px;
  margin: 14px auto 0;
  background: #3a332b;
}

.top_content_02_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.top_event_card {
  min-width: 0;
}

.top_event_link {
  display: block;
  color: #111;
}

.top_event_link:hover {
  opacity: 1;
}

.top_event_thumb {
  width: 100%;
  aspect-ratio: 390 / 290;
  overflow: hidden;
  background: #aaa;
}

.top_event_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.top_event_link:hover .top_event_thumb img {
  transform: scale(1.06);
}

.top_event_body {
  padding-top: 28px;
}

.top_event_title {
  margin: 0 0 18px;
  color: #111;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.top_event_text {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}

/* =========================
   top_content_03 Instagram
========================= */
.top_content_03 {
  width: 100%;
  padding: 110px 20px 120px;
  background: url("../img/insta_bk.jpg") repeat;
}

.top_content_03_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/* Instagramプラグイン差し替え用ダミー */
.top_instagram_dummy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;


}


/* =========================
   top_content_04 四季スライダー
========================= */
.top_content_04 {
  width: 100%;
  padding: 105px 0 105px;
  background: #f2efea;
  overflow: hidden;
}

.top_content_04_inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.top_content_04_text {
  width: 33%;
  min-width: 420px;
  padding-left: 10.8%;
  padding-right: 55px;
}

.top_content_04_title {
  margin: 0 0 18px;
  color: #2f2a24;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.top_content_04_en {
  margin: 0;
  color: #111;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.top_content_04_btn {
  margin-top: 105px;
}

.top_content_04_btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 42px;
  padding-right: 42px;
  color: #2f2a24;
  border: 1px solid #7c6a61;
  font-size: 16px;
  letter-spacing: 0.22em;
  margin-left:30px;
}

.top_content_04_btn a::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 34px;
  height: 1px;
  background: #2f2a24;
  transform: translateY(-50%);
}

.top_content_04_btn a::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2f2a24;
  border-right: 1px solid #2f2a24;
  transform: translateY(-50%) rotate(45deg);
}

.top_content_04_btn a:hover {
  opacity: 1;
  color: #fff;
  background: #a83434;
  border-color: #a83434;
}

.top_content_04_btn a:hover::before,
.top_content_04_btn a:hover::after {
  border-color: #fff;
  background: #fff;
}

/* 右端まで伸ばすスライダー */
.top_content_04_slider_wrap {
  flex: 1;
  width: 67%;
  overflow: hidden;
}

.top_season_slider {
  width: 100%;
}

.top_season_slider li {
  height: 455px;
  overflow: hidden;
}

.top_season_slider img {
  display: block;
  width: 100%;
  height: 455px;
  max-width: none;
  object-fit: cover;
}



.top_content_05 {
  position: relative;
  padding: 70px 20px 90px;
  background: #fff;
  overflow: hidden;
}

/* 中央コンテンツ */
.top_content_05_inner {
  position: relative;
  z-index: 2;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 80px;
  align-items: start;
}

/* キャラ */
.top_content_05_chara {
  text-align: center;
}

.top_content_05_chara img {
  width: 180px;
  margin: 0 auto 18px;
  display: block;
}

.top_content_05_chara p {
  font-size: 0.8rem;
}

/* テキスト */
.top_content_05_text {
  text-align: center;
  letter-spacing: 0.28em;
  line-height: 2.6;
}

.top_content_05_text p {
  margin-bottom: 34px;
  font-size: 1rem;
}

.top_content_05_text .lead {
  font-size: 1.25rem;
  margin-bottom: 70px;
}

/* 背景（左） */
.top_content_05::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 420px; /* 画像サイズに合わせて調整 */
  height: 100%;
  background: url("../img/top_content_05_tree_left.png") no-repeat left top;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
}

/* 背景（右） */
.top_content_05::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 420px; /* 画像サイズに合わせて調整 */
  height: 100%;
  background: url("../img/top_content_05_tree_right.png") no-repeat right top;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
}


.top_content_06 {
  background: #fff;
  padding: 0;
  padding-bottom:20px;
}

.top_content_05,
.top_content_06 {
  position: relative;
  width: 100%;
  background-image: url("../img/event_bk2.jpg");
  background-repeat: repeat;
  background-position: top left;
}


.top_content_06_inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; /* ← ここで隙間 */
}

.top_content_06_banner {
  position: relative;
  display: block;
  height: 300px; /* ← 高さ */
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

/* 画像 */
.top_content_06_img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.top_content_06_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ←ここ重要（暗幕を強くする） */
.top_content_06_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2); /* ←濃くする */
}

/* テキスト */
.top_content_06_text {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 70px 60px;
  box-sizing: border-box;
  color: #fff;
}

/* 見出し */
.top_content_06_text h2 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6); /* ←くっきり */
}

/* 読み仮名 */
.top_content_06_text h2 span {
  display: block;
  font-size: 0.75rem;
  margin-top: 4px;
}

/* 本文 */
.top_content_06_text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6); /* ←くっきり */
}

.top_content_06_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%; /* ←右半分固定 */
  height: 100%;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 40px 60px;
  box-sizing: border-box;
  color: #fff;
}



.top_content_07 {
  width: 100%;
  padding: 90px 20px 100px;
  background: #fff;
}

.top_content_07_inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}

.top_content_07_title {
  margin: 0 0 70px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}

.top_content_07_list {
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}


.top_content_07_list li a {
  display: block;
  color: #333;
  text-decoration: none;
}

.top_content_07_list figure {
  margin: 0 0 34px;
  text-align: center;
}

.top_content_07_list figure img {
  width: 100%;
  max-width: 200px;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.top_content_07_text h3 {
  position: relative;
  margin: 0 0 16px;
  padding-right: 34px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
}

.top_content_07_text h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.2em;

  width: 22px;
  height: 22px;

  background: url("../img/top_arrow_circle.png") no-repeat center center;
  background-size: contain;

  transition: transform 0.3s ease;
}

.top_content_07_list li a:hover h3::after {
  transform: translateX(4px);
}
.top_content_07_text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
}

.top_content_07_list li a:hover figure img {
  transform: translateY(-6px);
  opacity: 0.88;
}

.top_content_07_list li a:hover h3 {
  text-decoration: underline;
}



.top_content_08 {
  width: 100%;
  padding: 80px 20px 90px;
  background: #fff;
}

.top_content_08_inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}

.top_content_08_title {
  margin: 0 0 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid #aaa;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333;
}

.top_content_08_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 60px;
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
}

.top_content_08_list li {
  width: 260px;
}

.top_content_08_list a {
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top_content_08_list img {
  display: block;
  width: 100%;
  height: auto;
}

.top_content_08_list a:hover {
  opacity: 0.75;
  transform: translateY(-3px);
}



/* =========================
   SP 共通
========================= */

body {
  min-width: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* =========================
   SP KV
========================= */

.top_kv {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
}

.top_kv_swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.top_kv_swiper .swiper-wrapper,
.top_kv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_kv_swiper .swiper-slide {
  overflow: hidden;
}

.top_kv_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

.top_kv_swiper .swiper-slide-active img,
.top_kv_swiper .swiper-slide-duplicate-active img,
.top_kv_swiper .swiper-slide-prev img {
  animation: kvZoomUp 10s linear both;
}

@keyframes kvZoomUp {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

/* 上部メニュー背景 */
.top_kv::before {

}

/* 下部グラデーション */
.top_kv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(246, 243, 238, 0) 0%,
    #f6f3ee 100%
  );
  pointer-events: none;
}

/* KVテキスト */
.top_kv_text {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 230px;
  z-index: 20;
  color: #3a332b;
  text-shadow:
    0 2px 4px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.85),
    0 0 26px rgba(255,255,255,0.7),
    0 2px 6px rgba(0,0,0,0.2);
}

.top_kv_text::before {
  content: "";
  position: absolute;
  inset: -24px -18px;
  z-index: -1;
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(7px);
  border-radius: 14px;
}

.top_kv_maincopy {
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.copy_line {
  margin: 0;
}

.copy_line01 {
  font-size: 18px;
  line-height: 1.5;
}

.copy_line02 {
  display: block;
  margin-top: 14px;
}

.copy_line03 {
  display: block;
  margin-top: 14px;
}

.ruby_group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2px;
}

.ruby_text {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.main_text {
  display: inline-block;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.small_text {
  font-size: 20px;
  letter-spacing: 0.04em;
}

.top_kv_subcopy {
  margin-top: 24px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #2c2925;
}

.top_kv_subcopy br {
  display: none;
}

  /* =========================
   top_content_01 新着情報
========================= */

.top_content_01 {
  padding: 60px 20px 70px;
}

.top_content_01_inner {
  width: 100%;
}

.top_content_01_title {
  margin-bottom: 45px;
  font-size: 26px;
  letter-spacing: .12em;
}

.top_content_01_title::after {
  height: 42px;
  margin-top: 12px;
}

.top_news_item a {
  display: block;
  padding: 16px 0;
}

.top_news_date {
  display: block;
  width: auto;
  margin-bottom: 8px;
  font-size: 13px;
}

.top_news_cat {
  display: inline-flex;
  width: auto;
  min-width: 72px;
  height: 24px;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0 14px;
  font-size: 11px;
}

.top_news_title {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}

.top_content_01_more {
  margin-top: 34px;
  text-align: center;
}

.top_content_01_more a {
  width: 220px;
  height: 46px;
  padding-right: 36px;
  font-size: 14px;
}

/* =========================
   top_content_02 募集案内
========================= */

.top_content_02 {
  padding: 60px 20px 70px;
}

.top_content_02::before,
.top_content_02::after {
  display: none;
}

.top_content_02_title {
  margin-bottom: 45px;
  font-size: 26px;
}

.top_content_02_title::after {
  height: 42px;
}

.top_content_02_list {
  display: block;
}

.top_event_card {
  margin-bottom: 45px;
}

.top_event_card:last-child {
  margin-bottom: 0;
}

.top_event_thumb {
  aspect-ratio: 16 / 10;
}

.top_event_body {
  padding-top: 18px;
}

.top_event_title {
  margin-bottom: 12px;
  font-size: 22px;
}

.top_event_text {
  font-size: 14px;
  line-height: 2;
}

/* =========================
   top_content_03 Instagram
========================= */

.top_content_03 {
  padding: 60px 20px 70px;
}

.top_content_03_inner {
  width: 100%;
}

.top_instagram_dummy {

}




/* =========================
   top_content_04 四季スライダー
========================= */

.top_content_04 {
  padding: 65px 0 70px;
}

.top_content_04_inner {
  display: block;
}

.top_content_04_text {
  width: 100%;
  min-width: 0;
  padding: 0 20px 35px;
  text-align: center;
}

.top_content_04_title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.6;
}

.top_content_04_en {
  font-size: 12px;
}

.top_content_04_btn {
  margin-top: 28px;
}

.top_content_04_btn a {
  width: 190px;
  height: 42px;
  margin-left: 0;
  font-size: 14px;
}

.top_content_04_slider_wrap {
  width: 100%;
}

.top_season_slider li {
  height: 260px;
}

.top_season_slider img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* =========================
   top_content_05 しろまるひめ
========================= */

.top_content_05 {
  padding: 55px 20px 65px;
}

.top_content_05::before,
.top_content_05::after {
  width: 180px;
  opacity: 0.28;
}

.top_content_05_inner {
  display: block;
  width: 100%;
}

.top_content_05_chara {
  margin-bottom: 28px;
}

.top_content_05_chara img {
  width: 130px;
  margin-bottom: 12px;
}

.top_content_05_chara p {
  font-size: 11px;
}

.top_content_05_text {
  letter-spacing: 0.12em;
  line-height: 2.2;
}

.top_content_05_text .lead {
  margin-bottom: 34px;
  font-size: 17px;
}

.top_content_05_text p {
  margin-bottom: 22px;
  font-size: 13px;
}

/* =========================
   top_content_06 ご祈祷・授与品
========================= */

.top_content_06 {
  padding: 0 20px 55px;
}

.top_content_06_inner {
  display: block;
  width: 100%;
}

.top_content_06_banner {
  height: 230px;
  margin-bottom: 18px;
}

.top_content_06_banner:last-child {
  margin-bottom: 0;
}

.top_content_06_overlay {
  background: rgba(0, 0, 0, 0.28);
}

.top_content_06_text {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 100%;
  padding: 35px 28px;
}

.top_content_06_text h2 {
  margin-bottom: 14px;
  font-size: 22px;
}

.top_content_06_text h2 span {
  font-size: 10px;
}

.top_content_06_text p {
  font-size: 13px;
  line-height: 1.9;
}
 

.top_content_07_text { 
 margin-bottom:20px;
}


 .top_kv_text {
    z-index: 2;
  }

  .top_kv_text::before {
    z-index: -1;
  }

  .top_kv_swiper {
    z-index: 1;
    
    
  }
  
  


/***** SP KVテキストをスライダー下へ移動 *****/

.top_kv{
  height:auto;
  overflow:visible;
}

.top_kv_swiper{
  position:relative;
  height:680px;
}

.top_kv::after{
  bottom:auto;
  top:560px;
}

.top_kv_text{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  z-index:2;
  width:calc(100% - 36px);
  margin:28px auto 0;
  padding:28px 22px;
  box-sizing:border-box;
  color:#3a332b;
  text-shadow:none;
}

.top_kv_text::before{
  inset:0;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(8px);
  border-radius:14px;
}

.top_kv_text .copy_line01{
  font-size:18px;
}

.top_kv_text .copy_line02,
.top_kv_text .copy_line03{
  display:block;
  margin-top:14px;
}

.top_kv_text .main_text{
  font-size:27px;
}

.top_kv_text .small_text{
  font-size:20px;
}

.top_kv_text .ruby_text{
  font-size:9px;
  letter-spacing:.22em;
}

.top_kv_text .top_kv_subcopy{
  margin-top:22px;
  font-size:13px;
  line-height:2;
}
/* =========================スマホエンド=========================================== */
}




/* ===========================
   その他レスポンシブ
   =========================== */

