/* ==========================================================================
   top.css — TOPページ専用
   FV / ブランドメッセージ / 6つのポイント / PLAN / スタジオについて / お客様の声 / キャンペーン / アクセス
   ========================================================================== */
/* ==== FV ==== */
.fv-stage {
  width: 390px;
  height: 1645px;
}

.fv {
  position: sticky;
  top: 0;
  width: 390px;
  height: min(var(--vh, 100vh), 852px);
  overflow: hidden;
  background: var(--bg-color);
}

.fv__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1645px;
  will-change: transform;
}

.fv__strip {
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 390 / 235;
  overflow: hidden;
}

.fv__strip img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.fv-copy-stage {
  position: absolute;
  top: 55px;
  left: 0;
  width: 390px;
  height: 1645px;
  pointer-events: none;
  z-index: 10;
}

.fv-copy-sticky {
  position: sticky;
  top: 0;
  height: min(var(--vh, 100vh), 852px);
  display: flex;
  align-items: center;
}

.fv-copy {
  width: 360px;
  margin-left: 10px;
  pointer-events: none;
}

.fv-copy__main {
  font-family: var(--font-kurumilk);
  font-size: 30px;
  letter-spacing: -1.5px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.58);
  white-space: nowrap;
}

.fv-copy__sub {
  margin-top: 8px;
  padding-left: 5px;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 3.8px;
  color: #000;
  line-height: 1.6;
}

/* ==== CTA TOP (over FV) ==== */
.fv-cta-stage {
  position: absolute;
  top: 55px;
  left: 0;
  width: 390px;
  pointer-events: none;
  z-index: 20;
}

.fv-cta-sticky {
  position: sticky;
  top: calc(min(var(--vh, 100vh), 852px) - 72px);
  pointer-events: auto;
}

.cta-top {
  position: relative;
  width: 318px;
  height: 48px;
  margin-left: 31px;
}

.cta-top__menu {
  position: absolute;
  left: 19.5%;
  right: 35.85%;
  top: 0;
  bottom: 0;
}

.cta-top__menu-bg {
  position: absolute;
  inset: -0.15% 0.35% -3.07% -3.87%;
  width: auto;
  height: auto;
}
.cta-top__menu-bg img { width: 100%; height: 100%; }

.cta-top__menu-text {
  position: absolute;
  left: 2px;
  top: 15px;
  width: 111px;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.cta-top__menu-arrow {
  position: absolute;
  left: 114px;
  top: 16px;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
.cta-top__menu-arrow img { width: 100%; height: 100%; }
.cta-top__menu-arrow span {
  position: absolute;
  inset: 18.75% 18.75% 12.5% 18.75%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--arrow-brown);
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 10px;
  transform: rotate(-90deg);
}

.web-btn {
  position: absolute;
  right: 0;
  top: 0px;
  width: 98px;
  height: 49px;
}
.web-btn__bg { width: 97px; height: 49px; margin: 0 auto; }
.web-btn__label {
  position: absolute;
  inset: 28.57% 7.14% 38.78% 10.2%;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  text-align: center;
}

/* ==== ブランドメッセージ ==== */
.brand-msg {
  position: relative;
  margin-top: 35px;
  margin-left: -68px;
  width: 484px;
  /* 高さは中身で決まる（フロー配置） */
}

.brand-msg__title {
  position: relative;
  margin: 0 0 0 103px;
}

.brand-msg__slide {
  position: relative;
  margin: 14px 0 0 68px;
  width: 390px;
  height: 205px;
  overflow: hidden;
}
.brand-msg__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: brandMsgScroll 24s linear infinite;
}
.brand-msg__track img {
  height: 100%;
  width: auto;
  object-fit: cover;
  flex-shrink: 0;
}

@keyframes brandMsgScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.brand-msg__title {
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--dark);
  white-space: nowrap;
}

.brand-msg__line {
  position: absolute;
  left: 224px;
  top: 238px;
  width: 96px;
  transform: translateX(-50%);
  display: none;
}
.brand-msg__line img { width: 100%; }

/* 装飾（LAYER OBJECTS）とテキストをまとめた下段。高さはテキストで決まる */
.brand-msg__lower {
  position: relative;
  margin: 36px 0 0 47px;
  width: 438px;
}

.brand-msg__decor {
  position: absolute;
  inset: 0;
}
/* 下段が伸びても図形が切れないように、cover ではなく引き伸ばす */
.brand-msg__decor img { object-fit: fill; }

.brand-msg__body {
  position: relative;
  margin-left: 36px;
  width: 353px;
  padding: 52px 0 2px;
}

/* .fv-logo は FV でも使う共有クラスなので、この文脈だけ上書きする */
.brand-msg__body .fv-logo {
  position: relative;
  top: auto;
  margin-left: 3px;
}

.fv-logo {
  position: absolute;
  top: 0;
  width: 136px;
  height: 26px;
}
.fv-logo__mark {
  position: absolute;
  inset: 0 25% 11.54% 0;
}
.fv-logo__mark img { width: 100%; height: 100%; }
.fv-logo__suffix {
  position: absolute;
  left: 107px;
  top: 9px;
  font-family: var(--font-zenmaru);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #000;
  white-space: nowrap;
}

.brand-msg__heading {
  margin: 5px 0 0 3px;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

.brand-msg__text {
  margin: 95px 0 0 6px;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #000;
  line-height: 1.6;
  white-space: nowrap;
}

/* ==== 6つのポイント ==== */
.points {
  position: relative;
  margin-top: 86px;
  margin-left: 18px;
  width: 341px;
  /* 高さは中身で決まる（フロー配置） */
}

/* 装飾（LAYER OBJECTS）。セクションが伸びても詳細パネル脇に居るよう下端基準 */
.points__decor {
  position: absolute;
  left: -55px;
  bottom: 67px;
  width: 127px;
  height: 121px;
}

.points__title-wrap {
  position: relative;
  width: 296px;
}

/* .fv-logo は FV でも使う共有クラスなので、この文脈だけ上書きする */
.points__title-wrap .fv-logo {
  position: relative;
  top: auto;
}

.points__title {
  position: relative;
  margin-top: 9px;
  width: 199px;
  height: 31px;
}
.points__title-underline {
  position: absolute;
  left: 95px;
  top: 30px;
  width: 104px;
}
.points__title-underline img { width: 100%; }
.points__title-text {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--dark);
  white-space: nowrap;
}

.points__fvlogo-suffix {
  position: absolute;
  left: 110px;
  top: 9px;
  font-family: var(--font-zenmaru);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.points-grid {
  position: relative;
  margin: 55px 0 0 21px;
  width: 320px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}

.points-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.points-grid__item img {
  height: 34px;
  width: auto;
}

.points-grid__item p {
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 1.4;
  white-space: nowrap;
}

.points-grid__item--red p { color: var(--pink); }
.points-grid__item--dark p { color: var(--dark); }

/* 6つのパネルを grid の同一セルに重ねる。
   重ねたままフェード切替でき、かつ高さは「一番背の高いパネル」に自動で合う */
.points__detail {
  position: relative;
  display: grid;
  margin: 42px 0 0 27px;
  width: 299px;
}

.points__detail-item {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.points__detail-item.is-active {
  opacity: 1;
  pointer-events: auto;
}

.points__detail-photo {
  position: relative;
  margin-left: -3px;
  width: 304px;
  height: 203px;
  border-radius: 16px;
  overflow: hidden;
}

.points__detail-label {
  margin: 5px 0 0 7px;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--pink);
}

.points__detail-text {
  margin: 10px 0 0 7px;
  width: 292px;
  font-family: var(--font-zenmaru);
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #000;
  line-height: 1.7;
}

/* ==== 撮影メニュー PLAN ==== */
.menu-section {
  position: relative;
  margin-top: 71px;
  margin-left: -73px;
  width: 533px;
  /* 高さは .plan-viewport（＝説明文）で決まる */
}

.menu-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 533px;
  height: 507px;
}

.plan-viewport {
  position: relative;
  margin-left: 73px;
  width: 390px;
  /* デザイン上の高さを下限にしつつ、説明文が長ければ伸びる。
     overflow:hidden はカルーセルの横方向クリップに必要 */
  min-height: 644px;
  overflow: hidden;
}

.plan-title {
  position: absolute;
  left: 172px;
  top: 82px;
  width: 188px;
  height: 70px;
  text-align: center;
}

.plan-title__sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 12.5px;
  color: #fff;
}

.plan-title__main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-family: var(--font-kurumilk);
  font-size: 40px;
  letter-spacing: 5.6px;
  color: var(--bg-color);
  white-space: nowrap;
}

.plan-cards {
  position: absolute;
  left: 0;
  top: 155px;
  height: 273px;
  display: flex;
  gap: 18px;
  will-change: transform;
}

.maincard {
  display: block;
  position: relative;
  width: 274px;
  height: 267px;
  filter: drop-shadow(4px 3px 5px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  flex-shrink: 0;
}

.maincard__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.maincard__photo {
  position: absolute;
  left: 6.8%;
  top: 4.9%;
  width: 87.7%;
  height: 90%;
  border-radius: 50%;
  overflow: hidden;
}
.maincard__photo img {
  position: absolute;
  top: -12%;
  left: -5%;
  width: 110%;
  height: 125%;
  object-fit: cover;
}

.menu-section__decor-front {
  position: absolute;
  left: 237px;
  top: 352px;
  width: 172px;
  height: 164px;
  pointer-events: none;
}

.plan-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 399px;
  width: 195px;
  height: 65px;
  pointer-events: none;
}
.plan-name p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-family: var(--font-pocchi);
  font-size: 65px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.44);
  text-align: center;
  white-space: nowrap;
}
.plan-name p a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}

.tap-btn {
  position: absolute;
  left: 25px;
  top: 138px;
  width: 102px;
  height: 87px;
  pointer-events: none;
}
.tap-btn__label {
  position: absolute;
  inset: 36.84% 14.28% 28.61% 13.79%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-kurumilk);
  font-size: 24px;
  color: #818181;
}

/* viewport 内で唯一のフロー要素。ここの高さがセクションの高さを決める */
.menu-section__desc {
  position: relative;
  margin: 488px 0 0 57px;
  width: 261px;
  font-family: var(--font-zenmaru);
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1.7;
}

.scroll-down-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 24px auto 0;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.scroll-down-btn__circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: scrollDownBounce 1.6s ease-in-out infinite;
}

.scroll-down-btn__label {
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: var(--dark);
}

@keyframes scrollDownBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ==== スタジオについて ==== */
.about {
  position: relative;
  margin-top: 31px;
  width: 390px;
  overflow: hidden;
}

.about__bg-decor {
  position: absolute;
  left: -24px;
  top: 65px;
  width: 437px;
  height: 283px;
}

.about__photo {
  position: relative;
  margin: 56px 0 0 85px;
  width: 306px;
  height: 173px;
}

.about__intro {
  position: relative;
  margin: 24px 0 0 20px;
  width: 308px;
}

.about__intro-title {
  position: relative;
  margin: 0 auto;
  font-family: var(--font-pocchi);
  font-size: 20px;
  color: var(--dark);
  text-align: center;
  width: 268px;
}

.about__intro-text {
  position: relative;
  margin-top: 21px;
  width: 308px;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 13px;
  color: #000;
  line-height: 1.5;
}

.about-us-badge {
  position: relative;
  margin: 16px 0 0 20px;
  width: 309px;
  height: 59px;
}

.about-us-badge__title {
  position: absolute;
  inset: 38.88% 2.29% 12.09% 2.91%;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.about-us-badge__en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  font-family: var(--font-kurumilk);
  font-size: 15px;
  color: var(--green);
  white-space: nowrap;
}

/* ==== お客様の声 ==== */
.voice {
  position: relative;
  margin-top: 70px;
  width: 390px;
  /* 下部の装飾（voice__decor・背景）が占める余白を確保 */
  padding-bottom: 181px;
  overflow: hidden;
}

.voice__bg {
  position: absolute;
  left: 0;
  top: 116px;
  width: 390px;
  height: 322px;
}

.voice__title-wrap {
  position: relative;
  margin: 17px 0 0 49px;
  width: 293px;
  height: 135px;
}

.voice__title-underline {
  position: absolute;
  inset: 0 26.13% 0 26.66%;
}
.voice__title-underline img { width: 100%; }

.voice__title-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.voice-viewport {
  position: relative;
  margin-top: 5px;
  width: 390px;
  height: 240px;
  overflow: hidden;
}

.voice-track {
  display: flex;
  gap: 18px;
  height: 100%;
  will-change: transform;
}

.voice-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 250px;
  height: 240px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  padding: 22px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.voice-card__initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.voice-card__plan {
  margin-top: 14px;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--pink);
}

.voice-card__text {
  margin-top: 8px;
  font-family: var(--font-zenmaru);
  font-size: 12px;
  line-height: 1.7;
  color: var(--dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.voice__decor {
  position: absolute;
  left: 336px;
  top: 459px;
  width: 78px;
  height: 75px;
}

/* ==== イベント・キャンペーン ==== */
.campaign {
  position: relative;
  margin-top: 17px;
  margin-left: -2px;
  width: 390px;
  padding-bottom: 18px;
  overflow: hidden;
}

.campaign__title {
  position: relative;
  margin: 17px 12.31% 0 12.56%;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.campaign-slider {
  position: relative;
  margin-top: 15px;
  width: 390px;
  height: 202px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.campaign-slider::-webkit-scrollbar { display: none; }

.campaign-slider__track {
  display: flex;
  gap: 26px;
  padding: 0 20px;
  width: max-content;
  animation: campaign-scroll 18s linear infinite;
}

.campaign-slider:hover .campaign-slider__track,
.campaign-slider:focus-within .campaign-slider__track {
  animation-play-state: paused;
}

@keyframes campaign-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.campaign-card {
  position: relative;
  flex-shrink: 0;
  width: 202px;
  height: 202px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.campaign-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==== アクセス ==== */
.access {
  position: relative;
  margin-top: 35px;
  width: 390px;
  /* 高さは .access-text-block で決まる。下の余白はフッターまでの間隔 */
  padding-bottom: 172px;
  overflow: hidden;
}

/* 高さではなく上下端で固定 → 本文が伸びれば波形も一緒に伸びる */
.access__bg {
  position: absolute;
  left: -599px;
  top: 99px;
  bottom: 64px;
  width: 1588px;
}
/* 高さを詰めても波形の下端が切り取られないよう、cover ではなく伸縮させる */
.access__bg img {
  object-fit: fill;
}

/* 装飾（LAYER OBJECTS）。本文が伸びても同じ位置関係を保つよう下端基準 */
.access__decor-left {
  position: absolute;
  left: -47px;
  bottom: 134px;
  width: 152px;
  height: 50px;
}
.access__decor-right {
  position: absolute;
  left: 357px;
  top: 467px;
  width: 67px;
  height: 64px;
}

.access-title {
  position: absolute;
  left: 48px;
  top: 26px;
  width: 293px;
  height: 62px;
}
.access-title__underline {
  position: absolute;
  inset: 0 24.89% 0 25.17%;
}
.access-title__underline img { width: 100%; }
.access-title__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 24.32%;
  font-family: var(--font-kurumilk);
  font-size: 20px;
  color: #000;
  text-align: center;
}

.access-map {
  position: absolute;
  left: 45px;
  top: 114px;
  width: 301px;
  height: 301px;
  border-radius: 24px;
  overflow: hidden;
}

.access-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-text-block {
  position: relative;
  margin: 455px auto 0;
  width: 338px;
}

.access-address {
  position: relative;
  text-align: center;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 13px;
  color: #000;
  line-height: 1.55;
}

.access-title-pill {
  position: relative;
  margin-top: 32px;
  background: var(--brown);
  border-radius: 10px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-zenmaru);
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

.access-route {
  position: relative;
  padding: 20px 0;
}

.access-route__icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.access-route__icon-row img { width: 22px; height: 22px; }

.access-route__label {
  text-align: center;
  font-family: var(--font-zenmaru);
  font-size: 13px;
  color: #000;
  margin-bottom: 8px;
}

.access-route__note {
  text-align: center;
  font-family: var(--font-zenmaru);
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  white-space: pre-wrap;
}

.access-parking-note {
  text-align: center;
  font-family: var(--font-zenmaru);
  font-size: 12px;
  color: #000;
  line-height: 1.7;
  margin-top: 8px;
}

.access-coin-parking {
  position: relative;
  margin-top: 24px;
  text-align: center;
}
.access-coin-parking img {
  width: 268px;
  height: 189px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto 12px;
}
.access-coin-parking p {
  font-family: var(--font-zenmaru);
  font-size: 13px;
  color: #000;
}

.about__intro-text p {
  margin-bottom: 0.5em;
}
.about__intro-text p:last-child {
  margin-bottom: 0;
}

.access-address p {
  margin-bottom: 0.3em;
}
.access-address p:first-child {
  margin-bottom: 0.8em;
}
