<?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;
/* index.twig */
class __TwigTemplate_871a210c77b1ac2044f1e00e10bd85f3 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
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", "index.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 13
$context["body_class"] = "front_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 15
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"));
// line 16
echo " <style>
.slick-dots {
position: absolute;
bottom: -30px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
content: \" \";
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
text-align: center;
opacity: .25;
background-color: #999999;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: #999999;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 89
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"));
// line 90
echo " <script>
\$('.masaito-slide').slick({
dots: true,
infinite: true,
speed: 1500,
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 3000,
pauseOnHover: false,
prevArrow: '<button type=\"button\" class=\"slick-prev tes\"><img src=\"";
// line 100
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/prev.png"), "html", null, true);
echo "\" alt=\"pre\"></button>',
nextArrow: '<button type=\"button\" class=\"slick-next tess\"><img src=\"";
// line 101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/next.png"), "html", null, true);
echo "\" alt=\"next\"></button>'
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 106
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"));
// line 107
echo " <div class=\"ec-sliderRole\">
<div class=\"main_visual\">
<div class=\"item slick-slide\">
<a href=\"";
// line 110
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "page/special/bib2026-tokyo-crazy-party/\">
<img src=\"/user_data/main_banner/top/pc_BIBlive2026_1024_400_2.jpg\" alt=\"BIB 2026 Tokyo Crazy Party\" class=\"slide-img-pc\">
<img src=\"/user_data/main_banner/top/pc_BIBlive2026_1024_400_2.jpg\" alt=\"BIB 2026 Tokyo Crazy Party\" class=\"slide-img-sp\">
</a>
</div>
<div class=\"item slick-slide\">
<a href=\"";
// line 116
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "page/special/marilyn-manson-oaud2/\">
<img src=\"/user_data/main_banner/top/pc_Mason_1024_400_2.jpg\" alt=\"Marilyn Manson\" class=\"slide-img-pc\">
<img src=\"/user_data/main_banner/top/pc_Mason_1024_400_2.jpg\" alt=\"Marilyn Manson\" class=\"slide-img-sp\">
</a>
</div>
<div class=\"item slick-slide\">
<a href=\"";
// line 122
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?group_id=7828\">
<img src=\"/user_data/main_banner/rock/pc_Asia2026_1024_400_2.jpg\" alt=\"Asia 2026\" class=\"slide-img-pc\">
<img src=\"/user_data/main_banner/rock/pc_Asia2026_1024_400_2.jpg\" alt=\"Asia 2026\" class=\"slide-img-sp\">
</a>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 229 => 122, 220 => 116, 211 => 110, 206 => 107, 196 => 106, 182 => 101, 178 => 100, 166 => 90, 156 => 89, 75 => 16, 65 => 15, 54 => 11, 52 => 13, 39 => 11,);
}
public function getSourceContext()
{
return new Source("{#
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.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block stylesheet %}
<style>
.slick-dots {
position: absolute;
bottom: -30px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
content: \" \";
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
text-align: center;
opacity: .25;
background-color: #999999;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: #999999;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
{% endblock %}
{% block javascript %}
<script>
\$('.masaito-slide').slick({
dots: true,
infinite: true,
speed: 1500,
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 3000,
pauseOnHover: false,
prevArrow: '<button type=\"button\" class=\"slick-prev tes\"><img src=\"{{ asset('assets/icon/prev.png') }}\" alt=\"pre\"></button>',
nextArrow: '<button type=\"button\" class=\"slick-next tess\"><img src=\"{{ asset('assets/icon/next.png') }}\" alt=\"next\"></button>'
});
</script>
{% endblock javascript %}
{% block main %}
<div class=\"ec-sliderRole\">
<div class=\"main_visual\">
<div class=\"item slick-slide\">
<a href=\"{{ url('homepage') }}page/special/bib2026-tokyo-crazy-party/\">
<img src=\"/user_data/main_banner/top/pc_BIBlive2026_1024_400_2.jpg\" alt=\"BIB 2026 Tokyo Crazy Party\" class=\"slide-img-pc\">
<img src=\"/user_data/main_banner/top/pc_BIBlive2026_1024_400_2.jpg\" alt=\"BIB 2026 Tokyo Crazy Party\" class=\"slide-img-sp\">
</a>
</div>
<div class=\"item slick-slide\">
<a href=\"{{ url('homepage') }}page/special/marilyn-manson-oaud2/\">
<img src=\"/user_data/main_banner/top/pc_Mason_1024_400_2.jpg\" alt=\"Marilyn Manson\" class=\"slide-img-pc\">
<img src=\"/user_data/main_banner/top/pc_Mason_1024_400_2.jpg\" alt=\"Marilyn Manson\" class=\"slide-img-sp\">
</a>
</div>
<div class=\"item slick-slide\">
<a href=\"{{ url('product_list') }}?group_id=7828\">
<img src=\"/user_data/main_banner/rock/pc_Asia2026_1024_400_2.jpg\" alt=\"Asia 2026\" class=\"slide-img-pc\">
<img src=\"/user_data/main_banner/rock/pc_Asia2026_1024_400_2.jpg\" alt=\"Asia 2026\" class=\"slide-img-sp\">
</a>
</div>
</div>
</div>
{% endblock %}", "index.twig", "/home/ubuntu/wardrecords/app/template/default/index.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 13);
static $filters = array("escape" => 100);
static $functions = array("asset" => 100, "url" => 110);
try {
$this->sandbox->checkSecurity(
['set'],
['escape'],
['asset', 'url'],
$this->source
);
} 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;
}
}
}