<?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_01dab7c8e9ad4c22e787e21962ff1970 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'],
'breadcrumb' => [$this, 'block_breadcrumb'],
'main' => [$this, 'block_main'],
'javascript' => [$this, 'block_javascript'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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, 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, false, 12), "html", null, true);
echo "\">
\t<head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
\t\t<meta charset=\"utf-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
\t\t<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 "\">
\t\t<title>";
// line 17
echo twig_escape_filter($this->env, 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, false, 17), "html", null, true);
echo "
\t\t\t";
// line 18
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); })())))) {
// line 19
echo "\t\t\t\t/
\t\t\t\t";
// line 20
echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 20, $this->source); })()), "html", null, true);
echo "
\t\t\t";
} elseif (( // line 21
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); })())))) {
// line 22
echo "\t\t\t\t/
\t\t\t\t";
// line 23
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 23, $this->source); })()), "html", null, true);
echo "
\t\t\t";
}
// line 25
echo "\t\t</title>
\t\t";
// line 26
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", false, false, false, 26))) {
// line 27
echo "\t\t\t";
echo twig_include($this->env, $context, twig_template_from_string($this->env, 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", false, false, false, 27)));
echo "
\t\t\t";
// line 28
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", false, false, false, 28))) {
// line 29
echo "\t\t\t\t<meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, 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", false, false, false, 29), "html", null, true);
echo "\">
\t\t\t";
}
// line 31
echo "\t\t";
} else {
// line 32
echo "\t\t\t";
echo twig_include($this->env, $context, "meta.twig");
echo "
\t\t";
}
// line 34
echo "\t\t";
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", false, false, false, 34))) {
// line 35
echo "\t\t\t<meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, 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", false, false, false, 35), "html", null, true);
echo "\">
\t\t";
}
// line 37
echo "\t\t";
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", false, false, false, 37))) {
// line 38
echo "\t\t\t<meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, 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", false, false, false, 38), "html", null, true);
echo "\">
\t\t";
}
// line 40
echo "\t\t";
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", false, false, false, 40))) {
// line 41
echo "\t\t\t<meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, 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", false, false, false, 41), "html", null, true);
echo "\">
\t\t";
}
// line 43
echo "\t\t<link rel=\"icon\" href=\"";
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 "\">
\t\t<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
\t\t<link
\t\thref=\"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap\"
\t\trel=\"stylesheet\"
\t \t/>
\t\t<link rel=\"stylesheet\" href=\"";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
echo "\">
\t\t<script src=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js", "bundle"), "html", null, true);
echo "\"></script>
\t\t";
// line 51
$this->displayBlock('stylesheet', $context, $blocks);
// line 52
echo "\t\t<script>
\t\t\$(function () {
\t\t\t\$.ajaxSetup({
\t\t\t'headers': {
\t\t\t'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
\t\t\t}
\t\t\t});
\t\t});
\t\t</script>
\t\t<script>
\t\t\t\$(function () {
\t\t\t\t\$('.main_visual').slick({
\t\t\t\t\tdots: true,
\t\t\t\t\tautoplay: true,
\t\t\t\t\tspeed: 300,
\t\t\t\t\tslidesToShow: 1,
\t\t\t\t\tcenterMode: true,
\t\t\t\t\tvariableWidth: true,
\t\t\t\t\t
\t\t\t\t\tresponsive: [
\t\t\t\t\t\t{
\t\t\t\t\t\t\tbreakpoint: 768,
\t\t\t\t\t\t\tsettings: {
\t\t\t\t\t\t\t\tslidesToShow: 1,
\t\t\t\t\t\t\t\tslidesToScroll: 1,
\t\t\t\t\t\t\t\tvariableWidth: true,
\t\t\t\t\t\t\t\tcenterMode: true,
\t\t\t\t\t\t\t\tcenterPadding: '0',
\t\t\t\t\t\t\t\tcssEase: 'linear',
\t\t\t\t\t\t\t\tspeed: 300,
\t\t\t\t\t\t\t\tarrows: false,
\t\t\t\t\t\t\t\tdots: true,
\t\t\t\t\t\t\t}
\t\t\t\t\t\t}
\t\t\t\t\t]
\t\t\t\t});
\t\t\t});
\t\t</script>
\t\t";
// line 91
echo "\t\t";
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", false, false, false, 91)) {
// line 92
echo "\t\t\t";
echo 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", false, false, false, 92)]);
echo "
\t\t";
}
// line 94
echo "\t\t";
// line 95
echo "\t\t";
if (array_key_exists("plugin_assets", $context)) {
// line 96
echo "\t\t\t";
echo 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); })())]);
echo "
\t\t";
}
// line 98
echo "\t\t<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 "\">
\t</head>
\t<body
\t\tid=\"page_";
// line 102
echo twig_escape_filter($this->env, 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.', 102, $this->source); })()), "request", [], "any", false, false, false, 102), "get", [0 => "_route"], "method", false, false, false, 102), "html", null, true);
echo "\" class=\"";
echo twig_escape_filter($this->env, ((array_key_exists("body_class", $context)) ? (_twig_default_filter((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 102, $this->source); })()), "other_page")) : ("other_page")), "html", null, true);
echo "\">
\t\t";
// line 104
echo "\t\t";
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", false, false, false, 104)) {
// line 105
echo "\t\t\t";
echo 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", false, false, false, 105)]);
echo "
\t\t";
}
// line 107
echo "
\t\t";
// line 108
if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance", $context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.', 108, $this->source); })())) {
// line 109
echo "\t\t\t<div class=\"ec-maintenanceAlert\">
\t\t\t\t<div>
\t\t\t\t\t<div class=\"ec-maintenanceAlert__icon\"><img src=\"";
// line 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true);
echo "\"/></div>
\t\t\t\t\t";
// line 112
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html", null, true);
echo "
\t\t\t\t</div>
\t\t\t</div>
\t\t";
}
// line 116
echo "
\t\t<div
\t\t\tclass=\"ec-layoutRole\">
\t\t\t";
// line 120
echo "\t\t\t";
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", false, false, false, 120)) {
// line 121
echo "\t\t\t\t<header class=\"ec-layoutRole__header\">
\t\t\t\t\t";
// line 122
echo 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", false, false, false, 122)]);
echo "
\t\t\t\t</header>
\t\t\t";
}
// line 125
echo "\t\t\t";
$this->displayBlock('breadcrumb', $context, $blocks);
// line 126
echo "
\t\t\t";
// line 128
echo "\t\t\t";
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", false, false, false, 128)) {
// line 129
echo "\t\t\t\t<div class=\"ec-layoutRole__contentTop\">
\t\t\t\t\t";
// line 130
echo 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", false, false, false, 130)]);
echo "
\t\t\t\t</div>
\t\t\t";
}
// line 133
echo "
\t\t\t";
// line 135
$context["request_uri"] = twig_get_attribute($this->env, $this->source, 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.', 135, $this->source); })()), "request", [], "any", false, false, false, 135), "server", [], "any", false, false, false, 135), "get", [0 => "REQUEST_URI"], "method", false, false, false, 135);
// line 136
echo "\t\t\t";
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); })()) == "/")) {
// line 137
echo "\t\t\t\t<div class=\"slick-wrapper\">
\t\t\t\t\t<div class=\"main_visual\">
\t\t\t\t\t\t<div class=\"slick-slide\">
\t\t\t\t\t\t\t<picture>
\t\t\t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
// line 141
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/sm-toujitu-banner2.png", "user_data"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t<img src=\"";
// line 142
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/dammy-slide.png", "user_data"), "html", null, true);
echo "\" alt=\"電材Blue Wood 当社在庫品12時までのご注文で当日発送\"/>
\t\t\t\t\t\t\t</picture>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"slick-slide\">
\t\t\t\t\t\t\t<a href =\"";
// line 146
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_index");
echo "#estimate\">
\t\t\t\t\t\t\t<picture>
\t\t\t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
// line 148
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/sp-tairyo-03.jpg", "user_data"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t<img src=\"";
// line 149
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/pc-tairyo-03.jpg", "user_data"), "html", null, true);
echo "\" alt=\"電材Blue Wood 見積もり無料! 最短即日対応!\"/>
\t\t\t\t\t\t\t</picture>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item slick-slide\">
\t\t\t\t\t\t\t<a href =\"";
// line 154
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("faq_index");
echo "#estimate\">
\t\t\t\t\t\t\t<picture>
\t\t\t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"";
// line 156
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/sp-senyo.jpg", "user_data"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t<img src=\"";
// line 157
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/pc-senyo.jpg", "user_data"), "html", null, true);
echo "\" alt=\"電材Blue Wood お客様のご要望に合わせた専用商品ページ作成します。\"/>
\t\t\t\t\t\t\t</picture>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
}
// line 164
echo "
\t\t\t<div
\t\t\t\tclass=\"ec-layoutRole__contents layout-root\">
\t\t\t\t";
// line 168
echo "\t\t\t\t";
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.', 168, $this->source); })()), "SideLeft", [], "any", false, false, false, 168)) {
// line 169
echo "\t\t\t\t\t<aside class=\"ec-layoutRole__left\">
\t\t\t\t\t\t";
// line 170
echo 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.', 170, $this->source); })()), "SideLeft", [], "any", false, false, false, 170)]);
echo "
\t\t\t\t\t</aside>
\t\t\t\t";
}
// line 173
echo "
\t\t\t\t";
// line 174
$context["layoutRoleMain"] = "ec-layoutRole__main";
// line 175
echo "\t\t\t\t";
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.', 175, $this->source); })()), "ColumnNum", [], "any", false, false, false, 175) == 2)) {
// line 176
echo "\t\t\t\t\t";
$context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
// line 177
echo "\t\t\t\t";
} 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.', 177, $this->source); })()), "ColumnNum", [], "any", false, false, false, 177) == 3)) {
// line 178
echo "\t\t\t\t\t";
$context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
// line 179
echo "\t\t\t\t";
}
// line 180
echo "
\t\t\t\t<main
\t\t\t\t\tclass=\"";
// line 182
echo twig_escape_filter($this->env, (isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain", $context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.', 182, $this->source); })()), "html", null, true);
echo "\">
\t\t\t\t\t";
// line 184
echo "\t\t\t\t\t";
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.', 184, $this->source); })()), "MainTop", [], "any", false, false, false, 184)) {
// line 185
echo "\t\t\t\t\t\t<div class=\"ec-layoutRole__mainTop\">
\t\t\t\t\t\t\t";
// line 186
echo 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.', 186, $this->source); })()), "MainTop", [], "any", false, false, false, 186)]);
echo "
\t\t\t\t\t\t</div>
\t\t\t\t\t";
}
// line 189
echo "
\t\t\t\t\t";
// line 191
echo "\t\t\t\t\t";
$this->displayBlock('main', $context, $blocks);
// line 192
echo "
\t\t\t\t\t";
// line 194
echo "\t\t\t\t\t";
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.', 194, $this->source); })()), "MainBottom", [], "any", false, false, false, 194)) {
// line 195
echo "\t\t\t\t\t\t<div class=\"ec-layoutRole__mainBottom\">
\t\t\t\t\t\t\t";
// line 196
echo 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.', 196, $this->source); })()), "MainBottom", [], "any", false, false, false, 196)]);
echo "
\t\t\t\t\t\t</div>
\t\t\t\t\t";
}
// line 199
echo "\t\t\t\t</main>
\t\t\t\t";
// line 202
echo "\t\t\t\t";
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.', 202, $this->source); })()), "SideRight", [], "any", false, false, false, 202)) {
// line 203
echo "\t\t\t\t\t<aside class=\"ec-layoutRole__right\">
\t\t\t\t\t\t";
// line 204
echo 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.', 204, $this->source); })()), "SideRight", [], "any", false, false, false, 204)]);
echo "
\t\t\t\t\t</aside>
\t\t\t\t";
}
// line 207
echo "\t\t\t</div>
\t\t\t";
// line 210
echo "\t\t\t";
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.', 210, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 210)) {
// line 211
echo "\t\t\t\t<div class=\"ec-layoutRole__contentBottom\">
\t\t\t\t\t";
// line 212
echo 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.', 212, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 212)]);
echo "
\t\t\t\t</div>
\t\t\t";
}
// line 215
echo "
\t\t\t";
// line 217
echo "\t\t\t";
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.', 217, $this->source); })()), "Footer", [], "any", false, false, false, 217)) {
// line 218
echo "\t\t\t\t<footer class=\"ec-layoutRole__footer\">
\t\t\t\t\t";
// line 219
echo 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.', 219, $this->source); })()), "Footer", [], "any", false, false, false, 219)]);
echo "
\t\t\t\t</footer>
\t\t\t";
}
// line 222
echo "\t\t</div>
\t\t<!-- ec-layoutRole -->
\t\t<div class=\"ec-overlayRole\"></div>
\t\t<div class=\"ec-drawerRoleClose\">
\t\t\t<i class=\"fas fa-times\"></i>
\t\t</div>
\t\t<div
\t\t\tclass=\"ec-drawerRole\">
\t\t\t";
// line 232
echo "\t\t\t";
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.', 232, $this->source); })()), "Drawer", [], "any", false, false, false, 232)) {
// line 233
echo "\t\t\t\t";
echo 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.', 233, $this->source); })()), "Drawer", [], "any", false, false, false, 233)]);
echo "
\t\t\t";
}
// line 235
echo "\t\t</div>
\t\t<div class=\"ec-blockTopBtn pagetop\">";
// line 236
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ページトップへ"), "html", null, true);
echo "</div>
\t\t";
// line 237
$this->loadTemplate("@common/lang.twig", "default_frame.twig", 237)->display($context);
// line 238
echo "\t\t<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>
\t\t<script src=\"";
// line 239
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true);
echo "\"></script>
\t\t";
// line 240
$this->displayBlock('javascript', $context, $blocks);
// line 241
echo "\t\t";
// line 242
echo "\t\t";
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.', 242, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 242)) {
// line 243
echo "\t\t\t";
echo 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.', 243, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 243)]);
echo "
\t\t";
}
// line 245
echo "\t\t";
// line 246
echo "\t\t";
if (array_key_exists("plugin_snippets", $context)) {
// line 247
echo "\t\t\t";
echo 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.', 247, $this->source); })())]);
echo "
\t\t";
}
// line 249
echo "\t\t<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>
\t</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 51
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 125
public function block_breadcrumb($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 191
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 240
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "default_frame.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 615 => 240, 597 => 191, 579 => 125, 561 => 51, 546 => 249, 540 => 247, 537 => 246, 535 => 245, 529 => 243, 526 => 242, 524 => 241, 522 => 240, 518 => 239, 513 => 238, 511 => 237, 507 => 236, 504 => 235, 498 => 233, 495 => 232, 484 => 222, 478 => 219, 475 => 218, 472 => 217, 469 => 215, 463 => 212, 460 => 211, 457 => 210, 453 => 207, 447 => 204, 444 => 203, 441 => 202, 437 => 199, 431 => 196, 428 => 195, 425 => 194, 422 => 192, 419 => 191, 416 => 189, 410 => 186, 407 => 185, 404 => 184, 400 => 182, 396 => 180, 393 => 179, 390 => 178, 387 => 177, 384 => 176, 381 => 175, 379 => 174, 376 => 173, 370 => 170, 367 => 169, 364 => 168, 359 => 164, 349 => 157, 345 => 156, 340 => 154, 332 => 149, 328 => 148, 323 => 146, 316 => 142, 312 => 141, 306 => 137, 303 => 136, 301 => 135, 297 => 133, 291 => 130, 288 => 129, 285 => 128, 282 => 126, 279 => 125, 273 => 122, 270 => 121, 267 => 120, 262 => 116, 255 => 112, 251 => 111, 247 => 109, 245 => 108, 242 => 107, 236 => 105, 233 => 104, 227 => 102, 219 => 98, 213 => 96, 210 => 95, 208 => 94, 202 => 92, 199 => 91, 159 => 52, 157 => 51, 153 => 50, 149 => 49, 139 => 43, 133 => 41, 130 => 40, 124 => 38, 121 => 37, 115 => 35, 112 => 34, 106 => 32, 103 => 31, 97 => 29, 95 => 28, 90 => 27, 88 => 26, 85 => 25, 80 => 23, 77 => 22, 75 => 21, 71 => 20, 68 => 19, 66 => 18, 62 => 17, 58 => 16, 50 => 12, 47 => 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 }}\">
\t<head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
\t\t<meta charset=\"utf-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
\t\t<meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
\t\t<title>{{ BaseInfo.shop_name }}
\t\t\t{% if subtitle is defined and subtitle is not empty %}
\t\t\t\t/
\t\t\t\t{{ subtitle }}
\t\t\t{% elseif title is defined and title is not empty %}
\t\t\t\t/
\t\t\t\t{{ title }}
\t\t\t{% endif %}
\t\t</title>
\t\t{% if Page.meta_tags is not empty %}
\t\t\t{{ include(template_from_string(Page.meta_tags)) }}
\t\t\t{% if Page.description is not empty %}
\t\t\t\t<meta name=\"description\" content=\"{{ Page.description }}\">
\t\t\t{% endif %}
\t\t{% else %}
\t\t\t{{ include('meta.twig') }}
\t\t{% endif %}
\t\t{% if Page.author is not empty %}
\t\t\t<meta name=\"author\" content=\"{{ Page.author }}\">
\t\t{% endif %}
\t\t{% if Page.keyword is not empty %}
\t\t\t<meta name=\"keywords\" content=\"{{ Page.keyword }}\">
\t\t{% endif %}
\t\t{% if Page.meta_robots is not empty %}
\t\t\t<meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
\t\t{% endif %}
\t\t<link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
\t\t<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
\t\t<link
\t\thref=\"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap\"
\t\trel=\"stylesheet\"
\t \t/>
\t\t<link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
\t\t<script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
\t\t{% block stylesheet %}{% endblock %}
\t\t<script>
\t\t\$(function () {
\t\t\t\$.ajaxSetup({
\t\t\t'headers': {
\t\t\t'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
\t\t\t}
\t\t\t});
\t\t});
\t\t</script>
\t\t<script>
\t\t\t\$(function () {
\t\t\t\t\$('.main_visual').slick({
\t\t\t\t\tdots: true,
\t\t\t\t\tautoplay: true,
\t\t\t\t\tspeed: 300,
\t\t\t\t\tslidesToShow: 1,
\t\t\t\t\tcenterMode: true,
\t\t\t\t\tvariableWidth: true,
\t\t\t\t\t
\t\t\t\t\tresponsive: [
\t\t\t\t\t\t{
\t\t\t\t\t\t\tbreakpoint: 768,
\t\t\t\t\t\t\tsettings: {
\t\t\t\t\t\t\t\tslidesToShow: 1,
\t\t\t\t\t\t\t\tslidesToScroll: 1,
\t\t\t\t\t\t\t\tvariableWidth: true,
\t\t\t\t\t\t\t\tcenterMode: true,
\t\t\t\t\t\t\t\tcenterPadding: '0',
\t\t\t\t\t\t\t\tcssEase: 'linear',
\t\t\t\t\t\t\t\tspeed: 300,
\t\t\t\t\t\t\t\tarrows: false,
\t\t\t\t\t\t\t\tdots: true,
\t\t\t\t\t\t\t}
\t\t\t\t\t\t}
\t\t\t\t\t]
\t\t\t\t});
\t\t\t});
\t\t</script>
\t\t{# Layout: HEAD #}
\t\t{% if Layout.Head %}
\t\t\t{{ include('block.twig', {'Blocks': Layout.Head}) }}
\t\t{% endif %}
\t\t{# プラグイン用styleseetやmetatagなど #}
\t\t{% if plugin_assets is defined %}
\t\t\t{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}
\t\t{% endif %}
\t\t<link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
\t</head>
\t<body
\t\tid=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
\t\t{# Layout: BODY_AFTER #}
\t\t{% if Layout.BodyAfter %}
\t\t\t{{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
\t\t{% endif %}
\t\t{% if isMaintenance %}
\t\t\t<div class=\"ec-maintenanceAlert\">
\t\t\t\t<div>
\t\t\t\t\t<div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
\t\t\t\t\t{{ 'メンテナンスモードが有効になっています。'|trans }}
\t\t\t\t</div>
\t\t\t</div>
\t\t{% endif %}
\t\t<div
\t\t\tclass=\"ec-layoutRole\">
\t\t\t{# Layout: HEADER #}
\t\t\t{% if Layout.Header %}
\t\t\t\t<header class=\"ec-layoutRole__header\">
\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.Header}) }}
\t\t\t\t</header>
\t\t\t{% endif %}
\t\t\t{% block breadcrumb %}{% endblock %}
\t\t\t{# Layout: CONTENTS_TOP #}
\t\t\t{% if Layout.ContentsTop %}
\t\t\t\t<div class=\"ec-layoutRole__contentTop\">
\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
\t\t\t\t</div>
\t\t\t{% endif %}
\t\t\t{% set request_uri = app.request.server.get('REQUEST_URI') %}
\t\t\t{% if request_uri == '/' %}
\t\t\t\t<div class=\"slick-wrapper\">
\t\t\t\t\t<div class=\"main_visual\">
\t\t\t\t\t\t<div class=\"slick-slide\">
\t\t\t\t\t\t\t<picture>
\t\t\t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/sm-toujitu-banner2.png','user_data') }}\">
\t\t\t\t\t\t\t\t<img src=\"{{ asset('assets/img/dammy-slide.png','user_data') }}\" alt=\"電材Blue Wood 当社在庫品12時までのご注文で当日発送\"/>
\t\t\t\t\t\t\t</picture>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"slick-slide\">
\t\t\t\t\t\t\t<a href =\"{{ url('faq_index') }}#estimate\">
\t\t\t\t\t\t\t<picture>
\t\t\t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/sp-tairyo-03.jpg','user_data') }}\">
\t\t\t\t\t\t\t\t<img src=\"{{ asset('assets/img/pc-tairyo-03.jpg','user_data') }}\" alt=\"電材Blue Wood 見積もり無料! 最短即日対応!\"/>
\t\t\t\t\t\t\t</picture>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item slick-slide\">
\t\t\t\t\t\t\t<a href =\"{{ url('faq_index') }}#estimate\">
\t\t\t\t\t\t\t<picture>
\t\t\t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"{{ asset('assets/img/sp-senyo.jpg','user_data') }}\">
\t\t\t\t\t\t\t\t<img src=\"{{ asset('assets/img/pc-senyo.jpg','user_data') }}\" alt=\"電材Blue Wood お客様のご要望に合わせた専用商品ページ作成します。\"/>
\t\t\t\t\t\t\t</picture>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endif %}
\t\t\t<div
\t\t\t\tclass=\"ec-layoutRole__contents layout-root\">
\t\t\t\t{# Layout: SIDE_LEFT #}
\t\t\t\t{% if Layout.SideLeft %}
\t\t\t\t\t<aside class=\"ec-layoutRole__left\">
\t\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
\t\t\t\t\t</aside>
\t\t\t\t{% endif %}
\t\t\t\t{% set layoutRoleMain = 'ec-layoutRole__main' %}
\t\t\t\t{% if Layout.ColumnNum == 2 %}
\t\t\t\t\t{% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
\t\t\t\t{% elseif Layout.ColumnNum == 3 %}
\t\t\t\t\t{% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
\t\t\t\t{% endif %}
\t\t\t\t<main
\t\t\t\t\tclass=\"{{ layoutRoleMain }}\">
\t\t\t\t\t{# Layout: MAIN_TOP #}
\t\t\t\t\t{% if Layout.MainTop %}
\t\t\t\t\t\t<div class=\"ec-layoutRole__mainTop\">
\t\t\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
\t\t\t\t\t\t</div>
\t\t\t\t\t{% endif %}
\t\t\t\t\t{# MAIN AREA #}
\t\t\t\t\t{% block main %}{% endblock %}
\t\t\t\t\t{# Layout: MAIN_Bottom #}
\t\t\t\t\t{% if Layout.MainBottom %}
\t\t\t\t\t\t<div class=\"ec-layoutRole__mainBottom\">
\t\t\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
\t\t\t\t\t\t</div>
\t\t\t\t\t{% endif %}
\t\t\t\t</main>
\t\t\t\t{# Layout: SIDE_RIGHT #}
\t\t\t\t{% if Layout.SideRight %}
\t\t\t\t\t<aside class=\"ec-layoutRole__right\">
\t\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
\t\t\t\t\t</aside>
\t\t\t\t{% endif %}
\t\t\t</div>
\t\t\t{# Layout: CONTENTS_BOTTOM #}
\t\t\t{% if Layout.ContentsBottom %}
\t\t\t\t<div class=\"ec-layoutRole__contentBottom\">
\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
\t\t\t\t</div>
\t\t\t{% endif %}
\t\t\t{# Layout: CONTENTS_FOOTER #}
\t\t\t{% if Layout.Footer %}
\t\t\t\t<footer class=\"ec-layoutRole__footer\">
\t\t\t\t\t{{ include('block.twig', {'Blocks': Layout.Footer}) }}
\t\t\t\t</footer>
\t\t\t{% endif %}
\t\t</div>
\t\t<!-- ec-layoutRole -->
\t\t<div class=\"ec-overlayRole\"></div>
\t\t<div class=\"ec-drawerRoleClose\">
\t\t\t<i class=\"fas fa-times\"></i>
\t\t</div>
\t\t<div
\t\t\tclass=\"ec-drawerRole\">
\t\t\t{# Layout: DRAWER #}
\t\t\t{% if Layout.Drawer %}
\t\t\t\t{{ include('block.twig', {'Blocks': Layout.Drawer}) }}
\t\t\t{% endif %}
\t\t</div>
\t\t<div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}</div>
\t\t{% include('@common/lang.twig') %}
\t\t<script src=\"{{ asset('assets/js/function.js') }}\"></script>
\t\t<script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
\t\t{% block javascript %}{% endblock %}
\t\t{# Layout: CLOSE_BODY_BEFORE #}
\t\t{% if Layout.CloseBodyBefore %}
\t\t\t{{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
\t\t{% endif %}
\t\t{# プラグイン用Snippet #}
\t\t{% if plugin_snippets is defined %}
\t\t\t{{ include('snippet.twig', { snippets: plugin_snippets }) }}
\t\t{% endif %}
\t\t<script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
\t</body>
</html>
", "default_frame.twig", "/home/xs804421/stg.denzai-bluewood.com/public_html/app/template/default/default_frame.twig");
}
}