var/cache/dev/twig/22/228e6e8f4d3fcee9e7f0d90e14f0350f.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* index.twig */
  14. class __TwigTemplate_add854ba1de75c41a2fec1ef53fb8753 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  40.         // line 13
  41.         $context["body_class"] = "front_page";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "<style>
  60.     .slick-slider {
  61.         margin-bottom: 30px;
  62.     }
  63.     .slick-dots {
  64.         position: absolute;
  65.         bottom: -45px;
  66.         display: block;
  67.         width: 100%;
  68.         padding: 0;
  69.         list-style: none;
  70.         text-align: center;
  71.     }
  72.     .slick-dots li {
  73.         position: relative;
  74.         display: inline-block;
  75.         width: 20px;
  76.         height: 20px;
  77.         margin: 0 5px;
  78.         padding: 0;
  79.         cursor: pointer;
  80.     }
  81.     .slick-dots li button {
  82.         font-size: 0;
  83.         line-height: 0;
  84.         display: block;
  85.         width: 20px;
  86.         height: 20px;
  87.         padding: 5px;
  88.         cursor: pointer;
  89.         color: transparent;
  90.         border: 0;
  91.         outline: none;
  92.         background: transparent;
  93.     }
  94.     .slick-dots li button:hover,
  95.     .slick-dots li button:focus {
  96.         outline: none;
  97.     }
  98.     .slick-dots li button:hover:before,
  99.     .slick-dots li button:focus:before {
  100.         opacity: 1;
  101.     }
  102.     .slick-dots li button:before {
  103.         content: \" \";
  104.         line-height: 20px;
  105.         position: absolute;
  106.         top: 0;
  107.         left: 0;
  108.         width: 12px;
  109.         height: 12px;
  110.         text-align: center;
  111.         opacity: .25;
  112.         background-color: black;
  113.         border-radius: 50%;
  114.     }
  115.     .slick-dots li.slick-active button:before {
  116.         opacity: .75;
  117.         background-color: black;
  118.     }
  119.     .slick-dots li button.thumbnail img {
  120.         width: 0;
  121.         height: 0;
  122.     }
  123. @supports (content-visibility: auto) {
  124.   .top-ranking,
  125.   .ec-role.top-ranking,
  126.   .news, .top-news, .ec-newsRole,
  127.   footer {
  128.     content-visibility: auto;
  129.     contain-intrinsic-size: 800px;
  130.   }
  131. }
  132. @media (max-width: 767px) {
  133.   .main_visual {
  134.     aspect-ratio: 640 / 360;
  135.   }
  136.   .ec-newsRole {
  137.     min-height: 600px;
  138.   }
  139. }
  140. .fa, .fas {
  141.   width: 1em;
  142.   display: inline-block;
  143. }
  144. </style>
  145. ";
  146.         
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  148.         
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  150.     }
  151.     // line 116
  152.     public function block_javascript($context, array $blocks = [])
  153.     {
  154.         $macros $this->macros;
  155.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  159.         // line 117
  160.         echo "<script>
  161.   document.addEventListener('DOMContentLoaded', function () {
  162.     if (!(window.jQuery && jQuery.fn && jQuery.fn.slick)) return;
  163.     var \$mv = \$('.main_visual');
  164.     if (!\$mv.hasClass('slick-initialized')) {
  165.       \$mv.slick({
  166.         dots: true,
  167.         arrows: false,
  168.         autoplay: true,
  169.         speed: 300,
  170.         lazyLoad: 'ondemand'
  171.       });
  172.     }
  173.   });
  174. </script>
  175. ";
  176.         
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  178.         
  179.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  180.     }
  181.     // line 137
  182.     public function block_main($context, array $blocks = [])
  183.     {
  184.         $macros $this->macros;
  185.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  186.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  187.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  188.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  189.         // line 138
  190.         echo "<div class=\"ec-sliderRole\">
  191.     <div class=\"main_visual\">
  192.         <div class=\"item\">
  193.             <a href=\"";
  194.         // line 141
  195.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  196.         echo "campaign/summer-campaign\"
  197.                 onClick=\"ga('send','event','click','top', 'slide_2026smr' ,1,{'nonInteraction':1});\">
  198.                 <picture>
  199.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  200.                         srcset=\"";
  201.         // line 145
  202.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_2026smr_800w.webp"), "html"nulltrue);
  203.         echo "\">
  204.                     <source media=\"(max-width: 767px)\"
  205.                         srcset=\"";
  206.         // line 147
  207.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_2026smr_800w.jpg"), "html"nulltrue);
  208.         echo "\">
  209.                     <source type=\"image/webp\"
  210.                         srcset=\"";
  211.         // line 149
  212.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_2026smr_1090w.webp"), "html"nulltrue);
  213.         echo "\">
  214.                     <img src=\"";
  215.         // line 150
  216.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_2026smr_1090w.jpg"), "html"nulltrue);
  217.         echo "\" alt=\"夏まとめ買いキャンペーン 最大20%OFF\" width=\"1090\" height=\"450\" fetchpriority=\"high\" style=\"width:100%;height:auto;\">
  218.                 </picture>
  219.             </a>
  220.         </div>
  221.         <div class=\"item\">
  222.             <a href=\"";
  223.         // line 156
  224.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  225.         echo "healthfood/collagen-2set\"
  226.                 onClick=\"ga('send','event','click','top', 'slide_cox2' ,1,{'nonInteraction':1});\">
  227.                 <picture>
  228.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  229.                         srcset=\"";
  230.         // line 160
  231.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_cox2_800w.webp"), "html"nulltrue);
  232.         echo "\">
  233.                     <source media=\"(max-width: 767px)\"
  234.                         srcset=\"";
  235.         // line 162
  236.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_cox2_800w.jpg"), "html"nulltrue);
  237.         echo "\">
  238.                     <source type=\"image/webp\"
  239.                         srcset=\"";
  240.         // line 164
  241.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_cox2_1090w.webp"), "html"nulltrue);
  242.         echo "\">
  243.                     <img src=\"";
  244.         // line 165
  245.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_cox2_1090w.jpg"), "html"nulltrue);
  246.         echo "\" alt=\"コラーゲン2個セット・送料無料8000円\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  247.                 </picture>
  248.             </a>
  249.         </div>
  250.         <div class=\"item\">
  251.             <a href=\"";
  252.         // line 174
  253.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  254.         echo "goods/perfect-lifty\"
  255.                 onClick=\"ga('send','event','click','top', 'slide_pl' ,1,{'nonInteraction':1});\">
  256.                 <picture>
  257.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  258.                         srcset=\"";
  259.         // line 178
  260.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_pl_800w.webp"), "html"nulltrue);
  261.         echo "\">
  262.                     <source media=\"(max-width: 767px)\"
  263.                         srcset=\"";
  264.         // line 180
  265.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_pl_800w.jpg"), "html"nulltrue);
  266.         echo "\">
  267.                     <source type=\"image/webp\"
  268.                         srcset=\"";
  269.         // line 182
  270.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_pl_1090w.webp"), "html"nulltrue);
  271.         echo "\">
  272.                     <img src=\"";
  273.         // line 183
  274.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_pl_1090w.jpg"), "html"nulltrue);
  275.         echo "\" alt=\"【3回撫でて5秒でピンハリ】パーフェクトリフティ\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  276.                 </picture>
  277.             </a>
  278.         </div>
  279.         <div class=\"item\">
  280.             <a href=\"";
  281.         // line 189
  282.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  283.         echo "goods/hot-bubble\"
  284.                 onClick=\"ga('send','event','click','top', 'slide_5252milkx3' ,1,{'nonInteraction':1});\">
  285.                 <picture>
  286.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  287.                         srcset=\"";
  288.         // line 193
  289.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_hb_800w.webp"), "html"nulltrue);
  290.         echo "\">
  291.                     <source media=\"(max-width: 767px)\"
  292.                         srcset=\"";
  293.         // line 195
  294.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_hb_800w.jpg"), "html"nulltrue);
  295.         echo "\">
  296.                     <source type=\"image/webp\"
  297.                         srcset=\"";
  298.         // line 197
  299.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_hb_1090w.webp"), "html"nulltrue);
  300.         echo "\">
  301.                     <img src=\"";
  302.         // line 198
  303.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_hb_1090w.jpg"), "html"nulltrue);
  304.         echo "\" alt=\"Hot Bubble PRO(ホットバブルプロ)\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  305.                 </picture>
  306.             </a>
  307.         </div>
  308.         <div class=\"item\">
  309.             <a href=\"";
  310.         // line 204
  311.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  312.         echo "health-trend/dashsyoku\"
  313.                 onClick=\"ga('send','event','click','top', 'slide_dash' ,1,{'nonInteraction':1});\">
  314.                 <picture>
  315.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  316.                         srcset=\"";
  317.         // line 208
  318.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_800w.webp"), "html"nulltrue);
  319.         echo "\">
  320.                     <source media=\"(max-width: 767px)\"
  321.                         srcset=\"";
  322.         // line 210
  323.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_800w.jpg"), "html"nulltrue);
  324.         echo "\">
  325.                     <source type=\"image/webp\"
  326.                         srcset=\"";
  327.         // line 212
  328.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_1090w.webp"), "html"nulltrue);
  329.         echo "\">
  330.                     <img src=\"";
  331.         // line 213
  332.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_dash_1090w.jpg"), "html"nulltrue);
  333.         echo "\" alt=\"DASH食\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  334.                 </picture>
  335.             </a>
  336.         </div>
  337.     </div>
  338. </div>
  339. ";
  340.         
  341.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  342.         
  343.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  344.     }
  345.     public function getTemplateName()
  346.     {
  347.         return "index.twig";
  348.     }
  349.     public function isTraitable()
  350.     {
  351.         return false;
  352.     }
  353.     public function getDebugInfo()
  354.     {
  355.         return array (  378 => 213,  374 => 212,  369 => 210,  364 => 208,  357 => 204,  348 => 198,  344 => 197,  339 => 195,  334 => 193,  327 => 189,  318 => 183,  314 => 182,  309 => 180,  304 => 178,  297 => 174,  285 => 165,  281 => 164,  276 => 162,  271 => 160,  264 => 156,  255 => 150,  251 => 149,  246 => 147,  241 => 145,  234 => 141,  229 => 138,  219 => 137,  191 => 117,  181 => 116,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  356.     }
  357.     public function getSourceContext()
  358.     {
  359.         return new Source("{#
  360. This file is part of EC-CUBE
  361. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  362. http://www.ec-cube.co.jp/
  363. For the full copyright and license information, please view the LICENSE
  364. file that was distributed with this source code.
  365. #}
  366. {% extends 'default_frame.twig' %}
  367. {% set body_class = 'front_page' %}
  368. {% block stylesheet %}
  369. <style>
  370.     .slick-slider {
  371.         margin-bottom: 30px;
  372.     }
  373.     .slick-dots {
  374.         position: absolute;
  375.         bottom: -45px;
  376.         display: block;
  377.         width: 100%;
  378.         padding: 0;
  379.         list-style: none;
  380.         text-align: center;
  381.     }
  382.     .slick-dots li {
  383.         position: relative;
  384.         display: inline-block;
  385.         width: 20px;
  386.         height: 20px;
  387.         margin: 0 5px;
  388.         padding: 0;
  389.         cursor: pointer;
  390.     }
  391.     .slick-dots li button {
  392.         font-size: 0;
  393.         line-height: 0;
  394.         display: block;
  395.         width: 20px;
  396.         height: 20px;
  397.         padding: 5px;
  398.         cursor: pointer;
  399.         color: transparent;
  400.         border: 0;
  401.         outline: none;
  402.         background: transparent;
  403.     }
  404.     .slick-dots li button:hover,
  405.     .slick-dots li button:focus {
  406.         outline: none;
  407.     }
  408.     .slick-dots li button:hover:before,
  409.     .slick-dots li button:focus:before {
  410.         opacity: 1;
  411.     }
  412.     .slick-dots li button:before {
  413.         content: \" \";
  414.         line-height: 20px;
  415.         position: absolute;
  416.         top: 0;
  417.         left: 0;
  418.         width: 12px;
  419.         height: 12px;
  420.         text-align: center;
  421.         opacity: .25;
  422.         background-color: black;
  423.         border-radius: 50%;
  424.     }
  425.     .slick-dots li.slick-active button:before {
  426.         opacity: .75;
  427.         background-color: black;
  428.     }
  429.     .slick-dots li button.thumbnail img {
  430.         width: 0;
  431.         height: 0;
  432.     }
  433. @supports (content-visibility: auto) {
  434.   .top-ranking,
  435.   .ec-role.top-ranking,
  436.   .news, .top-news, .ec-newsRole,
  437.   footer {
  438.     content-visibility: auto;
  439.     contain-intrinsic-size: 800px;
  440.   }
  441. }
  442. @media (max-width: 767px) {
  443.   .main_visual {
  444.     aspect-ratio: 640 / 360;
  445.   }
  446.   .ec-newsRole {
  447.     min-height: 600px;
  448.   }
  449. }
  450. .fa, .fas {
  451.   width: 1em;
  452.   display: inline-block;
  453. }
  454. </style>
  455. {% endblock %}
  456. {% block javascript %}
  457. <script>
  458.   document.addEventListener('DOMContentLoaded', function () {
  459.     if (!(window.jQuery && jQuery.fn && jQuery.fn.slick)) return;
  460.     var \$mv = \$('.main_visual');
  461.     if (!\$mv.hasClass('slick-initialized')) {
  462.       \$mv.slick({
  463.         dots: true,
  464.         arrows: false,
  465.         autoplay: true,
  466.         speed: 300,
  467.         lazyLoad: 'ondemand'
  468.       });
  469.     }
  470.   });
  471. </script>
  472. {% endblock javascript %}
  473. {% block main %}
  474. <div class=\"ec-sliderRole\">
  475.     <div class=\"main_visual\">
  476.         <div class=\"item\">
  477.             <a href=\"{{ url('homepage') }}campaign/summer-campaign\"
  478.                 onClick=\"ga('send','event','click','top', 'slide_2026smr' ,1,{'nonInteraction':1});\">
  479.                 <picture>
  480.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  481.                         srcset=\"{{ asset('assets/img/top/bnr_2026smr_800w.webp') }}\">
  482.                     <source media=\"(max-width: 767px)\"
  483.                         srcset=\"{{ asset('assets/img/top/bnr_2026smr_800w.jpg') }}\">
  484.                     <source type=\"image/webp\"
  485.                         srcset=\"{{ asset('assets/img/top/bnr_2026smr_1090w.webp') }}\">
  486.                     <img src=\"{{ asset('assets/img/top/bnr_2026smr_1090w.jpg') }}\" alt=\"夏まとめ買いキャンペーン 最大20%OFF\" width=\"1090\" height=\"450\" fetchpriority=\"high\" style=\"width:100%;height:auto;\">
  487.                 </picture>
  488.             </a>
  489.         </div>
  490.         <div class=\"item\">
  491.             <a href=\"{{ url('homepage') }}healthfood/collagen-2set\"
  492.                 onClick=\"ga('send','event','click','top', 'slide_cox2' ,1,{'nonInteraction':1});\">
  493.                 <picture>
  494.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  495.                         srcset=\"{{ asset('assets/img/top/bnr_cox2_800w.webp') }}\">
  496.                     <source media=\"(max-width: 767px)\"
  497.                         srcset=\"{{ asset('assets/img/top/bnr_cox2_800w.jpg') }}\">
  498.                     <source type=\"image/webp\"
  499.                         srcset=\"{{ asset('assets/img/top/bnr_cox2_1090w.webp') }}\">
  500.                     <img src=\"{{ asset('assets/img/top/bnr_cox2_1090w.jpg') }}\" alt=\"コラーゲン2個セット・送料無料8000円\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  501.                 </picture>
  502.             </a>
  503.         </div>
  504.         <div class=\"item\">
  505.             <a href=\"{{ url('homepage') }}goods/perfect-lifty\"
  506.                 onClick=\"ga('send','event','click','top', 'slide_pl' ,1,{'nonInteraction':1});\">
  507.                 <picture>
  508.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  509.                         srcset=\"{{ asset('assets/img/top/bnr_pl_800w.webp') }}\">
  510.                     <source media=\"(max-width: 767px)\"
  511.                         srcset=\"{{ asset('assets/img/top/bnr_pl_800w.jpg') }}\">
  512.                     <source type=\"image/webp\"
  513.                         srcset=\"{{ asset('assets/img/top/bnr_pl_1090w.webp') }}\">
  514.                     <img src=\"{{ asset('assets/img/top/bnr_pl_1090w.jpg') }}\" alt=\"【3回撫でて5秒でピンハリ】パーフェクトリフティ\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  515.                 </picture>
  516.             </a>
  517.         </div>
  518.         <div class=\"item\">
  519.             <a href=\"{{ url('homepage') }}goods/hot-bubble\"
  520.                 onClick=\"ga('send','event','click','top', 'slide_5252milkx3' ,1,{'nonInteraction':1});\">
  521.                 <picture>
  522.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  523.                         srcset=\"{{ asset('assets/img/top/bnr_hb_800w.webp') }}\">
  524.                     <source media=\"(max-width: 767px)\"
  525.                         srcset=\"{{ asset('assets/img/top/bnr_hb_800w.jpg') }}\">
  526.                     <source type=\"image/webp\"
  527.                         srcset=\"{{ asset('assets/img/top/bnr_hb_1090w.webp') }}\">
  528.                     <img src=\"{{ asset('assets/img/top/bnr_hb_1090w.jpg') }}\" alt=\"Hot Bubble PRO(ホットバブルプロ)\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  529.                 </picture>
  530.             </a>
  531.         </div>
  532.         <div class=\"item\">
  533.             <a href=\"{{ url('homepage') }}health-trend/dashsyoku\"
  534.                 onClick=\"ga('send','event','click','top', 'slide_dash' ,1,{'nonInteraction':1});\">
  535.                 <picture>
  536.                     <source media=\"(max-width: 767px)\" type=\"image/webp\"
  537.                         srcset=\"{{ asset('assets/img/top/bnr_dash_800w.webp') }}\">
  538.                     <source media=\"(max-width: 767px)\"
  539.                         srcset=\"{{ asset('assets/img/top/bnr_dash_800w.jpg') }}\">
  540.                     <source type=\"image/webp\"
  541.                         srcset=\"{{ asset('assets/img/top/bnr_dash_1090w.webp') }}\">
  542.                     <img src=\"{{ asset('assets/img/top/bnr_dash_1090w.jpg') }}\" alt=\"DASH食\" width=\"1090\" height=\"392\" fetchpriority=\"high\"  style=\"width:100%;height:auto;\">
  543.                 </picture>
  544.             </a>
  545.         </div>
  546.     </div>
  547. </div>
  548. {% endblock %}
  549. ""index.twig""/home/xs080051/million-store.com/public_html/st.million-store.com/ec/app/template/million01/index.twig");
  550.     }
  551. }