{#
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.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block main %}
<section class="mv">
<div class="loading__overlay"></div>
<div class="loading__logo"><img src="{{ asset('assets/img/common/logo_loading.png', 'user_data')}}" alt=""></div>
<div class="mv__box">
<h1 class="mv__title --en">HITOTOKI</h1>
<p class="mv__lead">茗茶香で始まる贅沢なひととき</p>
</div>
<div class="mv__scroll">
<span class="mv__scroll-arrow"><img src="{{ asset('assets/img/common/icon-arrow_scroll.svg', 'user_data')}}" alt=""></span>
<span class="mv__scroll-text --en">Scroll</span>
</div>
</section>
<!-- /.mv -->
{% endblock %}