新テクスチャー
2014.newカラーとスタイリング剤セミナー^_^

新しいアイテムは、ジェリー!!
半歩先のテクスチュアと言う事で、今までにはなかったスタイリング剤が出ました。
濡れたような質感だけと、重くなくて、動きが出せる^o^
外人さんのような動きが可能に!!
hvalaも導入。楽しみです!!



/?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;
?>