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

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.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  40.         // line 13
  41.         $context["body_class"] = "front_page";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "    <style>
  60.         .slick-slider {
  61.             margin-bottom: 30px;
  62.         }
  63.         .slick-dots {
  64.             position: absolute;
  65.             bottom: -45px;
  66.             display: block;
  67.             width: 100%;
  68.             padding: 0;
  69.             list-style: none;
  70.             text-align: center;
  71.         }
  72.         .slick-dots li {
  73.             position: relative;
  74.             display: inline-block;
  75.             width: 20px;
  76.             height: 20px;
  77.             margin: 0 5px;
  78.             padding: 0;
  79.             cursor: pointer;
  80.         }
  81.         .slick-dots li button {
  82.             font-size: 0;
  83.             line-height: 0;
  84.             display: block;
  85.             width: 20px;
  86.             height: 20px;
  87.             padding: 5px;
  88.             cursor: pointer;
  89.             color: transparent;
  90.             border: 0;
  91.             outline: none;
  92.             background: transparent;
  93.         }
  94.         .slick-dots li button:hover,
  95.         .slick-dots li button:focus {
  96.             outline: none;
  97.         }
  98.         .slick-dots li button:hover:before,
  99.         .slick-dots li button:focus:before {
  100.             opacity: 1;
  101.         }
  102.         .slick-dots li button:before {
  103.             content: \" \";
  104.             line-height: 20px;
  105.             position: absolute;
  106.             top: 0;
  107.             left: 0;
  108.             width: 12px;
  109.             height: 12px;
  110.             text-align: center;
  111.             opacity: .25;
  112.             background-color: black;
  113.             border-radius: 50%;
  114.         }
  115.         .slick-dots li.slick-active button:before {
  116.             opacity: .75;
  117.             background-color: black;
  118.         }
  119.         .slick-dots li button.thumbnail img {
  120.             width: 0;
  121.             height: 0;
  122.         }
  123.     </style>
  124. ";
  125.         
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  127.         
  128.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  129.     }
  130.     // line 93
  131.     public function block_javascript($context, array $blocks = [])
  132.     {
  133.         $macros $this->macros;
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  135.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  136.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  137.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  138.         // line 94
  139.         echo "    <script>
  140.         \$(function() {
  141.             \$('.main_visual').slick({
  142.                 dots: true,
  143.                 arrows: false,
  144.                 autoplay: true,
  145.                 speed: 300
  146.             });
  147.         });
  148.         
  149.     </script>
  150. ";
  151.         
  152.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  153.         
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  155.     }
  156.     // line 107
  157.     public function block_main($context, array $blocks = [])
  158.     {
  159.         $macros $this->macros;
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  164.         // line 108
  165.         echo "    <section class=\"ec-sliderRole\" data-aos=\"fade-up\">
  166.         <div class=\"ec-sliderRole__inner standard-inner1 fullwidth\">
  167.             <div class=\"main_visual\">
  168.                 ";
  169.         // line 111
  170.         $context['_parent'] = $context;
  171.         $context['_seq'] = twig_ensure_traversable(range(14));
  172.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  173.             // line 112
  174.             echo "                    <div class=\"item slick-slide\"><img src=\"";
  175.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("assets/img/top/img_hero_pc0" $context["i"]) . ".jpg"), "user_data"), "html"nulltrue);
  176.             echo "\"></div>
  177.                 ";
  178.         }
  179.         $_parent $context['_parent'];
  180.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  181.         $context array_intersect_key($context$_parent) + $_parent;
  182.         // line 114
  183.         echo "            </div>
  184.         </div>
  185.     </section>
  186.     <section class=\"ec-categoryNavRole\" id=\"about\">
  187.         <div class=\"ec-aboutRole\">
  188.             <div class=\"ec-aboutRole__inner standard-inner1\">
  189.                 <div class=\"ec-aboutRole__figure\" data-aos=\"fade-up\">
  190.                     <img src=\"";
  191.         // line 122
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/logo_kikkoo.svg"), "html"nulltrue);
  193.         echo "\" alt=\"\" class=\"ec-aboutRole__img\">
  194.                 </div>
  195.                 <h2 class=\"ec-aboutRole__title\" data-aos=\"fade-up\">心でつくる幸せ。その歓びをつないでいく。</h2>
  196.                 <div class=\"ec-aboutRole__text\" data-aos=\"fade-up\">
  197.                     KIKKOOの家具は、日本の伝統と格式を継承し、六方良しの精神を具現化したデザインが特徴です。<br>
  198.                     亀甲という日本に伝わる吉祥文様をシンボルマークに用いることで、六方良しの理念を視覚的に表現しています。<br>
  199.                     売り手、買い手、作り手、世間、地球、未来の全てに対して誠実であることを大切にし、<br>
  200.                     熟練の木工職人が一つ一つ心を込めて作り上げた家具、それは、使う人に心の安らぎと幸福を提供します。<br>
  201.                     深みのある美しさと斬新な存在感を持つKIKKOOの家具は、<br>
  202.                     日々の生活に豊かさを、環境に優しい素材を、未来の世代にも続く価値を。<br>
  203.                     めぐりめぐって日本の美意識と心の豊かさをつないでいきます。<br>
  204.                 </div>
  205.             </div>
  206.         </div>
  207.     </section>
  208.     <section class=\"ec-categoryNavRole\">
  209.         ";
  210.         // line 139
  211.         $context["Category"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Eccube\\Entity\\Category"), "find", [=> 1], "method"falsefalsefalse139);
  212.         // line 140
  213.         echo "        ";
  214.         $context["cate_childs"] = twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'140$this->source); })()), "getDescendants", [], "any"falsefalsefalse140);
  215.         // line 141
  216.         echo "        <div class=\"ec-categoryNavRole__inner standard-inner1\">
  217.             <h2 class=\"ec-categoryNavRole__title\" data-aos=\"fade-up\">CATEGORY</h2>
  218.             <div class=\"ec-categoryNav\">
  219.                 <ul class=\"ec-categoryNav__list\">
  220.                     ";
  221.         // line 145
  222.         $context['_parent'] = $context;
  223.         $context['_seq'] = twig_ensure_traversable((isset($context["cate_childs"]) || array_key_exists("cate_childs"$context) ? $context["cate_childs"] : (function () { throw new RuntimeError('Variable "cate_childs" does not exist.'145$this->source); })()));
  224.         foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
  225.             // line 146
  226.             echo "                        <li class=\"ec-categoryNav__item category\" data-aos=\"fade-up\">
  227.                             <a href=\"";
  228.             // line 147
  229.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  230.             echo "?category_id=";
  231.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse147), "html"nulltrue);
  232.             echo "\" class=\"ec-categoryNav__link\">
  233.                                 <figure class=\"ec-categoryNav__figure\">
  234.                                     <img src=\"";
  235.             // line 149
  236.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("assets/img/category/category" twig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse149)) . ".jpg"), "user_data"), "html"nulltrue);
  237.             echo "\" class=\"ec-categoryNav__img\">
  238.                                 </figure>
  239.                                 <span class=\"ec-categoryNav__name\">";
  240.             // line 151
  241.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cate"], "name", [], "any"falsefalsefalse151), "html"nulltrue);
  242.             echo "</span>
  243.                             </a>
  244.                         </li>
  245.                     ";
  246.         }
  247.         $_parent $context['_parent'];
  248.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
  249.         $context array_intersect_key($context$_parent) + $_parent;
  250.         // line 155
  251.         echo "                </ul>
  252.             </div>
  253.         </div>
  254.     </section>
  255.     <section class=\"ec-categoryNavRole\">
  256.         ";
  257.         // line 161
  258.         $context["Category"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Eccube\\Entity\\Category"), "find", [=> 5], "method"falsefalsefalse161);
  259.         // line 162
  260.         echo "        ";
  261.         $context["cate_childs"] = twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'162$this->source); })()), "getDescendants", [], "any"falsefalsefalse162);
  262.         // line 163
  263.         echo "        ";
  264.         $context["names"] = [=> "SHINJI OTSUKI"=> "MANAMI"];
  265.         // line 164
  266.         echo "        ";
  267.         $context["i"] = 0;
  268.         // line 165
  269.         echo "        <div class=\"ec-categoryNavRole__inner standard-inner1\">
  270.             <h2 class=\"ec-categoryNavRole__title\" data-aos=\"fade-up\">DESIGNER</h2>
  271.             <div class=\"ec-categoryNav\">
  272.                 <ul class=\"ec-categoryNav__list\">
  273.                     ";
  274.         // line 169
  275.         $context['_parent'] = $context;
  276.         $context['_seq'] = twig_ensure_traversable((isset($context["cate_childs"]) || array_key_exists("cate_childs"$context) ? $context["cate_childs"] : (function () { throw new RuntimeError('Variable "cate_childs" does not exist.'169$this->source); })()));
  277.         foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
  278.             // line 170
  279.             echo "                        <li class=\"ec-categoryNav__item designer\" data-aos=\"fade-up\">
  280.                             <a href=\"/designers/otsuki/\" class=\"ec-categoryNav__link\">
  281.                                 <figure class=\"ec-categoryNav__figure\">
  282.                                     <img src=\"";
  283.             // line 173
  284.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("assets/img/designer/designer" twig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse173)) . ".jpg"), "user_data"), "html"nulltrue);
  285.             echo "\" class=\"ec-categoryNav__img\">
  286.                                 </figure>
  287.                                 <span class=\"ec-categoryNav__name2\">";
  288.             // line 175
  289.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["names"]) || array_key_exists("names"$context) ? $context["names"] : (function () { throw new RuntimeError('Variable "names" does not exist.'175$this->source); })()), (isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'175$this->source); })()), [], "array"falsefalsefalse175), "html"nulltrue);
  290.             echo "</span>
  291.                                 <span class=\"ec-categoryNav__name3\">";
  292.             // line 176
  293.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cate"], "name", [], "any"falsefalsefalse176), "html"nulltrue);
  294.             echo "</span>
  295.                             </a>
  296.                         </li>
  297.                         ";
  298.             // line 179
  299.             $context["i"] = ((isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'179$this->source); })()) + 1);
  300.             // line 180
  301.             echo "                    ";
  302.         }
  303.         $_parent $context['_parent'];
  304.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
  305.         $context array_intersect_key($context$_parent) + $_parent;
  306.         // line 181
  307.         echo "                </ul>
  308.             </div>
  309.         </div>
  310.     </section>
  311. ";
  312.         
  313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  314.         
  315.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  316.     }
  317.     public function getTemplateName()
  318.     {
  319.         return "index.twig";
  320.     }
  321.     public function isTraitable()
  322.     {
  323.         return false;
  324.     }
  325.     public function getDebugInfo()
  326.     {
  327.         return array (  344 => 181,  338 => 180,  336 => 179,  330 => 176,  326 => 175,  321 => 173,  316 => 170,  312 => 169,  306 => 165,  303 => 164,  300 => 163,  297 => 162,  295 => 161,  287 => 155,  277 => 151,  272 => 149,  265 => 147,  262 => 146,  258 => 145,  252 => 141,  249 => 140,  247 => 139,  227 => 122,  217 => 114,  208 => 112,  204 => 111,  199 => 108,  189 => 107,  168 => 94,  158 => 93,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  328.     }
  329.     public function getSourceContext()
  330.     {
  331.         return new Source("{#
  332. This file is part of EC-CUBE
  333. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  334. http://www.ec-cube.co.jp/
  335. For the full copyright and license information, please view the LICENSE
  336. file that was distributed with this source code.
  337. #}
  338. {% extends 'default_frame.twig' %}
  339. {% set body_class = 'front_page' %}
  340. {% block stylesheet %}
  341.     <style>
  342.         .slick-slider {
  343.             margin-bottom: 30px;
  344.         }
  345.         .slick-dots {
  346.             position: absolute;
  347.             bottom: -45px;
  348.             display: block;
  349.             width: 100%;
  350.             padding: 0;
  351.             list-style: none;
  352.             text-align: center;
  353.         }
  354.         .slick-dots li {
  355.             position: relative;
  356.             display: inline-block;
  357.             width: 20px;
  358.             height: 20px;
  359.             margin: 0 5px;
  360.             padding: 0;
  361.             cursor: pointer;
  362.         }
  363.         .slick-dots li button {
  364.             font-size: 0;
  365.             line-height: 0;
  366.             display: block;
  367.             width: 20px;
  368.             height: 20px;
  369.             padding: 5px;
  370.             cursor: pointer;
  371.             color: transparent;
  372.             border: 0;
  373.             outline: none;
  374.             background: transparent;
  375.         }
  376.         .slick-dots li button:hover,
  377.         .slick-dots li button:focus {
  378.             outline: none;
  379.         }
  380.         .slick-dots li button:hover:before,
  381.         .slick-dots li button:focus:before {
  382.             opacity: 1;
  383.         }
  384.         .slick-dots li button:before {
  385.             content: \" \";
  386.             line-height: 20px;
  387.             position: absolute;
  388.             top: 0;
  389.             left: 0;
  390.             width: 12px;
  391.             height: 12px;
  392.             text-align: center;
  393.             opacity: .25;
  394.             background-color: black;
  395.             border-radius: 50%;
  396.         }
  397.         .slick-dots li.slick-active button:before {
  398.             opacity: .75;
  399.             background-color: black;
  400.         }
  401.         .slick-dots li button.thumbnail img {
  402.             width: 0;
  403.             height: 0;
  404.         }
  405.     </style>
  406. {% endblock %}
  407. {% block javascript %}
  408.     <script>
  409.         \$(function() {
  410.             \$('.main_visual').slick({
  411.                 dots: true,
  412.                 arrows: false,
  413.                 autoplay: true,
  414.                 speed: 300
  415.             });
  416.         });
  417.         
  418.     </script>
  419. {% endblock javascript %}
  420. {% block main %}
  421.     <section class=\"ec-sliderRole\" data-aos=\"fade-up\">
  422.         <div class=\"ec-sliderRole__inner standard-inner1 fullwidth\">
  423.             <div class=\"main_visual\">
  424.                 {% for i in 1..4 %}
  425.                     <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc0'~i~'.jpg', 'user_data') }}\"></div>
  426.                 {% endfor %}
  427.             </div>
  428.         </div>
  429.     </section>
  430.     <section class=\"ec-categoryNavRole\" id=\"about\">
  431.         <div class=\"ec-aboutRole\">
  432.             <div class=\"ec-aboutRole__inner standard-inner1\">
  433.                 <div class=\"ec-aboutRole__figure\" data-aos=\"fade-up\">
  434.                     <img src=\"{{ asset('assets/img/logo_kikkoo.svg') }}\" alt=\"\" class=\"ec-aboutRole__img\">
  435.                 </div>
  436.                 <h2 class=\"ec-aboutRole__title\" data-aos=\"fade-up\">心でつくる幸せ。その歓びをつないでいく。</h2>
  437.                 <div class=\"ec-aboutRole__text\" data-aos=\"fade-up\">
  438.                     KIKKOOの家具は、日本の伝統と格式を継承し、六方良しの精神を具現化したデザインが特徴です。<br>
  439.                     亀甲という日本に伝わる吉祥文様をシンボルマークに用いることで、六方良しの理念を視覚的に表現しています。<br>
  440.                     売り手、買い手、作り手、世間、地球、未来の全てに対して誠実であることを大切にし、<br>
  441.                     熟練の木工職人が一つ一つ心を込めて作り上げた家具、それは、使う人に心の安らぎと幸福を提供します。<br>
  442.                     深みのある美しさと斬新な存在感を持つKIKKOOの家具は、<br>
  443.                     日々の生活に豊かさを、環境に優しい素材を、未来の世代にも続く価値を。<br>
  444.                     めぐりめぐって日本の美意識と心の豊かさをつないでいきます。<br>
  445.                 </div>
  446.             </div>
  447.         </div>
  448.     </section>
  449.     <section class=\"ec-categoryNavRole\">
  450.         {% set Category = repository('Eccube\\\\Entity\\\\Category').find(1) %}
  451.         {% set cate_childs = Category.getDescendants %}
  452.         <div class=\"ec-categoryNavRole__inner standard-inner1\">
  453.             <h2 class=\"ec-categoryNavRole__title\" data-aos=\"fade-up\">CATEGORY</h2>
  454.             <div class=\"ec-categoryNav\">
  455.                 <ul class=\"ec-categoryNav__list\">
  456.                     {% for cate in cate_childs %}
  457.                         <li class=\"ec-categoryNav__item category\" data-aos=\"fade-up\">
  458.                             <a href=\"{{ url('product_list') }}?category_id={{ cate.id }}\" class=\"ec-categoryNav__link\">
  459.                                 <figure class=\"ec-categoryNav__figure\">
  460.                                     <img src=\"{{ asset('assets/img/category/category'~cate.id~'.jpg', 'user_data') }}\" class=\"ec-categoryNav__img\">
  461.                                 </figure>
  462.                                 <span class=\"ec-categoryNav__name\">{{ cate.name }}</span>
  463.                             </a>
  464.                         </li>
  465.                     {% endfor %}
  466.                 </ul>
  467.             </div>
  468.         </div>
  469.     </section>
  470.     <section class=\"ec-categoryNavRole\">
  471.         {% set Category = repository('Eccube\\\\Entity\\\\Category').find(5) %}
  472.         {% set cate_childs = Category.getDescendants %}
  473.         {% set names = ['SHINJI OTSUKI','MANAMI'] %}
  474.         {% set i = 0 %}
  475.         <div class=\"ec-categoryNavRole__inner standard-inner1\">
  476.             <h2 class=\"ec-categoryNavRole__title\" data-aos=\"fade-up\">DESIGNER</h2>
  477.             <div class=\"ec-categoryNav\">
  478.                 <ul class=\"ec-categoryNav__list\">
  479.                     {% for cate in cate_childs %}
  480.                         <li class=\"ec-categoryNav__item designer\" data-aos=\"fade-up\">
  481.                             <a href=\"/designers/otsuki/\" class=\"ec-categoryNav__link\">
  482.                                 <figure class=\"ec-categoryNav__figure\">
  483.                                     <img src=\"{{ asset('assets/img/designer/designer'~cate.id~'.jpg', 'user_data') }}\" class=\"ec-categoryNav__img\">
  484.                                 </figure>
  485.                                 <span class=\"ec-categoryNav__name2\">{{ names[i] }}</span>
  486.                                 <span class=\"ec-categoryNav__name3\">{{ cate.name }}</span>
  487.                             </a>
  488.                         </li>
  489.                         {% set i = i + 1 %}
  490.                     {% endfor %}
  491.                 </ul>
  492.             </div>
  493.         </div>
  494.     </section>
  495. {% endblock %}""index.twig""/home/daishi37x/dis61.work/public_html/shosen-east.dis61.work/shop/app/template/default/index.twig");
  496.     }
  497. }