
.pcCampaignLiveNotice{position:fixed;z-index:99999;left:50%;top:18px;transform:translate(-50%,-24px);width:min(560px,calc(100vw - 26px));display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:12px 14px;border:1px solid rgba(225,32,46,.22);border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(17,24,39,.2);text-align:left;color:#1b1f27;opacity:0;pointer-events:none;transition:.22s ease;font:inherit}
.pcCampaignLiveNotice.is-visible{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.pcCampaignLiveNotice__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff0f1;font-size:22px}
.pcCampaignLiveNotice__copy{display:grid;gap:2px}.pcCampaignLiveNotice__copy strong{font-size:14px}.pcCampaignLiveNotice__copy small{font-size:12px;color:#626b77;line-height:1.3}.pcCampaignLiveNotice__copy em{margin-top:2px;color:#df1726;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.pcCampaignLiveNotice__close{font-size:20px;color:#9299a2}
@media(max-width:650px){.pcCampaignLiveNotice{top:10px;border-radius:14px;padding:10px 11px}.pcCampaignLiveNotice__icon{width:38px;height:38px}.pcCampaignLiveNotice__copy strong{font-size:13px}.pcCampaignLiveNotice__copy small{font-size:11px}}
