/* TOP固有スタイル */

/* MVコンテナ */
.tsuzaki-mv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#slideshow {
  width: 100%;
  height: 100%;
}

#slideshow .swiper-slide {
  height: 100vh;
}

#slideshow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tsuzaki-mv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.18) 40%, rgba(0,0,0,0.58) 100%);
  z-index: 1;
  pointer-events: none;
}

/* キャッチコピーブロック */
.tsuzaki-mv-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 8vw clamp(8rem, 10vh, 12rem);
  color: #fff;
  pointer-events: none;
}

/* ラベル：TSUZAKI KENSOU / SINCE ... */
.tsuzaki-mv-copy__label {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.2em;
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  opacity: 0.85;
}

.tsuzaki-mv-copy__label::before {
  content: "";
  width: 2.5em;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  flex-shrink: 0;
}

/* 見出しコピー */
.tsuzaki-mv-copy__catch {
  font-family: "Hiragino Mincho ProN", "游明朝 Medium", "Yu Mincho", serif;
  font-weight: 500;
  font-size: clamp(2.9rem, 5.2vw, 6.7rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
  max-width: 16em;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

/* アクセントカラー（職人） */
.tsuzaki-mv-copy__accent {
  color: #c8986a;
  font-size: 1.08em;
}

/* リードテキスト */
.tsuzaki-mv-copy__lead {
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: 2;
  opacity: 0.9;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

@media all and (max-width: 896px) {
  .tsuzaki-mv-copy {
    padding: 0 5vw clamp(9rem, 10vh, 12rem);
  }
  .tsuzaki-mv-copy__catch {
    font-size: clamp(2.9rem, 6vw, 5rem);
  }
}

@media all and (max-width: 639px) {
  .tsuzaki-mv-copy {
    padding: 0 20px clamp(9rem, 12vh, 13rem);
  }
  .tsuzaki-mv-copy__label {
    font-size: 1rem;
    letter-spacing: 0.25em;
  }
  .tsuzaki-mv-copy__catch {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .tsuzaki-mv-copy__lead {
    font-size: 1.3rem;
  }
}

/* セクション共通 */
.tsuzaki-section {
  padding: 100px 20px;
}

.tsuzaki-section-inner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

@media all and (max-width: 639px) {
  .tsuzaki-section {
    padding: 60px 15px;
  }
}
