当選結果はいつわかりますか?
当選者のみ申込時に入力いただいたメールアドレスへ3月1日以降にご連絡いたします。
キャンペーンコードはなんですか?
【新春おみくじ祭】キャンペーンにキャンペーンコードは不要です。
期間中にお申込いただき、買取が完了した方は自動エントリーとなります。
SNSで開催しているキャンペーンと同時に申し込めますか?
両方とも同時に申し込めます。
応募に費用はかかりますか?
応募は無料ですが、通信費はご自身のご負担となります。
更新日時 : 2026-01-26 0:56


1/31(土)までに買取申込をしていただくと
抽選で合計81名様に当たる!



キャンペーンコード不要!
買取申込で自動的にエントリー!
\今すぐ査定に申し込もう!/
2026年1月13日(火)から
1月31日(土)23時59分まで
2026年も業界最高買取価格に挑戦中!
※1月31日までの特価価格です
当選者のみ申込時に入力いただいたメールアドレスへ3月1日以降にご連絡いたします。
【新春おみくじ祭】キャンペーンにキャンペーンコードは不要です。
期間中にお申込いただき、買取が完了した方は自動エントリーとなります。
両方とも同時に申し込めます。
応募は無料ですが、通信費はご自身のご負担となります。


1/12(月)までに買取申込をしていただくと
抽選で合計3名様に
PlayStation5®が当たる!
キャンペーンコード不要!
買取申込で自動的にエントリー!
\今すぐ査定に申し込もう!/

1/12(月)までに買取申込をしていただくと
抽選で毎日1名様に
現金1万円が当たる!
キャンペーンコード不要!
買取申込で自動的にエントリー!
\今すぐ査定に申し込もう!/
2026年1月1日(木)から
1月12日(月)23時59分まで

12/31までに買取申込をしていただくと抽選で1名様にPlayStation5®が当たる!
キャンペーンコード不要!
買取申込で自動的にエントリー!
今すぐ査定に申し込もう!
2025年12月26日(金)から
12月31日(水)23時59分まで
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";
}
}