{#
This file is part of EC-CUBE
Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.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="https://myufull.co.jp/" target="_blank" title="ミューフル (myufull) ブランドサイト">ミューフルとは <i class="fas fa-external-link-alt"></i></a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('help_guide') }}">{{ 'ご利用ガイド'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('subscription_index') }}">{{ '定期便ガイド'|trans }}</a>
</li>
<li class="ec-footerNavi__link">
<a href="{{ url('help_faq') }}">{{ 'よくある質問'|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('contact') }}">{{ 'お問い合わせ'|trans }}</a>
</li>
</ul>
<div class="ec-footerTitle">
<div class="install-pwa-wrapper">
<button type="button" class="btn-install-pwa btn btn-sm btn-dark-pink" onclick="gtagEvent('pwaInstall', 'btnClick', 'footer', 1);">
<i class="fas fa-cloud-download-alt"></i> アプリをインストール
</button>
</div>
<div class="ec-footerTitle__logo">
<a href="{{ url('homepage') }}" title="{{ BaseInfo.shop_name }}"><img src="{{ asset('assets/img/common/logo_ja.png') }}" alt="ミューフル 自然を豊かに 自分を美しく"></a>
</div>
<div class="ec-footerTitle__copyright">Copyright © MIYUKI CORPORATION All rights reserved.</div>
</div>
</div>
</div>