{#
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.
#}
<div class="ec-headerRole">
<div class="ec-headerRole__title">
<div class="ec-headerTitle">
<div class="ec-headerTitle__title">
<h1>
<a href="{{ url('homepage') }}" title="ミリオンストア TOPページ">
<picture>
<source media="(max-width: 767px)" srcset="{{ asset('assets/img/common/logo_store_wt.png') }}">
<img src="{{ asset('assets/img/common/logo.png') }}" alt="ロゴ ミリオンストア">
</picture>
</a>
</h1>
<div class="header-delivery">
<div class="ec-headerNaviRole__right">
<div class="ec-headerNaviRole__nav">
{{ include('Block/login.twig') }}
</div>
<div class="ec-headerRole__cart">
{{ include('Block/cart.twig') }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>