/*
Theme Name: photolazuli-child
Template: generatepress
Version: 1.0.0
*/

/* ================================================
   RESET & BASE
================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ================================================
   GENERATEPRESS 上書き
================================================ */

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent !important;
  border-bottom: none;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(237, 232, 224, 0.4);
}

.main-navigation,
.main-navigation .sub-menu-right,
#site-navigation {
  background: transparent !important;
}

.site-branding .main-title a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 2.7rem !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #333;
  line-height: 1.1;
  transition: color 0.4s ease;
}

.site-branding .main-title::after {
  content: 'PHOTO STUDIO';
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  color: #333;
  margin-top: 1px;
}

.main-navigation .menu-item a {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #333;
  transition: color 0.4s ease;
}

.main-navigation .menu-item:last-child a {
  background-color: rgba(201, 169, 138, 0.85);
  color: #fff !important;
  padding: 10px 24px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  transition: opacity 0.2s, background-color 0.4s;
}

.site-header.scrolled .main-navigation .menu-item:last-child a {
  background-color: #c9a98a;
}

.main-navigation .menu-item:last-child a:hover {
  opacity: 0.85;
}

.main-navigation .current-menu-item a,
.main-navigation .current_page_item a,
.main-navigation .current-menu-ancestor a {
  color: #333 !important;
  border-bottom: 1px solid #b8a898;
}

#content {
  padding: 0 !important;
}

.inside-article {
  padding: 0 !important;
}

/* GeneratePressデフォルトフッターを非表示 */
.site-footer {
  display: none !important;
}

/* ================================================
   共通
================================================ */

section {
  padding: 80px 0;
}

.sec-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  color: #b8a898;
  margin-bottom: 12px;
}

.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
  color: #333;
}

.sec-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.sec-more {
  text-align: center;
  margin-top: 40px;
}

.sec-more a {
  display: inline-block;
  border: 1px solid #b8a898;
  color: #b8a898;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  padding: 14px 40px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sec-more a:hover {
  background-color: #b8a898;
  color: #fff;
}

.text-link {
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  transition: opacity 0.2s;
}

.text-link:hover {
  opacity: 0.5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* ================================================
   スクロールアニメーション
================================================ */

.fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade.active {
  opacity: 1;
  transform: none;
}

/* ================================================
   MV
================================================ */

.sec-mv {
  position: relative;
  height: 75svh;
  min-height: 500px;
  padding: 0 !important;
}

.mv-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}

/* 縦書きコピー */
.mv-copy {
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.mv-copy__text {
  writing-mode: vertical-rl;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.25em;
  line-height: 2;
  color: #333;
}

@media (max-width: 767px) {
  .mv-copy {
    right: 1;
  }

  .mv-copy__text {
    display: block;
    font-size: 1.6rem;
    color: #000000;
    letter-spacing: 0.4em;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    padding: 20px 10px;
  }
  .mv-slide--01 { background-position: 40% center; }
  .mv-slide--02 { background-position: 70% center; }
  .mv-slide--03 { background-position: 60% center; }
}

/* ================================================
   PHOTOGRAPHER
================================================ */

.sec-photographer {
  background: #fffdf9;
  padding: 100px 24px;
}

.photographer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.photographer-img {
  flex: 0 0 500px;
}

.photographer-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.photographer-body {
  flex: 1;
}

.photographer-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #555;
  margin-bottom: 20px;
}

.photographer-text {
  font-size: 0.9375rem;
  line-height: 2;
  color: #777;
  margin-bottom: 36px;
}

/* ================================================
   PHOTO MENU
================================================ */
.sec-menu {
  background: #fff;
}

.menu-swiper {
  margin-bottom: 48px;
  overflow: visible;
}

.swiper-slide .menu-slide-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.menu-slide-card__img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.menu-slide-card:hover .menu-slide-card__img img {
  transform: scale(1.04);
}

.menu-slide-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 24px 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
  color: #fff;
  text-align: left;
}

.menu-slide-card__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  margin-bottom: 6px;
  opacity: 0.8;
}

.menu-slide-card__title {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.menu-slide-card__price {
  font-size: 0.8rem;
  opacity: 0.85;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .menu-slide-card__img img {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .menu-swiper {
    overflow: hidden;
  }
}

/* ================================================
   FLOW
================================================ */

.sec-flow {
  background: #fffdf9;
}

.flow-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.flow-item {
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  width: 140px;
}

.flow-item__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  color: #b8a898;
  margin-bottom: 12px;
}

.flow-item__title {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  white-space: nowrap;
}

.flow-arrow {
  color: #d4c8bc;
  font-size: 0.9rem;
}

/* ================================================
   FAQ
================================================ */

.sec-faq {
  background: #fffdf9;
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #ede8e0;
  padding: 32px 0;
}

.faq-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.faq-a {
  font-size: 0.9375rem;
  color: #777;
  line-height: 2;
  padding-left: 1.5em;
}

/* ================================================
   VOICE
================================================ */

.sec-voice {
  background: #fff;
}

.voice-rating {
  text-align: center;
  margin-bottom: 48px;
}

.voice-rating__stars {
  color: #f5a623;
  font-size: 1.25rem;
  margin-right: 8px;
}

.voice-rating__score {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin-right: 8px;
}

.voice-rating__count {
  font-size: 0.875rem;
  color: #888;
}

.voice-swiper {
  margin-bottom: 48px;
  padding-bottom: 40px;
}

.voice-card {
  background: #fffdf9;
  padding: 36px 32px;
  height: 100%;
}

.voice-card__stars {
  color: #f5a623;
  font-size: 1rem;
  margin-bottom: 16px;
}

.voice-card__text {
  font-size: 0.9rem;
  line-height: 2.2;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.voice-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  color: #b8a898;
  text-align: right;
}

/* ================================================
   BLOG
================================================ */

.sec-blog {
  background: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
  text-align: left;
}

.blog-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-card__img {
  overflow: hidden;
}

.blog-card__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__img img {
  transform: scale(1.03);
}

.blog-card__noimg {
  width: 100%;
  height: 220px;
  background: #f0ece6;
}

.blog-card__body {
  padding: 16px 4px;
}

.blog-card__date {
  font-size: 0.75rem;
  color: #b8a898;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.blog-card__title {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

/* ================================================
   CTA
================================================ */

.sec-cta {
  background: #f5f0ea;
  text-align: center;
}

.sec-cta__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px;
}

.sec-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #333;
  margin-bottom: 24px;
}

.sec-cta__text {
  font-size: 0.9375rem;
  line-height: 2;
  color: #777;
  margin-bottom: 48px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #06C755;
  color: #fff;
  text-decoration: none;
  padding: 18px 48px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}

.cta-btn:hover {
  opacity: 0.85;
}

.cta-btn__icon {
  font-size: 0.75rem;
  font-weight: 700;
  background: #fff;
  color: #06C755;
  padding: 2px 6px;
  border-radius: 4px;
}

/* ================================================
   FORM
================================================ */

.cta-form {
  margin-top: 56px;
  text-align: left;
}

.cta-form__label {
  text-align: center;
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 32px;
  position: relative;
}

.cta-form__label::before,
.cta-form__label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 25%;
  height: 1px;
  background: #ddd;
}

.cta-form__label::before { left: 0; }
.cta-form__label::after  { right: 0; }

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  color: #555;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.required {
  color: #c0392b;
  margin-left: 4px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 0.9375rem;
  font-family: inherit;
  color: #333;
  appearance: none;
  border-radius: 0;
}

.form-group textarea {
  height: 160px;
  resize: vertical;
}

.wpcf7-submit {
  width: 100%;
  padding: 18px;
  background: #333;
  color: #fff;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: opacity 0.2s;
  font-family: inherit;
}

.wpcf7-submit:hover {
  opacity: 0.7;
}

/* ================================================
   固定LINEボタン（SP）
================================================ */

.fixed-line {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #06c755;
  text-align: center;
  z-index: 999;
  display: none;
}

.fixed-line a {
  display: block;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

/* ================================================
   フッター
================================================ */

#lazuli-footer {
  background-color: #0f1117;
  color: #c8bfb0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8;
  width: 100%;
  display: block;
  clear: both;
}

.lazuli-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  border-bottom: 1px solid rgba(200, 191, 176, 0.15);
}

.lazuli-footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #e8e0d5;
  margin: 0 0 8px;
}

.lazuli-footer-tagline {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #7a7060;
  margin: 0;
}

.lazuli-footer-label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: #5a7a8a;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.lazuli-footer-address p {
  margin: 0;
  color: #a09888;
}

.lazuli-footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c8bfb0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.lazuli-footer-instagram:hover {
  color: #e8e0d5;
}

.lazuli-footer-links nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lazuli-footer-links a {
  color: #a09888;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 12px;
}

.lazuli-footer-links a:hover {
  color: #e8e0d5;
}

.lazuli-footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 40px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #4a4540;
}

.lazuli-footer-bottom p {
  margin: 0;
}

/* ================================================
   レスポンシブ
================================================ */

.sp-only { display: none; }

@media (max-width: 767px) {
  section {
    padding: 64px 0;
  }

  .pc-only { display: none !important; }
  .sp-only { display: block !important; }

  .photographer-inner {
    flex-direction: column;
    gap: 32px;
  }

  .photographer-img {
    flex: none;
    width: 100%;
  }

  .photographer-img img {
    height: 420px;
  }

  .sec-photographer {
    padding: 64px 20px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .menu-card__img img {
    height: 240px;
  }

  .flow-list {
    flex-direction: column;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .flow-item {
    width: 200px;
    white-space: normal;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-card__img img,
  .blog-card__noimg {
    height: 200px;
  }

  .cta-btn {
    padding: 16px 32px;
    font-size: 0.9rem;
  }

  .lazuli-footer-inner {
    grid-template-columns: 1fr;
    padding: 48px 24px 32px;
    gap: 36px;
  }

  .lazuli-footer-bottom {
    padding: 20px 24px;
  }
}

.mv-swiper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}

#content.site-content {
  display: block !important;
}

/* ================================================
   下層ページ共通 ページヒーロー
================================================ */

.page-hero {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #fffdf9;
  text-align: center;
  border-bottom: 1px solid #ede8e0;
}

.page-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #333;
}

/* ハンバーガーメニュー開いたとき ヘッダーを白に
------------------------------------------------ */
.mobile-menu-open .site-header {
  background-color: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(237, 232, 224, 0.4);
}


/* ================================================
   衣装ページ
================================================ */

.costume-hero {
  padding: 120px 0 60px;
  text-align: center;
  background: #fffdf9;
}

.costume-hero__text {
  font-size: 0.9rem;
  color: #888;
  letter-spacing: 0.05em;
}

.costume-main {
  background: #fff;
  padding: 60px 0 80px;
}

.costume-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
}

/* フィルター */
.costume-filter {
  position: sticky;
  top: 100px;
}

.costume-filter__group {
  margin-bottom: 32px;
}

.costume-filter__label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: #b8a898;
  margin-bottom: 12px;
}

.filter-btn {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #ddd;
  background: #fff;
  color: #888;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  margin: 0 4px 8px 0;
  transition: all 0.2s;
  font-family: inherit;
  border-radius: 0;
}

.filter-btn:hover {
  border-color: #b8a898;
  color: #b8a898;
}

.filter-btn.active {
  background: #b8a898;
  border-color: #b8a898;
  color: #fff;
}

/* グリッド */
.costume-grid-wrap {}

.costume-count {
  font-size: 0.8rem;
  color: #aaa;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.costume-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.costume-card__img img,
.costume-card__noimg {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  background: #f0ece6;
}

.costume-card__body {
  padding: 12px 4px;
}

.costume-card__title {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.costume-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.costume-tag {
  font-size: 0.7rem;
  color: #b8a898;
  border: 1px solid #e8e0d8;
  padding: 2px 8px;
  letter-spacing: 0.05em;
}

.costume-empty {
  text-align: center;
  color: #aaa;
  font-size: 0.9rem;
  padding: 48px 0;
}

/* SP */
@media (max-width: 767px) {
  .costume-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 20px;
  }

  .costume-filter {
    position: static;
  }

  .costume-filter__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .costume-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}