{#
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="fv">
<div class="container">
<div class="fv-main">
<h1 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;">
プロが選んだ<br>
家庭で使えるDIYグッズを<br>お届けします
</h1>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;">
BLUU SHOPでは家庭でのDIY等で役立つツールを<br class="forsp">建築のプロが選んで販売いたします。<br>
もっとDIYがあなたの身近な存在になっていきます。
</p>
<a href="#new-products" class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;">
新商品を見る
</a>
</div>
<div class="fv-img">
<img src="{{ asset('assets/img/fv_img.webp') }}" alt="">
</div>
</div>
<div class="scroll-down">
<p>SCROLL</p>
<div class="scroll-bar">
<div class="scroll-bar-anime"></div>
</div>
</div>
</section>
{% endblock %}