{#This file is part of EC-CUBECopyright(c) EC-CUBE CO.,LTD. All Rights Reserved.http://www.ec-cube.co.jpFor the full copyright and license information, please view the LICENSEfile that was distributed with this source code.#}<script > const mobi_platform = localStorage.getItem('mobi_platform'); if (mobi_platform) { setTimeout(() => { document.querySelector('#app-footer').classList.remove('hide-app-footer'); }, 100); }</script><link rel="stylesheet" href="{{ asset('assets/css/app_footer.css', 'user_data') }}"><div class="ec-footerRole"> <div class="ec-footerRole__inner"> <ul class="ec-footerNavi"> <li class="ec-footerNavi__link"> <a href="{{ url('help_guide') }}">{{ 'ご利用ガイド'|trans }}</a> </li> <li class="ec-footerNavi__link"> <a href="{{ url('contact') }}">{{ 'お問い合わせ'|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> </ul> {% if is_granted('ROLE_USER') %} {% if 'generatebelmony.com' in app.user.email %} <div class="bg_popup_update_email" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background: rgba(0, 0, 0, 0.4); display: none;"></div> <div class="popup_update_email" style=" position: fixed; top: 20%; left: 50%; transform: translate(-50%, 0); z-index: 99999; max-width: 500px; width: 95%; /*height: auto;*/ background: #fff; display: none;"> <div style="height: 100%; display: flex; flex-direction: column; justify-content: center; min-height: 330px; padding: 30px;"> <p style="margin-bottom: 20px;">購入手続きを進めるにはアカウントにメールアドレスを登録してください。</p> <button type="button" class="ec-blockBtn gotomypage" style="background: #ff9900; color: #fff;border-radius: 30px;margin-top: 35px;">マイページへ</button> <button type="button" class="ec-blockBtn closePopupEmail" style="margin-top: 10px;background: #e06666; color: #fff;border-radius: 30px;">閉じる</button> </div> </div> {% endif %} {% endif %} <div class="ec-footerTitle"> <div class="ec-footerTitle__logo"> <a href="{{ url('homepage') }}"> べるのわマーケット </a> </div> <div class="ec-footerTitle__copyright">copyright (c) {{ BaseInfo.shop_name }} all rights reserved.</div> </div> </div></div><div id="app-footer" class=" hide-app-footer ec_custom_app_footer footer fixed bottom-custom-point z-50 px-8 flex justify-between items-center h-10vh w-screen bg-white text-2xl font-bold shadow-footer"> <!--OFF home--> <a class="w-1/6 flex justify-center" href="{{ SYNC_URL }}"> <button class="home_button_box flex flex-col justify-center items-center text-[#969696]"> <img alt="ホーム" src="{{ SYNC_URL }}/static/images/home-off-icon.png" class="w-16 h-14"> <p class="text-center">ホーム</p> </button> </a> <!--OFF coupon--> <a class="w-1/6 flex check-login justify-center custom_ecc_coupon" href="{{ SYNC_URL }}/coupons"> <button class="home_button_box flex flex-col justify-center items-center text-[#969696]"> <img alt="クーポン" src="{{ SYNC_URL }}/static/images/coupon-icon.png" class="w-16 h-10" style=""> <p class="text-center">クーポン</p> </button> </a> <!--OFF event--> <a class="w-1/6 flex check-login justify-center " href="{{ SYNC_URL }}/events"> <button class="home_button_box flex flex-col justify-center items-center text-[#969696]"> <img src="{{ SYNC_URL }}/static/images/event-icon.png" class="w-[60px] h-14" alt="イベント"> <p class="text-center">イベント</p> </button> </a> <!--ON shopping--> <a class="w-1/6 flex justify-center"> <button class="home_button_box flex flex-col justify-center items-center text-[#969696]"> <img alt="お買い物" src="{{ SYNC_URL }}/static/images/footer_menu2.png" class="w-16 h-14"> <p class="text-center" style="color: #ef7800;">お買い物</p> </button> </a> <!--OFF mypage--> <a class="w-1/6 flex justify-center check-login " href="{{ SYNC_URL }}/mypage"> <button class="home_button_box flex flex-col justify-center items-center text-[#969696]"> <img alt="マイページ" src="{{ SYNC_URL }}/static/images/my-page-icon.png" class="w-12 h-14"> <p class="text-center">マイページ</p> </button> </a></div>