/* インデックス（スプラッシュ）ページ — .pcu95front 内のみ */

.pcu95front .index-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--white, #fff);
  color: var(--text-primary, #1a1a1a);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

.pcu95front .index-page__meta {
  flex-shrink: 0;
  padding: clamp(3px, 0.9vw, 6px) var(--container-padding, 16px);
  text-align: center;
  font-size: clamp(12px, 2.8vw, 14px);
  letter-spacing: 0.06em;
  color: var(--text-muted, #6b7280);
  line-height: 1.35;
  border-bottom: 1px solid var(--border, #e5e7eb);
  background: var(--bg-light, #fafafa);
}

.pcu95front .index-page__meta-inner {
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
}

.pcu95front .index-page__meta-sep {
  margin: 0 0.35em;
  color: var(--text-muted, #9ca3af);
  font-weight: 300;
}

.pcu95front .index-page__hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  background: linear-gradient(160deg, #fce4ec 0%, #f5f5f5 45%, #fff 100%);
  overflow: hidden;
}

/* ヒーロー：幅100%に追従し、縦はアスペクト比＋最大高でスマホでも破綻しにくくする */
.pcu95front .index-page__hero-media-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 0;
}

.pcu95front .index-page__hero-media-wrap--link {
  cursor: pointer;
}

.pcu95front .index-page__hero-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
  object-fit: contain;
  object-position: center;
}

.pcu95front .index-page__hero-video:not(.lazy-viewport-video) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
  object-fit: contain;
  object-position: center;
}

.pcu95front .index-page__hero-video.lazy-viewport-video {
  display: block;
  width: 100%;
  max-width: 100%;
}

.pcu95front .index-page__hero-video.lazy-viewport-video .lazy-viewport-video__media {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
  object-fit: contain;
  object-position: center;
}

.pcu95front .index-page__hero-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(40vh, 320px);
  min-height: min(40svh, 320px);
  padding: clamp(24px, 6vw, 64px) clamp(16px, 4vw, 24px);
  text-align: center;
  color: var(--text-muted, #9ca3af);
  font-size: clamp(12px, 3.2vw, 14px);
  letter-spacing: 0.08em;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.pcu95front .index-page__hero-fallback .index-page__hero-img {
  width: auto;
  max-width: min(92vw, 420px);
  height: auto;
  max-height: min(28svh, 200px);
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
}

.pcu95front .index-page__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(28px, 6vw, 48px) var(--container-padding, 16px) clamp(40px, 8vw, 64px);
  gap: clamp(24px, 5vw, 36px);
}

.pcu95front .index-page__enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(280px, 100%);
  max-width: 100%;
  padding: 16px 48px;
  border: none;
  border-radius: 999px;
  font-family: var(--font-family-inter), sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #e8919f 0%, #d97a8a 100%);
  box-shadow: 0 8px 28px rgba(232, 145, 159, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.pcu95front .index-page__enter:hover {
  filter: brightness(1.05);
  /* テンプレート色に追従させる（既定はピンク系） */
  box-shadow: 0 10px 32px var(--accent-soft, rgba(232, 145, 159, 0.42));
  transform: translateY(-2px);
}

.pcu95front .index-page__enter:focus-visible {
  outline: 2px solid var(--accent, #e8919f);
  outline-offset: 4px;
}

.pcu95front .index-page__notice {
  max-width: 36em;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 1.85;
  color: var(--text-secondary, #4b5563);
}

.pcu95front .index-page__notice p {
  margin: 0 0 0.75em;
}

.pcu95front .index-page__notice > p:last-of-type {
  margin-bottom: 0;
}

.pcu95front .index-page__notice:has(.index-page__mutual) > p:last-of-type {
  margin-bottom: 0.5rem;
}

.pcu95front .index-page__notice-store {
  font-weight: 600;
  color: var(--text-primary, #1a1a1a);
}

.pcu95front .index-page__minor-link {
  display: inline-block;
  margin-top: 4px;
  color: #c2410c;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
}

.pcu95front .index-page__minor-link:hover {
  color: #9a3412;
}

/* 相互リンク（認証ページ）：18歳未満リンクの直下 — 幅に応じて1〜3列 */
.pcu95front .index-page__mutual {
  width: 100%;
  max-width: min(960px, 100%);
  margin: 0 auto;
  padding-top: clamp(16px, 3vw, 22px);
  margin-top: clamp(8px, 2vw, 12px);
  border-top: 1px solid rgba(232, 145, 159, 0.25);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: clamp(14px, 3vw, 18px);
  align-items: start;
}

.pcu95front .index-page__mutual-item {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.pcu95front .index-page__mutual-item--tag {
  text-align: center;
  line-height: 0;
}

.pcu95front .index-page__mutual-item--tag > * {
  max-width: 100%;
}

.pcu95front .index-page__mutual-item--tag img,
.pcu95front .index-page__mutual-item--tag iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pcu95front .index-page__mutual-item--tag a {
  display: inline-block;
  max-width: 100%;
}

.pcu95front .index-page__mutual-banner-link {
  display: block;
  width: 100%;
  line-height: 0;
  border-radius: var(--radius-sm, 8px);
  overflow: hidden;
  border: 1px solid var(--border, #e5e7eb);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.pcu95front .index-page__mutual-banner-link:hover {
  border-color: rgba(232, 145, 159, 0.45);
  box-shadow: 0 4px 18px rgba(232, 145, 159, 0.18);
  transform: translateY(-2px);
}

.pcu95front .index-page__mutual-banner-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
}

.pcu95front .index-page__foot {
  flex-shrink: 0;
  padding: clamp(20px, 4vw, 32px) var(--container-padding, 16px);
  text-align: center;
  font-size: 11px;
  line-height: 1.75;
  color: var(--text-muted, #9ca3af);
  border-top: 1px solid var(--border, #e5e7eb);
  background: var(--bg-light, #fafafa);
}

.pcu95front .index-page__foot p {
  margin: 0 0 0.5em;
}

.pcu95front .index-page__foot p:last-child {
  margin-bottom: 0;
}

/* 狭い画面：アドレスバー変動に強い svh で高さを抑え、本文とのバランスを取る */
@media (max-width: 480px) {

  .pcu95front .index-page__mutual-item--tag img,
  .pcu95front .index-page__mutual-item--tag iframe,
  .pcu95front .index-page__mutual-item--tag video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .pcu95front .index-page__notice {
    font-size: 14px;
  }
}
