白髪染め レフィーネ ヘッドスパカラー クリームシャンプー お試しサイズキャンペーン

キャンペーンは終了いたしました。

<クロスワードの答え方>
・答えはすべてひらがなでお答えください。
・答えを入力したら「これでOK」をクリックしてください。
・すべての答えが埋まったら「答えをチェック!」をクリック
 秘密のキーワードが出てきたら、解答フォームから応募してください。
枠をクリックすると問題が出てきます。すべての枠に言葉をカタカナで入れてから「答えをチェック!」をクリックしてください。すべて完成すると秘密のキーワードが出てきます!
"); else document.write("
"); } document.writeln(""); } document.writeln(""); // Finally, show the crossword and hide the wait message. Initialized = true; document.getElementById("waitmessage").style.display = "none"; document.getElementById("crossword").style.display = "block"; } // * * * * * * * * * * // Event handlers // Raised when a key is pressed in the word entry box. function WordEntryKeyPress(event) { if (CrosswordFinished) return; // Treat an Enter keypress as an OK click. if (CurrentWord >= 0 && event.keyCode == 13) OKClick(); } // * * * * * * * * * * // Helper functions // Called when we're ready to start the crossword. function BeginCrossword() { if (Initialized) { document.getElementById("welcomemessage").style.display = ""; document.getElementById("checkbutton").style.display = ""; } } // Returns true if the string passed in contains any characters prone to evil. function ContainsBadChars(theirWord) { for (var i = 0; i = 0) return true; return false; } // Pads a number out to three characters. function PadNumber(number) { if (number = 0) OKClick(); DeselectCurrentWord(); // Determine the coordinates of the cell they clicked, and then the word that // they clicked. var target = (event.srcElement ? event.srcElement: event.target); x = parseInt(target.id.substring(1, 4), 10); y = parseInt(target.id.substring(4, 7), 10); // If they clicked an intersection, choose the type of word that was NOT selected last time. if (TableAcrossWord[x][y] >= 0 && TableDownWord[x][y] >= 0) CurrentWord = PrevWordHorizontal ? TableDownWord[x][y] : TableAcrossWord[x][y]; else if (TableAcrossWord[x][y] >= 0) CurrentWord = TableAcrossWord[x][y]; else if (TableDownWord[x][y] >= 0) CurrentWord = TableDownWord[x][y]; PrevWordHorizontal = (CurrentWord 0 && TableCell.innerHTML != " " && TableCell.innerHTML.toLowerCase() != " ") { TheirWord += TableCell.innerHTML.toUpperCase(); TheirWordLength++; } else { TheirWord += "•"; } } document.getElementById("wordlabel").innerHTML = TheirWord; document.getElementById("wordinfo").innerHTML = ((CurrentWord WordLength[CurrentWord]) { document.getElementById("worderror").innerHTML = "文字数が多いです. この言葉は " + WordLength[CurrentWord] + " 文字必要です."; document.getElementById("worderror").style.display = "block"; return; } // If we made it this far, they typed an acceptable word, so add these letters to the puzzle and hide the entry box. x = WordX[CurrentWord]; y = WordY[CurrentWord]; for (i = 0; i LastHorizontalWord ? i : 0)); TableCell.innerHTML = TheirWord.substring(i, i + 1); } DeselectCurrentWord(); } // Called when the "check puzzle" link is clicked. function CheckClick() { var i, j, x, y, UserEntry, ErrorsFound = 0, EmptyFound = 0, TableCell; if (CrosswordFinished) return; DeselectCurrentWord(); for (y = 0; y = 0 || TableDownWord[x][y] >= 0) { TableCell = CellAt(x, y); if (TableCell.className == "ecw-box ecw-boxerror_unsel") TableCell.className = "ecw-box ecw-boxnormal_unsel"; } for (i = 0; i 0 && TableCell.innerHTML.toLowerCase() != " ") { UserEntry += TableCell.innerHTML.toUpperCase(); } else { UserEntry = ""; EmptyFound++; break; } } UserEntry = UserEntry.replace(/&/g, '&'); // If this word doesn't match, it's an error. if (HashWord(UserEntry) != AnswerHash[i] && UserEntry.length > 0) { ErrorsFound++; ChangeWordStyle(i, "ecw-box ecw-boxerror_unsel"); } } // If they can only check once, disable things prematurely. if ( OnlyCheckOnce ) { CrosswordFinished = true; document.getElementById("checkbutton").style.display = "none"; } // If errors were found, just exit now. if (ErrorsFound > 0 && EmptyFound > 0) document.getElementById("welcomemessage").innerHTML = ErrorsFound + (ErrorsFound > 1 ? " 個の間違い" : " 個の間違い") + " 問がまだ " + EmptyFound + (EmptyFound > 1 ? " 個の問題がまだ" : " 個の問題がまだ") + " 残っています
やりなおしはこちら"; else if (ErrorsFound > 0) document.getElementById("welcomemessage").innerHTML = ErrorsFound + (ErrorsFound > 1 ? " 個の間違いが" : " 個の間違いが") + " あります
やりなおしはこちら"; else if (EmptyFound > 0) document.getElementById("welcomemessage").innerHTML = "残念ながら正解数が足らないようです, まだ " + EmptyFound + (EmptyFound > 1 ? " 問、残っています。" : " 問、残っています。") + "
やりなおしはこちら"; if (ErrorsFound + EmptyFound > 0) { document.getElementById("welcomemessage").style.display = ""; return; } // They finished the puzzle! CrosswordFinished = true; document.getElementById("checkbutton").style.display = "none"; document.getElementById("congratulations").style.display = "block"; document.getElementById("welcomemessage").style.display = "none"; } // Called when the "cheat" link is clicked. function CheatClick() { if (CrosswordFinished) return; var OldWord = CurrentWord; document.getElementById("wordentry").value = Word[CurrentWord]; OKClick(); ChangeWordStyle(OldWord, "ecw-box ecw-boxcheated_unsel"); } // Returns a one-way hash for a word. function HashWord(Word) { var x = (Word.charCodeAt(0) * 719) % 1138; var Hash = 837; var i; for (i = 1; i

※『答えをチェック』をクリックすると、再入力する場合はもう一度はじめからになります。
全ての答えを確認してから『答えをチェック』をクリックしてください。



ページの下部にある応募フォームより、必要項目をもれなく記入してからご応募ください。
※応募はお一人様1回限りです。
※記入に不備がある場合はポイントがプレゼントできない場合があります。
※ポイントは会員登録をされていないと付与されません。
※ご登録いただいている会員情報と異なるメールアドレスやお電話番号を記入されますとポイントが付与されない可能性があります。

レフィーネは安心・安全のヘアケア製品をお届けします。

白髪染め・白髪隠し




シャンプー・トリートメント




毛染めサポート

  • デュアル ヘアキャップ
    染まりをよくするために、効果的なのは『温めること』。
    プロも納得の保温効果で、カラーリングを強力サポート。染め上がりをさらに美しく。
  • レフィーネ専用コーム
    どうして美容室で染めると、いつもよりキレイなの?実は、コーム(くし)にも秘密がありました。「使いやすい」「染まりやすい」と評判の、専用コームです。
  • サロン専用ヘアカラーブラシ&コーム
    ブラシで差がつくヘアカラー! 手を汚さずにカラーリングできるのでとっても便利!生え際や分け目を丁寧に仕上げたいときにもオススメ!
  • レフィーネ毛染め用タオル
    毛染め用のタオルとして全国の美容室で幅広く使われている「黒タオル」。汚れが目立ちにくいから、たくさんの美容師に愛用されています。
  • 毛染めサポート3点セット
    これさえあればサロンの仕上がり!人気の毛染めグッズがセット価格でとってもおトク。毛染め初心者もこれで安心。
  • 毛染め用セラミックケープ
    じっくり、しっかり染めたいという方からの要望にお応えして、ケープをご用意しました。美容室使用のセラミックケープなので、何度も洗って使えます。
  • プロ用カラーリングカップ
    深さが7cmもあり、ヘアカラートリートメントを混ぜるときまわりに飛び散りにくい構造になっています。
  • レフィーネ カラー プロテクト
    手袋のようにコーティング。ヘアカラー専用の保護クリーム。生え際、指先への色移りをしっかりブロック。
  • プロ用 毛染め手袋
    プロ専用のゴム手袋。柔らかくよく伸びて、手にフィットするのでヘッドマッサージにも最適。
  • ヘアサロン用「長持ち」ヘアクリップ
    自宅でのカラーリングにもオススメ!ヘアサロン専用クリップ。 髪をセットするだけでクリームが塗りやすくなり、仕上がりのムラもなくなります。
  • ヘアサロン用ハンドミラー(ブラック)
    グリップにすべりにくい素材“トリブレン樹脂”を使用した持ちやすさ抜群のミラー。
    大きめサイズだから顔全体が映ります。
  • イヤーカバー
    カラーリングやパーマをご自分でされる時の必需品。
    汚れを気にせず仕上がりきれいに




ヘアケアグッズ・癒し雑貨




ザ・チャーガ(育毛・スカルプケア)

  • ザ・チャーガ 薬用育毛剤
    ベタつかずニオワない、頭皮に浸透しやすい育毛剤。零下30度の寒冷地でもすくすく育つチャーガのように、根元からハリコシのある力強い髪を育てます。
  • ザ・チャーガ 薬用スカルプシャンプー
    新特許成分チャーガエキスをはじめ、厳選した地肌・美髪ケア成分を贅沢に配合。頭皮ケアシャンプーなのにキシマず、洗い上がりはトリートメント後のような仕上がりに。



育毛・スカルプケア



スキンケア

2人に1人がご愛用 すぐ得定期お届けコース

白髪染め・白髪かくし

髪染め専用シャンプー

毛染めサポート

ヘアケアグッズ・癒し雑貨

ザ・チャーガ(育毛・スカルプケア)

育毛・スカルプケア

スキンケア

アイメイク(MEIQUE)

スキンケア(YURAHADA)

商品一覧を見る
男性にもオススメの商品

TSUYAMI プレミアム ヘアマニキュア
ワンランク上の育毛・頭皮ケア
  • もれなくもらえる100円分レビュープレゼント
  • お友達紹介プレゼント
  • ギフトラッピング

パッチテストを無料でお届けしています 30代からのお悩み白髪に業界初の白髪染め

安心のお客様サポート!どうぞお気軽にお電話ください。ご注文の方専用フリーダイヤル 0120-07-6000ご相談の方専用フリーダイヤル 0120-212-039

東急ハンズでも購入できます。

当店のCSR活動

合計 6,450,015円

あなたの気持ちを寄付します

 商品カテゴリー

電話でのご注文はこちら:0120-07-6000 【受付時間】9:30~20:00(年末年始をのぞく)

インフォメーション