/* renewal/chat/cabemaru-chat.css — ブランドサイト上でチャットを開いたときの調整（chat.css の後に読む） */

/* PC: 右ドック（400px）がお試し案内の固定カードと重なるので、開いている間だけ左へ寄せる */
@media (min-width: 1200px) {
  body.stc-open .trial-float { right: calc(24px + 400px); transition: right .28s cubic-bezier(.2, .8, .2, 1); }
}
@media (prefers-reduced-motion: reduce) {
  body.stc-open .trial-float { transition: none; }
}
