/* Video streaming system LP */
main:has(.vss-lp) { margin-bottom: 0; }

/* ログイン時：管理バー分のオフセット */
.admin-bar .vss-hero { padding-top: calc(48px + 32px); }
@media (max-width: 782px) {
  .admin-bar .vss-hero { padding-top: calc(28px + 46px); }
}

.vss-lp {
  --vss-navy: #2a2148;
  --vss-navy-2: #382c5e;
  --vss-green: #6c4ff0;
  --vss-green-dark: #5232c9;
  --vss-mint: #e7e1fb;
  --vss-cream: #f5f2fd;
  --vss-line: #e3ddf1;
  --vss-text: #2f2a3d;
  color: var(--vss-text);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
}

.vss-lp *, .vss-lp *::before, .vss-lp *::after { box-sizing: border-box; }
.vss-lp h1, .vss-lp h2, .vss-lp h3, .vss-lp p, .vss-lp figure { margin: 0; }
.vss-lp a { text-decoration: none; }
.vss-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.vss-section { padding: 112px 0; scroll-margin-top: 88px; }
.vss-section--soft { background: var(--vss-cream); }

.vss-section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.vss-section-label { margin-bottom: 12px !important; color: var(--vss-green-dark); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.vss-section-head h2, .vss-intro h2 { color: var(--vss-navy); font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: .02em; line-height: 1.42; text-wrap: balance; }
.vss-section-head > p:last-child { margin-top: 18px; color: #5e5872; font-size: 17px; line-height: 1.95; }

.vss-btn { display: inline-flex; min-height: 64px; align-items: center; justify-content: center; gap: 36px; padding: 16px 30px; border-radius: 5px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.vss-btn:hover { transform: translateY(-2px); }
.vss-btn--primary { color: #fff; background: var(--vss-green); box-shadow: 0 12px 30px rgba(108,79,240,.25); }
.vss-btn--primary:hover { color: #fff; background: #5232c9; box-shadow: 0 16px 34px rgba(108,79,240,.32); }
.vss-btn--white { color: var(--vss-navy); background: #fff; box-shadow: 0 12px 30px rgba(42,33,72,.15); }
.vss-btn--white:hover { color: var(--vss-navy); box-shadow: 0 16px 38px rgba(42,33,72,.24); }

.vss-hero { position: relative; min-height: 560px; padding: 48px 0 90px; background: linear-gradient(122deg, #efeafe 0%, #f8f6ff 53%, #e6defc 100%); }
.vss-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; }
.vss-eyebrow { margin-bottom: 22px !important; color: var(--vss-green-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.vss-hero__title { color: var(--vss-navy); font-size: clamp(38px, 4.4vw, 56px); font-weight: 700; letter-spacing: -.03em; line-height: 1.28; white-space: nowrap; }
.vss-hero__title span { position: relative; z-index: 0; white-space: nowrap; font-size: 1em !important; font-weight: inherit; line-height: inherit; }
.vss-hero__title span::after { position: absolute; z-index: -1; right: 0; bottom: 4px; left: 0; height: 15px; background: #c4b5f5; content: ""; }
.vss-hero__lead { margin: 28px 0 38px !important; color: #4e4863; font-size: 18px; line-height: 2; }
.vss-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; max-height: 340px; overflow: hidden; }
.vss-hero__visual img { position: relative; z-index: 1; width: 92%; max-width: none; height: auto; filter: drop-shadow(0 26px 28px rgba(42,33,72,.18)); }

.vss-local-nav { position: relative; z-index: 5; border-bottom: 1px solid var(--vss-line); background: #fff; }
.vss-local-nav__inner { display: flex; justify-content: center; }
.vss-local-nav a { position: relative; padding: 22px 25px; color: #605974; font-size: 13px; font-weight: 600; }
.vss-local-nav a::after { position: absolute; right: 0; bottom: 16px; left: 0; width: 0; height: 2px; margin: auto; background: var(--vss-green); content: ""; transition: width .2s ease; }
.vss-local-nav a:hover { color: var(--vss-green-dark); }
.vss-local-nav a:hover::after { width: 32px; }

.vss-intro { padding: 80px 0; }
.vss-intro__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.vss-intro h2 { font-size: clamp(26px, 2.9vw, 34px); }
.vss-intro__body { padding-top: 0; }
.vss-intro__body p { color: #5e5872; font-size: 17px; line-height: 2.1; }
.vss-intro__body p + p { margin-top: 20px; }

.vss-works { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 820px; margin-inline: auto; }
.vss-work-card { overflow: hidden; border: 1px solid var(--vss-line); border-radius: 8px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.vss-work-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(42,33,72,.1); }
.vss-work-card__link { display: flex; height: 100%; flex-direction: column; color: inherit; }
.vss-work-card__image { overflow: hidden; aspect-ratio: 16 / 10; background: #ece6fb; }
.vss-work-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vss-work-card:hover .vss-work-card__image img { transform: scale(1.035); }
.vss-work-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(145deg, #e6defc, #d2c4f8); color: var(--vss-green-dark); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.vss-work-card__body { display: flex; min-height: 200px; flex: 1; flex-direction: column; padding: 27px 26px; }
.vss-work-card__category { margin-bottom: 10px !important; color: var(--vss-green-dark); font-size: 12px; font-weight: 700; }
.vss-work-card h3 { color: var(--vss-navy); font-size: 19px; line-height: 1.65; }
.vss-work-card__excerpt { display: -webkit-box; overflow: hidden; margin-top: 12px !important; color: #605974; font-size: 14px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.vss-text-link { display: block; margin-top: auto; padding-top: 20px; color: var(--vss-green-dark); font-size: 13px; font-weight: 700; }

.vss-reasons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.vss-reason { position: relative; overflow: hidden; flex: 0 0 calc(33.333% - 11px); padding: 36px 30px 32px; border: 1px solid var(--vss-line); border-radius: 10px; background: #fff; }
.vss-reason__number { margin-bottom: 16px; }
.vss-reason__number span { display: flex; flex-direction: column; gap: 2px; }
.vss-reason__number span::before { content: "REASON"; color: var(--vss-green); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1; }
.vss-reason__number span em { color: var(--vss-green); font-family: Arial, sans-serif; font-size: 40px; font-style: normal; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.vss-reason h3 { margin-bottom: 10px; color: var(--vss-navy); font-size: 18px; font-weight: 700; }
.vss-reason div p { color: #5e5872; font-size: 15px; line-height: 1.9; }

.vss-video { max-width: 800px; margin: 0 auto; padding: 44px 46px; border: 1px solid var(--vss-line); border-radius: 12px; background: #fff; text-align: center; }
.vss-video .vss-video__logo { margin: 0 0 40px; }
.vss-video__logo img { width: auto; height: 40px; }
.vss-video > p { color: #5e5872; font-size: 16px; line-height: 2.05; }
.vss-video__note { margin-top: 20px !important; color: var(--vss-green-dark); font-size: 14px; font-weight: 600; }

.vss-price-section { background: linear-gradient(180deg, #fff 0%, #f1ecfd 100%); }
.vss-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.vss-prices--two { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-inline: auto; }
.vss-price { position: relative; display: flex; flex-direction: column; padding: 44px 30px 38px; border: 2px solid var(--vss-green); border-radius: 8px; background: #fff; text-align: center; }
.vss-price__type { margin-bottom: 12px !important; color: var(--vss-green-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.vss-price h3 { color: var(--vss-navy); font-size: 20px; }
.vss-price__amount { margin: 22px 0 10px !important; color: var(--vss-navy); font-size: 14px; white-space: nowrap; }
.vss-price__amount strong { font-family: Arial, sans-serif; font-size: clamp(28px, 3vw, 39px); letter-spacing: -.04em; }
.vss-price__features { display: flex; flex-direction: column; gap: 11px; margin: 22px 0 0; padding: 22px 4px 0; border-top: 1px solid var(--vss-line); list-style: none; text-align: left; }
.vss-price__features li { display: flex; align-items: flex-start; gap: 10px; color: #494360; font-size: 15px; line-height: 1.6; }
.vss-price__features li::before { flex-shrink: 0; margin-top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--vss-green); content: ""; }
.vss-price-section__note { margin-top: 28px !important; color: #837d96; font-size: 13px; text-align: center; }

.vss-flow { position: relative; max-width: 900px; margin: 0 auto; padding: 0; list-style: none; }
.vss-flow::before { position: absolute; top: 55px; bottom: 55px; left: 58px; width: 1px; background: #b3a3ee; content: ""; }
.vss-flow__item { position: relative; display: grid; grid-template-columns: 116px 1fr; align-items: center; min-height: 126px; }
.vss-flow__number { position: relative; z-index: 1; display: flex; width: 84px; height: 84px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #a695ed; border-radius: 50%; color: var(--vss-green-dark); background: var(--vss-cream); font-family: Arial, sans-serif; font-size: 25px; font-weight: 700; }
.vss-flow__number span { margin-bottom: 1px; font-size: 8px; letter-spacing: .14em; }
.vss-flow__body { padding: 24px 30px; border-bottom: 1px solid var(--vss-line); }
.vss-flow__body h3 { margin-bottom: 9px; color: var(--vss-navy); font-size: 19px; }
.vss-flow__body p { color: #5e5872; font-size: 15px; line-height: 1.85; }

.vss-faq-wrap { max-width: 960px; }
.vss-faq__item { border-bottom: 1px solid var(--vss-line); }
.vss-faq__item summary { display: grid; grid-template-columns: 40px 1fr 24px; gap: 15px; align-items: center; padding: 27px 12px; color: var(--vss-navy); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.vss-faq__item summary::-webkit-details-marker { display: none; }
.vss-faq__mark { color: var(--vss-green-dark); font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; }
.vss-faq__toggle { position: relative; width: 18px; height: 18px; }
.vss-faq__toggle::before, .vss-faq__toggle::after { position: absolute; top: 8px; right: 0; width: 16px; height: 1px; background: var(--vss-navy); content: ""; transition: transform .2s ease; }
.vss-faq__toggle::after { transform: rotate(90deg); }
.vss-faq__item[open] .vss-faq__toggle::after { transform: rotate(0); }
.vss-faq__answer { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 0 52px 28px 12px; }
.vss-faq__mark--a { color: #a99ad6; }
.vss-faq__answer p { color: #5e5872; font-size: 15px; line-height: 1.95; }

.vss-cta { position: relative; overflow: hidden; padding: 102px 0; color: #fff; background: linear-gradient(125deg, #5232c9, #6c4ff0); text-align: center; }
.vss-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 60px; text-align: left; }
.vss-cta__media { flex: 0 0 26%; margin: 0; }
.vss-cta__media img { display: block; width: 100%; height: auto; object-fit: cover; border-radius: 22px; box-shadow: 0 26px 60px rgba(0,0,0,.28); }
.vss-cta__body { flex: 1 1 auto; min-width: 0; }
.vss-cta .vss-section-label { color: #ddd2fb; }
.vss-cta h2 { font-size: clamp(30px, 4.5vw, 48px); line-height: 1.5; text-wrap: balance; }
.vss-cta__body > p:nth-of-type(2) { margin: 22px 0 34px !important; color: #ece5fd; font-size: 15px; line-height: 2; }
.vss-cta__sub { margin-top: 18px !important; color: #ddd2fb; font-size: 12px; }
.vss-cta__shape { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.vss-cta__shape--one { top: -190px; left: -120px; width: 480px; height: 480px; }
.vss-cta__shape--two { right: -90px; bottom: -260px; width: 560px; height: 560px; }

@media (max-width: 900px) {
  .vss-section { padding: 88px 0; }
  .vss-hero { min-height: auto; padding-top: calc(10px); }
  .vss-hero__inner { grid-template-columns: 1fr 1fr; }
  .vss-hero__title { font-size: clamp(37px, 5.4vw, 52px); }
  .vss-hero__visual { max-height: 380px; }
  .vss-hero__visual img { width: 112%; }
  .vss-local-nav a { padding-inline: 13px; }
  .vss-intro__inner { gap: 50px; }
  .vss-works { gap: 15px; }
  .vss-work-card__body { padding: 22px 19px; }
  .vss-prices { gap: 12px; }
  .vss-price { padding-inline: 18px; }
}

@media (max-width: 700px) {
  .vss-shell { width: min(100% - 34px, 560px); }
  .vss-section { padding: 72px 0; }
  .vss-section-head { margin-bottom: 38px; }
  .vss-section-head h2, .vss-intro h2 { font-size: 27px; }
  .vss-section-head > p:last-child { font-size: 15px; }
  .vss-btn { width: 100%; min-height: 58px; }
  .vss-hero { padding: calc(28px) 0 44px; }
  .vss-hero::before { display: none; }
  .vss-hero__inner { display: flex; flex-direction: column; gap: 0; text-align: center; }
  .vss-hero__content { display: contents; }
  .vss-eyebrow { order: 1; margin-bottom: 12px !important; font-size: 10px; letter-spacing: .12em; }
  .vss-hero__title { order: 2; margin-bottom: 36px !important; font-size: clamp(31px, 8.4vw, 40px); line-height: 1.34; white-space: normal; }
  .vss-hero__title span::after { bottom: 2px; height: 11px; }
  .vss-hero__visual { order: 3; max-height: none; width: 100%; margin: 0 auto 26px; }
  .vss-hero__visual img { width: 100%; }
  .vss-hero__lead { order: 4; margin: 0 auto 26px !important; max-width: 22em; font-size: 15px; line-height: 1.95; }
  .vss-hero__content .vss-btn { order: 5; }
  .vss-local-nav { display: none; }
  .vss-intro__inner { display: block; }
  .vss-intro__body { padding-top: 28px; }
  .vss-intro__body p { font-size: 15px; line-height: 2; }
  .vss-works { grid-template-columns: 1fr; gap: 18px; max-width: 420px; }
  .vss-work-card__body { min-height: auto; }
  .vss-text-link { margin-top: 16px; }
  .vss-reason { flex: 0 0 100%; padding: 28px 26px 26px; }
  .vss-reason__number { margin-bottom: 12px; }
  .vss-reason h3 { font-size: 17px; }
  .vss-video { padding: 32px 24px; }
  .vss-video .vss-video__logo { margin-bottom: 28px; }
  .vss-video__logo img { height: 32px; }
  .vss-video > p { font-size: 15px; line-height: 1.95; text-align: left; }
  .vss-prices, .vss-prices--two { grid-template-columns: 1fr; gap: 16px; max-width: 420px; }
  .vss-price { padding: 38px 24px 30px; }
  .vss-price__amount strong { font-size: 36px; }
  .vss-flow::before { left: 29px; }
  .vss-flow__item { grid-template-columns: 74px 1fr; min-height: 144px; }
  .vss-flow__number { width: 60px; height: 60px; font-size: 19px; }
  .vss-flow__body { padding: 24px 0 24px 12px; }
  .vss-flow__body h3 { font-size: 17px; }
  .vss-flow__body p { font-size: 14px; }
  .vss-faq__item summary { grid-template-columns: 30px 1fr 20px; gap: 8px; padding: 22px 2px; font-size: 14px; line-height: 1.65; }
  .vss-faq__answer { grid-template-columns: 30px 1fr; gap: 8px; padding: 0 26px 23px 2px; }
  .vss-cta { padding: 74px 0; }
  .vss-cta h2 { font-size: 26px; }
  .vss-cta h2 br, .vss-cta p br { display: none; }
  .vss-cta__inner { flex-direction: column; text-align: center; gap: 30px; }
  .vss-cta__media { flex-basis: auto; width: 100%; }
  .vss-cta__media img { height: auto; }
  .vss-cta__body > p:nth-of-type(2) { font-size: 14px; }
}

.vss-totop { position: fixed; right: 28px; bottom: 32px; z-index: 100; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: #6c4ff0; box-shadow: 0 4px 14px rgba(108,79,240,.35); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.vss-totop:hover { background: #5232c9; transform: translateY(-3px); }
.vss-totop.is-visible { opacity: 1; pointer-events: auto; }

@media (prefers-reduced-motion: reduce) {
  .vss-lp *, .vss-lp *::before, .vss-lp *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
