{#
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.
#}
{% block javascript %}
<script type="module" src="{{ asset('assets/js/favoriteLoginModal.js') }}"></script>
{% endblock %}
<header class="header">
<div class="header_inner">
<p class="header_title">全ての人を、肌から幸せにDr.ウィラード・ウォーター公式オンラインストア</p>
<h1 class="header_logo">
<a href="{{ url('homepage') }}" class="header_logo_link">
<img src="{{ asset('assets/img/customize/img_logo.svg') }}" alt="Dr.ウィラード・ウォーター" width="79.78" height="50"/>
</a>
</h1>
<div class="header_utility">
<ul class="header_utility_link-list">
<li>
<a href="{{ url('special') }}">{{ 'front.for.special.title'|trans }}</a>
</li>
<li class="has-menu" data-menu-target="about-us">
<span>私たちについて</span>
</li>
<li class="has-menu" data-menu-target="shopping-support">
<span>お買い物サポート</span>
</li>
<li>
<a href="https://www.willard.co.jp/wblog/">{{ 'front.for.wblog.title'|trans }}</a>
</li>
</ul>
<ul class="header_utility_use-list">
<li class="icon-search" data-menu-target="item-search">
<span>
<span>{{ 'front.for.product.product_search'|trans }}</span>
</span>
</li>
{% if not is_granted('ROLE_USER') %}
<li class="icon-favorite modal-favorite">
<a href="{{ url('mypage_favorite') }}">
<span>{{ 'front.block.login.favorite'|trans }}</span>
</a>
</li>
{% else %}
<li class="icon-favorite">
<a href="{{ url('mypage_favorite') }}">
<span>{{ 'front.block.login.favorite'|trans }}</span>
</a>
</li>
{% endif %}
{% set totalQuantity = get_carts_total_quantity() %}
<li class="icon-cart">
<a href="{{ url('cart') }}">
<span>カート</span>
<div class="badge">
{{ render(url('block_cart')) }}
</div>
</a>
</li>
{% if is_granted('ROLE_USER') %}
<li class="icon-mypage">
<span data-menu-target="mypage">
<span>{{ 'front.block.login.mypage'|trans }}</span>
</span>
<!-- tooltip マイページ -->
<div id="mypage" class="header_utility_tooltip tooltip-mypage">
<h2 class="mypage_title">
<a href="{{ url('mypage') }}">{{ 'front.block.login.mypage'|trans }}</a>
</h2>
<ul class="mypage_list">
<li>
<a href="{{ url('mypage_history') }}">購入履歴一覧</a>
</li>
<li>
<a href="{{ url('mypage_change') }}">お客様情報確認・変更</a>
</li>
<li>
<a href="{{ url('mypage_delivery') }}">お届け先住所の追加</a>
</li>
<li>
<a href="{{ url('mypage_subscription') }}">定期購入設定</a>
</li>
<li>
<a href="{{ url('information') }}">お知らせ</a>
</li>
</ul>
<p class="mypage_user">
<span>{{app.user.name01}} {{app.user.name02}}</span>様
</p>
<p class="mypage_logout-button">
<a href="{{ url('logout') }}">{{ 'front.block.login.logout'|trans }}</a>
</p>
</div>
</li>
{% endif %}
</ul>
{% if is_granted('ROLE_USER') is empty %}
<div class="header_utility_login">
<p class="header_utility_login_button" data-menu-target="login">新規お客様登録/ログイン</p>
<!-- tooltip 新規会員登録/ログイン -->
<div id="login" class="header_utility_tooltip tooltip-login">
<div class="login_inner">
<p class="login_text">お客様登録済の方</p>
<p class="header_utility_button" id="login_button">
<input type="hidden" id="login_button_url" value="{{ url('mypage_login') }}">
<a href="{{ url('mypage_login') }}">{{ 'common.login'|trans }}</a>
</p>
</div>
<div class="login_inner">
<p class="login_text">初めてご購入される方</p>
<p class="header_utility_button primary" id="entry_button">
<input type="hidden" id="entry_button_url" value="{{ url('entry') }}">
<a href="{{ url('entry') }}">{{ 'front.common.new_registration'|trans }}</a>
</p>
</div>
<div class="login_inner sign-up">
<p class="login_text">お客様番号をお持ちで当社オンラインストアを初めてご利用の方</p>
<p class="header_utility_button primary" id="regist_web_button">
<input type="hidden" id="regist_web_url" value="{{ url('regist_web') }}">
<a href="{{ url('regist_web') }}">WEB利用登録</a>
</p>
</div>
</div>
</div>
{% endif %}
<div class="header_utility_menu">
<p class="header_utility_menu_button" data-menu-target="menu">
<span></span>
<span></span>
<span></span>
</p>
<p class="header_utility_menu_button sp" data-menu-target="menu-sp">
<span></span>
<span></span>
<span></span>
</p>
<!-- tooltip ハンバーガーメニュー -->
<div id="menu" class="header_utility_tooltip tooltip-menu">
<ul class="menu_list">
<li>
<a href="{{ url('information') }}">最新情報</a>
</li>
<li>
<a href="{{ url('company') }}">企業情報</a>
</li>
<li>
<a href="{{ url('access') }}">ショールーム・お取り扱い店舗紹介</a>
</li>
</ul>
</div>
</div>
<!-- / header_utility -->
</div>
</div>
<nav class="header_nav">
<ul class="header_nav_list">
{# トライアルセット #}
{% set Category5 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 5 }) %}
{% if Category5 is defined and Category5 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 5 }) }}">{{ Category5.name }}</a>
</li>
{% endif %}
{# TODO: 定期メニュー確認中の為、仮でコメントアウト #}
{# <li>
<a href="#">定期購入</a>
</li> #}
{# 化粧水 #}
{% set Category11 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 11 }) %}
{% if Category11 is defined and Category11 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 11 }) }}">{{ Category11.name }}</a>
</li>
{% endif %}
{# 保湿ジェル #}
{% set Category12 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 12 }) %}
{% if Category12 is defined and Category12 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 12 }) }}">{{ Category12.name }}</a>
</li>
{% endif %}
{# 保湿クリーム #}
{% set Category13 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 13 }) %}
{% if Category13 is defined and Category13 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 13 }) }}">{{ Category13.name }}</a>
</li>
{% endif %}
{# エイジングケア #}
{% set Category15 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 15 }) %}
{% if Category15 is defined and Category15 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 15 }) }}">{{ Category15.name }}</a>
</li>
{% endif %}
{# クレンジング&洗顔 #}
{% set Category14 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 14 }) %}
{% if Category14 is defined and Category14 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 14 }) }}">{{ Category14.name }}</a>
</li>
{% endif %}
{# ヘア&ボディ #}
{% set Category3 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 3 }) %}
{% if Category3 is defined and Category3 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 3 }) }}">{{ Category3.name }}</a>
</li>
{% endif %}
{# セピア(ペットケア) #}
{% set Category4 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 4 }) %}
{% if Category4 is defined and Category4 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 4 }) }}">{{ Category4.name }}</a>
</li>
{% endif %}
<li>
<a href="{{ url('product_list') }}">{{ 'common.select__all_products'|trans }}</a>
</li>
</ul>
<!-- / header_nav -->
</nav>
<!-- drawer 私たちについて -->
<div id="about-us" class="drawer">
<div class="drawer_inner">
<ul class="drawer_list">
<li class="drawer_list_item">
<p>
<a href="{{ url('brandconcept') }}">ブランドメッセージTOP</a>
</p>
<ul class="drawer_sub-list">
<li>
<a href="{{ url('brandconcept_message') }}">{{ 'front.for.brandconcept.message_title'|trans }}</a>
</li>
<li>
<a href="{{ url('brandconcept_about') }}">{{ 'front.for.brandconcept.about_title'|trans }}</a>
</li>
<li>
<a href="{{ url('brandconcept_quality') }}">{{ 'front.for.brandconcept.quality_title'|trans }}</a>
</li>
<li>
<a href="{{ url('brandconcept_uservoice') }}">{{ 'front.for.brandconcept.uservoice_title'|trans }}</a>
</li>
</ul>
</li>
</ul>
<ul class="drawer_list">
<li class="drawer_list_item">
<p>
<a href="{{ url('company') }}">企業情報TOP</a>
</p>
<ul class="drawer_sub-list">
<li>
<a href="{{ url('company_message') }}">{{ 'front.for.company.message_title'|trans }}</a>
</li>
<li>
<a href="{{ url('company_encounter') }}">Dr.ウィラード・ウォーター<br>誕生ストーリー</a>
</li>
<li>
<a href="{{ url('company_about') }}">{{ 'front.for.company.about_title'|trans }}</a>
</li>
<li>
<a href="{{ url('company_history') }}">{{ 'front.for.company.history_title'|trans }}</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- / drawer -->
<!-- drawer お買い物サポート -->
<div id="shopping-support" class="drawer">
<div class="drawer_inner">
<ul class="drawer_list">
<li class="drawer_list_item">
<p>
<span>サービスについて</span>
</p>
<ul class="drawer_sub-list">
<li>
<a href="{{ url('pointservice') }}">{{ 'front.for.pointservice.title'|trans }}</a>
</li>
<li>
<a href="{{ url('subscription') }}">定期購入について</a>
</li>
<li>
<a href="{{ url('referral') }}">{{ 'front.for.referral.title'|trans }}</a>
</li>
<li>
<a href="{{ url('shippingfee') }}">{{ 'front.for.shippingfee.title'|trans }}</a>
</li>
</ul>
</li>
</ul>
<ul class="drawer_list">
<li class="drawer_list_item">
<p>
<a href="{{ url('help_guide') }}">ご利用ガイドTOP</a>
</p>
<ul class="drawer_sub-list">
<li>
<a href="{{ url('guide_use') }}">お客様登録・ログインについて</a>
</li>
<li>
<a href="{{ url('guide_order') }}">お買い物について</a>
</li>
<li>
<a href="{{ url('guide_delivery') }}">お届け・返品交換について</a>
</li>
<li>
<a href="{{ url('guide_site') }}">サイトのご利用</a>
</li>
</ul>
</li>
</ul>
<ul class="drawer_list">
<li class="drawer_list_item">
<p>
<a href="{{ url('faq') }}">よくある質問TOP</a>
</p>
<ul class="drawer_sub-list">
<li>
<a href="{{ url('faq_willardwater') }}">ウィラード・ウォーターに関する質問</a>
</li>
<li>
<a href="{{ url('faq_product') }}">商品に関する質問</a>
</li>
<li>
<a href="{{ url('faq_cosmetic') }}">化粧品全般に関するご質問</a>
</li>
<li>
<a href="{{ url('faq_purchase') }}">ご購入に関するご質問</a>
</li>
<li>
<a href="{{ url('faq_entry') }}">お客様登録に関するご質問</a>
</li>
<li>
<a href="{{ url('faq_site') }}">本サイトに関するご質問</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- / drawer -->
<!-- drawer 商品検索 -->
<div id="item-search" class="drawer">
<div class="drawer_inner">
<form name="keyword_search" id="keyword_search" action="{{url('product_list_search')}}" method="GET">
<div class="m-search">
<input class="m-search_input" name="keyword" type="text" placeholder="商品名・キーワードで検索">
<button class="m-search_button">
<img src="{{ asset('assets/img/customize/icon_search.svg') }}" alt="検索" width="18" height="18">
</button>
</div>
</form>
<ul class="drawer_list">
<li class="drawer_list_item">
<p>
<span>カテゴリーから検索</span>
</p>
<ul class="drawer_sub-list">
{# スキンケア #}
{% set Category1 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 1 }) %}
{% if Category1 is defined and Category1 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 1 }) }}">{{ Category1.name }}</a>
</li>
{% endif %}
{# メイクアップ #}
{% set Category2 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 2 }) %}
{% if Category2 is defined and Category2 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 2 }) }}">{{ Category2.name }}</a>
</li>
{% endif %}
{# トライアルセット #}
{% set Category5 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 5 }) %}
{% if Category5 is defined and Category5 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 5 }) }}">{{ Category5.name }}</a>
</li>
{% endif %}
{# TODO: 定期メニュー確認中の為、仮でコメントアウト #}
{# <li>
<a href="#">定期購入</a>
</li> #}
{% set Category4 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 4 }) %}
{% if Category4 is defined and Category4 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 4 }) }}">{{ Category4.name }}</a>
</li>
{% endif %}
</ul>
</li>
</ul>
<ul class="drawer_list">
<li class="drawer_list_item">
<p>
<span>お悩みから検索</span>
</p>
<ul class="drawer_sub-list">
<li>
<a href="{{ url('sensitiveskin') }}">敏感肌</a>
</li>
<li>
<a href="{{ url('supersensitiveskin') }}">超敏感肌</a>
</li>
<li>
<a href="{{ url('dryskin') }}">乾燥肌</a>
</li>
<li>
<a href="{{ url('skinlightening') }}">美白</a>
</li>
<li>
<a href="{{ url('agingcare') }}">エイジングケア</a>
</li>
<li>
<a href="{{ url('nikibiskin') }}">思春期ニキビ</a>
</li>
<li>
<a href="{{ url('pimple') }}">吹き出物</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- / drawer -->
</div>
<!-- SP版メニュー-->
<div id="menu-sp" class="header_nav-sp">
<div class="header_nav-sp_inner">
<!-- 上層メニュー -->
<div class="header_nav-sp_upper">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">{{ 'front.for.product.search_for_products'|trans }}</p>
<ul class="header_nav-sp_sub-list">
{# トライアルセット #}
{% set Category5 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 5 }) %}
{% if Category5 is defined and Category5 is not null %}
<li>
<span data-submenu-target="trial">{{ Category5.name }}</span>
</li>
{% endif %}
{# 定期購入対象商品 #}
{% set Category34 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 34 }) %}
{% if Category34 is defined and Category34 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 34 }) }}">{{ Category34.Name }}</a>
</li>
{% endif %}
{# キャンペーン対象商品 #}
{% set Category6 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 6 }) %}
{% if Category6 is defined and Category6 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 6 }) }}">{{ Category6.Name }}</a>
</li>
{% endif %}
{# スキンケア #}
{% set Category1 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 1 }) %}
{% if Category1 is defined and Category1 is not null %}
<li>
<span data-submenu-target="skincare">{{ Category1.name }}</span>
</li>
{% endif %}
{# メイクアップ #}
{% set Category2 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 2 }) %}
{% if Category2 is defined and Category2 is not null %}
<li>
<span data-submenu-target="makeup">{{ Category2.Name }}</span>
</li>
{% endif %}
{# ヘア&ボディ #}
{% set Category3 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 3 }) %}
{% if Category3 is defined and Category3 is not null %}
<li>
<span data-submenu-target="hair">{{ Category3.Name }}</span>
</li>
{% endif %}
{# セピア(ペットケア) #}
{% set Category4 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 4 }) %}
{% if Category4 is defined and Category4 is not null %}
<li>
<span data-submenu-target="pet">{{ Category4.Name }}</span>
</li>
{% endif %}
{# TODO: 定期メニュー 確認待ち #}
</ul>
</li>
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">コンテンツ</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('special') }}">{{ 'front.for.special.title'|trans }}</a>
</li>
<li>
<span data-submenu-target="about">私たちについて</span>
</li>
<li>
<span data-submenu-target="support">お買い物サポート</span>
</li>
<li>
<a href="https://www.willard.co.jp/wblog/">{{ 'front.for.wblog.title'|trans }}</a>
</li>
<li>
<a href="{{ url('information') }}">最新情報</a>
</li>
<li>
<a href="{{ url('access') }}">ショールーム・お取り扱い店舗紹介</a>
</li>
</ul>
</li>
</ul>
<p class="header_nav-sp_login-button">
{% if not is_granted('ROLE_USER') %}
<a href="{{ url('mypage_login') }}">新規会員登録/ログイン</a>
{% else %}
<a href="{{ url('mypage') }}">{{app.user.name01}} {{app.user.name02}}様</a>
{% endif %}
</p>
<ul class="header_nav-sp_sns-list">
<li>
<a href="https://www.facebook.com/willardwater" target="_blank" rel="noopener"><img src="{{ asset('assets/img/customize/icon_sns_facebook.svg') }}" alt="Facebook" width="24" height="24"/></a>
</li>
<li>
<a href="https://x.com/willard_water" target="_blank" rel="noopener"><img src="{{ asset('assets/img/customize/icon_sns_x.svg') }}" alt="Twitter" width="24" height="24"/></a>
</li>
<li>
<a href="https://www.instagram.com/dr.willardwater_daikanyama/" target="_blank" rel="noopener"><img src="{{ asset('assets/img/customize/icon_sns_instagram.svg') }}" alt="Instagram" width="24" height="24"/></a>
</li>
<li>
<a href="https://www.youtube.com/@dr.2951" target="_blank" rel="noopener"><img src="{{ asset('assets/img/customize/icon_sns_youtube.svg') }}" alt="YouTube" width="24" height="24"/></a>
</li>
</ul>
</div>
<!-- 下層メニュー -->
<div class="header_nav-sp_under">
<p class="header_nav-sp_back-button">
<span>{{ 'common.back'|trans }}</span>
</p>
<!-- スキンケア -->
<div id="skincare" class="header_nav-sp_under_inner">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('product_list', { 'category_id': 1 }) }}">スキンケア TOP</a>
</p>
<p class="header_nav-sp_list_item_button">
<a href="{{ url('subscription') }}">お得な定期購入について</a>
</p>
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">{{ 'front.for.product.search_for_products'|trans }}</p>
<ul class="header_nav-sp_sub-list">
{# 化粧水 #}
{% set Category11 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 11 }) %}
{% if Category11 is defined and Category11 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 11 }) }}">{{ Category11.Name }}</a>
</li>
{% endif %}
{# 保湿ジェル #}
{% set Category12 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 12 }) %}
{% if Category12 is defined and Category12 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 12 }) }}">{{ Category12.Name }}</a>
</li>
{% endif %}
{# 保湿クリーム #}
{% set Category13 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 13 }) %}
{% if Category13 is defined and Category13 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 13 }) }}">{{ Category13.Name }}</a>
</li>
{% endif %}
{# クレンジング&洗顔 #}
{% set Category14 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 14 }) %}
{% if Category14 is defined and Category14 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 14 }) }}">{{ Category14.Name }}</a>
</li>
{% endif %}
{# エイジングケア #}
{% set Category15 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 15 }) %}
{% if Category15 is defined and Category15 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 15 }) }}">{{ Category15.Name }}</a>
</li>
{% endif %}
{# スペシャルケア #}
{% set Category16 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 16 }) %}
{% if Category16 is defined and Category16 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 16 }) }}">{{ Category16.Name }}</a>
</li>
{% endif %}
{# 美容ゼリー #}
{% set Category17 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 17 }) %}
{% if Category17 is defined and Category17 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 17 }) }}">{{ Category17.Name }}</a>
</li>
{% endif %}
{# ミニセット #}
{% set Category18 = repository('Eccube\\Entity\\Category').findOneBy({ 'id' : 18 }) %}
{% if Category18 is defined and Category18 is not null %}
<li>
<a href="{{ url('product_list', { 'category_id': 18 }) }}">{{ Category18.Name }}</a>
</li>
{% endif %}
</ul>
</li>
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">お肌のお悩みから探す</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('product_list', { 'concerns_id': 1 }) }}">何も使えない敏感肌</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 2 }) }}">アトピー肌などのトラブル肌</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 3 }) }}">デリケートな赤ちゃん肌</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 4 }) }}">乾燥・カサつき</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 5 }) }}">やけど肌荒れ</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 6 }) }}">にきび・そばかす・吹き出物</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 7 }) }}">黒ずみ・シミ・くすみ</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 8 }) }}">シワ・たるみ・ほうれい線</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 9 }) }}">ベタつき・テカリ</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 10 }) }}">ペットの肌ケアが気になる方</a>
</li>
<li>
<a href="{{ url('product_list', { 'concerns_id': 11 }) }}">クレンジング&洗顔</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- 私たちについて -->
<div id="about" class="header_nav-sp_under_inner">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('brandconcept') }}">ブランドメッセージ TOP</a>
</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('brandconcept_message') }}">{{ 'front.for.brandconcept.message_title'|trans }}</a>
</li>
<li>
<a href="{{ url('brandconcept_about') }}">{{ 'front.for.brandconcept.about_title'|trans }}</a>
</li>
<li>
<a href="{{ url('brandconcept_quality') }}">{{ 'front.for.brandconcept.quality_title'|trans }}</a>
</li>
<li>
<a href="{{ url('brandconcept_uservoice') }}">{{ 'front.for.brandconcept.uservoice_title'|trans }}</a>
</li>
</ul>
</li>
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('company') }}">企業情報 TOP</a>
</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('company_message') }}">{{ 'front.for.company.message_title'|trans }}</a>
</li>
<li>
<a href="{{ url('company_encounter') }}">{{ 'front.for.company.encounter_title'|trans }}</a>
</li>
<li>
<a href="{{ url('company_about') }}">{{ 'front.for.company.about_title'|trans }}</a>
</li>
<li>
<a href="{{ url('company_history') }}">{{ 'front.for.company.history_title'|trans }}</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- お買い物サポート -->
<div id="support" class="header_nav-sp_under_inner">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<span>サービスについて</span>
</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('pointservice') }}">{{ 'front.for.pointservice.title'|trans }}</a>
</li>
<li>
<a href="{{ url('subscription') }}">定期購入について</a>
</li>
<li>
<a href="{{ url('referral') }}">{{ 'front.for.referral.title'|trans }}</a>
</li>
<li>
<a href="{{ url('shippingfee') }}">{{ 'front.for.shippingfee.title'|trans }}</a>
</li>
<li>
<a href="{{ url('access') }}">ショールーム・お取り扱い店舗紹介</a>
</li>
</ul>
</li>
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('help_guide') }}">ご利用ガイド TOP</a>
</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('guide_use') }}">お客様登録・ログインについて</a>
</li>
<li>
<a href="{{ url('guide_order') }}">お買い物について</a>
</li>
<li>
<a href="{{ url('guide_delivery') }}">お届け・返品交換について</a>
</li>
<li>
<a href="{{ url('guide_site') }}">サイトのご利用</a>
</li>
</ul>
</li>
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('faq') }}">よくあるご質問 TOP</a>
</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('faq_willardwater') }}">ウィラード・ウォーターに関するご質問</a>
</li>
<li>
<a href="{{ url('faq_product') }}">商品に関するご質問</a>
</li>
<li>
<a href="{{ url('faq_cosmetic') }}">化粧品全般に関するご質問</a>
</li>
<li>
<a href="{{ url('faq_purchase') }}">ご購入に関するご質問</a>
</li>
<li>
<a href="{{ url('faq_entry') }}">お客様登録に関するご質問</a>
</li>
<li>
<a href="{{ url('faq_site') }}">本サイトに関するご質問</a>
</li>
</ul>
</li>
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('contact') }}">{{ 'front.for.contact.title_short'|trans }}</a>
</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('contact_index') }}">{{ 'front.for.contact_index.title'|trans }}</a>
</li>
<li>
<a href="{{ url('contact') }}">{{ 'front.for.contact.request_catalog'|trans }}</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- ペットケア -->
<div id="pet" class="header_nav-sp_under_inner">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('product_list', { 'category_id': 4 }) }}">ペットケア・セピアTOP</a>
</p>
<p class="header_nav-sp_list_item_button">
<a href="{{ url('subscription') }}">お得な定期購入について</a>
</p>
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">{{ 'front.for.product.search_for_products'|trans }}</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('product_list', { 'category_id': 24 }) }}">セピアウォーター(ペット用全身化粧水)</a>
</li>
<li>
<a href="{{ url('product_list', { 'category_id': 25 }) }}">セピアシャンプー(ペット用)</a>
</li>
<li>
<a href="{{ url('product_list', { 'category_id': 26 }) }}">泡立てボール</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- トライアルセット -->
<div id="trial" class="header_nav-sp_under_inner">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('product_list', { 'category_id': 5 }) }}">トライアルセット TOP</a>
</p>
<p class="header_nav-sp_list_item_button">
<a href="{{ url('subscription') }}">お得な定期購入について</a>
</p>
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">{{ 'front.for.product.search_for_products'|trans }}</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('product_list', { 'category_id': 27 }) }}">スキンケア</a>
</li>
<li>
<a href="{{ url('product_list', { 'category_id': 28 }) }}">セピア</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- メイクアップ -->
<div id="makeup" class="header_nav-sp_under_inner">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('product_list', { 'category_id': 2 }) }}">メイクアップ TOP</a>
</p>
<p class="header_nav-sp_list_item_button">
<a href="{{ url('subscription') }}">お得な定期購入について</a>
</p>
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">{{ 'front.for.product.search_for_products'|trans }}</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('product_list', { 'category_id': 19 }) }}">UV下地</a>
</li>
<li>
<a href="{{ url('product_list', { 'category_id': 20 }) }}">ファンデーション</a>
</li>
<li>
<a href="{{ url('product_list', { 'category_id': 21 }) }}">パウダー</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ヘア&ボディ -->
<div id="hair" class="header_nav-sp_under_inner">
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_link">
<a href="{{ url('product_list', { 'category_id': 3 }) }}">ヘア&ボディ TOP</a>
</p>
<p class="header_nav-sp_list_item_button">
<a href="{{ url('subscription') }}">お得な定期購入について</a>
</p>
<ul class="header_nav-sp_list">
<li class="header_nav-sp_list_item">
<p class="header_nav-sp_list_item_text">{{ 'front.for.product.search_for_products'|trans }}</p>
<ul class="header_nav-sp_sub-list">
<li>
<a href="{{ url('product_list', { 'category_id': 22 }) }}">ヘアケア</a>
</li>
<li>
<a href="{{ url('product_list', { 'category_id': 23 }) }}">ボディ&ハンド&リップケア</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- / header_nav-sp -->
</div>
<!-- / header -->
</header>
{# 未ログイン時 お気に入りモーダル #}
<section id="favorite_login" class="m-modal_overlay">
<div class="m-modal_wrapper confirm">
<section class="m-modal">
<p class="m-modal_close">
<button class="m-modal_close_button" data-close-target="favorite_login">
<img src="{{ asset('assets/img/customize/icon_close.svg') }}" alt="閉じる" width="22" height="22">
</button>
</p>
<section class="m-modal_inner">
<p class="confirm_text">
お気に入り機能を利用するには、ログインする必要があります。<br>
お手数ですがログイン後にお気に入り登録をお願いします。
</p>
</section>
<ul class="m-modal_button-list">
<li>
<p class="m-button_wrapper">
<a href="{{ url('mypage_login') }}" class="m-button arrow">ログイン</a>
</p>
</li>
</ul>
</section>
</div>
</section>