{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="ec-categoryRole">
<div class="ec-role">
<div class="ec-secHeading">
<span class="ec-secHeading__en">{{ 'front.block.top.product_list_title_en'|trans }}</span>
<span class="ec-secHeading__line"></span>
<span class="ec-secHeading__ja">{{ 'front.block.top.product_list_title_ja'|trans }}</span>
</div>
<div class="ec-categoryRole__list">
<div class="fade-content ec-categoryRole__listItem ObserveEle">
<a href="{{ url('product_list') }}#cat_1">
<img src="/html/user_data/assets/img/item/04_pick_medium_pack.png">
<div class="top-category-name">{{'front.block.product.category_100ppm' |trans}}</div>
</a>
</div>
<div class="fade-content ec-categoryRole__listItem ObserveEle">
<a href="{{ url('product_list') }}#cat_8">
<img src="/html/user_data/assets/img/item/06_pick_plus_pack.png">
<div class="top-category-name">{{'front.block.product.category_200ppm' |trans}}</div>
</a>
</div>
<div class="fade-content ec-categoryRole__listItem ObserveEle">
<a href="{{ url('product_list') }}#cat_9">
<img src="/html/user_data/assets/img/item/bib_100ppm.png">
<div class="top-category-name">{{'front.block.product.category_regular' |trans}}</div>
</a>
</div>
</div>
</div>
</div>