- <?php
- use Twig\Environment;
- use Twig\Error\LoaderError;
- use Twig\Error\RuntimeError;
- use Twig\Extension\SandboxExtension;
- use Twig\Markup;
- use Twig\Sandbox\SecurityError;
- use Twig\Sandbox\SecurityNotAllowedTagError;
- use Twig\Sandbox\SecurityNotAllowedFilterError;
- use Twig\Sandbox\SecurityNotAllowedFunctionError;
- use Twig\Source;
- use Twig\Template;
- /* default_frame.twig */
- class __TwigTemplate_c0542bc43a078d128ba9c14f7575c22e9bf04c07a8ea6fc6fe241014c0dfe28c extends \Eccube\Twig\Template
- {
-     private $source;
-     private $macros = [];
-     public function __construct(Environment $env)
-     {
-         parent::__construct($env);
-         $this->source = $this->getSourceContext();
-         $this->parent = false;
-         $this->blocks = [
-             'stylesheet' => [$this, 'block_stylesheet'],
-             'main' => [$this, 'block_main'],
-             'javascript' => [$this, 'block_javascript'],
-         ];
-         $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
-         $this->checkSecurity();
-     }
-     protected function doDisplay(array $context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig"));
-         // line 1
-         echo "<!doctype html>
- ";
-         // line 12
-         echo "<html lang=\"";
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_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", false, false, true, 12), 12, $this->source), "html", null, true);
-         echo "\">
- <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
-     <meta charset=\"utf-8\">
-     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
-     <meta name=\"eccube-csrf-token\" content=\"";
-         // line 16
-         echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html", null, true);
-         echo "\">
-     <title>";
-         // line 17
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_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.', 17, $this->source); })()), "shop_name", [], "any", false, false, true, 17), 17, $this->source), "html", null, true);
-         if ((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.', 17, $this->source); })())))) {
-             echo " / ";
-             echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 17, $this->source); })()), 17, $this->source), "html", null, true);
-         } elseif ((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.', 17, $this->source); })())))) {
-             echo " / ";
-             echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 17, $this->source); })()), 17, $this->source), "html", null, true);
-         }
-         echo "</title>
-     ";
-         // line 18
-         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.', 18, $this->source); })()), "meta_tags", [], "any", false, false, true, 18))) {
-             // line 19
-             echo "        ";
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, twig_template_from_string($this->env, $this->sandbox->ensureToStringAllowed(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.', 19, $this->source); })()), "meta_tags", [], "any", false, false, true, 19), 19, $this->source)), array(), true, false, true);
-             echo "
-         ";
-             // line 20
-             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.', 20, $this->source); })()), "description", [], "any", false, false, true, 20))) {
-                 // line 21
-                 echo "            <meta name=\"description\" content=\"";
-                 echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(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.', 21, $this->source); })()), "description", [], "any", false, false, true, 21), 21, $this->source), "html", null, true);
-                 echo "\">
-         ";
-             }
-             // line 23
-             echo "    ";
-         } else {
-             // line 24
-             echo "        ";
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "meta.twig");
-             echo "
-     ";
-         }
-         // line 26
-         echo "    ";
-         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.', 26, $this->source); })()), "author", [], "any", false, false, true, 26))) {
-             // line 27
-             echo "        <meta name=\"author\" content=\"";
-             echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(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.', 27, $this->source); })()), "author", [], "any", false, false, true, 27), 27, $this->source), "html", null, true);
-             echo "\">
-     ";
-         }
-         // line 29
-         echo "    ";
-         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.', 29, $this->source); })()), "keyword", [], "any", false, false, true, 29))) {
-             // line 30
-             echo "        <meta name=\"keywords\" content=\"";
-             echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(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.', 30, $this->source); })()), "keyword", [], "any", false, false, true, 30), 30, $this->source), "html", null, true);
-             echo "\">
-     ";
-         }
-         // line 32
-         echo "    ";
-         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.', 32, $this->source); })()), "meta_robots", [], "any", false, false, true, 32))) {
-             // line 33
-             echo "        <meta name=\"robots\" content=\"";
-             echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(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); })()), "meta_robots", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
-             echo "\">
-     ";
-         }
-         // line 35
-         echo "    <meta property=\"og:url\" content=\"";
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_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.', 35, $this->source); })()), "request", [], "any", false, false, true, 35), "uri", [], "any", false, false, true, 35), 35, $this->source), "html", null, true);
-         echo "\" />
-     <meta property=\"og:type\" content=\"website\" />
-     <meta property=\"og:title\" content=\"";
-         // line 37
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_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.', 37, $this->source); })()), "shop_name", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
-         if ((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.', 37, $this->source); })())))) {
-             echo " / ";
-             echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 37, $this->source); })()), 37, $this->source), "html", null, true);
-         } elseif ((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.', 37, $this->source); })())))) {
-             echo " / ";
-             echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 37, $this->source); })()), 37, $this->source), "html", null, true);
-         }
-         echo "\" />
-     <meta property=\"og:description\" content=\"";
-         // line 38
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(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.', 38, $this->source); })()), "description", [], "any", false, false, true, 38), 38, $this->source), "html", null, true);
-         echo "\" />
-     <meta property=\"og:site_name\" content=\"";
-         // line 39
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_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.', 39, $this->source); })()), "shop_name", [], "any", false, false, true, 39), 39, $this->source), "html", null, true);
-         echo "\" />
-     <meta property=\"og:image\" content=\"";
-         // line 40
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
-         echo "html/user_data/assets/img/common/ogp.jpg\" />
-     <link rel=\"icon\" href=\"";
-         // line 41
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico", "user_data"), "html", null, true);
-         echo "\">
-     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
-     <link rel=\"stylesheet\" href=\"";
-         // line 43
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
-         echo "\">
-     ";
-         // line 45
-         echo "    <script>
-         WebFontConfig = {google: {families: ['Noto+Sans+JP:400,500,600,700', 'Zen+Kaku+Gothic+New:400,500,600,700','M+PLUS+1p:400,500,700']}};
-         (function () {
-             var wf = document.createElement('script');
-             wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
-             wf.type = 'text/javascript';
-             var s = document.getElementsByTagName('script')[0];
-             s.parentNode.insertBefore(wf, s);
-         })();
-     </script>
-     ";
-         // line 56
-         echo "    <script src=\"";
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js", "bundle"), "html", null, true);
-         echo "\"></script>
-     ";
-         // line 57
-         $this->displayBlock('stylesheet', $context, $blocks);
-         // line 58
-         echo "    <script>
-         \$(function() {
-             \$.ajaxSetup({
-                 'headers': {
-                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
-                 }
-             });
-         });
-     </script>
-     ";
-         // line 68
-         echo "    ";
-         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.', 68, $this->source); })()), "Head", [], "any", false, false, true, 68)) {
-             // line 69
-             echo "        ";
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 69, $this->source); })()), "Head", [], "any", false, false, true, 69)]);
-             echo "
-     ";
-         }
-         // line 71
-         echo "    ";
-         // line 72
-         echo "    ";
-         if (array_key_exists("plugin_assets", $context)) {
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets", $context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.', 72, $this->source); })())]);
-         }
-         // line 73
-         echo "    <link rel=\"stylesheet\" href=\"";
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css", "user_data"), "html", null, true);
-         echo "\">
- </head>
- <body id=\"page_";
-         // line 75
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_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.', 75, $this->source); })()), "request", [], "any", false, false, true, 75), "get", [0 => "_route"], "method", false, false, true, 75), 75, $this->source), "html", null, true);
-         echo "\" class=\"";
-         echo twig_escape_filter($this->env, ((array_key_exists("body_class", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 75, $this->source); })()), 75, $this->source), "other_page")) : ("other_page")), "html", null, true);
-         echo "\">
- ";
-         // line 77
-         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.', 77, $this->source); })()), "BodyAfter", [], "any", false, false, true, 77)) {
-             // line 78
-             echo "    ";
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 78, $this->source); })()), "BodyAfter", [], "any", false, false, true, 78)]);
-             echo "
- ";
-         }
-         // line 80
-         echo "
- ";
-         // line 81
-         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance", $context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.', 81, $this->source); })())) {
-             // line 82
-             echo "    <div class=\"ec-maintenanceAlert\">
-         <div>
-             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
-             // line 84
-             echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true);
-             echo "\"/></div>
-             ";
-             // line 85
-             echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html", null, true);
-             echo "
-         </div>
-     </div>
- ";
-         }
-         // line 89
-         echo "
- <div class=\"ec-layoutRole\">
-     ";
-         // line 92
-         echo "    ";
-         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.', 92, $this->source); })()), "Header", [], "any", false, false, true, 92)) {
-             // line 93
-             echo "        <header class=\"ec-layoutRole__header\">
-             ";
-             // line 94
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 94, $this->source); })()), "Header", [], "any", false, false, true, 94)]);
-             echo "
-         </header>
-     ";
-         }
-         // line 97
-         echo "
-     ";
-         // line 99
-         echo "    ";
-         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.', 99, $this->source); })()), "ContentsTop", [], "any", false, false, true, 99)) {
-             // line 100
-             echo "        <div class=\"ec-layoutRole__contentTop\">
-             ";
-             // line 101
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 101, $this->source); })()), "ContentsTop", [], "any", false, false, true, 101)]);
-             echo "
-         </div>
-     ";
-         }
-         // line 104
-         echo "
-     <div class=\"ec-layoutRole__contents\">
-         ";
-         // line 107
-         echo "        ";
-         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.', 107, $this->source); })()), "SideLeft", [], "any", false, false, true, 107)) {
-             // line 108
-             echo "            <aside class=\"ec-layoutRole__left\">
-                 ";
-             // line 109
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 109, $this->source); })()), "SideLeft", [], "any", false, false, true, 109)]);
-             echo "
-             </aside>
-         ";
-         }
-         // line 112
-         echo "
-         ";
-         // line 113
-         $context["layoutRoleMain"] = "ec-layoutRole__main";
-         // line 114
-         echo "        ";
-         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.', 114, $this->source); })()), "ColumnNum", [], "any", false, false, true, 114) == 2)) {
-             // line 115
-             echo "            ";
-             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
-             // line 116
-             echo "        ";
-         } 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.', 116, $this->source); })()), "ColumnNum", [], "any", false, false, true, 116) == 3)) {
-             // line 117
-             echo "            ";
-             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
-             // line 118
-             echo "        ";
-         }
-         // line 119
-         echo "
-         <main class=\"";
-         // line 120
-         echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain", $context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.', 120, $this->source); })()), 120, $this->source), "html", null, true);
-         echo "\">
-             ";
-         // line 122
-         echo "            ";
-         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.', 122, $this->source); })()), "MainTop", [], "any", false, false, true, 122)) {
-             // line 123
-             echo "                <div class=\"ec-layoutRole__mainTop\">
-                     ";
-             // line 124
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 124, $this->source); })()), "MainTop", [], "any", false, false, true, 124)]);
-             echo "
-                 </div>
-             ";
-         }
-         // line 127
-         echo "
-             ";
-         // line 129
-         echo "            ";
-         $this->displayBlock('main', $context, $blocks);
-         // line 130
-         echo "
-             ";
-         // line 132
-         echo "            ";
-         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.', 132, $this->source); })()), "MainBottom", [], "any", false, false, true, 132)) {
-             // line 133
-             echo "                <div class=\"ec-layoutRole__mainBottom\">
-                     ";
-             // line 134
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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); })()), "MainBottom", [], "any", false, false, true, 134)]);
-             echo "
-                 </div>
-             ";
-         }
-         // line 137
-         echo "        </main>
-         ";
-         // line 140
-         echo "        ";
-         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.', 140, $this->source); })()), "SideRight", [], "any", false, false, true, 140)) {
-             // line 141
-             echo "            <aside class=\"ec-layoutRole__right\">
-                 ";
-             // line 142
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 142, $this->source); })()), "SideRight", [], "any", false, false, true, 142)]);
-             echo "
-             </aside>
-         ";
-         }
-         // line 145
-         echo "    </div>
-     ";
-         // line 148
-         echo "    ";
-         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); })()), "ContentsBottom", [], "any", false, false, true, 148)) {
-             // line 149
-             echo "        <div class=\"ec-layoutRole__contentBottom\">
-             ";
-             // line 150
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 150, $this->source); })()), "ContentsBottom", [], "any", false, false, true, 150)]);
-             echo "
-         </div>
-     ";
-         }
-         // line 153
-         echo "
-     ";
-         // line 155
-         echo "    ";
-         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.', 155, $this->source); })()), "Footer", [], "any", false, false, true, 155)) {
-             // line 156
-             echo "        <footer class=\"ec-layoutRole__footer\">
-             ";
-             // line 157
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 157, $this->source); })()), "Footer", [], "any", false, false, true, 157)]);
-             echo "
-         </footer>
-     ";
-         }
-         // line 160
-         echo "</div><!-- ec-layoutRole -->
- <div class=\"ec-overlayRole\"></div>
- ";
-         // line 164
-         echo "<div class=\"ec-drawerRole\">
-     ";
-         // line 166
-         echo "    ";
-         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.', 166, $this->source); })()), "Drawer", [], "any", false, false, true, 166)) {
-             // line 167
-             echo "        ";
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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.', 167, $this->source); })()), "Drawer", [], "any", false, false, true, 167)]);
-             echo "
-     ";
-         }
-         // line 169
-         echo "</div>
- ";
-         // line 170
-         $this->loadTemplate("@common/lang.twig", "default_frame.twig", 170)->display($context);
-         // line 171
-         echo "<script src=\"";
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html", null, true);
-         echo "\"></script>
- <script src=\"";
-         // line 172
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true);
-         echo "\"></script>
- <script src=\"";
-         // line 173
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/scroll-fadein.js"), "html", null, true);
-         echo "\"></script>
- ";
-         // line 174
-         $this->displayBlock('javascript', $context, $blocks);
-         // line 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.', 176, $this->source); })()), "CloseBodyBefore", [], "any", false, false, true, 176)) {
-             // line 177
-             echo "    ";
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => 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); })()), "CloseBodyBefore", [], "any", false, false, true, 177)]);
-             echo "
- ";
-         }
-         // line 180
-         if (array_key_exists("plugin_snippets", $context)) {
-             // line 181
-             echo "    ";
-             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets", $context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.', 181, $this->source); })())]);
-             echo "
- ";
-         }
-         // line 183
-         echo "    <script src=\"";
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js", "user_data"), "html", null, true);
-         echo "\"></script>
- </body>
- </html>
- ";
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-     }
-     // line 57
-     public function block_stylesheet($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     // line 129
-     public function block_main($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     // line 174
-     public function block_javascript($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     public function getTemplateName()
-     {
-         return "default_frame.twig";
-     }
-     public function isTraitable()
-     {
-         return false;
-     }
-     public function getDebugInfo()
-     {
-         return array (  507 => 174,  489 => 129,  471 => 57,  456 => 183,  450 => 181,  448 => 180,  442 => 177,  440 => 176,  438 => 174,  434 => 173,  430 => 172,  425 => 171,  423 => 170,  420 => 169,  414 => 167,  411 => 166,  408 => 164,  403 => 160,  397 => 157,  394 => 156,  391 => 155,  388 => 153,  382 => 150,  379 => 149,  376 => 148,  372 => 145,  366 => 142,  363 => 141,  360 => 140,  356 => 137,  350 => 134,  347 => 133,  344 => 132,  341 => 130,  338 => 129,  335 => 127,  329 => 124,  326 => 123,  323 => 122,  319 => 120,  316 => 119,  313 => 118,  310 => 117,  307 => 116,  304 => 115,  301 => 114,  299 => 113,  296 => 112,  290 => 109,  287 => 108,  284 => 107,  280 => 104,  274 => 101,  271 => 100,  268 => 99,  265 => 97,  259 => 94,  256 => 93,  253 => 92,  249 => 89,  242 => 85,  238 => 84,  234 => 82,  232 => 81,  229 => 80,  223 => 78,  221 => 77,  215 => 75,  209 => 73,  204 => 72,  202 => 71,  196 => 69,  193 => 68,  182 => 58,  180 => 57,  175 => 56,  163 => 45,  159 => 43,  154 => 41,  150 => 40,  146 => 39,  142 => 38,  131 => 37,  125 => 35,  119 => 33,  116 => 32,  110 => 30,  107 => 29,  101 => 27,  98 => 26,  92 => 24,  89 => 23,  83 => 21,  81 => 20,  76 => 19,  74 => 18,  63 => 17,  59 => 16,  51 => 12,  48 => 1,);
-     }
-     public function getSourceContext()
-     {
-         return new Source("<!doctype html>
- {#
- This file is part of EC-CUBE
- Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
- http://www.ec-cube.co.jp/
- For the full copyright and license information, please view the LICENSE
- file that was distributed with this source code.
- #}
- <html lang=\"{{ eccube_config.locale }}\">
- <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
-     <meta charset=\"utf-8\">
-     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
-     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
-     <title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
-     {% if Page.meta_tags is not empty %}
-         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
-         {% if Page.description is not empty %}
-             <meta name=\"description\" content=\"{{ Page.description }}\">
-         {% endif %}
-     {% else %}
-         {{ include('meta.twig') }}
-     {% endif %}
-     {% if Page.author is not empty %}
-         <meta name=\"author\" content=\"{{ Page.author }}\">
-     {% endif %}
-     {% if Page.keyword is not empty %}
-         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
-     {% endif %}
-     {% if Page.meta_robots is not empty %}
-         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
-     {% endif %}
-     <meta property=\"og:url\" content=\"{{ app.request.uri }}\" />
-     <meta property=\"og:type\" content=\"website\" />
-     <meta property=\"og:title\" content=\"{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}\" />
-     <meta property=\"og:description\" content=\"{{ Page.description }}\" />
-     <meta property=\"og:site_name\" content=\"{{ BaseInfo.shop_name }}\" />
-     <meta property=\"og:image\" content=\"{{ url('homepage') }}html/user_data/assets/img/common/ogp.jpg\" />
-     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
-     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
-     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
-     {# FONT #}
-     <script>
-         WebFontConfig = {google: {families: ['Noto+Sans+JP:400,500,600,700', 'Zen+Kaku+Gothic+New:400,500,600,700','M+PLUS+1p:400,500,700']}};
-         (function () {
-             var wf = document.createElement('script');
-             wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
-             wf.type = 'text/javascript';
-             var s = document.getElementsByTagName('script')[0];
-             s.parentNode.insertBefore(wf, s);
-         })();
-     </script>
-     {# FONT #}
-     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
-     {% block stylesheet %}{% endblock %}
-     <script>
-         \$(function() {
-             \$.ajaxSetup({
-                 'headers': {
-                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
-                 }
-             });
-         });
-     </script>
-     {# Layout: HEAD #}
-     {% if Layout.Head %}
-         {{ include('block.twig', {'Blocks': Layout.Head}) }}
-     {% endif %}
-     {# プラグイン用styleseetやmetatagなど #}
-     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
-     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
- </head>
- <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
- {# Layout: BODY_AFTER #}
- {% if Layout.BodyAfter %}
-     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
- {% endif %}
- {% if isMaintenance %}
-     <div class=\"ec-maintenanceAlert\">
-         <div>
-             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
-             {{ 'メンテナンスモードが有効になっています。'|trans }}
-         </div>
-     </div>
- {% endif %}
- <div class=\"ec-layoutRole\">
-     {# Layout: HEADER #}
-     {% if Layout.Header %}
-         <header class=\"ec-layoutRole__header\">
-             {{ include('block.twig', {'Blocks': Layout.Header}) }}
-         </header>
-     {% endif %}
-     {# Layout: CONTENTS_TOP #}
-     {% if Layout.ContentsTop %}
-         <div class=\"ec-layoutRole__contentTop\">
-             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
-         </div>
-     {% endif %}
-     <div class=\"ec-layoutRole__contents\">
-         {# Layout: SIDE_LEFT #}
-         {% if Layout.SideLeft %}
-             <aside class=\"ec-layoutRole__left\">
-                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
-             </aside>
-         {% endif %}
-         {% set layoutRoleMain = 'ec-layoutRole__main' %}
-         {% if Layout.ColumnNum == 2 %}
-             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
-         {% elseif Layout.ColumnNum == 3 %}
-             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
-         {% endif %}
-         <main class=\"{{ layoutRoleMain }}\">
-             {# Layout: MAIN_TOP #}
-             {% if Layout.MainTop %}
-                 <div class=\"ec-layoutRole__mainTop\">
-                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
-                 </div>
-             {% endif %}
-             {# MAIN AREA #}
-             {% block main %}{% endblock %}
-             {# Layout: MAIN_Bottom #}
-             {% if Layout.MainBottom %}
-                 <div class=\"ec-layoutRole__mainBottom\">
-                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
-                 </div>
-             {% endif %}
-         </main>
-         {# Layout: SIDE_RIGHT #}
-         {% if Layout.SideRight %}
-             <aside class=\"ec-layoutRole__right\">
-                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
-             </aside>
-         {% endif %}
-     </div>
-     {# Layout: CONTENTS_BOTTOM #}
-     {% if Layout.ContentsBottom %}
-         <div class=\"ec-layoutRole__contentBottom\">
-             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
-         </div>
-     {% endif %}
-     {# Layout: CONTENTS_FOOTER #}
-     {% if Layout.Footer %}
-         <footer class=\"ec-layoutRole__footer\">
-             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
-         </footer>
-     {% endif %}
- </div><!-- ec-layoutRole -->
- <div class=\"ec-overlayRole\"></div>
- {# <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div> #}
- <div class=\"ec-drawerRole\">
-     {# Layout: DRAWER #}
-     {% if Layout.Drawer %}
-         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
-     {% endif %}
- </div>
- {% include('@common/lang.twig') %}
- <script src=\"{{ asset('assets/js/function.js') }}\"></script>
- <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
- <script src=\"{{ asset('assets/js/scroll-fadein.js') }}\"></script>
- {% block javascript %}{% endblock %}
- {# Layout: CLOSE_BODY_BEFORE #}
- {% if Layout.CloseBodyBefore %}
-     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
- {% endif %}
- {# プラグイン用Snippet #}
- {% if plugin_snippets is defined %}
-     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
- {% endif %}
-     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
- </body>
- </html>
- ", "default_frame.twig", "/home/cpartners/cpartners.xbiz.jp/public_html/app/template/default/default_frame.twig");
-     }
-     
-     public function checkSecurity()
-     {
-         static $tags = array("if" => 17, "block" => 57, "set" => 113, "include" => 170);
-         static $filters = array("escape" => 12, "default" => 75, "trans" => 85);
-         static $functions = array("csrf_token" => 16, "constant" => 16, "include" => 19, "template_from_string" => 19, "url" => 40, "asset" => 41);
-         try {
-             $this->sandbox->checkSecurity(
-                 ['if', 'block', 'set', 'include'],
-                 ['escape', 'default', 'trans'],
-                 ['csrf_token', 'constant', 'include', 'template_from_string', 'url', 'asset']
-             );
-         } catch (SecurityError $e) {
-             $e->setSourceContext($this->source);
-             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
-                 $e->setTemplateLine($tags[$e->getTagName()]);
-             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
-                 $e->setTemplateLine($filters[$e->getFilterName()]);
-             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
-                 $e->setTemplateLine($functions[$e->getFunctionName()]);
-             }
-             throw $e;
-         }
-     }
- }
-