/* ダサスラ★メーカー — 紹介ページ */
:root {
  --bg: #fffdf5; --ink: #26221c; --mute: #7d7663; --line: #e6dfcf;
  --pink: #e6007a; --pink-d: #b30061; --yel: #ffe600; --blue: #1616d6; --cyan: #20fefe; --lime: #00ee00; --mag: #ff00ff;
  --pop: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Yu Gothic', sans-serif;
  --dot: 'DotGothic16', monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink);
  font-family: 'Zen Kaku Gothic New', 'Hiragino Sans', 'Yu Gothic', sans-serif; font-size: 15px; line-height: 1.9;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  background-image: linear-gradient(rgba(38, 34, 28, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 34, 28, .05) 1px, transparent 1px);
  background-size: 24px 24px;
}
a { color: var(--pink); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.sp { display: none; }

/* ティッカー（marquee風） */
.ticker { background: var(--ink); color: var(--yel); font-family: var(--dot); font-size: 14px; letter-spacing: .04em; overflow: hidden; white-space: nowrap; border-bottom: 3px solid var(--yel); }
.tk { display: inline-flex; animation: tk 38s linear infinite; }
.tk span { padding: 6px 0; }
.tk b { color: #fff; }
@keyframes tk { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ナビ */
.topnav { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 8px; }
.logo { font-family: var(--dot); font-size: 24px; color: var(--ink); text-decoration: none; letter-spacing: .02em; }
.logo span { color: var(--pink); display: inline-block; animation: spin 2.4s linear infinite; }
.navCta { font-weight: 700; font-size: 13px; text-decoration: none; color: var(--ink); border: 2px solid var(--ink); background: #fff; padding: 8px 16px; border-radius: 8px; box-shadow: 3px 3px 0 var(--ink); }
.navCta:hover { background: var(--yel); }

/* ヒーロー */
.hero { position: relative; padding: 28px 0 0; }
.heroGrid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: center; padding-bottom: 44px; }
.eyebrow { font-family: var(--dot); font-size: 13px; color: var(--mute); letter-spacing: .1em; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.new { display: inline-block; background: #ff0000; color: #fff; font-weight: 900; font-family: var(--pop); font-size: 12px; padding: 2px 8px; border-radius: 4px; transform: rotate(-6deg); animation: blink 1s steps(2, start) infinite; }
@keyframes blink { to { visibility: hidden; } }
.wordart {
  font-family: var(--pop); font-weight: 900; font-style: italic; line-height: 1.05; letter-spacing: .02em;
  font-size: clamp(46px, 7.2vw, 88px); margin: 4px 0 14px; transform: skewY(-4deg); transform-origin: left center;
}
.wordart span { display: inline-block; padding: 0 .14em 0 .06em; margin: 0 -.08em 0 -.02em; background-image: linear-gradient(180deg, #ffe400 0%, #ff9000 30%, #ff0000 55%, #8800cc 80%, #0033ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
  -webkit-text-stroke: 1.5px #000; filter: drop-shadow(2px 2px 0 #9a9a9a) drop-shadow(2px 2px 0 #7d7d7d) drop-shadow(2px 2px 0 #5c5c5c); animation: hue 6s linear infinite; }
.wordart .star { -webkit-text-stroke: 0; background-image: linear-gradient(180deg, #fff, var(--yel)); animation: spin 3s linear infinite, hue 6s linear infinite; }
@keyframes hue { to { filter: drop-shadow(2px 2px 0 #9a9a9a) drop-shadow(2px 2px 0 #7d7d7d) drop-shadow(2px 2px 0 #5c5c5c) hue-rotate(360deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
.tag { font-family: var(--pop); font-weight: 900; font-size: clamp(22px, 3vw, 32px); line-height: 1.4; margin-bottom: 14px;
  background: linear-gradient(transparent 55%, var(--yel) 55%); display: inline; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.sub { font-size: 15px; color: #4b463c; margin: 16px 0 20px; max-width: 52ch; }
.sub strong { color: var(--pink); }
.ctaRow { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cta { display: inline-block; font-family: var(--pop); font-weight: 900; font-size: 18px; color: #fff; text-decoration: none; background: var(--pink); border: 3px solid var(--ink); padding: 12px 26px; border-radius: 10px; box-shadow: 5px 5px 0 var(--ink); transition: transform .08s, box-shadow .08s; animation: pulse 1.6s ease-in-out infinite; }
.cta:hover { background: var(--pink-d); }
.cta:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.cta.big { font-size: 22px; padding: 16px 34px; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } }
.ctaNote { font-size: 12px; color: var(--mute); font-weight: 700; }

.heroVis { position: relative; }
.tape { position: absolute; top: -14px; left: -10px; right: -10px; z-index: 2; background: repeating-linear-gradient(-45deg, var(--yel) 0 14px, var(--ink) 14px 28px); color: var(--ink); font-family: var(--dot); font-size: 12px; padding: 2px 10px; text-align: center; transform: rotate(-2deg); overflow: hidden; white-space: nowrap; }
.tape::before { content: ''; position: absolute; inset: 0; background: rgba(255, 255, 255, .55); z-index: -1; }
.demo { position: relative; aspect-ratio: 16 / 9; background: #000; border: 4px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); border-radius: 6px; overflow: hidden; }
.demo canvas { display: block; }
.demoCap { font-size: 12px; color: var(--mute); margin-top: 14px; text-align: center; font-weight: 700; }
.demoCap em { color: var(--pink); font-style: normal; animation: blink 1.2s steps(2, start) infinite; }
.spark { position: absolute; color: var(--yel); font-size: 28px; -webkit-text-stroke: 1px #c90; animation: twinkle 1.8s ease-in-out infinite; pointer-events: none; }
.spark.s1 { top: -22px; right: 14px; } .spark.s2 { bottom: 26px; left: -18px; animation-delay: .6s; } .spark.s3 { top: 40%; right: -20px; animation-delay: 1.1s; font-size: 20px; }
@keyframes twinkle { 0%, 100% { transform: scale(.6) rotate(0); opacity: .5; } 50% { transform: scale(1.2) rotate(45deg); opacity: 1; } }
.caution { height: 14px; background: repeating-linear-gradient(-45deg, var(--yel) 0 20px, var(--ink) 20px 40px); background-size: 56px 56px; animation: cau 1.2s linear infinite; }
@keyframes cau { to { background-position: 56px 0; } }

/* セクション共通 */
section { padding: 56px 0; }
section:nth-of-type(even) { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.h2 { font-family: var(--pop); font-weight: 900; font-size: clamp(26px, 4vw, 36px); line-height: 1.3; margin-bottom: 14px; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.h2 .en { font-family: var(--dot); font-weight: 400; font-size: 14px; letter-spacing: .2em; text-transform: uppercase; background: var(--ink); color: var(--yel); padding: 2px 10px; position: relative; top: -.45em; }
.lead { max-width: 70ch; color: #4b463c; margin-bottom: 26px; }
.note { font-size: 12.5px; color: var(--mute); line-height: 1.8; }

/* 素材 */
.mats { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.mcard { background: #fff; border: 2px solid var(--ink); border-radius: 10px; padding: 10px 12px 12px; box-shadow: 4px 4px 0 var(--ink); transition: transform .15s; }
.mcard:hover { transform: rotate(-2deg) scale(1.03); }
.mcard canvas { display: block; width: 100%; aspect-ratio: 5 / 3; background: #f6f3ec; border-radius: 6px; border: 1px solid var(--line); }
.mcard h3 { font-family: var(--pop); font-weight: 900; font-size: 16px; margin: 10px 0 2px; }
.mcard p { font-size: 12.5px; color: var(--mute); line-height: 1.6; }

/* 動き */
.motionGrid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: start; }
.motionDemo { aspect-ratio: 16 / 9; background: #000; border: 4px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); border-radius: 6px; overflow: hidden; }
.motionDemo canvas { display: block; }
.mb { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.mb .lbl { width: 100%; font-family: var(--dot); font-size: 12px; color: var(--pink); letter-spacing: .1em; }
.mb button { font-family: inherit; font-weight: 700; font-size: 13px; padding: 7px 12px; border: 2px solid var(--ink); background: #fff; border-radius: 8px; cursor: pointer; box-shadow: 2px 2px 0 var(--ink); }
.mb button:hover { background: var(--yel); }
.mb button.on { background: var(--ink); color: var(--yel); }

/* 書き出し */
.feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.fcard { background: #fff; border: 2px solid var(--ink); border-radius: 12px; padding: 20px; box-shadow: 4px 4px 0 var(--ink); }
.fcard.hot { background: #fff8c2; position: relative; }
.fcard.hot::after { content: 'おすすめ'; position: absolute; top: -12px; right: 14px; background: #ff0000; color: #fff; font-family: var(--pop); font-weight: 900; font-size: 12px; padding: 2px 10px; border-radius: 4px; transform: rotate(4deg); animation: blink 1s steps(2, start) infinite; }
.fcard h3 { font-family: var(--pop); font-weight: 900; font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
.fcard h3 span { display: block; font-family: var(--dot); font-weight: 400; font-size: 12px; color: var(--pink); letter-spacing: .2em; }
.fcard p { font-size: 13.5px; color: #4b463c; }
.specs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.specs span { font-family: var(--dot); font-size: 12px; background: var(--ink); color: var(--yel); padding: 2px 8px; }

/* 使い方 */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: st; }
.step { background: #fff; border: 2px dashed var(--ink); border-radius: 12px; padding: 22px 20px 20px; position: relative; counter-increment: st; }
.step::before { content: counter(st); position: absolute; top: -18px; left: 16px; width: 36px; height: 36px; border-radius: 50%; background: var(--pink); color: #fff; font-family: var(--pop); font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: center; border: 3px solid var(--ink); }
.step h3 { font-family: var(--pop); font-weight: 900; font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 13.5px; color: #4b463c; }

/* シーン */
.scenes { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 12px; }
.scenes li { background: #fff; border: 2px solid var(--ink); border-radius: 10px; padding: 14px 16px; font-size: 13.5px; color: #4b463c; box-shadow: 3px 3px 0 var(--ink); }
.scenes li b { display: block; font-family: var(--pop); font-weight: 900; font-size: 16px; color: var(--ink); margin-bottom: 4px; }

/* FAQ */
.faq details { background: #fff; border: 2px solid var(--ink); border-radius: 10px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 700; padding: 14px 18px; list-style: none; display: flex; gap: 10px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: 'Q'; font-family: var(--dot); color: var(--pink); font-size: 18px; flex: none; }
.faq .a { padding: 0 18px 16px 44px; font-size: 14px; color: #4b463c; }

/* クロージング */
.closing { text-align: center; padding: 70px 22px 60px; }
.cl1 { font-family: var(--pop); font-weight: 900; font-size: 24px; }
.wordart.small { font-size: clamp(64px, 12vw, 140px); transform: none; margin: 0 0 24px; }
.wordart.small span { animation: hue 6s linear infinite, pulse 1.6s ease-in-out infinite; }
.cl2 { margin-top: 18px; font-size: 12px; color: var(--mute); }

/* 免責 */
.disclaimer { background: var(--ink); color: #d8d2c4; padding: 44px 0; }
.disclaimer h2 { font-family: var(--dot); font-weight: 400; font-size: 14px; letter-spacing: .3em; color: var(--yel); }
.disclaimer .jp { font-size: 13px; color: #a29a86; margin-bottom: 14px; }
.disclaimer ul { padding-left: 1.3em; font-size: 12.5px; line-height: 1.9; }
.disclaimer li { margin-bottom: 6px; }
.disclaimer a { color: var(--yel); }

footer { background: #111; color: #999; padding: 28px 0 40px; font-size: 12px; }
footer .wrap { display: flex; flex-direction: column; gap: 10px; }
.flinks { display: flex; flex-wrap: wrap; gap: 6px 10px; }
.flinks a { color: #ccc; text-decoration: none; }
.flinks a:hover { color: var(--yel); text-decoration: underline; }
.sep { color: #555; }
.fnote { font-family: var(--dot); color: #777; }

@media (prefers-reduced-motion: reduce) {
  .tk, .logo span, .wordart span, .new, .cta, .spark, .caution, .demoCap em, .fcard.hot::after { animation: none !important; }
}
@media (max-width: 860px) {
  .heroGrid { grid-template-columns: 1fr; gap: 30px; }
  .feats, .steps, .motionGrid { grid-template-columns: 1fr; }
  .steps { gap: 26px; }
  .sp { display: inline; }
}
@media (max-width: 520px) {
  body { font-size: 14px; }
  .topnav { flex-wrap: wrap; gap: 10px; }
  .wordart { transform-origin: left top; }
  .heroVis { margin-top: 10px; }
  .mats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .mcard { padding: 8px 8px 10px; }
  .mcard h3 { font-size: 14px; }
}


/* 姉妹ツールカード */
.relCard { display: block; text-decoration: none; color: var(--ink); background: #fff; border: 3px solid var(--ink); border-radius: 12px; padding: 22px 24px; box-shadow: 6px 6px 0 var(--ink); transition: transform .12s, box-shadow .12s; }
.relCard:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.relBadge { display: inline-block; font-family: var(--dot); font-size: 11px; letter-spacing: .2em; background: var(--ink); color: var(--yel); padding: 2px 10px; margin-bottom: 8px; }
.relName { display: block; font-family: var(--dot); font-size: clamp(24px, 4vw, 34px); line-height: 1.2; }
.relName b { color: var(--pink); font-weight: 400; }
.relTag { display: block; font-family: var(--pop); font-weight: 900; font-size: 16px; margin: 4px 0 8px; }
.relDesc { display: block; font-size: 13.5px; color: #4b463c; }
.relGo { display: inline-block; margin-top: 12px; font-weight: 700; color: var(--pink); }
