.legal{background:var(--ruchon-white)}.legal__shell{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:56px;padding:48px 0 96px}.legal__sidebar{position:sticky;top:calc(var(--ruchon-header-height, 72px) + 24px)}.legal__sidebar-label{margin:0 0 8px;padding-left:2px;color:var(--ruchon-muted);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.legal__nav{display:flex;flex-direction:column;gap:2px}.legal__nav-link{display:flex;align-items:center;justify-content:space-between;gap:12px;border-left:2px solid transparent;border-radius:6px;padding:9px 12px;color:var(--ruchon-muted);font-size:.8rem;text-decoration:none;transition:background-color .14s ease,color .14s ease}.legal__nav-link:hover{background:var(--ruchon-surface);color:var(--ruchon-black)}.legal__nav-link.is-active{border-left-color:var(--ruchon-black);background:var(--ruchon-surface);color:var(--ruchon-black);font-weight:700}.legal__nav-link svg{width:12px;height:12px;flex:none;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.4}.legal__nav-link.is-active svg{opacity:.75}.legal__toc-wrap{margin-top:22px;border-top:1px solid var(--ruchon-line);padding-top:18px}.legal__toc{display:flex;flex-direction:column;gap:1px}.legal__toc a{display:block;border-radius:4px;padding:5px 12px;color:var(--ruchon-muted);font-size:.72rem;line-height:1.5;text-decoration:none;transition:background-color .14s ease,color .14s ease}.legal__toc a:hover{background:var(--ruchon-surface);color:var(--ruchon-black)}.legal__content{min-width:0}.legal__title{margin:0 0 6px;font-family:var(--font-display);font-size:clamp(28px,3.2vw,40px);font-weight:800;letter-spacing:-.04em;line-height:1.1}.legal__meta{margin:0 0 26px;border-bottom:1px solid var(--ruchon-line);padding-bottom:22px;color:var(--ruchon-muted);font-size:.76rem}.legal__notice{margin-bottom:38px;border:1px solid var(--ruchon-line);border-left:3px solid var(--ruchon-black);border-radius:0 8px 8px 0;background:var(--ruchon-surface);padding:14px 18px}.legal__notice strong{display:block;margin-bottom:5px;color:var(--ruchon-black);font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.legal__notice p{margin:0;color:var(--ruchon-muted);font-size:.8rem;line-height:1.6}.legal__section{margin-bottom:40px;scroll-margin-top:32px}.legal__section h2{margin:0 0 14px;border-bottom:1px solid var(--ruchon-line);padding-bottom:10px;font-family:var(--font-display);font-size:1.2rem;font-weight:800;letter-spacing:-.02em}.legal__section h3{margin:20px 0 8px;font-family:var(--font-display);font-size:.98rem;font-weight:800}.legal__section p{margin:0 0 10px;color:#3d3c38;font-size:.86rem;line-height:1.75}.legal__section a{color:var(--ruchon-black);font-weight:600;text-decoration:underline;text-decoration-color:var(--ruchon-gold);text-underline-offset:3px}.legal__section ul{margin:0 0 12px;padding-left:20px;list-style:disc;color:#3d3c38;font-size:.86rem;line-height:1.7}.legal__section ul li::marker{color:var(--ruchon-muted)}.legal__section li{margin-bottom:6px}.legal__section table{width:100%;margin:12px 0 18px;border:1px solid var(--ruchon-line);border-radius:8px;border-collapse:separate;border-spacing:0;overflow:hidden;font-size:.8rem}.legal__section table tr:nth-child(2n){background:var(--ruchon-surface)}.legal__section table td{border-bottom:1px solid var(--ruchon-line);padding:10px 14px;vertical-align:top}.legal__section table tr:last-child td{border-bottom:0}.legal__section table td:first-child{width:36%;color:var(--ruchon-black);font-weight:700;white-space:nowrap}.legal__section table td:last-child{color:#3d3c38}.legal__highlight{margin:12px 0 16px;border:1px solid var(--ruchon-line);border-radius:8px;background:var(--ruchon-surface);padding:13px 16px}.legal__highlight strong{display:block;margin-bottom:5px;color:var(--ruchon-black);font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.legal__highlight p{margin:0;color:var(--ruchon-muted);font-size:.78rem}.legal__menu-trigger,.legal__drawer{display:none}@media(max-width:900px){.legal__shell{grid-template-columns:1fr;gap:0;padding:28px 0 64px}.legal__sidebar{display:none}.legal__menu-trigger{position:fixed;right:18px;bottom:22px;z-index:60;display:flex;align-items:center;gap:6px;border:0;border-radius:999px;background:var(--ruchon-black);box-shadow:0 3px 16px #00000038;padding:10px 16px;color:#fff;font-size:.76rem;font-weight:700}.legal__menu-trigger svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.legal__title{font-size:22px}.legal__section h2{font-size:1.05rem}.legal__section table td:first-child{width:40%;white-space:normal}.legal__drawer{display:block;position:fixed;inset:0;z-index:65}.legal__drawer[hidden]{display:none}.legal__drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#0006}.legal__drawer-panel{position:absolute;top:0;bottom:0;left:0;z-index:1;width:82%;max-width:300px;overflow-y:auto;background:var(--ruchon-white);padding:0 14px 32px}.legal__drawer-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ruchon-line);background:var(--ruchon-white);padding:16px 2px 12px}.legal__drawer-header span{color:var(--ruchon-muted);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.legal__drawer-header button{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--ruchon-muted)}.legal__drawer-header button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.legal__drawer .legal__nav{margin-top:14px}}html.ruchon-legal-drawer-open,html.ruchon-legal-drawer-open body{overflow:hidden}
