/* ページ内の追従バナー */
.banner {
  position: fixed;
  bottom: 0; /* 画面の下端に固定 */
  width: 80%; /* 幅を80%に設定 */
  max-width: 800px; /* 最大幅を設定（必要に応じて調整） */
  left: 50%; /* 画面の中央に配置 */
  transform: translateX(-50%); /* 中央揃え */
  z-index: 1000; /* 他の要素の上に表示 */
  display: block; /* ブロック要素にする */
  text-decoration: none; /* リンクの下線を削除 */
}

/* PC（768px以上）では600px×200pxで固定 */
@media (min-width: 768px) {
    .pera1-editable[data-item-id="234520"] {
        width: 600px !important;
        height: 200px !important;
    }
}