{#
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.
#}
<!-- FOOTER -->
<footer>
<p class="footer_logo">
<a href="{{ url('homepage') }}">
<img src="{{ asset('assets/img/home2023/footer_logo.svg') }}" alt="イデアル">
</a>
</p>
<div class="footer_contents">
<div>
<ul class="footerList1">
<li><a href="{{ url('homepage') }}">TOP</a></li>
<li><a href="{{ url('shop_dialogue_top') }}">DIALOGUE</a></li>
<li><a href="{{ url('shop_ensemble_top') }}">ENSEMBLE</a></li>
<li><a href="{{ url('shop_flair_top') }}">FLAIR</a></li>
<li><a href="{{ url('shop_gathering_top') }}">GATHERING</a></li>
</ul>
</div>
<div>
<ul class="footerList2">
<li><a href="{{ url('help_guide') }}">ご利用ガイド</a></li>
<li><a href="{{ url('faq') }}">よくある質問</a></li>
<li><a href="{{ url('help_privacy') }}">プライバシーポリシー</a></li>
<li><a href="{{ url('help_tradelaw') }}">特定消費取引に基づく表記</a></li>
<li><a href="{{ url('contact') }}">お問い合わせ</a></li>
</ul>
</div>
<div>
<p class="copyright">© 2021 IDEAL | Supported by Cloudot Inc.</p>
</div>
</div>
</footer>
{% if footerBrandListFlg is defined and footerBrandListFlg and shop %}
<div class="brand spShow f_list">
<a href="{{ url('brand_list', {'shop': shop}) }}"><span>BRAND LIST</span></a>
<a href="{{ url('item_list', {'shop': shop}) }}"><span>ITEM</span></a>
</div>
{% endif %}