/* ----- 共通 ------- */

/* ----- common page ------- */
.hero {
  position: relative;
}

/* ----- hero ------- */
.hero-mv {
  /* max-width: 1340px; */
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 0.875rem; /* 14px (基準16px) */
}

.hero-title {
  /* max-width: 480px; */
  width: 40%;
  color: #bb4953;
}

.hero-title h2 {
  font-size: 3.3vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
}

.hero-subTitle {
  font-size: 1.6vw;
  margin-top: 1.25rem /* 20px (基準16px) */;
}

.hero-image {
  /* max-width: 748px; */
  width: 60%;
  aspect-ratio: 374 / 259;
  position: relative;
  overflow: hidden;
}

.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  animation: heroImageFadeZoom 24s ease-in-out infinite;
}

.hero-image img:nth-child(1) {
  animation-delay: -1.5s;
}

.hero-image img:nth-child(2) {
  animation-delay: 4.5s;
}

.hero-image img:nth-child(3) {
  animation-delay: 10.5s;
}

.hero-image img:nth-child(4) {
  animation-delay: 16.5s;
}

@keyframes heroImageFadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }

  4% {
    opacity: 1;
  }

  21% {
    opacity: 1;
    transform: scale(1.02);
  }

  25% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes scrollTextLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollIndicatorLoop {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  78% {
    opacity: 1;
  }

  100% {
    transform: translateY(78px);
    opacity: 0;
  }
}

@keyframes scrollIndicatorLoopSp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  78% {
    opacity: 1;
  }

  100% {
    transform: translateY(38px);
    opacity: 0;
  }
}

.scroll-text {
  font-family: 'Cormorant Garamond', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  color: #bb4953;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 1.25rem; /* 20px (基準16px) */
}

.s .scroll-text {
  font-size: 96px;
}

.scroll-text__track {
  display: flex;
  width: max-content;
  animation: scrollTextLoop 50s linear infinite;
}

.scroll-text__item {
  flex: 0 0 auto;
  padding-right: 64px;
  letter-spacing: 0.1em;
}

.s .scroll-text__item {
  padding-right: 32px;
}

.scroll-indicator {
  position: absolute;
  left: 48%;
  top: 102%;
  width: 25px;
  height: 149px;
  z-index: 10;
}

.scroll-indicator__track {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 2px;
  height: 100%;
  background: #ddd;
}

.scroll-indicator__current {
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  transform: translateY(0);
  animation: scrollIndicatorLoop 2s ease-in-out infinite;
  will-change: transform, opacity;
}

.scroll-indicator__bar {
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 84px;
  background: #d75b63;
}
.s .scroll-indicator__bar {
  height: 1.5rem; /* 24px (基準16px) */
}

.s .scroll-indicator__current {
  animation-name: scrollIndicatorLoopSp;
}

.scroll-indicator__text {
  position: absolute;
  left: 24px;
  top: 0;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  font-size: 1rem /* 16px (基準16px) */;
  color: #d75b63;
  font-family: serif;
}
.s .scroll-indicator__text {
  font-size: 0.5rem; /* 8px (基準16px) */
}

/* ----- promise ------- */
.promise-story {
  margin-top: 20rem; /* 320px (基準16px) */
}

.promise-story__sticky {
  position: relative;
}

.promise-story__media {
  position: relative;
}

.promise-story__frame {
  overflow: hidden;
}

.promise-story__veil {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
}

.promise {
  margin-top: 7.5rem; /* 120px (基準16px) */
}

.promise-inner {
  width: 100%;
  padding: 120px 16px;
  text-align: center;
  color: #fff;
}

.promise-title h2 {
  font-size: 3rem /* 48px (基準16px) */;
  font-weight: 400;
}

.promise-title p {
  font-size: 1.5rem /* 24px (基準16px) */;
}

.promise-content {
  width: 100%;
  line-height: 2.2;
  margin: 80px auto 0;
  font-weight: 400;
}

.promise-content p + p {
  margin-top: 3.125rem; /* 50px (基準16px) */
}

.promise-story.is-enhanced {
  height: 320vh;
}

.promise-story.is-enhanced .promise-story__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.promise-story.is-enhanced .promise-story__media {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-story.is-enhanced .promise-story__frame {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}

.promise-story.is-enhanced .promise-story__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform, filter;
}

.promise-story.is-enhanced .promise-story__veil {
  opacity: 0;
  backdrop-filter: blur(0);
  will-change: opacity, backdrop-filter;
}

.promise-story.is-enhanced .promise {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 16px;
  pointer-events: none;
}

.promise-story.is-enhanced .promise-inner {
  max-width: 980px;
  padding: 0;
  opacity: 0;
}

.promise-story.is-enhanced .promise-title h2,
.promise-story.is-enhanced .promise-title p,
.promise-story.is-enhanced .promise-content p {
  opacity: 0;
  transform: translate3d(0, 96px, 0);
  will-change: transform, opacity;
}

.promise-story.is-enhanced .promise-content {
  margin-top: 64px;
}
.s .promise-story.is-enhanced .promise-content {
  margin-top: 30px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-image img {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .hero-image img:first-child {
    opacity: 1;
  }

  .scroll-indicator__current {
    animation: none;
    opacity: 1;
  }

  .promise-story {
    height: auto;
  }

  .promise-story__frame,
  .promise-story__frame img,
  .promise-story__veil,
  .promise-inner,
  .promise-title h2,
  .promise-title p,
  .promise-content p {
    transform: none;
    filter: none;
    opacity: 1;
  }

  .promise-content {
    opacity: 0.7;
  }
}

/* ----- news ------- */
.news {
  margin-top: 7.5rem; /* 120px (基準16px) */
}

.news .news-inner {
  width: 100%;
  margin: 0 auto;
}

.news-title h2 {
  width: 13%;
  margin: 0 auto;
}

.news-content {
  width: 35%;
  margin: 2.5rem /* 40px (基準16px) */ auto 0;
  text-align: center;
}

/* ----- collection ------- */
.collection {
  margin-top: 7.5rem; /* 120px (基準16px) */
}
.collection-title {
  text-align: center;
}
.collection-title h2 {
  width: 15%;
  margin: 0 auto;
}
.collection-title p {
  font-size: 0.9vw;
  color: #3d3d3d;
  margin-top: 1.625rem; /* 26px (基準16px) */
}

.collection-column {
  width: 100%;
  margin: 3.75rem /* 60px (基準16px) */ auto 0;
}

.collection-item {
  display: block;
  position: relative;
  min-height: var(--collection-snap-height, 100svh);
  height: var(--collection-snap-height, 100svh);
  overflow: hidden;
}

.s .collection-item {
  min-height: var(--collection-snap-height, 100svh);
  height: var(--collection-snap-height, 100svh);
}

.collection-itemInner {
  position: relative;
  display: block;
  min-height: var(--collection-snap-height, 100svh);
  height: var(--collection-snap-height, 100svh);
  isolation: isolate;
  box-sizing: border-box;
}

.s .collection-itemInner {
  min-height: var(--collection-snap-height, 100svh);
  height: var(--collection-snap-height, 100svh);
  padding-top: 0;
  box-sizing: border-box;
}

.collection-itemInner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 1;
  pointer-events: none;
}

.collection-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem /* 64px (基準16px) */ 5rem /* 80px (基準16px) */;
  color: #fff;
  z-index: 2;
  letter-spacing: 0.06em;
}

.s .collection-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 0 20px calc(100px + env(safe-area-inset-bottom, 0px));

  box-sizing: border-box;
  opacity: 1;
}

a.collection-item:hover {
  opacity: 1;
  pointer-events: auto;
}

.collection-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transform-origin: center center;
  filter: saturate(0.88) brightness(0.86);
  transition: filter 1.2s ease;
  will-change: filter;
}

.collection-itemLink {
  position: absolute;
  display: block;
  width: 7.063rem /* 113px (基準16px) */;
  height: 7.375rem /* 118px (基準16px) */;
  bottom: 8%;
  right: 5%;
  z-index: 3;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.88);
}
.collection-itemLink::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.125rem /* 34px (基準16px) */;
  height: 2.125rem /* 34px (基準16px) */;
  background: url(../img/top-icon-01.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.collection-itemLink::after {
  content: none;
}

.collection-itemTitle,
.collection-itemText,
.collection-itemPrice {
  position: relative;
  z-index: 1;
}

/* アニメーション初期状態: マスクなし・テキスト非表示 */
.collection-item.is-animated .collection-itemInner::before {
  opacity: 0;
}

/* .collection-item.is-animated img {
  transform: scale(1.12);
  filter: saturate(0.88) brightness(0.86);
} */

.collection-item.is-animated .collection-itemTitle,
.collection-item.is-animated .collection-itemText,
.collection-item.is-animated .collection-itemPrice,
.collection-item.is-animated .collection-itemNote {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

/* スクロール到達後: マスク表示・テキスト上昇 */
.collection-item.is-animated.is-revealed .collection-itemInner::before {
  opacity: 1;
  transition-delay: 0.08s;
}

.collection-item.is-animated.is-revealed img {
  transform: scale(1);
  filter: saturate(1) brightness(1);
}

.collection-item.is-animated.is-revealed .collection-itemTitle {
  transition-delay: 0.08s;
}

.collection-item.is-animated.is-revealed .collection-itemTitle,
.collection-item.is-animated.is-revealed .collection-itemText,
.collection-item.is-animated.is-revealed .collection-itemPrice,
.collection-item.is-animated.is-revealed .collection-itemNote {
  opacity: 1;
  transform: translateY(0);
}

.collection-item.is-animated.is-revealed .collection-itemText {
  transition-delay: 0.14s;
}

.collection-item.is-animated.is-revealed .collection-itemPrice,
.collection-item.is-animated.is-revealed .collection-itemNote {
  transition-delay: 0.2s;
}

.collection-itemTitle h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem /* 96px (基準16px) */;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.06em;
}

.collection-itemTitle p {
  font-size: 2rem /* 32px (基準16px) */;
  margin-top: 0.875rem; /* 14px (基準16px) */
}

.collection-itemText {
  /* max-width: 34rem; */
  font-size: 1.25rem /* 20px (基準16px) */;
  margin-top: 1.875rem /* 30px (基準16px) */;
  line-height: 2;
}

.collection-itemPrice {
  font-size: clamp(0.875rem, 1.05vw, 1rem) /* 14px-16px (基準16px) */;
  margin-top: 1.5rem;
  line-height: 1.8;
}
.collection-itemNote {
  font-size: clamp(0.75rem, 0.9vw, 0.875rem) /* 12px-14px (基準16px) */;
  margin-top: 0.625rem /* 10px (基準16px) */;
  line-height: 1.6;
}

/* お得なプランと充実のサービス */
.planBenefits {
  margin-top: 7.5rem; /* 120px (基準16px) */
}

.planBenefits-inner {
  width: 100%;
  margin: 0 auto;
}

.planBenefits-title h2 {
  width: 24%;
  margin: 0 auto;
}

.planBenefits-content {
  width: 77%;
  margin: 4.5rem /* 72px (基準16px) */ auto 0;
  /* padding: 0 24px; */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.planBenefits-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
}

.planBenefits-content .planBenefits-card:nth-child(3) .planBenefits-cardContent h3 {
  font-size: 1.563rem /* 25px (基準16px) */;
}

.planBenefits-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.planBenefits-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.planBenefits-card._monochrome img {
  filter: grayscale(1);
}

.planBenefits-cardContent {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
}

.planBenefits-cardContent h3 {
  font-size: 1.563rem /* 25px (基準16px) */;
  font-weight: 400;
  line-height: 1.35;
}

.planBenefits-cardContent h3::after {
  content: '';
  display: block;
  width: 44%;
  min-width: 180px;
  height: 1px;
  margin: 1.8rem auto 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.planBenefits-cardContent p {
  margin-top: 1.5rem /* 24px (基準16px) */;
  font-size: 1rem /* 16px (基準16px) */;
  line-height: 2;
}

.s .planBenefits-content {
  grid-template-columns: 1fr;
  gap: 24px;
}

.s .planBenefits-card {
  min-height: 300px;
}

.s .planBenefits-cardContent h3 {
  font-size: 2.25rem;
}

/* 先輩花嫁レポート */
.bridalReport {
  margin-top: 7.5rem; /* 120px (基準16px) */
}
.bridalReport-title h2 {
  width: 26%;
  margin: 0 auto;
}
.bridalReport-title p {
  font-size: 0.9vw;
  color: #3d3d3d;
  margin-top: 1.625rem; /* 26px (基準16px) */
  text-align: center;
}
.bridalReport-content {
  width: 100%;
  margin: 4.5rem /* 120px (基準16px) */ auto 0;
  display: flex;
  justify-content: center;
}

/* 公式インスタグラム */
.officialInstagram {
  margin-top: 7.5rem; /* 120px (基準16px) */
}
.officialInstagram-title h2 {
  width: 26%;
  margin: 0 auto;
}
.officialInstagram-title p {
  font-size: 0.9vw;
  color: #3d3d3d;
  margin-top: 1.625rem; /* 26px (基準16px) */
  text-align: center;
}
.officialInstagram-content {
  width: 100%;
  margin: 4.5rem /* 120px (基準16px) */ auto 0;
}

/* 店舗情報 */
.access {
  margin-top: 7.5rem; /* 120px (基準16px) */
}
.access-title h2 {
  width: 26%;
  margin: 0 auto;
}
.access-title p {
  font-size: 0.9vw;
  color: #3d3d3d;
  margin-top: 1.625rem; /* 26px (基準16px) */
  text-align: center;
}
.access-content {
  width: 62%;
  margin: 4.5rem /* 120px (基準16px) */ auto 0;
  display: flex;
  gap: 3.625rem; /* 58px (基準16px) */
}
.access-image {
  /* aspect-ratio: 1.5; */
  width: 62%;
}
.access-info {
  font-size: 0.813rem /* 13px (基準16px) */;
  width: 38%;
  line-height: 1.7;
}

.access-info dl + dl {
  margin-top: 1.25rem; /* 20px (基準16px) */
}
.access-info dt {
  color: #bb4953;
}
.access-map-link {
  margin-top: 0.625rem; /* 10px (基準16px) */
  color: #bb4953;
}
.access-map-link a {
  display: inline-block;
  padding: 2px 8px 4px;
  border: 1px solid #bb4953;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.access-map-link a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/top-icon-02.png) no-repeat center;
  background-size: contain;
  margin: 0 0 -4px 10px;
  cursor: pointer;
}

/* よくあるご質問 */
.faq {
  margin-top: 7.5rem; /* 120px (基準16px) */
}
.faq-title {
  width: 26%;
  margin: 0 auto;
}
.faq-content {
  width: 40%;
  margin: 1.875rem /* 30px (基準16px) */ auto 0;
}

/* ----- reservation ------- */
.reservation {
  position: relative;
  margin-top: 7.5rem; /* 120px (基準16px) */
  overflow: hidden;
}

.reservation::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(34, 30, 30, 0.42);
}

.reservation-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 24px 80px;
}

.reservation-title {
  text-align: center;
  color: #fff;
}

.reservation-title h2 {
  font-size: 1.5rem /* 24px (基準16px) */;
  font-weight: 400;
  color: #ffffff;
}
.reservation-title p {
  font-size: 0.813rem /* 13px (基準16px) */;
  margin-top: 0.625rem /* 10px (基準16px) */;
}

.reservation-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.reservation-bgImage {
  position: absolute;
  inset: 0;
}

.reservation-bgImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reservation-actions {
  width: 100%;
  margin: 56px auto 0;
}

/* .reservation-actions .action-links__item {
  min-height: 54px;
} */

.reservation-overlay {
  position: relative;
  z-index: 1;
  width: min(348px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  margin: 40px auto 0;
}

.reservation-square {
  width: 100%;
  padding: 22px 32px 20px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
}

.reservation-squareLead {
  font-size: 0.813rem /* 13px (基準16px) */;
  letter-spacing: 0.08em;
}

.reservation-squareTel {
  margin-top: 14px;
  font-size: 1.5rem /* 24px (基準16px) */;
  line-height: 1.2;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.reservation-squareTel p:first-child {
  font-size: 1rem /* 16px (基準16px) */;
}

.reservation-meta {
  margin-top: 36px;
}

.reservation-meta p + p {
  margin-top: 30px;
}

.reservation-meta p:last-child {
  font-size: 0.75rem /* 12px (基準16px) */;
}

/* インスタグラムのカラム数が2列のとき、画像下の余白をなくす  */
#sb_instagram.sbi_mob_col_2 #sbi_images {
  padding-bottom: 0;
}

.s .reservation-content {
  margin-top: 40px;
}

.s .reservation-title h2 {
  font-size: 2rem;
}

.s .reservation-square {
  padding: 20px 20px 18px;
  width: 96%;
}

.s .reservation-squareTel {
  font-size: 1.875rem;
}

.s .hero-mv {
  /* width: calc(100% - 32px); */
  flex-direction: column-reverse;
  gap: 24px;
  padding-top: 38px;
}

.s .hero-title {
  text-align: left;
  width: 100%;
  padding: 0 1.125rem /* 18px (基準16px) */;
}

.s .hero-title h2 {
  font-size: 1.75rem /* 28px (基準16px) */;
  text-align: left;
  line-height: 1.65;
}

.s .hero-subTitle {
  margin-top: 12px;
  font-size: 0.875rem /* 14px (基準16px) */;
  line-height: 1.8;
}

.s .hero-image {
  aspect-ratio: 320 / 430;
  width: 90%;
}

.s .scroll-text {
  margin-top: 10px;
  font-size: 6rem; /* 96px (基準16px) */
}

.s .scroll-indicator {
  top: 97%;
  transform: scale(0.86);
  height: 3.125rem /* 50px (基準16px) */;
}

.s .promise-story {
  margin-top: 8rem; /* 128px (基準16px) */
}

.s .promise {
  margin-top: 96px;
}

.s .promise-inner {
  padding: 88px 20px;
}

.s .promise-title h2 {
  font-size: 1.5rem /* 24px (基準16px) */;
  line-height: 1.7;
}

.s .promise-title p {
  margin-top: 12px;
  font-size: 0.875rem /* 14px (基準16px) */;
  line-height: 1.7;
}

.s .promise-content {
  margin-top: 40px;
  font-size: 0.813rem /* 13px (基準16px) */;
  line-height: 2;
}

.s .promise-content p + p {
  margin-top: 28px;
}

.s .promise-story.is-enhanced {
  height: 260vh;
}

.s .promise-story.is-enhanced .promise-story__frame {
  width: min(92vw, calc(72vh * 9 / 16));
  aspect-ratio: 9 / 16;
}

.s .promise-story.is-enhanced .promise-title h2,
.s .promise-story.is-enhanced .promise-title p,
.s .promise-story.is-enhanced .promise-content p {
  transform: translate3d(0, 56px, 0);
}

.s .news,
.s .collection,
.s .planBenefits,
.s .bridalReport,
.s .officialInstagram,
.s .access,
.s .faq,
.s .reservation {
  margin-top: 96px;
}

.s .news-title h2 {
  width: 45%;
}

.s .news-content {
  width: calc(100% - 32px);
  margin-top: 28px;
}

.s .collection-title h2 {
  width: 50%;
}

.s .collection-title p,
.s .bridalReport-title p,
.s .officialInstagram-title p {
  width: calc(100% - 40px);
  margin: 16px auto 0;
  font-size: 0.813rem /* 13px (基準16px) */;
  line-height: 1.9;
}

.s .collection-column {
  margin-top: 32px;
}

.s .collection-itemLink {
  width: 72px;
  height: 75px;
  right: 16px;
  /* フッター固定導線(56px) + safe-area のすぐ上に配置 */
  bottom: calc(60px + env(safe-area-inset-bottom, 0px));
}

.s .collection-itemLink::before {
  width: 28px;
  height: 28px;
}

.s .collection-itemLink::after {
  content: none;
}

.s .collection-itemLink:hover::before {
  transform: translate(calc(-50% + 6px), -50%);
}

.s .collection-itemLink:hover::after {
  transform: none;
}

/* .s .collection-item img {
  transform: scale(1.08);
} */

.s .collection-item.is-animated > a::before {
  transition: opacity 0.45s ease;
}

.s .collection-item.is-animated .collection-itemTitle,
.s .collection-item.is-animated .collection-itemText,
.s .collection-item.is-animated .collection-itemPrice,
.s .collection-item.is-animated .collection-itemNote {
  transform: translateY(28px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.s .collection-item.is-animated.is-revealed > a::before,
.s .collection-item.is-animated.is-revealed .collection-itemTitle {
  transition-delay: 0.04s;
}

.s .collection-item.is-animated.is-revealed .collection-itemText {
  transition-delay: 0.1s;
}

.s .collection-item.is-animated.is-revealed .collection-itemPrice,
.s .collection-item.is-animated.is-revealed .collection-itemNote {
  transition-delay: 0.16s;
}

.s .collection-itemTitle h3 {
  font-size: clamp(2.5rem, 10vw, 3.25rem) /* 40px-52px (基準16px) */;
  line-height: 1;
  letter-spacing: 0;
}

.s .collection-itemTitle p {
  font-size: 1rem; /* 16px (基準16px) */
  margin-top: 8px;
}

.s .collection-itemText {
  margin-top: 1.25rem /* 20px (基準16px) */;
  max-width: none;
  font-size: 0.8rem;
  line-height: 1.85;
  letter-spacing: 0;
}

.s .collection-itemPrice {
  margin-top: 16px;
  font-size: 0.75rem /* 12px (基準16px) */;
  line-height: 1.8;
}

.s .collection-itemNote {
  margin-top: 0.375rem; /* 6px (基準16px) */
}

.s .planBenefits-title h2 {
  width: 90%;
}

.s .planBenefits-content {
  width: calc(100% - 32px);
  margin-top: 32px;
  gap: 24px;
}

.s .planBenefits-cardContent {
  padding: 32px 20px;
}

.s .planBenefits-cardContent h3 {
  font-size: 1.5rem;
}

.s .planBenefits-content .planBenefits-card:nth-child(3) .planBenefits-cardContent h3 {
  font-size: 1.375rem;
}

.s .planBenefits-cardContent h3::after {
  min-width: 128px;
  margin-top: 20px;
}

.s .planBenefits-cardContent p {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.85;
}

.s .bridalReport-title h2,
.s .officialInstagram-title h2,
.s .access-title h2,
.s .faq-title {
  width: 85%;
}

.s .bridalReport-content,
.s .officialInstagram-content {
  display: block;
  /* text-align: center; */
  margin-top: 32px;
}

.s .access-content {
  width: 100%;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.s .access-image,
.s .access-info {
  width: 100%;
}

/* .s .access-image {
  aspect-ratio: 343 / 220;
  height: auto;
  object-fit: cover;
} */
.s .access-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 350 / 220;
}

.s .access-info {
  font-size: 0.813rem /* 13px (基準16px) */;
  line-height: 1.9;
  padding: 0 20px;
}

.s .access-info dl + dl {
  margin-top: 16px;
}

.s .faq-content {
  width: calc(100% - 32px);
  margin-top: 24px;
}

.s .reservation {
  min-height: auto;
}

.s .reservation::after {
  background: rgba(34, 30, 30, 0.5);
}

.s .reservation-inner {
  padding: 72px 16px 56px;
}

.s .reservation-title h2 {
  font-size: 1.5rem;
}

.s .reservation-title p {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.s .reservation-actions {
  width: 100%;
  margin-top: 0px;
}

.s .reservation-actions .action-links {
  width: 100%;
}

.s .reservation-actions .action-links.action-links--row {
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 350px;
}

/* .s .reservation-actions .action-links__item {
  min-height: 48px;
} */

.s .reservation-overlay {
  width: 100%;
  margin-top: 40px;
}

.s .reservation-squareLead {
  font-size: 0.813rem; /* 13px (基準16px) */
}

.s .reservation-squareTel {
  gap: 12px;
  font-size: 1.5rem;
}

.s .reservation-squareTel p:first-child {
  font-size: 1rem; /* 16px (基準16px) */
}

.s .reservation-meta {
  margin-top: 24px;
}

.s .reservation-meta p {
  font-size: 0.875rem /* 14px (基準16px) */;
  line-height: 1.9;
}

.s .reservation-meta p + p {
  margin-top: 18px;
}
.reservation-meta p:last-child {
  font-size: 0.75rem /* 12px (基準16px) */;
}
