ヘアケア商品20%OFF!!
梅雨入り間近で、湿度もだいぶ高くなってきて、髪の毛もまとまりにくい季節になりました。紫外線から守るケアや、汗をかいた頭皮にケアが必要になりますね。
6月と7月は、ヘアケア商品が20%OFFのキャンペーンをしています。
お試しになりたい物がありましたら、この機会に是非どうぞ。


/?php
if (in_category('blog')) :
comments_template('', true);
endif;
?>
Comment
/?php
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
if (in_category('blog')) :
comments_template('', true);
endif;
endif;
?>