{#
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.
#}
{# @see https://github.com/bolt/bolt/pull/2388 #}
{% from _self import tree %}
<div class="ec-headerCategoryArea">
<div class="ec-headerCategoryArea__heading">
<p>{{ 'メニュー一覧'|trans }}</p>
</div>
<div class="ec-itemNav">
<ul class="ec-itemNav__nav">
<li>
<a href="https://www.herba.co.jp/works/" target="_blank">
ヘルバについて
</a>
</li>
<li>
<a href="https://www.herba.co.jp/works/pvntmed/" target="_blank">
予防医学研究会
</a>
</li>
<li>
<a href="https://www.herba.co.jp/works/voice_index/" target="_blank">
ご愛用者の便り
</a>
</li>
<li>
<a href="https://www.herba.co.jp/works/forum/" target="_blank">
予防医学フォーラム
</a>
</li>
<li class="flex-fill">
<a href="https://www.herba.co.jp/category/video_all/" target="_blank">
MOVIE
</a>
</li>
<li>
<a href="{{ url('help_about') }}">
{{ 'ショッピングガイド'|trans }}
</a>
</li>
</ul>
</div>
</div>