:root {
  --ink: #252323;
  --paper: #fffdf7;
  --red: #e85246;
  --yellow: #f5cf55;
  --pink: #f6b2a9;
  --blue: #a8ceda;
  --line: 2px solid var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Zen Maru Gothic", sans-serif; font-size: 16px; line-height: 1.8; }
a { color: inherit; text-decoration: none; }
.top-note { padding: 5px 24px; text-align: right; font-size: 10px; letter-spacing: .05em; color: #777; }
.site-header { width: min(1160px, calc(100% - 48px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: var(--line); }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: "Yomogi", cursive; font-size: 18px; line-height: 1.05; font-weight: 700; }
.logo-mark { width: 36px; height: 30px; padding-top: 4px; display: grid; place-items: center; color: var(--paper); background: var(--red); border: 2px solid var(--ink); border-radius: 46% 54% 48% 52% / 47% 44% 56% 53%; font: 500 12px "DM Mono", monospace; transform: rotate(-3deg); }
.main-nav { display: flex; gap: 30px; font-family: "Yomogi", cursive; font-size: 17px; }
.main-nav a { border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--red); }
.menu-button { display: none; background: none; border: 0; }
.hero { width: min(1160px, calc(100% - 48px)); margin: 0 auto; min-height: 580px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 12px; font: 14px "DM Mono", monospace; letter-spacing: .08em; }
.eyebrow span { width: 30px; display: inline-block; border-top: 2px solid var(--red); vertical-align: middle; margin-right: 8px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.34; }
h1 { margin-bottom: 18px; font-family: "Yomogi", cursive; font-size: clamp(48px, 5.6vw, 76px); letter-spacing: -.05em; }
h1 em, h2 span, .newsletter em { color: var(--red); font-style: normal; }
.hero-text { margin-bottom: 28px; font-size: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 12px 20px; border: var(--line); border-radius: 5px 8px 6px 9px; font-family: "Yomogi", cursive; font-size: 18px; line-height: 1.3; box-shadow: 3px 3px 0 var(--ink); transition: transform .18s, box-shadow .18s; }
.button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.button i { font: 22px "DM Mono", monospace; }
.button-primary { background: var(--red); color: white; }
.hero-illustration { position: relative; height: 390px; }
.tv-set { width: 300px; height: 230px; position: absolute; left: 50%; top: 75px; transform: translateX(-50%) rotate(3deg); padding: 15px; background: var(--yellow); border: 3px solid var(--ink); border-radius: 48% 52% 46% 54% / 7% 8% 8% 9%; box-shadow: 7px 8px 0 #252323; }
.tv-set::before, .tv-set::after { content: ""; position: absolute; bottom: -26px; width: 45px; border-bottom: 7px solid var(--ink); }
.tv-set::before { left: 25px; transform: rotate(-26deg); }.tv-set::after { right: 25px; transform: rotate(26deg); }
.antenna { position: absolute; width: 90px; left: 103px; top: -52px; height: 50px; }.antenna i { position: absolute; bottom: 0; height: 58px; border-left: 3px solid var(--ink); transform-origin: bottom; }.antenna i:first-child { left: 44px; transform: rotate(-42deg); }.antenna i:last-child { right: 44px; transform: rotate(42deg); }
.screen { height: 100%; padding: 28px 25px; background: #fffef6; border: 3px solid var(--ink); border-radius: 5px 8px 8px 5px; text-align: center; }.screen p { margin-bottom: 4px; font: 13px "DM Mono", monospace; }.screen strong { font-family: "Yomogi", cursive; font-size: 31px; line-height: 1.16; }.mini-price { display: inline-block; margin-top: 10px; padding: 1px 8px; background: var(--red); color: white; transform: rotate(-3deg); font: 12px "Yomogi", cursive; }
.dial { position: absolute; right: 21px; bottom: 22px; width: 14px; height: 14px; border: 2px solid var(--ink); border-radius: 50%; }
.memo { position: absolute; padding: 12px 16px; border: 2px solid var(--ink); font: 17px/1.3 "Yomogi", cursive; box-shadow: 3px 4px 0 rgba(37,35,35,.9); }.memo-one { top: 24px; right: 0; background: #f6b2a9; transform: rotate(8deg); }.memo-two { bottom: 24px; left: 0; background: #a8ceda; transform: rotate(-7deg); }.spark { position: absolute; color: var(--red); font: 38px "Yomogi", cursive; }.spark-one { left: 13%; top: 45px; }.spark-two { right: 7%; bottom: 60px; }
.section-wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }.on-air { padding: 92px 0 100px; }.section-heading { margin-bottom: 34px; }.section-heading h2 { margin-bottom: 8px; font: clamp(33px, 4vw, 48px) "Yomogi", cursive; letter-spacing: -.04em; }.section-heading > p:last-child { margin: 0; color: #666; }
.show-card { position: relative; min-height: 260px; display: grid; grid-template-columns: 115px 1fr auto; gap: 30px; align-items: center; padding: 35px 42px; background: #f9edbd; border: var(--line); border-radius: 9px 5px 8px 6px; box-shadow: 6px 7px 0 var(--ink); overflow: hidden; }.show-card::after { content: ""; position: absolute; right: -42px; bottom: -55px; width: 200px; height: 200px; border: 2px dashed var(--red); border-radius: 50%; }.tape { position: absolute; top: 0; left: 50%; padding: 2px 28px; background: var(--red); color: #fff; transform: translateX(-50%) rotate(-1.5deg); font: 16px "Yomogi", cursive; }.show-date { display: flex; align-items: center; gap: 10px; line-height: 1; }.show-date b { font: 67px "DM Mono", monospace; letter-spacing: -.12em; }.show-date span { font: 12px "DM Mono", monospace; }.show-label { display: inline-block; padding: 2px 10px; margin-bottom: 7px; background: var(--ink); color: white; font-size: 12px; }.show-info h3 { margin-bottom: 6px; font-size: 24px; }.show-info p:last-child { margin-bottom: 0; font-size: 14px; }.text-link, .product-card a { position: relative; z-index: 1; border-bottom: 2px solid var(--ink); font-family: "Yomogi", cursive; font-size: 17px; white-space: nowrap; }.text-link span, .product-card a span { color: var(--red); margin-left: 8px; }.doodle-arrow { position: absolute; right: 50px; top: 22px; font: 40px "Yomogi", cursive; color: var(--red); transform: rotate(-18deg); }
.picks { padding: 95px 0; border-top: 2px dashed var(--ink); }.split-heading { display: flex; align-items: end; justify-content: space-between; }.button-outline { background: var(--paper); font-size: 15px; }.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }.product-card { min-height: 480px; padding: 22px 22px 25px; display: flex; flex-direction: column; border: var(--line); border-radius: 7px 12px 8px 11px; box-shadow: 5px 6px 0 var(--ink); transition: transform .2s; }.product-card:hover { transform: translateY(-5px) rotate(-.3deg); }.card-yellow { background: #f8dc75; }.card-pink { background: #f2bbb2; }.card-blue { background: #b9dbe3; }.category { align-self: flex-start; margin-bottom: 12px; padding: 1px 11px; border: 1.5px solid var(--ink); border-radius: 30px; font: 12px "DM Mono", monospace; }.product-drawing { height: 174px; position: relative; margin-bottom: 15px; border-bottom: 2px solid rgba(37,35,35,.25); }.product-show { margin-bottom: 4px; font: 12px "DM Mono", monospace; }.product-card h3 { margin-bottom: 10px; font: 24px "Yomogi", cursive; }.product-note { margin-bottom: 17px; font-size: 13px; line-height: 1.75; }.product-card a { margin-top: auto; align-self: flex-start; }
.kettle::before { content: ""; position: absolute; width: 100px; height: 90px; top: 42px; left: calc(50% - 50px); border: 3px solid var(--ink); border-radius: 48% 52% 42% 46%; background: #fffdf7; }.kettle::after { content: ""; position: absolute; width: 45px; height: 40px; left: calc(50% + 42px); top: 57px; border: 3px solid var(--ink); border-left: 0; border-radius: 0 50% 50% 0; }.kettle i:first-child { position: absolute; width: 60px; height: 22px; left: calc(50% - 31px); top: 31px; border: 3px solid var(--ink); border-radius: 50%; background: #f6b2a9; }.kettle i:last-child { position: absolute; width: 20px; border-top: 3px solid var(--red); left: calc(50% - 10px); top: 82px; z-index: 1; }
.vacuum::before { content: ""; position: absolute; left: 50%; top: 17px; height: 116px; border-left: 7px solid var(--ink); transform: rotate(20deg); }.vacuum::after { content: ""; position: absolute; width: 100px; height: 32px; left: calc(50% - 11px); bottom: 28px; background: #fffdf7; border: 3px solid var(--ink); border-radius: 50% 45% 8px 12px; transform: rotate(-14deg); }.vacuum i:first-child { position: absolute; width: 42px; height: 45px; top: 32px; left: calc(50% - 31px); border: 3px solid var(--ink); border-radius: 46% 50% 40% 50%; background: var(--red); }.vacuum i:nth-child(2) { position: absolute; width: 20px; height: 20px; border: 3px solid var(--ink); border-radius: 50%; left: calc(50% - 3px); bottom: 19px; z-index: 1; }.vacuum i:last-child { position: absolute; width: 20px; height: 20px; border: 3px solid var(--ink); border-radius: 50%; left: calc(50% + 60px); bottom: 9px; z-index: 1; }
.massager::before { content: ""; position: absolute; width: 75px; height: 100px; top: 30px; left: calc(50% - 38px); border: 3px solid var(--ink); border-radius: 46% 46% 42% 43%; background: #fffdf7; transform: rotate(12deg); }.massager::after { content: ""; position: absolute; width: 51px; height: 17px; left: calc(50% - 10px); top: 20px; border: 3px solid var(--ink); border-radius: 50%; transform: rotate(12deg); }.massager i:first-child, .massager i:last-child { position: absolute; top: 70px; width: 17px; height: 17px; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); }.massager i:first-child { left: calc(50% - 21px); }.massager i:last-child { left: calc(50% + 5px); }
.about { padding: 105px 8%; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px, 9vw, 135px); align-items: center; }.about-sticker { width: 190px; height: 190px; display: grid; place-items: center; justify-self: center; text-align: center; background: var(--red); color: white; border: 2px solid var(--ink); border-radius: 47% 53% 50% 50% / 52% 47% 53% 48%; box-shadow: 5px 6px 0 var(--ink); font: 25px/1.3 "Yomogi", cursive; transform: rotate(-9deg); }.about-copy h2 { margin-bottom: 20px; font: clamp(31px, 4vw, 46px) "Yomogi", cursive; }.about-copy > p { max-width: 650px; }.steps { display: flex; gap: 20px; margin-top: 28px; }.steps div { display: flex; flex-direction: column; gap: 3px; font-size: 12px; }.steps b { color: var(--red); font: 20px "DM Mono", monospace; }.steps span { border-top: 2px solid var(--ink); padding-top: 4px; }
.newsletter { padding: 100px 24px; text-align: center; color: var(--paper); background: var(--ink); }.newsletter .section-kicker { color: var(--yellow); }.newsletter h2 { margin-bottom: 17px; font: clamp(35px, 4.2vw, 54px) "Yomogi", cursive; }.newsletter p { margin-bottom: 26px; color: #ddd; }.button-dark { background: var(--yellow); color: var(--ink); }
.site-footer { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 37px 0 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }.site-footer p, .site-footer small { margin: 0; font-size: 11px; color: #777; }.site-footer small { text-align: right; }.sp-only { display: none; }
@media (max-width: 760px) { .top-note { padding-right: 15px; }.site-header, .hero, .section-wrap, .site-footer { width: min(100% - 30px, 560px); }.site-header { min-height: 70px; }.logo { font-size: 15px; }.main-nav { display: none; position: absolute; top: 74px; left: 15px; right: 15px; z-index: 10; padding: 20px; background: var(--paper); border: var(--line); flex-direction: column; gap: 14px; }.main-nav.is-open { display: flex; }.menu-button { display: grid; grid-template-columns: 22px auto; align-items: center; column-gap: 7px; background: transparent; cursor: pointer; }.menu-button span { grid-column: 1; width: 21px; margin: 2px 0; border-top: 2px solid var(--ink); }.menu-button b { grid-column: 2; grid-row: 1 / 4; font: 12px "Yomogi", cursive; }.hero { min-height: auto; padding: 60px 0 75px; grid-template-columns: 1fr; }.hero-copy { position: relative; z-index: 1; }.hero-text { font-size: 15px; }.hero-illustration { height: 295px; margin-top: -9px; }.tv-set { width: 230px; height: 178px; top: 64px; padding: 11px; }.screen { padding: 18px 15px; }.screen strong { font-size: 25px; }.antenna { left: 70px; transform: scale(.8); }.memo { font-size: 14px; padding: 9px 11px; }.memo-one { right: 0; }.memo-two { left: 2px; bottom: 10px; }.spark-one { left: 2%; }.on-air, .picks { padding: 65px 0; }.show-card { grid-template-columns: 1fr; gap: 12px; padding: 43px 23px 25px; }.show-date b { font-size: 52px; }.show-info h3 { font-size: 20px; }.text-link { margin-top: 12px; }.doodle-arrow { right: 20px; }.split-heading { display: block; }.split-heading .button { margin-top: 7px; }.product-grid { grid-template-columns: 1fr; }.product-card { min-height: 420px; }.about { width: min(100% - 30px, 560px); padding: 70px 0; grid-template-columns: 1fr; gap: 35px; }.about-sticker { width: 145px; height: 145px; font-size: 20px; }.steps { gap: 10px; }.steps div { font-size: 10px; }.newsletter { padding: 75px 20px; }.site-footer { grid-template-columns: 1fr; gap: 13px; }.site-footer small { text-align: left; }.sp-only { display: block; } }
