✦ Verified product
EYE-to-CAM2(アイトゥカム2)【ETC02JP-C】
JPY 14,800.00
モデル
オプション
吸着パッド(交換用)
SurvaQ Store
Verified independent store
→
.cmp { background: url(https://cdn.shopify.com/s/files/1/0562/8844/4621/files/39698006488f04c88e5e4390720fe3cb.png?v=1688956233) no-repeat; background-size: cover; background-posit
ion: top center; padding: 60px 7% 30px; } .cmp_tit { width: 100%; margin: 0 auto 50px; } .product-single__description p.cmp_name { margin-bottom: 5px !important; } .cmp_name > span { background: #000; color: #fff; font-weight: bold; padding: 0 5px; margin: 0 0 5px; display: inline-block; letter-spacing: 3px; } .cmp_name .future { color: yellow; } p.cmp_period { margin-bottom: 40px !important; font-weight: 500; font-family: "Noto Serif JP"; display: block; } span.date_large { font-size: 35px !important; } .cmp_graf { width: 92%; margin: 0 auto; padding: 0 0 20px; border-bottom: 1px #000 solid; } .cmp_annotation { width: 90%; font-size: 12px !important; font-weight: bold; } .cmp_graf { width: 90%; margin: 0 0 10px; padding: 0 0 20px; border-bottom: 1px #000 solid; } /* 画面サイズ 749px 以上 */ @media (min-width: 750px) { .cmp { padding: 100px 7% 50px; } .cmp_tit { margin: 0 auto 80px; } .cmp_name > span { font-size: 21px; } p.cmp_period { font-size: 25px !important; margin-bottom: 50px !important; } span.date_large { font-size: 50px !important; } .cmp_graf { width: 92%; padding: 0 0 30px; margin: 0 0 20px; } } LIMITED SALE 次回入荷予定:7月下旬頃 想定以上のご注文をいただいており、 現在品切れ中です。 お詫びの気持ちを込めて品切れ期間中は 特別価格で販売いたします。 ※次回分が入荷次第、本セールは終了します。 吸着力に自信あり! パッド無償交換キャンペーン ~-/-/-まで ※本キャンペーンは-/-/-までの期間限定実施です。 この機会に是非ご検討ください。 //------------------------------- //当月の末日を表示 //------------------------------- //今日の日付オブジェクトを作成 var last_day = new Date(); //月を取得し+1、日付に0をセット last_day.setMonth(last_day.getMonth() + 1, 0); //表示用に日付を整える var last_day = last_day.getFullYear() + "/" + (last_day.getMonth() + 1) + "/" + last_day.getDate(); //class要素を取得 var cl = document.getElementsByClassName("cmp_date"); //要素の数だけ処理を繰り返す for (i = 0; i < cl.length; i++) { //HTMLを取り出す var clstr = cl[i].innerHTML; //replaceする(整えた日付に置き換える) clstr = clstr.replace("-/-/-", last_day); //元のHTMLソースをreplaceしたものに置き換える document.getElementsByClassName("cmp_date")[i].innerHTML = clstr; }