var/cache/dev/twig/8b/8b51dc6b74611271ad0af3a6468e6e92f8a6fe2187824545c2c6a2316f136216.php line 39

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_6cb47d61a9dc90c7605f0029536f504586780aee2e7b675d2783dcd90b3536b2 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  39.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 2
  47.     public function block_stylesheet($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  54.         // line 3
  55.         echo "    <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css\"/>
  56.     <link rel=\"stylesheet\" href=\"/test-ec-05/html/user_data/assets/css/top.min.css\">
  57.     <style>
  58.         .ec-layoutRole .ec-layoutRole__contents {
  59.             max-width: unset;
  60.         }
  61.         .p-top__items__box .p-top__item {
  62.             overflow: hidden;
  63.             position: relative;
  64.         }
  65.         .cart.absolute {
  66.             position: absolute;
  67.             z-index: 1;
  68.             transform: rotate(40deg);
  69.             right: -25%;
  70.             overflow: hidden;
  71.             top: 5%;
  72.             text-align: center;
  73.             width: 100%;
  74.             font-size: 18px !important;
  75.         }
  76.         .p-top__items__box .p-top__item .cart {
  77.             padding: 0.6rem 10%;
  78.         }
  79.         .detail__only {
  80.             display: none;
  81.         }
  82.         @media screen and (max-width:1023px) {
  83.             .cart.absolute {
  84.                 right: -9vw;
  85.                 top: 3vw;
  86.                 width: 100%;
  87.                 text-align: center;
  88.                 
  89.             }
  90.         }
  91.         @media screen and (max-width:767px) {
  92.             .p-top__items__box .p-top__item__title, .p-top__items__box .p-top__item__price {
  93.                 font-size: 14px;
  94.             }
  95.             .p-top__items__box .p-top__item .cart.absolute {
  96.             padding: 0.6rem 0;
  97.             text-align: center;
  98.             }
  99.             .cart.absolute {
  100.                 right: 0;
  101.                 top: 0;
  102.                 transform: unset;
  103.                 width: 100%;
  104.                 border-radius: 0 !important;
  105.             }
  106.         }
  107.     </style>
  108. ";
  109.         
  110.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  111.         
  112.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  113.     }
  114.     // line 58
  115.     public function block_main($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  122.         // line 59
  123.         echo "    
  124.     <!-- start FV -->
  125.     <section class=\"p-top__fv\">
  126.         <img class=\"cloud2\" src=\"";
  127.         // line 62
  128.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud__gl2.webp"), "html"nulltrue);
  129.         echo "\" alt=\"雲\">
  130.         <img class=\"cloud1\" src=\"";
  131.         // line 63
  132.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp"), "html"nulltrue);
  133.         echo "\" alt=\"雲\">
  134.         <div class=\"p-top__fv__container\">
  135.             <div class=\"p-top__fv__container__chara\" id=\"visible\">
  136.                 <img src=\"";
  137.         // line 66
  138.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/kanban.webp"), "html"nulltrue);
  139.         echo "\" alt=\"\">
  140.             </div>
  141.             <div class=\"swiper p-top__fv__container__left\">
  142.                 <!-- Additional required wrapper -->
  143.                 <div class=\"swiper-wrapper\">
  144.                   <!-- Slides -->
  145.                   <div class=\"swiper-slide\"><img src=\"";
  146.         // line 72
  147.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/EC6062.jpeg"), "html"nulltrue);
  148.         echo "\" alt=\"スライド画像1\"></div>
  149.                   <div class=\"swiper-slide\"><img src=\"";
  150.         // line 73
  151.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/EC6047.jpeg"), "html"nulltrue);
  152.         echo "\" alt=\"スライド画像2\"></div>
  153.                   <div class=\"swiper-slide\"><img src=\"";
  154.         // line 74
  155.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/tongue.jpg"), "html"nulltrue);
  156.         echo "\" alt=\"スライド画像3\"></div>
  157.                 </div>
  158.             </div>
  159.             <div class=\"p-top__fv__container__right\">
  160.                 <img class=\"top_text\" src=\"";
  161.         // line 78
  162.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/top_text.webp"), "html"nulltrue);
  163.         echo "\" alt=\"テキスト\">
  164.             </div>
  165.             
  166.             <div class=\"main__chara\" id=\"visible2\">
  167.                 <img src=\"";
  168.         // line 82
  169.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow10.png"), "html"nulltrue);
  170.         echo "\" alt=\"キャラクター\">
  171.             </div>
  172.         </div>
  173.         <!-- banner -->
  174.         ";
  175.         // line 88
  176.         echo "        <!-- banner -->
  177.             
  178.         </section>
  179.         <!-- end FV -->
  180.         <!-- start concept -->
  181.         <section class=\"p-top__concept\">
  182.             <img class=\"absolute1\" src=\"";
  183.         // line 94
  184.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/frame2.webp"), "html"nulltrue);
  185.         echo "\" alt=\"和柄\">
  186.             <img class=\"absolute2\" src=\"";
  187.         // line 95
  188.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud__gl2.webp"), "html"nulltrue);
  189.         echo "\" alt=\"雲\">
  190.             <img class=\"absolute3\" src=\"";
  191.         // line 96
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp"), "html"nulltrue);
  193.         echo "\" alt=\"雲\">
  194.             <div class=\"section__title\">
  195.                 <div class=\"image-wrapper\">
  196.                     <img class=\"chara\" src=\"";
  197.         // line 99
  198.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/chara2.webp"), "html"nulltrue);
  199.         echo "\" alt=\"牛さん\">
  200.                     <img class=\"chara\" src=\"";
  201.         // line 100
  202.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow6.png"), "html"nulltrue);
  203.         echo "\" alt=\"牛さん\">
  204.                 </div>
  205.                 <h2>牛さん紹介</h2>
  206.             </div>
  207.             <div class=\"p-top__concept__container\">
  208.                 <img class=\"p-top__concept__container__left\" src=\"";
  209.         // line 106
  210.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/chara2.webp"), "html"nulltrue);
  211.         echo "\" alt=\"もぐも〜\">
  212.                 <div class=\"p-top__concept__container__right\">
  213.                     <h3 class=\"p-top__concept__container__right__title\">
  214.                         もぐも〜
  215.                     </h3>
  216.                     <p>
  217.                     もぐ形村出身<br>
  218.                     『 も〜サイド 』CEO<br>
  219.                     穏やかで優しい性格<br>
  220.                     弟の「もぐぞ〜」の暴走に振り回されることも多いが、
  221.                     仲良し兄弟
  222.                     </p>
  223.                 </div>
  224.             </div>
  225.             <div class=\"p-top__concept__container\">
  226.                 <img class=\"p-top__concept__container__left\" src=\"";
  227.         // line 121
  228.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow4.png"), "html"nulltrue);
  229.         echo "\" alt=\"もぐぞ〜\">
  230.                 <div class=\"p-top__concept__container__right\">
  231.                     <h3 class=\"p-top__concept__container__right__title\">
  232.                         もぐぞ〜
  233.                     </h3>
  234.                     <p>
  235.                         もぐ海道村在住<br>
  236.                         もぐも〜の弟<br>
  237.                         少し気が強く、暴走して兄を困らせることも<br>
  238.                         最近はYouTubeやSNSの参画を狙ってるらしい<br>
  239.                     </p>
  240.                 </div>
  241.             </div>
  242.         </section>
  243.         <!-- end concept -->
  244.         <!-- start recommend -->
  245.         <section class=\"p-top__recommend\" id=\"recommend\">
  246.             <img class=\"absolute2\" src=\"";
  247.         // line 138
  248.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp"), "html"nulltrue);
  249.         echo "\" alt=\"雲\">
  250.             
  251.             <div class=\"section__title\">
  252.                 <div class=\"image-wrapper\">
  253.                     <img src=\"";
  254.         // line 142
  255.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow2_.png"), "html"nulltrue);
  256.         echo "\" alt=\"牛さん\">
  257.                 </div>
  258.                 <h2>お肉メニュー</h2>
  259.             </div>
  260.             
  261.             
  262.             <div class=\"p-top__items__box\">
  263.                 
  264.                 <div class=\"p-top__item\">
  265.                     ";
  266.         // line 152
  267.         echo "                    ";
  268.         // line 153
  269.         echo "                    <img class=\"p-top__item__meet\" src=\"";
  270.         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, (isset($context["Product26"]) || array_key_exists("Product26"$context) ? $context["Product26"] : (function () { throw new RuntimeError('Variable "Product26" does not exist.'153$this->source); })()), "main_list_image", [], "any"falsefalsefalse153)), "save_image"), "html"nulltrue);
  271.         echo "\" alt=\"商品\">
  272.                     <h3 class=\"p-top__item__title\">";
  273.         // line 154
  274.         echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product26"]) || array_key_exists("Product26"$context) ? $context["Product26"] : (function () { throw new RuntimeError('Variable "Product26" does not exist.'154$this->source); })()), "freearea", [], "any"falsefalsefalse154)));
  275.         echo "</h3>
  276.                     <p class=\"p-top__item__price\">";
  277.         // line 155
  278.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product26"]) || array_key_exists("Product26"$context) ? $context["Product26"] : (function () { throw new RuntimeError('Variable "Product26" does not exist.'155$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse155)), "html"nulltrue);
  279.         echo "</p>
  280.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/26\" class=\"cart\">詳細を見る</a>
  281.                 </div>
  282.                 <div class=\"p-top__item\">
  283.                     ";
  284.         // line 160
  285.         echo "                    ";
  286.         // line 161
  287.         echo "                    <img class=\"p-top__item__meet\" src=\"";
  288.         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, (isset($context["Product27"]) || array_key_exists("Product27"$context) ? $context["Product27"] : (function () { throw new RuntimeError('Variable "Product27" does not exist.'161$this->source); })()), "main_list_image", [], "any"falsefalsefalse161)), "save_image"), "html"nulltrue);
  289.         echo "\" alt=\"商品\">
  290.                     <h3 class=\"p-top__item__title\">";
  291.         // line 162
  292.         echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product27"]) || array_key_exists("Product27"$context) ? $context["Product27"] : (function () { throw new RuntimeError('Variable "Product27" does not exist.'162$this->source); })()), "freearea", [], "any"falsefalsefalse162)));
  293.         echo "</h3>
  294.                     <p class=\"p-top__item__price\">";
  295.         // line 163
  296.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product27"]) || array_key_exists("Product27"$context) ? $context["Product27"] : (function () { throw new RuntimeError('Variable "Product27" does not exist.'163$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse163)), "html"nulltrue);
  297.         echo "</p>
  298.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/27\" class=\"cart\">詳細を見る</a>
  299.                 </div>
  300.                 <div class=\"p-top__item\">
  301.                     ";
  302.         // line 168
  303.         echo "                    ";
  304.         // line 169
  305.         echo "                    <img class=\"p-top__item__meet\" src=\"";
  306.         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, (isset($context["Product28"]) || array_key_exists("Product28"$context) ? $context["Product28"] : (function () { throw new RuntimeError('Variable "Product28" does not exist.'169$this->source); })()), "main_list_image", [], "any"falsefalsefalse169)), "save_image"), "html"nulltrue);
  307.         echo "\" alt=\"商品\">
  308.                     <h3 class=\"p-top__item__title\">";
  309.         // line 170
  310.         echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product28"]) || array_key_exists("Product28"$context) ? $context["Product28"] : (function () { throw new RuntimeError('Variable "Product28" does not exist.'170$this->source); })()), "freearea", [], "any"falsefalsefalse170)));
  311.         echo "</h3>
  312.                     <p class=\"p-top__item__price\">";
  313.         // line 171
  314.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product28"]) || array_key_exists("Product28"$context) ? $context["Product28"] : (function () { throw new RuntimeError('Variable "Product28" does not exist.'171$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse171)), "html"nulltrue);
  315.         echo "</p>
  316.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/28\" class=\"cart\">詳細を見る</a>
  317.                 </div>
  318.                 ";
  319.         // line 175
  320.         echo "                ";
  321.         // line 176
  322.         echo "                ";
  323.         // line 177
  324.         echo "                ";
  325.         // line 178
  326.         echo "                ";
  327.         // line 179
  328.         echo "                ";
  329.         // line 180
  330.         echo "                ";
  331.         // line 181
  332.         echo "            </div>
  333.         </section>
  334.         <!-- end recommend -->
  335. <!-- start popular -->
  336.         <section class=\"p-top__popular\" id=\"popular\">
  337.             
  338.             <img class=\"absolute2\" src=\"";
  339.         // line 188
  340.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp"), "html"nulltrue);
  341.         echo "\" alt=\"雲\">
  342.             
  343.             <div class=\"section__title\">
  344.                 <div class=\"image-wrapper\">
  345.                     <img src=\"";
  346.         // line 192
  347.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow-stamp9.png"), "html"nulltrue);
  348.         echo "\" alt=\"牛さん\">
  349.                 </div>
  350.                 <h2>牛さんグッズ</h2>
  351.             </div>
  352.             <div class=\"p-top__items__box\">
  353.                 <div class=\"p-top__item\">
  354.                     ";
  355.         // line 199
  356.         echo "                    <img class=\"p-top__item__meet\" src=\"";
  357.         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, (isset($context["Product26"]) || array_key_exists("Product26"$context) ? $context["Product26"] : (function () { throw new RuntimeError('Variable "Product26" does not exist.'199$this->source); })()), "main_list_image", [], "any"falsefalsefalse199)), "save_image"), "html"nulltrue);
  358.         echo "\" alt=\"商品\">
  359.                     <h3 class=\"p-top__item__title\">";
  360.         // line 200
  361.         echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product26"]) || array_key_exists("Product26"$context) ? $context["Product26"] : (function () { throw new RuntimeError('Variable "Product26" does not exist.'200$this->source); })()), "freearea", [], "any"falsefalsefalse200)));
  362.         echo "</h3>
  363.                     <p class=\"p-top__item__price\">";
  364.         // line 201
  365.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product26"]) || array_key_exists("Product26"$context) ? $context["Product26"] : (function () { throw new RuntimeError('Variable "Product26" does not exist.'201$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse201)), "html"nulltrue);
  366.         echo "</p>
  367.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/26\" class=\"cart\">詳細を見る</a>
  368.                 </div>
  369.                 <div class=\"p-top__item\">
  370.                     ";
  371.         // line 206
  372.         echo "                    <img class=\"p-top__item__meet\" src=\"";
  373.         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, (isset($context["Product25"]) || array_key_exists("Product25"$context) ? $context["Product25"] : (function () { throw new RuntimeError('Variable "Product25" does not exist.'206$this->source); })()), "main_list_image", [], "any"falsefalsefalse206)), "save_image"), "html"nulltrue);
  374.         echo "\" alt=\"商品\">
  375.                     <h3 class=\"p-top__item__title\">";
  376.         // line 207
  377.         echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product25"]) || array_key_exists("Product25"$context) ? $context["Product25"] : (function () { throw new RuntimeError('Variable "Product25" does not exist.'207$this->source); })()), "freearea", [], "any"falsefalsefalse207)));
  378.         echo "</h3>
  379.                     <p class=\"p-top__item__price\">";
  380.         // line 208
  381.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product25"]) || array_key_exists("Product25"$context) ? $context["Product25"] : (function () { throw new RuntimeError('Variable "Product25" does not exist.'208$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse208)), "html"nulltrue);
  382.         echo "</p>
  383.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/25\" class=\"cart\">詳細を見る</a>
  384.                 </div>
  385.                 <div class=\"p-top__item\">
  386.                     ";
  387.         // line 213
  388.         echo "                    <img class=\"p-top__item__meet\" src=\"";
  389.         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, (isset($context["Product10"]) || array_key_exists("Product10"$context) ? $context["Product10"] : (function () { throw new RuntimeError('Variable "Product10" does not exist.'213$this->source); })()), "main_list_image", [], "any"falsefalsefalse213)), "save_image"), "html"nulltrue);
  390.         echo "\" alt=\"商品\">
  391.                     <h3 class=\"p-top__item__title\">";
  392.         // line 214
  393.         echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product10"]) || array_key_exists("Product10"$context) ? $context["Product10"] : (function () { throw new RuntimeError('Variable "Product10" does not exist.'214$this->source); })()), "freearea", [], "any"falsefalsefalse214)));
  394.         echo "</h3>
  395.                     <p class=\"p-top__item__price\">";
  396.         // line 215
  397.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product10"]) || array_key_exists("Product10"$context) ? $context["Product10"] : (function () { throw new RuntimeError('Variable "Product10" does not exist.'215$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse215)), "html"nulltrue);
  398.         echo "</p>
  399.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/10\" class=\"cart\">詳細を見る</a>
  400.                 </div>
  401.                 <div class=\"p-top__item\">
  402.                     ";
  403.         // line 220
  404.         echo "                    ";
  405.         // line 221
  406.         echo "                    <img class=\"p-top__item__meet\" src=\"";
  407.         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, (isset($context["Product12"]) || array_key_exists("Product12"$context) ? $context["Product12"] : (function () { throw new RuntimeError('Variable "Product12" does not exist.'221$this->source); })()), "main_list_image", [], "any"falsefalsefalse221)), "save_image"), "html"nulltrue);
  408.         echo "\" alt=\"商品\">
  409.                     <h3 class=\"p-top__item__title\">";
  410.         // line 222
  411.         echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product12"]) || array_key_exists("Product12"$context) ? $context["Product12"] : (function () { throw new RuntimeError('Variable "Product12" does not exist.'222$this->source); })()), "freearea", [], "any"falsefalsefalse222)));
  412.         echo "</h3>
  413.                     <p class=\"p-top__item__price\">";
  414.         // line 223
  415.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product12"]) || array_key_exists("Product12"$context) ? $context["Product12"] : (function () { throw new RuntimeError('Variable "Product12" does not exist.'223$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse223)), "html"nulltrue);
  416.         echo "</p>
  417.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/12\" class=\"cart\">詳細を見る</a>
  418.                 </div>
  419.             </div>
  420.         </section>
  421.         <!-- end popular -->
  422. <!-- start merchadise -->
  423. <section class=\"p-top__merchandise\">
  424.             <img class=\"absolute1\" src=\"";
  425.         // line 233
  426.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud__gl2.webp"), "html"nulltrue);
  427.         echo "\" alt=\"雲\">
  428.             <img class=\"absolute2\" src=\"";
  429.         // line 234
  430.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp"), "html"nulltrue);
  431.         echo "\" alt=\"雲\">
  432.             <div class=\"section__title\">
  433.                 <div class=\"image-wrapper\">
  434.                     <img src=\"";
  435.         // line 237
  436.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow8.png"), "html"nulltrue);
  437.         echo "\" alt=\"牛さん\">
  438.                 </div>
  439.                 <h2>LINEスタンプ</h2>
  440.             </div>
  441.     ";
  442.         // line 242
  443.         echo "
  444.     ";
  445.         // line 244
  446.         echo "    ";
  447.         // line 245
  448.         echo "    ";
  449.         // line 246
  450.         echo "    ";
  451.         // line 247
  452.         echo "    ";
  453.         // line 248
  454.         echo "        
  455.     ";
  456.         // line 250
  457.         echo "
  458.     ";
  459.         // line 252
  460.         echo "    ";
  461.         // line 253
  462.         echo "    
  463.     ";
  464.         // line 257
  465.         echo "    ";
  466.         // line 258
  467.         echo "    ";
  468.         // line 259
  469.         echo "    ";
  470.         // line 260
  471.         echo "    ";
  472.         // line 261
  473.         echo "    ";
  474.         // line 262
  475.         echo "    ";
  476.         // line 263
  477.         echo "    ";
  478.         // line 264
  479.         echo "
  480.             <div class=\"p-top__items__box line\">
  481.                 <div class=\"p-top__item\">
  482.                     <img class=\"p-top__item__meet\" src=\"";
  483.         // line 267
  484.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow3.png"), "html"nulltrue);
  485.         echo "\" alt=\"商品\">
  486.                     <h3 class=\"p-top__item__title\">スタンプ名が入ります</h3>
  487.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/10\" class=\"cart\">スタンプを購入する</a>
  488.                 </div>
  489.                 <div class=\"p-top__item\">
  490.                     <img class=\"p-top__item__meet\" src=\"";
  491.         // line 272
  492.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/test-ec-05/html/user_data/assets/img/common/Cow8.png"), "html"nulltrue);
  493.         echo "\" alt=\"商品\">
  494.                     <h3 class=\"p-top__item__title\">スタンプ名が入ります</h3>
  495.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/23\" class=\"cart\">スタンプを購入する</a>
  496.                 </div>
  497.             </div>
  498. </section>
  499. <!-- end merchandise -->
  500. ";
  501.         
  502.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  503.         
  504.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  505.     }
  506.     public function getTemplateName()
  507.     {
  508.         return "index.twig";
  509.     }
  510.     public function isTraitable()
  511.     {
  512.         return false;
  513.     }
  514.     public function getDebugInfo()
  515.     {
  516.         return array (  518 => 272,  510 => 267,  505 => 264,  503 => 263,  501 => 262,  499 => 261,  497 => 260,  495 => 259,  493 => 258,  491 => 257,  486 => 253,  484 => 252,  481 => 250,  478 => 248,  476 => 247,  474 => 246,  472 => 245,  470 => 244,  467 => 242,  460 => 237,  454 => 234,  450 => 233,  437 => 223,  433 => 222,  428 => 221,  426 => 220,  419 => 215,  415 => 214,  410 => 213,  403 => 208,  399 => 207,  394 => 206,  387 => 201,  383 => 200,  378 => 199,  369 => 192,  362 => 188,  353 => 181,  351 => 180,  349 => 179,  347 => 178,  345 => 177,  343 => 176,  341 => 175,  335 => 171,  331 => 170,  326 => 169,  324 => 168,  317 => 163,  313 => 162,  308 => 161,  306 => 160,  299 => 155,  295 => 154,  290 => 153,  288 => 152,  276 => 142,  269 => 138,  249 => 121,  231 => 106,  222 => 100,  218 => 99,  212 => 96,  208 => 95,  204 => 94,  196 => 88,  188 => 82,  181 => 78,  174 => 74,  170 => 73,  166 => 72,  157 => 66,  151 => 63,  147 => 62,  142 => 59,  132 => 58,  69 => 3,  59 => 2,  36 => 1,);
  517.     }
  518.     public function getSourceContext()
  519.     {
  520.         return new Source("{% extends 'default_frame.twig' %}
  521. {% block stylesheet %}
  522.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css\"/>
  523.     <link rel=\"stylesheet\" href=\"/test-ec-05/html/user_data/assets/css/top.min.css\">
  524.     <style>
  525.         .ec-layoutRole .ec-layoutRole__contents {
  526.             max-width: unset;
  527.         }
  528.         .p-top__items__box .p-top__item {
  529.             overflow: hidden;
  530.             position: relative;
  531.         }
  532.         .cart.absolute {
  533.             position: absolute;
  534.             z-index: 1;
  535.             transform: rotate(40deg);
  536.             right: -25%;
  537.             overflow: hidden;
  538.             top: 5%;
  539.             text-align: center;
  540.             width: 100%;
  541.             font-size: 18px !important;
  542.         }
  543.         .p-top__items__box .p-top__item .cart {
  544.             padding: 0.6rem 10%;
  545.         }
  546.         .detail__only {
  547.             display: none;
  548.         }
  549.         @media screen and (max-width:1023px) {
  550.             .cart.absolute {
  551.                 right: -9vw;
  552.                 top: 3vw;
  553.                 width: 100%;
  554.                 text-align: center;
  555.                 
  556.             }
  557.         }
  558.         @media screen and (max-width:767px) {
  559.             .p-top__items__box .p-top__item__title, .p-top__items__box .p-top__item__price {
  560.                 font-size: 14px;
  561.             }
  562.             .p-top__items__box .p-top__item .cart.absolute {
  563.             padding: 0.6rem 0;
  564.             text-align: center;
  565.             }
  566.             .cart.absolute {
  567.                 right: 0;
  568.                 top: 0;
  569.                 transform: unset;
  570.                 width: 100%;
  571.                 border-radius: 0 !important;
  572.             }
  573.         }
  574.     </style>
  575. {% endblock %}
  576. {% block main %}
  577.     
  578.     <!-- start FV -->
  579.     <section class=\"p-top__fv\">
  580.         <img class=\"cloud2\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud__gl2.webp')}}\" alt=\"雲\">
  581.         <img class=\"cloud1\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp')}}\" alt=\"雲\">
  582.         <div class=\"p-top__fv__container\">
  583.             <div class=\"p-top__fv__container__chara\" id=\"visible\">
  584.                 <img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/kanban.webp')}}\" alt=\"\">
  585.             </div>
  586.             <div class=\"swiper p-top__fv__container__left\">
  587.                 <!-- Additional required wrapper -->
  588.                 <div class=\"swiper-wrapper\">
  589.                   <!-- Slides -->
  590.                   <div class=\"swiper-slide\"><img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/EC6062.jpeg')}}\" alt=\"スライド画像1\"></div>
  591.                   <div class=\"swiper-slide\"><img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/EC6047.jpeg')}}\" alt=\"スライド画像2\"></div>
  592.                   <div class=\"swiper-slide\"><img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/tongue.jpg')}}\" alt=\"スライド画像3\"></div>
  593.                 </div>
  594.             </div>
  595.             <div class=\"p-top__fv__container__right\">
  596.                 <img class=\"top_text\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/top_text.webp')}}\" alt=\"テキスト\">
  597.             </div>
  598.             
  599.             <div class=\"main__chara\" id=\"visible2\">
  600.                 <img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow10.png')}}\" alt=\"キャラクター\">
  601.             </div>
  602.         </div>
  603.         <!-- banner -->
  604.         {#{{ include('Block/banner.twig') }}#}
  605.         <!-- banner -->
  606.             
  607.         </section>
  608.         <!-- end FV -->
  609.         <!-- start concept -->
  610.         <section class=\"p-top__concept\">
  611.             <img class=\"absolute1\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/frame2.webp')}}\" alt=\"和柄\">
  612.             <img class=\"absolute2\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud__gl2.webp')}}\" alt=\"雲\">
  613.             <img class=\"absolute3\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp')}}\" alt=\"雲\">
  614.             <div class=\"section__title\">
  615.                 <div class=\"image-wrapper\">
  616.                     <img class=\"chara\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/chara2.webp')}}\" alt=\"牛さん\">
  617.                     <img class=\"chara\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow6.png')}}\" alt=\"牛さん\">
  618.                 </div>
  619.                 <h2>牛さん紹介</h2>
  620.             </div>
  621.             <div class=\"p-top__concept__container\">
  622.                 <img class=\"p-top__concept__container__left\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/chara2.webp')}}\" alt=\"もぐも〜\">
  623.                 <div class=\"p-top__concept__container__right\">
  624.                     <h3 class=\"p-top__concept__container__right__title\">
  625.                         もぐも〜
  626.                     </h3>
  627.                     <p>
  628.                     もぐ形村出身<br>
  629.                     『 も〜サイド 』CEO<br>
  630.                     穏やかで優しい性格<br>
  631.                     弟の「もぐぞ〜」の暴走に振り回されることも多いが、
  632.                     仲良し兄弟
  633.                     </p>
  634.                 </div>
  635.             </div>
  636.             <div class=\"p-top__concept__container\">
  637.                 <img class=\"p-top__concept__container__left\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow4.png')}}\" alt=\"もぐぞ〜\">
  638.                 <div class=\"p-top__concept__container__right\">
  639.                     <h3 class=\"p-top__concept__container__right__title\">
  640.                         もぐぞ〜
  641.                     </h3>
  642.                     <p>
  643.                         もぐ海道村在住<br>
  644.                         もぐも〜の弟<br>
  645.                         少し気が強く、暴走して兄を困らせることも<br>
  646.                         最近はYouTubeやSNSの参画を狙ってるらしい<br>
  647.                     </p>
  648.                 </div>
  649.             </div>
  650.         </section>
  651.         <!-- end concept -->
  652.         <!-- start recommend -->
  653.         <section class=\"p-top__recommend\" id=\"recommend\">
  654.             <img class=\"absolute2\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp')}}\" alt=\"雲\">
  655.             
  656.             <div class=\"section__title\">
  657.                 <div class=\"image-wrapper\">
  658.                     <img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow2_.png')}}\" alt=\"牛さん\">
  659.                 </div>
  660.                 <h2>お肉メニュー</h2>
  661.             </div>
  662.             
  663.             
  664.             <div class=\"p-top__items__box\">
  665.                 
  666.                 <div class=\"p-top__item\">
  667.                     {#<img class=\"p-top__item__rank\" src=\"{{asset ('/html/user_data/assets/img/common/rank1.webp')}}\" alt=\"1位\">#}
  668.                     {#<img class=\"p-top__item__meet\" src=\"{{asset ('/html/user_data/assets/img/common/EC5951.jpeg')}}\" alt=\"商品\">#}
  669.                     <img class=\"p-top__item__meet\" src=\"{{ asset(Product26.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">
  670.                     <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product26.freearea)) }}</h3>
  671.                     <p class=\"p-top__item__price\">{{ Product26.getPrice02IncTaxMin|price }}</p>
  672.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/26\" class=\"cart\">詳細を見る</a>
  673.                 </div>
  674.                 <div class=\"p-top__item\">
  675.                     {#<p class=\"cart absolute\">オープンセール</p>#}
  676.                     {#<img class=\"p-top__item__rank\" src=\"{{asset ('/html/user_data/assets/img/common/rank2.webp')}}\" alt=\"2位\">#}
  677.                     <img class=\"p-top__item__meet\" src=\"{{ asset(Product27.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">
  678.                     <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product27.freearea)) }}</h3>
  679.                     <p class=\"p-top__item__price\">{{ Product27.getPrice02IncTaxMin|price }}</p>
  680.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/27\" class=\"cart\">詳細を見る</a>
  681.                 </div>
  682.                 <div class=\"p-top__item\">
  683.                     {#<p class=\"cart absolute\">オープンセール</p>#}
  684.                     {#<img class=\"p-top__item__rank\" src=\"{{asset ('/html/user_data/assets/img/common/rank3.webp')}}\" alt=\"3位\">#}
  685.                     <img class=\"p-top__item__meet\" src=\"{{ asset(Product28.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">
  686.                     <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product28.freearea)) }}</h3>
  687.                     <p class=\"p-top__item__price\">{{ Product28.getPrice02IncTaxMin|price }}</p>
  688.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/28\" class=\"cart\">詳細を見る</a>
  689.                 </div>
  690.                 {#<div class=\"p-top__item\">#}
  691.                 {#    <img class=\"p-top__item__rank\" style=\"opacity:0;\" src=\"{{asset ('/html/user_data/assets/img/common/rank2.webp')}}\" alt=\"2位\">#}
  692.                 {#    <img class=\"p-top__item__meet\" src=\"{{ asset(Product25.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">#}
  693.                 {#    <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product25.freearea)) }}</h3>#}
  694.                 {#    <p class=\"p-top__item__price\">{{ Product25.getPrice02IncTaxMin|price }}</p>#}
  695.                 {#    <a href=\"https://gyunikukobo-moo-side.com/products/detail/25\" class=\"cart\">詳細を見る</a>#}
  696.                 {#</div>#}
  697.             </div>
  698.         </section>
  699.         <!-- end recommend -->
  700. <!-- start popular -->
  701.         <section class=\"p-top__popular\" id=\"popular\">
  702.             
  703.             <img class=\"absolute2\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp')}}\" alt=\"雲\">
  704.             
  705.             <div class=\"section__title\">
  706.                 <div class=\"image-wrapper\">
  707.                     <img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow-stamp9.png')}}\" alt=\"牛さん\">
  708.                 </div>
  709.                 <h2>牛さんグッズ</h2>
  710.             </div>
  711.             <div class=\"p-top__items__box\">
  712.                 <div class=\"p-top__item\">
  713.                     {#<img class=\"p-top__item__rank\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/rank1.webp')}}\" alt=\"1位\">#}
  714.                     <img class=\"p-top__item__meet\" src=\"{{ asset(Product26.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">
  715.                     <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product26.freearea)) }}</h3>
  716.                     <p class=\"p-top__item__price\">{{ Product26.getPrice02IncTaxMin|price }}</p>
  717.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/26\" class=\"cart\">詳細を見る</a>
  718.                 </div>
  719.                 <div class=\"p-top__item\">
  720.                     {#<img class=\"p-top__item__rank\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/rank2.webp')}}\" alt=\"2位\">#}
  721.                     <img class=\"p-top__item__meet\" src=\"{{ asset(Product25.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">
  722.                     <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product25.freearea)) }}</h3>
  723.                     <p class=\"p-top__item__price\">{{ Product25.getPrice02IncTaxMin|price }}</p>
  724.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/25\" class=\"cart\">詳細を見る</a>
  725.                 </div>
  726.                 <div class=\"p-top__item\">
  727.                     {#<img class=\"p-top__item__rank\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/rank3.webp')}}\" alt=\"3位\">#}
  728.                     <img class=\"p-top__item__meet\" src=\"{{ asset(Product10.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">
  729.                     <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product10.freearea)) }}</h3>
  730.                     <p class=\"p-top__item__price\">{{ Product10.getPrice02IncTaxMin|price }}</p>
  731.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/10\" class=\"cart\">詳細を見る</a>
  732.                 </div>
  733.                 <div class=\"p-top__item\">
  734.                     {#<p class=\"cart absolute\">オープンセール</p>#}
  735.                     {#<img class=\"p-top__item__rank\" style=\"opacity:0;\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/rank2.webp')}}\" alt=\"2位\">#}
  736.                     <img class=\"p-top__item__meet\" src=\"{{ asset(Product12.main_list_image|no_image_product, 'save_image') }}\" alt=\"商品\">
  737.                     <h3 class=\"p-top__item__title\">{{ include(template_from_string(Product12.freearea)) }}</h3>
  738.                     <p class=\"p-top__item__price\">{{ Product12.getPrice02IncTaxMin|price }}</p>
  739.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/12\" class=\"cart\">詳細を見る</a>
  740.                 </div>
  741.             </div>
  742.         </section>
  743.         <!-- end popular -->
  744. <!-- start merchadise -->
  745. <section class=\"p-top__merchandise\">
  746.             <img class=\"absolute1\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud__gl2.webp')}}\" alt=\"雲\">
  747.             <img class=\"absolute2\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/cloud_gl1.webp')}}\" alt=\"雲\">
  748.             <div class=\"section__title\">
  749.                 <div class=\"image-wrapper\">
  750.                     <img src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow8.png')}}\" alt=\"牛さん\">
  751.                 </div>
  752.                 <h2>LINEスタンプ</h2>
  753.             </div>
  754.     {#        {% set Categories = repository('Eccube\\\\Entity\\\\Category').getList() %}#}
  755.     {#{% macro tree(Category) %}#}
  756.     {#    {% from _self import tree %}#}
  757.     {#    <a class=\"more__page\" href=\"{{ url('product_list') }}?category_id={{ Category.id }}#page_anchor\">#}
  758.     {#        {{ Category.name }}#}
  759.     {#    </a>#}
  760.         
  761.     {#{% endmacro %}#}
  762.     {# @see https://github.com/bolt/bolt/pull/2388 #}
  763.     {#{% from _self import tree %}#}
  764.     
  765.     {#<div class=\"p-top__merchandise__category\">#}
  766.     {#    <p>カテゴリー選択<span>|</span></p>#}
  767.     {#    <div class=\"p-top__merchandise__category__items\">#}
  768.     {#            {% for Category in Categories %}#}
  769.     {#                    {{ tree(Category) }}#}
  770.     {#            {% endfor %}#}
  771.     {#    </div>#}
  772.     {#</div>#}
  773.             <div class=\"p-top__items__box line\">
  774.                 <div class=\"p-top__item\">
  775.                     <img class=\"p-top__item__meet\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow3.png')}}\" alt=\"商品\">
  776.                     <h3 class=\"p-top__item__title\">スタンプ名が入ります</h3>
  777.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/10\" class=\"cart\">スタンプを購入する</a>
  778.                 </div>
  779.                 <div class=\"p-top__item\">
  780.                     <img class=\"p-top__item__meet\" src=\"{{asset ('/test-ec-05/html/user_data/assets/img/common/Cow8.png')}}\" alt=\"商品\">
  781.                     <h3 class=\"p-top__item__title\">スタンプ名が入ります</h3>
  782.                     <a href=\"https://xb579178.xbiz.jp/test-ec-05/products/detail/23\" class=\"cart\">スタンプを購入する</a>
  783.                 </div>
  784.             </div>
  785. </section>
  786. <!-- end merchandise -->
  787. {% endblock %}""index.twig""/home/xb579178/xb579178.xbiz.jp/public_html/test-ec-05/app/template/default/index.twig");
  788.     }
  789. }