@charset "UTF-8";
.cookie-banner { font-family: 'Noto Sans JP', sans-serif; position: fixed; bottom: 2em; left: 50%; transform: translateX(-50%); width: 90%; background: rgba(0, 0, 0, 0.95); color: #fff; padding: 4em 2em; font-size: 0.8em; z-index: 10010; box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); border-radius: 0.5em; }
.cookie-banner__inner { margin: 0 auto; }
.cookie-banner__message { line-height: 1.4; margin-bottom: 1.5em; }
.cookie-banner__message a { color: #fff; text-decoration: underline; font-size: 0.8em }
.cookie-banner__btn { background-color: #fff; padding: 0.8em 3em; border-radius: 5em; color: #000; transition: transform 0.3s ease; }

/* ─────────────────────────────────────────────────────────── */
@media screen and (min-width:768px) {
  .cookie-banner__btn:hover { opacity: 0.8 }
}
@media screen and (min-width:768px) and (max-width:1200px) { }
@media screen and (max-width:767px) {
  .cookie-banner { bottom: 1em; padding: 1.5em; }
  .cookie-banner__message { text-align: left; }
  .cookie-banner__message br { display: none; }
  .cookie-banner__message a { display: block; margin-top: 0.3em; }
}
