:root{--bg:#f4f4f4;--card:#fff;--text:#171717;--muted:#666;--line:#ebe7e2;--hero:#fcf7f2;--cyan:#22cbd4;--cyan-soft:#effcfd;--purple:#6f49ea;--purple-soft:#f6f1ff;--pink:#f58bc7;--pink-soft:#fff3fa;--shadow:0 18px 40px #0000000f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Trebuchet MS,Hiragino Sans,Yu Gothic,Meiryo,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.page-wrap{padding:18px}.site-shell{background:#fff;border:1px solid #dedede;border-radius:24px;max-width:1440px;margin:0 auto;overflow:hidden;box-shadow:0 12px 36px #0000000a}.topbar{background:#fff;justify-content:space-between;align-items:center;gap:24px;padding:20px 32px 16px;display:flex}.brand{align-items:center;gap:14px;min-width:0;display:flex}.brand__avatar{object-fit:contain;width:54px;height:54px}.brand__title{letter-spacing:-.04em;font-size:2.3rem;font-weight:900;line-height:1}.brand__subtitle{color:#616161;margin-top:6px;font-size:.92rem}.nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.nav__item{color:#222;padding:10px 14px;font-size:.98rem;font-weight:700;position:relative}.nav__item--active{color:var(--cyan)}.nav__item--active:after{content:"";background:var(--cyan);border-radius:999px;width:24px;height:4px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.contact-button{background:var(--purple);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:14px 26px;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #6f49ea40}main{padding:0 26px 24px}.hero{position:relative}.hero__panel{background:var(--hero);border-radius:6px;grid-template-columns:1.05fr .95fr;align-items:stretch;min-height:520px;display:grid;position:relative;overflow:hidden}.hero__copy,.hero__visual{z-index:2;position:relative}.hero__copy{padding:70px 60px 70px 86px}.hero__plus,.hero__diamond,.hero__music,.hero__heart{font-weight:700;line-height:1;position:absolute}.hero__plus{color:var(--pink);font-size:3.2rem;top:74px;left:48px}.hero__copy h1{letter-spacing:-.08em;margin:0;font-size:clamp(4.7rem,6.3vw,6.7rem);font-weight:900;line-height:.97}.hero__copy p{color:#3d3d3d;margin:28px 0 0;font-size:1.05rem;font-weight:700}.hero__actions{flex-wrap:wrap;gap:22px;margin-top:42px;display:flex}.button{border-radius:999px;align-items:center;gap:12px;padding:18px 34px;font-size:1rem;font-weight:800;display:inline-flex}.button--primary{background:var(--cyan);color:#fff;box-shadow:0 10px 24px #22cbd433}.button--ghost{color:var(--purple);background:#ffffff8c;border:2px solid #6f49ea59}.hero__visual{justify-content:center;align-items:center;padding:36px 38px 54px;display:flex}.hero__mascotWrap{flex-direction:column;justify-content:center;align-items:center;width:min(100%,540px);display:flex;position:relative}.hero__mascot{object-fit:contain;width:min(100%,420px);height:auto}.hero__shadow{filter:blur(1px);background:#1e1e1e1a;border-radius:999px;width:54%;height:22px;margin-top:-4px}.hero__diamond{color:var(--cyan);font-size:4.2rem;top:88px;left:10%}.hero__music{color:var(--purple);font-size:3rem;top:220px;left:22%}.hero__heart{color:var(--pink);font-size:4.2rem;top:92px;right:24%}.hero__dots{opacity:.9;background-image:radial-gradient(circle,#2ecbd4 0 2px,#0000 2.5px),radial-gradient(circle,#f58bc7 0 2px,#0000 2.5px),radial-gradient(circle,#8f6df3 0 2px,#0000 2.5px);background-position:0 0,14px 8px,6px 18px;background-size:28px 28px,28px 28px,28px 28px;width:112px;height:112px;position:absolute;top:180px;right:14%}.hero__blob{background:var(--cyan);border-top-left-radius:160px 110px;border-top-right-radius:180px 120px;border-bottom-left-radius:30px;width:360px;height:280px;position:absolute;bottom:-26px;right:-54px}.hero__wave{background:#fff;border-radius:50%;width:74%;height:44%;position:absolute;bottom:-22%;left:-5%}.section{padding:18px 0 0}.section-title{text-align:center;flex-direction:column;align-items:center;gap:4px;margin:12px 0 20px;display:flex}.section-title__line{align-items:center;gap:10px;display:inline-flex}.section-title h2{letter-spacing:-.04em;margin:0;font-size:clamp(2.1rem,2.4vw,3rem);line-height:1}.section-title p{color:#666;margin:0;font-size:1rem}.section-title__sparkle{color:var(--cyan);font-size:2rem}.section-title__wave{background:radial-gradient(circle at 6px 8px, transparent 7px, var(--cyan) 7.5px, var(--cyan) 8.5px, transparent 8.6px) 0 0/20px 8px repeat-x;width:62px;height:8px;display:block}.products-section{padding-top:6px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:760px;margin:0 auto;padding:6px 20px 0;display:grid}.product-card{background:var(--card);border:1px solid var(--line);min-height:238px;color:inherit;border-radius:22px;padding:18px 18px 16px;text-decoration:none;transition:transform .16s,box-shadow .16s,border-color .16s;display:block;box-shadow:0 8px 18px #00000008}.product-card:hover{border-color:#1dbdc65c;transform:translateY(-2px);box-shadow:0 14px 28px #00000012}.product-card__head{justify-content:space-between;align-items:flex-start;gap:10px;min-height:84px;display:flex}.mini-icon{width:28px;height:28px;display:inline-flex}.mini-icon--cyan{color:var(--cyan)}.mini-icon--purple{color:var(--purple)}.mini-icon--pink{color:var(--pink)}.product-card__image{object-fit:contain;width:78px;height:78px}.product-card h3{margin:10px 0;font-size:1.15rem;line-height:1.1}.product-card p{color:#454545;min-height:76px;margin:0;font-size:.98rem;line-height:1.6}.tag{background:#fff;border:1.5px solid;border-radius:999px;justify-content:center;align-items:center;height:34px;margin-top:14px;padding:0 16px;font-size:.94rem;font-weight:700;display:inline-flex}.tag--cyan{color:var(--cyan)}.tag--purple{color:var(--purple)}.tag--pink{color:var(--pink)}.approach-section{padding-top:12px}.approach-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1080px;margin:0 auto;display:grid}.approach-card{border:1px solid var(--line);border-radius:22px;align-items:center;gap:18px;padding:24px 28px;display:flex}.approach-card--cyan{background:#f4feff}.approach-card--purple{background:#f8f5ff}.approach-card--pink{background:#fff6fb}.approach-card__icon{color:#fff;border-radius:999px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.approach-card__icon--cyan{background:var(--cyan)}.approach-card__icon--purple{background:var(--purple)}.approach-card__icon--pink{background:var(--pink)}.approach-card h3{margin:0 0 10px;font-size:1.18rem}.approach-card--cyan h3{color:#16b6be}.approach-card--purple h3{color:var(--purple)}.approach-card--pink h3{color:#ef78b3}.approach-card p{color:#404040;margin:0;line-height:1.65}.profile-strip{border:1px solid var(--line);background:#fff;border-radius:22px;grid-template-columns:1.25fr 1.55fr;align-items:center;gap:16px;max-width:1140px;margin:20px auto 10px;padding:18px 26px;display:grid;box-shadow:0 8px 18px #00000008}.profile-strip__identity{align-items:center;gap:18px;display:flex}.profile-strip__avatar{object-fit:contain;width:66px;height:66px}.profile-strip__identity h3{margin:0 0 8px;font-size:1.4rem}.profile-strip__identity p{color:#525252;margin:0}.profile-strip__actions{grid-template-columns:repeat(3,1fr);display:grid}.profile-strip__action{color:#444;justify-content:center;align-items:center;gap:12px;padding:10px 18px;font-weight:700;display:flex}.profile-strip__action+.profile-strip__action{border-left:2px dotted #86dfe5}.profile-strip__action svg{color:var(--cyan)}.profile-strip__action:last-child svg{color:var(--purple)}.footer{background:#faf5ef;border-radius:6px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin:18px 26px 26px;padding:14px 28px 18px;display:grid}.footer__left{color:#454545;align-items:center;gap:12px;font-size:.96rem;display:flex}.footer__nav{color:#444;flex-wrap:wrap;justify-content:center;gap:34px;font-weight:700;display:flex}.footer__social{align-items:center;gap:20px;display:flex}.footer__social a{color:#222;justify-content:center;align-items:center;display:inline-flex}@media (max-width:1280px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1100px){.hero__panel{grid-template-columns:1fr}.hero__copy{padding:64px 40px 26px 44px}.hero__plus{left:16px}.hero__visual{min-height:360px;padding-top:10px}.hero__diamond{top:36px;left:8%}.hero__music{top:120px;left:18%}.hero__heart{top:38px;right:18%}.hero__dots{top:112px;right:16%}.approach-grid,.profile-strip{grid-template-columns:1fr}.footer{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (max-width:780px){.page-wrap{padding:10px}.topbar{flex-direction:column;align-items:flex-start;padding:18px 18px 10px}.brand__title{font-size:1.9rem}.nav{justify-content:flex-start;width:100%}main{padding:0 12px 14px}.hero__copy{padding:54px 20px 24px 24px}.hero__copy h1{font-size:3.4rem}.hero__actions{gap:14px}.button{justify-content:center;width:100%}.product-grid{grid-template-columns:1fr;padding:6px 6px 0}.approach-grid{gap:14px}.approach-card{padding:18px}.profile-strip{margin-left:6px;margin-right:6px;padding:18px}.profile-strip__actions{grid-template-columns:1fr}.profile-strip__action+.profile-strip__action{border-top:2px dotted #86dfe5;border-left:0}.footer{margin:14px 6px 16px;padding:16px}}
