買取なら一期へ

電話予約
友達追加
お問い合わせ
アクセス

特別ご招待券

\ オープン記念クーポン配布中 /

今だけ!東神奈川店のオープンを記念して、初めてご利用のお客様限定で、

  • 査定額 10%UP クーポン
  • 来店で500円分のQUOカードプレゼント!

この画面をご提示いただくだけでOK!
期間限定ですので、ぜひこの機会にご利用ください。

※他のキャンペーンとの併用はできません。
※一部対象外の品目がございます。

最新情報

ポップ
/* ===== 固定ポップ(下部) ===== */ #sticky-pop{ position: fixed; inset: auto 0 16px 0; /* bottom固定 */ z-index: 9999; display: grid; place-items: center; pointer-events: none; /* 本体以外クリック可に */ } #sticky-pop .sp-wrap{ pointer-events: auto; display: grid; grid-auto-flow: column; gap: 12px; align-items: stretch; background: #fff; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,.18); padding: 10px; max-width: 1040px; width: min(94vw, 1040px); } /* 各ボタン */ #sticky-pop .sp-item{ display: grid; grid-template-rows: auto auto auto; justify-items: center; text-align: center; padding: 10px 16px; border-radius: 10px; text-decoration: none; font-weight: 700; } #sticky-pop .sp-item .sp-label{ font-size: 16px; } #sticky-pop .sp-item .sp-number{ font-size: 20px; } #sticky-pop .sp-item .sp-time, #sticky-pop .sp-item .sp-note{ font-size: 12px; opacity:.8; } /* 配色(例:緑=LINE、金=Web、電話は濃緑) */ #sticky-pop .sp-item.tel { background:#2f6f38; color:#fff; } #sticky-pop .sp-item.line { background:#00b900; color:#fff; } #sticky-pop .sp-item.web { background:#b08d3b; color:#fff; } #sticky-pop .sp-item:hover{ filter: brightness(.95); } /* 閉じるボタン */ #sticky-pop .sp-close{ pointer-events: auto; position: absolute; top:-10px; right: calc(3% + 4px); width: 28px; height: 28px; border-radius: 50%; border: none; background:#333; color:#fff; cursor: pointer; line-height: 28px; font-size: 16px; box-shadow: 0 4px 14px rgba(0,0,0,.2); } /* PCとSPのレスポンシブ */ @media (max-width: 960px){ #sticky-pop{ inset: auto 0 12px 0; } #sticky-pop .sp-wrap{ grid-auto-flow: row; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border-radius: 12px; } #sticky-pop .sp-item.tel{ grid-column: 1 / -1; } #sticky-pop .sp-item .sp-number{ font-size: 18px; } } @media (max-width: 420px){ #sticky-pop .sp-item{ padding: 10px 12px; } #sticky-pop .sp-item .sp-label{ font-size: 15px; } #sticky-pop .sp-item .sp-number{ font-size: 17px; } } /* フッターに被るのが気になる場合 → body下部に余白を足す */ body{ --stickyH: 88px; } @media (max-width: 960px){ body{ --stickyH: 120px; } } body{ padding-bottom: max(var(--stickyH), 24px); }
PAGE TOP