キャンペーンコード不要!
買取申込で自動的にエントリー!
【PS5®が当たる】
年末買取祭
更新日時 : 2025-12-26 11:23

期間中の買取申込でPlayStation5®が当たる!
12/31までに買取申込をしていただくと抽選で1名様にPlayStation5®が当たる!
キャンペーン詳細
- 12月26日~12月31日までに買取申込をしたいただくと自動エントリーされます
- 自動エントリー後、2026年1月31日までに査定額5,000円以上の機種の成立で抽選いたします
- 当選の結果は当選者のみ査定時のメールにてご連絡いたします
- PlayStation5®の発送は2月上旬を予定しています
今すぐ査定に申し込もう!
よくある質問
当選結果はいつわかりますか?
【年末買取祭り】キャンペーン終了後、当選者のみ、申込時に入力いただいたメールアドレスへご連絡いたします。
キャンペーンコードはなんですか?
【年末買取祭り】キャンペーンにキャンペーンコードは不要です。
期間中にお申込いただき、買取が完了した方は自動エントリーとなります。
SNSで開催しているキャンペーンと同時に申し込めますか?
両方とも同時に申し込めます。
応募に費用はかかりますか?
応募は無料ですが、通信費はご自身のご負担となります。
2025年12月26日(金)から12月31日(水)23時59分まで
- 18歳未満の方は保護者の同意を得た上でご応募ください。応募された時点で保護者の同意を得たものとみなします。
- 日本国内在住の方とさせていただきます。
- 当選者から頂いた個人情報は、当選通知および賞品の発送にのみ使用いたします。
- 抽選方法や当選落選の確認、賞品についてのお問い合わせは受け付けておりません。
- 本キャンペーンは予告なく変更・終了する場合があります。
document.addEventListener('DOMContentLoaded', () => {
// コピーするテキストとボタンを取得
const copyTextSpan = document.getElementById('copyText');
const copyButton = document.getElementById('copyButton');
const messageElement = document.getElementById('message');
copyButton.addEventListener('click', () => {
const textToCopy = copyTextSpan.textContent;
// 新しい input 要素を作成し、テキストを挿入
const tempInput = document.createElement('input');
tempInput.value = textToCopy;
document.body.appendChild(tempInput);
// input 要素のテキストを選択してコピー
tempInput.select();
document.execCommand('copy');
// input 要素を削除
document.body.removeChild(tempInput);
// メッセージを表示
messageElement.style.opacity = '1';
// 1.5秒後にメッセージを非表示にする
setTimeout(() => {
messageElement.style.opacity = '0';
}, 1500);
});
});
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("openModal");
// Get the element that closes the modal
var span = document.getElementsByClassName("close-button")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "flex";
}
// When the user clicks on (x), close the modal
function closeModal() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}

