var/cache/dev/twig/7a/7a26df9ec4329536a726386b73768cdb8acac6ed5c1c604ec8503444bd40b5d1.php line 52

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_c66984d413121c04af60811f6d772f40c1f8dd3b48beb0459431c3fd241a00d3 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.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  39.         // line 13
  40.         $context["body_class"] = "front_page";
  41.         // line 11
  42.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 15
  50.     public function block_javascript($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         // line 16
  58.         echo "  <script>
  59.   \$(function() {
  60.     \$('.main_visual').slick({
  61.       dots:             true,
  62.       arrows:           false,
  63.       autoplay:         true,
  64.       autoplaySpeed:    4000,
  65.       speed:            500,
  66.       pauseOnDotsHover: true,
  67.     });
  68.     // dotsの変更
  69.     \$('.main_visual .slick-dots li button').html('<i class=\"fas fa-heart\" aria-hidden=\"true\"></i>');
  70.   });
  71.   </script>
  72. ";
  73.         
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  75.         
  76.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  77.     }
  78.     // line 33
  79.     public function block_main($context, array $blocks = [])
  80.     {
  81.         $macros $this->macros;
  82.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  83.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  85.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  86.         // line 34
  87.         echo "  <div class=\"ec-sliderRole\">
  88.     <div class=\"main_visual\">
  89.       ";
  90.         // line 37
  91.         if ((twig_date_format_filter($this->env"now""YmdH") >= "2025040100")) {
  92.             // line 38
  93.             echo "        <div class=\"item slick-slide\"><a href=\"/products/list?category_id=&name=プレミアムナチュレ\" target=\"_blank\" title=\"プレミアムナチュレシリーズ\">
  94.           <picture class=\"full-width mx-auto d-none d-md-block\">
  95.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2@2x.webp 2x, /html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2.webp\" type=\"image/webp\">
  96.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2@2x.jpg 2x\" type=\"image/jpg\">
  97.             <img src=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2.jpg\" alt=\"プレミアムナチュレシリーズ\" loading=\"lazy\" class=\"img-fluid\">
  98.           </picture>
  99.           <picture class=\"full-width mx-auto d-block d-md-none\">
  100.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner2@2x.webp 2x, /html/template/myufull1/assets/img/page/product/premium-nature/top_banner2.webp\" type=\"image/webp\">
  101.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner2@2x.jpg 2x\" type=\"image/jpg\">
  102.             <img src=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner2.jpg\" alt=\"プレミアムナチュレシリーズ\" loading=\"lazy\" class=\"img-fluid\">
  103.           </picture>
  104.         </a></div>
  105.       ";
  106.         }
  107.         // line 51
  108.         echo "
  109.       ";
  110.         // line 52
  111.         if ((twig_date_format_filter($this->env"now""YmdH") >= "2024120512")) {
  112.             // line 53
  113.             echo "        <div class=\"item slick-slide\"><a href=\"https://myufull.online/products/detail/233\" target=\"_blank\" title=\"ミューフル天然草ソープ ダマスクローズ チューベローズ\">
  114.           <picture class=\"full-width mx-auto d-none d-md-block\">
  115.             <source srcset=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_pc.webp\" type=\"image/webp\">
  116.             <img src=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_pc.jpg\" alt=\"ミューフル天然草ソープ ダマスクローズ チューベローズ\" loading=\"lazy\" class=\"img-fluid\">
  117.           </picture>
  118.           <picture class=\"full-width mx-auto d-block d-md-none\">
  119.             <source srcset=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_sp.webp\" type=\"image/webp\">
  120.             <img src=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_sp.jpg\" alt=\"ミューフル天然草ソープ ダマスクローズ チューベローズ\" loading=\"lazy\" class=\"img-fluid\">
  121.           </picture>
  122.         </a></div>
  123.       ";
  124.         }
  125.         // line 64
  126.         echo "
  127.       ";
  128.         // line 65
  129.         if (((twig_date_format_filter($this->env"now""Ymd") >= "20240801") && (twig_date_format_filter($this->env"now""Ymd") <= "20240831"))) {
  130.             // line 66
  131.             echo "        <div class=\"item slick-slide\"><a href=\"https://myufull.co.jp/wp-content/uploads/2024/07/20240801_innnercare.pdf\" target=\"_blank\" title=\"インナーケアキャンペーン2024 美容ドリンク ミューフルフローラをプレゼント\">
  132.           <picture class=\"full-width mx-auto d-none d-md-block\">
  133.             <source srcset=\"/html/static/assets/img/cp/2024/202408_pc.webp\" type=\"image/webp\">
  134.             <img src=\"/html/static/assets/img/cp/2024/202408_pc.jpg\" alt=\"インナーケアキャンペーン2024 美容ドリンク ミューフルフローラをプレゼント\" loading=\"lazy\" class=\"img-fluid\">
  135.           </picture>
  136.           <picture class=\"full-width mx-auto d-block d-md-none\">
  137.             <source srcset=\"/html/static/assets/img/cp/2024/202408_sp.webp\" type=\"image/webp\">
  138.             <img src=\"/html/static/assets/img/cp/2024/202408_sp.jpg\" alt=\"インナーケアキャンペーン2024 美容ドリンク ミューフルフローラをプレゼント\" loading=\"lazy\" class=\"img-fluid\">
  139.           </picture>
  140.         </a></div>
  141.       ";
  142.         }
  143.         // line 77
  144.         echo "
  145.       <div class=\"item slick-slide\"><a href=\"https://myufull.online/products/detail/16\" title=\"髪と地肌をしっとりと洗い上げる、弱酸性のボタニカルシャンプー。 サブナEX ダブルローズ\">
  146.         <picture class=\"full-width mx-auto d-none d-md-block\">
  147.           <source srcset=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top.webp\" type=\"image/webp\">
  148.           <img src=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top.jpg\" alt=\"髪と地肌をしっとりと洗い上げる、弱酸性のボタニカルシャンプー。 サブナEX ダブルローズ\" loading=\"lazy\" class=\"img-fluid\">
  149.         </picture>
  150.         <picture class=\"full-width mx-auto d-block d-md-none\">
  151.           <source srcset=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top_sp.webp\" type=\"image/webp\">
  152.           <img src=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top_sp.jpg\" alt=\"髪と地肌をしっとりと洗い上げる、弱酸性のボタニカルシャンプー。 サブナEX ダブルローズ\" loading=\"lazy\" class=\"img-fluid\">
  153.         </picture>
  154.       </a></div>
  155.       ";
  156.         // line 104
  157.         echo "
  158.       ";
  159.         // line 122
  160.         echo "
  161.       <div class=\"item slick-slide\">
  162.         <a href=\"/subscription\" title=\"安心・便利でお得がいっぱい!定期便。いつでも10%ポイント還元。送料無料。バースデープレゼントなどなど\">
  163.           <picture class=\"is-desktop__block\">
  164.             <source srcset=\"";
  165.         // line 126
  166.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_subscription_pc@2x.jpg"), "html"nulltrue);
  167.         echo "?20250401 2x\" type=\"image/jpg\">
  168.             <img src=\"";
  169.         // line 127
  170.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_subscription_pc.jpg"), "html"nulltrue);
  171.         echo "?20250401\" loading=\"lazy\">
  172.           </picture>
  173.           <picture class=\"is-mobile__block\">
  174.             <source srcset=\"";
  175.         // line 130
  176.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_subscription.jpg"), "html"nulltrue);
  177.         echo "?20250401 2x\" type=\"image/jpg\">
  178.             <img src=\"";
  179.         // line 131
  180.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_subscription.jpg"), "html"nulltrue);
  181.         echo "?20250401\" loading=\"lazy\">
  182.           </picture>
  183.         </a>
  184.       </div>
  185.       <div class=\"item slick-slide\">
  186.         <a href=\"https://myufull.co.jp/salons/for-beginners/\" title=\"自分史上最高美肌を叶える「角質新美容」 ミューフル\" target=\"_blank\">
  187.           <picture class=\"is-desktop__block\">
  188.             <source srcset=\"";
  189.         // line 139
  190.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_myufull_official_pc.avif"), "html"nulltrue);
  191.         echo "\" type=\"image/avif\">
  192.             <source srcset=\"";
  193.         // line 140
  194.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_myufull_official_pc.webp"), "html"nulltrue);
  195.         echo "\" type=\"image/webp\">
  196.             <img src=\"";
  197.         // line 141
  198.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_myufull_official_pc.jpg"), "html"nulltrue);
  199.         echo "\" alt=\"自分史上最高美肌を叶える「角質新美容」 ミューフル\" loading=\"lazy\">
  200.           </picture>
  201.           <picture class=\"is-mobile__block\">
  202.             <source srcset=\"";
  203.         // line 144
  204.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_myufull_official_sp.avif"), "html"nulltrue);
  205.         echo "\" type=\"image/avif\">
  206.             <source srcset=\"";
  207.         // line 145
  208.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_myufull_official_sp.webp"), "html"nulltrue);
  209.         echo "\" type=\"image/webp\">
  210.             <img src=\"";
  211.         // line 146
  212.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/slider_myufull_official_sp.jpg"), "html"nulltrue);
  213.         echo "\" alt=\"自分史上最高美肌を叶える「角質新美容」 ミューフル\" loading=\"lazy\">
  214.           </picture>
  215.         </a>
  216.       </div>
  217.     </div>
  218.   </div>
  219. ";
  220.         
  221.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  222.         
  223.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  224.     }
  225.     public function getTemplateName()
  226.     {
  227.         return "index.twig";
  228.     }
  229.     public function isTraitable()
  230.     {
  231.         return false;
  232.     }
  233.     public function getDebugInfo()
  234.     {
  235.         return array (  235 => 146,  231 => 145,  227 => 144,  221 => 141,  217 => 140,  213 => 139,  202 => 131,  198 => 130,  192 => 127,  188 => 126,  182 => 122,  179 => 104,  165 => 77,  152 => 66,  150 => 65,  147 => 64,  134 => 53,  132 => 52,  129 => 51,  114 => 38,  112 => 37,  107 => 34,  97 => 33,  72 => 16,  62 => 15,  51 => 11,  49 => 13,  36 => 11,);
  236.     }
  237.     public function getSourceContext()
  238.     {
  239.         return new Source("{#
  240. This file is part of EC-CUBE
  241. Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
  242. http://www.lockon.co.jp/
  243. For the full copyright and license information, please view the LICENSE
  244. file that was distributed with this source code.
  245. #}
  246. {% extends 'default_frame.twig' %}
  247. {% set body_class = 'front_page' %}
  248. {% block javascript %}
  249.   <script>
  250.   \$(function() {
  251.     \$('.main_visual').slick({
  252.       dots:             true,
  253.       arrows:           false,
  254.       autoplay:         true,
  255.       autoplaySpeed:    4000,
  256.       speed:            500,
  257.       pauseOnDotsHover: true,
  258.     });
  259.     // dotsの変更
  260.     \$('.main_visual .slick-dots li button').html('<i class=\"fas fa-heart\" aria-hidden=\"true\"></i>');
  261.   });
  262.   </script>
  263. {% endblock javascript %}
  264. {% block main %}
  265.   <div class=\"ec-sliderRole\">
  266.     <div class=\"main_visual\">
  267.       {% if \"now\"|date('YmdH') >= \"2025040100\" %}
  268.         <div class=\"item slick-slide\"><a href=\"/products/list?category_id=&name=プレミアムナチュレ\" target=\"_blank\" title=\"プレミアムナチュレシリーズ\">
  269.           <picture class=\"full-width mx-auto d-none d-md-block\">
  270.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2@2x.webp 2x, /html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2.webp\" type=\"image/webp\">
  271.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2@2x.jpg 2x\" type=\"image/jpg\">
  272.             <img src=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner_pc2.jpg\" alt=\"プレミアムナチュレシリーズ\" loading=\"lazy\" class=\"img-fluid\">
  273.           </picture>
  274.           <picture class=\"full-width mx-auto d-block d-md-none\">
  275.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner2@2x.webp 2x, /html/template/myufull1/assets/img/page/product/premium-nature/top_banner2.webp\" type=\"image/webp\">
  276.             <source srcset=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner2@2x.jpg 2x\" type=\"image/jpg\">
  277.             <img src=\"/html/template/myufull1/assets/img/page/product/premium-nature/top_banner2.jpg\" alt=\"プレミアムナチュレシリーズ\" loading=\"lazy\" class=\"img-fluid\">
  278.           </picture>
  279.         </a></div>
  280.       {% endif %}
  281.       {% if \"now\"|date('YmdH') >= \"2024120512\" %}
  282.         <div class=\"item slick-slide\"><a href=\"https://myufull.online/products/detail/233\" target=\"_blank\" title=\"ミューフル天然草ソープ ダマスクローズ チューベローズ\">
  283.           <picture class=\"full-width mx-auto d-none d-md-block\">
  284.             <source srcset=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_pc.webp\" type=\"image/webp\">
  285.             <img src=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_pc.jpg\" alt=\"ミューフル天然草ソープ ダマスクローズ チューベローズ\" loading=\"lazy\" class=\"img-fluid\">
  286.           </picture>
  287.           <picture class=\"full-width mx-auto d-block d-md-none\">
  288.             <source srcset=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_sp.webp\" type=\"image/webp\">
  289.             <img src=\"/html/template/myufull1/assets/img/page/product/natural-herb-soap/top_sp.jpg\" alt=\"ミューフル天然草ソープ ダマスクローズ チューベローズ\" loading=\"lazy\" class=\"img-fluid\">
  290.           </picture>
  291.         </a></div>
  292.       {% endif %}
  293.       {% if \"now\"|date('Ymd') >= \"20240801\" and \"now\"|date('Ymd') <= \"20240831\" %}
  294.         <div class=\"item slick-slide\"><a href=\"https://myufull.co.jp/wp-content/uploads/2024/07/20240801_innnercare.pdf\" target=\"_blank\" title=\"インナーケアキャンペーン2024 美容ドリンク ミューフルフローラをプレゼント\">
  295.           <picture class=\"full-width mx-auto d-none d-md-block\">
  296.             <source srcset=\"/html/static/assets/img/cp/2024/202408_pc.webp\" type=\"image/webp\">
  297.             <img src=\"/html/static/assets/img/cp/2024/202408_pc.jpg\" alt=\"インナーケアキャンペーン2024 美容ドリンク ミューフルフローラをプレゼント\" loading=\"lazy\" class=\"img-fluid\">
  298.           </picture>
  299.           <picture class=\"full-width mx-auto d-block d-md-none\">
  300.             <source srcset=\"/html/static/assets/img/cp/2024/202408_sp.webp\" type=\"image/webp\">
  301.             <img src=\"/html/static/assets/img/cp/2024/202408_sp.jpg\" alt=\"インナーケアキャンペーン2024 美容ドリンク ミューフルフローラをプレゼント\" loading=\"lazy\" class=\"img-fluid\">
  302.           </picture>
  303.         </a></div>
  304.       {% endif %}
  305.       <div class=\"item slick-slide\"><a href=\"https://myufull.online/products/detail/16\" title=\"髪と地肌をしっとりと洗い上げる、弱酸性のボタニカルシャンプー。 サブナEX ダブルローズ\">
  306.         <picture class=\"full-width mx-auto d-none d-md-block\">
  307.           <source srcset=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top.webp\" type=\"image/webp\">
  308.           <img src=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top.jpg\" alt=\"髪と地肌をしっとりと洗い上げる、弱酸性のボタニカルシャンプー。 サブナEX ダブルローズ\" loading=\"lazy\" class=\"img-fluid\">
  309.         </picture>
  310.         <picture class=\"full-width mx-auto d-block d-md-none\">
  311.           <source srcset=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top_sp.webp\" type=\"image/webp\">
  312.           <img src=\"/html/template/myufull1/assets/img/page/product/sabuna-ex-w-rose/top_sp.jpg\" alt=\"髪と地肌をしっとりと洗い上げる、弱酸性のボタニカルシャンプー。 サブナEX ダブルローズ\" loading=\"lazy\" class=\"img-fluid\">
  313.         </picture>
  314.       </a></div>
  315.       {# 
  316.       {% if \"now\"|date('Ymd') >= \"20221118\" and \"now\"|date('Ymd') <= \"20230331\" %}
  317.         <div class=\"item slick-slide\"><a href=\"https://tellers.myufull.co.jp/serial/\" target=\"_blank\" title=\"【キャンペーン】あつめてシリアルキャンペーン\">
  318.           <picture>
  319.             <source srcset=\"/html/static/assets/img/cp/2022/11-serial/visual_pc.webp\" type=\"image/webp\">
  320.             <img src=\"/html/static/assets/img/cp/2022/11-serial/visual_pc.jpg\" alt=\"【キャンペーン】あつめてシリアルキャンペーン\" loading=\"lazy\" class=\"img-fluid full-width mx-auto d-none d-md-block\">
  321.           </picture>
  322.           <picture>
  323.             <source srcset=\"/html/static/assets/img/cp/2022/11-serial/visual.webp\" type=\"image/webp\">
  324.             <img src=\"/html/static/assets/img/cp/2022/11-serial/visual.jpg\" alt=\"【キャンペーン】あつめてシリアルキャンペーン\" loading=\"lazy\" class=\"img-fluid full-width mx-auto d-block d-md-none\">
  325.           </picture>
  326.         </a></div>
  327.       {% endif %}
  328.       #}
  329.       {# {% if not is_granted('ROLE_USER') %}
  330.         <div class=\"item slick-slide\">
  331.           <a href=\"{{ url('entry') }}\" title=\"新規会員登録で、もれなく全員に500ポイントプレゼント\">
  332.           <picture class=\"is-desktop__block\">
  333.             <source srcset=\"{{ asset('assets/img/top/slider_500pt_pc.avif') }}\" type=\"image/avif\">
  334.             <source srcset=\"{{ asset('assets/img/top/slider_500pt_pc.webp') }}\" type=\"image/webp\">
  335.             <img src=\"{{ asset('assets/img/top/slider_500pt_pc.jpg') }}\" alt=\"新規会員登録で、もれなく全員に500ポイントプレゼント\" loading=\"lazy\">
  336.           </picture>
  337.           <picture class=\"is-mobile__block\">
  338.             <source srcset=\"{{ asset('assets/img/top/slider_500pt_sp.avif') }}\" type=\"image/avif\">
  339.             <source srcset=\"{{ asset('assets/img/top/slider_500pt_sp.webp') }}\" type=\"image/webp\">
  340.             <img src=\"{{ asset('assets/img/top/slider_500pt_sp.jpg') }}\" alt=\"新規会員登録で、もれなく全員に500ポイントプレゼント\" loading=\"lazy\">
  341.           </picture>
  342.           </a>
  343.         </div>
  344.       {% endif %} #}
  345.       <div class=\"item slick-slide\">
  346.         <a href=\"/subscription\" title=\"安心・便利でお得がいっぱい!定期便。いつでも10%ポイント還元。送料無料。バースデープレゼントなどなど\">
  347.           <picture class=\"is-desktop__block\">
  348.             <source srcset=\"{{ asset('assets/img/top/slider_subscription_pc@2x.jpg') }}?20250401 2x\" type=\"image/jpg\">
  349.             <img src=\"{{ asset('assets/img/top/slider_subscription_pc.jpg') }}?20250401\" loading=\"lazy\">
  350.           </picture>
  351.           <picture class=\"is-mobile__block\">
  352.             <source srcset=\"{{ asset('assets/img/top/slider_subscription.jpg') }}?20250401 2x\" type=\"image/jpg\">
  353.             <img src=\"{{ asset('assets/img/top/slider_subscription.jpg') }}?20250401\" loading=\"lazy\">
  354.           </picture>
  355.         </a>
  356.       </div>
  357.       <div class=\"item slick-slide\">
  358.         <a href=\"https://myufull.co.jp/salons/for-beginners/\" title=\"自分史上最高美肌を叶える「角質新美容」 ミューフル\" target=\"_blank\">
  359.           <picture class=\"is-desktop__block\">
  360.             <source srcset=\"{{ asset('assets/img/top/slider_myufull_official_pc.avif') }}\" type=\"image/avif\">
  361.             <source srcset=\"{{ asset('assets/img/top/slider_myufull_official_pc.webp') }}\" type=\"image/webp\">
  362.             <img src=\"{{ asset('assets/img/top/slider_myufull_official_pc.jpg') }}\" alt=\"自分史上最高美肌を叶える「角質新美容」 ミューフル\" loading=\"lazy\">
  363.           </picture>
  364.           <picture class=\"is-mobile__block\">
  365.             <source srcset=\"{{ asset('assets/img/top/slider_myufull_official_sp.avif') }}\" type=\"image/avif\">
  366.             <source srcset=\"{{ asset('assets/img/top/slider_myufull_official_sp.webp') }}\" type=\"image/webp\">
  367.             <img src=\"{{ asset('assets/img/top/slider_myufull_official_sp.jpg') }}\" alt=\"自分史上最高美肌を叶える「角質新美容」 ミューフル\" loading=\"lazy\">
  368.           </picture>
  369.         </a>
  370.       </div>
  371.     </div>
  372.   </div>
  373. {% endblock %}
  374. ""index.twig""/home/miyuki-ec/www/test.myufull.online/4.0.4/app/template/myufull1/index.twig");
  375.     }
  376. }