{#This file is part of EC-CUBECopyright(c) EC-CUBE CO.,LTD. All Rights Reserved.http://www.ec-cube.co.jp/For the full copyright and license information, please view the LICENSEfile that was distributed with this source code.#} <!-- footer section --> <div class="footer-section"> <div class="curved-background-top"></div> <div class="footer-content-top-container"> <div class="footer-content-top"> <!-- Decorative Left Image --> <div class="footer-decoration footer-decoration--left"> <img src="{{ asset('assets/img/default/footer/footer-left.png') }}" alt="Decoration" loading="lazy"> </div> <!-- Decorative Right Image --> <div class="footer-decoration footer-decoration--right"> <img src="{{ asset('assets/img/default/footer/footer-right.png') }}" alt="Decoration" loading="lazy"> </div> <!-- FAQ Card --> <a href="{{ url('faq') }}" class="footer-card"> <div class="footer-card__background"> <img src="{{ asset('assets/img/default/footer/footer-faq.png') }}" alt="FAQ Background" loading="lazy"> </div> <div class="footer-card__content"> <div class="footer-card__subtitle"> <div class="footer-card__icon"> <img src="{{ asset('assets/img/default/icons/icon-faq.svg') }}" alt="FAQ"> </div> <span>よくあるご質問</span> </div> <h3 class="footer-card__title">FAQ</h3> </div> <div class="footer-card__arrow"> <img src="{{ asset('assets/img/default/icons/icon-heart.svg') }}" alt="Arrow" loading="lazy"> </div> </a> <!-- USERS GUIDE Card --> <a href="{{ url('users_guide') }}" class="footer-card"> <div class="footer-card__background"> <img src="{{ asset('assets/img/default/footer/footer-guide.png') }}" alt="Users Guide Background" loading="lazy"> </div> <div class="footer-card__content"> <div class="footer-card__subtitle"> <div class="footer-card__icon"> <img src="{{ asset('assets/img/default/icons/icon-users-guide.svg') }}" alt="Users Guide"> </div> <span>ご利用ガイド</span> </div> <h3 class="footer-card__title">USERS GUIDE</h3> </div> <div class="footer-card__arrow"> <img src="{{ asset('assets/img/default/icons/icon-heart.svg') }}" alt="Arrow" loading="lazy"> </div> </a> </div> <div class="footer-content-bottom"> <!-- Decorative Background --> <div class="footer-bottom-decoration container-desktop"></div> <!-- Logo --> <div class="footer-logo"> <img src="{{ asset('assets/img/default/icons/logo.png') }}" alt="CHEETAH WiFi Logo" loading="lazy"> </div> <!-- Navigation Links --> <nav class="footer-nav"> <a href="{{ url('homepage') }}" class="footer-nav__link text-black">ホーム</a> <a href="{{ url('product_list') }}" class="footer-nav__link text-black">商品一覧</a> <a href="{{ url('users_guide') }}" class="footer-nav__link text-black">ご利用ガイド</a> <a href="{{ url('news_list') }}" class="footer-nav__link text-black">お知らせ</a> <a href="{{ url('entry') }}"class="footer-nav__link text-black">会員登録</a> {% if is_granted('ROLE_USER') %} <a href="{{ url('logout') }}" class="footer-nav__link text-black">ログアウト</a> {% else %} <a href="{{ url('mypage_login') }}" class="footer-nav__link text-black">ログイン</a> {% endif %} <a href="{{ url('cart') }}" class="footer-nav__link text-black">カート</a> </nav> <!-- Contact Button --> <div class="footer-contact"> <button class="btn-contact" onclick="window.location.href='{{ url('contact') }}'"> <span>お問い合わせする</span> <div class="btn-contact__arrow"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.90955 1.71545L10.9366 6.74254L12.1948 7.99931L12.1941 8L12.1948 8.00069L10.9366 9.25746L5.90955 14.2845L4.65209 13.0271L9.67917 8L4.65209 2.97291L5.90955 1.71545Z" fill="white"/> </svg> </div> </button> </div> <!-- Legal Links --> <div class="footer-legal"> <a href="{{ url('privacy_policy') }}" class="footer-legal__link text-black">プライバシーポリシー</a> <a href="{{ url('legal_information') }}" class="footer-legal__link text-black">特定商取引法に基づく表記</a> </div> <!-- Copyright --> <div class="footer-copyright"> <p>© 2025 CHEETAH WiFi</p> </div> <!-- image footer mobile --> <div class="footer-image-mobile-container container-mobile"> <div class="footer-bottom-decoration-mobile"> <img src="{{ asset('assets/img/default/footer/footer-decoration.png') }}" alt="Footer Decoration" loading="lazy"> </div> </div> </div> </div> </div>