/* ============================================================
   すべてのスタイルを .lp-wrap 配下にスコープ
   CMS既存のbody/html指定には影響しません
============================================================ */

.lp-wrap *{box-sizing:border-box;margin:0;padding:0}

.lp-wrap {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  background: #2a1a18;
  color: #f5f0e8;
  line-height: 1.7;
}

:root{
  /* 赤：落ち着いたクリムゾン系に */
  --wine:#7a2028;
  --wine2:#9e2d38;
  --wine-light:#c03848;

  /* クリーム：少し明るく温かみを */
  --cream:#faf4ea;
  --cream2:#f2e8d8;

  /* アクセント：黄金→明るいアンバーに */
  --gold:#c9a84c;
  --gold-light:#e0c068;
  --gold-pale:#f0dea0;

  /* 背景：黒に近い暗さを緩和し深みのある赤茶系に */
  --dark:#2a1a18;
  --dark2:#361f1c;
  --dark3:#422824;
  --dark4:#52332e;

  --text:#faf4ea;
  --muted:#b09880;
  --muted2:#8a7060;
  --max:1120px;
  --font-serif: Georgia, "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --font-sans: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

/* ============================================================
   HEADER
============================================================ */
.lp-wrap header {
  width: 100%;
  line-height: 0;
  font-size: 0;
}

.lp-wrap .header-img-pc {
  display: block;
  width: 100%;
  aspect-ratio: 1120 / 450;
  object-fit: cover;
}

.lp-wrap .header-img-sp {
  display: none;
  width: 100%;
  aspect-ratio: 640 / 700;
  object-fit: cover;
}

/* ============================================================
   NAV
============================================================ */
.lp-wrap nav {
  background: var(--dark2);
  border-bottom: 1px solid rgba(184, 150, 90, 0.18);
}

.lp-wrap nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

.lp-wrap nav a {
  display: block;
  padding: 14px 22px;
  font-size: 14px;
  letter-spacing: .18em;
  color: var(--muted);
  text-decoration: none;
  transition: color .2s;
  border-bottom: 2px solid transparent;
}

.lp-wrap nav a:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold);
}

/* ============================================================
   SECTION 共通
============================================================ */
.lp-wrap section {
  padding: 80px 0;
}

.lp-wrap .container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

.lp-wrap .sec-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.lp-wrap .sec-eyebrow span {
  font-size: 13px;
  letter-spacing: .3em;
  color: var(--gold);
}

.lp-wrap .sec-eyebrow-line {
  height: 1px;
  width: 30px;
  background: var(--gold);
  opacity: .5;
}

.lp-wrap .sec-title {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 10px;
  letter-spacing: .03em;
}

.lp-wrap .divider {
  width: 36px;
  height: 1px;
  background: var(--gold);
  margin: 14px 0 36px;
  opacity: .7;
}

/* ============================================================
   OVERVIEW
============================================================ */
.lp-wrap .overview {
  background: var(--dark2);
}

.lp-wrap .overview-text p {
  color: rgba(245, 240, 232, 0.75);
  font-size: 17px;
  line-height: 2.1;
  margin-bottom: 18px;
}

.lp-wrap .overview-text p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   VIDEO — 幅を抑えてセンタリング
============================================================ */
.lp-wrap .video-section {
  background: var(--dark);
}

.lp-wrap .video-outer {
  max-width: 800px;
  margin: 0 auto;
}

.lp-wrap .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(184, 150, 90, 0.15);
}

.lp-wrap .video-wrapper iframe,
.lp-wrap .video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lp-wrap .video-placeholder {
  background: var(--dark3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 10px;
}

.lp-wrap .play-ring {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s;
  cursor: pointer;
}

.lp-wrap .play-ring:hover {
  background: rgba(184, 150, 90, 0.12);
}

.lp-wrap .play-ring svg {
  width: 26px;
  height: 26px;
  fill: var(--gold);
  margin-left: 5px;
}

.lp-wrap .video-placeholder p {
  font-size: 14px;
  color: var(--muted);
  letter-spacing: .1em;
}

/* ============================================================
   CAST
============================================================ */
.lp-wrap .cast-section {
  background: var(--dark2);
}

.lp-wrap .cast-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.lp-wrap .cast-card {
  background: var(--dark3);
  border: 1px solid rgba(184, 150, 90, 0.15);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .25s;
}

.lp-wrap .cast-card:hover {
  border-color: rgba(184, 150, 90, 0.4);
}

.lp-wrap .cast-photo-wrap {
  padding: 28px 28px 0;
  display: flex;
  justify-content: center;
}

.lp-wrap .cast-photo-inner {
  width: 40%;
  aspect-ratio: 2 / 3;
  background: linear-gradient(170deg, var(--dark4) 0%, var(--wine) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.lp-wrap .cast-photo-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.lp-wrap .photo-mock-label {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
  letter-spacing: .1em;
  color: rgba(245, 240, 232, 0.28);
}

.lp-wrap .photo-initial {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  color: rgba(184, 150, 90, 0.3);
}

.lp-wrap .cast-body {
  padding: 18px 28px 28px;
  text-align: center;
}

.lp-wrap .cast-role {
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--gold);
  margin-bottom: 8px;
}

.lp-wrap .cast-name {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 6px;
  line-height: 1.3;
}

.lp-wrap .cast-title-text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
}

/* ============================================================
   CORNER
============================================================ */
.lp-wrap .corner-section {
  background: var(--dark);
}

.lp-wrap h3.corner-subtitle {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: .05em;
  line-height: 1.4;
  margin-bottom: 16px;
}

.lp-wrap .corner-subtitle {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: .05em;
  margin-bottom: 16px;
  line-height: 1.4;
}

.lp-wrap .corner-text {
  color: rgba(245, 240, 232, 0.75);
  font-size: 17px;
  line-height: 2.1;
  margin-bottom: 40px;
  max-width: 1120px;
}

.lp-wrap .corner-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: 100%;
}

.lp-wrap .corner-photo {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 100%;
}

.lp-wrap .corner-photo .photo-area {
  width: 100%;
  aspect-ratio: 400 / 252;
  background: linear-gradient(135deg, var(--dark4) 0%, var(--wine) 60%, var(--dark4) 100%);
  position: relative;
  overflow: hidden;
}

.lp-wrap .corner-photo .photo-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 18px,
    rgba(184, 150, 90, 0.04) 18px,
    rgba(184, 150, 90, 0.04) 36px
  );
}

.lp-wrap .corner-photo .photo-area img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-wrap .photo-num-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--gold);
  background: rgba(26, 14, 18, 0.75);
  padding: 3px 8px;
  border-radius: 3px;
  font-family: var(--font-serif);
  font-weight: 600;
}

.lp-wrap .photo-placeholder-text {
  font-size: 10px;
  color: rgba(245, 240, 232, 0.25);
  letter-spacing: .1em;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
}

/* ============================================================
   ONDEMAND
============================================================ */
.lp-wrap .ondemand-section {
  background: var(--dark2);
}

.lp-wrap .ondemand-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 52px;
  align-items: center;
}

.lp-wrap .ondemand-logo-wrap {
  width: 260px;
  flex-shrink: 0;
}

.lp-wrap .ondemand-logo-box {
  border-radius: 10px;
  border: 1px solid rgba(184, 150, 90, 0.2);
  background: var(--dark3);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.lp-wrap .logo-texture {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 20px,
    rgba(184, 150, 90, 0.025) 20px,
    rgba(184, 150, 90, 0.025) 40px
  );
}

.lp-wrap .logo-placeholder {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lp-wrap .logo-placeholder p {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold-pale);
  white-space: nowrap;
}

.lp-wrap .logo-placeholder span {
  display: block;
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--muted2);
  margin-top: 6px;
}

.lp-wrap .ondemand-text .badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .25em;
  color: var(--gold);
  border: 1px solid rgba(184, 150, 90, 0.4);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.lp-wrap .ondemand-text p {
  color: rgba(245, 240, 232, 0.75);
  font-size: 17px;
  line-height: 2.1;
  margin-bottom: 28px;
}

.lp-wrap .ondemand-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--wine2);
  color: var(--cream);
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: .1em;
  transition: background .2s;
  border: 1px solid rgba(184, 150, 90, 0.3);
}

.lp-wrap .ondemand-btn:hover {
  background: var(--wine-light);
}

.lp-wrap .btn-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-wrap .btn-icon svg {
  width: 8px;
  height: 8px;
  fill: var(--gold-light);
  margin-left: 1px;
}

/* ============================================================
   FOOTER
============================================================ */
.lp-wrap footer {
  background: var(--dark);
  border-top: 1px solid rgba(184, 150, 90, 0.12);
  padding: 40px 0;
  text-align: center;
}

.lp-wrap footer p {
  font-size: 13px;
  color: var(--muted2);
  letter-spacing: .1em;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 768px) {
  .lp-wrap .header-img-pc { display: none; }
  .lp-wrap .header-img-sp { display: block; }

  .lp-wrap section { padding: 60px 0; }

  .lp-wrap nav a { font-size: 13px; }

  .lp-wrap .sec-eyebrow span { font-size: 12px; }
  .lp-wrap .overview-text p { font-size: 16px; }
  .lp-wrap .corner-text { font-size: 16px; }
  .lp-wrap .ondemand-text p { font-size: 16px; }
  .lp-wrap .cast-role { font-size: 12px; }
  .lp-wrap .cast-title-text { font-size: 13px; }
  .lp-wrap .ondemand-btn { font-size: 15px; }

  .lp-wrap .cast-grid { grid-template-columns: 1fr; gap: 20px; }

  .lp-wrap .corner-photos { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .lp-wrap .corner-photos .corner-photo:first-child { grid-column: 1 / -1; }

  .lp-wrap .ondemand-inner { grid-template-columns: 1fr; gap: 28px; }
  .lp-wrap .ondemand-logo-wrap { width: 100%; }
}

@media (max-width: 480px) {
  .lp-wrap .container { padding: 0 16px; }
  .lp-wrap nav a { font-size: 10px; padding: 11px 8px; letter-spacing: .06em; }
}
