@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

li {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

a[x-apple-data-detectors] {
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: none;
}

html {
  overflow-y: scroll;
  font-size: 2.674vw;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 10px;
    scroll-padding-top: 140px;
  }
}

body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #675F4C;
  font-feature-settings: "palt" 1, "pkna" 1;
  -webkit-tap-highlight-color: transparent;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  min-height: 50vh;
}
@media screen and (min-width: 1024px) {
  main {
    min-height: 60vh;
  }
}

.text {
  text-align: left;
}

p.text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #675F4C;
}
@media screen and (min-width: 1024px) {
  p.text {
    font-size: 17px;
  }
}

.en {
  font-family: "Noto Sans", sans-serif;
  font-feature-settings: "pnum" on, "lnum" on, "kern" on;
  font-variant-east-asian: jis78;
  text-transform: lowercase;
}

.num {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.03em;
  font-feature-settings: "pnum" on, "lnum" on, "kern" on;
  font-variant-east-asian: jis78;
}

@media (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .below-mini-pc {
    display: none !important;
  }
}

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  overflow-x: hidden;
}

[x-apple-data-detectors],
[x-apple-data-detectors] * {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.front-page > .container {
  overflow: hidden;
  padding-inline: 0;
}
@media screen and (min-width: 1024px) {
  .front-page > .container {
    width: 100%;
    margin-inline: 0;
  }
}

.container {
  padding-inline: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .container {
    width: min(1150px, 96%);
    margin-inline: auto;
    padding-inline: 0;
  }
}

.error404 .page-kv__title {
  color: #318988;
  font-size: 2.2rem;
}
@media screen and (min-width: 1024px) {
  .error404 .page-kv__title {
    font-size: 32px;
  }
}
.error404 main .container {
  width: 100%;
  margin-inline: auto;
  padding: 4rem 1.6rem 7.2rem;
}
@media screen and (min-width: 1024px) {
  .error404 main .container {
    width: min(1150px, 96%);
    padding: 4rem 0 9rem;
  }
}
.error404 .text {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  .error404 .text {
    text-align: center;
  }
}

.page-kv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14.4rem;
  overflow: hidden;
}
.page-kv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.page-kv__title {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #ffffff;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-kv {
    height: 290px;
  }
  .page-kv__title {
    font-size: 38px;
  }
}

/* ========================================
    ナビゲーション（展開ナビゲーション・フッターナビ共通）
   ======================================== */
.nav-cont .temple-nav ul li, .nav-cont ul li ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.nav-cont .temple-nav ul li a, .nav-cont ul li ul li a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
  isolation: isolate;
  font-size: 1.5rem;
}
.footer .nav-cont .temple-nav ul li a, .nav-cont .temple-nav ul .footer li a, .footer .nav-cont ul li ul li a, .nav-cont ul li ul .footer li a {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .footer .nav-cont .temple-nav ul li a, .nav-cont .temple-nav ul .footer li a, .footer .nav-cont ul li ul li a, .nav-cont ul li ul .footer li a {
    font-size: 1.6rem;
  }
}
.nav-cont .temple-nav ul li a::before, .nav-cont ul li ul li a::before, .nav-cont .temple-nav ul li a::after, .nav-cont ul li ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
}
.nav-cont .temple-nav ul li a::before, .nav-cont ul li ul li a::before {
  right: -1.7rem;
  width: 0.5rem;
  height: 0.7rem;
  background: url("../img/common/icon_arrow_primary.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 2;
}
.nav-cont .temple-nav ul li a::after, .nav-cont ul li ul li a::after {
  right: -2.1rem;
  width: 1.3rem;
  height: 1.3rem;
  background: #E2F5F3;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
  overflow: hidden;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .nav-cont .temple-nav ul li a:hover, .nav-cont ul li ul li a:hover {
    color: #318988;
  }
  .nav-cont .temple-nav ul li a:hover::before, .nav-cont ul li ul li a:hover::before {
    animation: nav-link-arrow 0.55s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
@media (hover: none) {
  .nav-cont .temple-nav ul li a:active, .nav-cont ul li ul li a:active {
    color: #318988;
  }
  .nav-cont .temple-nav ul li a:active::before, .nav-cont ul li ul li a:active::before {
    animation: nav-link-arrow 0.55s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
@media screen and (min-width: 1024px) {
  .nav-cont .temple-nav ul li a::before, .nav-cont ul li ul li a::before {
    right: -16px;
    width: 4.5px;
    height: 7px;
  }
  .nav-cont .temple-nav ul li a::after, .nav-cont ul li ul li a::after {
    right: -20px;
    width: 13px;
    height: 13px;
  }
}

@keyframes nav-link-arrow {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateY(-50%) translateX(4px);
    opacity: 1;
  }
  45% {
    transform: translateY(-50%) translateX(7px);
    opacity: 0;
  }
  55% {
    transform: translateY(-50%) translateX(9px);
    opacity: 0;
  }
  60% {
    transform: translateY(-50%) translateX(-6px);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.nav-cont {
  display: block;
  padding: 4rem 1.6rem;
  background-color: #ffffff;
}
.nav-cont h3 {
  margin-bottom: 4rem;
}
.nav-cont h3 img {
  width: 18rem;
  height: auto;
}
.nav-cont h4 {
  background-color: #398B64;
  display: inline-flex;
  align-items: center;
  height: 3.4rem;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 2.4rem;
  padding: 0 1.5rem 0 1.2rem;
  border-radius: 999px;
}
@media screen and (min-width: 1024px) {
  .nav-cont {
    padding: 64px 20px;
  }
  .nav-cont h3 img {
    width: min(29.2vw, 336px);
  }
  .nav-cont h4 {
    font-size: 17px;
    margin-bottom: 32px;
    padding: 6px 16px 6px;
  }
}
.nav-cont ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .nav-cont ul {
    row-gap: 18px;
  }
}
.nav-cont ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.nav-cont ul li .nav-heading {
  width: 15rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #398B64;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .nav-cont ul li .nav-heading {
    width: min(19.13vw, 220px);
    font-size: 17px;
  }
}
.nav-cont ul li ul {
  flex: 1;
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .nav-cont ul li ul {
    font-size: 16px;
    row-gap: 20px;
  }
}
.nav-cont ul li ul li a[href$="/akari/"]::after,
.nav-cont ul li ul li a[href$="/jyumoku/"]::after {
  right: -1.3rem;
}
.nav-cont ul li ul li a[href$="/akari/"]::before,
.nav-cont ul li ul li a[href$="/jyumoku/"]::before {
  right: -0.9rem;
}
@media screen and (min-width: 1024px) {
  .nav-cont ul li ul li a[href$="/akari/"]::after,
  .nav-cont ul li ul li a[href$="/jyumoku/"]::after {
    right: -13px;
  }
  .nav-cont ul li ul li a[href$="/akari/"]::before,
  .nav-cont ul li ul li a[href$="/jyumoku/"]::before {
    right: -9px;
  }
}
.nav-cont ul li ul li .nav-list > li > ul > li:not(:first-child) a {
  padding-left: 0;
}
.nav-cont ul li ul li a[href$="/case/"] {
  padding-left: 2.2em !important;
  width: -moz-fit-content;
  width: fit-content;
  background: repeating-linear-gradient(90deg, #398B64, #398B64 2px, transparent 2px, transparent 4px);
  background-size: 20px 1px;
  background-repeat: no-repeat;
  background-position: left center;
}
.nav-cont .main-nav {
  margin-bottom: 4rem;
}
.nav-cont .main-nav .nav-list > li {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #398B64;
}
.nav-cont .main-nav .nav-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .nav-cont .main-nav {
    width: min(39.8vw, 458px);
    margin-bottom: 0;
  }
  .nav-cont .main-nav .nav-list > li {
    padding-bottom: 18px;
    border-bottom: 1px solid #398B64;
  }
}
.nav-cont .temple-nav h4 {
  background-color: #E2F5F3;
  color: #675F4C;
}
.nav-cont .temple-nav ul {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .nav-cont .temple-nav ul {
    font-size: 16px;
  }
}

/* ========================================
    フローティングメニュー
   ======================================== */
.floating-menu .btn-cont a.btn-reservation, .floating-menu .btn-cont a.btn-contact {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .floating-menu .btn-cont a.btn-reservation, .floating-menu .btn-cont a.btn-contact {
    font-size: 16px;
  }
}

.floating-menu {
  background-color: rgba(255, 249, 206, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 10rem;
  padding: 0.6rem 1.5rem 1.6rem;
  z-index: 500;
  text-align: center;
  will-change: transform;
  /* 初期状態では画面外に配置 */
  transform: translateY(100%);
  transition: transform 0.5s ease;
  /* アニメーションを追加 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .floating-menu {
    height: 72px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.floating-menu {
  /* 表示状態 */
}
.floating-menu.visible {
  transform: translateY(0%);
}
body:not(.home) .floating-menu {
  transform: translateY(0%);
  transition: transform 0.5s ease;
}
body:not(.home) .floating-menu:not(.visible) {
  transform: translateY(100%);
}
@media (max-width: 1023px) {
  .floating-menu h3 {
    position: relative;
    display: inline-block;
    padding: 0 0.2em 0 0.3em;
  }
  .floating-menu h3::before, .floating-menu h3::after {
    content: "";
    display: inline;
    width: 0.1rem;
    height: 1.4rem;
    background-color: #675F4C;
    border-radius: 9999px;
    position: absolute;
    top: 10%;
  }
  .floating-menu h3::before {
    transform: rotate(-30deg);
    transform-origin: left bottom;
    left: 0;
  }
  .floating-menu h3::after {
    transform: rotate(30deg);
    transform-origin: right bottom;
    right: 0;
  }
  .floating-menu h3 {
    padding-bottom: 0.2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .floating-menu h3 {
    display: flex;
    align-items: flex-end;
  }
  .floating-menu h3 img {
    width: auto;
    height: 64px;
    padding-right: 40px;
  }
}
.floating-menu .btn-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .floating-menu .btn-cont {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.floating-menu .btn-cont .icon {
  width: 3.8rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 1rem;
  color: #398B64;
  background-color: #ffffff;
  border-radius: 9999px;
  padding: 0.05rem 0 0 0.2rem;
}
@media screen and (min-width: 1024px) {
  .floating-menu .btn-cont .icon {
    width: 38px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 0.2em;
    padding: 0 0 0 2px;
    margin-right: 10px;
  }
}
.floating-menu .btn-cont a.btn-contact {
  width: 16.6rem;
  height: 5.6rem;
  border-radius: 1rem;
  background-image: linear-gradient(180deg, #8CD0AA 0%, #068831 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.floating-menu .btn-cont a.btn-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 120, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}
.floating-menu .btn-cont a.btn-contact > * {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .floating-menu .btn-cont a.btn-contact:hover::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .floating-menu .btn-cont a.btn-contact:active::after {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .floating-menu .btn-cont a.btn-contact {
    width: 172px;
    height: 44px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #8CD0AA 0%, #068831 100%);
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}
.floating-menu .btn-cont a.btn-contact {
  justify-content: center;
}
.floating-menu .btn-cont a.btn-reservation {
  width: 16.6rem;
  height: 5.6rem;
  border-radius: 1rem;
  background-image: linear-gradient(180deg, #EF9C3D 0%, #E16B1C 27%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.floating-menu .btn-cont a.btn-reservation::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}
.floating-menu .btn-cont a.btn-reservation > * {
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .floating-menu .btn-cont a.btn-reservation:hover::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .floating-menu .btn-cont a.btn-reservation:active::after {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .floating-menu .btn-cont a.btn-reservation {
    width: 172px;
    height: 44px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #EF9C3D 0%, #E16B1C 27%);
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}
.floating-menu .btn-cont a.btn-reservation {
  justify-content: center;
}
.floating-menu .btn-cont a.btn-reservation .icon {
  color: #e16b1c;
}

@media screen and (min-width: 1024px) {
  .btn-text-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
}
/* ========================================
   パンくずリスト
   ======================================== */
.bread_crumb_list {
  width: 100%;
  margin-inline: auto;
  padding: 1.6rem 1.6rem 0;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .bread_crumb_list {
    width: min(1150px, 96%);
    padding: 2.6rem 0 0;
  }
}

.bread_crumb_list li,
.bread_crumb_list li a {
  font-size: 1.1rem;
  color: #675F4C;
  display: inline;
}
@media screen and (min-width: 1024px) {
  .bread_crumb_list li,
  .bread_crumb_list li a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .bread_crumb_list li a {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  .bread_crumb_list li a:hover {
    opacity: 1;
  }
}

.bread_crumb_list li:not(.current)::after {
  content: " > ";
}

.bread_crumb_list--on-dark li, .bread_crumb_list--on-dark li a {
  color: #C7C7C7;
}

/* ========================================
   ページネーション
   ======================================== */
.navigation.pagination {
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .navigation.pagination {
    margin: 0;
  }
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .navigation.pagination .nav-links {
    gap: 0;
  }
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  color: #8F8D8D;
  border-radius: 999px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .navigation.pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.navigation.pagination .page-numbers.current {
  color: #318988;
  font-size: 1.2em;
}
.navigation.pagination .page-numbers.dots {
  border: none;
  width: auto;
  transform: translateY(-0.2em);
}
@media screen and (min-width: 1024px) {
  .navigation.pagination .page-numbers.dots {
    transform: translateY(-0.3em);
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination a.page-numbers:hover {
    color: #318988;
  }
}
.navigation.pagination .prev,
.navigation.pagination .next {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background: url("../img/common/icon_arrow_gallery.svg") no-repeat center/contain;
  font-size: 0;
  border: none;
}
@media screen and (min-width: 1024px) {
  .navigation.pagination .prev,
  .navigation.pagination .next {
    width: 57px;
    height: 57px;
    margin: 0 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination .prev:hover,
  .navigation.pagination .next:hover {
    transform: scale(1.06);
  }
}
.navigation.pagination .next {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination .next:hover {
    transform: rotate(180deg) scale(1.06);
  }
}

.navigation.pagination--on-dark .page-numbers.current {
  color: #93C8C3;
}
@media (hover: hover) and (pointer: fine) {
  .navigation.pagination--on-dark a.page-numbers:hover {
    color: #93C8C3;
  }
}
.navigation.pagination--on-dark .prev,
.navigation.pagination--on-dark .next {
  background-image: url("../img/common/icon_arrow_gallery_accent.svg");
}

/* ========================================
   illust_group グロウ背景（全ページ共通）
   ======================================== */
@property --glow-spread {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 45%;
}
@keyframes glow-breathe {
  0%, 100% {
    --glow-spread: 120%;
  }
  50% {
    --glow-spread: 45%;
  }
}
figure:has(img[src$="illust_group.png"]) {
  position: relative;
  isolation: isolate;
}
figure:has(img[src$="illust_group.png"])::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle closest-side at 50% 52%, #f7e5c7, transparent var(--glow-spread));
  animation: glow-breathe 5s infinite;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  figure:has(img[src$="illust_group.png"])::before {
    inset: -25%;
    animation: glow-breathe 6s infinite;
  }
}

.btn-primary {
  width: 100%;
  height: 5.6rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #318988 35%, #19BDAA 80%);
  background-size: 200%;
  background-position: 50%;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: background-position 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .btn-primary {
    width: 434px;
    height: 71px;
    border-radius: 12px;
    font-size: 22px;
    padding: 0 20px;
  }
}
.btn-primary::before, .btn-primary::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: right;
  width: 3.4rem;
  height: 3.4rem;
  margin-left: 1rem;
  flex-shrink: 0;
  transform: scale(1);
  transform-origin: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .btn-primary::before, .btn-primary::after {
    width: 43px;
    height: 43px;
  }
}
.btn-primary::before {
  background: url("../img/common/icon_btn_primary_on.svg") no-repeat center/contain;
  z-index: 1;
  opacity: 0;
  position: absolute;
  display: inline;
  right: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .btn-primary::before {
    right: 20px;
  }
}
.btn-primary::after {
  background: url("../img/common/icon_btn_primary.svg") no-repeat center/contain;
  z-index: 2;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background-position: 100%;
  }
  .btn-primary:hover::after {
    transform: scale(1.1);
    opacity: 0;
  }
  .btn-primary:hover::before {
    transform: scale(1.1);
    opacity: 1;
  }
}

.btn-center {
  text-align: center;
}
.btn-center .btn-primary {
  display: flex;
  margin: 0 auto;
}

.btn-primary-s {
  height: 2.7rem;
  padding: 0.1rem 1.2rem 0;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #318988 35%, #19BDAA 80%);
  background-size: 200%;
  background-position: 50%;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: background-position 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .btn-primary-s {
    height: 31px;
    font-size: 15px;
    padding: 1px 14px 0;
    gap: 8px;
  }
}
.btn-primary-s::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.6rem;
  background: url("../img/common/icon_arrow_s.svg") no-repeat center/contain;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .btn-primary-s::after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary-s:hover {
    background-position: 100%;
  }
  .btn-primary-s:hover::after {
    transform: translateX(3px);
  }
}

/* ========================================
    CTA
   ======================================== */
.cta-area {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/bg_cta_area.webp) no-repeat center center;
  background-size: cover;
  padding: 7.2rem 1.6rem;
}
@media screen and (min-width: 1024px) {
  .cta-area {
    background: url(../img/common/pc_bg_cta_area.jpg) no-repeat center center;
    background-size: cover;
    padding: 85px 0;
  }
  .cta-area .inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
.cta-area a[class^=btn] {
  display: flex;
  padding: 0 1.6rem;
  border-radius: 3rem;
  color: #ffffff;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.cta-area a[class^=btn] .btn-overlay {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 120, 0.15);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  z-index: 0;
  pointer-events: none;
  margin-top: 0;
}
.cta-area a[class^=btn] .icon {
  width: 5rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: #398B64;
  background-color: #ffffff;
  border-radius: 9999px;
}
@media screen and (min-width: 1024px) {
  .cta-area a[class^=btn] .icon {
    width: 70px;
    height: 30px;
    font-size: 20px;
    margin-right: 20px;
  }
}
.cta-area a[class^=btn] p {
  font-size: 2rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .cta-area a[class^=btn] p {
    font-size: 22px;
  }
}
.cta-area a[class^=btn] span {
  font-size: 1.5rem;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .cta-area a[class^=btn] span {
    font-size: 16px;
  }
}
.cta-area a[class^=btn] > :not(.btn-overlay) {
  position: relative;
  z-index: 1;
}
.cta-area a[class^=btn]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: #ffffff;
  z-index: 1;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .cta-area a[class^=btn]::after {
    width: 34px;
    height: 34px;
    right: 22px;
  }
}
.cta-area a[class^=btn]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.75rem;
  height: 1.3rem;
  background: url(../img/common/icon_arrow_secondary.svg) no-repeat center/cover;
  transform: translate(-40%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .cta-area a[class^=btn]::before {
    width: 8px;
    height: 15px;
    background: url(../img/common/pc_icon_arrow_secondary.svg) no-repeat center/cover;
    transform: translate(-60%, -50%);
    right: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta-area a[class^=btn]:hover .btn-overlay {
    opacity: 1;
  }
  .cta-area a[class^=btn]:hover::before {
    animation: cta-link-arrow 0.45s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
@media (hover: none) {
  .cta-area a[class^=btn]:active .btn-overlay {
    opacity: 1;
  }
  .cta-area a[class^=btn]:active::before {
    animation: cta-link-arrow 0.45s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
.cta-area a.btn-search {
  width: 34.3rem;
  height: 10.4rem;
  border-radius: 3rem;
  background-image: linear-gradient(180deg, #EF9C3D 0%, #E16B1C 27%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cta-area a.btn-search .icon {
  color: #E16B1C;
}
.cta-area a.btn-search::before {
  background: url(../img/common/icon_arrow_orange.svg) no-repeat center/cover;
}
@media screen and (min-width: 1024px) {
  .cta-area a.btn-search {
    width: 435px;
    height: 104px;
  }
  .cta-area a.btn-search::before {
    background: url(../img/common/pc_icon_arrow_orange.svg) no-repeat center/cover;
  }
}
.cta-area a.btn-contact {
  width: 34.3rem;
  height: 10.4rem;
  border-radius: 3rem;
  background-image: linear-gradient(180deg, #8CD0AA 0%, #068831 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .cta-area a.btn-contact {
    margin-top: 0;
    width: 435px;
    height: 104px;
  }
}

@keyframes cta-link-arrow {
  0% {
    transform: translate(-70%, -50%) translateX(0);
    opacity: 1;
  }
  28% {
    transform: translate(-70%, -50%) translateX(4px);
    opacity: 1;
  }
  48% {
    transform: translate(-70%, -50%) translateX(10px);
    opacity: 0.1;
  }
  60% {
    transform: translate(-70%, -50%) translateX(-10px);
    opacity: 0;
  }
  78% {
    transform: translate(-70%, -50%) translateX(-2px);
    opacity: 0.6;
  }
  100% {
    transform: translate(-70%, -50%) translateX(0);
    opacity: 1;
  }
}
/* ========================================
    フォーム
   ======================================== */
/*テスト確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* CF7確認画面フロー用 - hidden-submit は .click() で起動するため display:none 不可 */
.hidden-submit {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.en-ttl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: left;
}
.en-ttl .ttl {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #675F4C;
  font-feature-settings: "palt";
  margin-bottom: 3rem;
}
.en-ttl p {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  color: #318988;
  letter-spacing: 0;
  line-height: 1.7;
  padding-left: 2.8rem;
  background: url(../img/common/deco_leaf_en.svg) no-repeat left center;
  background-size: 1.8rem 0.754rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .en-ttl .ttl {
    font-size: 32px;
    margin-bottom: 56px;
    text-align: left;
  }
  .en-ttl p {
    font-size: 17px;
    padding-left: 40px;
    background-size: 26.2px 12px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.en-ttl {
  /* en-ttlアニメーション用のスタイル */
}
.en-ttl p.animate {
  opacity: 0;
  filter: blur(12px);
  transform: translateX(22px);
  transition: transform 0.6s cubic-bezier(0.22, 0.8, 0.2, 1), opacity 0.6s cubic-bezier(0.22, 0.8, 0.2, 1), filter 0.6s cubic-bezier(0.22, 0.8, 0.2, 1);
  will-change: transform, opacity, filter;
}
.en-ttl p.animate.active {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}
.en-ttl .ttl.animate {
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
@supports ((-webkit-mask-image: linear-gradient(#000, #000)) or (mask-image: linear-gradient(#000, #000))) {
  .en-ttl .ttl.animate {
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
    mask-size: 250% 100%;
    mask-repeat: no-repeat;
    mask-mode: alpha;
    mask-position: 100% 0;
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
    -webkit-mask-size: 250% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-mode: alpha;
    -webkit-mask-position: 100% 0;
    transition: opacity 0.4s ease-out, mask-position 3.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-mask-position 3.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
  .en-ttl .ttl.animate::after {
    display: none;
  }
  .en-ttl .ttl.animate.active {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
@supports not ((-webkit-mask-image: linear-gradient(#000, #000)) or (mask-image: linear-gradient(#000, #000))) {
  .en-ttl .ttl.animate::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.9) 60%, rgb(255, 255, 255) 100%);
    transform: translateX(40%);
    opacity: 1;
    transition: transform 3.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.8s ease-out 0.6s;
  }
  .en-ttl .ttl.animate.active::after {
    transform: translateX(-120%);
    opacity: 0;
  }
}

.en-ttl--on-dark .ttl {
  color: #ffffff;
}
.en-ttl--on-dark p {
  color: #93C8C3;
  background-image: url(../img/common/deco_leaf_en_accent.svg);
}
.en-ttl--on-dark + .text {
  color: #ffffff;
}

.en-ttl + .text {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .en-ttl + .text {
    font-size: 17px;
  }
}

.has-illust-ttl {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.has-illust-ttl .img {
  width: 11.3rem;
  height: auto;
}

/* .deco-ttl extracted from _home.scss */
.deco-ttl {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #318988;
  font-feature-settings: "palt";
  background: radial-gradient(#1EA192 0%, #007B79 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto 5.4rem;
  padding: 3.46rem 0 3.06rem;
}
.deco-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 29rem;
  height: 2.266rem;
  background: url(../img/top/deco_karakusa_ttl_top.webp) no-repeat top center;
  background-size: contain;
  transform: translateX(-50%);
}
.deco-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 29rem;
  height: 2.266rem;
  background: url(../img/top/deco_karakusa_ttl_bottom.webp) no-repeat top center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .deco-ttl {
    font-size: 35px;
    margin: 0 auto 110px;
    padding: 48px 0 56px;
  }
  .deco-ttl::before {
    width: 418px;
    background: url(../img/top/pc_deco_karakusa_ttl_top.png) no-repeat top center;
    background-size: contain;
  }
  .deco-ttl::after {
    width: 418px;
    background: url(../img/top/pc_deco_karakusa_ttl_bottom.png) no-repeat top center;
    background-size: contain;
  }
}
.deco-ttl.product {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #675F4C;
  font-feature-settings: "palt";
  background: linear-gradient(114deg, #ffd55c 30%, #f6f2d3 50%, #fdd257 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  text-align: center;
  position: relative;
  padding: 2.7rem 0 3.2rem;
}
.deco-ttl.product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 29rem;
  height: 2.266rem;
  background: url(../img/common/deco_product_main_ttl_top.webp) no-repeat top center;
  background-size: contain;
  transform: translateX(-50%);
}
.deco-ttl.product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 29rem;
  height: 2.266rem;
  background: url(../img/common/deco_product_main_ttl_bottom.webp) no-repeat top center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .deco-ttl.product {
    font-size: 35px;
    padding: 64px 0 40px;
  }
  .deco-ttl.product::before {
    width: 537px;
    height: 29px;
    background: url(../img/common/pc_deco_product_main_ttl_top.png) no-repeat top center;
    background-size: contain;
  }
  .deco-ttl.product::after {
    width: 537px;
    height: 4px;
    background: url(../img/common/pc_deco_product_main_ttl_bottom.png) no-repeat top center;
    background-size: contain;
  }
}

.jiin-wrap {
  background: radial-gradient(#318988 0%, #025D5B 72%) -250px -250px/50rem 50rem no-repeat, #025D5B;
}
@media screen and (min-width: 1024px) {
  .jiin-wrap {
    background: radial-gradient(#318988 0%, #025D5B 72%) -20vw -20vw/90vw 40vw no-repeat, #025D5B;
  }
}

.jiin-header {
  text-align: center;
  padding: 4.6rem 1.6rem 0;
}
@media screen and (min-width: 1024px) {
  .jiin-header {
    padding: 76px 0 0;
  }
}
.jiin-header__title {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #675F4C;
  font-feature-settings: "palt";
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .jiin-header__title {
    font-size: 48px;
    margin-bottom: 2rem;
  }
}
.jiin-header__title::before, .jiin-header__title::after {
  content: "";
  display: block;
  width: 11.1rem;
  aspect-ratio: 262/21;
  background: url("../img/common/deco_jiin_ttl.svg") no-repeat center/contain;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .jiin-header__title::before, .jiin-header__title::after {
    width: 264px;
  }
}
.jiin-header__title::before {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .jiin-header__title::before {
    margin-bottom: 16px;
  }
}
.jiin-header__title::after {
  transform: scaleY(-1);
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .jiin-header__title::after {
    margin-top: 13px;
  }
}
.jiin-header__lead {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
}

.ttl-line {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.5;
  color: #318988;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #318988;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .ttl-line {
    font-size: 2.2rem;
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
  }
  .ttl-line::after {
    content: "";
    flex-grow: 1;
    height: 0.1rem;
    background-color: #318988;
    margin-left: 1.5rem;
  }
}

.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}
.scroll-fade.scroll-fade--visible {
  opacity: 1;
  transform: translateY(0);
}

.item-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem 1.55rem;
  margin-top: 2rem;
}
.item-tags span,
.item-tags li {
  font-size: 1.3rem;
  color: #ffffff;
  height: 2.4rem;
  padding: 0 0.7rem 0 0.8rem;
  border-radius: 999px;
  background-color: #318988;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.nav-cont.drawer-nav {
  padding: 0;
  height: 100vh;
  overflow-y: auto;
}
.nav-cont.drawer-nav .inner {
  display: flex;
  flex-direction: column;
  padding: 5.6rem 1.6rem 0;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .nav-cont.drawer-nav .inner {
    flex-direction: row;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    max-width: 100%;
  }
}
.nav-cont.drawer-nav .cta-area {
  background: none;
  padding: 0;
  display: block;
  text-align: center;
}
.nav-cont.drawer-nav .cta-area .inner {
  display: block;
  padding: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
.nav-cont.drawer-nav .cta-area a.btn-search {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 35.8rem;
}
@media screen and (min-width: 1024px) {
  .nav-cont.drawer-nav .cta-area {
    background: none;
    padding: 0;
  }
}
.nav-cont.drawer-nav .nav-panel {
  display: contents;
  width: 100%;
}
.nav-cont.drawer-nav .nav-panel .main-nav {
  margin-bottom: 3rem;
}
.nav-cont.drawer-nav .nav-panel h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .nav-cont.drawer-nav .nav-panel h4 {
    margin-bottom: min(4.8 * 0.8333333333vw, 4.8rem);
  }
}
.nav-cont.drawer-nav .nav-panel .nav-list {
  row-gap: 1.2rem;
}
.nav-cont.drawer-nav .nav-panel .nav-list > li {
  padding-bottom: 1.1rem;
}
.nav-cont.drawer-nav .nav-panel .nav-list li {
  flex-direction: column;
}
.nav-cont.drawer-nav .nav-panel .nav-list li .nav-heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  width: 100%;
}
.nav-cont.drawer-nav .nav-panel .nav-list li ul {
  font-size: 1.6rem;
  gap: 0.7rem;
}
.nav-cont.drawer-nav .nav-panel .nav-list li ul li a::after {
  background: #ffffff;
}
.nav-cont.drawer-nav .nav-panel .temple-nav h4 {
  background-color: #ffffff;
  white-space: nowrap;
}
.nav-cont.drawer-nav .nav-panel ul li a::after {
  background: #ffffff;
}
.nav-cont.drawer-nav .nav-logo-area.full-bleed {
  order: 999 !important;
  margin-top: 3rem;
  text-align: center;
}
.nav-cont.drawer-nav .nav-logo-area.full-bleed .drawer-logo {
  background-color: #ffffff;
  padding: 3.2rem 1.6rem 3.2rem 0;
  text-align: right;
}
.nav-cont.drawer-nav .nav-logo-area.full-bleed .drawer-logo img {
  width: 18rem;
}
.nav-cont.drawer-nav .nav-cta-area {
  order: 1;
  margin-bottom: 5.6rem;
}
.nav-cont.drawer-nav .nav-cta-area .nav-catch {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  color: #675F4C;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 0 0.8rem 1.2rem 1.1rem;
}
@media screen and (min-width: 1024px) {
  .nav-cont.drawer-nav .nav-cta-area .nav-catch {
    font-size: min(2 * 0.8333333333vw, 2rem);
  }
}
.nav-cont.drawer-nav .nav-cta-area .nav-catch::before, .nav-cont.drawer-nav .nav-cta-area .nav-catch::after {
  content: "";
  display: inline;
  width: 0.2rem;
  height: 2rem;
  background-color: #675F4C;
  border-radius: 99px;
  position: absolute;
  top: 10%;
}
.nav-cont.drawer-nav .nav-cta-area .nav-catch::before {
  transform: rotate(-30deg);
  transform-origin: left bottom;
  left: 0;
}
.nav-cont.drawer-nav .nav-cta-area .nav-catch::after {
  transform: rotate(30deg);
  transform-origin: right bottom;
  right: 0;
}
.nav-cont.drawer-nav .nav-menu-area {
  order: 2;
}
.nav-cont.drawer-nav .nav-privacy-area {
  order: 3;
  margin-top: 3rem;
  text-align: center;
  font-size: 1.1rem;
}
.nav-cont.drawer-nav .privacy-policy {
  text-align: right;
}
.nav-cont.drawer-nav .privacy-policy a {
  opacity: 1;
  transition: color 0.2s, opacity 0.2s;
}
.nav-cont.drawer-nav .privacy-policy:hover {
  color: #398B64;
}
@media screen and (min-width: 1024px) {
  .nav-cont.drawer-nav .nav-panel {
    display: block;
    height: 100%;
    overflow-y: auto;
  }
  .nav-cont.drawer-nav .nav-panel-left {
    width: 38%;
    background-color: #ffffff;
    padding: 0 min(4.8 * 0.8333333333vw, 4.8rem);
    display: flex;
    align-items: center;
  }
  .nav-cont.drawer-nav .nav-panel-left .wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    height: min(59.6 * 0.8333333333vw, 59.6rem);
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed {
    order: initial;
    margin-top: 0;
    margin-bottom: min(6 * 0.8333333333vw, 6rem);
    text-align: center;
    position: static;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    max-width: none;
    overflow-x: visible;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed .drawer-logo {
    padding: 0;
    background: none;
    text-align: center;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed .drawer-logo img {
    width: min(20vw, 28 * 0.8333333333vw, 28rem);
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed .nav-catch {
    display: block;
    margin-top: min(3 * 0.8333333333vw, 3rem);
    font-size: min(1.8 * 0.8333333333vw, 1.8rem);
    color: #675F4C;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed .nav-catch::before, .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed .nav-catch::after {
    content: none;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-cta-area {
    order: initial;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-cta-area .search-btn-cont {
    width: 100%;
    max-width: 35.8rem;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-cta-area .search-btn-cont a.btn-search .icon {
    font-size: min(1.685 * 0.8333333333vw, 1.685rem);
    width: min(5.9 * 0.8333333333vw, 5.9rem);
    height: min(2.5 * 0.8333333333vw, 2.5rem);
    margin-right: min(1.6 * 0.8333333333vw, 1.6rem);
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-cta-area .search-btn-cont a[class^=btn]::before {
    width: min(0.6 * 0.8333333333vw, 0.6rem);
    height: min(1.2 * 0.8333333333vw, 1.2rem);
    right: min(2.0833333333vw, 2.5rem);
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-cta-area .search-btn-cont a[class^=btn]::after {
    width: min(2.8 * 0.8333333333vw, 2.8rem);
    height: min(2.8 * 0.8333333333vw, 2.8rem);
    right: min(1.8 * 0.8333333333vw, 1.8rem);
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-cta-area .search-btn-cont a[class^=btn] p {
    font-size: 1.85rem;
    text-align: left;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-cta-area .search-btn-cont a[class^=btn] p span {
    font-size: 1.35rem;
  }
  .nav-cont.drawer-nav .nav-panel-right {
    width: 62%;
    background-color: #E2F5F3;
    padding: 0 calc(4.8 * 0.8333333333vw);
    width: min(700px, 70 * 0.8333333333vw);
    height: 600px;
    margin-right: auto;
    position: relative;
    padding: 0 0 0 min(4.8 * 0.8333333333vw, 4.8rem);
    display: flex;
    align-items: center;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-menu-area {
    order: initial;
    width: 100%;
    max-width: min(80 * 0.8333333333vw, 80rem);
    margin: 0 auto;
    display: flex;
    gap: min(4 * 0.8333333333vw, 5.4rem);
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav {
    margin-bottom: 0;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-utils {
    display: flex;
    gap: min(2 * 0.8333333333vw, 2rem);
    margin-bottom: min(4 * 0.8333333333vw, 4rem);
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-utils .utils-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(24 * 0.8333333333vw, 24rem);
    height: min(5 * 0.8333333333vw, 5rem);
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.3s;
    font-size: min(1.6 * 0.8333333333vw, 1.6rem);
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-utils .utils-btn.btn-green {
    background-color: #398B64;
    color: #ffffff;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-utils .utils-btn.btn-white {
    background-color: #ffffff;
    color: #675F4C;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-utils .utils-btn:hover {
    opacity: 0.8;
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav {
    width: 100%;
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: min(1.2vw, 2rem);
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list > li {
    border-bottom: 1px solid #398B64;
    padding-bottom: min(1.2vw, 2rem);
    flex-direction: row;
    gap: min(2.4 * 0.8333333333vw, 6rem);
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list > li:last-child {
    border-bottom: 1px solid #398B64;
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list > li .nav-heading {
    font-size: min(1.7 * 0.8333333333vw, 1.7rem);
    margin-bottom: 0;
    width: min(176px, 13.7499999995vw, 16.5rem);
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list > li ul {
    font-size: min(1.6 * 0.8333333333vw, 1.6rem);
    gap: min(2 * 0.8333333333vw, 2rem);
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-privacy-area {
    order: initial;
    text-align: right;
    font-size: min(1.2 * 0.8333333333vw, 1.2rem);
    color: #675F4C;
    display: inline-block;
    position: absolute;
    bottom: 4rem;
    right: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .nav-cont.drawer-nav .nav-panel-right .nav-privacy-area {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .nav-cont.drawer-nav .nav-panel-left {
    padding: 0 4.8rem;
  }
  .nav-cont.drawer-nav .nav-panel-left .wrapper {
    height: 600px;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6rem;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed .drawer-logo img {
    width: 35.8rem;
  }
  .nav-cont.drawer-nav .nav-panel-left .nav-logo-area.full-bleed .nav-catch {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  .nav-cont.drawer-nav .nav-panel-right {
    padding: 0 0 0 4.8rem;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-menu-area {
    max-width: 700px;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-utils {
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-utils .utils-btn {
    width: 24rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list {
    row-gap: 2.2rem;
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list > li {
    padding-bottom: 2rem;
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list > li .nav-heading {
    font-size: 1.7rem;
  }
  .nav-cont.drawer-nav .nav-panel-right .main-nav .nav-list > li ul {
    font-size: 1.6rem;
    gap: 1.6rem;
  }
  .nav-cont.drawer-nav .nav-panel-right .nav-privacy-area {
    margin-top: 6rem;
    font-size: 1.2rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  z-index: 1000;
  background-color: rgb(221, 240, 235);
  padding: 0.4rem 1.6rem 0.3rem;
  will-change: transform;
  transform: translateY(-100%);
  transition: transform 0.5s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 80px;
    padding-top: 15px;
  }
}
.header {
  /* 表示状態 */
}
.header.visible {
  transform: translateY(0);
}
.header {
  /* TOP以外: stickyで通常フロー + スクロール追従 */
}
body:not(.home) .header {
  transition: transform 0.5s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
body:not(.home) .header:not(.visible) {
  transform: translateY(-100%);
}
body:not(.home) .header + * {
  margin-top: 4.7rem;
}
@media screen and (min-width: 1024px) {
  body:not(.home) .header + * {
    margin-top: 80px;
  }
}
.header {
  /* スクロール時 */
}
.header.scrolled {
  background-color: rgba(221, 240, 235, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header .wrapper {
    width: 96%;
    max-width: 1150px;
    margin: 0 auto;
  }
}
.header .visible.wrapper {
  width: 100%;
}
.header .site-branding {
  width: 11.2rem;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .header .site-branding {
    width: 247px;
  }
}
.header .site-branding a {
  display: block;
  width: 100%;
}
.header .site-branding a img {
  width: 100%;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .header .site-branding a img {
    width: 247px;
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .site-branding a:hover img {
    opacity: 0.7;
  }
}
.header .contact-cont {
  width: 17.8rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.2rem;
  padding-top: 0.3rem;
}
.header .contact-cont span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 1.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  background-color: #ffffff;
  border-radius: 9999px;
  padding-left: 0.2rem;
}
@media screen and (min-width: 1024px) {
  .header .contact-cont {
    width: 540px;
    font-size: 16px;
    margin-left: auto;
    margin-right: 20px;
  }
  .header .contact-cont span {
    width: 68px;
    height: 24px;
    font-size: 16px;
    position: relative;
    bottom: 2px;
  }
}
.header .contact-cont a.num {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  padding-left: 0.8rem;
  line-height: 1;
}
.header .contact-cont a.num img {
  width: auto;
  height: 1.3rem;
  padding: 0 0.4rem 0.1rem 0;
  position: relative;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .header .contact-cont a.num {
    font-size: 28px;
    letter-spacing: 0.03em;
    padding-left: 16px;
  }
  .header .contact-cont a.num img {
    width: auto;
    height: 20px;
    padding-right: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .contact-cont a.num {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .header .contact-cont p.num {
    padding-left: 24px;
  }
}
.header .nav-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #E2F5F3;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}
.header .nav-cont.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .header .nav-cont .inner {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.menu-toggle {
  position: relative;
  width: 2.5rem;
  height: 1.3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    width: min(40px, 4 * 0.8333333333vw);
    height: min(40px, 4 * 0.8333333333vw);
  }
}
.menu-toggle .hamburger {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #675F4C;
  transition: all 0.2s ease-out;
  transform: scaleX(1);
}
@media screen and (min-width: 1024px) {
  .menu-toggle .hamburger {
    height: 1.5px;
  }
}
.menu-toggle .hamburger::before, .menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #675F4C;
  left: 0;
  transition: all 0.3s ease-out;
}
.menu-toggle .hamburger::before {
  top: -0.5rem;
}
.menu-toggle .hamburger::after {
  bottom: -0.5rem;
}
@media screen and (min-width: 1024px) {
  .menu-toggle .hamburger::before, .menu-toggle .hamburger::after {
    height: 1.5px;
  }
  .menu-toggle .hamburger::before {
    top: min(1vw, 11px);
  }
  .menu-toggle .hamburger::after {
    bottom: min(1vw, 11px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-toggle:not(.is-active):hover .hamburger {
    transform: scaleX(0.8);
  }
}
.menu-toggle.is-active {
  position: fixed;
  top: 1.5rem;
  right: 1.6rem;
  z-index: 1002;
}
.menu-toggle.is-active .hamburger {
  background-color: transparent;
}
.menu-toggle.is-active .hamburger::before {
  transform: translateY(0.5rem) rotate(135deg);
}
.menu-toggle.is-active .hamburger::after {
  transform: translateY(-0.5rem) rotate(-135deg);
}
@media screen and (min-width: 1024px) {
  .menu-toggle.is-active .hamburger::before {
    transform: rotate(135deg);
    top: 0;
  }
  .menu-toggle.is-active .hamburger::after {
    transform: rotate(-135deg);
    bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .nav-panel-left .wrapper {
    display: contents;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-cont .temple-nav ul li a:hover,
  .nav-cont ul li ul li a:hover {
    color: #398B64;
  }
}
.footer a img {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer a:hover img {
    opacity: 0.7;
  }
}

.footer-bottom {
  background-color: #398B64;
  color: #ffffff;
  padding: 2.4rem 1.6rem;
}
@media (min-width: 1024px) {
  .footer-bottom {
    padding: 32px 0 25px;
  }
}
.footer-bottom a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer-bottom a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .footer-bottom .inner {
    width: 96%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
  }
  .footer-bottom .inner .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-bottom h3 {
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  .footer-bottom h3 {
    font-size: 13px;
    white-space: nowrap;
    padding-right: 32px;
    position: relative;
    top: 4px;
  }
}
.footer-bottom .info-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 5.5rem;
  font-size: 1.1rem;
  margin-bottom: 2.2rem;
}
@media (min-width: 1024px) {
  .footer-bottom .info-cont {
    width: 100%;
    height: 66px;
    font-size: 13px;
    margin-bottom: 0;
    align-items: flex-start;
  }
}
.footer-bottom .info-cont .footer-logo {
  width: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .footer-bottom .info-cont .footer-logo {
    width: 127px !important;
  }
}
.footer-bottom .copyright {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-align: right;
  transform: translateX(0.4em);
}
@media (min-width: 1024px) {
  .footer-bottom .copyright {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer .nav-cont .inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer .nav-cont li a:hover,
  .footer .temple-nav ul li a:hover {
    color: #398B64;
  }
}

/* ========================================
    エリアマップ（都道府県選択UI）
   ======================================== */
.area-map-area {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem 1.6rem 7.2rem;
}
.area-map-area:has(.area-map--request) {
  background: #FFFDEA;
}
@media screen and (min-width: 1024px) {
  .area-map-area {
    padding: 90px 0 120px;
  }
  .area-map-area .area-map--request {
    margin-top: 32px;
  }
  .area-map-area .en-ttl {
    width: 96%;
    max-width: 1150px;
    margin-inline: auto;
  }
}

.area-map {
  width: 100%;
  position: relative;
  border-radius: 1rem;
}
@media screen and (min-width: 1024px) {
  .area-map {
    max-width: 1150px;
    margin-inline: auto;
  }
}
.area-map__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 1rem;
}
.area-map.is-locked .area-map__overlay, .area-map__overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
.area-map h3 {
  color: #ffffff;
  display: inline-block;
  text-shadow: 0 0 2rem rgb(0, 0, 0);
  margin-top: 2.8rem;
  padding: 0.5rem 2.1rem 0.5rem 2.7rem;
  border-radius: 0 9999px 9999px 0px;
}
@media screen and (min-width: 1024px) {
  .area-map h3 {
    font-size: 24px;
    margin-top: 44px;
    padding: 6px 30px 6px 40px;
  }
}
.area-map--affiliated {
  height: 62rem;
  background: url(../img/common/affiliated-map_bg.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .area-map--affiliated {
    height: 385px;
    background: url(../img/common/pc_map_kirakira.png) no-repeat center bottom, linear-gradient(to bottom, #38AE97, #008087 75%);
    background-size: cover;
  }
}
.area-map--affiliated::after {
  content: "";
  position: absolute;
  bottom: 4rem;
  left: 1.8rem;
  width: 29.8rem;
  height: 25.2rem;
  background: url(../img/common/map_shape.webp) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .area-map--affiliated::after {
    bottom: 0;
    left: auto;
    right: 0;
    width: 390px;
    height: 385px;
    background: url(../img/common/pc_map_shape.png) no-repeat center center;
    background-size: contain;
  }
}
.area-map--affiliated h3 {
  background: linear-gradient(90deg, #055149 0%, #024A4A 100%);
  text-shadow: none;
}
.area-map--affiliated h3 span {
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.area-map--request {
  height: 62rem;
  background: url(../img/common/map_bg.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .area-map--request {
    height: 385px;
    background: url(../img/common/pc_map_kirakira.png) no-repeat center bottom, linear-gradient(to bottom, #D6F3EE, #1FA29F 75%);
    background-size: contain;
  }
}
.area-map--request::after {
  content: "";
  position: absolute;
  bottom: 4rem;
  left: 1.8rem;
  width: 29.8rem;
  height: 25.2rem;
  background: url(../img/common/map_shape.webp) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .area-map--request::after {
    bottom: 0;
    left: auto;
    right: 0;
    width: 390px;
    height: 385px;
    background: url(../img/common/pc_map_shape.png) no-repeat center center;
    background-size: contain;
  }
}
.area-map--request h3 {
  background: linear-gradient(90deg, #004F4E 0%, #318988 100%);
}

.area-map__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  justify-content: space-between;
  margin-top: 3.2rem;
  padding: 0 1.4rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .area-map__list {
    width: calc(100% - 390px);
    max-width: 682px;
    margin: 30px 0 0 40px;
    padding: 0;
    row-gap: 20px;
  }
}
.area-map__list li {
  width: 15rem;
  flex-shrink: 0;
  height: 4rem;
  background-color: #ffffff;
  transition: background-color 0.2s ease, border-radius 0.15s ease;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1.2rem;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .area-map__list li {
    width: 48%;
    max-width: 330px;
  }
}
.area-map__list li:has(a) {
  cursor: pointer;
}
.area-map__list li:has(a) > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0.4rem;
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.area-map__list li:has(a) > a:focus-visible {
  outline: 2px solid rgba(0, 154, 146, 0.8);
  border-radius: 2rem;
}
@media screen and (min-width: 1024px) {
  .area-map__list li:has(a) > a {
    gap: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .area-map__list li:has(a):hover {
    background-color: #d7f8f4;
  }
}
.area-map__list li:not(:has(ul)) {
  border-radius: 2rem;
}
.area-map__list li:has(ul):not(:has(.active)) {
  border-radius: 2rem;
}
.area-map__list li:has(ul):has(.active) {
  border-radius: 2rem 2rem 0 0;
}
.area-map__list > li {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
}
.area-map__list > li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  margin-right: 8px;
  flex-shrink: 0;
}
.area-map__list > li:nth-child(1)::before {
  background: #bad6b9;
}
.area-map__list > li:nth-child(2)::before {
  background: #8bd4ff;
}
.area-map__list > li:nth-child(3)::before {
  background: #c4bbdf;
}
.area-map__list > li:nth-child(4)::before {
  background: #e7cfb8;
}
.area-map__list > li:nth-child(5)::before {
  background: #ffe2a8;
}
.area-map__list > li:nth-child(6)::before {
  background: #7cb38a;
}
.area-map__list > li:nth-child(7)::before {
  background: #ffc1aa;
}
.area-map__list > li:nth-child(8)::before {
  background: #abc6da;
}
.area-map__list > li span {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.area-map__list > li::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.35rem;
  background: url(../img/common/icon_arrow_map.svg) no-repeat center;
  flex-shrink: 0;
  margin-left: auto;
}
.area-map__list > li > ul {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 10;
  width: 15rem;
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.25));
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, opacity;
  transition: clip-path 0.35s ease, opacity 0.35s ease;
}
.area-map__list > li > ul.active {
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 1024px) {
  .area-map__list > li > ul {
    width: 100%;
    max-width: 330px;
  }
}
.area-map__list > li > ul > li {
  width: 100%;
  height: 3.6rem;
  margin-inline: auto;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #eee;
  color: #ccc;
  transition: background-color ease-out 0.2s, border-radius 0.15s ease;
  padding: 0 1.2rem 0 2.6rem;
  display: flex;
  align-items: center;
  cursor: default;
}
.area-map__list > li > ul > li a {
  color: #675F4C;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .area-map__list > li > ul > li:has(a):hover {
    background-color: rgb(215, 248, 244);
  }
}
.area-map__list > li > ul > li:not(:last-child) {
  border-radius: 0;
}
.area-map__list > li > ul > li:first-child {
  border-radius: 10px 10px 0 0;
}
.area-map__list > li > ul.active > li:first-child {
  border-radius: 0;
}
.area-map__list > li > ul > li:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
.area-map__list > li.is-open {
  background-color: #b8ded9;
}

.area-popup {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 2.4rem 2rem 0;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .area-popup {
    padding: 0;
    align-items: center;
  }
}
.area-popup__backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
  background-color: rgba(255, 249, 206, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  will-change: opacity;
  transition: opacity 0.3s ease;
}
.area-popup__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .area-popup__wrap {
    max-width: 960px;
    margin-top: -1rem;
  }
}
.area-popup.is-open .area-popup__backdrop {
  opacity: 1;
}
.area-popup.is-open .area-popup__wrap {
  opacity: 1;
}
.area-popup__box {
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1024px) {
  .area-popup__box .area-map__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
    max-width: none;
  }
  .area-popup__box .area-map__list > li {
    width: 174px;
    max-width: none;
  }
}
.area-popup__close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #93C8C3;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .area-popup__close {
    top: -1rem;
    right: -2rem;
  }
}
.area-popup__close::before, .area-popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.55rem;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
}
.area-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.area-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.area-popup .area-map--request {
  height: auto;
  background-size: cover;
  padding-bottom: 22rem;
}
@media screen and (min-width: 1024px) {
  .area-popup .area-map--request {
    background-size: contain;
    padding-bottom: 250px;
  }
}
.area-popup .area-map--request::after {
  width: 230px;
  height: 230px;
  left: auto;
  right: 0;
  bottom: 0;
  background: url(../img/common/pc_map_shape.png) no-repeat right bottom;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .area-popup .area-map--request::after {
    width: 290px;
    height: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .area-popup .area-map {
    width: 100%;
    max-width: 960px;
  }
}
.area-popup .area-map__list {
  margin-top: 2.4rem;
  padding: 0 1.2rem;
}
@media screen and (min-width: 1024px) {
  .area-popup .area-map__list {
    margin-top: 32px;
    padding: 0;
  }
  .area-popup .area-map__list > li > ul > li {
    height: 3rem;
  }
}

/* ========================================
    swiper
   ======================================== */
/* スライダー共通スタイル */
.slider-container {
  position: relative;
  margin: 0 0 5.6rem;
  overflow: hidden;
  padding-inline: 0;
  margin-inline: -1.3rem;
}
@media screen and (min-width: 1024px) {
  .slider-container {
    margin-top: 20px;
    margin-inline: 0;
  }
}
.slider-container .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.slider-container .swiper-slide {
  width: 27.6rem;
  height: 16.8rem;
  flex-shrink: 0;
  box-sizing: border-box;
}
.slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .slider-container .swiper-slide {
    width: 360px;
    height: 240px;
  }
}
.slider-container {
  /* コントローラー */
}
.slider-container .slider-controller {
  position: relative;
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .slider-container .slider-controller {
    height: 57px;
    margin-top: 56px;
  }
}
.slider-container .slider-controller .swiper-button-prev,
.slider-container .slider-controller .swiper-button-next {
  position: relative !important;
  top: 1rem;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
}
.slider-container .slider-controller .swiper-button-prev::after,
.slider-container .slider-controller .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .slider-container .slider-controller .swiper-button-prev,
  .slider-container .slider-controller .swiper-button-next {
    width: 57px;
    height: 57px;
  }
}
.slider-container .slider-controller .swiper-button-prev {
  left: 0;
  background-image: url("../img/common/icon_arrow_gallery.svg");
  background-size: contain;
  transform: scale(1);
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .slider-container .slider-controller .swiper-button-prev:hover {
    transform: scale(1.06);
  }
}
.slider-container .slider-controller .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
  background-image: url("../img/common/icon_arrow_gallery.svg");
  background-size: contain;
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .slider-container .slider-controller .swiper-button-next:hover {
    transform: rotate(180deg) scale(1.06);
  }
}
.slider-container .slider-controller .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  .slider-container .slider-controller .swiper-pagination {
    margin: 0 24px;
  }
}
.slider-container .slider-controller .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 0.8rem !important;
  transition: all 0.3s ease;
}
.slider-container .slider-controller .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #318988;
}
@media (hover: hover) and (pointer: fine) {
  .slider-container .slider-controller .swiper-pagination-bullet:hover {
    background-color: #93C8C3;
  }
}
@media screen and (min-width: 1024px) {
  .slider-container .slider-controller .swiper-pagination-bullet {
    width: 8.6px;
    height: 8.6px;
    margin: 0 11.4px;
  }
  .slider-container .slider-controller .swiper-pagination-bullet-active {
    width: 17.2px;
    height: 17.2px;
  }
}

/* 製品スライダー用スタイル */
.product-slider .swiper {
  overflow: visible;
  padding: 0 1.6rem;
}
@media screen and (min-width: 1024px) {
  .product-slider .swiper {
    padding: 0 30px;
  }
}
.product-slider .swiper-wrapper {
  align-items: stretch;
}
.product-slider .swiper-slide {
  width: 80%;
  margin-right: 3.2rem;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .product-slider .swiper-slide {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .product-slider .swiper-slide {
    width: 34%;
    margin-right: 30px;
  }
}

/* ご寺院様の声スライダー用スタイル */
.temple-voice-slider {
  margin: 0;
}
.temple-voice-slider::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 20%;
  height: 87%;
  z-index: 2;
  pointer-events: none;
  right: -1%;
  background: linear-gradient(270deg, rgb(255, 251, 230) 0%, rgb(255, 251, 230) 2%, rgba(255, 251, 230, 0) 50%);
}
.temple-voice-slider .swiper-wrapper {
  margin-left: -1.4rem;
}
@media screen and (min-width: 1024px) {
  .temple-voice-slider .swiper-wrapper {
    margin-left: 0;
  }
  .temple-voice-slider .swiper {
    position: relative;
  }
  .temple-voice-slider .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    height: 120%;
    z-index: 2;
    pointer-events: none;
    right: -1%;
    background: linear-gradient(270deg, #FFFBE6 0%, #FFFBE6 5%, rgba(255, 251, 230, 0) 50%);
  }
}
.temple-voice-slider .swiper-slide {
  padding: 0 1.4rem;
}
.temple-voice-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 248/168;
  -o-object-fit: cover;
     object-fit: cover;
}
.temple-voice-slider .swiper-slide h3 {
  text-align: left;
  margin: 2rem 0;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .temple-voice-slider .swiper-slide h3 {
    font-size: 20px;
    line-height: 1.7;
    margin: 2.4rem 0;
  }
}
.temple-voice-slider .swiper-slide .en-ttl + .text {
  margin-bottom: 3.2rem;
}
.temple-voice-slider .swiper-slide .item-tags {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.temple-voice-slider .swiper-slide .item-tags span {
  display: inline-flex;
  align-items: center;
  height: 2.6rem;
  font-size: 1.3rem;
  padding: 0 0.7rem 0;
  background-color: #318988;
  color: #ffffff;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .temple-voice-slider .swiper-slide .item-tags span {
    font-size: 16px;
    height: 32px;
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .temple-voice-slider .swiper-slide {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .temple-voice-slider .swiper-slide {
    padding: 0;
  }
}
.temple-voice-slider .slider-controller {
  margin-top: 21rem;
}
@media (min-width: 1024px) {
  .temple-voice-slider .slider-controller {
    margin-top: 250px;
  }
}

.achievement {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(#318988 0%, #025D5B 95%);
}
.achievement > .container {
  padding: 3rem 1.4rem 3rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .achievement > .container {
    width: 96vw;
    max-width: 1150px;
    margin: 0 auto;
    padding: 48px 0 36px;
  }
}
.achievement > .container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12.5rem;
  background: url("../img/top/deco_sankan.webp") no-repeat center center;
  background-size: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .achievement > .container::after {
    content: none;
  }
}
.achievement__title {
  width: 31.5rem;
  height: auto;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1024px) {
  .achievement__title {
    width: 680px;
    margin: 0 auto 48px;
  }
}
.achievement__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .achievement__list {
    flex-direction: row;
    row-gap: 0;
  }
}
.achievement__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (min-width: 1024px) {
  .achievement__item {
    flex-wrap: nowrap;
    gap: 0 24px;
    padding: 0 32px;
  }
  .achievement__item:first-child {
    padding: 0 32px 0 0;
  }
  .achievement__item:last-child {
    padding: 0 0 0 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .achievement__item {
    gap: 0 16px;
    padding: 0 18px;
  }
  .achievement__item:first-child {
    padding: 0 18px 0 0;
  }
  .achievement__item:last-child {
    padding: 0 0 0 18px;
  }
  .achievement__item span > br {
    display: none;
  }
}
.achievement__item img {
  flex: 0 0 auto;
  width: 7.6rem;
  height: auto;
  display: block;
}
.achievement__item span {
  display: block;
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 2.1;
}
.achievement__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
}
@media screen and (min-width: 1024px) {
  .achievement__item:not(:last-child)::before {
    width: 0.1rem;
    height: 100%;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.achievement__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .achievement__item:not(:last-child)::after {
    width: 0.1rem;
    height: 100%;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.achievement__note {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #c7c7c7;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .achievement__note {
    text-align: right;
    margin: 30px auto 20px;
  }
}
.achievement__board {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .achievement__board {
    width: 100%;
    max-width: 1180px;
    left: 0;
    right: 0;
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50%);
  }
  .achievement__board.full-bleed {
    width: 1180px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1200px) {
  .achievement__board {
    transform: scale(0.86) translate(-58%, 0);
  }
}
.achievement__board::before {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  background: url("../img/top/board_gold_head.webp") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 750/128;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .achievement__board::before {
    background: url("../img/top/pc_board_gold_head.webp") no-repeat center center;
    background-size: 100% auto;
    aspect-ratio: 2360/92;
    padding: 0;
  }
}
.achievement__board::after {
  content: "";
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../img/top/board_gold_foot.webp") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 750/120;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .achievement__board::after {
    top: 0;
    background: url("../img/top/pc_board_gold_foot.webp") no-repeat center center;
    background-size: 100% auto;
    aspect-ratio: 2360/90;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .achievement__board::after {
    margin-top: -0.5px;
  }
}
.achievement__board-body {
  position: relative;
  background: url("../img/top/board_gold_body.webp") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  padding: 0 3.25rem;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .achievement__board-body {
    background: url("../img/top/pc_board_gold_body.webp") no-repeat center center;
    background-size: 100%;
    height: 106px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .achievement__board-body {
    margin-top: -0.5px;
  }
}
.achievement__board-title {
  font-family: "BIZ UDMincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0.6rem 0 1.8rem;
  margin-bottom: 1.6rem;
  color: #318988;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .achievement__board-title {
    font-size: 26px;
    padding: 0 0 0 40px;
    margin-bottom: 0;
    width: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .achievement__board-title::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 55%;
    transform: translateX(-50%);
    background: url("../img/top/deco_board_ttl_top.webp") no-repeat center center;
    background-size: contain;
    width: 122px;
    height: 12px;
    z-index: 2;
  }
}
.achievement__board-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/top/deco_board_ttl_bottom.webp") no-repeat center center;
  background-size: contain;
  width: 12.2rem;
  height: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .achievement__board-title::after {
    width: 122px;
    height: 12px;
    left: 55%;
    bottom: -14px;
    z-index: 2;
  }
}
.achievement__board-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  text-align: justify;
  letter-spacing: 0.06em;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .achievement__board-text {
    width: 770px;
    font-size: 17px;
    padding-bottom: 0;
  }
}

/*-- 新着情報 --*/
.news {
  background: #ffffff;
}
.news .container {
  padding: 4.8rem 1.6rem 5.6rem;
}
@media screen and (min-width: 1024px) {
  .news .container {
    width: 96%;
    max-width: 1150px;
    margin-inline: auto;
    padding: 112px 0;
    text-align: center;
  }
  .news .container .en-ttl {
    width: 216px;
    float: left;
  }
  .news .container .en-ttl p {
    margin-bottom: 3.2rem;
  }
  .news .container .en-ttl + .text {
    width: calc(100% - 216px);
    float: left;
    margin-top: 50px;
    margin-bottom: 94px;
  }
}
.news .news-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .news .news-list {
    clear: both;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: min(3.5%, 40px);
         column-gap: min(3.5%, 40px);
    margin-bottom: 80px;
  }
}
.news .news-list__item {
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid #318988;
}
@media screen and (min-width: 1024px) {
  .news .news-list__item {
    flex: 1;
    padding: 0;
    border-bottom: none;
  }
}
.news .news-list__item:first-child {
  padding: 0 0 3.2rem;
}
@media screen and (min-width: 1024px) {
  .news .news-list__item:first-child {
    padding: 0;
  }
}
.news .news-list__item:last-child {
  border-bottom: none;
}
.news .news-list__item a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .news .news-list__item:hover .news-list__img img {
    transform: scale(1.1);
  }
  .news .news-list__item:hover .news-list__img::before {
    transform: scale(1.1);
  }
  .news .news-list__item:hover .news-list__title {
    color: #318988;
  }
}
@media (hover: none) {
  .news .news-list__item:active .news-list__img img {
    transform: scale(1.1);
  }
  .news .news-list__item:active .news-list__img::before {
    transform: scale(1.1);
  }
  .news .news-list__item:active .news-list__title {
    color: #318988;
  }
}
.news .news-list__img {
  position: relative;
  margin-bottom: 3.2rem;
  overflow: hidden;
  aspect-ratio: 343/240;
}
@media screen and (min-width: 1024px) {
  .news .news-list__img {
    aspect-ratio: 357/242;
  }
}
.news .news-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s cubic-bezier(0, 0, 0.37, 1.01);
}
.news .news-list__img::before {
  content: "";
  position: absolute;
  bottom: 0.9rem;
  right: 1.2rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: #ffffff url(../img/common/icon_arrow_primary.svg) no-repeat 1.1rem center;
  background-size: 0.8rem 1.3rem;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .news .news-list__img::before {
    width: 34px;
    height: 34px;
    bottom: 16px;
    right: 15px;
    background: #ffffff url(../img/common/pc_icon_arrow_primary.svg) no-repeat 14px center;
    background-size: 8px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news .news-list__body {
    display: flex;
    flex-direction: column;
  }
}
.news .news-list__date {
  font-size: 1.3rem;
  color: #318988;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .news .news-list__date {
    order: 2;
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 0;
  }
}
.news .news-list__title {
  line-height: 1.7;
  margin: 0 0 2rem;
  padding-right: 4rem;
  position: relative;
  transition: color 0.4s ease-out;
}
@media screen and (min-width: 1024px) {
  .news .news-list__title {
    order: 3;
    font-size: 20px;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .news .news-list .item-tags {
    order: 1;
    margin-top: 0;
    gap: 1.4rem 2rem;
  }
}
.news .news-list .item-tags span {
  color: #ffffff;
  background-color: #318988;
  padding: 0 0.65rem 0 0.8rem;
}
@media screen and (min-width: 1024px) {
  .news .news-list .item-tags span {
    font-size: 16px;
    padding: 1.5rem 1rem 1.55rem 1.2rem;
  }
}
.news .news-list .item-tags span.construction {
  background-color: #675F4C;
}
.news .news-list .item-tags span.important {
  background-color: #E2834B;
}

@keyframes knowledge-link-arrow {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  28% {
    transform: translateY(-50%) translateX(4px);
    opacity: 1;
  }
  48% {
    transform: translateY(-50%) translateX(10px);
    opacity: 0.1;
  }
  60% {
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
  }
  85% {
    transform: translateY(-50%) translateX(-2px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
/*-- お墓の基礎知識 --*/
.knowledge {
  background-color: #E2F5F3;
}
.knowledge .container {
  padding: 5rem 1.6rem 5.6rem;
}
@media screen and (min-width: 1024px) {
  .knowledge .container {
    width: 96%;
    max-width: 1150px;
    margin-inline: auto;
    padding: 72px 0 112px;
    text-align: center;
  }
}
.knowledge .has-illust-ttl {
  align-items: flex-start;
  text-align: left;
  justify-content: space-between;
}
.knowledge .has-illust-ttl .img {
  width: 16rem;
  height: auto;
  margin-top: 1.2rem;
}
.knowledge .has-illust-ttl .text {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .knowledge .has-illust-ttl .ttl {
    text-align: center;
    margin-bottom: 48px;
  }
  .knowledge .has-illust-ttl .img {
    width: 470px;
  }
  .knowledge .has-illust-ttl .text {
    letter-spacing: 0.08em;
    margin-bottom: 56px;
  }
}

/* カードリスト */
.knowledge-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .knowledge-list {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.knowledge-list__item {
  width: 100%;
  padding-bottom: 2.6rem;
}
.knowledge-list__item a {
  position: relative;
  display: block;
  isolation: isolate;
}
@media screen and (min-width: 1024px) {
  .knowledge-list__item a {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "date date" "img title" "img tags";
    gap: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .knowledge-list__item a::after {
    content: "";
    position: absolute;
    top: calc(50% + 23px);
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: #ffffff;
    transform: translate(0, -50%);
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .knowledge-list__item a::before {
    content: "";
    position: absolute;
    top: calc(50% + 23px);
    right: 9px;
    width: 8px;
    height: 15px;
    background: url(../img/common/pc_icon_arrow_primary.svg) no-repeat center/cover;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .knowledge-list__item:hover .knowledge-list__title {
    color: #318988;
  }
  .knowledge-list__item:hover .knowledge-list__title::before {
    animation: knowledge-link-arrow 0.45s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .knowledge-list__item:hover .knowledge-list__title::before {
    animation: none;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .knowledge-list__item:hover a::before {
    animation: knowledge-link-arrow 0.45s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .knowledge-list__item:hover .knowledge-list__img img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .knowledge-list__item:active .knowledge-list__title {
    color: #318988;
  }
  .knowledge-list__item:active .knowledge-list__title::before {
    animation: knowledge-link-arrow 0.45s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
@media screen and (hover: none) and (min-width: 1024px) {
  .knowledge-list__item:active .knowledge-list__title::before {
    animation: none;
  }
}
@media screen and (hover: none) and (min-width: 1024px) {
  .knowledge-list__item:active a::before {
    animation: knowledge-link-arrow 0.45s cubic-bezier(0.3, 0.8, 0.35, 1);
  }
}
@media (hover: none) {
  .knowledge-list__item:active .knowledge-list__title::after {
    transform: translateY(-50%) scale(1.2);
  }
}
@media screen and (hover: none) and (min-width: 1024px) {
  .knowledge-list__item:active .knowledge-list__title::after {
    transform: none;
  }
}
@media screen and (hover: none) and (min-width: 1024px) {
  .knowledge-list__item:active a::after {
    transform: translateY(-50%) scale(1.2);
  }
}
@media (hover: none) {
  .knowledge-list__item:active .knowledge-list__img img {
    transform: scale(1.1);
  }
}
.knowledge-list__date {
  color: #318988;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.knowledge-list__date::after {
  content: "";
  flex: 1;
  height: 0.1rem;
  background: #318988;
}
@media screen and (min-width: 1024px) {
  .knowledge-list__date {
    grid-area: date;
    margin-bottom: 24px;
  }
}
.knowledge-list__date time {
  flex-shrink: 0;
}
.knowledge-list__body {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem;
  margin: 2.6rem 0;
}
@media screen and (min-width: 1024px) {
  .knowledge-list__body {
    display: contents;
  }
}
.knowledge-list__img {
  width: 22.4vw;
  height: 17.6vw;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .knowledge-list__img {
    width: 177px;
    height: 111px;
    grid-area: img;
  }
}
.knowledge-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s cubic-bezier(0, 0, 0.37, 1.01);
}
.knowledge-list__title {
  line-height: 1.7;
  padding-right: 4rem;
  position: relative;
  transition: color 0.3s ease-out;
  margin-top: -0.35em;
  isolation: isolate;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .knowledge-list__title {
    font-size: 20px;
    grid-area: title;
    align-self: start;
  }
}
.knowledge-list__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .knowledge-list__title::after {
    display: none;
  }
}
.knowledge-list__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.675rem;
  width: 1.45rem;
  height: 1.45rem;
  background: url(../img/common/icon_arrow_primary.svg) no-repeat center;
  background-size: 1.45rem 1.45rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .knowledge-list__title::before {
    display: none;
  }
}
.knowledge-list .item-tags span {
  background-color: transparent;
  color: #318988;
  border: 0.1rem solid #318988;
}
@media screen and (min-width: 1024px) {
  .knowledge-list .item-tags {
    grid-area: tags;
    margin-top: 0;
    align-self: start;
  }
}

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.selection-temple {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 4rem 0 0;
}
.selection-temple::before, .selection-temple::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.selection-temple::before {
  left: -1%;
  background: linear-gradient(90deg, #FFFBE6 0%, #FFFBE6 2%, rgba(255, 251, 230, 0) 50%);
}
.selection-temple::after {
  right: -1%;
  background: linear-gradient(270deg, #FFFBE6 0%, #FFFBE6 2%, rgba(255, 251, 230, 0) 50%);
}
@media screen and (min-width: 1024px) {
  .selection-temple::before {
    left: -1%;
    background: linear-gradient(90deg, #FFFBE6 0%, #FFFBE6 5%, rgba(255, 251, 230, 0) 50%);
  }
  .selection-temple::after {
    right: -1%;
    background: linear-gradient(270deg, #FFFBE6 0%, #FFFBE6 5%, rgba(255, 251, 230, 0) 50%);
  }
}
.selection-temple__track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: scroll 72s linear infinite;
}
.selection-temple__item {
  flex: 0 0 auto;
  width: 258px;
  margin-right: 2rem;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.selection-temple__item figure {
  margin: 0;
}
.selection-temple__item img {
  width: 100%;
  height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5rem;
}
.selection-temple__item figcaption {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .selection-temple__item {
    width: 272px;
    margin-right: 24px;
  }
  .selection-temple__item img {
    height: 182px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
}

.about-service {
  background: url(../img/top/deco_sakura_service.png) no-repeat right top;
  background-size: 19.6rem 21.2rem;
  padding: 18rem 1.6rem 6.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-top: -2rem;
}
@media screen and (min-width: 1024px) {
  .about-service {
    background: none;
    padding: 180px 0 0 0;
    margin-top: -60px;
  }
}
.about-service .container {
  padding: 2rem 1.6rem 2.4rem;
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
.about-service .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 3rem;
  filter: blur(0.5rem);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .about-service .container {
    width: 100%;
    max-width: 1150px;
    margin-inline: auto;
    padding: 48px 36px 64px;
    text-align: center;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .about-service .container {
    width: 96%;
  }
}
@media screen and (min-width: 1024px) {
  .about-service .container .has-illust-ttl {
    text-align: left;
    border-bottom: 1px solid #ECDDC0;
    justify-content: space-between;
  }
  .about-service .container .has-illust-ttl .en-ttl .ttl {
    margin-bottom: 20px;
  }
  .about-service .container .has-illust-ttl .img {
    width: 155px;
    margin-bottom: 20px;
  }
}
.about-service .catch-text {
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.5;
}
.about-service .catch-text ruby {
  font-size: 2.8rem;
}
.about-service .catch-text ruby rt {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .about-service .catch-text {
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 72px;
    left: 280px;
  }
  .about-service .catch-text ruby rt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .about-service .catch-text {
    transform: scale(0.9);
    top: 5em;
    left: 270px;
  }
}
.about-service .service-list {
  margin-top: 2.6rem;
  color: #A17B32;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.about-service .service-list .text {
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  color: #A17B32;
}
.about-service .service-list .note {
  color: #A17B32;
}
@media screen and (min-width: 1024px) {
  .about-service .service-list {
    flex-wrap: nowrap;
    margin-top: 35px;
  }
  .about-service .service-list li .inner figure {
    width: 100%;
    height: 170px;
  }
  .about-service .service-list li .inner .img img {
    height: 100%;
    width: auto;
  }
}
.about-service li:first-child {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .about-service li:first-child {
    width: 33.3333333333%;
    padding-right: 24px;
    border-right: 1px solid #ECDDC0;
    margin-bottom: 0;
  }
}
.about-service li:first-child .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ECDDC0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.about-service li:first-child .inner > * {
  width: 14.5rem;
}
.about-service li:first-child .inner .img img {
  width: 14rem;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .about-service li:first-child .inner {
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
  }
  .about-service li:first-child .inner > * {
    width: 100%;
  }
  .about-service li:first-child .inner .img img {
    height: 100%;
    width: auto;
  }
  .about-service li:first-child .inner .text {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-service {
    flex-wrap: nowrap;
  }
}
.about-service li:nth-child(2) {
  width: 50%;
  padding: 0 1.4rem 0 0;
  border-right: 0.1rem solid #ECDDC0;
}
@media screen and (min-width: 1024px) {
  .about-service li:nth-child(2) {
    width: 33.3333333333%;
    padding: 0 24px;
  }
}
.about-service li:nth-child(2) .text {
  letter-spacing: 0.02em;
  margin-top: 2.1rem;
}
.about-service li:nth-child(3) {
  width: 50%;
  padding: 0 0 0 1.4rem;
}
.about-service li:nth-child(3) .text {
  letter-spacing: 0.03em;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .about-service li:nth-child(3) {
    width: 33.3333333333%;
  }
}
.about-service h4 {
  font-size: 1.7rem;
  text-align: center;
  color: #ffffff;
  padding: 0.5rem 0;
  position: relative;
}
.about-service h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F09151;
  border-radius: 9999px;
  filter: blur(0.5rem);
  z-index: -1;
}
.about-service h4 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .about-service h4 {
    margin-bottom: 32px;
  }
}
.about-service .note {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-top: 2.4rem;
  color: #A17B32;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  line-height: 1.7;
  color: #8F8D8D;
}
@media screen and (min-width: 1024px) {
  .about-service .note {
    margin-top: 20px;
  }
  .about-service .note:not(span.note) {
    width: 30%;
    max-width: 340px;
    position: absolute;
    top: 65px;
    left: 50%;
    text-align: left;
    border-left: 1px solid #D2D2D2;
    padding-left: 10px;
    margin-top: 0;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .about-service .note:not(span.note) {
    left: 53%;
  }
}
.about-service .btn-center {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .about-service .btn-center {
    margin-top: 64px;
  }
}
.about-service .btn-center .btn-primary {
  margin: 1rem auto 0;
  line-height: 1.5;
}
.about-service .text-catch {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 0.2em 0 0.3em;
}
.about-service .text-catch::before, .about-service .text-catch::after {
  content: "";
  display: inline;
  width: 0.1rem;
  height: 1em;
  background-color: #318988;
  border-radius: 9999px;
  position: absolute;
  top: 20%;
}
.about-service .text-catch::before {
  transform: rotate(-30deg);
  transform-origin: left bottom;
  left: 0;
}
.about-service .text-catch::after {
  transform: rotate(30deg);
  transform-origin: right bottom;
  right: 0;
}
.about-service .text-catch::before, .about-service .text-catch::after {
  width: 0.2rem;
  height: 1.2em;
  background-color: #675F4C;
}
@media screen and (min-width: 1024px) {
  .about-service .text-catch {
    width: 320px;
    margin: 0 auto;
    font-size: 20px;
  }
}
.about-service .btn-center + .note {
  color: #8F8D8D;
}

.ttl-product {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #C5963F;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .ttl-product {
    width: 483px;
    height: 140px;
    margin: 0 auto 56px;
  }
}
.ttl-product .feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  height: 4rem;
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
  position: relative;
  color: #A17B32;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .ttl-product .feature {
    height: 50px;
    font-size: 29px;
    padding: 0 13px;
    margin-bottom: 24px;
  }
}
.ttl-product .feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  border-radius: 9999px;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.8;
}
.ttl-product .product-name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ttl-product .type {
  position: relative;
  left: 0.6rem;
}
.ttl-product .name {
  font-size: 3.6rem;
  position: relative;
  font-feature-settings: "palt" 0, "pkna" 0;
}
.ttl-product rt {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1024px) {
  .ttl-product .type {
    font-size: 35px;
    left: 0.6rem;
  }
  .ttl-product .name {
    font-size: 48px;
  }
  .ttl-product rt {
    font-size: 18px;
  }
}

.jyumoku .ttl-product .product-name,
.product-intro__item--jyumoku .ttl-product .product-name {
  margin-left: 1em;
}
.jyumoku .ttl-product .product-name .type,
.product-intro__item--jyumoku .ttl-product .product-name .type {
  left: 0.3rem;
  white-space: nowrap;
}
.jyumoku .ttl-product .product-name .name,
.product-intro__item--jyumoku .ttl-product .product-name .name {
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  margin-left: -0.4em;
}

.introduce-product__card {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  margin: 8rem auto 0;
  padding: 0 1.3rem 0;
  border: 0.5rem solid transparent;
  -o-border-image: linear-gradient(to right, #007B5A, #7EF3E5 42%, #1EA192 61%) 1;
     border-image: linear-gradient(to right, #007B5A, #7EF3E5 42%, #1EA192 61%) 1;
  border-top: none;
  background-color: white;
  z-index: 2;
}
.introduce-product__card::before {
  content: "";
  width: calc(100% + 1rem);
  height: 6.2rem;
  position: absolute;
  top: -6rem;
  left: -0.5rem;
  background: linear-gradient(to right, #007B5A, #7EF3E5 42%, #1EA192 61%);
  border-radius: 80% 80% 0 0/70px 70px 0 0;
  z-index: 0;
}
.introduce-product__card::after {
  content: "";
  width: 100%;
  height: 6rem;
  position: absolute;
  background: #ffffff;
  top: -5.5rem;
  left: 0;
  border-radius: 80% 80% 0 0/70px 70px 0 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .introduce-product__card {
    width: 96%;
    max-width: 1150px;
    margin: 182px auto 0;
    padding: 0;
    filter: drop-shadow(1px 0px 4px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .introduce-product__card {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .introduce-product__card::before {
    height: 124px;
    top: -100px;
    border-radius: 80% 80% 0 0/160px 160px 0 0;
  }
  .introduce-product__card::after {
    height: 124px;
    top: -95px;
    left: 0;
    border-radius: 80% 80% 0 0/160px 160px 0 0;
  }
}

.list-point {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  -o-border-image: linear-gradient(117deg, #b18530, #C5963F 5%, #E5CA5A 46%, #B2842E 98%) 1;
     border-image: linear-gradient(117deg, #b18530, #C5963F 5%, #E5CA5A 46%, #B2842E 98%) 1;
}
@media screen and (min-width: 1024px) {
  .list-point {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: stretch;
    position: relative;
  }
  .list-point::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1%;
    width: 98%;
    height: 2px;
    background: linear-gradient(117deg, #B2842E, #C5963F 5%, #E5CA5A 46%, #B2842E 98%);
    clip-path: ellipse(50% 50% at 50% 50%);
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .home .list-point::after {
    top: calc(50% - 6rem - 2px);
    transform: none;
  }
}
.list-point li {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  padding: 3rem 1.4rem 2.5rem 1.4rem;
  position: relative;
}
.list-point li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.4rem;
  width: calc(100% - 2.8rem);
  height: 2px;
  background: linear-gradient(117deg, #B2842E, #C5963F 5%, #E5CA5A 46%, #B2842E 98%);
  clip-path: ellipse(50% 50% at 50% 50%);
}
.list-point li:nth-child(5)::before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .list-point li {
    flex-direction: column-reverse;
    justify-content: space-between;
    row-gap: 32px;
    position: relative;
    padding: 60px 35px 50px 35px;
  }
  .list-point li::before {
    content: none;
  }
  .list-point li::after {
    content: "";
    position: absolute;
    top: 6rem;
    right: 1px;
    width: 2px;
    height: calc(100% - 10.5rem);
    background: linear-gradient(117deg, #B2842E, #C5963F 5%, #E5CA5A 46%, #B2842E 98%);
    clip-path: ellipse(50% 50% at 50% 50%);
    transform: translateX(50%);
  }
  .list-point li:nth-child(-n+3) {
    grid-column: span 2;
  }
  .list-point li:nth-child(1) {
    padding-left: 38px;
    padding-right: 32px;
  }
  .list-point li:nth-child(1)::after {
    content: none;
  }
  .list-point li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 6rem;
    bottom: auto;
    left: 1px;
    width: 2px;
    height: calc(100% - 10.5rem);
    background: linear-gradient(117deg, #B2842E, #C5963F 5%, #E5CA5A 46%, #B2842E 98%);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
  .list-point li:nth-child(3) {
    padding-left: 32px;
    padding-right: 38px;
  }
  .list-point li:nth-child(3)::after {
    content: none;
  }
  .list-point li:nth-child(4) {
    grid-column: span 4;
    padding: 60px 40px 50px 38px;
  }
  .list-point li:nth-child(5) {
    grid-column: span 2;
    row-gap: 28px;
    padding: 60px 38px 50px 28px;
  }
  .list-point li:nth-child(5)::after {
    content: none;
  }
}
.list-point li figure {
  flex-shrink: 0;
  width: 7.6rem;
  height: auto;
}
.list-point li figure picture:not(:first-of-type) img {
  padding-top: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .list-point li figure picture:not(:first-of-type) img {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .list-point li figure {
    width: 100%;
  }
  .list-point li figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 63/40;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.list-point li h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  padding-bottom: 1.6rem;
  margin-top: -0.35em;
  text-indent: -1.8em;
  padding-left: 1.8em;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .list-point li h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .list-point li h3 {
    font-size: 20px;
  }
}
.list-point li .text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .list-point li .text {
    font-size: 16px;
    line-height: 1.8;
  }
}
.list-point li .note {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-top: 2.4rem;
}
.list-point li:last-of-type {
  background: none;
}/*# sourceMappingURL=main.css.map */