var/cache/dev/twig/c6/c62b9ae0fd1b49ad39f0b3f0859504c4.php line 275

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