{#
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 %}
<style>
/*全てに適用*/
/*ウィンドウ幅が767px以上の場合に適用*/
@media screen and (min-width: 767px) {
}
/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media screen and (max-width: 767px) {
}
</style>
{{ include('Block/GW.twig') }}
<h2 class="d_item_title">おすすめの商品</h2>
{% endblock %}