<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* index.twig */ 
class __TwigTemplate_ae716281299694cc5b7b6168ce704120 extends \Eccube\Twig\Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'stylesheet' => [$this, 'block_stylesheet'], 
            'javascript' => [$this, 'block_javascript'], 
            'main' => [$this, 'block_main'], 
        ]; 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 11 
        return "default_frame.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig")); 
 
        // line 13 
        $context["body_class"] = "front_page"; 
        // line 11 
        $this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 11); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 15 
    public function block_stylesheet($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet")); 
 
        // line 16 
        echo "    <style> 
        .slick-slider { 
            margin-bottom: 30px; 
        } 
 
        .slick-dots { 
            position: absolute; 
            bottom: -45px; 
            display: block; 
            width: 100%; 
            padding: 0; 
            list-style: none; 
            text-align: center; 
        } 
 
        .slick-dots li { 
            position: relative; 
            display: inline-block; 
            width: 20px; 
            height: 20px; 
            margin: 0 5px; 
            padding: 0; 
 
            cursor: pointer; 
        } 
 
        .slick-dots li button { 
            font-size: 0; 
            line-height: 0; 
            display: block; 
            width: 20px; 
            height: 20px; 
            padding: 5px; 
            cursor: pointer; 
            color: transparent; 
            border: 0; 
            outline: none; 
            background: transparent; 
        } 
 
        .slick-dots li button:hover, 
        .slick-dots li button:focus { 
            outline: none; 
        } 
 
        .slick-dots li button:hover:before, 
        .slick-dots li button:focus:before { 
            opacity: 1; 
        } 
 
        .slick-dots li button:before { 
            content: \" \"; 
            line-height: 20px; 
            position: absolute; 
            top: 0; 
            left: 0; 
            width: 12px; 
            height: 12px; 
            text-align: center; 
            opacity: .25; 
            background-color: black; 
            border-radius: 50%; 
 
        } 
 
        .slick-dots li.slick-active button:before { 
            opacity: .75; 
            background-color: black; 
        } 
 
        .slick-dots li button.thumbnail img { 
            width: 0; 
            height: 0; 
        } 
    </style> 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 93 
    public function block_javascript($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        // line 94 
        echo "    <script> 
        \$(function() { 
        }); 
 
    </script> 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 101 
    public function block_main($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        // line 103 
        echo "<ul class=\"add_link ft_e u_visible_pc\"> 
  <li> 
    <a href=\"https://ppplot.com/\"> 
      <img src=\""; 
        // line 106 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_img01.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
      <p>PHOTO<br>STUDIO</p> 
    </a> 
  </li> 
  <li> 
    <!--<a href=\"/user_data/photobooth\">--> 
      <img src=\""; 
        // line 112 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_img02.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
      <!--<p>PHOTO<br>BOOTH</p>--><p>COMING<br>SOON</p> 
    <!--</a>--> 
  </li> 
</ul> 
<div style=\"display:none;\"> 
  <div class=\"add_txt\" data-pos=\"11\"><a href=\"/products/list?category_id=169&name=&tag1=&tag2=&word=\"><img src=\""; 
        // line 118 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img01.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></a></div> 
  <div class=\"add_txt\" data-pos=\"22\"><a href=\"/products/list?category_id=&name=&tag1=47\"><img src=\""; 
        // line 119 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img02.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></a></div> 
  <div class=\"add_txt\" data-pos=\"23\"><a href=\"/products/list?category_id=&name=&tag1=&tag2=29&word=\"><img src=\""; 
        // line 120 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img03.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></a></div> 
  <div class=\"add_txt\" data-pos=\"30\"><a href=\"/products/list?category_id=67&name=&tag1=&tag2=&word=\"><img src=\""; 
        // line 121 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img04.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></a></div> 
  <div class=\"add_txt\" data-pos=\"34\"><a href=\"/products/list?category_id=8&name=&tag1=&tag2=&word=\"><img src=\""; 
        // line 122 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img01.gif", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></a></div> 
  <div class=\"add_txt\" data-pos=\"38\"><a href=\"/products/list?category_id=&name=&tag1=13&tag2=&word=\"><img src=\""; 
        // line 123 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img06.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></a></div> 
  <div class=\"add_txt\" data-pos=\"45\"><a href=\"/products/list?category_id=61&name=&tag1=&tag2=&word=\"><img src=\""; 
        // line 124 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/add_img05.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></a></div> 
  <div class=\"add_slide\" data-pos=\"13\"> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 127 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide01.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 130 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide02.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 133 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide03.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 136 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide04.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 139 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide05.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 142 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide06.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 145 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide07.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 148 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide08.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 151 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide09.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 154 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide10.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 157 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide11.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
  </div> 
</div> 
<div class=\"u_visible_sp\"> 
  <div class=\"mv_slide\"> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 164 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide01_sp.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 167 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide02_sp.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 170 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide03_sp.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\""; 
        // line 173 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/top_slide04_sp.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
    </div> 
  </div> 
  <p class=\"mv_txt\">Plotは、撮影・展示関係者向けのレンタルショップです。スタイリストが集めた、インテリア、キッチンアイテムなどを撮影・ディスプレイ用にお貸出ししています。北堀江(大阪市)の実店舗では、在庫品を自由に組み合わせ撮影できるブースを設けております。ぜひご利用ください。</p> 
</div> 
"; 
        // line 179 
        echo " 
<div class=\"c_bg\"> 
"; 
        // line 181 
        if ((isset($context["mainProducts"]) || array_key_exists("mainProducts", $context) ? $context["mainProducts"] : (function () { throw new RuntimeError('Variable "mainProducts" does not exist.', 181, $this->source); })())) { 
            // line 182 
            echo "  <ul class=\"item_list home\"> 
  "; 
            // line 183 
            $context['_parent'] = $context; 
            $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); })())); 
            $context['loop'] = [ 
              'parent' => $context['_parent'], 
              'index0' => 0, 
              'index'  => 1, 
              'first'  => true, 
            ]; 
            if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { 
                $length = count($context['_seq']); 
                $context['loop']['revindex0'] = $length - 1; 
                $context['loop']['revindex'] = $length; 
                $context['loop']['length'] = $length; 
                $context['loop']['last'] = 1 === $length; 
            } 
            foreach ($context['_seq'] as $context["_key"] => $context["Product"]) { 
                // line 184 
                echo "      "; 
                if ((twig_date_converter($this->env, "-30days") < twig_get_attribute($this->env, $this->source, $context["Product"], "create_date", [], "any", false, false, false, 184))) { 
                    echo "<li class=\"new\">"; 
                } else { 
                    echo "<li>"; 
                } 
                // line 185 
                echo "          <a href=\""; 
                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", false, false, false, 185)]), "html", null, true); 
                echo "\"> 
              <img src=\""; 
                // line 186 
                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", false, false, false, 186)), "save_image"), "html", null, true); 
                echo "\" alt=\""; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 186), "html", null, true); 
                echo "\" "; 
                if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 186) > 5)) { 
                    echo " loading=\"lazy\""; 
                } 
                echo "> 
              <dl> 
                  <dt>"; 
                // line 188 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "brand", [], "any", false, false, false, 188), "html", null, true); 
                echo "<br> 
                  <dt>"; 
                // line 189 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 189), "html", null, true); 
                echo "</dt> 
                  <dd class=\"price\"> 
                  "; 
                // line 191 
                $context['_parent'] = $context; 
                $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductClasses", [], "any", false, false, false, 191)); 
                foreach ($context['_seq'] as $context["_key"] => $context["prdClass"]) { 
                    // line 192 
                    echo "                  "; 
                    if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["prdClass"], "ClassCategory1", [], "any", false, false, false, 192))) { 
                        // line 193 
                        echo "                  "; 
                        if ( !twig_in_filter("併設スタジオ利用時のみ", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["prdClass"], "ClassCategory1", [], "any", false, false, false, 193), "name", [], "any", false, false, false, 193))) { 
                            // line 194 
                            echo "                  <p>"; 
                            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["prdClass"], "ClassCategory1", [], "any", false, false, false, 194), "name", [], "any", false, false, false, 194), "html", null, true); 
                            echo "<i>"; 
                            echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["prdClass"], "price01", [], "any", false, false, false, 194)), "html", null, true); 
                            echo "</i></p> 
                  "; 
                        } 
                        // line 196 
                        echo "                  "; 
                    } 
                    // line 197 
                    echo "                  "; 
                } 
                $_parent = $context['_parent']; 
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prdClass'], $context['_parent'], $context['loop']); 
                $context = array_intersect_key($context, $_parent) + $_parent; 
                // line 198 
                echo "                  </dd> 
                  <dd>"; 
                // line 199 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "number", [], "any", false, false, false, 199), "html", null, true); 
                echo "</dd> 
              </dl> 
          </a> 
          <div class=\"favo\"> 
            <form action=\""; 
                // line 203 
                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", false, false, false, 203)]), "html", null, true); 
                echo "\" method=\"post\"> 
              "; 
                // line 204 
                if (twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "SearchWord", [], "any", false, false, false, 204))) { 
                    // line 205 
                    echo "                  <button type=\"submit\" class=\"favorite\" title=\""; 
                    echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html", null, true); 
                    echo "\"></button> 
              "; 
                } else { 
                    // line 207 
                    echo "                  <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\""; 
                    echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加済です。"), "html", null, true); 
                    echo "\"></button> 
              "; 
                } 
                // line 209 
                echo "            </form> 
          </div> 
      </li> 
  "; 
                ++$context['loop']['index0']; 
                ++$context['loop']['index']; 
                $context['loop']['first'] = false; 
                if (isset($context['loop']['length'])) { 
                    --$context['loop']['revindex0']; 
                    --$context['loop']['revindex']; 
                    $context['loop']['last'] = 0 === $context['loop']['revindex0']; 
                } 
            } 
            $_parent = $context['_parent']; 
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']); 
            $context = array_intersect_key($context, $_parent) + $_parent; 
            // line 213 
            echo "  </ul> 
"; 
        } 
        // line 215 
        echo "  <dl class=\"item_search\"> 
    <dt class=\"ft_e\">Item Search</dt> 
    <dd> 
      <form method=\"get\" class=\"searchform\" action=\"/products/list\"> 
        <input type=\"text\" name=\"word\" placeholder=\"キーワードを入力ください\" /> 
        <input type=\"submit\" value=\"検索する\" /> 
      </form> 
    </dd> 
  </dl> 
</div> 
 
 
"; 
        // line 228 
        echo "<div class=\"u_visible_sp\"> 
  <ul class=\"h_list ft_e\"> 
    <li> 
      <a href=\"\"> 
        <img src=\""; 
        // line 232 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/booth_img.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
        <!--<p>PHOTO BOOTH</p>--><p>COMING SOON</p> 
      </a> 
    </li> 
    <li> 
      <a href=\"\"> 
        <img src=\""; 
        // line 238 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/photo_img.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
        <p>PHOTO STUDIO</p> 
      </a> 
    </li> 
  </ul> 
</div> 
<section class=\"top_flow\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">Rental flow</h2> 
    <div class=\"box\"> 
      <div class=\"scroll\"> 
        <ul> 
          <li><img src=\""; 
        // line 250 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow01.svg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></li> 
          <li><img src=\""; 
        // line 251 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow02.svg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></li> 
          <li><img src=\""; 
        // line 252 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow03.svg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></li> 
          <li><img src=\""; 
        // line 253 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/flow04.svg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"></li> 
        </ul> 
      </div> 
      <div class=\"c_btn\"><a href=\"/guide\">See more</a></div> 
    </div> 
  </div> 
</section> 
"; 
        // line 261 
        echo " 
 
"; 
        // line 264 
        echo "<section class=\"top_topics\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">Topics</h2> 
  </div> 
"; 
        // line 268 
        if ((isset($context["news"]) || array_key_exists("news", $context) ? $context["news"] : (function () { throw new RuntimeError('Variable "news" does not exist.', 268, $this->source); })())) { 
            // line 269 
            echo "  <ul> 
    "; 
            // line 270 
            $context['_parent'] = $context; 
            $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); })())); 
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) { 
                // line 271 
                echo "    <li> 
      <a href=\""; 
                // line 272 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, false, 272), "html", null, true); 
                echo "\"> 
"; 
                // line 273 
                if (twig_get_attribute($this->env, $this->source, $context["item"], "img", [], "any", false, false, false, 273)) { 
                    // line 274 
                    echo "        <img src=\""; 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "img", [], "any", false, false, false, 274), "html", null, true); 
                    echo "\" alt=\"\"> 
"; 
                } else { 
                    // line 276 
                    echo "        <img src=\""; 
                    echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/dummy/topics_img01.jpg", "user_data"), "html", null, true); 
                    echo "\" alt=\"\"> 
"; 
                } 
                // line 278 
                echo "        <p><small class=\"ft_e\">"; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "date", [], "any", false, false, false, 278), "html", null, true); 
                echo "</small>"; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, false, 278), "html", null, true); 
                echo "<br><i class=\"ft_e\">"; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "category", [], "any", false, false, false, 278), "html", null, true); 
                echo "</i></p> 
      </a> 
    </li> 
    "; 
            } 
            $_parent = $context['_parent']; 
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); 
            $context = array_intersect_key($context, $_parent) + $_parent; 
            // line 282 
            echo "  </ul> 
"; 
        } 
        // line 284 
        echo "  <div class=\"c_inner\"> 
    <div class=\"c_more ft_e\"><a href=\"https://ppplot.com/news/\">See more</a></div> 
  </div> 
</section> 
 
 
"; 
        // line 291 
        echo "<section class=\"top_new\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">New Items</h2> 
  </div> 
  <div class=\"c_bg\"> 
"; 
        // line 296 
        if ((isset($context["newProducts"]) || array_key_exists("newProducts", $context) ? $context["newProducts"] : (function () { throw new RuntimeError('Variable "newProducts" does not exist.', 296, $this->source); })())) { 
            // line 297 
            echo "    <ul class=\"item_list n\"> 
    "; 
            // line 298 
            $context['_parent'] = $context; 
            $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); })())); 
            $context['loop'] = [ 
              'parent' => $context['_parent'], 
              'index0' => 0, 
              'index'  => 1, 
              'first'  => true, 
            ]; 
            if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { 
                $length = count($context['_seq']); 
                $context['loop']['revindex0'] = $length - 1; 
                $context['loop']['revindex'] = $length; 
                $context['loop']['length'] = $length; 
                $context['loop']['last'] = 1 === $length; 
            } 
            foreach ($context['_seq'] as $context["_key"] => $context["Product"]) { 
                // line 299 
                echo "        "; 
                if ((twig_date_converter($this->env, "-30days") < twig_get_attribute($this->env, $this->source, $context["Product"], "create_date", [], "any", false, false, false, 299))) { 
                    echo "<li class=\"new\">"; 
                } else { 
                    echo "<li>"; 
                } 
                // line 300 
                echo "            <a href=\""; 
                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", false, false, false, 300)]), "html", null, true); 
                echo "\"> 
                <img src=\""; 
                // line 301 
                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", false, false, false, 301)), "save_image"), "html", null, true); 
                echo "\" alt=\""; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 301), "html", null, true); 
                echo "\" "; 
                if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 301) > 5)) { 
                    echo " loading=\"lazy\""; 
                } 
                echo "> 
                <dl> 
                    "; 
                // line 303 
                if (twig_get_attribute($this->env, $this->source, $context["Product"], "brand", [], "any", false, false, false, 303)) { 
                    // line 304 
                    echo "                    <dt>"; 
                    echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "brand", [], "any", false, false, false, 304), "html", null, true); 
                    echo "</dt> 
                    "; 
                } 
                // line 306 
                echo "                    <dt>"; 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 306), "html", null, true); 
                echo "</dt> 
                    <dd class=\"price\"> 
                    "; 
                // line 308 
                $context['_parent'] = $context; 
                $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductClasses", [], "any", false, false, false, 308)); 
                foreach ($context['_seq'] as $context["_key"] => $context["prdClass"]) { 
                    // line 309 
                    echo "                    "; 
                    if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["prdClass"], "ClassCategory1", [], "any", false, false, false, 309))) { 
                        // line 310 
                        echo "                    "; 
                        if ( !twig_in_filter("併設スタジオ利用時のみ", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["prdClass"], "ClassCategory1", [], "any", false, false, false, 310), "name", [], "any", false, false, false, 310))) { 
                            // line 311 
                            echo "                    <p>"; 
                            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["prdClass"], "ClassCategory1", [], "any", false, false, false, 311), "name", [], "any", false, false, false, 311), "html", null, true); 
                            echo "<i>"; 
                            echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["prdClass"], "price01", [], "any", false, false, false, 311)), "html", null, true); 
                            echo "</i></p> 
                    "; 
                        } 
                        // line 313 
                        echo "                    "; 
                    } 
                    // line 314 
                    echo "                    "; 
                } 
                $_parent = $context['_parent']; 
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prdClass'], $context['_parent'], $context['loop']); 
                $context = array_intersect_key($context, $_parent) + $_parent; 
                // line 315 
                echo "                    </dd> 
                    <dd>"; 
                // line 316 
                echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "number", [], "any", false, false, false, 316), "html", null, true); 
                echo "</dd> 
                </dl> 
            </a> 
            <div class=\"favo\"> 
              <form action=\""; 
                // line 320 
                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", false, false, false, 320)]), "html", null, true); 
                echo "\" method=\"post\"> 
                "; 
                // line 321 
                if (twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "SearchWord", [], "any", false, false, false, 321))) { 
                    // line 322 
                    echo "                    <button type=\"submit\" class=\"favorite\" title=\""; 
                    echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html", null, true); 
                    echo "\"></button> 
                "; 
                } else { 
                    // line 324 
                    echo "                    <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\""; 
                    echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加済です。"), "html", null, true); 
                    echo "\"></button> 
                "; 
                } 
                // line 326 
                echo "              </form> 
            </div> 
        </li> 
    "; 
                ++$context['loop']['index0']; 
                ++$context['loop']['index']; 
                $context['loop']['first'] = false; 
                if (isset($context['loop']['length'])) { 
                    --$context['loop']['revindex0']; 
                    --$context['loop']['revindex']; 
                    $context['loop']['last'] = 0 === $context['loop']['revindex0']; 
                } 
            } 
            $_parent = $context['_parent']; 
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']); 
            $context = array_intersect_key($context, $_parent) + $_parent; 
            // line 330 
            echo "    </ul> 
"; 
        } 
        // line 332 
        echo " 
 
"; 
        // line 335 
        echo "    <div class=\"c_inner\"> 
      <div class=\"entry_news\"> 
        <dl> 
          <dt>新商品のご案内</dt> 
          <dd>新入荷情報をご希望の方は<br>LINE<!--かE-mail-->をご登録ください。</dd> 
        </dl> 
        <ul> 
          <li class=\"line\"><a target=\"_blank\" href=\"https://liff.line.me/1645278921-kWRPP32q/?accountId=416dellc\">LINE登録はこちらをクリック</a></li> 
          <!--<li class=\"mail\"> 
            <form> 
              <input type=\"email\" name=\"mail\" placeholder=\"メールアドレスをご記入ください\" /> 
              <input type=\"submit\" value=\"登録\" /> 
            </form> 
          </li>--> 
        </ul> 
      </div> 
    </div> 
  </div> 
</section> 
<section class=\"top_service\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">Our Service</h2> 
    <div class=\"u_visible_pc pc\"> 
      <ul> 
        <li> 
          <a href=\"https://ppplot.com/\"> 
            <img src=\""; 
        // line 361 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/service01.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
          </a> 
        </li> 
        <li> 
          <!--<a href=\"/user_data/photobooth\">--> 
            <img src=\""; 
        // line 366 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/service02.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
          <!--</a>--> 
        </li> 
        <li> 
          <!--<a href=\"\">--> 
            <img src=\""; 
        // line 371 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/plot/service03.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\"> 
          <!--</a>--> 
        </li> 
      </ul> 
    </div> 
  </div> 
  <div class=\"u_visible_sp sp\"></div> 
</section> 
"; 
        // line 380 
        echo " 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "index.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  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,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{# 
This file is part of EC-CUBE 
 
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. 
 
http://www.ec-cube.co.jp/ 
 
For the full copyright and license information, please view the LICENSE 
file that was distributed with this source code. 
#} 
{% extends 'default_frame.twig' %} 
 
{% set body_class = 'front_page' %} 
 
{% block stylesheet %} 
    <style> 
        .slick-slider { 
            margin-bottom: 30px; 
        } 
 
        .slick-dots { 
            position: absolute; 
            bottom: -45px; 
            display: block; 
            width: 100%; 
            padding: 0; 
            list-style: none; 
            text-align: center; 
        } 
 
        .slick-dots li { 
            position: relative; 
            display: inline-block; 
            width: 20px; 
            height: 20px; 
            margin: 0 5px; 
            padding: 0; 
 
            cursor: pointer; 
        } 
 
        .slick-dots li button { 
            font-size: 0; 
            line-height: 0; 
            display: block; 
            width: 20px; 
            height: 20px; 
            padding: 5px; 
            cursor: pointer; 
            color: transparent; 
            border: 0; 
            outline: none; 
            background: transparent; 
        } 
 
        .slick-dots li button:hover, 
        .slick-dots li button:focus { 
            outline: none; 
        } 
 
        .slick-dots li button:hover:before, 
        .slick-dots li button:focus:before { 
            opacity: 1; 
        } 
 
        .slick-dots li button:before { 
            content: \" \"; 
            line-height: 20px; 
            position: absolute; 
            top: 0; 
            left: 0; 
            width: 12px; 
            height: 12px; 
            text-align: center; 
            opacity: .25; 
            background-color: black; 
            border-radius: 50%; 
 
        } 
 
        .slick-dots li.slick-active button:before { 
            opacity: .75; 
            background-color: black; 
        } 
 
        .slick-dots li button.thumbnail img { 
            width: 0; 
            height: 0; 
        } 
    </style> 
{% endblock %} 
 
{% block javascript %} 
    <script> 
        \$(function() { 
        }); 
 
    </script> 
{% endblock javascript %} 
 
{% block main %} 
{# 静的コンテンツ #} 
<ul class=\"add_link ft_e u_visible_pc\"> 
  <li> 
    <a href=\"https://ppplot.com/\"> 
      <img src=\"{{ asset('assets/img/plot/top_img01.jpg', 'user_data') }}\" alt=\"\"> 
      <p>PHOTO<br>STUDIO</p> 
    </a> 
  </li> 
  <li> 
    <!--<a href=\"/user_data/photobooth\">--> 
      <img src=\"{{ asset('assets/img/plot/top_img02.jpg', 'user_data') }}\" alt=\"\"> 
      <!--<p>PHOTO<br>BOOTH</p>--><p>COMING<br>SOON</p> 
    <!--</a>--> 
  </li> 
</ul> 
<div style=\"display:none;\"> 
  <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> 
  <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> 
  <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> 
  <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> 
  <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> 
  <div class=\"add_txt\" data-pos=\"38\"><a href=\"/products/list?category_id=&name=&tag1=13&tag2=&word=\"><img src=\"{{ asset('assets/img/top/add_img06.jpg', 'user_data') }}\" alt=\"\"></a></div> 
  <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> 
  <div class=\"add_slide\" data-pos=\"13\"> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide01.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide02.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide03.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide04.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide05.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide06.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide07.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide08.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide09.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide10.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide11.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
  </div> 
</div> 
<div class=\"u_visible_sp\"> 
  <div class=\"mv_slide\"> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide01_sp.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide02_sp.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide03_sp.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
    <div class=\"item\"> 
      <img src=\"{{ asset('assets/img/plot/top_slide04_sp.jpg', 'user_data') }}\" alt=\"\"> 
    </div> 
  </div> 
  <p class=\"mv_txt\">Plotは、撮影・展示関係者向けのレンタルショップです。スタイリストが集めた、インテリア、キッチンアイテムなどを撮影・ディスプレイ用にお貸出ししています。北堀江(大阪市)の実店舗では、在庫品を自由に組み合わせ撮影できるブースを設けております。ぜひご利用ください。</p> 
</div> 
{# 静的コンテンツ ここまで #} 
 
<div class=\"c_bg\"> 
{% if mainProducts %} 
  <ul class=\"item_list home\"> 
  {% for Product in mainProducts %} 
      {% if date('-30days') < Product.create_date %}<li class=\"new\">{% else %}<li>{% endif %} 
          <a href=\"{{ url('product_detail', {'id': Product.id}) }}\"> 
              <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}> 
              <dl> 
                  <dt>{{ Product.brand }}<br> 
                  <dt>{{ Product.name }}</dt> 
                  <dd class=\"price\"> 
                  {% for prdClass in Product.ProductClasses %} 
                  {% if prdClass.ClassCategory1 is not empty %} 
                  {% if not (\"併設スタジオ利用時のみ\" in prdClass.ClassCategory1.name) %} 
                  <p>{{ prdClass.ClassCategory1.name }}<i>{{ prdClass.price01|price }}</i></p> 
                  {% endif %} 
                  {% endif %} 
                  {% endfor %} 
                  </dd> 
                  <dd>{{ Product.number }}</dd> 
              </dl> 
          </a> 
          <div class=\"favo\"> 
            <form action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\"> 
              {% if Product.SearchWord is empty %} 
                  <button type=\"submit\" class=\"favorite\" title=\"{{ 'お気に入りに追加'|trans }}\"></button> 
              {% else %} 
                  <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\"{{ 'お気に入りに追加済です。'|trans }}\"></button> 
              {% endif %} 
            </form> 
          </div> 
      </li> 
  {% endfor %} 
  </ul> 
{% endif %} 
  <dl class=\"item_search\"> 
    <dt class=\"ft_e\">Item Search</dt> 
    <dd> 
      <form method=\"get\" class=\"searchform\" action=\"/products/list\"> 
        <input type=\"text\" name=\"word\" placeholder=\"キーワードを入力ください\" /> 
        <input type=\"submit\" value=\"検索する\" /> 
      </form> 
    </dd> 
  </dl> 
</div> 
 
 
{# 静的コンテンツ #} 
<div class=\"u_visible_sp\"> 
  <ul class=\"h_list ft_e\"> 
    <li> 
      <a href=\"\"> 
        <img src=\"{{ asset('assets/img/plot/booth_img.jpg', 'user_data') }}\" alt=\"\"> 
        <!--<p>PHOTO BOOTH</p>--><p>COMING SOON</p> 
      </a> 
    </li> 
    <li> 
      <a href=\"\"> 
        <img src=\"{{ asset('assets/img/plot/photo_img.jpg', 'user_data') }}\" alt=\"\"> 
        <p>PHOTO STUDIO</p> 
      </a> 
    </li> 
  </ul> 
</div> 
<section class=\"top_flow\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">Rental flow</h2> 
    <div class=\"box\"> 
      <div class=\"scroll\"> 
        <ul> 
          <li><img src=\"{{ asset('assets/img/plot/flow01.svg', 'user_data') }}\" alt=\"\"></li> 
          <li><img src=\"{{ asset('assets/img/plot/flow02.svg', 'user_data') }}\" alt=\"\"></li> 
          <li><img src=\"{{ asset('assets/img/plot/flow03.svg', 'user_data') }}\" alt=\"\"></li> 
          <li><img src=\"{{ asset('assets/img/plot/flow04.svg', 'user_data') }}\" alt=\"\"></li> 
        </ul> 
      </div> 
      <div class=\"c_btn\"><a href=\"/guide\">See more</a></div> 
    </div> 
  </div> 
</section> 
{# 静的コンテンツ ここまで #} 
 
 
{# RSS #} 
<section class=\"top_topics\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">Topics</h2> 
  </div> 
{% if news %} 
  <ul> 
    {% for item in news %} 
    <li> 
      <a href=\"{{ item.link }}\"> 
{% if item.img %} 
        <img src=\"{{ item.img }}\" alt=\"\"> 
{% else %} 
        <img src=\"{{ asset('assets/img/dummy/topics_img01.jpg', 'user_data') }}\" alt=\"\"> 
{% endif %} 
        <p><small class=\"ft_e\">{{ item.date }}</small>{{ item.title }}<br><i class=\"ft_e\">{{ item.category }}</i></p> 
      </a> 
    </li> 
    {% endfor %} 
  </ul> 
{% endif %} 
  <div class=\"c_inner\"> 
    <div class=\"c_more ft_e\"><a href=\"https://ppplot.com/news/\">See more</a></div> 
  </div> 
</section> 
 
 
{# NEW ITEMS #} 
<section class=\"top_new\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">New Items</h2> 
  </div> 
  <div class=\"c_bg\"> 
{% if newProducts %} 
    <ul class=\"item_list n\"> 
    {% for Product in newProducts %} 
        {% if date('-30days') < Product.create_date %}<li class=\"new\">{% else %}<li>{% endif %} 
            <a href=\"{{ url('product_detail', {'id': Product.id}) }}\"> 
                <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}> 
                <dl> 
                    {% if Product.brand %} 
                    <dt>{{ Product.brand }}</dt> 
                    {% endif %} 
                    <dt>{{ Product.name }}</dt> 
                    <dd class=\"price\"> 
                    {% for prdClass in Product.ProductClasses %} 
                    {% if prdClass.ClassCategory1 is not empty %} 
                    {% if not (\"併設スタジオ利用時のみ\" in prdClass.ClassCategory1.name) %} 
                    <p>{{ prdClass.ClassCategory1.name }}<i>{{ prdClass.price01|price }}</i></p> 
                    {% endif %} 
                    {% endif %} 
                    {% endfor %} 
                    </dd> 
                    <dd>{{ Product.number }}</dd> 
                </dl> 
            </a> 
            <div class=\"favo\"> 
              <form action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\"> 
                {% if Product.SearchWord is empty %} 
                    <button type=\"submit\" class=\"favorite\" title=\"{{ 'お気に入りに追加'|trans }}\"></button> 
                {% else %} 
                    <button type=\"submit\" class=\"favorite done\" disabled=\"disabled\" title=\"{{ 'お気に入りに追加済です。'|trans }}\"></button> 
                {% endif %} 
              </form> 
            </div> 
        </li> 
    {% endfor %} 
    </ul> 
{% endif %} 
 
 
{# 静的コンテンツ #} 
    <div class=\"c_inner\"> 
      <div class=\"entry_news\"> 
        <dl> 
          <dt>新商品のご案内</dt> 
          <dd>新入荷情報をご希望の方は<br>LINE<!--かE-mail-->をご登録ください。</dd> 
        </dl> 
        <ul> 
          <li class=\"line\"><a target=\"_blank\" href=\"https://liff.line.me/1645278921-kWRPP32q/?accountId=416dellc\">LINE登録はこちらをクリック</a></li> 
          <!--<li class=\"mail\"> 
            <form> 
              <input type=\"email\" name=\"mail\" placeholder=\"メールアドレスをご記入ください\" /> 
              <input type=\"submit\" value=\"登録\" /> 
            </form> 
          </li>--> 
        </ul> 
      </div> 
    </div> 
  </div> 
</section> 
<section class=\"top_service\"> 
  <div class=\"c_inner\"> 
    <h2 class=\"c_ttl ft_e\">Our Service</h2> 
    <div class=\"u_visible_pc pc\"> 
      <ul> 
        <li> 
          <a href=\"https://ppplot.com/\"> 
            <img src=\"{{ asset('assets/img/plot/service01.jpg', 'user_data') }}\" alt=\"\"> 
          </a> 
        </li> 
        <li> 
          <!--<a href=\"/user_data/photobooth\">--> 
            <img src=\"{{ asset('assets/img/plot/service02.jpg', 'user_data') }}\" alt=\"\"> 
          <!--</a>--> 
        </li> 
        <li> 
          <!--<a href=\"\">--> 
            <img src=\"{{ asset('assets/img/plot/service03.jpg', 'user_data') }}\" alt=\"\"> 
          <!--</a>--> 
        </li> 
      </ul> 
    </div> 
  </div> 
  <div class=\"u_visible_sp sp\"></div> 
</section> 
{# 静的コンテンツ ここまで #} 
 
{% endblock %}", "index.twig", "/home/xs355060/ppplot.com/public_html/props.ppplot.com/app/template/default/index.twig"); 
    } 
}