<?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_390d205acbe35a758c50f6be8b2f9997 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'main' => [$this, 'block_main'],
'javascript' => [$this, 'block_javascript'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_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, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 12, $this->source); })()), "locale", [], "any", false, false, true, 12), 12, $this->source), "html", null, true);
echo "\">
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<meta name=\"eccube-csrf-token\" content=\"";
// line 16
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html", null, true);
echo "\">
";
// line 18
$context["path"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, true, 18), "getPathInfo", [], "method", true, true, true, 18)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, true, 18), "getPathInfo", [], "method", false, false, true, 18), 18, $this->source), "")) : (""));
// line 19
$context["is_lp_page"] = (((isset($context["path"]) || array_key_exists("path", $context) ? $context["path"] : (function () { throw new RuntimeError('Variable "path" does not exist.', 19, $this->source); })()) == "/lp") || (is_string($__internal_compile_0 = (isset($context["path"]) || array_key_exists("path", $context) ? $context["path"] : (function () { throw new RuntimeError('Variable "path" does not exist.', 19, $this->source); })())) && is_string($__internal_compile_1 = "/lp/") && ('' === $__internal_compile_1 || 0 === strpos($__internal_compile_0, $__internal_compile_1))));
// line 20
echo "
";
// line 21
$context["lp_param"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, true, 21), "query", [], "any", false, true, true, 21), "get", [0 => "lp"], "method", true, true, true, 21)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, true, 21), "query", [], "any", false, true, true, 21), "get", [0 => "lp"], "method", false, false, true, 21), 21, $this->source), "")) : (""));
// line 22
$context["is_lp_param"] = ((isset($context["lp_param"]) || array_key_exists("lp_param", $context) ? $context["lp_param"] : (function () { throw new RuntimeError('Variable "lp_param" does not exist.', 22, $this->source); })()) == "1");
// line 23
echo "
";
// line 24
$context["lp_session"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, true, true, 24), "get", [0 => "lp_flow"], "method", true, true, true, 24)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, true, true, 24), "get", [0 => "lp_flow"], "method", false, false, true, 24), 24, $this->source), "")) : (""));
// line 25
$context["is_lp_session"] = ((isset($context["lp_session"]) || array_key_exists("lp_session", $context) ? $context["lp_session"] : (function () { throw new RuntimeError('Variable "lp_session" does not exist.', 25, $this->source); })()) == "1");
// line 26
echo "
";
// line 27
$context["is_medical_flow"] = (((isset($context["is_lp_page"]) || array_key_exists("is_lp_page", $context) ? $context["is_lp_page"] : (function () { throw new RuntimeError('Variable "is_lp_page" does not exist.', 27, $this->source); })()) || (isset($context["is_lp_param"]) || array_key_exists("is_lp_param", $context) ? $context["is_lp_param"] : (function () { throw new RuntimeError('Variable "is_lp_param" does not exist.', 27, $this->source); })())) || (isset($context["is_lp_session"]) || array_key_exists("is_lp_session", $context) ? $context["is_lp_session"] : (function () { throw new RuntimeError('Variable "is_lp_session" does not exist.', 27, $this->source); })()));
// line 28
echo "
";
// line 39
echo "
\t<title>
\t\t";
// line 41
if ((isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 41, $this->source); })())) {
// line 42
echo "\t\t\t";
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.', 42, $this->source); })())))) {
// line 43
echo "\t\t\t\t";
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.', 43, $this->source); })()), 43, $this->source), "html", null, true);
echo "
\t\t\t";
} elseif (( // line 44
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.', 44, $this->source); })())))) {
// line 45
echo "\t\t\t\t";
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.', 45, $this->source); })()), 45, $this->source), "html", null, true);
echo "
\t\t\t";
} else {
// line 47
echo "\t\t\t\t前立腺セルフケア
\t\t\t";
}
// line 49
echo "\t\t";
} else {
// line 50
echo "\t\t\t";
if ((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.', 50, $this->source); })()), "url", [], "any", false, false, true, 50) == "homepage")) {
// line 51
echo "\t\t\t\tアネロスジャパン | ANEROS JAPAN
\t\t\t";
} else {
// line 53
echo "\t\t\t\t";
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.', 53, $this->source); })())))) {
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.', 53, $this->source); })()), 53, $this->source), "html", null, true);
echo " | ";
} elseif ((array_key_exists("title", $context) && !twig_test_empty((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 53, $this->source); })())))) {
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.', 53, $this->source); })()), 53, $this->source), "html", null, true);
echo " | ";
}
echo "アネロスジャパン | ANEROS JAPAN
\t\t\t";
}
// line 55
echo "\t\t";
}
// line 56
echo "\t</title>
\t
";
// line 61
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 61, $this->source); })()), "author", [], "any", false, false, true, 61))) {
// line 62
echo " <meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 62, $this->source); })()), "author", [], "any", false, false, true, 62), 62, $this->source), "html", null, true);
echo "\">
";
}
// line 64
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 64, $this->source); })()), "description", [], "any", false, false, true, 64))) {
// line 65
echo " <meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 65, $this->source); })()), "description", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "\">
";
}
// line 67
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 67, $this->source); })()), "keyword", [], "any", false, false, true, 67))) {
// line 68
echo " <meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 68, $this->source); })()), "keyword", [], "any", false, false, true, 68), 68, $this->source), "html", null, true);
echo "\">
";
}
// line 70
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 70, $this->source); })()), "meta_robots", [], "any", false, false, true, 70))) {
// line 71
echo " <meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 71, $this->source); })()), "meta_robots", [], "any", false, false, true, 71), 71, $this->source), "html", null, true);
echo "\">
";
}
// line 73
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 73, $this->source); })()), "meta_tags", [], "any", false, false, true, 73))) {
// line 74
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, twig_template_from_string($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 74, $this->source); })()), "meta_tags", [], "any", false, false, true, 74), 74, $this->source)));
echo "
";
}
// line 76
echo " <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 "\">
";
// line 81
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/all.min.css"), "html", null, true);
echo "\">
";
// line 82
if ( !(isset($context["is_lp_page"]) || array_key_exists("is_lp_page", $context) ? $context["is_lp_page"] : (function () { throw new RuntimeError('Variable "is_lp_page" does not exist.', 82, $this->source); })())) {
// line 83
echo " <link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\">
";
}
// line 85
echo " ";
// line 86
echo " ";
if (( !array_key_exists("body_class", $context) || ((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 86, $this->source); })()) != "product_page"))) {
// line 87
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css?v=20240528"), "html", null, true);
echo "\">
";
}
// line 89
echo "
";
// line 91
echo " ";
if ((((((((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.', 91, $this->source); })()), "url", [], "any", false, false, true, 91) == "cart") || twig_in_filter("shopping", 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.', 91, $this->source); })()), "url", [], "any", false, false, true, 91))) || twig_in_filter("entry", 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.', 91, $this->source); })()), "url", [], "any", false, false, true, 91))) || twig_in_filter("mypage", 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.', 91, $this->source); })()), "url", [], "any", false, false, true, 91))) || twig_in_filter("contact", 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.', 91, $this->source); })()), "url", [], "any", false, false, true, 91))) || twig_in_filter("forgot", 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.', 91, $this->source); })()), "url", [], "any", false, false, true, 91))) || twig_in_filter("introduce_friend", 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.', 91, $this->source); })()), "url", [], "any", false, false, true, 91)))) {
// line 92
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/shopping.css?v=20221025"), "html", null, true);
echo "\">
";
}
// line 94
echo "
";
// line 96
echo " ";
if (((((twig_in_filter("mypage", 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.', 96, $this->source); })()), "url", [], "any", false, false, true, 96)) && (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.', 96, $this->source); })()), "url", [], "any", false, false, true, 96) != "mypage_login")) || twig_in_filter("contact", 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.', 96, $this->source); })()), "url", [], "any", false, false, true, 96))) || twig_in_filter("forgot", 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.', 96, $this->source); })()), "url", [], "any", false, false, true, 96))) || twig_in_filter("introduce_friend", 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.', 96, $this->source); })()), "url", [], "any", false, false, true, 96)))) {
// line 97
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/mypage.css?v=20220602"), "html", null, true);
echo "\">
";
}
// line 99
echo "
";
// line 101
echo " ";
if (((((((((((((((((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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "product_list") || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "accessories")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "sex-toys-for-men")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "sex-toys-for-women")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "sex-toys-for-couples")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "lubricants")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "masturbators")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "special-offers")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "timesale2024")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "2024-xmas-sale")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "2025-vday-sale")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "2025-gw-sale")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "2025-summer-sale")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "2025-time-sale")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "2025-black-friday-sale")) || (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.', 101, $this->source); })()), "url", [], "any", false, false, true, 101) == "2025-xmas-sale"))) {
// line 102
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/product_list.css"), "html", null, true);
echo "\">
";
}
// line 104
echo "
";
// line 106
echo " ";
if (((((((((((((((((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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "dr-voice") || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "greeting")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "company")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "patent")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "disclaimer")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "privacy")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "terms")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "refund-policy")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "warranty-policy")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "payment")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "shipping")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "faqs")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "help_agreement")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "error404")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "aneros-members")) || (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.', 106, $this->source); })()), "url", [], "any", false, false, true, 106) == "help_tradelaw"))) {
// line 107
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/other-page.css"), "html", null, true);
echo "\">
";
}
// line 109
echo "
";
// line 111
echo " ";
if (((((((((((((((((((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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "prostate-massagers") || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "accessories")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "sex-toys-for-men")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "sex-toys-for-women")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "sex-toys-for-couples")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "lubricants")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "masturbators")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "special-offers")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "trident-series")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "progasm-products")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "timesale2024")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "2024-xmas-sale")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "2025-vday-sale")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "2025-gw-sale")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "2025-summer-sale")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "2025-time-sale")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "2025-black-friday-sale")) || (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.', 111, $this->source); })()), "url", [], "any", false, false, true, 111) == "2025-xmas-sale"))) {
// line 112
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/category.css?v=20250822"), "html", null, true);
echo "\">
";
}
// line 114
echo "
";
// line 116
echo " ";
if (((((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.', 116, $this->source); })()), "url", [], "any", false, false, true, 116) == "learning-center") || (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.', 116, $this->source); })()), "url", [], "any", false, false, true, 116) == "learning-center-men")) || (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.', 116, $this->source); })()), "url", [], "any", false, false, true, 116) == "learning-center-women")) || (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.', 116, $this->source); })()), "url", [], "any", false, false, true, 116) == "learning-center-unisex"))) {
// line 117
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/learning-center.css"), "html", null, true);
echo "\">
";
}
// line 119
echo "
";
// line 121
echo " ";
if ((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.', 121, $this->source); })()), "url", [], "any", false, false, true, 121) == "review_list")) {
// line 122
echo " <link rel=\"canonical\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("review_list", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 122, $this->source); })()), "id", [], "any", false, false, true, 122)]), "html", null, true);
echo "\" />
";
}
// line 124
echo "\t
";
// line 126
echo " ";
if ((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.', 126, $this->source); })()), "url", [], "any", false, false, true, 126) == "review_post")) {
// line 127
echo " <link rel=\"canonical\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("review_post", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 127, $this->source); })()), "id", [], "any", false, false, true, 127)]), "html", null, true);
echo "\" />
";
}
// line 129
echo "
";
// line 130
$this->displayBlock('stylesheet', $context, $blocks);
// line 131
echo " ";
// line 132
echo "
";
// line 133
if ( !(isset($context["is_lp_page"]) || array_key_exists("is_lp_page", $context) ? $context["is_lp_page"] : (function () { throw new RuntimeError('Variable "is_lp_page" does not exist.', 133, $this->source); })())) {
echo "
\t<script src=\"";
// line 134
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/modules/jquery/jquery-3.5.1.min.js"), "html", null, true);
echo "\"></script>
<script>
\$(function() {
\$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
});
});
</script>
";
}
// line 146
echo "\t
";
// line 148
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 148, $this->source); })()), "Head", [], "any", false, false, true, 148) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 148, $this->source); })()))) {
// line 149
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 149, $this->source); })()), "Head", [], "any", false, false, true, 149)]);
echo "
";
}
// line 151
echo " ";
// line 152
echo " ";
if (array_key_exists("plugin_assets", $context)) {
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets", $context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.', 152, $this->source); })())]);
}
// line 153
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css", "user_data"), "html", null, true);
echo "\">
";
// line 156
$context["route"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, true, 156), "attributes", [], "any", false, true, true, 156), "get", [0 => "_route"], "method", true, true, true, 156)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, true, 156), "attributes", [], "any", false, true, true, 156), "get", [0 => "_route"], "method", false, false, true, 156), 156, $this->source), "")) : (""));
// line 157
if (((isset($context["route"]) || array_key_exists("route", $context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.', 157, $this->source); })()) == "product_detail")) {
// line 158
echo " ";
// line 159
echo " ";
$this->loadTemplate("abtest/pdp_value_msg.twig", "default_frame.twig", 159)->display($context);
}
// line 161
echo "
</head>
<body id=\"page_";
// line 164
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 164, $this->source); })()), "request", [], "any", false, false, true, 164), "get", [0 => "_route"], "method", false, false, true, 164), 164, $this->source), "html", null, true);
echo "\" class=\"";
echo twig_escape_filter($this->env, ((array_key_exists("body_class", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 164, $this->source); })()), 164, $this->source), "other_page")) : ("other_page")), "html", null, true);
echo "\">
";
// line 167
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.', 167, $this->source); })()), "BodyAfter", [], "any", false, false, true, 167) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 167, $this->source); })()))) {
// line 168
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 168, $this->source); })()), "BodyAfter", [], "any", false, false, true, 168)]);
echo "
";
}
// line 170
echo "
<div class=\"ec-layoutRole\">
";
// line 173
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 173, $this->source); })()), "Header", [], "any", false, false, true, 173) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 173, $this->source); })()))) {
// line 174
echo " ";
// line 175
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 175, $this->source); })()), "Header", [], "any", false, false, true, 175)]);
echo "
";
// line 177
echo " ";
}
// line 178
echo "
";
// line 180
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 180, $this->source); })()), "ContentsTop", [], "any", false, false, true, 180) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 180, $this->source); })()))) {
// line 181
echo " <div class=\"ec-layoutRole__contentTop\">
";
// line 182
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.', 182, $this->source); })()), "ContentsTop", [], "any", false, false, true, 182)]);
echo "
</div>
";
}
// line 185
echo "
<div class=\"ec-layoutRole__contents\">
";
// line 188
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 188, $this->source); })()), "SideLeft", [], "any", false, false, true, 188) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 188, $this->source); })()))) {
// line 189
echo " <div class=\"ec-layoutRole__left\">
";
// line 190
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.', 190, $this->source); })()), "SideLeft", [], "any", false, false, true, 190)]);
echo "
</div>
";
}
// line 193
echo "
";
// line 194
$context["layoutRoleMain"] = "ec-layoutRole__main";
// line 195
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 195, $this->source); })()), "ColumnNum", [], "any", false, false, true, 195) == 2)) {
// line 196
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
// line 197
echo " ";
} elseif ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 197, $this->source); })()), "ColumnNum", [], "any", false, false, true, 197) == 3)) {
// line 198
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
// line 199
echo " ";
}
// line 200
echo "
<div class=\"";
// line 201
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.', 201, $this->source); })()), 201, $this->source), "html", null, true);
echo "\">
";
// line 203
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 203, $this->source); })()), "MainTop", [], "any", false, false, true, 203) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 203, $this->source); })()))) {
// line 204
echo " <div class=\"ec-layoutRole__mainTop\">
";
// line 205
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); })()), "MainTop", [], "any", false, false, true, 205)]);
echo "
</div>
";
}
// line 208
echo "
";
// line 210
echo " ";
$this->displayBlock('main', $context, $blocks);
// line 211
echo "
";
// line 213
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 213, $this->source); })()), "MainBottom", [], "any", false, false, true, 213) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 213, $this->source); })()))) {
// line 214
echo " <div class=\"ec-layoutRole__mainBottom\">
";
// line 215
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.', 215, $this->source); })()), "MainBottom", [], "any", false, false, true, 215)]);
echo "
</div>
";
}
// line 218
echo " </div>
";
// line 221
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 221, $this->source); })()), "SideRight", [], "any", false, false, true, 221) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 221, $this->source); })()))) {
// line 222
echo " <div class=\"ec-layoutRole__right\">
";
// line 223
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.', 223, $this->source); })()), "SideRight", [], "any", false, false, true, 223)]);
echo "
</div>
";
}
// line 226
echo " </div>
";
// line 229
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 229, $this->source); })()), "ContentsBottom", [], "any", false, false, true, 229) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 229, $this->source); })()))) {
// line 230
echo " <div class=\"ec-layoutRole__contentBottom\">
";
// line 231
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.', 231, $this->source); })()), "ContentsBottom", [], "any", false, false, true, 231)]);
echo "
</div>
";
}
// line 234
echo "
";
// line 236
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 236, $this->source); })()), "Footer", [], "any", false, false, true, 236) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 236, $this->source); })()))) {
// line 237
echo " <div class=\"ec-layoutRole__footer\">
";
// line 238
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.', 238, $this->source); })()), "Footer", [], "any", false, false, true, 238)]);
echo "
</div>
";
}
// line 241
echo "</div><!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
";
// line 245
echo "<div class=\"ec-drawerRole\">
";
// line 247
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 247, $this->source); })()), "Drawer", [], "any", false, false, true, 247) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 247, $this->source); })()))) {
// line 248
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 248, $this->source); })()), "Drawer", [], "any", false, false, true, 248)]);
echo "
";
}
// line 250
echo "</div>
";
// line 252
echo "
";
// line 254
if ( !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 254, $this->source); })())) {
// line 255
echo "<style>
#r18overlay ,#r18overlay .overlay_back {
\theight:100vh;
}
#r18overlay {
\tmargin:0;
\tpadding:0;
\tfont-family:メイリオ,ヒラギノ角ゴ Pro W3,MS Pゴシック,Osaka,Meiryo,sans-serif;
\tz-index: 1000;
\tposition: absolute;
\ttop: 0;
\tbottom: 0;
\tleft: 0;
\tright: 0;
}
#r18overlay .overlay_back {
\tbackground:#ffffff;
}
#r18overlay .age_c {
\tposition: absolute;
\ttop: 0;
\tleft: 0;
\tright: 0;
\tbottom: 0;
\tmargin: 0 auto;
\twidth: 100%;
\ttext-align:center;
\tpadding:0;
}
#r18overlay .age_c p {
\tfont-size:14px;
\tmargin-bottom:20px;
\tcolor:#000000;
}
#r18overlay .age_c #age_c_hd{
\tbackground-color:#111111;
\tcolor:#ffffff;
\tpadding:5px 0;
\tfont-weight:bold;
\tmargin-bottom:20px;
\tfont-size:14px;
}
#r18overlay .age_c #age_c_logo img{
\tmax-width: 600px;
\twidth:100%;
\tmargin: 0 auto 5px;
}
#r18overlay .age_c #age_c_logo p.r18_slogan{
\tletter-spacing:3px;
\tcolor:#000000;
\tfont-size:21px;
}
#r18overlay .age_c ul.r18_buttons {
\tdisplay:flex;
\tflex-flow: row no-wrap;
\tjustify-content: center;
}
#r18overlay .age_c ul.r18_buttons li.no-button {
\tmargin-left:10px;
}
#r18overlay .age_c #age_c_ft{
\tbackground-color:#111111;
\tcolor:#ffffff;
\tpadding:5px 0;
\tfont-weight:bold;
\tmargin-bottom:20px;
\tfont-size:12px;
\tmargin-top:50px;
}
@media only screen and (max-width: 999px) {
\t#r18overlay .age_c ul.r18_buttons {
\t\tflex-direction:column;
\t\talign-items:center;
\t}
\t#r18overlay .age_c ul.r18_buttons li.no-button {
\t\tmargin-top:10px;
\t\tmargin-left:0;
\t}
\t#r18overlay .age_c ul.r18_buttons img {
\t\tmax-width:100%;
\t}
}
@media only screen and (max-width: 487px) {
\t#r18overlay .age_c #age_c_logo, #r18overlay .age_c p, #r18overlay .age_c ul.r18_buttons {
\t\tpadding:0 10px;
\t}
\t#r18overlay .age_c p {
\t\tfont-size:12px;
\t}
\t#r18overlay .age_c #age_c_logo p.r18_slogan{
\t\tletter-spacing:2px;
\t\tfont-size:16px;
\t}
}
</style>
<div id=\"r18overlay\" style=\"display: none;\">
<div class=\"overlay_back\">
</div>
<div class=\"age_c\">
\t<div id=\"age_c_hd\">
\t\tANEROS公式ウェブサイト - アネロスジャパン
\t</div>
\t<div id=\"age_c_logo\">
\t\t<img src=\"/html/template/aneros2023/aneros/img/age_c/age_c_logo.jpg\" alt=\"ANEROS JAPAN\" title=\"ANEROS JAPAN\" />
\t\t<p class=\"r18_slogan\">アネロス以外はただのおもちゃさ!</p>
\t</div>
\t<p>
\t\t当サイトは、一部成人を対象とした表現が含まれています。<br />
\t\t18歳以上の方は各自の責任の上でご覧ください。<br />
\t\tまた、18歳未満の方はここから先のアクセスを固くお断りいたします。<br />
\t</p>
\t<ul class=\"r18_buttons\">
\t\t<li><a href=\"#\" class=\"yes_button\"><img src=\"/html/template/aneros2023/aneros/img/age_c/age_c_enter.jpg\" alt=\"18歳以上の方/ENTER\" title=\"ENTER\" /></a></li>
\t\t<li class=\"no-button\"><a href=\"https://www.google.co.jp\" target=\"_blank\"><img src=\"/html/template/aneros2023/aneros/img/age_c/age_c_exit.jpg\" alt=\"18歳未満の方/EXIT\" title=\"EXIT\" /></a></li>
\t</ul>
\t<div id=\"age_c_ft\">
\t\tCopyright © 2005-2025 Aneros Japan All Rights Reserved<br />
\t\t無店舗型性風俗特殊営業(千葉県公安委員会)受理番号第51号<br />
\t</div>
\t</div>
</div>
</div>
";
}
// line 381
echo "
";
// line 385
if ( !(isset($context["is_lp_page"]) || array_key_exists("is_lp_page", $context) ? $context["is_lp_page"] : (function () { throw new RuntimeError('Variable "is_lp_page" does not exist.', 385, $this->source); })())) {
// line 386
echo "<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
";
// line 387
$this->loadTemplate("@common/lang.twig", "default_frame.twig", 387)->display($context);
// line 388
echo "<script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 389
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true);
echo "\"></script>
";
}
// line 391
$this->displayBlock('javascript', $context, $blocks);
// line 393
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.', 393, $this->source); })()), "CloseBodyBefore", [], "any", false, false, true, 393) && !(isset($context["is_medical_flow"]) || array_key_exists("is_medical_flow", $context) ? $context["is_medical_flow"] : (function () { throw new RuntimeError('Variable "is_medical_flow" does not exist.', 393, $this->source); })()))) {
// line 394
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 394, $this->source); })()), "CloseBodyBefore", [], "any", false, false, true, 394)]);
echo "
";
}
// line 397
if (array_key_exists("plugin_snippets", $context)) {
// line 398
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets", $context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.', 398, $this->source); })())]);
echo "
";
}
// line 400
if ( !(isset($context["is_lp_page"]) || array_key_exists("is_lp_page", $context) ? $context["is_lp_page"] : (function () { throw new RuntimeError('Variable "is_lp_page" does not exist.', 400, $this->source); })())) {
// line 401
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js", "user_data"), "html", null, true);
echo "\"></script>
";
}
// line 403
echo " ";
// line 404
echo " ";
if ((((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.', 404, $this->source); })()), "url", [], "any", false, false, true, 404) == "cart") || (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.', 404, $this->source); })()), "url", [], "any", false, false, true, 404) == "shopping_login")) || (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.', 404, $this->source); })()), "url", [], "any", false, false, true, 404) == "shopping"))) {
// line 405
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/js/shopping.js?v=20230331A"), "html", null, true);
echo "\"></script>
";
}
// line 407
echo "</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 130
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 210
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 391
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 ( 812 => 391, 794 => 210, 776 => 130, 764 => 407, 758 => 405, 755 => 404, 753 => 403, 747 => 401, 745 => 400, 739 => 398, 737 => 397, 731 => 394, 729 => 393, 727 => 391, 722 => 389, 717 => 388, 715 => 387, 712 => 386, 710 => 385, 707 => 381, 579 => 255, 577 => 254, 573 => 252, 570 => 250, 564 => 248, 561 => 247, 558 => 245, 553 => 241, 547 => 238, 544 => 237, 541 => 236, 538 => 234, 532 => 231, 529 => 230, 526 => 229, 522 => 226, 516 => 223, 513 => 222, 510 => 221, 506 => 218, 500 => 215, 497 => 214, 494 => 213, 491 => 211, 488 => 210, 485 => 208, 479 => 205, 476 => 204, 473 => 203, 469 => 201, 466 => 200, 463 => 199, 460 => 198, 457 => 197, 454 => 196, 451 => 195, 449 => 194, 446 => 193, 440 => 190, 437 => 189, 434 => 188, 430 => 185, 424 => 182, 421 => 181, 418 => 180, 415 => 178, 412 => 177, 407 => 175, 405 => 174, 402 => 173, 398 => 170, 392 => 168, 390 => 167, 383 => 164, 378 => 161, 374 => 159, 372 => 158, 370 => 157, 368 => 156, 362 => 153, 357 => 152, 355 => 151, 349 => 149, 346 => 148, 343 => 146, 328 => 134, 324 => 133, 321 => 132, 319 => 131, 317 => 130, 314 => 129, 308 => 127, 305 => 126, 302 => 124, 296 => 122, 293 => 121, 290 => 119, 284 => 117, 281 => 116, 278 => 114, 272 => 112, 269 => 111, 266 => 109, 260 => 107, 257 => 106, 254 => 104, 248 => 102, 245 => 101, 242 => 99, 236 => 97, 233 => 96, 230 => 94, 224 => 92, 221 => 91, 218 => 89, 212 => 87, 209 => 86, 207 => 85, 203 => 83, 201 => 82, 196 => 81, 191 => 76, 185 => 74, 182 => 73, 176 => 71, 173 => 70, 167 => 68, 164 => 67, 158 => 65, 155 => 64, 149 => 62, 146 => 61, 142 => 56, 139 => 55, 127 => 53, 123 => 51, 120 => 50, 117 => 49, 113 => 47, 107 => 45, 105 => 44, 100 => 43, 97 => 42, 95 => 41, 91 => 39, 87 => 28, 85 => 27, 82 => 26, 80 => 25, 78 => 24, 75 => 23, 73 => 22, 71 => 21, 68 => 20, 66 => 19, 64 => 18, 59 => 16, 51 => 12, 48 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<html lang=\"{{ eccube_config.locale }}\">
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
{% set path = app.request.getPathInfo()|default('') %}
{% set is_lp_page = (path == '/lp') or (path starts with '/lp/') %}
{% set lp_param = app.request.query.get('lp')|default('') %}
{% set is_lp_param = (lp_param == '1') %}
{% set lp_session = app.session.get('lp_flow')|default('') %}
{% set is_lp_session = (lp_session == '1') %}
{% set is_medical_flow = is_lp_page or is_lp_param or is_lp_session %}
{#
\t<title>
{% if Page.url == \"homepage\" %}
アネロスジャパン | ANEROS JAPAN
{% else %}
{% if subtitle is defined and subtitle is not empty %}{{ subtitle }} | {% elseif title is defined and title is not empty %}{{ title }} | {% endif %}アネロスジャパン | ANEROS JAPAN
{% endif %}
</title>
#}
\t<title>
\t\t{% if is_medical_flow %}
\t\t\t{% if subtitle is defined and subtitle is not empty %}
\t\t\t\t{{ subtitle }}
\t\t\t{% elseif title is defined and title is not empty %}
\t\t\t\t{{ title }}
\t\t\t{% else %}
\t\t\t\t前立腺セルフケア
\t\t\t{% endif %}
\t\t{% else %}
\t\t\t{% if Page.url == \"homepage\" %}
\t\t\t\tアネロスジャパン | ANEROS JAPAN
\t\t\t{% else %}
\t\t\t\t{% if subtitle is defined and subtitle is not empty %}{{ subtitle }} | {% elseif title is defined and title is not empty %}{{ title }} | {% endif %}アネロスジャパン | ANEROS JAPAN
\t\t\t{% endif %}
\t\t{% endif %}
\t</title>
\t
{#
<title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
#}
{% if Page.author is not empty %}
<meta name=\"author\" content=\"{{ Page.author }}\">
{% endif %}
{% if Page.description is not empty %}
<meta name=\"description\" content=\"{{ Page.description }}\">
{% endif %}
{% if Page.keyword is not empty %}
<meta name=\"keywords\" content=\"{{ Page.keyword }}\">
{% endif %}
{% if Page.meta_robots is not empty %}
<meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
{% endif %}
{% if Page.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags)) }}
{% endif %}
<link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
{#
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\">
\t<script src=\"https://kit.fontawesome.com/63c5755af8.js\" crossorigin=\"anonymous\"></script>
#}
<link rel=\"stylesheet\" href=\"{{ asset('aneros/css/all.min.css') }}\">
{% if not is_lp_page %}
<link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\">
{% endif %}
{# 商品ページでは「style.css」を読み込まない #}
{% if body_class is not defined or body_class != 'product_page' %}
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css?v=20240528') }}\">
{% endif %}
{# カート、購入ページ、マイページで「shopping.css」を読み込む #}
{% if Page.url == 'cart' or 'shopping' in Page.url or 'entry' in Page.url or 'mypage' in Page.url or 'contact' in Page.url or 'forgot' in Page.url or 'introduce_friend' in Page.url %}
<link rel=\"stylesheet\" href=\"{{ asset('aneros/css/shopping.css?v=20221025') }}\">
{% endif %}
{# マイページで「mypage.css」を読み込む(マイページログインでは読み込まない) #}
{% if 'mypage' in Page.url and Page.url != 'mypage_login' or 'contact' in Page.url or 'forgot' in Page.url or 'introduce_friend' in Page.url %}
<link rel=\"stylesheet\" href=\"{{ asset('aneros/css/mypage.css?v=20220602') }}\">
{% endif %}
{# 商品一覧ページ、カテゴリページ(一覧付き)で「product_list.css」を読み込む #}
{% if Page.url == 'product_list' or Page.url == 'accessories' or Page.url == 'sex-toys-for-men' or Page.url == 'sex-toys-for-women' or Page.url == 'sex-toys-for-couples' or Page.url == 'lubricants' or Page.url == 'masturbators' or Page.url == 'special-offers' or Page.url == 'timesale2024' or Page.url == '2024-xmas-sale' or Page.url == '2025-vday-sale' or Page.url == '2025-gw-sale' or Page.url == '2025-summer-sale' or Page.url == '2025-time-sale' or Page.url == '2025-black-friday-sale' or Page.url == '2025-xmas-sale' %}
<link rel=\"stylesheet\" href=\"{{ asset('aneros/css/product_list.css') }}\">
{% endif %}
{# その他ページ #}
{% if Page.url == 'dr-voice' or Page.url == 'greeting' or Page.url == 'company' or Page.url == 'patent' or Page.url == 'disclaimer' or Page.url == 'privacy' or Page.url == 'terms' or Page.url == 'refund-policy' or Page.url == 'warranty-policy' or Page.url == 'payment' or Page.url == 'shipping' or Page.url == 'faqs' or Page.url == 'help_agreement' or Page.url == 'error404' or Page.url == 'aneros-members' or Page.url == 'help_tradelaw' %}
<link rel=\"stylesheet\" href=\"{{ asset('aneros/css/other-page.css') }}\">
{% endif %}
{# カテゴリページ #}
{% if Page.url == 'prostate-massagers' or Page.url == 'accessories' or Page.url == 'sex-toys-for-men' or Page.url == 'sex-toys-for-women' or Page.url == 'sex-toys-for-couples' or Page.url == 'lubricants' or Page.url == 'masturbators' or Page.url == 'special-offers' or Page.url == 'trident-series' or Page.url == 'progasm-products' or Page.url == 'timesale2024' or Page.url == '2024-xmas-sale' or Page.url == '2025-vday-sale' or Page.url == '2025-gw-sale' or Page.url == '2025-summer-sale' or Page.url == '2025-time-sale' or Page.url == '2025-black-friday-sale' or Page.url == '2025-xmas-sale' %}
<link rel=\"stylesheet\" href=\"{{ asset('aneros/css/category.css?v=20250822') }}\">
{% endif %}
{# アネロス講座 #}
{% if Page.url == 'learning-center' or Page.url == 'learning-center-men' or Page.url == 'learning-center-women' or Page.url == 'learning-center-unisex' %}
<link rel=\"stylesheet\" href=\"{{ asset('aneros/css/learning-center.css') }}\">
{% endif %}
{# レビュー一覧 #}
{% if Page.url == 'review_list' %}
<link rel=\"canonical\" href=\"{{ url('review_list', {'id': Product.id}) }}\" />
{% endif %}
\t
{# レビュー投稿 #}
{% if Page.url == 'review_post' %}
<link rel=\"canonical\" href=\"{{ url('review_post', {'id': Product.id}) }}\" />
{% endif %}
{% block stylesheet %}{% endblock %}
{#<script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script>#}
{% if not is_lp_page %}
\t<script src=\"{{ asset('aneros/modules/jquery/jquery-3.5.1.min.js') }}\"></script>
<script>
\$(function() {
\$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
});
});
</script>
{% endif %}
\t
{# Layout: HEAD #}
{% if Layout.Head and not is_medical_flow %}
{{ include('block.twig', {'Blocks': Layout.Head}) }}
{% endif %}
{# プラグイン用styleseetやmetatagなど #}
{% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
{# Sticky Footer: PDP only #}
{% set route = app.request.attributes.get('_route')|default('') %}
{% if route == 'product_detail' %}
{# {% include 'abtest/sticky_footer.twig' %} #}
{% include 'abtest/pdp_value_msg.twig' %}
{% endif %}
</head>
<body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
{# Layout: BODY_AFTER #}
{% if Layout.BodyAfter and not is_medical_flow %}
{{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
{% endif %}
<div class=\"ec-layoutRole\">
{# Layout: HEADER #}
{% if Layout.Header and not is_medical_flow %}
{#<div class=\"ec-layoutRole__header\">#}
{{ include('block.twig', {'Blocks': Layout.Header}) }}
{#</div>#}
{% endif %}
{# Layout: CONTENTS_TOP #}
{% if Layout.ContentsTop and not is_medical_flow %}
<div class=\"ec-layoutRole__contentTop\">
{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
</div>
{% endif %}
<div class=\"ec-layoutRole__contents\">
{# Layout: SIDE_LEFT #}
{% if Layout.SideLeft and not is_medical_flow %}
<div class=\"ec-layoutRole__left\">
{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
</div>
{% endif %}
{% set layoutRoleMain = 'ec-layoutRole__main' %}
{% if Layout.ColumnNum == 2 %}
{% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
{% elseif Layout.ColumnNum == 3 %}
{% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
{% endif %}
<div class=\"{{ layoutRoleMain }}\">
{# Layout: MAIN_TOP #}
{% if Layout.MainTop and not is_medical_flow %}
<div class=\"ec-layoutRole__mainTop\">
{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
</div>
{% endif %}
{# MAIN AREA #}
{% block main %}{% endblock %}
{# Layout: MAIN_Bottom #}
{% if Layout.MainBottom and not is_medical_flow %}
<div class=\"ec-layoutRole__mainBottom\">
{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
</div>
{% endif %}
</div>
{# Layout: SIDE_RIGHT #}
{% if Layout.SideRight and not is_medical_flow %}
<div class=\"ec-layoutRole__right\">
{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
</div>
{% endif %}
</div>
{# Layout: CONTENTS_BOTTOM #}
{% if Layout.ContentsBottom and not is_medical_flow %}
<div class=\"ec-layoutRole__contentBottom\">
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
</div>
{% endif %}
{# Layout: CONTENTS_FOOTER #}
{% if Layout.Footer and not is_medical_flow %}
<div class=\"ec-layoutRole__footer\">
{{ include('block.twig', {'Blocks': Layout.Footer}) }}
</div>
{% endif %}
</div><!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
{#<div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>#}
<div class=\"ec-drawerRole\">
{# Layout: DRAWER #}
{% if Layout.Drawer and not is_medical_flow %}
{{ include('block.twig', {'Blocks': Layout.Drawer}) }}
{% endif %}
</div>
{#<div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}</div>#}
{% if not is_medical_flow %}
<style>
#r18overlay ,#r18overlay .overlay_back {
\theight:100vh;
}
#r18overlay {
\tmargin:0;
\tpadding:0;
\tfont-family:メイリオ,ヒラギノ角ゴ Pro W3,MS Pゴシック,Osaka,Meiryo,sans-serif;
\tz-index: 1000;
\tposition: absolute;
\ttop: 0;
\tbottom: 0;
\tleft: 0;
\tright: 0;
}
#r18overlay .overlay_back {
\tbackground:#ffffff;
}
#r18overlay .age_c {
\tposition: absolute;
\ttop: 0;
\tleft: 0;
\tright: 0;
\tbottom: 0;
\tmargin: 0 auto;
\twidth: 100%;
\ttext-align:center;
\tpadding:0;
}
#r18overlay .age_c p {
\tfont-size:14px;
\tmargin-bottom:20px;
\tcolor:#000000;
}
#r18overlay .age_c #age_c_hd{
\tbackground-color:#111111;
\tcolor:#ffffff;
\tpadding:5px 0;
\tfont-weight:bold;
\tmargin-bottom:20px;
\tfont-size:14px;
}
#r18overlay .age_c #age_c_logo img{
\tmax-width: 600px;
\twidth:100%;
\tmargin: 0 auto 5px;
}
#r18overlay .age_c #age_c_logo p.r18_slogan{
\tletter-spacing:3px;
\tcolor:#000000;
\tfont-size:21px;
}
#r18overlay .age_c ul.r18_buttons {
\tdisplay:flex;
\tflex-flow: row no-wrap;
\tjustify-content: center;
}
#r18overlay .age_c ul.r18_buttons li.no-button {
\tmargin-left:10px;
}
#r18overlay .age_c #age_c_ft{
\tbackground-color:#111111;
\tcolor:#ffffff;
\tpadding:5px 0;
\tfont-weight:bold;
\tmargin-bottom:20px;
\tfont-size:12px;
\tmargin-top:50px;
}
@media only screen and (max-width: 999px) {
\t#r18overlay .age_c ul.r18_buttons {
\t\tflex-direction:column;
\t\talign-items:center;
\t}
\t#r18overlay .age_c ul.r18_buttons li.no-button {
\t\tmargin-top:10px;
\t\tmargin-left:0;
\t}
\t#r18overlay .age_c ul.r18_buttons img {
\t\tmax-width:100%;
\t}
}
@media only screen and (max-width: 487px) {
\t#r18overlay .age_c #age_c_logo, #r18overlay .age_c p, #r18overlay .age_c ul.r18_buttons {
\t\tpadding:0 10px;
\t}
\t#r18overlay .age_c p {
\t\tfont-size:12px;
\t}
\t#r18overlay .age_c #age_c_logo p.r18_slogan{
\t\tletter-spacing:2px;
\t\tfont-size:16px;
\t}
}
</style>
<div id=\"r18overlay\" style=\"display: none;\">
<div class=\"overlay_back\">
</div>
<div class=\"age_c\">
\t<div id=\"age_c_hd\">
\t\tANEROS公式ウェブサイト - アネロスジャパン
\t</div>
\t<div id=\"age_c_logo\">
\t\t<img src=\"/html/template/aneros2023/aneros/img/age_c/age_c_logo.jpg\" alt=\"ANEROS JAPAN\" title=\"ANEROS JAPAN\" />
\t\t<p class=\"r18_slogan\">アネロス以外はただのおもちゃさ!</p>
\t</div>
\t<p>
\t\t当サイトは、一部成人を対象とした表現が含まれています。<br />
\t\t18歳以上の方は各自の責任の上でご覧ください。<br />
\t\tまた、18歳未満の方はここから先のアクセスを固くお断りいたします。<br />
\t</p>
\t<ul class=\"r18_buttons\">
\t\t<li><a href=\"#\" class=\"yes_button\"><img src=\"/html/template/aneros2023/aneros/img/age_c/age_c_enter.jpg\" alt=\"18歳以上の方/ENTER\" title=\"ENTER\" /></a></li>
\t\t<li class=\"no-button\"><a href=\"https://www.google.co.jp\" target=\"_blank\"><img src=\"/html/template/aneros2023/aneros/img/age_c/age_c_exit.jpg\" alt=\"18歳未満の方/EXIT\" title=\"EXIT\" /></a></li>
\t</ul>
\t<div id=\"age_c_ft\">
\t\tCopyright © 2005-2025 Aneros Japan All Rights Reserved<br />
\t\t無店舗型性風俗特殊営業(千葉県公安委員会)受理番号第51号<br />
\t</div>
\t</div>
</div>
</div>
{% endif %}
{#
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
#}
{% if not is_lp_page %}
<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
{% include('@common/lang.twig') %}
<script src=\"{{ asset('assets/js/function.js') }}\"></script>
<script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
{% endif %}
{% block javascript %}{% endblock %}
{# Layout: CLOSE_BODY_BEFORE #}
{% if Layout.CloseBodyBefore and not is_medical_flow %}
{{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
{% endif %}
{# プラグイン用Snippet #}
{% if plugin_snippets is defined %}
{{ include('snippet.twig', { snippets: plugin_snippets }) }}
{% endif %}
{% if not is_lp_page %}
<script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
{% endif %}
{# カート、購入ページで「shopping.js」を読み込む #}
{% if Page.url == 'cart' or Page.url == 'shopping_login' or Page.url == 'shopping' %}
<script src=\"{{ asset('aneros/js/shopping.js?v=20230331A') }}\"></script>
{% endif %}
</body>
</html>
", "default_frame.twig", "/home/kir018258/public_html/test.aneros.co.jp/aneros_2023_b/app/template/aneros2023/default_frame.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 18, "if" => 41, "block" => 130, "include" => 159);
static $filters = array("escape" => 12, "default" => 18);
static $functions = array("csrf_token" => 16, "constant" => 16, "include" => 74, "template_from_string" => 74, "asset" => 76, "url" => 122);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'block', 'include'],
['escape', 'default'],
['csrf_token', 'constant', 'include', 'template_from_string', 'asset', 'url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}