.main {
  padding-top: 0px !important;
}

.lp-content, .lp-content *, .lp-content *::before, .lp-content *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lp-content {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-content img { max-width: 100%; display: block; }

/* ── PC / SP visibility ── */
.lp-content .is-sp { display: none; }
.lp-content .is-pc { display: block; }
@media (max-width: 768px) {
  .lp-content .is-sp { display: block; }
  .lp-content .is-pc { display: none; }
}

/* ── KV ── */
.lp-content .section-kv { width: 100%; overflow: hidden; }
.lp-content .kv-slider { overflow: hidden; }
.lp-content .kv-slide img {
  width: 100%;
  object-fit: cover;
}
.lp-content .kv-slide {
  aspect-ratio: 16 / 9;
  max-height: 80vh;
  overflow: hidden;
  background: #bbb;
}
.lp-content .kv-slide picture { display: block; width: 100%; height: 100%; }
.lp-content .kv-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 768px) {
  .lp-content .kv-slide { aspect-ratio: 4 / 5; max-height: none; }
}

/* ── Copy ── */
.lp-content .section-copy {
  padding: 80px 40px 56px;
  text-align: center;
  background: #fff;
}
.lp-content .copy-body {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.6;
  color: #111;
}
.lp-content .copy-tagline-img {
  display: block;
  margin: 64px auto 0;
  max-width: 350px;
}
@media (max-width: 768px) {
  .lp-content .section-copy { padding: 48px 20px; }
  .lp-content .copy-body { font-size: 13px; line-height: 2.4; }
  .lp-content .copy-tagline-img { max-width: 250px; margin: 38px auto 0; }
}

/* ── Section title ── */
.lp-content .section-title {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .lp-content .section-title { font-size: 26px; margin: 36px 0; }
}

/* ── Featured Item ── */
.lp-content .section-featured {
  padding: 0 40px 64px;
  background: #fff;
}
.lp-content .featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1080px;
  margin: 50px auto;
}
.lp-content .featured-col { display: flex; flex-direction: column; gap: 6px; }

.lp-content .featured-text-link,
.lp-content .featured-collection-link {
  display: block;
  font-size: 13px;
  color: #111 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
}
.lp-content .featured-text-link:hover,
.lp-content .featured-collection-link:hover { color: #555 !important; }

.lp-content .featured-kv-img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ccc;
  margin-bottom: 6px;
}
.lp-content .featured-kv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-content .featured-coming-soon {
  display: block;
  font-size: 13px;
  color: #999;
  text-align: left;
}

/* ── CTA Buttons (定番/新着) ── */
.lp-content .section-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 50px 0 20px;
  background: #fff;
}
.lp-content .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #111;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
  min-width: 180px;
  transition: background 0.2s;
}
.lp-content .cta-btn:hover { background: #444; }
@media (max-width: 768px) {
  .lp-content .section-cta { flex-direction: column; padding: 40px 0 0; gap: 12px; margin: 0 auto; width: 50%; }
  .lp-content .cta-btn { width: 100%; min-width: unset; padding: 14px 20px; }
}


/* SP: 2 columns */
@media (max-width: 768px) {
  .lp-content .section-featured { padding: 26px 16px; }
  .lp-content .featured-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
  .lp-content .featured-coming-soon { font-size: 12px; }
}

/* ── Cast Profile ── */
.lp-content .section-cast {
  padding: 0 40px;
  background: #fff;
}
.lp-content .cast-item {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  max-width: 900px;
  margin: 50px auto 64px;
}

.lp-content .cast-item:last-child { margin-bottom: 0; }
.lp-content .cast-photo {
  width: 360px;
  flex-shrink: 0;
  overflow: hidden;
  align-self: stretch;
}
.lp-content .cast-photo img { width: 100%; height: 100%; object-fit: cover; }
.lp-content .cast-info { flex: 1; padding-top: 0; }
.lp-content .cast-name {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: -0.1em;
  margin-bottom: 32px!important;
}
.lp-content .cast-bio { font-size: 13px; line-height: 2.0; color: #333; }

/* SP: stacked */
@media (max-width: 768px) {
  .lp-content .section-cast { padding: 36px 16px; }
  .lp-content .cast-item {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
  }
  .lp-content .cast-photo { width: 100%; }
  .lp-content .cast-name { font-size: 18px; }
  .lp-content .cast-bio { font-size: 13px; }
}

/* ── Movie ── */
.lp-content .section-movie {
  padding: 64px 40px;
  background: #fff;
}
.lp-content .section-movie .section-title { color: #111; }
.lp-content .movie-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.lp-content .movie-wrap video {
  width: 100%;
}
.lp-content .movie-wrap video.is-pc { display: block; aspect-ratio: 16 / 9; }
.lp-content .movie-wrap video.is-sp { display: none; aspect-ratio: 9 / 16; }
@media (max-width: 768px) {
  .lp-content .movie-wrap video.is-pc { display: none; }
  .lp-content .movie-wrap video.is-sp { display: block; }
}
.lp-content .movie-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-content .movie-placeholder p {
  color: #555;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .lp-content .section-movie { padding: 48px 16px; }
}

/* ── Brand Movie ── */
.lp-content .section-films {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.lp-content .films-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lp-content .films-video-wrap.is-sp {
    aspect-ratio: unset;
    height: 100vh;
    height: 100dvh;
  }
  .lp-content .films-video-wrap.is-sp video {
    object-fit: cover;
  }
}
.lp-content .films-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.lp-content .films-video-wrap.is-loaded video {
  opacity: 1;
}
.lp-content .video-skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #101010 30%, #1e1e1e 50%, #101010 70%);
  background-size: 200% 100%;
  animation: cpn-skeleton-shimmer 1.6s ease-in-out infinite;
  transition: opacity 0.3s ease;
}
.lp-content .films-video-wrap.is-loaded .video-skeleton {
  opacity: 0;
  pointer-events: none;
}
@keyframes cpn-skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ── Slick overrides ── */
.lp-content .slick-dots { bottom: 14px; }
.lp-content .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
  opacity: 0.5;
}
.lp-content .slick-dots li.slick-active button:before { opacity: 1; }
