var/cache/dev/twig/30/3019b78dc2d56f583fcb91dd75810936.php line 52

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