var/cache/dev/twig/41/41313685206ccc5ae9ede48ce34c832352ac9d3362df53f171e85a562fe86ed6.php line 169

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_eb74ead5111ca7835d5f86a479263b3ca28b3f35a0d486c63d977d3ab3072131 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  40.         // line 13
  41.         $context["body_class"] = "index";
  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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "  <style>
  60.   </style>
  61. ";
  62.         
  63.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  64.         
  65.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  66.     }
  67.     // line 20
  68.     public function block_javascript($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  75.         // line 21
  76.         echo "<script type=\"text/javascript\">
  77. \$(function(){
  78.   \$('.mod_movie-btn-favorite').on('click', function(){
  79.     let loginStatus = ";
  80.         // line 24
  81.         echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) ? ("true") : ("false"));
  82.         echo ";
  83.     if(loginStatus){
  84.       let pid = \$(this).data('pid');
  85.       let tmpbtn = \$(this);
  86.       // tmpbtn.children(\"input\").prop('disabled', true);
  87.       tmpbtn.children(\"input\").attr('disabled', true);
  88.       if(tmpbtn.hasClass('favorite__del')){
  89.         \$.ajax({
  90.           url: \"";
  91.         // line 34
  92.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  93.         echo "refine_delete_favorite\",
  94.           type: 'GET',
  95.           dataType: 'text',
  96.           data: {id: pid}
  97.         })
  98.         .then(
  99.           function (data) {
  100.               tmpbtn.removeClass('favorite__del');
  101.               tmpbtn.addClass('favorite__add');
  102.           },
  103.           function () {
  104.               alert(\"処理に失敗しました。お手数ですが再度実行してください\");
  105.         });
  106.       } else {
  107.           \$.ajax({
  108.             url: \"";
  109.         // line 51
  110.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  111.         echo "products/add_favorite/\"+pid,
  112.             type: 'POST',
  113.           })
  114.           .then(
  115.             function (data) {
  116.                 tmpbtn.removeClass('favorite__add');
  117.                 tmpbtn.addClass('favorite__del');
  118.             },
  119.             function () {
  120.               alert(\"処理に失敗しました。お手数ですが再度実行してください\");
  121.           });
  122.       }
  123.       tmpbtn.children(\"input\").attr('disabled', false);
  124.     } else {
  125.        location.href= \"";
  126.         // line 66
  127.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_delivery");
  128.         echo "\";
  129.     }
  130.   });
  131. });
  132. </script>
  133. ";
  134.         
  135.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  136.         
  137.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  138.     }
  139.     // line 75
  140.     public function block_main($context, array $blocks = [])
  141.     {
  142.         $macros $this->macros;
  143.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  144.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  145.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  146.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  147.         // line 76
  148.         echo "  <div class=\"content__inner\">
  149.     ";
  150.         // line 78
  151.         echo "    ";
  152.         // line 79
  153.         echo "    ";
  154.         // line 80
  155.         echo "    ";
  156.         // line 81
  157.         echo "    ";
  158.         // line 82
  159.         echo "    ";
  160.         // line 83
  161.         echo "
  162.     ";
  163.         // line 86
  164.         echo "    ";
  165.         $this->loadTemplate("Block/slider.twig""index.twig"86)->display($context);
  166.         // line 87
  167.         echo "
  168.     ";
  169.         // line 88
  170.         if (twig_test_empty($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER"))) {
  171.             // line 89
  172.             echo "    <div class=\"home__sample--video\">
  173.       <div class=\"home__sample--video-inner\">
  174.         <div class=\"header__info-play-btn\">
  175.             <a href=\"";
  176.             // line 92
  177.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "video_sample"]);
  178.             echo "\">";
  179.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("無料サンプル動画を見る"), "html"nulltrue);
  180.             echo "</a>
  181.         </div>
  182.       </div>
  183.     </div>
  184.     ";
  185.         }
  186.         // line 97
  187.         echo "
  188.     <div class=\"home__news home__news--pc\"><div class=\"home__news-inner\">
  189.       <div class=\"home__news-head\">
  190.         ";
  191.         // line 100
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お知らせ"), "html"nulltrue);
  193.         echo "
  194.       </div>
  195.       <div class=\"home__news-body\">
  196.         ";
  197.         // line 104
  198.         echo "        ";
  199.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  200.             // line 105
  201.             echo "          ";
  202.             echo twig_include($this->env$context"Block/Top/news_list.twig", ["maxCount" => 4"includeCategories" => [=> 2], "excludeCategories" => null], truetrue);
  203.             echo "
  204.         ";
  205.         } else {
  206.             // line 107
  207.             echo "          ";
  208.             echo twig_include($this->env$context"Block/Top/news_list.twig", ["maxCount" => 4"includeCategories" => [=> 2], "excludeCategories" => [=> 1]], truetrue);
  209.             echo "
  210.         ";
  211.         }
  212.         // line 109
  213.         echo "      </div>
  214.     </div></div>
  215.     <div class=\"home__purpose\">
  216.       <div class=\"home__purpose-inner\">
  217.         <h2>
  218.           ";
  219.         // line 114
  220.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("目的から探す"), "html"nulltrue);
  221.         echo "<span>";
  222.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("自分が学びたい目的から探す"), "html"nulltrue);
  223.         echo "</span>
  224.         </h2>
  225.         <ul class=\"home__purpose-list\">
  226.           <li class=\"home__purpose-item home__purpose-item--1\">
  227.             ";
  228.         // line 119
  229.         echo "            <a href=\"";
  230.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "use"]);
  231.         echo "\">
  232.                     <div class=\"home__purpose-img-wrapper\">
  233.                       <img src=\"";
  234.         // line 121
  235.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-1.jpg""user_data"), "html"nulltrue);
  236.         echo "\" alt=\"\" />
  237.                       <div class=\"home__purpose-beginner-wrapper\">
  238.                         <img src=\"";
  239.         // line 123
  240.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/common/icon_beginner.png""user_data"), "html"nulltrue);
  241.         echo "\" alt=\"\" />
  242.                       </div>
  243.                     </div>
  244.                     <div class=\"home__purpose-text-wrapper\">
  245.                       <h3>
  246.                         ";
  247.         // line 128
  248.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("サイトの"), "html"nulltrue);
  249.         echo "<br />";
  250.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("使い方"), "html"nulltrue);
  251.         echo "
  252.                         ";
  253.         // line 130
  254.         echo "                      </h3>
  255.                       <p>
  256.                         ";
  257.         // line 132
  258.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("このサイトの使い方や操作方法はこちら"), "html"nulltrue);
  259.         echo "
  260.                       </p>
  261.                     </div></a>
  262.           </li>
  263.           <li class=\"home__purpose-item home__purpose-item--2\">
  264.             <a href=\"";
  265.         // line 137
  266.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 12]);
  267.         echo "\">
  268.                     <div class=\"home__purpose-img-wrapper\">
  269.                       <img src=\"";
  270.         // line 139
  271.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-2.jpg""user_data"), "html"nulltrue);
  272.         echo "\" alt=\"\" />
  273.                     </div>
  274.                     <div class=\"home__purpose-text-wrapper\">
  275.                       <h3>
  276.                         ";
  277.         // line 143
  278.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("麻雀"), "html"nulltrue);
  279.         echo "<br />";
  280.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("入門編"), "html"nulltrue);
  281.         echo "
  282.                         ";
  283.         // line 145
  284.         echo "                      </h3>
  285.                       <p>
  286.                         ";
  287.         // line 147
  288.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("これから健康まぁじゃんを始める方はこちら"), "html"nulltrue);
  289.         echo "
  290.                       </p>
  291.                     </div></a>
  292.           </li>
  293.           <li class=\"home__purpose-item home__purpose-item--3\">
  294.             <a href=\"";
  295.         // line 152
  296.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 18]);
  297.         echo "\">
  298.                     <div class=\"home__purpose-img-wrapper\">
  299.                       <img src=\"";
  300.         // line 154
  301.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-3.jpg""user_data"), "html"nulltrue);
  302.         echo "\" alt=\"\" />
  303.                     </div>
  304.                     <div class=\"home__purpose-text-wrapper\">
  305.                       <h3>
  306.                         ";
  307.         // line 158
  308.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("役"), "html"nulltrue);
  309.         echo "
  310.                       </h3>
  311.                       <p>
  312.                         ";
  313.         // line 161
  314.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("役の確認はこちら"), "html"nulltrue);
  315.         echo "
  316.                       </p>
  317.                     </div></a>
  318.           </li>
  319.           <li class=\"home__purpose-item home__purpose-item--4\">
  320.             <a href=\"";
  321.         // line 166
  322.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 23]);
  323.         echo "\">
  324.                     <div class=\"home__purpose-img-wrapper\">
  325.                       <img src=\"";
  326.         // line 168
  327.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-4.jpg""user_data"), "html"nulltrue);
  328.         echo "\" alt=\"\" />
  329.                     </div>
  330.                     <div class=\"home__purpose-text-wrapper\">
  331.                       <h3>
  332.                         ";
  333.         // line 172
  334.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("守り方"), "html"nulltrue);
  335.         echo "
  336.                       </h3>
  337.                       <p>
  338.                         ";
  339.         // line 175
  340.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("守りの戦略やコツはこちら"), "html"nulltrue);
  341.         echo "
  342.                       </p>
  343.                     </div></a>
  344.           </li>
  345.           <li class=\"home__purpose-item home__purpose-item--5\">
  346.             <a href=\"";
  347.         // line 180
  348.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 28]);
  349.         echo "\">
  350.                     <div class=\"home__purpose-img-wrapper\">
  351.                       <img src=\"";
  352.         // line 182
  353.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-5.jpg""user_data"), "html"nulltrue);
  354.         echo "\" alt=\"\" />
  355.                     </div>
  356.                     <div class=\"home__purpose-text-wrapper\">
  357.                       <h3>
  358.                         ";
  359.         // line 186
  360.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("攻め方"), "html"nulltrue);
  361.         echo "
  362.                       </h3>
  363.                       <p>
  364.                         ";
  365.         // line 189
  366.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("攻めのための戦略やコツはこちら"), "html"nulltrue);
  367.         echo "
  368.                       </p>
  369.                     </div></a>
  370.           </li>
  371.           <li class=\"home__purpose-item home__purpose-item--6\">
  372.             <a href=\"";
  373.         // line 194
  374.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 40]);
  375.         echo "\">
  376.                     <div class=\"home__purpose-img-wrapper\">
  377.                       <img src=\"";
  378.         // line 196
  379.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-6.jpg""user_data"), "html"nulltrue);
  380.         echo "\" alt=\"\" />
  381.                     </div>
  382.                     <div class=\"home__purpose-text-wrapper\">
  383.                       <h3>
  384.                         ";
  385.         // line 200
  386.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("点数"), "html"nulltrue);
  387.         echo "<br />";
  388.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("計算"), "html"nulltrue);
  389.         echo "
  390.                       </h3>
  391.                       <p>
  392.                         ";
  393.         // line 203
  394.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("点数表・点数計算の方法はこちら"), "html"nulltrue);
  395.         echo "
  396.                       </p>
  397.                     </div></a>
  398.           </li>
  399.         </ul>
  400.         <div class=\"home__purpose-btn\">
  401.           <a href=\"";
  402.         // line 209
  403.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("category_list");
  404.         echo "\">";
  405.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("他の目的・カテゴリを探す"), "html"nulltrue);
  406.         echo "</a>
  407.         </div>
  408.       </div>
  409.     </div>
  410.     <div class=\"home__search home__search--pc\"><div class=\"home__search-inner\">
  411.       ";
  412.         // line 215
  413.         echo "      ";
  414.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  415.         echo "
  416.     </div></div>
  417.     ";
  418.         // line 218
  419.         echo "    ";
  420.         // line 219
  421.         echo "
  422.     ";
  423.         // line 221
  424.         echo "    ";
  425.         // line 222
  426.         echo "    ";
  427.         // line 223
  428.         echo "
  429.         ";
  430.         // line 225
  431.         echo "
  432.     ";
  433.         // line 227
  434.         echo "    ";
  435.         echo twig_include($this->env$context"Block/favorite_videos.twig", array(), truetrue);
  436.         echo "
  437.     ";
  438.         // line 230
  439.         echo "    ";
  440.         // line 231
  441.         echo "    ";
  442.         // line 232
  443.         echo "    ";
  444.         // line 233
  445.         echo "    ";
  446.         // line 234
  447.         echo "
  448.     ";
  449.         // line 236
  450.         echo "    ";
  451.         // line 237
  452.         echo "    ";
  453.         // line 238
  454.         echo "    ";
  455.         // line 239
  456.         echo "    ";
  457.         // line 240
  458.         echo "    <div class=\"home__level\">
  459.       <div class=\"home__level-inner\">
  460.         <h2>
  461.           ";
  462.         // line 243
  463.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("レベルから探す"), "html"nulltrue);
  464.         echo "<span>";
  465.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("自分のレベルに合わせて学ぶ"), "html"nulltrue);
  466.         echo "</span>
  467.         </h2>
  468.         <ul class=\"home__level-list\">
  469.           <li class=\"home__level-item home__level-item--1\">
  470.             <a href=\"";
  471.         // line 247
  472.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list", ["name" => "入門編"]);
  473.         echo "\">
  474.                     <div class=\"home__level-img-wrapper\">
  475.                       <img src=\"";
  476.         // line 249
  477.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/icon_level-1.png""user_data"), "html"nulltrue);
  478.         echo "\" alt=\"\" />
  479.                     </div>
  480.                     <div class=\"home__level-text-wrapper\">
  481.                       <h3>
  482.                         ";
  483.         // line 253
  484.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("入門"), "html"nulltrue);
  485.         echo "
  486.                       </h3>
  487.                       <p>
  488.                         ";
  489.         // line 256
  490.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("これから「まぁじゃん」を始める方"), "html"nulltrue);
  491.         echo "
  492.                       </p>
  493.                     </div></a>
  494.           </li>
  495.           <li class=\"home__level-item home__level-item--2\">
  496.             <a href=\"";
  497.         // line 261
  498.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list", ["name" => "初級編"]);
  499.         echo "\">
  500.                     <div class=\"home__level-img-wrapper\">
  501.                       <img src=\"";
  502.         // line 263
  503.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/icon_level-2.png""user_data"), "html"nulltrue);
  504.         echo "\" alt=\"\" />
  505.                     </div>
  506.                     <div class=\"home__level-text-wrapper\">
  507.                       <h3>
  508.                         ";
  509.         // line 267
  510.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("初級"), "html"nulltrue);
  511.         echo "
  512.                       </h3>
  513.                       <p>
  514.                         ";
  515.         // line 270
  516.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("役やルールを覚えたい方、復習したい方"), "html"nulltrue);
  517.         echo "
  518.                       </p>
  519.                     </div></a>
  520.           </li>
  521.           <li class=\"home__level-item home__level-item--3\">
  522.             <a href=\"";
  523.         // line 275
  524.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list", ["name" => "中級編"]);
  525.         echo "\">
  526.                     <div class=\"home__level-img-wrapper\">
  527.                       <img src=\"";
  528.         // line 277
  529.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/icon_level-3.png""user_data"), "html"nulltrue);
  530.         echo "\" alt=\"\" />
  531.                     </div>
  532.                     <div class=\"home__level-text-wrapper\">
  533.                       <h3>
  534.                         ";
  535.         // line 281
  536.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("中級"), "html"nulltrue);
  537.         echo "
  538.                       </h3>
  539.                       <p>
  540.                         ";
  541.         // line 284
  542.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("点数計算や基本的な戦術など覚えたい方"), "html"nulltrue);
  543.         echo "
  544.                       </p>
  545.                     </div></a>
  546.           </li>
  547.         </ul>
  548.       </div>
  549.     </div>
  550.     <div class=\"home__blog\">
  551.       <div class=\"home__blog-inner\">
  552.         <h2>";
  553.         // line 294
  554.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("健康まぁじゃんブログ"), "html"nulltrue);
  555.         echo "<span>";
  556.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("随時更新♪ マージャンの楽しさを皆様にお届け!"), "html"nulltrue);
  557.         echo "</span></h2>
  558.         <ul class=\"home__blog-list\">
  559.           ";
  560.         // line 297
  561.         echo "          ";
  562.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  563.             // line 298
  564.             echo "            ";
  565.             echo twig_include($this->env$context"Block/Top/blog_list.twig", ["maxCount" => 6"includeCategories" => null"excludeCategories" => [=> 2]], truetrue);
  566.             echo 
  567.           ";
  568.         } else {
  569.             // line 300
  570.             echo "            ";
  571.             echo twig_include($this->env$context"Block/Top/blog_list.twig", ["maxCount" => 6"includeCategories" => null"excludeCategories" => [=> 1=> 2]], truetrue);
  572.             echo 
  573.           ";
  574.         }
  575.         // line 302
  576.         echo "        </ul>
  577.         <div class=\"home__blog-btn-more\">
  578.           <a href=\"/blog_list/\">";
  579.         // line 304
  580.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ブログをもっと見る"), "html"nulltrue);
  581.         echo "</a>
  582.         </div>
  583.       </div>
  584.     </div>
  585.     <div class=\"mod_search home__search--sp\">
  586.       <div class=\"mod_search-inner\">
  587.         ";
  588.         // line 312
  589.         echo "        ";
  590.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  591.         echo "
  592.       </div>
  593.     </div>
  594.     <div class=\"home__news home__news--sp\"><div class=\"home__news-inner\">
  595.       <div class=\"home__news-head\">
  596.           ";
  597.         // line 317
  598.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お知らせ"), "html"nulltrue);
  599.         echo "
  600.       </div>
  601.       <div class=\"home__news-body\">
  602.         ";
  603.         // line 321
  604.         echo "        ";
  605.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  606.             // line 322
  607.             echo "          ";
  608.             echo twig_include($this->env$context"Block/Top/news_list.twig", ["maxCount" => 4"includeCategories" => [=> 2], "excludeCategories" => null], truetrue);
  609.             echo "
  610.         ";
  611.         } else {
  612.             // line 324
  613.             echo "          ";
  614.             echo twig_include($this->env$context"Block/Top/news_list.twig", ["maxCount" => 4"includeCategories" => [=> 2], "excludeCategories" => [=> 1]], truetrue);
  615.             echo "
  616.         ";
  617.         }
  618.         // line 326
  619.         echo "      </div>
  620.     </div></div>
  621.     <div class=\"home__recommendation\">
  622.         <div class=\"home__recommendation-inner\">
  623.             ";
  624.         // line 331
  625.         echo twig_include($this->env$context"Block/recommend_product_block.twig", array(), truetrue);
  626.         echo "
  627.         </div>
  628.     </div>
  629.     ";
  630.         // line 335
  631.         echo "    ";
  632.         // line 336
  633.         echo "    ";
  634.         // line 337
  635.         echo "    ";
  636.         // line 338
  637.         echo "    ";
  638.         // line 339
  639.         echo "    ";
  640.         // line 340
  641.         echo "    ";
  642.         // line 341
  643.         echo "    ";
  644.         // line 342
  645.         echo "    ";
  646.         // line 343
  647.         echo "    ";
  648.         // line 344
  649.         echo "    ";
  650.         // line 345
  651.         echo "    ";
  652.         // line 346
  653.         echo "    ";
  654.         // line 347
  655.         echo "    ";
  656.         // line 348
  657.         echo "    ";
  658.         // line 349
  659.         echo "    ";
  660.         // line 350
  661.         echo "    ";
  662.         // line 351
  663.         echo "    ";
  664.         // line 352
  665.         echo "    ";
  666.         // line 353
  667.         echo "    ";
  668.         // line 354
  669.         echo "    ";
  670.         // line 355
  671.         echo "    ";
  672.         // line 356
  673.         echo "    ";
  674.         // line 357
  675.         echo "    ";
  676.         // line 358
  677.         echo "    ";
  678.         // line 359
  679.         echo "    ";
  680.         // line 360
  681.         echo "    ";
  682.         // line 361
  683.         echo "    ";
  684.         // line 362
  685.         echo "    ";
  686.         // line 363
  687.         echo "    ";
  688.         // line 364
  689.         echo "    ";
  690.         // line 365
  691.         echo "    ";
  692.         // line 366
  693.         echo "    ";
  694.         // line 367
  695.         echo "    ";
  696.         // line 368
  697.         echo "    ";
  698.         // line 369
  699.         echo "    ";
  700.         // line 370
  701.         echo "    ";
  702.         // line 371
  703.         echo "    ";
  704.         // line 372
  705.         echo "    ";
  706.         // line 373
  707.         echo "    ";
  708.         // line 374
  709.         echo "    ";
  710.         // line 375
  711.         echo "    ";
  712.         // line 376
  713.         echo "    ";
  714.         // line 377
  715.         echo "    ";
  716.         // line 378
  717.         echo "    ";
  718.         // line 379
  719.         echo "    ";
  720.         // line 380
  721.         echo "    ";
  722.         // line 381
  723.         echo "    ";
  724.         // line 382
  725.         echo "    ";
  726.         // line 383
  727.         echo "    ";
  728.         // line 384
  729.         echo "    ";
  730.         // line 385
  731.         echo "    ";
  732.         // line 386
  733.         echo "    ";
  734.         // line 387
  735.         echo "    ";
  736.         // line 388
  737.         echo "    ";
  738.         // line 389
  739.         echo "    ";
  740.         // line 390
  741.         echo "    ";
  742.         // line 391
  743.         echo "    ";
  744.         // line 392
  745.         echo "    ";
  746.         // line 393
  747.         echo "    ";
  748.         // line 394
  749.         echo "    ";
  750.         // line 395
  751.         echo "    ";
  752.         // line 396
  753.         echo "    ";
  754.         // line 397
  755.         echo "    ";
  756.         // line 398
  757.         echo "    ";
  758.         // line 399
  759.         echo "    ";
  760.         // line 400
  761.         echo "    ";
  762.         // line 401
  763.         echo "    ";
  764.         // line 402
  765.         echo "    ";
  766.         // line 403
  767.         echo "    ";
  768.         // line 404
  769.         echo "    ";
  770.         // line 405
  771.         echo "    ";
  772.         // line 406
  773.         echo "    ";
  774.         // line 407
  775.         echo "    ";
  776.         // line 408
  777.         echo "    ";
  778.         // line 409
  779.         echo "    ";
  780.         // line 410
  781.         echo "    ";
  782.         // line 411
  783.         echo "    ";
  784.         // line 412
  785.         echo "    ";
  786.         // line 413
  787.         echo "    ";
  788.         // line 414
  789.         echo "    ";
  790.         // line 415
  791.         echo "    ";
  792.         // line 416
  793.         echo "    ";
  794.         // line 417
  795.         echo "    ";
  796.         // line 418
  797.         echo "    ";
  798.         // line 419
  799.         echo "    ";
  800.         // line 420
  801.         echo "    ";
  802.         // line 421
  803.         echo "    ";
  804.         // line 422
  805.         echo "    ";
  806.         // line 423
  807.         echo "    ";
  808.         // line 424
  809.         echo "    ";
  810.         // line 425
  811.         echo "    ";
  812.         // line 426
  813.         echo "    ";
  814.         // line 427
  815.         echo "    ";
  816.         // line 428
  817.         echo "    ";
  818.         // line 429
  819.         echo "    ";
  820.         // line 430
  821.         echo "    ";
  822.         // line 431
  823.         echo "    ";
  824.         // line 432
  825.         echo "    ";
  826.         // line 433
  827.         echo "    ";
  828.         // line 434
  829.         echo "    ";
  830.         // line 435
  831.         echo "    ";
  832.         // line 436
  833.         echo "    ";
  834.         // line 437
  835.         echo "    ";
  836.         // line 438
  837.         echo "    ";
  838.         // line 439
  839.         echo "    ";
  840.         // line 440
  841.         echo "    ";
  842.         // line 441
  843.         echo "    ";
  844.         // line 442
  845.         echo "    ";
  846.         // line 443
  847.         echo "    ";
  848.         // line 444
  849.         echo "    ";
  850.         // line 445
  851.         echo "    ";
  852.         // line 446
  853.         echo "    ";
  854.         // line 447
  855.         echo "    ";
  856.         // line 448
  857.         echo "    ";
  858.         // line 449
  859.         echo "    ";
  860.         // line 450
  861.         echo "    ";
  862.         // line 451
  863.         echo "    ";
  864.         // line 452
  865.         echo "    ";
  866.         // line 453
  867.         echo "    ";
  868.         // line 454
  869.         echo "    ";
  870.         // line 455
  871.         echo "    ";
  872.         // line 456
  873.         echo "    ";
  874.         // line 457
  875.         echo "    ";
  876.         // line 458
  877.         echo "    ";
  878.         // line 459
  879.         echo "    ";
  880.         // line 460
  881.         echo "    ";
  882.         // line 461
  883.         echo "    ";
  884.         // line 462
  885.         echo "    ";
  886.         // line 463
  887.         echo "    ";
  888.         // line 464
  889.         echo "    ";
  890.         // line 465
  891.         echo "    ";
  892.         // line 466
  893.         echo "    ";
  894.         // line 467
  895.         echo "    ";
  896.         // line 468
  897.         echo "    ";
  898.         // line 469
  899.         echo "    ";
  900.         // line 470
  901.         echo "    ";
  902.         // line 471
  903.         echo "    ";
  904.         // line 472
  905.         echo "    ";
  906.         // line 473
  907.         echo "    ";
  908.         // line 474
  909.         echo "    ";
  910.         // line 475
  911.         echo "    ";
  912.         // line 476
  913.         echo "    ";
  914.         // line 477
  915.         echo "    ";
  916.         // line 478
  917.         echo "    ";
  918.         // line 479
  919.         echo "    ";
  920.         // line 480
  921.         echo "    ";
  922.         // line 481
  923.         echo "    ";
  924.         // line 482
  925.         echo "    ";
  926.         // line 483
  927.         echo "    ";
  928.         // line 484
  929.         echo "    ";
  930.         // line 485
  931.         echo "    ";
  932.         // line 486
  933.         echo "    ";
  934.         // line 487
  935.         echo "    ";
  936.         // line 488
  937.         echo "    ";
  938.         // line 489
  939.         echo "    ";
  940.         // line 490
  941.         echo "    ";
  942.         // line 491
  943.         echo "    ";
  944.         // line 492
  945.         echo "    ";
  946.         // line 493
  947.         echo "    ";
  948.         // line 494
  949.         echo "    ";
  950.         // line 495
  951.         echo "    ";
  952.         // line 496
  953.         echo "    ";
  954.         // line 497
  955.         echo "    ";
  956.         // line 498
  957.         echo "    ";
  958.         // line 499
  959.         echo "    ";
  960.         // line 500
  961.         echo "    ";
  962.         // line 501
  963.         echo "    ";
  964.         // line 502
  965.         echo "    ";
  966.         // line 503
  967.         echo "    ";
  968.         // line 504
  969.         echo "    ";
  970.         // line 505
  971.         echo "    ";
  972.         // line 506
  973.         echo "    ";
  974.         // line 507
  975.         echo "    ";
  976.         // line 508
  977.         echo "    ";
  978.         // line 509
  979.         echo "    ";
  980.         // line 510
  981.         echo "    ";
  982.         // line 511
  983.         echo "
  984.     ";
  985.         // line 561
  986.         echo "  </div>
  987. ";
  988.         
  989.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  990.         
  991.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  992.     }
  993.     public function getTemplateName()
  994.     {
  995.         return "index.twig";
  996.     }
  997.     public function isTraitable()
  998.     {
  999.         return false;
  1000.     }
  1001.     public function getDebugInfo()
  1002.     {
  1003.         return array (  1022 => 561,  1019 => 511,  1017 => 510,  1015 => 509,  1013 => 508,  1011 => 507,  1009 => 506,  1007 => 505,  1005 => 504,  1003 => 503,  1001 => 502,  999 => 501,  997 => 500,  995 => 499,  993 => 498,  991 => 497,  989 => 496,  987 => 495,  985 => 494,  983 => 493,  981 => 492,  979 => 491,  977 => 490,  975 => 489,  973 => 488,  971 => 487,  969 => 486,  967 => 485,  965 => 484,  963 => 483,  961 => 482,  959 => 481,  957 => 480,  955 => 479,  953 => 478,  951 => 477,  949 => 476,  947 => 475,  945 => 474,  943 => 473,  941 => 472,  939 => 471,  937 => 470,  935 => 469,  933 => 468,  931 => 467,  929 => 466,  927 => 465,  925 => 464,  923 => 463,  921 => 462,  919 => 461,  917 => 460,  915 => 459,  913 => 458,  911 => 457,  909 => 456,  907 => 455,  905 => 454,  903 => 453,  901 => 452,  899 => 451,  897 => 450,  895 => 449,  893 => 448,  891 => 447,  889 => 446,  887 => 445,  885 => 444,  883 => 443,  881 => 442,  879 => 441,  877 => 440,  875 => 439,  873 => 438,  871 => 437,  869 => 436,  867 => 435,  865 => 434,  863 => 433,  861 => 432,  859 => 431,  857 => 430,  855 => 429,  853 => 428,  851 => 427,  849 => 426,  847 => 425,  845 => 424,  843 => 423,  841 => 422,  839 => 421,  837 => 420,  835 => 419,  833 => 418,  831 => 417,  829 => 416,  827 => 415,  825 => 414,  823 => 413,  821 => 412,  819 => 411,  817 => 410,  815 => 409,  813 => 408,  811 => 407,  809 => 406,  807 => 405,  805 => 404,  803 => 403,  801 => 402,  799 => 401,  797 => 400,  795 => 399,  793 => 398,  791 => 397,  789 => 396,  787 => 395,  785 => 394,  783 => 393,  781 => 392,  779 => 391,  777 => 390,  775 => 389,  773 => 388,  771 => 387,  769 => 386,  767 => 385,  765 => 384,  763 => 383,  761 => 382,  759 => 381,  757 => 380,  755 => 379,  753 => 378,  751 => 377,  749 => 376,  747 => 375,  745 => 374,  743 => 373,  741 => 372,  739 => 371,  737 => 370,  735 => 369,  733 => 368,  731 => 367,  729 => 366,  727 => 365,  725 => 364,  723 => 363,  721 => 362,  719 => 361,  717 => 360,  715 => 359,  713 => 358,  711 => 357,  709 => 356,  707 => 355,  705 => 354,  703 => 353,  701 => 352,  699 => 351,  697 => 350,  695 => 349,  693 => 348,  691 => 347,  689 => 346,  687 => 345,  685 => 344,  683 => 343,  681 => 342,  679 => 341,  677 => 340,  675 => 339,  673 => 338,  671 => 337,  669 => 336,  667 => 335,  661 => 331,  654 => 326,  648 => 324,  642 => 322,  639 => 321,  633 => 317,  624 => 312,  614 => 304,  610 => 302,  604 => 300,  598 => 298,  595 => 297,  588 => 294,  575 => 284,  569 => 281,  562 => 277,  557 => 275,  549 => 270,  543 => 267,  536 => 263,  531 => 261,  523 => 256,  517 => 253,  510 => 249,  505 => 247,  496 => 243,  491 => 240,  489 => 239,  487 => 238,  485 => 237,  483 => 236,  480 => 234,  478 => 233,  476 => 232,  474 => 231,  472 => 230,  466 => 227,  463 => 225,  460 => 223,  458 => 222,  456 => 221,  453 => 219,  451 => 218,  445 => 215,  435 => 209,  426 => 203,  418 => 200,  411 => 196,  406 => 194,  398 => 189,  392 => 186,  385 => 182,  380 => 180,  372 => 175,  366 => 172,  359 => 168,  354 => 166,  346 => 161,  340 => 158,  333 => 154,  328 => 152,  320 => 147,  316 => 145,  310 => 143,  303 => 139,  298 => 137,  290 => 132,  286 => 130,  280 => 128,  272 => 123,  267 => 121,  261 => 119,  252 => 114,  245 => 109,  239 => 107,  233 => 105,  230 => 104,  224 => 100,  219 => 97,  209 => 92,  204 => 89,  202 => 88,  199 => 87,  196 => 86,  192 => 83,  190 => 82,  188 => 81,  186 => 80,  184 => 79,  182 => 78,  179 => 76,  169 => 75,  151 => 66,  133 => 51,  113 => 34,  100 => 24,  95 => 21,  85 => 20,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  1004.     }
  1005.     public function getSourceContext()
  1006.     {
  1007.         return new Source("{#
  1008. This file is part of EC-CUBE
  1009. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  1010. http://www.ec-cube.co.jp/
  1011. For the full copyright and license information, please view the LICENSE
  1012. file that was distributed with this source code.
  1013. #}
  1014. {% extends 'default_frame.twig' %}
  1015. {% set body_class = 'index' %}
  1016. {% block stylesheet %}
  1017.   <style>
  1018.   </style>
  1019. {% endblock %}
  1020. {% block javascript %}
  1021. <script type=\"text/javascript\">
  1022. \$(function(){
  1023.   \$('.mod_movie-btn-favorite').on('click', function(){
  1024.     let loginStatus = {{ is_granted('ROLE_USER') ? 'true' : 'false' }};
  1025.     if(loginStatus){
  1026.       let pid = \$(this).data('pid');
  1027.       let tmpbtn = \$(this);
  1028.       // tmpbtn.children(\"input\").prop('disabled', true);
  1029.       tmpbtn.children(\"input\").attr('disabled', true);
  1030.       if(tmpbtn.hasClass('favorite__del')){
  1031.         \$.ajax({
  1032.           url: \"{{ url('homepage') }}refine_delete_favorite\",
  1033.           type: 'GET',
  1034.           dataType: 'text',
  1035.           data: {id: pid}
  1036.         })
  1037.         .then(
  1038.           function (data) {
  1039.               tmpbtn.removeClass('favorite__del');
  1040.               tmpbtn.addClass('favorite__add');
  1041.           },
  1042.           function () {
  1043.               alert(\"処理に失敗しました。お手数ですが再度実行してください\");
  1044.         });
  1045.       } else {
  1046.           \$.ajax({
  1047.             url: \"{{ url('homepage') }}products/add_favorite/\"+pid,
  1048.             type: 'POST',
  1049.           })
  1050.           .then(
  1051.             function (data) {
  1052.                 tmpbtn.removeClass('favorite__add');
  1053.                 tmpbtn.addClass('favorite__del');
  1054.             },
  1055.             function () {
  1056.               alert(\"処理に失敗しました。お手数ですが再度実行してください\");
  1057.           });
  1058.       }
  1059.       tmpbtn.children(\"input\").attr('disabled', false);
  1060.     } else {
  1061.        location.href= \"{{ url('mypage_delivery') }}\";
  1062.     }
  1063.   });
  1064. });
  1065. </script>
  1066. {% endblock javascript %}
  1067. {% block main %}
  1068.   <div class=\"content__inner\">
  1069.     {#<div style=\"text-align:center;padding: 30px 0;\">#}
  1070.     {#    <a href=\"{{ url('product_detail', {'id': 35}) }}\">#}
  1071.     {#        <img src=\"{{ asset('assets/images/common/product_02.png', 'user_data') }}\" width=\"80%\">#}
  1072.     {#    </a>#}
  1073.     {#    <h3 style=\"margin-top: 20px\"><span style=\"color: red;font-weight:bold;\">NEW</span> 第2講 マージャンの基本(復習) 〜4枚マージャン〜</h3>#}
  1074.     {#</div>#}
  1075.     {# スライダー #}
  1076.     {% include 'Block/slider.twig' %}
  1077.     {% if is_granted('ROLE_USER') is empty %}
  1078.     <div class=\"home__sample--video\">
  1079.       <div class=\"home__sample--video-inner\">
  1080.         <div class=\"header__info-play-btn\">
  1081.             <a href=\"{{ url('user_data', {route: 'video_sample'}) }}\">{{ '無料サンプル動画を見る'|trans }}</a>
  1082.         </div>
  1083.       </div>
  1084.     </div>
  1085.     {% endif %}
  1086.     <div class=\"home__news home__news--pc\"><div class=\"home__news-inner\">
  1087.       <div class=\"home__news-head\">
  1088.         {{ 'お知らせ'|trans }}
  1089.       </div>
  1090.       <div class=\"home__news-body\">
  1091.         {# ログイン状態で会員限定のカテゴリを表示するか分岐する #}
  1092.         {% if is_granted('ROLE_USER') %}
  1093.           {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': null}, ignore_missing = true) }}
  1094.         {% else %}
  1095.           {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': [1]}, ignore_missing = true) }}
  1096.         {% endif %}
  1097.       </div>
  1098.     </div></div>
  1099.     <div class=\"home__purpose\">
  1100.       <div class=\"home__purpose-inner\">
  1101.         <h2>
  1102.           {{ '目的から探す'|trans }}<span>{{ '自分が学びたい目的から探す'|trans }}</span>
  1103.         </h2>
  1104.         <ul class=\"home__purpose-list\">
  1105.           <li class=\"home__purpose-item home__purpose-item--1\">
  1106.             {#<a href=\"{{ url('user_data', {'route':'beginner'}) }}\">#}
  1107.             <a href=\"{{ url('user_data', {'route':'use'}) }}\">
  1108.                     <div class=\"home__purpose-img-wrapper\">
  1109.                       <img src=\"{{ asset('assets/images/home/img_purpose-1.jpg', 'user_data') }}\" alt=\"\" />
  1110.                       <div class=\"home__purpose-beginner-wrapper\">
  1111.                         <img src=\"{{ asset('assets/images/common/icon_beginner.png', 'user_data') }}\" alt=\"\" />
  1112.                       </div>
  1113.                     </div>
  1114.                     <div class=\"home__purpose-text-wrapper\">
  1115.                       <h3>
  1116.                         {{ 'サイトの'|trans }}<br />{{'使い方'|trans }}
  1117.                         {#{{ '初めての方'|trans }}#}
  1118.                       </h3>
  1119.                       <p>
  1120.                         {{ 'このサイトの使い方や操作方法はこちら'|trans }}
  1121.                       </p>
  1122.                     </div></a>
  1123.           </li>
  1124.           <li class=\"home__purpose-item home__purpose-item--2\">
  1125.             <a href=\"{{ url('categories/{category_id}', { 'category_id': 12 }) }}\">
  1126.                     <div class=\"home__purpose-img-wrapper\">
  1127.                       <img src=\"{{ asset('assets/images/home/img_purpose-2.jpg', 'user_data') }}\" alt=\"\" />
  1128.                     </div>
  1129.                     <div class=\"home__purpose-text-wrapper\">
  1130.                       <h3>
  1131.                         {{ '麻雀'|trans }}<br />{{'入門編'|trans }}
  1132.                         {#{{ 'ルール'|trans }}#}
  1133.                       </h3>
  1134.                       <p>
  1135.                         {{ 'これから健康まぁじゃんを始める方はこちら'|trans }}
  1136.                       </p>
  1137.                     </div></a>
  1138.           </li>
  1139.           <li class=\"home__purpose-item home__purpose-item--3\">
  1140.             <a href=\"{{ url('categories/{category_id}', { 'category_id': 18 }) }}\">
  1141.                     <div class=\"home__purpose-img-wrapper\">
  1142.                       <img src=\"{{ asset('assets/images/home/img_purpose-3.jpg', 'user_data') }}\" alt=\"\" />
  1143.                     </div>
  1144.                     <div class=\"home__purpose-text-wrapper\">
  1145.                       <h3>
  1146.                         {{ '役'|trans }}
  1147.                       </h3>
  1148.                       <p>
  1149.                         {{ '役の確認はこちら'|trans }}
  1150.                       </p>
  1151.                     </div></a>
  1152.           </li>
  1153.           <li class=\"home__purpose-item home__purpose-item--4\">
  1154.             <a href=\"{{ url('categories/{category_id}', { 'category_id': 23 }) }}\">
  1155.                     <div class=\"home__purpose-img-wrapper\">
  1156.                       <img src=\"{{ asset('assets/images/home/img_purpose-4.jpg', 'user_data') }}\" alt=\"\" />
  1157.                     </div>
  1158.                     <div class=\"home__purpose-text-wrapper\">
  1159.                       <h3>
  1160.                         {{ '守り方'|trans }}
  1161.                       </h3>
  1162.                       <p>
  1163.                         {{ '守りの戦略やコツはこちら'|trans }}
  1164.                       </p>
  1165.                     </div></a>
  1166.           </li>
  1167.           <li class=\"home__purpose-item home__purpose-item--5\">
  1168.             <a href=\"{{ url('categories/{category_id}', { 'category_id': 28 }) }}\">
  1169.                     <div class=\"home__purpose-img-wrapper\">
  1170.                       <img src=\"{{ asset('assets/images/home/img_purpose-5.jpg', 'user_data') }}\" alt=\"\" />
  1171.                     </div>
  1172.                     <div class=\"home__purpose-text-wrapper\">
  1173.                       <h3>
  1174.                         {{ '攻め方'|trans }}
  1175.                       </h3>
  1176.                       <p>
  1177.                         {{ '攻めのための戦略やコツはこちら'|trans }}
  1178.                       </p>
  1179.                     </div></a>
  1180.           </li>
  1181.           <li class=\"home__purpose-item home__purpose-item--6\">
  1182.             <a href=\"{{ url('categories/{category_id}', { 'category_id': 40 }) }}\">
  1183.                     <div class=\"home__purpose-img-wrapper\">
  1184.                       <img src=\"{{ asset('assets/images/home/img_purpose-6.jpg', 'user_data') }}\" alt=\"\" />
  1185.                     </div>
  1186.                     <div class=\"home__purpose-text-wrapper\">
  1187.                       <h3>
  1188.                         {{ '点数'|trans }}<br />{{'計算'|trans }}
  1189.                       </h3>
  1190.                       <p>
  1191.                         {{ '点数表・点数計算の方法はこちら'|trans }}
  1192.                       </p>
  1193.                     </div></a>
  1194.           </li>
  1195.         </ul>
  1196.         <div class=\"home__purpose-btn\">
  1197.           <a href=\"{{ url('category_list') }}\">{{ '他の目的・カテゴリを探す'|trans }}</a>
  1198.         </div>
  1199.       </div>
  1200.     </div>
  1201.     <div class=\"home__search home__search--pc\"><div class=\"home__search-inner\">
  1202.       {# キーワード検索 #}
  1203.       {{ render(path('block_search_product')) }}
  1204.     </div></div>
  1205.     {#<div class=\"home__favorite\">#}
  1206.     {#  <div class=\"home__favorite-inner\">#}
  1207.     {#    <h2>#}
  1208.     {#      見たい授業<span>見たい授業に登録した授業動画一覧</span>#}
  1209.     {#    </h2>#}
  1210.         {#{% if is_granted('ROLE_USER') %}#}
  1211.     {# 見たい授業 #}
  1212.     {{ include('Block/favorite_videos.twig', ignore_missing = true) }}
  1213.     {#    {% else %}#}
  1214.     {#        <a href=\"{{ url('user_data', {'route':'about'}) }}\">#}
  1215.     {#            <img src=\"{{ asset('assets/images/common/favorite_blank_bannar.jpg', 'user_data') }}\" alt=\"50代から始める認知症予防 健康まぁじゃんTVとは\" />#}
  1216.     {#        </a>#}
  1217.     {#    {% endif %}#}
  1218.     {#    <div class=\"home__favorite-btn-more\">#}
  1219.     {#      <a href=\"{{ url('product_list') }}\">{{ '動画をもっと見る'|trans }}</a>#}
  1220.     {#    </div>#}
  1221.     {#  </div>#}
  1222.     {#</div>#}
  1223.     <div class=\"home__level\">
  1224.       <div class=\"home__level-inner\">
  1225.         <h2>
  1226.           {{ 'レベルから探す'|trans }}<span>{{ '自分のレベルに合わせて学ぶ'|trans }}</span>
  1227.         </h2>
  1228.         <ul class=\"home__level-list\">
  1229.           <li class=\"home__level-item home__level-item--1\">
  1230.             <a href=\"{{ url('product_list', {name: '入門編'}) }}\">
  1231.                     <div class=\"home__level-img-wrapper\">
  1232.                       <img src=\"{{ asset('assets/images/home/icon_level-1.png', 'user_data') }}\" alt=\"\" />
  1233.                     </div>
  1234.                     <div class=\"home__level-text-wrapper\">
  1235.                       <h3>
  1236.                         {{ '入門'|trans }}
  1237.                       </h3>
  1238.                       <p>
  1239.                         {{ 'これから「まぁじゃん」を始める方'|trans }}
  1240.                       </p>
  1241.                     </div></a>
  1242.           </li>
  1243.           <li class=\"home__level-item home__level-item--2\">
  1244.             <a href=\"{{ url('product_list', {name: '初級編'}) }}\">
  1245.                     <div class=\"home__level-img-wrapper\">
  1246.                       <img src=\"{{ asset('assets/images/home/icon_level-2.png', 'user_data') }}\" alt=\"\" />
  1247.                     </div>
  1248.                     <div class=\"home__level-text-wrapper\">
  1249.                       <h3>
  1250.                         {{ '初級'|trans }}
  1251.                       </h3>
  1252.                       <p>
  1253.                         {{ '役やルールを覚えたい方、復習したい方'|trans }}
  1254.                       </p>
  1255.                     </div></a>
  1256.           </li>
  1257.           <li class=\"home__level-item home__level-item--3\">
  1258.             <a href=\"{{ url('product_list', {name: '中級編'}) }}\">
  1259.                     <div class=\"home__level-img-wrapper\">
  1260.                       <img src=\"{{ asset('assets/images/home/icon_level-3.png', 'user_data') }}\" alt=\"\" />
  1261.                     </div>
  1262.                     <div class=\"home__level-text-wrapper\">
  1263.                       <h3>
  1264.                         {{ '中級'|trans }}
  1265.                       </h3>
  1266.                       <p>
  1267.                         {{ '点数計算や基本的な戦術など覚えたい方'|trans }}
  1268.                       </p>
  1269.                     </div></a>
  1270.           </li>
  1271.         </ul>
  1272.       </div>
  1273.     </div>
  1274.     <div class=\"home__blog\">
  1275.       <div class=\"home__blog-inner\">
  1276.         <h2>{{ '健康まぁじゃんブログ'|trans }}<span>{{ '随時更新♪ マージャンの楽しさを皆様にお届け!'|trans }}</span></h2>
  1277.         <ul class=\"home__blog-list\">
  1278.           {# ログイン状態で会員限定のカテゴリを表示するか分岐する #}
  1279.           {% if is_granted('ROLE_USER') %}
  1280.             {{ include('Block/Top/blog_list.twig', {'maxCount': 6, 'includeCategories': null, 'excludeCategories': [2]}, ignore_missing = true) }} 
  1281.           {% else %}
  1282.             {{ include('Block/Top/blog_list.twig', {'maxCount': 6, 'includeCategories': null, 'excludeCategories': [1, 2]}, ignore_missing = true) }} 
  1283.           {% endif %}
  1284.         </ul>
  1285.         <div class=\"home__blog-btn-more\">
  1286.           <a href=\"/blog_list/\">{{ 'ブログをもっと見る'|trans }}</a>
  1287.         </div>
  1288.       </div>
  1289.     </div>
  1290.     <div class=\"mod_search home__search--sp\">
  1291.       <div class=\"mod_search-inner\">
  1292.         {# キーワード検索 #}
  1293.         {{ render(path('block_search_product')) }}
  1294.       </div>
  1295.     </div>
  1296.     <div class=\"home__news home__news--sp\"><div class=\"home__news-inner\">
  1297.       <div class=\"home__news-head\">
  1298.           {{ 'お知らせ'|trans }}
  1299.       </div>
  1300.       <div class=\"home__news-body\">
  1301.         {# ログイン状態で会員限定のカテゴリを表示するか分岐する #}
  1302.         {% if is_granted('ROLE_USER') %}
  1303.           {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': null}, ignore_missing = true) }}
  1304.         {% else %}
  1305.           {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': [1]}, ignore_missing = true) }}
  1306.         {% endif %}
  1307.       </div>
  1308.     </div></div>
  1309.     <div class=\"home__recommendation\">
  1310.         <div class=\"home__recommendation-inner\">
  1311.             {{ include('Block/recommend_product_block.twig', ignore_missing = true) }}
  1312.         </div>
  1313.     </div>
  1314.     {#<div class=\"home__recommendation\">#}
  1315.     {#  <div class=\"home__recommendation-inner\">#}
  1316.     {#    <h2>#}
  1317.     {#      あなたにおすすめの動画<span>毎日更新♪ みんなで脳トレ!!マージャンで繋がろう</span>#}
  1318.     {#    </h2>#}
  1319.     {#    <ul class=\"home__recommendation-list\">#}
  1320.     {#      <li class=\"home__recommendation-item\">#}
  1321.     {#        <div class=\"home__recommendation-item-inner\">#}
  1322.     {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#}
  1323.     {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#}
  1324.     {#          </div>#}
  1325.     {#          <div class=\"home__recommendation-text-wrapper\">#}
  1326.     {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#}
  1327.     {#            <ul class=\"home__recommendation-keyword-list\">#}
  1328.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1329.     {#                <span>入門</span>#}
  1330.     {#              </li>#}
  1331.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1332.     {#                <span>たまごクラス</span>#}
  1333.     {#              </li>#}
  1334.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1335.     {#                <span>テキスト03</span>#}
  1336.     {#              </li>#}
  1337.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1338.     {#                <span>テキスト04</span>#}
  1339.     {#              </li>#}
  1340.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1341.     {#                <span>テキスト05</span>#}
  1342.     {#              </li>#}
  1343.     {#            </ul>#}
  1344.     {#            <div class=\"home__recommendation-btn-wrapper\">#}
  1345.     {#              <div class=\"home__recommendation-btn-favorite\">#}
  1346.     {#                <input type=\"submit\" value=\"見たい授業\" />#}
  1347.     {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#}
  1348.     {#                <span>見る</span></a>#}
  1349.     {#            </div>#}
  1350.     {#          </div>#}
  1351.     {#        </div>#}
  1352.     {#      </li>#}
  1353.     {#      <li class=\"home__recommendation-item\">#}
  1354.     {#        <div class=\"home__recommendation-item-inner\">#}
  1355.     {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#}
  1356.     {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#}
  1357.     {#          </div>#}
  1358.     {#          <div class=\"home__recommendation-text-wrapper\">#}
  1359.     {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#}
  1360.     {#            <ul class=\"home__recommendation-keyword-list\">#}
  1361.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1362.     {#                <span>入門</span>#}
  1363.     {#              </li>#}
  1364.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1365.     {#                <span>たまごクラス</span>#}
  1366.     {#              </li>#}
  1367.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1368.     {#                <span>テキスト03</span>#}
  1369.     {#              </li>#}
  1370.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1371.     {#                <span>テキスト04</span>#}
  1372.     {#              </li>#}
  1373.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1374.     {#                <span>テキスト05</span>#}
  1375.     {#              </li>#}
  1376.     {#            </ul>#}
  1377.     {#            <div class=\"home__recommendation-btn-wrapper\">#}
  1378.     {#              <div class=\"home__recommendation-btn-favorite\">#}
  1379.     {#                <input type=\"submit\" value=\"見たい授業\" />#}
  1380.     {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#}
  1381.     {#                <span>見る</span></a>#}
  1382.     {#            </div>#}
  1383.     {#          </div>#}
  1384.     {#        </div>#}
  1385.     {#      </li>#}
  1386.     {#      <li class=\"home__recommendation-item\">#}
  1387.     {#        <div class=\"home__recommendation-item-inner\">#}
  1388.     {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#}
  1389.     {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#}
  1390.     {#          </div>#}
  1391.     {#          <div class=\"home__recommendation-text-wrapper\">#}
  1392.     {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#}
  1393.     {#            <ul class=\"home__recommendation-keyword-list\">#}
  1394.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1395.     {#                <span>入門</span>#}
  1396.     {#              </li>#}
  1397.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1398.     {#                <span>たまごクラス</span>#}
  1399.     {#              </li>#}
  1400.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1401.     {#                <span>テキスト03</span>#}
  1402.     {#              </li>#}
  1403.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1404.     {#                <span>テキスト04</span>#}
  1405.     {#              </li>#}
  1406.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1407.     {#                <span>テキスト05</span>#}
  1408.     {#              </li>#}
  1409.     {#            </ul>#}
  1410.     {#            <div class=\"home__recommendation-btn-wrapper\">#}
  1411.     {#              <div class=\"home__recommendation-btn-favorite\">#}
  1412.     {#                <input type=\"submit\" value=\"見たい授業\" />#}
  1413.     {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#}
  1414.     {#                <span>見る</span></a>#}
  1415.     {#            </div>#}
  1416.     {#          </div>#}
  1417.     {#        </div>#}
  1418.     {#      </li>#}
  1419.     {#      <li class=\"home__recommendation-item\">#}
  1420.     {#        <div class=\"home__recommendation-item-inner\">#}
  1421.     {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#}
  1422.     {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#}
  1423.     {#          </div>#}
  1424.     {#          <div class=\"home__recommendation-text-wrapper\">#}
  1425.     {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜【第2講】マージャンの基本〜4枚マージャン〜</a>#}
  1426.     {#            <ul class=\"home__recommendation-keyword-list\">#}
  1427.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1428.     {#                <span>入門</span>#}
  1429.     {#              </li>#}
  1430.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1431.     {#                <span>たまごクラス</span>#}
  1432.     {#              </li>#}
  1433.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1434.     {#                <span>テキスト03</span>#}
  1435.     {#              </li>#}
  1436.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1437.     {#                <span>テキスト04</span>#}
  1438.     {#              </li>#}
  1439.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1440.     {#                <span>テキスト05</span>#}
  1441.     {#              </li>#}
  1442.     {#            </ul>#}
  1443.     {#            <div class=\"home__recommendation-btn-wrapper\">#}
  1444.     {#              <div class=\"home__recommendation-btn-favorite\">#}
  1445.     {#                <input type=\"submit\" value=\"見たい授業\" />#}
  1446.     {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#}
  1447.     {#                            <span>見る</span></a>#}
  1448.     {#            </div>#}
  1449.     {#          </div>#}
  1450.     {#        </div>#}
  1451.     {#      </li>#}
  1452.     {#      <li class=\"home__recommendation-item\">#}
  1453.     {#        <div class=\"home__recommendation-item-inner\">#}
  1454.     {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#}
  1455.     {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#}
  1456.     {#          </div>#}
  1457.     {#          <div class=\"home__recommendation-text-wrapper\">#}
  1458.     {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#}
  1459.     {#            <ul class=\"home__recommendation-keyword-list\">#}
  1460.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1461.     {#                <span>入門</span>#}
  1462.     {#              </li>#}
  1463.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1464.     {#                <span>たまごクラス</span>#}
  1465.     {#              </li>#}
  1466.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1467.     {#                <span>テキスト03</span>#}
  1468.     {#              </li>#}
  1469.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1470.     {#                <span>テキスト04</span>#}
  1471.     {#              </li>#}
  1472.     {#              <li class=\"home__recommendation-keyword-item\">#}
  1473.     {#                <span>テキスト05</span>#}
  1474.     {#              </li>#}
  1475.     {#            </ul>#}
  1476.     {#            <div class=\"home__recommendation-btn-wrapper\">#}
  1477.     {#              <div class=\"home__recommendation-btn-favorite\">#}
  1478.     {#                <input type=\"submit\" value=\"見たい授業\" />#}
  1479.     {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#}
  1480.     {#                <span>見る</span></a>#}
  1481.     {#            </div>#}
  1482.     {#          </div>#}
  1483.     {#        </div>#}
  1484.     {#      </li>#}
  1485.     {#    </ul>#}
  1486.     {#    <div class=\"home__recommendation-btn-more\">#}
  1487.     {#      <a href=\"{{ url('product_list') }}\">おすすめ動画をもっと見る</a>#}
  1488.     {#    </div>#}
  1489.     {#  </div>#}
  1490.     {#</div>#}
  1491.     {# <div class=\"home__study\">
  1492.       <div class=\"home__study-inner\">
  1493.         <h2>
  1494.           もっと勉強したい方<span>毎日更新♪ みんなで脳トレ!麻雀で繋がろう</span>
  1495.         </h2>
  1496.         <div class=\"home__study-area\">
  1497.           <div class=\"home__study-area-inner\">
  1498.             <div class=\"home__study-img-wrapper\">
  1499.               <figure>
  1500.                 <img src=\"{{ asset('assets/images/home/img_study.jpg', 'user_data') }}\" alt=\"\" /><figcaption>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</figcaption>
  1501.               </figure>
  1502.             </div>
  1503.             <div class=\"home__study-text-wrapper\">
  1504.               <h3>
  1505.                 テキストテキスト
  1506.               </h3>
  1507.               <p>
  1508.                 テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
  1509.               </p>
  1510.               <div class=\"home__study-box home__study-box--pc\"><h4>
  1511.                 こんな方におすすめです!
  1512.               </h4>
  1513.               <ul class=\"home__study-list\">
  1514.                 <li class=\"home__study-item\">
  1515.                   テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
  1516.                 </li>
  1517.                 <li class=\"home__study-item\">
  1518.                   テキストテキストテキストテキストテキストテキスト
  1519.                 </li>
  1520.               </ul></div>
  1521.             </div>
  1522.           </div>
  1523.           <div class=\"home__study-box home__study-box--sp\"><h4>
  1524.             こんな方におすすめです!
  1525.           </h4>
  1526.           <ul class=\"home__study-list\">
  1527.             <li class=\"home__study-item\">
  1528.               テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
  1529.             </li>
  1530.             <li class=\"home__study-item\">
  1531.               テキストテキストテキストテキストテキストテキスト
  1532.             </li>
  1533.           </ul></div>
  1534.           <div class=\"home__study-btn-buy\">
  1535.             <a href=\"\"></a><span>テキスト購入</span>
  1536.           </div>
  1537.         </div>
  1538.       </div>
  1539.     </div> #}
  1540.   </div>
  1541. {% endblock %}""index.twig""/home/mahjontv1326/kmj-tv.jp/public_html/dev.kmj-tv.jp/app/template/default/index.twig");
  1542.     }
  1543. }