{#
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="footer-inner">
<div class="footer-logo">
{{ include('Block/logo.twig') }}
</div>
<div class="footer-navi">
<ul class="footer-navi__list">
<li class="footer-navi__item">
<a href="{{ url('help_guide') }}">{{ 'ご注文ガイド'|trans }}</a>
</li>
<li class="footer-navi__item">
<a href="{{ url('help_agreement') }}">{{ 'ご利用規約'|trans }}</a>
</li>
<li class="footer-navi__item">
<a href="{{ url('help_privacy') }}">{{ 'プライバシーポリシー'|trans }}</a>
</li>
<li class="footer-navi__item">
<a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a>
</li>
<li class="footer-navi__item">
<a href="{{ url('contact') }}">{{ 'お問い合わせ'|trans }}</a>
</li>
</ul>
<p class="copyright">© 2025 advance Co., Ltd.</p>
</div>
</div>