<div class="ec-headerNaviRole" style="padding-top: 0px; padding-bottom: 5px;">
<div class="ec-headerNaviRole__left" style="width: 50%; display: flex; flex-wrap: wrap;">
<div class="ec-headerNavSP" style="top: 0px; font-size: 26px; position: relative; left: 0px; width: 20px; margin-right: 20px;">
<i class="fas fa-bars"></i>
</div>
<div class="ec-headerTitle__title">
<h2 style="margin: 0px;">
<a href="{{ url('homepage') }}">
<img style="width: 120px;" src="{{ asset('assets/img/common/top_logo.png', 'user_data') }}" alt="{{ BaseInfo.shop_name }}">
</a>
</h2>
</div>
</div>
<div class="ec-headerNaviRole__right" style="width: 50%; display: flex; flex-wrap: wrap;">
<div class="" style="display: flex;">
{% if is_granted('ROLE_USER') %}
<a href="{{ url('mypage') }}" style="font-weight: bold; font-size: 13px; line-height: 40px;">注文履歴</a>
<span style="font-weight: bold; line-height: 40px;">|</span>
<a href="{{ url('mypage_favorite') }}" style="font-weight: bold; font-size: 13px; line-height: 40px;">お気に入り</a>
{% else %}
<a href="{{ url('mypage_login') }}" style="font-weight: bold; font-size: 13px; line-height: 40px;">ログイン</a>
<span style="font-weight: bold; line-height: 40px;">|</span>
<a href="{{ url('entry_before') }}" style="font-weight: bold; font-size: 13px; line-height: 40px;">無料会員登録</a>
{% endif %}
</div>
<div class="ec-headerTop">
</div>
</div>
</div>