{#
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 bg_black2">
<div class="ec-footerRole__inner text_center_to_left overflow-hidden">
<div class="row flex-md-row-reverse justify-content-between mb-3 mb-md-5">
<div class="col-md-8 row">
<div class="col-md-4 mb-3 fs-6">
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('product_list') }}?category_id=1">結婚指輪</a>
</div>
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('product_list') }}?category_id=2">婚約指輪</a>
</div>
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('favorite') }}">お気に入りリスト</a>
</div>
</div>
<div class="col-md-4 fs-6">
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('help_guide') }}">ご利用ガイド</a>
</div>
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('help_faq') }}">よくあるご質問</a>
</div>
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('contact') }}">お問い合わせ</a>
</div>
{#<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('help_about') }}">当サイトについて</a>
</div>#}
</div>
<div class="col-md-4 fs-6">
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('help_tradelaw') }}">特定商取引法に基づく表記</a>
</div>
<div class="ec-footerNavi__link pb-1 pb-md-2">
<a href="{{ url('help_privacy') }}">プライバシーポリシー</a>
</div>
</div>
</div>
<div class="footer_info col-md-4 mt-5 mt-md-0">
<div class="ec-footerTitle__logo fs-5 px-3 pb-3">
<a href="{{ url('homepage') }}"><img src="{{ asset('assets/img/common/logo_l.png') }}" alt={{ BaseInfo.shop_name }}></a>
</div>
{#<p class="small p-3 text-white lh-lg">
「究極の結婚指輪、婚約指輪を作りたい!」という思いで生み出された<br class="d-md-none">
世界にたった1つの鍛造フルオーダーメイドブランド。それが「TANZO®」です。
</p>#}
</div>
</div>
</div>
<div class="ec-footerTitle__copyright small text-center text-white py-3 bg_black1">©2024 {{ BaseInfo.shop_name }}</div>
</div>