var/cache/dev/twig/5b/5b0a1acd6fdb54f8369c60d9ae5be422.php line 53

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_ae716281299694cc5b7b6168ce704120 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.         });
  142.     </script>
  143. ";
  144.         
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  146.         
  147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  148.     }
  149.     // line 101
  150.     public function block_main($context, array $blocks = [])
  151.     {
  152.         $macros $this->macros;
  153.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  156.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  157.         // line 103
  158.         echo "<ul class=\"add_link ft_e u_visible_pc\">
  159.   <li>
  160.     <a href=\"https://ppplot.com/\">
  161.       <img src=\"";
  162.         // line 106
  163.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_img01.jpg""user_data"), "html"nulltrue);
  164.         echo "\" alt=\"\">
  165.       <p>PHOTO<br>STUDIO</p>
  166.     </a>
  167.   </li>
  168.   <li>
  169.     <!--<a href=\"/user_data/photobooth\">-->
  170.       <img src=\"";
  171.         // line 112
  172.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_img02.jpg""user_data"), "html"nulltrue);
  173.         echo "\" alt=\"\">
  174.       <!--<p>PHOTO<br>BOOTH</p>--><p>COMING<br>SOON</p>
  175.     <!--</a>-->
  176.   </li>
  177. </ul>
  178. <div style=\"display:none;\">
  179.   <div class=\"add_txt\" data-pos=\"11\"><a href=\"/products/list?category_id=169&name=&tag1=&tag2=&word=\"><img src=\"";
  180.         // line 118
  181.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img01.jpg""user_data"), "html"nulltrue);
  182.         echo "\" alt=\"\"></a></div>
  183.   <div class=\"add_txt\" data-pos=\"22\"><a href=\"/products/list?category_id=&name=&tag1=47\"><img src=\"";
  184.         // line 119
  185.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img02.jpg""user_data"), "html"nulltrue);
  186.         echo "\" alt=\"\"></a></div>
  187.   <div class=\"add_txt\" data-pos=\"23\"><a href=\"/products/list?category_id=&name=&tag1=&tag2=29&word=\"><img src=\"";
  188.         // line 120
  189.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img03.jpg""user_data"), "html"nulltrue);
  190.         echo "\" alt=\"\"></a></div>
  191.   <div class=\"add_txt\" data-pos=\"30\"><a href=\"/products/list?category_id=67&name=&tag1=&tag2=&word=\"><img src=\"";
  192.         // line 121
  193.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img04.jpg""user_data"), "html"nulltrue);
  194.         echo "\" alt=\"\"></a></div>
  195.   <div class=\"add_txt\" data-pos=\"34\"><a href=\"/products/list?category_id=8&name=&tag1=&tag2=&word=\"><img src=\"";
  196.         // line 122
  197.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img01.gif""user_data"), "html"nulltrue);
  198.         echo "\" alt=\"\"></a></div>
  199.   <div class=\"add_txt\" data-pos=\"38\"><a href=\"/products/list?category_id=61&name=&tag1=&tag2=&word=\"><img src=\"";
  200.         // line 123
  201.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img06.jpg""user_data"), "html"nulltrue);
  202.         echo "\" alt=\"\"></a></div>
  203.   <div class=\"add_txt\" data-pos=\"45\"><a href=\"/products/list?category_id=61&name=&tag1=&tag2=&word=\"><img src=\"";
  204.         // line 124
  205.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img05.jpg""user_data"), "html"nulltrue);
  206.         echo "\" alt=\"\"></a></div>
  207.   <div class=\"add_slide\" data-pos=\"13\">
  208.     <div class=\"item\">
  209.       <img src=\"";
  210.         // line 127
  211.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide01.jpg""user_data"), "html"nulltrue);
  212.         echo "\" alt=\"\">
  213.     </div>
  214.     <div class=\"item\">
  215.       <img src=\"";
  216.         // line 130
  217.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide02.jpg""user_data"), "html"nulltrue);
  218.         echo "\" alt=\"\">
  219.     </div>
  220.     <div class=\"item\">
  221.       <img src=\"";
  222.         // line 133
  223.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide03.jpg""user_data"), "html"nulltrue);
  224.         echo "\" alt=\"\">
  225.     </div>
  226.     <div class=\"item\">
  227.       <img src=\"";
  228.         // line 136
  229.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide04.jpg""user_data"), "html"nulltrue);
  230.         echo "\" alt=\"\">
  231.     </div>
  232.     <div class=\"item\">
  233.       <img src=\"";
  234.         // line 139
  235.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide05.jpg""user_data"), "html"nulltrue);
  236.         echo "\" alt=\"\">
  237.     </div>
  238.     <div class=\"item\">
  239.       <img src=\"";
  240.         // line 142
  241.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide06.jpg""user_data"), "html"nulltrue);
  242.         echo "\" alt=\"\">
  243.     </div>
  244.     <div class=\"item\">
  245.       <img src=\"";
  246.         // line 145
  247.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide07.jpg""user_data"), "html"nulltrue);
  248.         echo "\" alt=\"\">
  249.     </div>
  250.     <div class=\"item\">
  251.       <img src=\"";
  252.         // line 148
  253.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide08.jpg""user_data"), "html"nulltrue);
  254.         echo "\" alt=\"\">
  255.     </div>
  256.     <div class=\"item\">
  257.       <img src=\"";
  258.         // line 151
  259.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide09.jpg""user_data"), "html"nulltrue);
  260.         echo "\" alt=\"\">
  261.     </div>
  262.     <div class=\"item\">
  263.       <img src=\"";
  264.         // line 154
  265.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide10.jpg""user_data"), "html"nulltrue);
  266.         echo "\" alt=\"\">
  267.     </div>
  268.     <div class=\"item\">
  269.       <img src=\"";
  270.         // line 157
  271.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide11.jpg""user_data"), "html"nulltrue);
  272.         echo "\" alt=\"\">
  273.     </div>
  274.   </div>
  275. </div>
  276. <div class=\"u_visible_sp\">
  277.   <div class=\"mv_slide\">
  278.     <div class=\"item\">
  279.       <img src=\"";
  280.         // line 164
  281.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide01_sp.jpg""user_data"), "html"nulltrue);
  282.         echo "\" alt=\"\">
  283.     </div>
  284.     <div class=\"item\">
  285.       <img src=\"";
  286.         // line 167
  287.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide02_sp.jpg""user_data"), "html"nulltrue);
  288.         echo "\" alt=\"\">
  289.     </div>
  290.     <div class=\"item\">
  291.       <img src=\"";
  292.         // line 170
  293.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide03_sp.jpg""user_data"), "html"nulltrue);
  294.         echo "\" alt=\"\">
  295.     </div>
  296.     <div class=\"item\">
  297.       <img src=\"";
  298.         // line 173
  299.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide04_sp.jpg""user_data"), "html"nulltrue);
  300.         echo "\" alt=\"\">
  301.     </div>
  302.   </div>
  303.   <p class=\"mv_txt\">Plotは、撮影・展示関係者向けのレンタルショップです。スタイリストが集めた、インテリア、キッチンアイテムなどを撮影・ディスプレイ用にお貸出ししています。北堀江(大阪市)の実店舗では、在庫品を自由に組み合わせ撮影できるブースを設けております。ぜひご利用ください。</p>
  304. </div>
  305. ";
  306.         // line 179
  307.         echo "
  308. <div class=\"c_bg\">
  309. ";
  310.         // line 181
  311.         if ((isset($context["mainProducts"]) || array_key_exists("mainProducts"$context) ? $context["mainProducts"] : (function () { throw new RuntimeError('Variable "mainProducts" does not exist.'181$this->source); })())) {
  312.             // line 182
  313.             echo "  <ul class=\"item_list home\">
  314.   ";
  315.             // line 183
  316.             $context['_parent'] = $context;
  317.             $context['_seq'] = twig_ensure_traversable((isset($context["mainProducts"]) || array_key_exists("mainProducts"$context) ? $context["mainProducts"] : (function () { throw new RuntimeError('Variable "mainProducts" does not exist.'183$this->source); })()));
  318.             $context['loop'] = [
  319.               'parent' => $context['_parent'],
  320.               'index0' => 0,
  321.               'index'  => 1,
  322.               'first'  => true,
  323.             ];
  324.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  325.                 $length count($context['_seq']);
  326.                 $context['loop']['revindex0'] = $length 1;
  327.                 $context['loop']['revindex'] = $length;
  328.                 $context['loop']['length'] = $length;
  329.                 $context['loop']['last'] = === $length;
  330.             }
  331.             foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  332.                 // line 184
  333.                 echo "      ";
  334.                 if ((twig_date_converter($this->env"-30days") < twig_get_attribute($this->env$this->source$context["Product"], "create_date", [], "any"falsefalsefalse184))) {
  335.                     echo "<li class=\"new\">";
  336.                 } else {
  337.                     echo "<li>";
  338.                 }
  339.                 // line 185
  340.                 echo "          <a href=\"";
  341.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse185)]), "html"nulltrue);
  342.                 echo "\">
  343.               <img src=\"";
  344.                 // line 186
  345.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse186)), "save_image"), "html"nulltrue);
  346.                 echo "\" alt=\"";
  347.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse186), "html"nulltrue);
  348.                 echo "\" ";
  349.                 if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse186) > 5)) {
  350.                     echo " loading=\"lazy\"";
  351.                 }
  352.                 echo ">
  353.               <dl>
  354.                   <dt>";
  355.                 // line 188
  356.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "brand", [], "any"falsefalsefalse188), "html"nulltrue);
  357.                 echo "<br>
  358.                   <dt>";
  359.                 // line 189
  360.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse189), "html"nulltrue);
  361.                 echo "</dt>
  362.                   <dd class=\"price\">
  363.                   ";
  364.                 // line 191
  365.                 $context['_parent'] = $context;
  366.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Product"], "ProductClasses", [], "any"falsefalsefalse191));
  367.                 foreach ($context['_seq'] as $context["_key"] => $context["prdClass"]) {
  368.                     // line 192
  369.                     echo "                  ";
  370.                     if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["prdClass"], "ClassCategory1", [], "any"falsefalsefalse192))) {
  371.                         // line 193
  372.                         echo "                  ";
  373.                         if ( !twig_in_filter("併設スタジオ利用時のみ"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["prdClass"], "ClassCategory1", [], "any"falsefalsefalse193), "name", [], "any"falsefalsefalse193))) {
  374.                             // line 194
  375.                             echo "                  <p>";
  376.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["prdClass"], "ClassCategory1", [], "any"falsefalsefalse194), "name", [], "any"falsefalsefalse194), "html"nulltrue);
  377.                             echo "<i>";
  378.                             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["prdClass"], "price01", [], "any"falsefalsefalse194)), "html"nulltrue);
  379.                             echo "</i></p>
  380.                   ";
  381.                         }
  382.                         // line 196
  383.                         echo "                  ";
  384.                     }
  385.                     // line 197
  386.                     echo "                  ";
  387.                 }
  388.                 $_parent $context['_parent'];
  389.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prdClass'], $context['_parent'], $context['loop']);
  390.                 $context array_intersect_key($context$_parent) + $_parent;
  391.                 // line 198
  392.                 echo "                  </dd>
  393.                   <dd>";
  394.                 // line 199
  395.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "number", [], "any"falsefalsefalse199), "html"nulltrue);
  396.                 echo "</dd>
  397.               </dl>
  398.           </a>
  399.           <div class=\"favo\">
  400.             <form action=\"";
  401.                 // line 203
  402.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse203)]), "html"nulltrue);
  403.                 echo "\" method=\"post\">
  404.               ";
  405.                 // line 204
  406.                 if (twig_test_empty(twig_get_attribute($this->env$this->source$context["Product"], "SearchWord", [], "any"falsefalsefalse204))) {
  407.                     // line 205
  408.                     echo "                  <button type=\"submit\" class=\"favorite\" title=\"";
  409.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html"nulltrue);
  410.                     echo "\"></button>
  411.               ";
  412.                 } else {
  413.                     // line 207
  414.                     echo "                  <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\"";
  415.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加済です。"), "html"nulltrue);
  416.                     echo "\"></button>
  417.               ";
  418.                 }
  419.                 // line 209
  420.                 echo "            </form>
  421.           </div>
  422.       </li>
  423.   ";
  424.                 ++$context['loop']['index0'];
  425.                 ++$context['loop']['index'];
  426.                 $context['loop']['first'] = false;
  427.                 if (isset($context['loop']['length'])) {
  428.                     --$context['loop']['revindex0'];
  429.                     --$context['loop']['revindex'];
  430.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  431.                 }
  432.             }
  433.             $_parent $context['_parent'];
  434.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  435.             $context array_intersect_key($context$_parent) + $_parent;
  436.             // line 213
  437.             echo "  </ul>
  438. ";
  439.         }
  440.         // line 215
  441.         echo "  <dl class=\"item_search\">
  442.     <dt class=\"ft_e\">Item Search</dt>
  443.     <dd>
  444.       <form method=\"get\" class=\"searchform\" action=\"/products/list\">
  445.         <input type=\"text\" name=\"word\" placeholder=\"キーワードを入力ください\" />
  446.         <input type=\"submit\" value=\"検索する\" />
  447.       </form>
  448.     </dd>
  449.   </dl>
  450. </div>
  451. ";
  452.         // line 228
  453.         echo "<div class=\"u_visible_sp\">
  454.   <ul class=\"h_list ft_e\">
  455.     <li>
  456.       <a href=\"\">
  457.         <img src=\"";
  458.         // line 232
  459.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/booth_img.jpg""user_data"), "html"nulltrue);
  460.         echo "\" alt=\"\">
  461.         <!--<p>PHOTO BOOTH</p>--><p>COMING SOON</p>
  462.       </a>
  463.     </li>
  464.     <li>
  465.       <a href=\"\">
  466.         <img src=\"";
  467.         // line 238
  468.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/photo_img.jpg""user_data"), "html"nulltrue);
  469.         echo "\" alt=\"\">
  470.         <p>PHOTO STUDIO</p>
  471.       </a>
  472.     </li>
  473.   </ul>
  474. </div>
  475. <section class=\"top_flow\">
  476.   <div class=\"c_inner\">
  477.     <h2 class=\"c_ttl ft_e\">Rental flow</h2>
  478.     <div class=\"box\">
  479.       <div class=\"scroll\">
  480.         <ul>
  481.           <li><img src=\"";
  482.         // line 250
  483.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow01.svg""user_data"), "html"nulltrue);
  484.         echo "\" alt=\"\"></li>
  485.           <li><img src=\"";
  486.         // line 251
  487.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow02.svg""user_data"), "html"nulltrue);
  488.         echo "\" alt=\"\"></li>
  489.           <li><img src=\"";
  490.         // line 252
  491.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow03.svg""user_data"), "html"nulltrue);
  492.         echo "\" alt=\"\"></li>
  493.           <li><img src=\"";
  494.         // line 253
  495.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow04.svg""user_data"), "html"nulltrue);
  496.         echo "\" alt=\"\"></li>
  497.         </ul>
  498.       </div>
  499.       <div class=\"c_btn\"><a href=\"/guide\">See more</a></div>
  500.     </div>
  501.   </div>
  502. </section>
  503. ";
  504.         // line 261
  505.         echo "
  506. ";
  507.         // line 264
  508.         echo "<section class=\"top_topics\">
  509.   <div class=\"c_inner\">
  510.     <h2 class=\"c_ttl ft_e\">Topics</h2>
  511.   </div>
  512. ";
  513.         // line 268
  514.         if ((isset($context["news"]) || array_key_exists("news"$context) ? $context["news"] : (function () { throw new RuntimeError('Variable "news" does not exist.'268$this->source); })())) {
  515.             // line 269
  516.             echo "  <ul>
  517.     ";
  518.             // line 270
  519.             $context['_parent'] = $context;
  520.             $context['_seq'] = twig_ensure_traversable((isset($context["news"]) || array_key_exists("news"$context) ? $context["news"] : (function () { throw new RuntimeError('Variable "news" does not exist.'270$this->source); })()));
  521.             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  522.                 // line 271
  523.                 echo "    <li>
  524.       <a href=\"";
  525.                 // line 272
  526.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "link", [], "any"falsefalsefalse272), "html"nulltrue);
  527.                 echo "\">
  528. ";
  529.                 // line 273
  530.                 if (twig_get_attribute($this->env$this->source$context["item"], "img", [], "any"falsefalsefalse273)) {
  531.                     // line 274
  532.                     echo "        <img src=\"";
  533.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "img", [], "any"falsefalsefalse274), "html"nulltrue);
  534.                     echo "\" alt=\"\">
  535. ";
  536.                 } else {
  537.                     // line 276
  538.                     echo "        <img src=\"";
  539.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/dummy/topics_img01.jpg""user_data"), "html"nulltrue);
  540.                     echo "\" alt=\"\">
  541. ";
  542.                 }
  543.                 // line 278
  544.                 echo "        <p><small class=\"ft_e\">";
  545.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "date", [], "any"falsefalsefalse278), "html"nulltrue);
  546.                 echo "</small>";
  547.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsefalse278), "html"nulltrue);
  548.                 echo "<br><i class=\"ft_e\">";
  549.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "category", [], "any"falsefalsefalse278), "html"nulltrue);
  550.                 echo "</i></p>
  551.       </a>
  552.     </li>
  553.     ";
  554.             }
  555.             $_parent $context['_parent'];
  556.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  557.             $context array_intersect_key($context$_parent) + $_parent;
  558.             // line 282
  559.             echo "  </ul>
  560. ";
  561.         }
  562.         // line 284
  563.         echo "  <div class=\"c_inner\">
  564.     <div class=\"c_more ft_e\"><a href=\"https://ppplot.com/news/\">See more</a></div>
  565.   </div>
  566. </section>
  567. ";
  568.         // line 291
  569.         echo "<section class=\"top_new\">
  570.   <div class=\"c_inner\">
  571.     <h2 class=\"c_ttl ft_e\">New Items</h2>
  572.   </div>
  573.   <div class=\"c_bg\">
  574. ";
  575.         // line 296
  576.         if ((isset($context["newProducts"]) || array_key_exists("newProducts"$context) ? $context["newProducts"] : (function () { throw new RuntimeError('Variable "newProducts" does not exist.'296$this->source); })())) {
  577.             // line 297
  578.             echo "    <ul class=\"item_list n\">
  579.     ";
  580.             // line 298
  581.             $context['_parent'] = $context;
  582.             $context['_seq'] = twig_ensure_traversable((isset($context["newProducts"]) || array_key_exists("newProducts"$context) ? $context["newProducts"] : (function () { throw new RuntimeError('Variable "newProducts" does not exist.'298$this->source); })()));
  583.             $context['loop'] = [
  584.               'parent' => $context['_parent'],
  585.               'index0' => 0,
  586.               'index'  => 1,
  587.               'first'  => true,
  588.             ];
  589.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  590.                 $length count($context['_seq']);
  591.                 $context['loop']['revindex0'] = $length 1;
  592.                 $context['loop']['revindex'] = $length;
  593.                 $context['loop']['length'] = $length;
  594.                 $context['loop']['last'] = === $length;
  595.             }
  596.             foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  597.                 // line 299
  598.                 echo "        ";
  599.                 if ((twig_date_converter($this->env"-30days") < twig_get_attribute($this->env$this->source$context["Product"], "create_date", [], "any"falsefalsefalse299))) {
  600.                     echo "<li class=\"new\">";
  601.                 } else {
  602.                     echo "<li>";
  603.                 }
  604.                 // line 300
  605.                 echo "            <a href=\"";
  606.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse300)]), "html"nulltrue);
  607.                 echo "\">
  608.                 <img src=\"";
  609.                 // line 301
  610.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse301)), "save_image"), "html"nulltrue);
  611.                 echo "\" alt=\"";
  612.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse301), "html"nulltrue);
  613.                 echo "\" ";
  614.                 if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse301) > 5)) {
  615.                     echo " loading=\"lazy\"";
  616.                 }
  617.                 echo ">
  618.                 <dl>
  619.                     ";
  620.                 // line 303
  621.                 if (twig_get_attribute($this->env$this->source$context["Product"], "brand", [], "any"falsefalsefalse303)) {
  622.                     // line 304
  623.                     echo "                    <dt>";
  624.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "brand", [], "any"falsefalsefalse304), "html"nulltrue);
  625.                     echo "</dt>
  626.                     ";
  627.                 }
  628.                 // line 306
  629.                 echo "                    <dt>";
  630.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse306), "html"nulltrue);
  631.                 echo "</dt>
  632.                     <dd class=\"price\">
  633.                     ";
  634.                 // line 308
  635.                 $context['_parent'] = $context;
  636.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Product"], "ProductClasses", [], "any"falsefalsefalse308));
  637.                 foreach ($context['_seq'] as $context["_key"] => $context["prdClass"]) {
  638.                     // line 309
  639.                     echo "                    ";
  640.                     if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["prdClass"], "ClassCategory1", [], "any"falsefalsefalse309))) {
  641.                         // line 310
  642.                         echo "                    ";
  643.                         if ( !twig_in_filter("併設スタジオ利用時のみ"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["prdClass"], "ClassCategory1", [], "any"falsefalsefalse310), "name", [], "any"falsefalsefalse310))) {
  644.                             // line 311
  645.                             echo "                    <p>";
  646.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["prdClass"], "ClassCategory1", [], "any"falsefalsefalse311), "name", [], "any"falsefalsefalse311), "html"nulltrue);
  647.                             echo "<i>";
  648.                             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["prdClass"], "price01", [], "any"falsefalsefalse311)), "html"nulltrue);
  649.                             echo "</i></p>
  650.                     ";
  651.                         }
  652.                         // line 313
  653.                         echo "                    ";
  654.                     }
  655.                     // line 314
  656.                     echo "                    ";
  657.                 }
  658.                 $_parent $context['_parent'];
  659.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prdClass'], $context['_parent'], $context['loop']);
  660.                 $context array_intersect_key($context$_parent) + $_parent;
  661.                 // line 315
  662.                 echo "                    </dd>
  663.                     <dd>";
  664.                 // line 316
  665.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "number", [], "any"falsefalsefalse316), "html"nulltrue);
  666.                 echo "</dd>
  667.                 </dl>
  668.             </a>
  669.             <div class=\"favo\">
  670.               <form action=\"";
  671.                 // line 320
  672.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse320)]), "html"nulltrue);
  673.                 echo "\" method=\"post\">
  674.                 ";
  675.                 // line 321
  676.                 if (twig_test_empty(twig_get_attribute($this->env$this->source$context["Product"], "SearchWord", [], "any"falsefalsefalse321))) {
  677.                     // line 322
  678.                     echo "                    <button type=\"submit\" class=\"favorite\" title=\"";
  679.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html"nulltrue);
  680.                     echo "\"></button>
  681.                 ";
  682.                 } else {
  683.                     // line 324
  684.                     echo "                    <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\"";
  685.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加済です。"), "html"nulltrue);
  686.                     echo "\"></button>
  687.                 ";
  688.                 }
  689.                 // line 326
  690.                 echo "              </form>
  691.             </div>
  692.         </li>
  693.     ";
  694.                 ++$context['loop']['index0'];
  695.                 ++$context['loop']['index'];
  696.                 $context['loop']['first'] = false;
  697.                 if (isset($context['loop']['length'])) {
  698.                     --$context['loop']['revindex0'];
  699.                     --$context['loop']['revindex'];
  700.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  701.                 }
  702.             }
  703.             $_parent $context['_parent'];
  704.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  705.             $context array_intersect_key($context$_parent) + $_parent;
  706.             // line 330
  707.             echo "    </ul>
  708. ";
  709.         }
  710.         // line 332
  711.         echo "
  712. ";
  713.         // line 335
  714.         echo "    <div class=\"c_inner\">
  715.       <div class=\"entry_news\">
  716.         <dl>
  717.           <dt>新商品のご案内</dt>
  718.           <dd>新入荷情報をご希望の方は<br>LINE<!--かE-mail-->をご登録ください。</dd>
  719.         </dl>
  720.         <ul>
  721.           <li class=\"line\"><a target=\"_blank\" href=\"https://liff.line.me/1645278921-kWRPP32q/?accountId=416dellc\">LINE登録はこちらをクリック</a></li>
  722.           <!--<li class=\"mail\">
  723.             <form>
  724.               <input type=\"email\" name=\"mail\" placeholder=\"メールアドレスをご記入ください\" />
  725.               <input type=\"submit\" value=\"登録\" />
  726.             </form>
  727.           </li>-->
  728.         </ul>
  729.       </div>
  730.     </div>
  731.   </div>
  732. </section>
  733. <section class=\"top_service\">
  734.   <div class=\"c_inner\">
  735.     <h2 class=\"c_ttl ft_e\">Our Service</h2>
  736.     <div class=\"u_visible_pc pc\">
  737.       <ul>
  738.         <li>
  739.           <a href=\"https://ppplot.com/\">
  740.             <img src=\"";
  741.         // line 361
  742.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/service01.jpg""user_data"), "html"nulltrue);
  743.         echo "\" alt=\"\">
  744.           </a>
  745.         </li>
  746.         <li>
  747.           <!--<a href=\"/user_data/photobooth\">-->
  748.             <img src=\"";
  749.         // line 366
  750.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/service02.jpg""user_data"), "html"nulltrue);
  751.         echo "\" alt=\"\">
  752.           <!--</a>-->
  753.         </li>
  754.         <li>
  755.           <!--<a href=\"\">-->
  756.             <img src=\"";
  757.         // line 371
  758.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/service03.jpg""user_data"), "html"nulltrue);
  759.         echo "\" alt=\"\">
  760.           <!--</a>-->
  761.         </li>
  762.       </ul>
  763.     </div>
  764.   </div>
  765.   <div class=\"u_visible_sp sp\"></div>
  766. </section>
  767. ";
  768.         // line 380
  769.         echo "
  770. ";
  771.         
  772.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  773.         
  774.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  775.     }
  776.     public function getTemplateName()
  777.     {
  778.         return "index.twig";
  779.     }
  780.     public function isTraitable()
  781.     {
  782.         return false;
  783.     }
  784.     public function getDebugInfo()
  785.     {
  786.         return array (  810 => 380,  799 => 371,  791 => 366,  783 => 361,  755 => 335,  751 => 332,  747 => 330,  730 => 326,  724 => 324,  718 => 322,  716 => 321,  712 => 320,  705 => 316,  702 => 315,  696 => 314,  693 => 313,  685 => 311,  682 => 310,  679 => 309,  675 => 308,  669 => 306,  663 => 304,  661 => 303,  650 => 301,  645 => 300,  638 => 299,  621 => 298,  618 => 297,  616 => 296,  609 => 291,  601 => 284,  597 => 282,  582 => 278,  576 => 276,  570 => 274,  568 => 273,  564 => 272,  561 => 271,  557 => 270,  554 => 269,  552 => 268,  546 => 264,  542 => 261,  532 => 253,  528 => 252,  524 => 251,  520 => 250,  505 => 238,  496 => 232,  490 => 228,  476 => 215,  472 => 213,  455 => 209,  449 => 207,  443 => 205,  441 => 204,  437 => 203,  430 => 199,  427 => 198,  421 => 197,  418 => 196,  410 => 194,  407 => 193,  404 => 192,  400 => 191,  395 => 189,  391 => 188,  380 => 186,  375 => 185,  368 => 184,  351 => 183,  348 => 182,  346 => 181,  342 => 179,  334 => 173,  328 => 170,  322 => 167,  316 => 164,  306 => 157,  300 => 154,  294 => 151,  288 => 148,  282 => 145,  276 => 142,  270 => 139,  264 => 136,  258 => 133,  252 => 130,  246 => 127,  240 => 124,  236 => 123,  232 => 122,  228 => 121,  224 => 120,  220 => 119,  216 => 118,  207 => 112,  198 => 106,  193 => 103,  183 => 101,  168 => 94,  158 => 93,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  787.     }
  788.     public function getSourceContext()
  789.     {
  790.         return new Source("{#
  791. This file is part of EC-CUBE
  792. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  793. http://www.ec-cube.co.jp/
  794. For the full copyright and license information, please view the LICENSE
  795. file that was distributed with this source code.
  796. #}
  797. {% extends 'default_frame.twig' %}
  798. {% set body_class = 'front_page' %}
  799. {% block stylesheet %}
  800.     <style>
  801.         .slick-slider {
  802.             margin-bottom: 30px;
  803.         }
  804.         .slick-dots {
  805.             position: absolute;
  806.             bottom: -45px;
  807.             display: block;
  808.             width: 100%;
  809.             padding: 0;
  810.             list-style: none;
  811.             text-align: center;
  812.         }
  813.         .slick-dots li {
  814.             position: relative;
  815.             display: inline-block;
  816.             width: 20px;
  817.             height: 20px;
  818.             margin: 0 5px;
  819.             padding: 0;
  820.             cursor: pointer;
  821.         }
  822.         .slick-dots li button {
  823.             font-size: 0;
  824.             line-height: 0;
  825.             display: block;
  826.             width: 20px;
  827.             height: 20px;
  828.             padding: 5px;
  829.             cursor: pointer;
  830.             color: transparent;
  831.             border: 0;
  832.             outline: none;
  833.             background: transparent;
  834.         }
  835.         .slick-dots li button:hover,
  836.         .slick-dots li button:focus {
  837.             outline: none;
  838.         }
  839.         .slick-dots li button:hover:before,
  840.         .slick-dots li button:focus:before {
  841.             opacity: 1;
  842.         }
  843.         .slick-dots li button:before {
  844.             content: \" \";
  845.             line-height: 20px;
  846.             position: absolute;
  847.             top: 0;
  848.             left: 0;
  849.             width: 12px;
  850.             height: 12px;
  851.             text-align: center;
  852.             opacity: .25;
  853.             background-color: black;
  854.             border-radius: 50%;
  855.         }
  856.         .slick-dots li.slick-active button:before {
  857.             opacity: .75;
  858.             background-color: black;
  859.         }
  860.         .slick-dots li button.thumbnail img {
  861.             width: 0;
  862.             height: 0;
  863.         }
  864.     </style>
  865. {% endblock %}
  866. {% block javascript %}
  867.     <script>
  868.         \$(function() {
  869.         });
  870.     </script>
  871. {% endblock javascript %}
  872. {% block main %}
  873. {# 静的コンテンツ #}
  874. <ul class=\"add_link ft_e u_visible_pc\">
  875.   <li>
  876.     <a href=\"https://ppplot.com/\">
  877.       <img src=\"{{ asset('assets/img/plot/top_img01.jpg', 'user_data') }}\" alt=\"\">
  878.       <p>PHOTO<br>STUDIO</p>
  879.     </a>
  880.   </li>
  881.   <li>
  882.     <!--<a href=\"/user_data/photobooth\">-->
  883.       <img src=\"{{ asset('assets/img/plot/top_img02.jpg', 'user_data') }}\" alt=\"\">
  884.       <!--<p>PHOTO<br>BOOTH</p>--><p>COMING<br>SOON</p>
  885.     <!--</a>-->
  886.   </li>
  887. </ul>
  888. <div style=\"display:none;\">
  889.   <div class=\"add_txt\" data-pos=\"11\"><a href=\"/products/list?category_id=169&name=&tag1=&tag2=&word=\"><img src=\"{{ asset('assets/img/top/add_img01.jpg', 'user_data') }}\" alt=\"\"></a></div>
  890.   <div class=\"add_txt\" data-pos=\"22\"><a href=\"/products/list?category_id=&name=&tag1=47\"><img src=\"{{ asset('assets/img/top/add_img02.jpg', 'user_data') }}\" alt=\"\"></a></div>
  891.   <div class=\"add_txt\" data-pos=\"23\"><a href=\"/products/list?category_id=&name=&tag1=&tag2=29&word=\"><img src=\"{{ asset('assets/img/top/add_img03.jpg', 'user_data') }}\" alt=\"\"></a></div>
  892.   <div class=\"add_txt\" data-pos=\"30\"><a href=\"/products/list?category_id=67&name=&tag1=&tag2=&word=\"><img src=\"{{ asset('assets/img/top/add_img04.jpg', 'user_data') }}\" alt=\"\"></a></div>
  893.   <div class=\"add_txt\" data-pos=\"34\"><a href=\"/products/list?category_id=8&name=&tag1=&tag2=&word=\"><img src=\"{{ asset('assets/img/top/add_img01.gif', 'user_data') }}\" alt=\"\"></a></div>
  894.   <div class=\"add_txt\" data-pos=\"38\"><a href=\"/products/list?category_id=61&name=&tag1=&tag2=&word=\"><img src=\"{{ asset('assets/img/top/add_img06.jpg', 'user_data') }}\" alt=\"\"></a></div>
  895.   <div class=\"add_txt\" data-pos=\"45\"><a href=\"/products/list?category_id=61&name=&tag1=&tag2=&word=\"><img src=\"{{ asset('assets/img/top/add_img05.jpg', 'user_data') }}\" alt=\"\"></a></div>
  896.   <div class=\"add_slide\" data-pos=\"13\">
  897.     <div class=\"item\">
  898.       <img src=\"{{ asset('assets/img/plot/top_slide01.jpg', 'user_data') }}\" alt=\"\">
  899.     </div>
  900.     <div class=\"item\">
  901.       <img src=\"{{ asset('assets/img/plot/top_slide02.jpg', 'user_data') }}\" alt=\"\">
  902.     </div>
  903.     <div class=\"item\">
  904.       <img src=\"{{ asset('assets/img/plot/top_slide03.jpg', 'user_data') }}\" alt=\"\">
  905.     </div>
  906.     <div class=\"item\">
  907.       <img src=\"{{ asset('assets/img/plot/top_slide04.jpg', 'user_data') }}\" alt=\"\">
  908.     </div>
  909.     <div class=\"item\">
  910.       <img src=\"{{ asset('assets/img/plot/top_slide05.jpg', 'user_data') }}\" alt=\"\">
  911.     </div>
  912.     <div class=\"item\">
  913.       <img src=\"{{ asset('assets/img/plot/top_slide06.jpg', 'user_data') }}\" alt=\"\">
  914.     </div>
  915.     <div class=\"item\">
  916.       <img src=\"{{ asset('assets/img/plot/top_slide07.jpg', 'user_data') }}\" alt=\"\">
  917.     </div>
  918.     <div class=\"item\">
  919.       <img src=\"{{ asset('assets/img/plot/top_slide08.jpg', 'user_data') }}\" alt=\"\">
  920.     </div>
  921.     <div class=\"item\">
  922.       <img src=\"{{ asset('assets/img/plot/top_slide09.jpg', 'user_data') }}\" alt=\"\">
  923.     </div>
  924.     <div class=\"item\">
  925.       <img src=\"{{ asset('assets/img/plot/top_slide10.jpg', 'user_data') }}\" alt=\"\">
  926.     </div>
  927.     <div class=\"item\">
  928.       <img src=\"{{ asset('assets/img/plot/top_slide11.jpg', 'user_data') }}\" alt=\"\">
  929.     </div>
  930.   </div>
  931. </div>
  932. <div class=\"u_visible_sp\">
  933.   <div class=\"mv_slide\">
  934.     <div class=\"item\">
  935.       <img src=\"{{ asset('assets/img/plot/top_slide01_sp.jpg', 'user_data') }}\" alt=\"\">
  936.     </div>
  937.     <div class=\"item\">
  938.       <img src=\"{{ asset('assets/img/plot/top_slide02_sp.jpg', 'user_data') }}\" alt=\"\">
  939.     </div>
  940.     <div class=\"item\">
  941.       <img src=\"{{ asset('assets/img/plot/top_slide03_sp.jpg', 'user_data') }}\" alt=\"\">
  942.     </div>
  943.     <div class=\"item\">
  944.       <img src=\"{{ asset('assets/img/plot/top_slide04_sp.jpg', 'user_data') }}\" alt=\"\">
  945.     </div>
  946.   </div>
  947.   <p class=\"mv_txt\">Plotは、撮影・展示関係者向けのレンタルショップです。スタイリストが集めた、インテリア、キッチンアイテムなどを撮影・ディスプレイ用にお貸出ししています。北堀江(大阪市)の実店舗では、在庫品を自由に組み合わせ撮影できるブースを設けております。ぜひご利用ください。</p>
  948. </div>
  949. {# 静的コンテンツ ここまで #}
  950. <div class=\"c_bg\">
  951. {% if mainProducts %}
  952.   <ul class=\"item_list home\">
  953.   {% for Product in mainProducts %}
  954.       {% if date('-30days') < Product.create_date %}<li class=\"new\">{% else %}<li>{% endif %}
  955.           <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  956.               <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}>
  957.               <dl>
  958.                   <dt>{{ Product.brand }}<br>
  959.                   <dt>{{ Product.name }}</dt>
  960.                   <dd class=\"price\">
  961.                   {% for prdClass in Product.ProductClasses %}
  962.                   {% if prdClass.ClassCategory1 is not empty %}
  963.                   {% if not (\"併設スタジオ利用時のみ\" in prdClass.ClassCategory1.name) %}
  964.                   <p>{{ prdClass.ClassCategory1.name }}<i>{{ prdClass.price01|price }}</i></p>
  965.                   {% endif %}
  966.                   {% endif %}
  967.                   {% endfor %}
  968.                   </dd>
  969.                   <dd>{{ Product.number }}</dd>
  970.               </dl>
  971.           </a>
  972.           <div class=\"favo\">
  973.             <form action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
  974.               {% if Product.SearchWord is empty %}
  975.                   <button type=\"submit\" class=\"favorite\" title=\"{{ 'お気に入りに追加'|trans }}\"></button>
  976.               {% else %}
  977.                   <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\"{{ 'お気に入りに追加済です。'|trans }}\"></button>
  978.               {% endif %}
  979.             </form>
  980.           </div>
  981.       </li>
  982.   {% endfor %}
  983.   </ul>
  984. {% endif %}
  985.   <dl class=\"item_search\">
  986.     <dt class=\"ft_e\">Item Search</dt>
  987.     <dd>
  988.       <form method=\"get\" class=\"searchform\" action=\"/products/list\">
  989.         <input type=\"text\" name=\"word\" placeholder=\"キーワードを入力ください\" />
  990.         <input type=\"submit\" value=\"検索する\" />
  991.       </form>
  992.     </dd>
  993.   </dl>
  994. </div>
  995. {# 静的コンテンツ #}
  996. <div class=\"u_visible_sp\">
  997.   <ul class=\"h_list ft_e\">
  998.     <li>
  999.       <a href=\"\">
  1000.         <img src=\"{{ asset('assets/img/plot/booth_img.jpg', 'user_data') }}\" alt=\"\">
  1001.         <!--<p>PHOTO BOOTH</p>--><p>COMING SOON</p>
  1002.       </a>
  1003.     </li>
  1004.     <li>
  1005.       <a href=\"\">
  1006.         <img src=\"{{ asset('assets/img/plot/photo_img.jpg', 'user_data') }}\" alt=\"\">
  1007.         <p>PHOTO STUDIO</p>
  1008.       </a>
  1009.     </li>
  1010.   </ul>
  1011. </div>
  1012. <section class=\"top_flow\">
  1013.   <div class=\"c_inner\">
  1014.     <h2 class=\"c_ttl ft_e\">Rental flow</h2>
  1015.     <div class=\"box\">
  1016.       <div class=\"scroll\">
  1017.         <ul>
  1018.           <li><img src=\"{{ asset('assets/img/plot/flow01.svg', 'user_data') }}\" alt=\"\"></li>
  1019.           <li><img src=\"{{ asset('assets/img/plot/flow02.svg', 'user_data') }}\" alt=\"\"></li>
  1020.           <li><img src=\"{{ asset('assets/img/plot/flow03.svg', 'user_data') }}\" alt=\"\"></li>
  1021.           <li><img src=\"{{ asset('assets/img/plot/flow04.svg', 'user_data') }}\" alt=\"\"></li>
  1022.         </ul>
  1023.       </div>
  1024.       <div class=\"c_btn\"><a href=\"/guide\">See more</a></div>
  1025.     </div>
  1026.   </div>
  1027. </section>
  1028. {# 静的コンテンツ ここまで #}
  1029. {# RSS #}
  1030. <section class=\"top_topics\">
  1031.   <div class=\"c_inner\">
  1032.     <h2 class=\"c_ttl ft_e\">Topics</h2>
  1033.   </div>
  1034. {% if news %}
  1035.   <ul>
  1036.     {% for item in news %}
  1037.     <li>
  1038.       <a href=\"{{ item.link }}\">
  1039. {% if item.img %}
  1040.         <img src=\"{{ item.img }}\" alt=\"\">
  1041. {% else %}
  1042.         <img src=\"{{ asset('assets/img/dummy/topics_img01.jpg', 'user_data') }}\" alt=\"\">
  1043. {% endif %}
  1044.         <p><small class=\"ft_e\">{{ item.date }}</small>{{ item.title }}<br><i class=\"ft_e\">{{ item.category }}</i></p>
  1045.       </a>
  1046.     </li>
  1047.     {% endfor %}
  1048.   </ul>
  1049. {% endif %}
  1050.   <div class=\"c_inner\">
  1051.     <div class=\"c_more ft_e\"><a href=\"https://ppplot.com/news/\">See more</a></div>
  1052.   </div>
  1053. </section>
  1054. {# NEW ITEMS #}
  1055. <section class=\"top_new\">
  1056.   <div class=\"c_inner\">
  1057.     <h2 class=\"c_ttl ft_e\">New Items</h2>
  1058.   </div>
  1059.   <div class=\"c_bg\">
  1060. {% if newProducts %}
  1061.     <ul class=\"item_list n\">
  1062.     {% for Product in newProducts %}
  1063.         {% if date('-30days') < Product.create_date %}<li class=\"new\">{% else %}<li>{% endif %}
  1064.             <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  1065.                 <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}>
  1066.                 <dl>
  1067.                     {% if Product.brand %}
  1068.                     <dt>{{ Product.brand }}</dt>
  1069.                     {% endif %}
  1070.                     <dt>{{ Product.name }}</dt>
  1071.                     <dd class=\"price\">
  1072.                     {% for prdClass in Product.ProductClasses %}
  1073.                     {% if prdClass.ClassCategory1 is not empty %}
  1074.                     {% if not (\"併設スタジオ利用時のみ\" in prdClass.ClassCategory1.name) %}
  1075.                     <p>{{ prdClass.ClassCategory1.name }}<i>{{ prdClass.price01|price }}</i></p>
  1076.                     {% endif %}
  1077.                     {% endif %}
  1078.                     {% endfor %}
  1079.                     </dd>
  1080.                     <dd>{{ Product.number }}</dd>
  1081.                 </dl>
  1082.             </a>
  1083.             <div class=\"favo\">
  1084.               <form action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
  1085.                 {% if Product.SearchWord is empty %}
  1086.                     <button type=\"submit\" class=\"favorite\" title=\"{{ 'お気に入りに追加'|trans }}\"></button>
  1087.                 {% else %}
  1088.                     <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\"{{ 'お気に入りに追加済です。'|trans }}\"></button>
  1089.                 {% endif %}
  1090.               </form>
  1091.             </div>
  1092.         </li>
  1093.     {% endfor %}
  1094.     </ul>
  1095. {% endif %}
  1096. {# 静的コンテンツ #}
  1097.     <div class=\"c_inner\">
  1098.       <div class=\"entry_news\">
  1099.         <dl>
  1100.           <dt>新商品のご案内</dt>
  1101.           <dd>新入荷情報をご希望の方は<br>LINE<!--かE-mail-->をご登録ください。</dd>
  1102.         </dl>
  1103.         <ul>
  1104.           <li class=\"line\"><a target=\"_blank\" href=\"https://liff.line.me/1645278921-kWRPP32q/?accountId=416dellc\">LINE登録はこちらをクリック</a></li>
  1105.           <!--<li class=\"mail\">
  1106.             <form>
  1107.               <input type=\"email\" name=\"mail\" placeholder=\"メールアドレスをご記入ください\" />
  1108.               <input type=\"submit\" value=\"登録\" />
  1109.             </form>
  1110.           </li>-->
  1111.         </ul>
  1112.       </div>
  1113.     </div>
  1114.   </div>
  1115. </section>
  1116. <section class=\"top_service\">
  1117.   <div class=\"c_inner\">
  1118.     <h2 class=\"c_ttl ft_e\">Our Service</h2>
  1119.     <div class=\"u_visible_pc pc\">
  1120.       <ul>
  1121.         <li>
  1122.           <a href=\"https://ppplot.com/\">
  1123.             <img src=\"{{ asset('assets/img/plot/service01.jpg', 'user_data') }}\" alt=\"\">
  1124.           </a>
  1125.         </li>
  1126.         <li>
  1127.           <!--<a href=\"/user_data/photobooth\">-->
  1128.             <img src=\"{{ asset('assets/img/plot/service02.jpg', 'user_data') }}\" alt=\"\">
  1129.           <!--</a>-->
  1130.         </li>
  1131.         <li>
  1132.           <!--<a href=\"\">-->
  1133.             <img src=\"{{ asset('assets/img/plot/service03.jpg', 'user_data') }}\" alt=\"\">
  1134.           <!--</a>-->
  1135.         </li>
  1136.       </ul>
  1137.     </div>
  1138.   </div>
  1139.   <div class=\"u_visible_sp sp\"></div>
  1140. </section>
  1141. {# 静的コンテンツ ここまで #}
  1142. {% endblock %}""index.twig""/home/xs355060/ppplot.com/public_html/props.ppplot.com/app/template/default/index.twig");
  1143.     }
  1144. }