ガラス階層バッジLayered Glass Badge
.cg-bd-glassdepth {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 8px 20px;
font-size: 12.5px;
font-weight: 700;
color: #1B1A17;
background: rgba(255, 255, 255, .55);
backdrop-filter: blur(10px) saturate(160%);
-webkit-backdrop-filter: blur(10px) saturate(160%);
border: 1px solid rgba(255, 255, 255, .7);
border-radius: 30px;
box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset, 0 8px 20px rgba(27, 26, 23, .18);
transition: transform .25s ease, box-shadow .25s ease;
}
.cg-bd-glassdepth svg { color: #C89B6C; }
.cg-bd-glassdepth:hover {
transform: translateY(-3px);
box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset, 0 14px 26px rgba(27, 26, 23, .24);
}
<span class="cg-bd-glassdepth"><svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 2 3 7v10l9 5 9-5V7z"/></svg>プレミアム会員</span>