var/cache/dev/twig/b1/b12d142d4b2c14c99db4e15576b4e7051de99c716880fb05617bdfd017e839a3.php line 36

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. /* default_frame.twig */
  14. class __TwigTemplate_c27eb37f560d1457e8f9c123ebd7ec55e923250181495fd956e43ce937a8da7e 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->parent false;
  23.         $this->blocks = [
  24.             'stylesheet' => [$this'block_stylesheet'],
  25.             'main' => [$this'block_main'],
  26.             'javascript' => [$this'block_javascript'],
  27.         ];
  28.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  34.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  36.         // line 1
  37.         echo "<!DOCTYPE html>
  38. ";
  39.         // line 12
  40.         echo "<html lang=\"";
  41.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'12$this->source); })()), "locale", [], "any"falsefalsefalse12), "html"nulltrue);
  42.         echo "\">
  43.   <head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
  44.     <meta charset=\"utf-8\" />
  45.     <meta name=\"viewport\"
  46.       content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />
  47.     <meta name=\"eccube-csrf-token\"
  48.       content=\"";
  49.         // line 18
  50.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  51.         // line 22
  52.         echo "\" />
  53.     <title>
  54.       ";
  55.         // line 24
  56.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'24$this->source); })()), "shop_name", [], "any"falsefalsefalse24), "html"nulltrue);
  57.         if ((        // line 25
  58. array_key_exists("subtitle"$context) &&  !twig_test_empty((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'25$this->source); })())))) {
  59.             // line 26
  60.             echo "        / ";
  61.             echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'26$this->source); })()), "html"nulltrue);
  62.             echo "
  63.       ";
  64.         } elseif ((        // line 27
  65. array_key_exists("title"$context) &&  !twig_test_empty((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'27$this->source); })())))) {
  66.             // line 28
  67.             echo "        / ";
  68.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'28$this->source); })()), "html"nulltrue);
  69.             echo "
  70.       ";
  71.         }
  72.         // line 30
  73.         echo "    </title>
  74.     ";
  75.         // line 31
  76.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'31$this->source); })()), "meta_tags", [], "any"falsefalsefalse31))) {
  77.             // line 32
  78.             echo "      ";
  79.             echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'32$this->source); })()), "meta_tags", [], "any"falsefalsefalse32)));
  80.             echo "
  81.       ";
  82.             // line 33
  83.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'33$this->source); })()), "description", [], "any"falsefalsefalse33))) {
  84.                 // line 34
  85.                 echo "        <meta name=\"description\" content=\"";
  86.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'34$this->source); })()), "description", [], "any"falsefalsefalse34), "html"nulltrue);
  87.                 echo "\" />
  88.       ";
  89.             }
  90.             // line 36
  91.             echo "    ";
  92.         } else {
  93.             // line 37
  94.             echo "      ";
  95.             echo twig_include($this->env$context"meta.twig");
  96.             echo "
  97.     ";
  98.         }
  99.         // line 39
  100.         echo "    ";
  101.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'39$this->source); })()), "author", [], "any"falsefalsefalse39))) {
  102.             // line 40
  103.             echo "      <meta name=\"author\" content=\"";
  104.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'40$this->source); })()), "author", [], "any"falsefalsefalse40), "html"nulltrue);
  105.             echo "\" />
  106.     ";
  107.         }
  108.         // line 42
  109.         echo "    ";
  110.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'42$this->source); })()), "keyword", [], "any"falsefalsefalse42))) {
  111.             // line 43
  112.             echo "      <meta name=\"keywords\" content=\"";
  113.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'43$this->source); })()), "keyword", [], "any"falsefalsefalse43), "html"nulltrue);
  114.             echo "\" />
  115.     ";
  116.         }
  117.         // line 45
  118.         echo "    ";
  119.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'45$this->source); })()), "meta_robots", [], "any"falsefalsefalse45))) {
  120.             // line 46
  121.             echo "      <meta name=\"robots\" content=\"";
  122.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'46$this->source); })()), "meta_robots", [], "any"falsefalsefalse46), "html"nulltrue);
  123.             echo "\" />
  124.     ";
  125.         }
  126.         // line 48
  127.         echo "    ";
  128.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'48$this->source); })()), "meta_tags", [], "any"falsefalsefalse48))) {
  129.             // line 49
  130.             echo "      ";
  131.             echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'49$this->source); })()), "meta_tags", [], "any"falsefalsefalse49)));
  132.             echo "
  133.     ";
  134.         }
  135.         // line 51
  136.         echo "    <link rel=\"icon\"
  137.       href=\"";
  138.         // line 52
  139.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  140.         echo "\" />
  141.     <link rel=\"stylesheet\"
  142.       href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\"
  143.       integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\"
  144.       crossorigin=\"anonymous\" />
  145.     <link rel=\"stylesheet\"
  146.       href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\"
  147.       integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\"
  148.       crossorigin=\"anonymous\" />
  149.     ";
  150.         // line 62
  151.         echo "    <link rel=\"stylesheet\"
  152.       type=\"text/css\"
  153.       href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\" />
  154.     <link rel=\"stylesheet\"
  155.       type=\"text/css\"
  156.       href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css\" />
  157.     <link rel=\"stylesheet\" href=\"";
  158.         // line 68
  159.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  160.         echo "\" />
  161.     ";
  162.         // line 69
  163.         $this->displayBlock('stylesheet'$context$blocks);
  164.         // line 71
  165.         echo "    <script src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
  166.       integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
  167.       crossorigin=\"anonymous\"></script>
  168.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js\"></script>
  169.     <script>
  170.       \$(function() { \$.ajaxSetup({ 'headers': { 'ECCUBE-CSRF-TOKEN':
  171.       \$('meta[name=\"eccube-csrf-token\"]').attr('content') } }); });
  172.     </script>
  173.     ";
  174.         // line 80
  175.         echo "    ";
  176.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'80$this->source); })()), "Head", [], "any"falsefalsefalse80)) {
  177.             // line 81
  178.             echo "      ";
  179.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 85
  180. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'85$this->source); })()), "Head", [], "any"falsefalsefalse85)]);
  181.             // line 88
  182.             echo "
  183.     ";
  184.         }
  185.         // line 90
  186.         echo "    ";
  187.         // line 91
  188.         echo "    ";
  189.         // line 92
  190.         echo "    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  191.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  192.     <link href=\"https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500&display=swap\" rel=\"stylesheet\">
  193.     ";
  194.         // line 96
  195.         if (array_key_exists("plugin_assets"$context)) {
  196.             echo twig_include($this->env$context"@admin/snippet.twig", ["snippets" =>             // line 100
  197. (isset($context["plugin_assets"]) || array_key_exists("plugin_assets"$context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.'100$this->source); })())]);
  198.         }
  199.         // line 104
  200.         echo "    <link rel=\"stylesheet\"
  201.       href=\"";
  202.         // line 105
  203.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  204.         echo "\" />
  205.   </head>
  206.   <body id=\"page_";
  207.         // line 107
  208.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'107$this->source); })()), "request", [], "any"falsefalsefalse107), "get", [=> "_route"], "method"falsefalsefalse107), "html"nulltrue);
  209.         echo "\"
  210.     class=\"";
  211.         // line 108
  212.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter((isset($context["body_class"]) || array_key_exists("body_class"$context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.'108$this->source); })()), "other_page")) : ("other_page")), "html"nulltrue);
  213.         echo "\">
  214.     ";
  215.         // line 110
  216.         echo "    ";
  217.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'110$this->source); })()), "BodyAfter", [], "any"falsefalsefalse110)) {
  218.             // line 111
  219.             echo "      ";
  220.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 115
  221. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'115$this->source); })()), "BodyAfter", [], "any"falsefalsefalse115)]);
  222.             // line 118
  223.             echo "
  224.     ";
  225.         }
  226.         // line 120
  227.         echo "
  228.     ";
  229.         // line 121
  230.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'121$this->source); })())) {
  231.             // line 122
  232.             echo "      <div class=\"ec-maintenanceAlert\">
  233.         <div>
  234.           <div class=\"ec-maintenanceAlert__icon\">
  235.             <img src=\"";
  236.             // line 125
  237.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  238.             echo "\" />
  239.           </div>
  240.           ";
  241.             // line 127
  242.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  243.             echo "
  244.         </div>
  245.       </div>
  246.     ";
  247.         }
  248.         // line 131
  249.         echo "
  250.     <div class=\"ec-layoutRole\">
  251.       ";
  252.         // line 134
  253.         echo "      ";
  254.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'134$this->source); })()), "Header", [], "any"falsefalsefalse134)) {
  255.             // line 135
  256.             echo "        <div class=\"ec-layoutRole__header\">
  257.           ";
  258.             // line 136
  259.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 140
  260. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'140$this->source); })()), "Header", [], "any"falsefalsefalse140)]);
  261.             // line 143
  262.             echo "
  263.         </div>
  264.       ";
  265.         }
  266.         // line 146
  267.         echo "
  268.       ";
  269.         // line 148
  270.         echo "      ";
  271.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'148$this->source); })()), "ContentsTop", [], "any"falsefalsefalse148)) {
  272.             // line 149
  273.             echo "        <div class=\"ec-layoutRole__contentTop\">
  274.           ";
  275.             // line 150
  276.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 154
  277. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'154$this->source); })()), "ContentsTop", [], "any"falsefalsefalse154)]);
  278.             // line 157
  279.             echo "
  280.         </div>
  281.       ";
  282.         }
  283.         // line 160
  284.         echo "
  285.       <div class=\"ec-layoutRole__contents\">
  286.         ";
  287.         // line 163
  288.         echo "        ";
  289.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'163$this->source); })()), "SideLeft", [], "any"falsefalsefalse163)) {
  290.             // line 164
  291.             echo "          <div class=\"ec-layoutRole__left\">
  292.             ";
  293.             // line 165
  294.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 169
  295. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'169$this->source); })()), "SideLeft", [], "any"falsefalsefalse169)]);
  296.             // line 172
  297.             echo "
  298.           </div>
  299.         ";
  300.         }
  301.         // line 175
  302.         echo "
  303.         ";
  304.         // line 176
  305.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  306.         // line 177
  307.         echo "        ";
  308.         if ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'177$this->source); })()), "ColumnNum", [], "any"falsefalsefalse177) == 2)) {
  309.             // line 178
  310.             echo "          ";
  311.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  312.             // line 179
  313.             echo "        ";
  314.         } elseif ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'179$this->source); })()), "ColumnNum", [], "any"falsefalsefalse179) == 3)) {
  315.             // line 180
  316.             echo "          ";
  317.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  318.             // line 181
  319.             echo "        ";
  320.         }
  321.         // line 182
  322.         echo "
  323.         <div class=\"";
  324.         // line 183
  325.         echo twig_escape_filter($this->env, (isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain"$context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.'183$this->source); })()), "html"nulltrue);
  326.         echo "\">
  327.           ";
  328.         // line 185
  329.         echo "          ";
  330.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'185$this->source); })()), "MainTop", [], "any"falsefalsefalse185)) {
  331.             // line 186
  332.             echo "            <div class=\"ec-layoutRole__mainTop\">
  333.               ";
  334.             // line 187
  335.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 191
  336. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'191$this->source); })()), "MainTop", [], "any"falsefalsefalse191)]);
  337.             // line 194
  338.             echo "
  339.             </div>
  340.           ";
  341.         }
  342.         // line 197
  343.         echo "
  344.           ";
  345.         // line 199
  346.         echo "          ";
  347.         $this->displayBlock('main'$context$blocks);
  348.         // line 201
  349.         echo "
  350.           ";
  351.         // line 203
  352.         echo "          ";
  353.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'203$this->source); })()), "MainBottom", [], "any"falsefalsefalse203)) {
  354.             // line 204
  355.             echo "            <div class=\"ec-layoutRole__mainBottom\">
  356.               ";
  357.             // line 205
  358.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 209
  359. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'209$this->source); })()), "MainBottom", [], "any"falsefalsefalse209)]);
  360.             // line 212
  361.             echo "
  362.             </div>
  363.           ";
  364.         }
  365.         // line 215
  366.         echo "        </div>
  367.         ";
  368.         // line 218
  369.         echo "        ";
  370.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'218$this->source); })()), "SideRight", [], "any"falsefalsefalse218)) {
  371.             // line 219
  372.             echo "          <div class=\"ec-layoutRole__right\">
  373.             ";
  374.             // line 220
  375.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 224
  376. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'224$this->source); })()), "SideRight", [], "any"falsefalsefalse224)]);
  377.             // line 227
  378.             echo "
  379.           </div>
  380.         ";
  381.         }
  382.         // line 230
  383.         echo "      </div>
  384.       ";
  385.         // line 233
  386.         echo "      ";
  387.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'233$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse233)) {
  388.             // line 234
  389.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  390.           ";
  391.             // line 235
  392.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 239
  393. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'239$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse239)]);
  394.             // line 242
  395.             echo "
  396.         </div>
  397.       ";
  398.         }
  399.         // line 245
  400.         echo "
  401.       ";
  402.         // line 247
  403.         echo "      ";
  404.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'247$this->source); })()), "Footer", [], "any"falsefalsefalse247)) {
  405.             // line 248
  406.             echo "        <div class=\"ec-layoutRole__footer\">
  407.           ";
  408.             // line 249
  409.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 253
  410. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'253$this->source); })()), "Footer", [], "any"falsefalsefalse253)]);
  411.             // line 256
  412.             echo "
  413.         </div>
  414.       ";
  415.         }
  416.         // line 259
  417.         echo "    </div>
  418.     <!-- ec-layoutRole -->
  419.     <div class=\"ec-overlayRole\"></div>
  420.     <div class=\"ec-drawerRoleClose\">
  421.       <i class=\"fas fa-times\"></i>
  422.     </div>
  423.     <div class=\"ec-drawerRole\">
  424.       ";
  425.         // line 268
  426.         echo "      ";
  427.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'268$this->source); })()), "Drawer", [], "any"falsefalsefalse268)) {
  428.             // line 269
  429.             echo "        ";
  430.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 273
  431. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'273$this->source); })()), "Drawer", [], "any"falsefalsefalse273)]);
  432.             // line 276
  433.             echo "
  434.       ";
  435.         }
  436.         // line 278
  437.         echo "    </div>
  438.     <div class=\"ec-blockTopBtn pagetop\">
  439.       ";
  440.         // line 280
  441.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ページトップへ"), "html"nulltrue);
  442.         echo "
  443.     </div>
  444.     <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\"
  445.       integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\"
  446.       crossorigin=\"anonymous\"></script>
  447.     ";
  448.         // line 286
  449.         echo "    <script type=\"text/javascript\"
  450.       src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  451.     ";
  452.         // line 289
  453.         $this->loadTemplate("@common/lang.twig""default_frame.twig"289)->display($context);
  454.         // line 290
  455.         echo "    <script src=\"";
  456.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  457.         echo "\"></script>
  458.     <script src=\"";
  459.         // line 291
  460.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  461.         echo "\"></script>
  462.     ";
  463.         // line 293
  464.         $this->displayBlock('javascript'$context$blocks);
  465.         // line 295
  466.         echo "    ";
  467.         // line 296
  468.         echo "    ";
  469.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'296$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse296)) {
  470.             // line 297
  471.             echo "      ";
  472.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source,             // line 301
  473. (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'301$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse301)]);
  474.             // line 304
  475.             echo "
  476.     ";
  477.         }
  478.         // line 306
  479.         echo "    ";
  480.         // line 307
  481.         echo "    ";
  482.         if (array_key_exists("plugin_snippets"$context)) {
  483.             // line 308
  484.             echo "      ";
  485.             echo twig_include($this->env$context"snippet.twig", ["snippets" =>             // line 312
  486. (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets"$context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.'312$this->source); })())]);
  487.             // line 315
  488.             echo "
  489.     ";
  490.         }
  491.         // line 317
  492.         echo "    <script src=\"";
  493.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  494.         echo "\"></script>
  495.   </body>
  496. </html>
  497. ";
  498.         
  499.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  500.         
  501.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  502.     }
  503.     // line 69
  504.     public function block_stylesheet($context, array $blocks = [])
  505.     {
  506.         $macros $this->macros;
  507.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  508.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  509.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  510.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  511.         // line 70
  512.         echo "    ";
  513.         
  514.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  515.         
  516.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  517.     }
  518.     // line 199
  519.     public function block_main($context, array $blocks = [])
  520.     {
  521.         $macros $this->macros;
  522.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  523.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  524.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  525.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  526.         // line 200
  527.         echo "          ";
  528.         
  529.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  530.         
  531.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  532.     }
  533.     // line 293
  534.     public function block_javascript($context, array $blocks = [])
  535.     {
  536.         $macros $this->macros;
  537.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  538.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  539.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  540.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  541.         // line 294
  542.         echo "    ";
  543.         
  544.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  545.         
  546.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  547.     }
  548.     public function getTemplateName()
  549.     {
  550.         return "default_frame.twig";
  551.     }
  552.     public function isTraitable()
  553.     {
  554.         return false;
  555.     }
  556.     public function getDebugInfo()
  557.     {
  558.         return array (  572 => 294,  562 => 293,  552 => 200,  542 => 199,  532 => 70,  522 => 69,  507 => 317,  503 => 315,  501 => 312,  499 => 308,  496 => 307,  494 => 306,  490 => 304,  488 => 301,  486 => 297,  483 => 296,  481 => 295,  479 => 293,  474 => 291,  469 => 290,  467 => 289,  462 => 286,  454 => 280,  450 => 278,  446 => 276,  444 => 273,  442 => 269,  439 => 268,  429 => 259,  424 => 256,  422 => 253,  421 => 249,  418 => 248,  415 => 247,  412 => 245,  407 => 242,  405 => 239,  404 => 235,  401 => 234,  398 => 233,  394 => 230,  389 => 227,  387 => 224,  386 => 220,  383 => 219,  380 => 218,  376 => 215,  371 => 212,  369 => 209,  368 => 205,  365 => 204,  362 => 203,  359 => 201,  356 => 199,  353 => 197,  348 => 194,  346 => 191,  345 => 187,  342 => 186,  339 => 185,  335 => 183,  332 => 182,  329 => 181,  326 => 180,  323 => 179,  320 => 178,  317 => 177,  315 => 176,  312 => 175,  307 => 172,  305 => 169,  304 => 165,  301 => 164,  298 => 163,  294 => 160,  289 => 157,  287 => 154,  286 => 150,  283 => 149,  280 => 148,  277 => 146,  272 => 143,  270 => 140,  269 => 136,  266 => 135,  263 => 134,  259 => 131,  252 => 127,  247 => 125,  242 => 122,  240 => 121,  237 => 120,  233 => 118,  231 => 115,  229 => 111,  226 => 110,  222 => 108,  218 => 107,  213 => 105,  210 => 104,  207 => 100,  205 => 96,  199 => 92,  197 => 91,  195 => 90,  191 => 88,  189 => 85,  187 => 81,  184 => 80,  174 => 71,  172 => 69,  168 => 68,  160 => 62,  148 => 52,  145 => 51,  139 => 49,  136 => 48,  130 => 46,  127 => 45,  121 => 43,  118 => 42,  112 => 40,  109 => 39,  103 => 37,  100 => 36,  94 => 34,  92 => 33,  87 => 32,  85 => 31,  82 => 30,  76 => 28,  74 => 27,  69 => 26,  67 => 25,  65 => 24,  61 => 22,  59 => 18,  49 => 12,  46 => 1,);
  559.     }
  560.     public function getSourceContext()
  561.     {
  562.         return new Source("<!DOCTYPE html>
  563. {#
  564. This file is part of EC-CUBE
  565. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  566. http://www.ec-cube.co.jp/
  567. For the full copyright and license information, please view the LICENSE
  568. file that was distributed with this source code.
  569. #}
  570. <html lang=\"{{ eccube_config.locale }}\">
  571.   <head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
  572.     <meta charset=\"utf-8\" />
  573.     <meta name=\"viewport\"
  574.       content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />
  575.     <meta name=\"eccube-csrf-token\"
  576.       content=\"{{
  577.       csrf_token(
  578.         constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')
  579.       )
  580.       }}\" />
  581.     <title>
  582.       {{ BaseInfo.shop_name }}{% if
  583.         subtitle is defined and subtitle is not empty %}
  584.         / {{ subtitle }}
  585.       {% elseif title is defined and title is not empty %}
  586.         / {{ title }}
  587.       {% endif %}
  588.     </title>
  589.     {% if Page.meta_tags is not empty %}
  590.       {{ include(template_from_string(Page.meta_tags)) }}
  591.       {% if Page.description is not empty %}
  592.         <meta name=\"description\" content=\"{{ Page.description }}\" />
  593.       {% endif %}
  594.     {% else %}
  595.       {{ include('meta.twig') }}
  596.     {% endif %}
  597.     {% if Page.author is not empty %}
  598.       <meta name=\"author\" content=\"{{ Page.author }}\" />
  599.     {% endif %}
  600.     {% if Page.keyword is not empty %}
  601.       <meta name=\"keywords\" content=\"{{ Page.keyword }}\" />
  602.     {% endif %}
  603.     {% if Page.meta_robots is not empty %}
  604.       <meta name=\"robots\" content=\"{{ Page.meta_robots }}\" />
  605.     {% endif %}
  606.     {% if Page.meta_tags is not empty %}
  607.       {{ include(template_from_string(Page.meta_tags)) }}
  608.     {% endif %}
  609.     <link rel=\"icon\"
  610.       href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\" />
  611.     <link rel=\"stylesheet\"
  612.       href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\"
  613.       integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\"
  614.       crossorigin=\"anonymous\" />
  615.     <link rel=\"stylesheet\"
  616.       href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\"
  617.       integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\"
  618.       crossorigin=\"anonymous\" />
  619.     {# <link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\"> #}
  620.     <link rel=\"stylesheet\"
  621.       type=\"text/css\"
  622.       href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\" />
  623.     <link rel=\"stylesheet\"
  624.       type=\"text/css\"
  625.       href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css\" />
  626.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\" />
  627.     {% block stylesheet %}
  628.     {% endblock %}
  629.     <script src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
  630.       integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
  631.       crossorigin=\"anonymous\"></script>
  632.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js\"></script>
  633.     <script>
  634.       \$(function() { \$.ajaxSetup({ 'headers': { 'ECCUBE-CSRF-TOKEN':
  635.       \$('meta[name=\"eccube-csrf-token\"]').attr('content') } }); });
  636.     </script>
  637.     {# Layout: HEAD #}
  638.     {% if Layout.Head %}
  639.       {{
  640.         include(
  641.           'block.twig',
  642.           {
  643.             Blocks: Layout.Head
  644.           }
  645.         )
  646.       }}
  647.     {% endif %}
  648.     {# プラグイン用styleseetやmetatagなど #}
  649.     {# google fonts #}
  650.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  651.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  652.     <link href=\"https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500&display=swap\" rel=\"stylesheet\">
  653.     {% if plugin_assets is defined %}{{
  654.       include(
  655.         '@admin/snippet.twig',
  656.         {
  657.           snippets: plugin_assets
  658.         }
  659.       )
  660.     }}{% endif %}
  661.     <link rel=\"stylesheet\"
  662.       href=\"{{ asset('assets/css/customize.css', 'user_data') }}\" />
  663.   </head>
  664.   <body id=\"page_{{ app.request.get('_route') }}\"
  665.     class=\"{{ body_class|default('other_page') }}\">
  666.     {# Layout: BODY_AFTER #}
  667.     {% if Layout.BodyAfter %}
  668.       {{
  669.         include(
  670.           'block.twig',
  671.           {
  672.             Blocks: Layout.BodyAfter
  673.           }
  674.         )
  675.       }}
  676.     {% endif %}
  677.     {% if isMaintenance %}
  678.       <div class=\"ec-maintenanceAlert\">
  679.         <div>
  680.           <div class=\"ec-maintenanceAlert__icon\">
  681.             <img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\" />
  682.           </div>
  683.           {{ 'メンテナンスモードが有効になっています。'|trans }}
  684.         </div>
  685.       </div>
  686.     {% endif %}
  687.     <div class=\"ec-layoutRole\">
  688.       {# Layout: HEADER #}
  689.       {% if Layout.Header %}
  690.         <div class=\"ec-layoutRole__header\">
  691.           {{
  692.             include(
  693.               'block.twig',
  694.               {
  695.                 Blocks: Layout.Header
  696.               }
  697.             )
  698.           }}
  699.         </div>
  700.       {% endif %}
  701.       {# Layout: CONTENTS_TOP #}
  702.       {% if Layout.ContentsTop %}
  703.         <div class=\"ec-layoutRole__contentTop\">
  704.           {{
  705.             include(
  706.               'block.twig',
  707.               {
  708.                 Blocks: Layout.ContentsTop
  709.               }
  710.             )
  711.           }}
  712.         </div>
  713.       {% endif %}
  714.       <div class=\"ec-layoutRole__contents\">
  715.         {# Layout: SIDE_LEFT #}
  716.         {% if Layout.SideLeft %}
  717.           <div class=\"ec-layoutRole__left\">
  718.             {{
  719.               include(
  720.                 'block.twig',
  721.                 {
  722.                   Blocks: Layout.SideLeft
  723.                 }
  724.               )
  725.             }}
  726.           </div>
  727.         {% endif %}
  728.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  729.         {% if Layout.ColumnNum == 2 %}
  730.           {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  731.         {% elseif Layout.ColumnNum == 3 %}
  732.           {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  733.         {% endif %}
  734.         <div class=\"{{ layoutRoleMain }}\">
  735.           {# Layout: MAIN_TOP #}
  736.           {% if Layout.MainTop %}
  737.             <div class=\"ec-layoutRole__mainTop\">
  738.               {{
  739.                 include(
  740.                   'block.twig',
  741.                   {
  742.                     Blocks: Layout.MainTop
  743.                   }
  744.                 )
  745.               }}
  746.             </div>
  747.           {% endif %}
  748.           {# MAIN AREA #}
  749.           {% block main %}
  750.           {% endblock %}
  751.           {# Layout: MAIN_Bottom #}
  752.           {% if Layout.MainBottom %}
  753.             <div class=\"ec-layoutRole__mainBottom\">
  754.               {{
  755.                 include(
  756.                   'block.twig',
  757.                   {
  758.                     Blocks: Layout.MainBottom
  759.                   }
  760.                 )
  761.               }}
  762.             </div>
  763.           {% endif %}
  764.         </div>
  765.         {# Layout: SIDE_RIGHT #}
  766.         {% if Layout.SideRight %}
  767.           <div class=\"ec-layoutRole__right\">
  768.             {{
  769.               include(
  770.                 'block.twig',
  771.                 {
  772.                   Blocks: Layout.SideRight
  773.                 }
  774.               )
  775.             }}
  776.           </div>
  777.         {% endif %}
  778.       </div>
  779.       {# Layout: CONTENTS_BOTTOM #}
  780.       {% if Layout.ContentsBottom %}
  781.         <div class=\"ec-layoutRole__contentBottom\">
  782.           {{
  783.             include(
  784.               'block.twig',
  785.               {
  786.                 Blocks: Layout.ContentsBottom
  787.               }
  788.             )
  789.           }}
  790.         </div>
  791.       {% endif %}
  792.       {# Layout: CONTENTS_FOOTER #}
  793.       {% if Layout.Footer %}
  794.         <div class=\"ec-layoutRole__footer\">
  795.           {{
  796.             include(
  797.               'block.twig',
  798.               {
  799.                 Blocks: Layout.Footer
  800.               }
  801.             )
  802.           }}
  803.         </div>
  804.       {% endif %}
  805.     </div>
  806.     <!-- ec-layoutRole -->
  807.     <div class=\"ec-overlayRole\"></div>
  808.     <div class=\"ec-drawerRoleClose\">
  809.       <i class=\"fas fa-times\"></i>
  810.     </div>
  811.     <div class=\"ec-drawerRole\">
  812.       {# Layout: DRAWER #}
  813.       {% if Layout.Drawer %}
  814.         {{
  815.           include(
  816.             'block.twig',
  817.             {
  818.               Blocks: Layout.Drawer
  819.             }
  820.           )
  821.         }}
  822.       {% endif %}
  823.     </div>
  824.     <div class=\"ec-blockTopBtn pagetop\">
  825.       {{ 'ページトップへ'|trans }}
  826.     </div>
  827.     <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\"
  828.       integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\"
  829.       crossorigin=\"anonymous\"></script>
  830.     {# <script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script> #}
  831.     <script type=\"text/javascript\"
  832.       src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  833.     {% include '@common/lang.twig' %}
  834.     <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  835.     <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  836.     {% block javascript %}
  837.     {% endblock %}
  838.     {# Layout: CLOSE_BODY_BEFORE #}
  839.     {% if Layout.CloseBodyBefore %}
  840.       {{
  841.         include(
  842.           'block.twig',
  843.           {
  844.             Blocks: Layout.CloseBodyBefore
  845.           }
  846.         )
  847.       }}
  848.     {% endif %}
  849.     {# プラグイン用Snippet #}
  850.     {% if plugin_snippets is defined %}
  851.       {{
  852.         include(
  853.           'snippet.twig',
  854.           {
  855.             snippets: plugin_snippets
  856.           }
  857.         )
  858.       }}
  859.     {% endif %}
  860.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  861.   </body>
  862. </html>
  863. ""default_frame.twig""/home/saicomp/stg-site.jp/public_html/cosmo-test3.stg-site.jp/app/template/default/default_frame.twig");
  864.     }
  865. }