<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* index.twig */
class __TwigTemplate_d764253bb1aabca6f474bd28c2baaf91 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 13
$context["body_class"] = "front_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 15
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 16
echo "\t<style>
\t\t.slider {
\t\t\tdisplay: none;
\t\t}
\t\t.slider.slick-initialized {
\t\t\tdisplay: block;
\t\t}
\t\t.slick-slide {
\t\t\tmargin: 0 8px;
\t\t}
\t\t.slick-slider {
\t\t\tmargin-bottom: 30px;
\t\t}
\t\t.slick-dots {
\t\t\tposition: absolute;
\t\t\tbottom: -45px;
\t\t\tdisplay: block;
\t\t\twidth: 100%;
\t\t\tpadding: 0;
\t\t\tlist-style: none;
\t\t\ttext-align: center;
\t\t}
\t\t.slick-dots li {
\t\t\tposition: relative;
\t\t\tdisplay: inline-block;
\t\t\twidth: 20px;
\t\t\theight: 20px;
\t\t\tmargin: 0 5px;
\t\t\tpadding: 0;
\t\t\tcursor: pointer;
\t\t}
\t\t.slick-dots li button {
\t\t\tfont-size: 0;
\t\t\tline-height: 0;
\t\t\tdisplay: block;
\t\t\twidth: 20px;
\t\t\theight: 20px;
\t\t\tpadding: 5px;
\t\t\tcursor: pointer;
\t\t\tcolor: transparent;
\t\t\tborder: 0;
\t\t\toutline: none;
\t\t\tbackground: transparent;
\t\t}
\t\t.slick-dots li button:hover,
\t\t.slick-dots li button:focus {
\t\t\toutline: none;
\t\t}
\t\t.slick-dots li button:hover:before,
\t\t.slick-dots li button:focus:before {
\t\t\topacity: 1;
\t\t}
\t\t.slick-dots li button:before {
\t\t\tcontent: \" \";
\t\t\tline-height: 20px;
\t\t\tposition: absolute;
\t\t\ttop: 0;
\t\t\tleft: 0;
\t\t\twidth: 12px;
\t\t\theight: 12px;
\t\t\ttext-align: center;
\t\t\topacity: .25;
\t\t\tbackground-color: black;
\t\t\tborder-radius: 50%;
\t\t}
\t\t.slick-dots li.slick-active button:before {
\t\t\topacity: .75;
\t\t\tbackground-color: black;
\t\t}
\t\t.slick-dots li button.thumbnail img {
\t\t\twidth: 0;
\t\t\theight: 0;
\t\t}
\t\t.slick-wrapper {
\t\t\toverflow-x: hidden;
\t\t\tpadding-bottom: 30px;
\t\t}
\t\t@media (min-width: 768px) {
\t\t\t.slick-wrapper {
\t\t\t\theight: 378px;
\t\t\t}
\t\t}
\t\t.main_visual {
\t\t\tmargin-top: 18px;
\t\t}
\t\t.featured {
\t\t\tpadding: 0 20px;
\t\t}
\t\t.featured-divider {
\t\t\tbackground: var(--border-gray);
\t\t\tmargin: 12px 0;
\t\t}
\t\t.featured-item {
\t\t\tdisplay: flex;
\t\t\talign-items: center;
\t\t\tgap: 16px;
\t\t\tpadding: 0 20px;
\t\t}
\t\t.featured-item__label {
\t\t\tfont-size: 16px;
\t\t\tfont-weight: 500;
\t\t\tline-height: 1.2;
\t\t}
\t\t.featured-item__text {
\t\t\tcolor: var(--primary-red);
\t\t\tfont-size: 26px;
\t\t\tfont-weight: 700;
\t\t\tline-height: 1.2;
\t\t\tmargin-top: 8px;
\t\t}
\t</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 150
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 151
echo "\t<div class=\"page-content-root\">
\t\t";
// line 152
echo twig_include($this->env, $context, "Block/recommend_list.twig", ["label" => "当店のイチオシ!", "category_id" => 32]);
echo "
\t\t<div class=\"d-block d-sm-none\">
\t\t\t<div class=\"featured\">
\t\t\t\t<div class=\"featured-item\">
\t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
\t\t\t\t\t\t<path d=\"M61 52.2437V33.7562C60.9986 33.4892 60.9267 33.2272 60.7918 32.9968C60.6568 32.7664 60.4635 32.5756 60.2312 32.4437L43.7312 23.1625C43.5089 23.0341 43.2567 22.9666 43 22.9666C42.7433 22.9666 42.4911 23.0341 42.2687 23.1625L25.7687 32.4437C25.5365 32.5756 25.3432 32.7664 25.2082 32.9968C25.0733 33.2272 25.0014 33.4892 25 33.7562V52.2437C25.0014 52.5108 25.0733 52.7727 25.2082 53.0032C25.3432 53.2336 25.5365 53.4244 25.7687 53.5562L42.2687 62.8375C42.4911 62.9659 42.7433 63.0334 43 63.0334C43.2567 63.0334 43.5089 62.9659 43.7312 62.8375L60.2312 53.5562C60.4635 53.4244 60.6568 53.2336 60.7918 53.0032C60.9267 52.7727 60.9986 52.5108 61 52.2437Z\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M52.1875 47.5938V37.8438L34 27.8125\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M60.7936 32.9874L43.1686 42.9999L25.2061 32.9874\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M43.1687 43L43 63.025\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t</svg>
\t\t\t\t\t\t
\t\t\t\t\t<div>
\t\t\t\t\t\t<p class=\"featured-item__label\">9,800円以上のご購入で</p>
\t\t\t\t\t\t<p class=\"featured-item__text\">送料無料!</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<hr class=\"featured-divider\">
\t\t\t\t<div class=\"featured-item\">
\t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_535_8111)\">
\t\t\t\t\t\t<path d=\"M52 34H59.9875C60.2864 33.9981 60.5788 34.0866 60.8264 34.2539C61.0741 34.4212 61.2653 34.6595 61.375 34.9375L64 41.5\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M22 46H52\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M54.25 59.5C56.7353 59.5 58.75 57.4853 58.75 55C58.75 52.5147 56.7353 50.5 54.25 50.5C51.7647 50.5 49.75 52.5147 49.75 55C49.75 57.4853 51.7647 59.5 54.25 59.5Z\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-miterlimit=\"10\"/>
\t\t\t\t\t\t<path d=\"M31.75 59.5C34.2353 59.5 36.25 57.4853 36.25 55C36.25 52.5147 34.2353 50.5 31.75 50.5C29.2647 50.5 27.25 52.5147 27.25 55C27.25 57.4853 29.2647 59.5 31.75 59.5Z\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-miterlimit=\"10\"/>
\t\t\t\t\t\t<path d=\"M49.75 55H36.25\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M27.25 55H23.5C23.1022 55 22.7206 54.842 22.4393 54.5607C22.158 54.2794 22 53.8978 22 53.5V32.5C22 32.1022 22.158 31.7206 22.4393 31.4393C22.7206 31.158 23.1022 31 23.5 31H52V51.1\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M52 41.5H64V53.5C64 53.8978 63.842 54.2794 63.5607 54.5607C63.2794 54.842 62.8978 55 62.5 55H58.75\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_535_8111\">
\t\t\t\t\t\t<rect width=\"48\" height=\"48\" fill=\"white\" transform=\"translate(19 19)\"/>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>\t\t\t\t\t\t
\t\t\t\t\t<div>
\t\t\t\t\t\t<p class=\"featured-item__label\">12時までのご購入で</p>
\t\t\t\t\t\t<p class=\"featured-item__text\">最短翌日お届け!</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"campaign-banner\">
\t\t\t<a href =\"https://denzai-bluewood.com/products/list?name=%E6%B3%95%E4%BA%BA%E9%99%90%E5%AE%9A%E3%80%80%E6%9C%9F%E9%96%93%E9%99%90%E5%AE%9A%E3%80%80%E3%83%91%E3%83%8A%E3%82%BD%E3%83%8B%E3%83%83%E3%82%AF\">
\t\t\t\t<picture>
\t\t\t\t\t<source
\t\t\t\t\t\tsrcset=\"";
// line 200
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-panasonic-md.png", "user_data"), "html", null, true);
echo "\"
\t\t\t\t\t\tmedia=\"(min-width: 768px)\"
\t\t\t\t\t\twidth=\"900\"
\t\t\t\t\t\theight=\"184\"
\t\t\t\t\t/>
\t\t\t\t\t<source
\t\t\t\t\t\tsrcset=\"";
// line 206
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-panasonic.png", "user_data"), "html", null, true);
echo "\"
\t\t\t\t\t\tmedia=\"(min-width: 320px)\"
\t\t\t\t\t\twidth=\"350\"
\t\t\t\t\t\theight=\"153\"
\t\t\t\t\t/>
\t\t\t\t\t<img src=\"";
// line 211
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-panasonic-md.png", "user_data"), "html", null, true);
echo "\" alt=\"法人限定期間限定パナソニック照明器具が特価\" style=\"width:100%; height:auto;\" width=\"900\" height=\"184\" />
\t\t\t\t</picture>
\t\t\t</a>
\t\t</div>
\t\t<div class=\"large-banners\">
";
// line 217
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 217, $this->source); })()), "request", [], "any", false, false, false, 217), "getPathInfo", [], "method", false, false, false, 217) == "/")) {
// line 218
echo " <a href =\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_index");
echo "\">
<picture>
<source
srcset=\"";
// line 221
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-contact-md.png", "user_data"), "html", null, true);
echo "\"
media=\"(min-width: 768px)\"
width=\"440\"
height=\"184\"
/>
<source
srcset=\"";
// line 227
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-contact.png", "user_data"), "html", null, true);
echo "\"
media=\"(min-width: 320px)\"
width=\"350\"
height=\"153\"
/>
<img src=\"";
// line 232
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-contact-md.png", "user_data"), "html", null, true);
echo "\" alt=\"お問い合わせはこちら\" style=\"width:100%; height:auto;\" width=\"440\" height=\"184\" />
</picture>
</a>
";
} else {
// line 236
echo " <picture>
<source
srcset=\"";
// line 238
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-red-md.png", "user_data"), "html", null, true);
echo "\"
media=\"(min-width: 768px)\"
width=\"440\"
height=\"184\"
/>
<source
srcset=\"";
// line 244
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-red.png", "user_data"), "html", null, true);
echo "\"
media=\"(min-width: 320px)\"
width=\"350\"
height=\"153\"
/>
<img src=\"";
// line 249
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-red-md.png", "user_data"), "html", null, true);
echo "\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
</picture>
";
}
// line 252
echo "
<picture>
<source
srcset=\"";
// line 255
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-blue-md.png", "user_data"), "html", null, true);
echo "\"
media=\"(min-width: 768px)\"
width=\"440\"
height=\"184\"
/>
<source
srcset=\"";
// line 261
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-blue.png", "user_data"), "html", null, true);
echo "\"
media=\"(min-width: 320px)\"
width=\"350\"
height=\"153\"
/>
<img src=\"";
// line 266
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/large-banners/large-banner-blue-md.png", "user_data"), "html", null, true);
echo "\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
</picture>
</div>
\t\t";
// line 269
echo twig_include($this->env, $context, "Block/recommend_list.twig", ["label" => "照明機器おすすめ商品", "category_id" => 58]);
echo "
\t\t";
// line 270
echo twig_include($this->env, $context, "Block/populer_search_word.twig");
echo "
\t\t";
// line 271
echo twig_include($this->env, $context, "Block/recommend_list.twig", ["label" => "ブレーカおすすめ商品", "category_id" => 259]);
echo "
\t\t";
// line 272
echo twig_include($this->env, $context, "Block/category_list.twig", ["label" => null, "href_label" => "カテゴリ一覧から探す"]);
// line 274
echo "
\t\t";
// line 275
echo twig_include($this->env, $context, "Block/banners.twig");
echo "
\t\t";
// line 276
echo twig_include($this->env, $context, "Block/makers.twig");
echo "
\t\t";
// line 277
echo twig_include($this->env, $context, "Block/news.twig");
echo "
\t\t<div class=\"d-md-none\">
\t\t\t";
// line 279
echo twig_include($this->env, $context, "Block/large-banners.twig");
echo "
\t\t</div>
\t\t
\t</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 419 => 279, 414 => 277, 410 => 276, 406 => 275, 403 => 274, 401 => 272, 397 => 271, 393 => 270, 389 => 269, 383 => 266, 375 => 261, 366 => 255, 361 => 252, 355 => 249, 347 => 244, 338 => 238, 334 => 236, 327 => 232, 319 => 227, 310 => 221, 303 => 218, 301 => 217, 292 => 211, 284 => 206, 275 => 200, 224 => 152, 221 => 151, 211 => 150, 72 => 16, 62 => 15, 51 => 11, 49 => 13, 36 => 11,);
}
public function getSourceContext()
{
return new Source("{#
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 stylesheet %}
\t<style>
\t\t.slider {
\t\t\tdisplay: none;
\t\t}
\t\t.slider.slick-initialized {
\t\t\tdisplay: block;
\t\t}
\t\t.slick-slide {
\t\t\tmargin: 0 8px;
\t\t}
\t\t.slick-slider {
\t\t\tmargin-bottom: 30px;
\t\t}
\t\t.slick-dots {
\t\t\tposition: absolute;
\t\t\tbottom: -45px;
\t\t\tdisplay: block;
\t\t\twidth: 100%;
\t\t\tpadding: 0;
\t\t\tlist-style: none;
\t\t\ttext-align: center;
\t\t}
\t\t.slick-dots li {
\t\t\tposition: relative;
\t\t\tdisplay: inline-block;
\t\t\twidth: 20px;
\t\t\theight: 20px;
\t\t\tmargin: 0 5px;
\t\t\tpadding: 0;
\t\t\tcursor: pointer;
\t\t}
\t\t.slick-dots li button {
\t\t\tfont-size: 0;
\t\t\tline-height: 0;
\t\t\tdisplay: block;
\t\t\twidth: 20px;
\t\t\theight: 20px;
\t\t\tpadding: 5px;
\t\t\tcursor: pointer;
\t\t\tcolor: transparent;
\t\t\tborder: 0;
\t\t\toutline: none;
\t\t\tbackground: transparent;
\t\t}
\t\t.slick-dots li button:hover,
\t\t.slick-dots li button:focus {
\t\t\toutline: none;
\t\t}
\t\t.slick-dots li button:hover:before,
\t\t.slick-dots li button:focus:before {
\t\t\topacity: 1;
\t\t}
\t\t.slick-dots li button:before {
\t\t\tcontent: \" \";
\t\t\tline-height: 20px;
\t\t\tposition: absolute;
\t\t\ttop: 0;
\t\t\tleft: 0;
\t\t\twidth: 12px;
\t\t\theight: 12px;
\t\t\ttext-align: center;
\t\t\topacity: .25;
\t\t\tbackground-color: black;
\t\t\tborder-radius: 50%;
\t\t}
\t\t.slick-dots li.slick-active button:before {
\t\t\topacity: .75;
\t\t\tbackground-color: black;
\t\t}
\t\t.slick-dots li button.thumbnail img {
\t\t\twidth: 0;
\t\t\theight: 0;
\t\t}
\t\t.slick-wrapper {
\t\t\toverflow-x: hidden;
\t\t\tpadding-bottom: 30px;
\t\t}
\t\t@media (min-width: 768px) {
\t\t\t.slick-wrapper {
\t\t\t\theight: 378px;
\t\t\t}
\t\t}
\t\t.main_visual {
\t\t\tmargin-top: 18px;
\t\t}
\t\t.featured {
\t\t\tpadding: 0 20px;
\t\t}
\t\t.featured-divider {
\t\t\tbackground: var(--border-gray);
\t\t\tmargin: 12px 0;
\t\t}
\t\t.featured-item {
\t\t\tdisplay: flex;
\t\t\talign-items: center;
\t\t\tgap: 16px;
\t\t\tpadding: 0 20px;
\t\t}
\t\t.featured-item__label {
\t\t\tfont-size: 16px;
\t\t\tfont-weight: 500;
\t\t\tline-height: 1.2;
\t\t}
\t\t.featured-item__text {
\t\t\tcolor: var(--primary-red);
\t\t\tfont-size: 26px;
\t\t\tfont-weight: 700;
\t\t\tline-height: 1.2;
\t\t\tmargin-top: 8px;
\t\t}
\t</style>
{% endblock %}
{% block main %}
\t<div class=\"page-content-root\">
\t\t{{ include('Block/recommend_list.twig', {label: '当店のイチオシ!', category_id: 32}) }}
\t\t<div class=\"d-block d-sm-none\">
\t\t\t<div class=\"featured\">
\t\t\t\t<div class=\"featured-item\">
\t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
\t\t\t\t\t\t<path d=\"M61 52.2437V33.7562C60.9986 33.4892 60.9267 33.2272 60.7918 32.9968C60.6568 32.7664 60.4635 32.5756 60.2312 32.4437L43.7312 23.1625C43.5089 23.0341 43.2567 22.9666 43 22.9666C42.7433 22.9666 42.4911 23.0341 42.2687 23.1625L25.7687 32.4437C25.5365 32.5756 25.3432 32.7664 25.2082 32.9968C25.0733 33.2272 25.0014 33.4892 25 33.7562V52.2437C25.0014 52.5108 25.0733 52.7727 25.2082 53.0032C25.3432 53.2336 25.5365 53.4244 25.7687 53.5562L42.2687 62.8375C42.4911 62.9659 42.7433 63.0334 43 63.0334C43.2567 63.0334 43.5089 62.9659 43.7312 62.8375L60.2312 53.5562C60.4635 53.4244 60.6568 53.2336 60.7918 53.0032C60.9267 52.7727 60.9986 52.5108 61 52.2437Z\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M52.1875 47.5938V37.8438L34 27.8125\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M60.7936 32.9874L43.1686 42.9999L25.2061 32.9874\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M43.1687 43L43 63.025\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t</svg>
\t\t\t\t\t\t
\t\t\t\t\t<div>
\t\t\t\t\t\t<p class=\"featured-item__label\">9,800円以上のご購入で</p>
\t\t\t\t\t\t<p class=\"featured-item__text\">送料無料!</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<hr class=\"featured-divider\">
\t\t\t\t<div class=\"featured-item\">
\t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
\t\t\t\t\t\t<g clip-path=\"url(#clip0_535_8111)\">
\t\t\t\t\t\t<path d=\"M52 34H59.9875C60.2864 33.9981 60.5788 34.0866 60.8264 34.2539C61.0741 34.4212 61.2653 34.6595 61.375 34.9375L64 41.5\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M22 46H52\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M54.25 59.5C56.7353 59.5 58.75 57.4853 58.75 55C58.75 52.5147 56.7353 50.5 54.25 50.5C51.7647 50.5 49.75 52.5147 49.75 55C49.75 57.4853 51.7647 59.5 54.25 59.5Z\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-miterlimit=\"10\"/>
\t\t\t\t\t\t<path d=\"M31.75 59.5C34.2353 59.5 36.25 57.4853 36.25 55C36.25 52.5147 34.2353 50.5 31.75 50.5C29.2647 50.5 27.25 52.5147 27.25 55C27.25 57.4853 29.2647 59.5 31.75 59.5Z\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-miterlimit=\"10\"/>
\t\t\t\t\t\t<path d=\"M49.75 55H36.25\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M27.25 55H23.5C23.1022 55 22.7206 54.842 22.4393 54.5607C22.158 54.2794 22 53.8978 22 53.5V32.5C22 32.1022 22.158 31.7206 22.4393 31.4393C22.7206 31.158 23.1022 31 23.5 31H52V51.1\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t<path d=\"M52 41.5H64V53.5C64 53.8978 63.842 54.2794 63.5607 54.5607C63.2794 54.842 62.8978 55 62.5 55H58.75\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
\t\t\t\t\t\t</g>
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t<clipPath id=\"clip0_535_8111\">
\t\t\t\t\t\t<rect width=\"48\" height=\"48\" fill=\"white\" transform=\"translate(19 19)\"/>
\t\t\t\t\t\t</clipPath>
\t\t\t\t\t\t</defs>
\t\t\t\t\t</svg>\t\t\t\t\t\t
\t\t\t\t\t<div>
\t\t\t\t\t\t<p class=\"featured-item__label\">12時までのご購入で</p>
\t\t\t\t\t\t<p class=\"featured-item__text\">最短翌日お届け!</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"campaign-banner\">
\t\t\t<a href =\"https://denzai-bluewood.com/products/list?name=%E6%B3%95%E4%BA%BA%E9%99%90%E5%AE%9A%E3%80%80%E6%9C%9F%E9%96%93%E9%99%90%E5%AE%9A%E3%80%80%E3%83%91%E3%83%8A%E3%82%BD%E3%83%8B%E3%83%83%E3%82%AF\">
\t\t\t\t<picture>
\t\t\t\t\t<source
\t\t\t\t\t\tsrcset=\"{{ asset('assets/img/large-banners/large-banner-panasonic-md.png', 'user_data') }}\"
\t\t\t\t\t\tmedia=\"(min-width: 768px)\"
\t\t\t\t\t\twidth=\"900\"
\t\t\t\t\t\theight=\"184\"
\t\t\t\t\t/>
\t\t\t\t\t<source
\t\t\t\t\t\tsrcset=\"{{ asset('assets/img/large-banners/large-banner-panasonic.png', 'user_data') }}\"
\t\t\t\t\t\tmedia=\"(min-width: 320px)\"
\t\t\t\t\t\twidth=\"350\"
\t\t\t\t\t\theight=\"153\"
\t\t\t\t\t/>
\t\t\t\t\t<img src=\"{{ asset('assets/img/large-banners/large-banner-panasonic-md.png', 'user_data') }}\" alt=\"法人限定期間限定パナソニック照明器具が特価\" style=\"width:100%; height:auto;\" width=\"900\" height=\"184\" />
\t\t\t\t</picture>
\t\t\t</a>
\t\t</div>
\t\t<div class=\"large-banners\">
{% if app.request.getPathInfo() == '/' %}
<a href =\"{{ url('faq_index') }}\">
<picture>
<source
srcset=\"{{ asset('assets/img/large-banners/large-banner-contact-md.png', 'user_data') }}\"
media=\"(min-width: 768px)\"
width=\"440\"
height=\"184\"
/>
<source
srcset=\"{{ asset('assets/img/large-banners/large-banner-contact.png', 'user_data') }}\"
media=\"(min-width: 320px)\"
width=\"350\"
height=\"153\"
/>
<img src=\"{{ asset('assets/img/large-banners/large-banner-contact-md.png', 'user_data') }}\" alt=\"お問い合わせはこちら\" style=\"width:100%; height:auto;\" width=\"440\" height=\"184\" />
</picture>
</a>
{% else %}
<picture>
<source
srcset=\"{{ asset('assets/img/large-banners/large-banner-red-md.png', 'user_data') }}\"
media=\"(min-width: 768px)\"
width=\"440\"
height=\"184\"
/>
<source
srcset=\"{{ asset('assets/img/large-banners/large-banner-red.png', 'user_data') }}\"
media=\"(min-width: 320px)\"
width=\"350\"
height=\"153\"
/>
<img src=\"{{ asset('assets/img/large-banners/large-banner-red-md.png', 'user_data') }}\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
</picture>
{% endif %}
<picture>
<source
srcset=\"{{ asset('assets/img/large-banners/large-banner-blue-md.png', 'user_data') }}\"
media=\"(min-width: 768px)\"
width=\"440\"
height=\"184\"
/>
<source
srcset=\"{{ asset('assets/img/large-banners/large-banner-blue.png', 'user_data') }}\"
media=\"(min-width: 320px)\"
width=\"350\"
height=\"153\"
/>
<img src=\"{{ asset('assets/img/large-banners/large-banner-blue-md.png', 'user_data') }}\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
</picture>
</div>
\t\t{{ include('Block/recommend_list.twig', {label: '照明機器おすすめ商品', category_id: 58}) }}
\t\t{{ include('Block/populer_search_word.twig') }}
\t\t{{ include('Block/recommend_list.twig', {label: 'ブレーカおすすめ商品', category_id: 259}) }}
\t\t{{ include('Block/category_list.twig', {
\t\t\tlabel: null, href_label: 'カテゴリ一覧から探す'
\t\t}) }}
\t\t{{ include('Block/banners.twig') }}
\t\t{{ include('Block/makers.twig') }}
\t\t{{ include('Block/news.twig') }}
\t\t<div class=\"d-md-none\">
\t\t\t{{ include('Block/large-banners.twig') }}
\t\t</div>
\t\t
\t</div>
{% endblock %}
", "index.twig", "/home/xs804421/stg.denzai-bluewood.com/public_html/app/template/default/index.twig");
}
}