var/cache/dev/twig/0c/0cf6865fc31c5924b3002613258f47bb.php line 41

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* index.twig */
  14. class __TwigTemplate_7a6d6af387d266f9cfce0e18dafc1878 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 11
  32.         return "default_frame.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  41.         // line 13
  42.         $context["body_class"] = "front_page";
  43.         // line 11
  44.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 15
  52.     public function block_stylesheet($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  59.         // line 16
  60.         echo "\t<style>
  61. \t\t.slider {
  62. \t\t\tdisplay: none;
  63. \t\t}
  64. \t\t.slider.slick-initialized {
  65. \t\t\tdisplay: block;
  66. \t\t}
  67. \t\t.slick-slide {
  68. \t\t\tmargin: 0 8px;
  69. \t\t}
  70. \t\t.slick-slider {
  71. \t\t\tmargin-bottom: 30px;
  72. \t\t}
  73. \t\t.slick-dots {
  74. \t\t\tposition: absolute;
  75. \t\t\tbottom: -45px;
  76. \t\t\tdisplay: block;
  77. \t\t\twidth: 100%;
  78. \t\t\tpadding: 0;
  79. \t\t\tlist-style: none;
  80. \t\t\ttext-align: center;
  81. \t\t}
  82. \t\t.slick-dots li {
  83. \t\t\tposition: relative;
  84. \t\t\tdisplay: inline-block;
  85. \t\t\twidth: 20px;
  86. \t\t\theight: 20px;
  87. \t\t\tmargin: 0 5px;
  88. \t\t\tpadding: 0;
  89. \t\t\tcursor: pointer;
  90. \t\t}
  91. \t\t.slick-dots li button {
  92. \t\t\tfont-size: 0;
  93. \t\t\tline-height: 0;
  94. \t\t\tdisplay: block;
  95. \t\t\twidth: 20px;
  96. \t\t\theight: 20px;
  97. \t\t\tpadding: 5px;
  98. \t\t\tcursor: pointer;
  99. \t\t\tcolor: transparent;
  100. \t\t\tborder: 0;
  101. \t\t\toutline: none;
  102. \t\t\tbackground: transparent;
  103. \t\t}
  104. \t\t.slick-dots li button:hover,
  105. \t\t.slick-dots li button:focus {
  106. \t\t\toutline: none;
  107. \t\t}
  108. \t\t.slick-dots li button:hover:before,
  109. \t\t.slick-dots li button:focus:before {
  110. \t\t\topacity: 1;
  111. \t\t}
  112. \t\t.slick-dots li button:before {
  113. \t\t\tcontent: \" \";
  114. \t\t\tline-height: 20px;
  115. \t\t\tposition: absolute;
  116. \t\t\ttop: 0;
  117. \t\t\tleft: 0;
  118. \t\t\twidth: 12px;
  119. \t\t\theight: 12px;
  120. \t\t\ttext-align: center;
  121. \t\t\topacity: .25;
  122. \t\t\tbackground-color: black;
  123. \t\t\tborder-radius: 50%;
  124. \t\t}
  125. \t\t.slick-dots li.slick-active button:before {
  126. \t\t\topacity: .75;
  127. \t\t\tbackground-color: black;
  128. \t\t}
  129. \t\t.slick-dots li button.thumbnail img {
  130. \t\t\twidth: 0;
  131. \t\t\theight: 0;
  132. \t\t}
  133. \t\t.slick-wrapper {
  134. \t\t\toverflow-x: hidden;
  135. \t\t\tpadding-bottom: 30px;
  136. \t\t}
  137. \t\t@media (min-width: 768px) {
  138. \t\t\t.slick-wrapper {
  139. \t\t\t\theight: 378px;
  140. \t\t\t}
  141. \t\t}
  142. \t\t.main_visual {
  143. \t\t\tmargin-top: 18px;
  144. \t\t}
  145. \t\t.featured {
  146. \t\t\tpadding: 0 20px;
  147. \t\t}
  148. \t\t.featured-divider {
  149. \t\t\tbackground: var(--border-gray);
  150. \t\t\tmargin: 12px 0;
  151. \t\t}
  152. \t\t.featured-item {
  153. \t\t\tdisplay: flex;
  154. \t\t\talign-items: center;
  155. \t\t\tgap: 16px;
  156. \t\t\tpadding: 0 20px;
  157. \t\t}
  158. \t\t.featured-item__label {
  159. \t\t\tfont-size: 16px;
  160. \t\t\tfont-weight: 500;
  161. \t\t\tline-height: 1.2;
  162. \t\t}
  163. \t\t.featured-item__text {
  164. \t\t\tcolor: var(--primary-red);
  165. \t\t\tfont-size: 26px;
  166. \t\t\tfont-weight: 700;
  167. \t\t\tline-height: 1.2;
  168. \t\t\tmargin-top: 8px;
  169. \t\t}
  170. \t</style>
  171. ";
  172.         
  173.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  174.         
  175.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  176.     }
  177.     // line 150
  178.     public function block_main($context, array $blocks = [])
  179.     {
  180.         $macros $this->macros;
  181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  183.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  184.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  185.         // line 151
  186.         echo "\t<div class=\"page-content-root\">
  187. \t\t";
  188.         // line 152
  189.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/recommend_list.twig", ["label" => "当店のイチオシ!""category_id" => 32]);
  190.         echo "
  191. \t\t<div class=\"d-block d-sm-none\">
  192. \t\t\t<div class=\"featured\">
  193. \t\t\t\t<div class=\"featured-item\">
  194. \t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  195. \t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
  196. \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\"/>
  197. \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\"/>
  198. \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\"/>
  199. \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\"/>
  200. \t\t\t\t\t</svg>
  201. \t\t\t\t\t\t
  202. \t\t\t\t\t<div>
  203. \t\t\t\t\t\t<p class=\"featured-item__label\">9,800円以上のご購入で</p>
  204. \t\t\t\t\t\t<p class=\"featured-item__text\">送料無料!</p>
  205. \t\t\t\t\t</div>
  206. \t\t\t\t</div>
  207. \t\t\t\t<hr class=\"featured-divider\">
  208. \t\t\t\t<div class=\"featured-item\">
  209. \t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  210. \t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
  211. \t\t\t\t\t\t<g clip-path=\"url(#clip0_535_8111)\">
  212. \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\"/>
  213. \t\t\t\t\t\t<path d=\"M22 46H52\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  214. \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\"/>
  215. \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\"/>
  216. \t\t\t\t\t\t<path d=\"M49.75 55H36.25\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  217. \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\"/>
  218. \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\"/>
  219. \t\t\t\t\t\t</g>
  220. \t\t\t\t\t\t<defs>
  221. \t\t\t\t\t\t<clipPath id=\"clip0_535_8111\">
  222. \t\t\t\t\t\t<rect width=\"48\" height=\"48\" fill=\"white\" transform=\"translate(19 19)\"/>
  223. \t\t\t\t\t\t</clipPath>
  224. \t\t\t\t\t\t</defs>
  225. \t\t\t\t\t</svg>\t\t\t\t\t\t
  226. \t\t\t\t\t<div>
  227. \t\t\t\t\t\t<p class=\"featured-item__label\">12時までのご購入で</p>
  228. \t\t\t\t\t\t<p class=\"featured-item__text\">最短翌日お届け!</p>
  229. \t\t\t\t\t</div>
  230. \t\t\t\t</div>
  231. \t\t\t</div>
  232. \t\t</div>
  233. \t\t<div class=\"campaign-banner\">
  234. \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\">
  235. \t\t\t\t<picture>
  236. \t\t\t\t\t<source
  237. \t\t\t\t\t\tsrcset=\"";
  238.         // line 200
  239.         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"nulltrue);
  240.         echo "\"
  241. \t\t\t\t\t\tmedia=\"(min-width: 768px)\"
  242. \t\t\t\t\t\twidth=\"900\"
  243. \t\t\t\t\t\theight=\"184\"
  244. \t\t\t\t\t/>
  245. \t\t\t\t\t<source
  246. \t\t\t\t\t\tsrcset=\"";
  247.         // line 206
  248.         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"nulltrue);
  249.         echo "\"
  250. \t\t\t\t\t\tmedia=\"(min-width: 320px)\"
  251. \t\t\t\t\t\twidth=\"350\"
  252. \t\t\t\t\t\theight=\"153\"
  253. \t\t\t\t\t/>
  254. \t\t\t\t\t<img src=\"";
  255.         // line 211
  256.         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"nulltrue);
  257.         echo "\" alt=\"法人限定期間限定パナソニック照明器具が特価\" style=\"width:100%; height:auto;\" width=\"900\" height=\"184\" />
  258. \t\t\t\t</picture>
  259. \t\t\t</a>
  260. \t\t</div>
  261. \t\t<div class=\"large-banners\">
  262. ";
  263.         // line 217
  264.         if ((twig_get_attribute($this->env$this->sourcetwig_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"falsefalsetrue217), "getPathInfo", [], "method"falsefalsetrue217) == "/")) {
  265.             // line 218
  266.             echo "    <a href =\"";
  267.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_index");
  268.             echo "\">
  269.     <picture>
  270.         <source
  271.             srcset=\"";
  272.             // line 221
  273.             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"nulltrue);
  274.             echo "\"
  275.             media=\"(min-width: 768px)\"
  276.             width=\"440\"
  277.             height=\"184\"
  278.         />
  279.         <source
  280.             srcset=\"";
  281.             // line 227
  282.             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"nulltrue);
  283.             echo "\"
  284.             media=\"(min-width: 320px)\"
  285.             width=\"350\"
  286.             height=\"153\"
  287.         />
  288.         <img src=\"";
  289.             // line 232
  290.             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"nulltrue);
  291.             echo "\" alt=\"お問い合わせはこちら\" style=\"width:100%; height:auto;\" width=\"440\" height=\"184\" />
  292.     </picture>
  293.     </a>
  294. ";
  295.         } else {
  296.             // line 236
  297.             echo "    <picture>
  298.         <source
  299.             srcset=\"";
  300.             // line 238
  301.             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"nulltrue);
  302.             echo "\"
  303.             media=\"(min-width: 768px)\"
  304.             width=\"440\"
  305.             height=\"184\"
  306.         />
  307.         <source
  308.             srcset=\"";
  309.             // line 244
  310.             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"nulltrue);
  311.             echo "\"
  312.             media=\"(min-width: 320px)\"
  313.             width=\"350\"
  314.             height=\"153\"
  315.         />
  316.         <img src=\"";
  317.             // line 249
  318.             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"nulltrue);
  319.             echo "\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
  320.     </picture>
  321. ";
  322.         }
  323.         // line 252
  324.         echo "
  325.     <picture>
  326.         <source
  327.             srcset=\"";
  328.         // line 255
  329.         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"nulltrue);
  330.         echo "\"
  331.             media=\"(min-width: 768px)\"
  332.             width=\"440\"
  333.             height=\"184\"
  334.         />
  335.         <source
  336.             srcset=\"";
  337.         // line 261
  338.         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"nulltrue);
  339.         echo "\"
  340.             media=\"(min-width: 320px)\"
  341.             width=\"350\"
  342.             height=\"153\"
  343.         />
  344.         <img src=\"";
  345.         // line 266
  346.         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"nulltrue);
  347.         echo "\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
  348.     </picture>
  349. </div>
  350. \t\t";
  351.         // line 269
  352.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/recommend_list.twig", ["label" => "照明機器おすすめ商品""category_id" => 58]);
  353.         echo "
  354. \t\t";
  355.         // line 270
  356.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/populer_search_word.twig");
  357.         echo "
  358. \t\t";
  359.         // line 271
  360.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/recommend_list.twig", ["label" => "ブレーカおすすめ商品""category_id" => 259]);
  361.         echo "
  362. \t\t";
  363.         // line 272
  364.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/category_list.twig", ["label" => null"href_label" => "カテゴリ一覧から探す"]);
  365.         // line 274
  366.         echo "
  367. \t\t";
  368.         // line 275
  369.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/banners.twig");
  370.         echo "
  371. \t\t";
  372.         // line 276
  373.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/makers.twig");
  374.         echo "
  375. \t\t";
  376.         // line 277
  377.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/news.twig");
  378.         echo "
  379. \t\t<div class=\"d-md-none\">
  380. \t\t\t";
  381.         // line 279
  382.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/large-banners.twig");
  383.         echo "
  384. \t\t</div>
  385. \t\t
  386. \t</div>
  387. ";
  388.         
  389.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  390.         
  391.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  392.     }
  393.     public function getTemplateName()
  394.     {
  395.         return "index.twig";
  396.     }
  397.     public function isTraitable()
  398.     {
  399.         return false;
  400.     }
  401.     public function getDebugInfo()
  402.     {
  403.         return array (  421 => 279,  416 => 277,  412 => 276,  408 => 275,  405 => 274,  403 => 272,  399 => 271,  395 => 270,  391 => 269,  385 => 266,  377 => 261,  368 => 255,  363 => 252,  357 => 249,  349 => 244,  340 => 238,  336 => 236,  329 => 232,  321 => 227,  312 => 221,  305 => 218,  303 => 217,  294 => 211,  286 => 206,  277 => 200,  226 => 152,  223 => 151,  213 => 150,  74 => 16,  64 => 15,  53 => 11,  51 => 13,  38 => 11,);
  404.     }
  405.     public function getSourceContext()
  406.     {
  407.         return new Source("{#
  408. This file is part of EC-CUBE
  409. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  410. http://www.ec-cube.co.jp/
  411. For the full copyright and license information, please view the LICENSE
  412. file that was distributed with this source code.
  413. #}
  414. {% extends 'default_frame.twig' %}
  415. {% set body_class = 'front_page' %}
  416. {% block stylesheet %}
  417. \t<style>
  418. \t\t.slider {
  419. \t\t\tdisplay: none;
  420. \t\t}
  421. \t\t.slider.slick-initialized {
  422. \t\t\tdisplay: block;
  423. \t\t}
  424. \t\t.slick-slide {
  425. \t\t\tmargin: 0 8px;
  426. \t\t}
  427. \t\t.slick-slider {
  428. \t\t\tmargin-bottom: 30px;
  429. \t\t}
  430. \t\t.slick-dots {
  431. \t\t\tposition: absolute;
  432. \t\t\tbottom: -45px;
  433. \t\t\tdisplay: block;
  434. \t\t\twidth: 100%;
  435. \t\t\tpadding: 0;
  436. \t\t\tlist-style: none;
  437. \t\t\ttext-align: center;
  438. \t\t}
  439. \t\t.slick-dots li {
  440. \t\t\tposition: relative;
  441. \t\t\tdisplay: inline-block;
  442. \t\t\twidth: 20px;
  443. \t\t\theight: 20px;
  444. \t\t\tmargin: 0 5px;
  445. \t\t\tpadding: 0;
  446. \t\t\tcursor: pointer;
  447. \t\t}
  448. \t\t.slick-dots li button {
  449. \t\t\tfont-size: 0;
  450. \t\t\tline-height: 0;
  451. \t\t\tdisplay: block;
  452. \t\t\twidth: 20px;
  453. \t\t\theight: 20px;
  454. \t\t\tpadding: 5px;
  455. \t\t\tcursor: pointer;
  456. \t\t\tcolor: transparent;
  457. \t\t\tborder: 0;
  458. \t\t\toutline: none;
  459. \t\t\tbackground: transparent;
  460. \t\t}
  461. \t\t.slick-dots li button:hover,
  462. \t\t.slick-dots li button:focus {
  463. \t\t\toutline: none;
  464. \t\t}
  465. \t\t.slick-dots li button:hover:before,
  466. \t\t.slick-dots li button:focus:before {
  467. \t\t\topacity: 1;
  468. \t\t}
  469. \t\t.slick-dots li button:before {
  470. \t\t\tcontent: \" \";
  471. \t\t\tline-height: 20px;
  472. \t\t\tposition: absolute;
  473. \t\t\ttop: 0;
  474. \t\t\tleft: 0;
  475. \t\t\twidth: 12px;
  476. \t\t\theight: 12px;
  477. \t\t\ttext-align: center;
  478. \t\t\topacity: .25;
  479. \t\t\tbackground-color: black;
  480. \t\t\tborder-radius: 50%;
  481. \t\t}
  482. \t\t.slick-dots li.slick-active button:before {
  483. \t\t\topacity: .75;
  484. \t\t\tbackground-color: black;
  485. \t\t}
  486. \t\t.slick-dots li button.thumbnail img {
  487. \t\t\twidth: 0;
  488. \t\t\theight: 0;
  489. \t\t}
  490. \t\t.slick-wrapper {
  491. \t\t\toverflow-x: hidden;
  492. \t\t\tpadding-bottom: 30px;
  493. \t\t}
  494. \t\t@media (min-width: 768px) {
  495. \t\t\t.slick-wrapper {
  496. \t\t\t\theight: 378px;
  497. \t\t\t}
  498. \t\t}
  499. \t\t.main_visual {
  500. \t\t\tmargin-top: 18px;
  501. \t\t}
  502. \t\t.featured {
  503. \t\t\tpadding: 0 20px;
  504. \t\t}
  505. \t\t.featured-divider {
  506. \t\t\tbackground: var(--border-gray);
  507. \t\t\tmargin: 12px 0;
  508. \t\t}
  509. \t\t.featured-item {
  510. \t\t\tdisplay: flex;
  511. \t\t\talign-items: center;
  512. \t\t\tgap: 16px;
  513. \t\t\tpadding: 0 20px;
  514. \t\t}
  515. \t\t.featured-item__label {
  516. \t\t\tfont-size: 16px;
  517. \t\t\tfont-weight: 500;
  518. \t\t\tline-height: 1.2;
  519. \t\t}
  520. \t\t.featured-item__text {
  521. \t\t\tcolor: var(--primary-red);
  522. \t\t\tfont-size: 26px;
  523. \t\t\tfont-weight: 700;
  524. \t\t\tline-height: 1.2;
  525. \t\t\tmargin-top: 8px;
  526. \t\t}
  527. \t</style>
  528. {% endblock %}
  529. {% block main %}
  530. \t<div class=\"page-content-root\">
  531. \t\t{{ include('Block/recommend_list.twig', {label: '当店のイチオシ!', category_id: 32}) }}
  532. \t\t<div class=\"d-block d-sm-none\">
  533. \t\t\t<div class=\"featured\">
  534. \t\t\t\t<div class=\"featured-item\">
  535. \t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  536. \t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
  537. \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\"/>
  538. \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\"/>
  539. \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\"/>
  540. \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\"/>
  541. \t\t\t\t\t</svg>
  542. \t\t\t\t\t\t
  543. \t\t\t\t\t<div>
  544. \t\t\t\t\t\t<p class=\"featured-item__label\">9,800円以上のご購入で</p>
  545. \t\t\t\t\t\t<p class=\"featured-item__text\">送料無料!</p>
  546. \t\t\t\t\t</div>
  547. \t\t\t\t</div>
  548. \t\t\t\t<hr class=\"featured-divider\">
  549. \t\t\t\t<div class=\"featured-item\">
  550. \t\t\t\t\t<svg width=\"86\" height=\"86\" viewBox=\"0 0 86 86\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  551. \t\t\t\t\t\t<circle cx=\"43\" cy=\"43\" r=\"41.925\" stroke=\"#CF0800\" stroke-width=\"2.15\"/>
  552. \t\t\t\t\t\t<g clip-path=\"url(#clip0_535_8111)\">
  553. \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\"/>
  554. \t\t\t\t\t\t<path d=\"M22 46H52\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  555. \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\"/>
  556. \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\"/>
  557. \t\t\t\t\t\t<path d=\"M49.75 55H36.25\" stroke=\"#CF0800\" stroke-width=\"2.48276\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
  558. \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\"/>
  559. \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\"/>
  560. \t\t\t\t\t\t</g>
  561. \t\t\t\t\t\t<defs>
  562. \t\t\t\t\t\t<clipPath id=\"clip0_535_8111\">
  563. \t\t\t\t\t\t<rect width=\"48\" height=\"48\" fill=\"white\" transform=\"translate(19 19)\"/>
  564. \t\t\t\t\t\t</clipPath>
  565. \t\t\t\t\t\t</defs>
  566. \t\t\t\t\t</svg>\t\t\t\t\t\t
  567. \t\t\t\t\t<div>
  568. \t\t\t\t\t\t<p class=\"featured-item__label\">12時までのご購入で</p>
  569. \t\t\t\t\t\t<p class=\"featured-item__text\">最短翌日お届け!</p>
  570. \t\t\t\t\t</div>
  571. \t\t\t\t</div>
  572. \t\t\t</div>
  573. \t\t</div>
  574. \t\t<div class=\"campaign-banner\">
  575. \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\">
  576. \t\t\t\t<picture>
  577. \t\t\t\t\t<source
  578. \t\t\t\t\t\tsrcset=\"{{ asset('assets/img/large-banners/large-banner-panasonic-md.png', 'user_data') }}\"
  579. \t\t\t\t\t\tmedia=\"(min-width: 768px)\"
  580. \t\t\t\t\t\twidth=\"900\"
  581. \t\t\t\t\t\theight=\"184\"
  582. \t\t\t\t\t/>
  583. \t\t\t\t\t<source
  584. \t\t\t\t\t\tsrcset=\"{{ asset('assets/img/large-banners/large-banner-panasonic.png', 'user_data') }}\"
  585. \t\t\t\t\t\tmedia=\"(min-width: 320px)\"
  586. \t\t\t\t\t\twidth=\"350\"
  587. \t\t\t\t\t\theight=\"153\"
  588. \t\t\t\t\t/>
  589. \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\" />
  590. \t\t\t\t</picture>
  591. \t\t\t</a>
  592. \t\t</div>
  593. \t\t<div class=\"large-banners\">
  594. {% if app.request.getPathInfo() == '/' %}
  595.     <a href =\"{{ url('faq_index') }}\">
  596.     <picture>
  597.         <source
  598.             srcset=\"{{ asset('assets/img/large-banners/large-banner-contact-md.png', 'user_data') }}\"
  599.             media=\"(min-width: 768px)\"
  600.             width=\"440\"
  601.             height=\"184\"
  602.         />
  603.         <source
  604.             srcset=\"{{ asset('assets/img/large-banners/large-banner-contact.png', 'user_data') }}\"
  605.             media=\"(min-width: 320px)\"
  606.             width=\"350\"
  607.             height=\"153\"
  608.         />
  609.         <img src=\"{{ asset('assets/img/large-banners/large-banner-contact-md.png', 'user_data') }}\" alt=\"お問い合わせはこちら\" style=\"width:100%; height:auto;\" width=\"440\" height=\"184\" />
  610.     </picture>
  611.     </a>
  612. {% else %}
  613.     <picture>
  614.         <source
  615.             srcset=\"{{ asset('assets/img/large-banners/large-banner-red-md.png', 'user_data') }}\"
  616.             media=\"(min-width: 768px)\"
  617.             width=\"440\"
  618.             height=\"184\"
  619.         />
  620.         <source
  621.             srcset=\"{{ asset('assets/img/large-banners/large-banner-red.png', 'user_data') }}\"
  622.             media=\"(min-width: 320px)\"
  623.             width=\"350\"
  624.             height=\"153\"
  625.         />
  626.         <img src=\"{{ asset('assets/img/large-banners/large-banner-red-md.png', 'user_data') }}\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
  627.     </picture>
  628. {% endif %}
  629.     <picture>
  630.         <source
  631.             srcset=\"{{ asset('assets/img/large-banners/large-banner-blue-md.png', 'user_data') }}\"
  632.             media=\"(min-width: 768px)\"
  633.             width=\"440\"
  634.             height=\"184\"
  635.         />
  636.         <source
  637.             srcset=\"{{ asset('assets/img/large-banners/large-banner-blue.png', 'user_data') }}\"
  638.             media=\"(min-width: 320px)\"
  639.             width=\"350\"
  640.             height=\"153\"
  641.         />
  642.         <img src=\"{{ asset('assets/img/large-banners/large-banner-blue-md.png', 'user_data') }}\" alt=\"\" class=\"w-100\" width=\"440\" height=\"184\" />
  643.     </picture>
  644. </div>
  645. \t\t{{ include('Block/recommend_list.twig', {label: '照明機器おすすめ商品', category_id: 58}) }}
  646. \t\t{{ include('Block/populer_search_word.twig') }}
  647. \t\t{{ include('Block/recommend_list.twig', {label: 'ブレーカおすすめ商品', category_id: 259}) }}
  648. \t\t{{ include('Block/category_list.twig', {
  649. \t\t\tlabel: null, href_label: 'カテゴリ一覧から探す'
  650. \t\t}) }}
  651. \t\t{{ include('Block/banners.twig') }}
  652. \t\t{{ include('Block/makers.twig') }}
  653. \t\t{{ include('Block/news.twig') }}
  654. \t\t<div class=\"d-md-none\">
  655. \t\t\t{{ include('Block/large-banners.twig') }}
  656. \t\t</div>
  657. \t\t
  658. \t</div>
  659. {% endblock %}
  660. ""index.twig""/home/xs804421/stg.denzai-bluewood.com/public_html/app/template/default/index.twig");
  661.     }
  662.     
  663.     public function checkSecurity()
  664.     {
  665.         static $tags = array("set" => 13"if" => 217);
  666.         static $filters = array("escape" => 200);
  667.         static $functions = array("include" => 152"asset" => 200"url" => 218);
  668.         try {
  669.             $this->sandbox->checkSecurity(
  670.                 ['set''if'],
  671.                 ['escape'],
  672.                 ['include''asset''url'],
  673.                 $this->source
  674.             );
  675.         } catch (SecurityError $e) {
  676.             $e->setSourceContext($this->source);
  677.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  678.                 $e->setTemplateLine($tags[$e->getTagName()]);
  679.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  680.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  681.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  682.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  683.             }
  684.             throw $e;
  685.         }
  686.     }
  687. }