<?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_add854ba1de75c41a2fec1ef53fb8753 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'],
];
}
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-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
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 5px;
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: 12px;
height: 12px;
text-align: center;
opacity: .25;
background-color: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 93
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 94
echo "<script>
\$(function () {
function fixHeroImagePriority(\$slider) {
// いったん全部lazy(clone含めて事故防止)
\$slider.find('.slick-slide img')
.attr('loading', 'lazy')
.removeAttr('fetchpriority');
// 表示中だけ eager + high
\$slider.find('.slick-slide.slick-current img')
.attr('loading', 'eager')
.attr('fetchpriority', 'high');
}
var \$mv = \$('.main_visual');
\$mv
.on('init', function () { fixHeroImagePriority(\$mv); })
.on('afterChange', function () { fixHeroImagePriority(\$mv); })
.slick({
dots: true,
arrows: false,
autoplay: true,
speed: 300
// 余裕あれば:, lazyLoad: 'ondemand'
});
// 念のため保険
setTimeout(function(){ fixHeroImagePriority(\$mv); }, 0);
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 129
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 130
echo "<div class=\"ec-sliderRole\">
<div class=\"main_visual\">
<div class=\"item\">
<a href=\"";
// line 133
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "goods/locomo-cream-2set\"
onClick=\"ga('send','event','click','top', 'slide_locomox2' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 137
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_locomox2_750x390.webp"), "html", null, true);
echo "\">
<source media=\"(max-width: 767px)\"
srcset=\"";
// line 139
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_locomox2_750x390.jpg"), "html", null, true);
echo "\">
<source type=\"image/webp\"
srcset=\"";
// line 141
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_locomox2_1000x360.webp"), "html", null, true);
echo "\">
<img
src=\"";
// line 143
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_locomox2_1000x360.jpg"), "html", null, true);
echo "\"
alt=\"ロコモクリーム331 2個セット\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"";
// line 153
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "healthfood/tsukudani\"
onClick=\"ga('send','event','click','top', 'slide_tsukudani' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 157
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_tsukudani_750x390.webp"), "html", null, true);
echo "\">
<source media=\"(max-width: 767px)\"
srcset=\"";
// line 159
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_tsukudani_750x390.jpg"), "html", null, true);
echo "\">
<source type=\"image/webp\"
srcset=\"";
// line 161
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_tsukudani_1000x360.webp"), "html", null, true);
echo "\">
<img
src=\"";
// line 163
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_tsukudani_1000x360.jpg"), "html", null, true);
echo "\"
alt=\"ミリオン佃煮3点セット\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"";
// line 173
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "goods/beauty-box\"
onClick=\"ga('send','event','click','top', 'slide_amane' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_amane_750x390.webp"), "html", null, true);
echo "\">
<source media=\"(max-width: 767px)\"
srcset=\"";
// line 179
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_amane_750x390.jpg"), "html", null, true);
echo "\">
<source type=\"image/webp\"
srcset=\"";
// line 181
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_amane_1000x360.webp"), "html", null, true);
echo "\">
<img
src=\"";
// line 183
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_amane_1000x360.jpg"), "html", null, true);
echo "\"
alt=\"amaneジュエリービューティーボックス\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"";
// line 193
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "health-trend/dashsyoku\"
onClick=\"ga('send','event','click','top', 'slide_dash' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 197
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_750x390.webp"), "html", null, true);
echo "\">
<source media=\"(max-width: 767px)\"
srcset=\"";
// line 199
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_750x390.jpg"), "html", null, true);
echo "\">
<source type=\"image/webp\"
srcset=\"";
// line 201
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_1000x360.webp"), "html", null, true);
echo "\">
<img
src=\"";
// line 203
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_1000x360.jpg"), "html", null, true);
echo "\"
alt=\"DASH食\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"";
// line 213
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "health-trend/beta-carotene\"
onClick=\"ga('send','event','click','top', 'slide_carotene' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 217
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_carotene_750x390.webp"), "html", null, true);
echo "\">
<source media=\"(max-width: 767px)\"
srcset=\"";
// line 219
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_carotene_750x390.jpg"), "html", null, true);
echo "\">
<source type=\"image/webp\"
srcset=\"";
// line 221
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_carotene_1000x360.webp"), "html", null, true);
echo "\">
<img
src=\"";
// line 223
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_carotene_1000x360.jpg"), "html", null, true);
echo "\"
alt=\"β-カロテンで今日からできる美肌作り\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"";
// line 233
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "vegetable-juice/sdgs-episode\"
onClick=\"ga('send','event','click','top', 'slide_sdgs' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"";
// line 237
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_sdgs_750x390.webp"), "html", null, true);
echo "\">
<source media=\"(max-width: 767px)\"
srcset=\"";
// line 239
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_sdgs_750x390.png"), "html", null, true);
echo "\">
<source type=\"image/webp\"
srcset=\"";
// line 241
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_sdgs_1000x360.webp"), "html", null, true);
echo "\">
<img
src=\"";
// line 243
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_sdgs_1000x360.png"), "html", null, true);
echo "\"
alt=\"SDGs達成のため、「食品ロス」を減らそう、なくそう。\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</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 ( 423 => 243, 418 => 241, 413 => 239, 408 => 237, 401 => 233, 388 => 223, 383 => 221, 378 => 219, 373 => 217, 366 => 213, 353 => 203, 348 => 201, 343 => 199, 338 => 197, 331 => 193, 318 => 183, 313 => 181, 308 => 179, 303 => 177, 296 => 173, 283 => 163, 278 => 161, 273 => 159, 268 => 157, 261 => 153, 248 => 143, 243 => 141, 238 => 139, 233 => 137, 226 => 133, 221 => 130, 211 => 129, 168 => 94, 158 => 93, 73 => 16, 63 => 15, 52 => 11, 50 => 13, 37 => 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-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
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 5px;
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: 12px;
height: 12px;
text-align: center;
opacity: .25;
background-color: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
{% endblock %}
{% block javascript %}
<script>
\$(function () {
function fixHeroImagePriority(\$slider) {
// いったん全部lazy(clone含めて事故防止)
\$slider.find('.slick-slide img')
.attr('loading', 'lazy')
.removeAttr('fetchpriority');
// 表示中だけ eager + high
\$slider.find('.slick-slide.slick-current img')
.attr('loading', 'eager')
.attr('fetchpriority', 'high');
}
var \$mv = \$('.main_visual');
\$mv
.on('init', function () { fixHeroImagePriority(\$mv); })
.on('afterChange', function () { fixHeroImagePriority(\$mv); })
.slick({
dots: true,
arrows: false,
autoplay: true,
speed: 300
// 余裕あれば:, lazyLoad: 'ondemand'
});
// 念のため保険
setTimeout(function(){ fixHeroImagePriority(\$mv); }, 0);
});
</script>
{% endblock javascript %}
{% block main %}
<div class=\"ec-sliderRole\">
<div class=\"main_visual\">
<div class=\"item\">
<a href=\"{{ url('homepage') }}goods/locomo-cream-2set\"
onClick=\"ga('send','event','click','top', 'slide_locomox2' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_locomox2_750x390.webp') }}\">
<source media=\"(max-width: 767px)\"
srcset=\"{{ asset('assets/img/top/bnr_locomox2_750x390.jpg') }}\">
<source type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_locomox2_1000x360.webp') }}\">
<img
src=\"{{ asset('assets/img/top/bnr_locomox2_1000x360.jpg') }}\"
alt=\"ロコモクリーム331 2個セット\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"{{ url('homepage') }}healthfood/tsukudani\"
onClick=\"ga('send','event','click','top', 'slide_tsukudani' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_tsukudani_750x390.webp') }}\">
<source media=\"(max-width: 767px)\"
srcset=\"{{ asset('assets/img/top/bnr_tsukudani_750x390.jpg') }}\">
<source type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_tsukudani_1000x360.webp') }}\">
<img
src=\"{{ asset('assets/img/top/bnr_tsukudani_1000x360.jpg') }}\"
alt=\"ミリオン佃煮3点セット\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"{{ url('homepage') }}goods/beauty-box\"
onClick=\"ga('send','event','click','top', 'slide_amane' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_amane_750x390.webp') }}\">
<source media=\"(max-width: 767px)\"
srcset=\"{{ asset('assets/img/top/bnr_amane_750x390.jpg') }}\">
<source type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_amane_1000x360.webp') }}\">
<img
src=\"{{ asset('assets/img/top/bnr_amane_1000x360.jpg') }}\"
alt=\"amaneジュエリービューティーボックス\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"{{ url('homepage') }}health-trend/dashsyoku\"
onClick=\"ga('send','event','click','top', 'slide_dash' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_dash_750x390.webp') }}\">
<source media=\"(max-width: 767px)\"
srcset=\"{{ asset('assets/img/top/bnr_dash_750x390.jpg') }}\">
<source type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_dash_1000x360.webp') }}\">
<img
src=\"{{ asset('assets/img/top/bnr_dash_1000x360.jpg') }}\"
alt=\"DASH食\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"{{ url('homepage') }}health-trend/beta-carotene\"
onClick=\"ga('send','event','click','top', 'slide_carotene' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_carotene_750x390.webp') }}\">
<source media=\"(max-width: 767px)\"
srcset=\"{{ asset('assets/img/top/bnr_carotene_750x390.jpg') }}\">
<source type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_carotene_1000x360.webp') }}\">
<img
src=\"{{ asset('assets/img/top/bnr_carotene_1000x360.jpg') }}\"
alt=\"β-カロテンで今日からできる美肌作り\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
<div class=\"item\">
<a href=\"{{ url('homepage') }}vegetable-juice/sdgs-episode\"
onClick=\"ga('send','event','click','top', 'slide_sdgs' ,1,{'nonInteraction':1});\">
<picture>
<source media=\"(max-width: 767px)\" type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_sdgs_750x390.webp') }}\">
<source media=\"(max-width: 767px)\"
srcset=\"{{ asset('assets/img/top/bnr_sdgs_750x390.png') }}\">
<source type=\"image/webp\"
srcset=\"{{ asset('assets/img/top/bnr_sdgs_1000x360.webp') }}\">
<img
src=\"{{ asset('assets/img/top/bnr_sdgs_1000x360.png') }}\"
alt=\"SDGs達成のため、「食品ロス」を減らそう、なくそう。\"
width=\"1000\" height=\"360\"
style=\"width:100%;height:auto;\"
loading=\"lazy\">
</picture>
</a>
</div>
</div>
</div>
{% endblock %}
", "index.twig", "/home/xs080051/million-store.com/public_html/st.million-store.com/ec/app/template/million01/index.twig");
}
}