test

*{
margin:0px;
padding:0px;
}
body {
-webkit-text-size-adjust: 100%;
word-break: break-all;
font-family: Helvetica;
font-size: 14px;
line-height: 18px;
}
#header{
text-align: center;
border-bottom: 2px solid #ACA49D;
}
#top img{
width:100%;

}
#footer{
color: #4B4B4B;
line-height: 40px;
font-size: 12px;
background-color: #F0F0F0;
border-top: 1px solid #B1B1B1;
padding-top: 40px;
padding-bottom: 20px;
}
.center {
text-align: center;
display: block;
}
a{
color: #118aff;
}
section{
margin-bottom: 35px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*header-----------------*/

#title{
font-size: 20px;
color: #454545;
line-height: 1.4em;
font-weight: bold;
margin: 0px 15px 10px 15px;
border-bottom: 1px solid #d5d5d5;
padding-bottom: 15px;
padding-top: 10px;
}
#title_txt{
margin: 0px 15px 15px 15px;
}
.box p.sub_title{
font-size: 24px;
font-weight: bold;
border-top: 5px dotted #0736d1;
padding-top: 15px;
padding-bottom: 10px;
}
p.date{
font-size: 12px;
color: #a4a4a4;
text-align: right;
margin: 0px 15px 30px 15px;
}

/*BOX-----------------*/
.box p,
.box_prdct a.prdct_title {
margin-top: 5px;
margin-right: 12px;
margin-left: 12px;
margin-bottom: 15px;
color: #454545;
font-size: 15px;
line-height: 1.8em;
}
.box p.no_margin{
margin:5px 15px 5px 15px;
}
.box p.half_margin{
margin-top: 5px;
margin-right: 5px;
margin-left: 15px;
margin-bottom: 10px;
}
.sub_box {
background-color: #fff5f9;
border: 2px dashed #ffa0c2;
padding: 10px;
}
.box img {
margin: 5px auto;
display: block;
width: 100%;
}
.box img.img_w80{
width: 80%;
}
.box p.r_text{
text-align: right;
color: #3B5997;
font-size: 18px;
font-weight: bold;
padding-right: 10px;
margin-bottom: 0px;
margin-top: 0px;
}
.box p span,
.box_prdct a.prdct_title span {
font-weight: bold;
line-height: 1.8em;
}
.box_prdct,
.box_sns{
margin: 0px 15px 20px 15px;
border: 1px solid #C3C3C3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.box_sns{
padding:10px;

}
.box_sns .sns_data{
margin:0px 0px 10px 0px;
}
.box_sns .sns_data img{
width: 40px;
float: left;
margin: 5px;
}
.box .box_sns p{
margin:0px;
}

.box_sns .sns_data p{
float: left;
margin: 5px 0px 0px 10px;
}
.box_sns p.sns_txt{
margin:20px 0px;
}
.box_sns .page_data p span{
line-height: 24px;
}
.box_sns .page_data img{
width:120px;
margin: 0px;
}
.box_sns .page_data{
margin:0px;
}
.box_prdct a.prdct_title{
margin-top: 10px;
margin-bottom: 10px;
display: block;
text-decoration: none;
}
.box .box_prdct img:first-child{
margin: 0px;
}
.box .box_prdct p{
margin-bottom: 0px;
}
.box .box_prdct .prdt_data{
border-top: 1px solid #D5D5D5;
border-bottom: 1px solid #D5D5D5;
}
.box .box_prdct .prdt_data p{
padding-top: 10px;
}

.box .bfaf_box{
text-align: center;
background-color: #f8f7f5;
border: 1px solid #d5d5d5;
margin: 15px;
}

.bfaf_box .bfaf_c{
float: left;
width: 50%;
margin: 0px;
}

.bfaf_box .bfaf_img{
width: 95%;
}

/*FOOTER-----------------*/
.foot_menu {
line-height: 80px;
}
.foot_menu a {
text-decoration: underline;
}

/*䞊矢印+ボタン拡倧/瞮小 ---------------------------------------------------------*/
.tarr_scale{
overflow:hidden;
}
.tarr_scale a{
position: relative;
width: 100%;
max-width: 400px;
display: block;
height: 140px;
margin-right: auto;
margin-left: auto;
padding-bottom:10px;
}
/*(拡倧/瞮小)---------------------------------------------------------*/
.tarr_scale a .btn_scale{
position: absolute;
left: 50%;
bottom: 10px;
width: 300px;
height: 131px;
margin-left: -150px;
z-index: 1;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);

animation-name: btn_scale;
animation-duration: 1.2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;

-webkit-animation-name: btn_scale;
-webkit-animation-duration: 1.2s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;

-moz-animation-name: btn_scale;
-moz-animation-duration: 1.2s;
-moz-animation-timing-function: ease-in-out;
-moz-animation-iteration-count: infinite;
-moz-animation-direction: alternate;
}
@keyframes btn_scale {0% {transform:scale(1);}100% {transform:scale(1.1);}}
@-webkit-keyframes btn_scale {0% {-webkit-transform:scale(1);}100% {-webkit-transform:scale(1.1);}}
@-moz-keyframes btn_scale {0% {-moz-transform:scale(1);}100% {-moz-transform:scale(1.1);}}

/*矢印(侊)---------------------------------------------------------*/
.tarr_scale .arr_t{
position: relative;
width: 300px;
margin: 0px auto;
height: 40px;
}
.tarr_scale .arr_t img{
position: absolute;
z-index: 2;
width:50px;
height:50px;
top: 0px;

animation-name: arr_t;
animation-duration: 0.6s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction:alternate;

-webkit-animation-name: arr_t;
-webkit-animation-duration: 0.6s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction:alternate;

-moz-animation-name: arr_t;
-moz-animation-duration: 0.6s;
-moz-animation-timing-function: ease-in-out;
-moz-animation-iteration-count: infinite;
-moz-animation-direction:alternate;

}
.tarr_scale .arr_t img:nth-child(1){
left:0px;
}
.tarr_scale .arr_t img:nth-child(2){
left:50%;
width:200px;
height:50px;
margin-left:-100px;
}
.tarr_scale .arr_t img:nth-child(3){
right:0px;
}
@keyframes arr_t {0% {top: 0px;}100% {top: 20px;}}
@-webkit-keyframes arr_t {0% {top: 0px;}100% {top: 20px;}}
@-moz-keyframes arr_t {0% {top: 0px;}100% {top: 20px;}}

/*テキスト blink---------------------------------------------------------*/
.blink{
animation-name: blinkanime;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction:alternate;

-webkit-animation-name: blinkanime;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction:alternate;

-moz-animation-name: blinkanime;
-moz-animation-duration: 0.5s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
-moz-animation-direction:alternate;

-o-animation-name: blinkanime;
-o-animation-duration: 0.5s;
-o-animation-timing-function: linear;
-o-animation-iteration-count: infinite;
-o-animation-direction:alternate;

-ms-animation-name: blinkanime;
-ms-animation-duration: 0.5s;
-ms-animation-timing-function: linear;
-ms-animation-iteration-count: infinite;
-ms-animation-direction:alternate;

}

@keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
@-webkit-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
@-moz-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
@-o-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}
@-ms-keyframes blinkanime {
0% {color: #FF4848;}
70%{color: #FF4848;}
71%{color: #fff;}
100% {color: #fff;}
}

/*COMMON---------------------------------------------------------*/
.txt12{
font-size: 12px;
}
.txt14{
font-size: 14px;
}
.txt16{
font-size: 16px;
}
.txt18{
font-size: 18px;
}
.txt20{
font-size: 20px;
}
.txt22{
font-size: 22px;
}
.txt24{
font-size: 24px;
}
.txt26{
font-size: 26px;
}

.txt30{
font-size: 30px;
}
.red{
color: #FF5050;
}
.blue{
color: #118aff;
}
.purple{
color: #BE7DFA;
}
.grey{
color: #a4a4a4;
}
.green{
color: #3eff1e;
}
.pink{
color: #fc0f84;
}
.dred{
color: #f41100;
padding-right: 5px;
}
.r_blue{
color: #64ACFA;
}
.r_pink{
color: #FF66F9;
}
.no_list{
padding-right: 5px;
}
.bold{
font-weight: bold;
}
.marker{
background-color: #edfd90;
}
.uline{
text-decoration: underline;

}
.box p.r_txt span{
line-height: 42px;
padding-right: 55px;
color: #463a2e;
font-size: 15px;
}
.box p.r_txt a{
display: block;
text-decoration: none;
}
.bline{
text-decoration: line-through;
}
.ifrm_mov{
width: 320px;
height: 240px;
display: block;
margin-right: auto;
margin-left: auto;

}
#footer p{
font-size: 10px;
text-align: center;
line-height: 60px;
}
#footer p a{
text-decoration: none;
}
.pr{
color: #ACACAC;
font-size: 12px;
font-weight: normal;
float: left;
width: 50px;
text-align: left;
}

#info_box {
border-collapse: separate;
border-spacing: 0;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin: 50px auto 15px auto;
width: 94%;
font-size: 13px;
}
#info_box th {
width: 100px;
padding: 10px;
font-weight: bold;
vertical-align: middle;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
background: #eee;
}
#info_box td {
width: auto;
padding: 10px;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sub_title_bar {
position: relative;
padding: 4px 14px;
border-top: solid 2px #00d6a6;
border-bottom: solid 2px #00d6a6;
background: -webkit-repeating-linear-gradient(-45deg, #f0fffe, #f0fffe 3px,#defff8 3px, #defff8 7px);
background: repeating-linear-gradient(-45deg, #f0fffe, #f0fffe 3px,#defff8 3px, #defff8 7px);
margin: 10px 5px 20px;
}
.sub_title_bar:before, .sub_title_bar:after{
content: '';
position: absolute;
top: -7px;
width: 2px;
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: #00d6a6;
}
.sub_title_bar:before {
left: 7px;
}
.sub_title_bar:after {
right: 7px;
}
.sub_title_bar p {
color: #808483;
margin: 0px;
}
.box .txt_link {
margin: 40px 12px;
}
.marker_blue{
background-color: #c5f4fb;
}

8幎間も シミ・くすみ をあきらめかけおいた私が、玠肌に自信を取り戻した「ノヌベル賞受賞の矎容成分」ずは

[PR]

最近、お出かけ前はい぀も憂鬱 
その理由はただひず぀。

メむクの仕䞊がりになんだか満足できないのです。

「私っおこんなはずじゃなかったのに 」

コンシヌラヌやハむラむトでごたかしおしおみおも、厚塗り感が増すだけで、い぀も気分は60点。
本圓は玠肌颚のナチュラルメむクで颯爜ず出かけたいのに 
私を悩たすシミ・くすみ。

「嫌だな このたたオバさんになっおいくのかな」

少しず぀忍び寄る「老化」の気配に、気持ちが晎れるこずはありたせんでした。
そんな私はい぀しか、

「肌の老化が止められたら 」

本気でそう考えるようになっおいたした。

あきらめなくおよかった
「奇跡の矎容成分」に出䌚う

そこから私の執念のリサヌチが始たったのです!!!

矎癜サンプルや通販のお詊しセットを買い集めお、自分の肌で培底的に実蚌。

数ヶ月かけおスマホで写真を撮っお比范しながら、玍埗できる矎癜成分を探し続けたした。

でも、ちたたにあふれる矎癜成分では私が玍埗できるものには出䌚えたせんでした。

そんな時に、ふず目にした
「肌老化の原因はSTOPできる!!!」
ずいう蚀葉。
コレだっずなんだか盎感のようなものが走りたした。

解説を読み進めるず、その矎容成分の開発者の考えが、いろいろ詊した私の矎癜の考えを根本から芆す新しいものだったのです。

さらには、近幎にノヌベル化孊賞を受賞した「奇跡の矎容成分」で、矎容業界や化孊の分野で䞖界的に話題になりはじめた泚目株ずいうではありたせんか

いったいどんな成分なのでしょう。。。

高額な宝くじにあたったような、ダむダモンドの原石を掘り圓おたような、わくわくずした興奮に包たれたした!! 笑

现胞レベルで肌老化の原因を防ぎ、新しい発想でシミを抑える

開発者の考えはこうでした。

肌の老化が起こるのは玄80%は玫倖線が原因。
そうは蚀っおも、毎日の生掻の䞭で完党にシャットアりトするこずは䞍可胜に近い。

それならば、济びおしたっおから䜕ずかしようずいう発想

肌の老化の原因をストップさせるために、老化の原因を远究し、詳しく説明もしおいたした。

玫倖線を济びるず、肌を守るために匷い毒性をもった「掻性酞玠」が発生
↓
肌の「酞化」が起こる
↓
掻性酞玠から现胞を守るために、メラニン色玠が䜜られシミが定着

そしお、りワサの奇跡の矎容成分は、
肌の老化に぀ながる酞化を抑え
メラニンの増加を防ぎ
シミの発生を抑えおしたおう

ずいう考えのもず、開発されたそうです!!

この矎容成分の開発で着目した酞化を抑えるチカラは『抗酞化力』ずいい、゚むゞングケアのカギを握るはたらきずしお泚目されおいたす。

抗酞化力がなんずプラセンタに比べお812倍のスゎむ矎容成分

さお、肌のメカニズムの話より「奇跡の矎容成分」が䜕なのか、気になりたすよね!!

その矎容成分の名前は『フラヌレン』

泚目すべきは、ズバ抜けお高い抗酞化力!!!!

プラセンタの812倍のチカラで掻性酞玠の攻撃から肌を守り、酞化ずメラニン色玠の生成をダブルでしっかり抑えおくれるそうですよ。

しかし、フラヌレンがどれだけ奇跡的な成分でも、芞胜人やセレブじゃなきゃ䜿えないような雲の䞊の存圚では、正盎ちょっずがっかりですよね 

でも倧䞈倫です!!!!

フラヌレンを莅沢に配合したホワむト゚ッセンス 『BIHAKU』なら、シミやくすみの原因を抑える高い抗酞化力をオヌルむンワンの通販コスメで思いっきり実感できちゃうんです♪

『BIHAKU』 は、フラヌレン × 14皮の矎容成分を莅沢に配合

さらにこの矎容液の信甚できるずころが、矎容倖科医もホワむト゚ッセンス『BIHAKU』を掚奚しおいるずいう事実。

矎容成分フラヌレンを芏定以䞊に莅沢に配合し、パッケヌゞに品質の蚌「フラヌレンマヌク」が぀いおいるこずも安心のポむントです

たた、フラヌレンの他にも泚目の矎肌アップ成分を14皮も配合。

●ヒアルロン酞の1.4倍の保湿量を持぀高玚矎容成分「プロテオグリカン」
●フラヌレンを肌の奥たで※角質局たですばやく届ける「高浞透型ビタミンC誘導䜓APPS」
●メラニン色玠を排出しやすくし、现胞からむキむキず透明肌ぞ導く「幹现胞゚キス」
など14皮

高玚矎容成分フラヌレンず人気の矎容成分を毎日のケアでたっぷり手軜に䜿えるなんお、本圓に倢のようです

4ヶ月䜿甚を続けた私はシミも消えおさらにはこんなにモッチモチ♪

今なら先着300名限定で定期瞛り無し+初回賌入のみ78%OFF

発売から数幎・・定期賌入で5回玄束だったのが、今回のキャンペヌンに限り定期瞛りなしで賌入が可胜です!!!

しかも、䜿っおみおお肌に合わなければ、
党額を返金しおもらえるずのこずで党くリスクなく始められる最埌のチャンスなのです!!

高玚矎容成分フラヌレンだけでなく人気の矎容成分が最高の配合率で構成されおいる 『BIHAKU』

それが定期瞛りがなく、さらには党額返金保蚌たで぀くこのキャンペヌンは本圓に最埌の最埌になりたす。
少しでも興味がある方は絶察に埌悔をしないためにもたずは、78%OFFの特別䟡栌でこのBIHAKUをお詊しください!!

最埌に

執念で芋぀けた矎容液 『BIHAKU』 の感動をあなたにも

化粧氎のあずにずろみのあるテクスチャをすヌっず䌞ばすだけでお手入終了♪

時間がたっおももちもち感が残るので、お手軜な時短ケアでも也燥の心配もナシ

パラベン、合成銙料、合成着色料、鉱物油䞍䜿甚なので、敏感肌の私でも安心しお矎癜ケアができるのもGOODです

四十路をすぎお始めた本気の矎癜ケア。
『BIHAKU』を䜿い続けるこず6ヶ月 

もう䜕幎も玍埗できなかったメむクの仕䞊がりに、やっず満足できる100点満点の玠肌を手に入れたした

さぁ、今床はあなたの番です。

私の憂鬱を消し去っおくれた゚むゞングケアの救䞖䞻『BIHAKU』の幎霢䞍詳肌で笑顔の毎日をおくりたしょう♪