{#
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-footerRole">
<div class="ec-footerRole__inner">
<ul class="ec-footerNavi">
<li class="ec-footerNavi__link">
<a href="{{ url('help_about') }}">{{ '当サイトについて'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('faq') }}">{{ 'よくあるご質問'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
</li>
</ul>
<div class="ec-footerTitle">
<div class="ec-footerTitle__logo">
<a href="{{ url('homepage') }}"><img src="{{ asset('/html/template/default/assets/img/common/footer-logo.png')}}" alt="Lemanze"></a>
</div>
<div class="ec-footerTitle__copyright">copyright (c) {{ BaseInfo.shop_name }} all rights reserved.</div>
<a href="https://twitter.com/lemanze" target="_blank" style="display:block; text-align:center; margin-top:10px;">
<img src="/html/template/default/assets/img/common/logo-white.png" style="width:30px;" alt="twitter @lemanze フォローしてお得情報ゲット!">
</a>
</div>
</div>
</div>