{#
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="fade-content ec-role ObserveEle">
<div class="ec-eyecatchRole">
<div class="ec-eyecatchRole__image">
<img src="/html/user_data/assets/img/item/item_lineup.png" alt="ABOUT" role="presentation"/>
</div>
<div class="ec-eyecatchRole__intro">
<p class="ec-eyecatchRole__introEnTitle">{{ 'front.block.top.over_view_title_en'|trans }}</p>
<p class="ec-eyecatchRole__introTitle">{{ 'front.block.top.over_view_title_ja'|trans }}</p>
<p class="ec-eyecatchRole__introDescription">{{ 'front.block.top.over_view_desc'|trans|nl2br }}</p>
<a class="ec-blockBtn--top" href="{{ url('about') }}">{{ 'front.mypage.view_detail'|trans }}</a>
</div>
</div>
</div>