<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* index.twig */ 
class __TwigTemplate_eb74ead5111ca7835d5f86a479263b3ca28b3f35a0d486c63d977d3ab3072131 extends \Eccube\Twig\Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'stylesheet' => [$this, 'block_stylesheet'], 
            'javascript' => [$this, 'block_javascript'], 
            'main' => [$this, 'block_main'], 
        ]; 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 11 
        return "default_frame.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig")); 
 
        // line 13 
        $context["body_class"] = "index"; 
        // line 11 
        $this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 11); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
    } 
 
    // line 15 
    public function block_stylesheet($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet")); 
 
        // line 16 
        echo "  <style> 
  </style> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 20 
    public function block_javascript($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        // line 21 
        echo "<script type=\"text/javascript\"> 
\$(function(){ 
  \$('.mod_movie-btn-favorite').on('click', function(){ 
    let loginStatus = "; 
        // line 24 
        echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) ? ("true") : ("false")); 
        echo "; 
    if(loginStatus){ 
      let pid = \$(this).data('pid'); 
      let tmpbtn = \$(this); 
 
      // tmpbtn.children(\"input\").prop('disabled', true); 
      tmpbtn.children(\"input\").attr('disabled', true); 
 
      if(tmpbtn.hasClass('favorite__del')){ 
        \$.ajax({ 
          url: \""; 
        // line 34 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage"); 
        echo "refine_delete_favorite\", 
          type: 'GET', 
          dataType: 'text', 
          data: {id: pid} 
        }) 
        .then( 
          function (data) { 
              tmpbtn.removeClass('favorite__del'); 
              tmpbtn.addClass('favorite__add'); 
          }, 
          function () { 
              alert(\"処理に失敗しました。お手数ですが再度実行してください\"); 
        }); 
 
      } else { 
 
          \$.ajax({ 
            url: \""; 
        // line 51 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage"); 
        echo "products/add_favorite/\"+pid, 
            type: 'POST', 
          }) 
          .then( 
            function (data) { 
                tmpbtn.removeClass('favorite__add'); 
                tmpbtn.addClass('favorite__del'); 
            }, 
            function () { 
              alert(\"処理に失敗しました。お手数ですが再度実行してください\"); 
          }); 
      } 
      tmpbtn.children(\"input\").attr('disabled', false); 
 
    } else { 
       location.href= \""; 
        // line 66 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_delivery"); 
        echo "\"; 
    } 
 
  }); 
 
}); 
</script> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 75 
    public function block_main($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        // line 76 
        echo "  <div class=\"content__inner\"> 
    "; 
        // line 78 
        echo "    "; 
        // line 79 
        echo "    "; 
        // line 80 
        echo "    "; 
        // line 81 
        echo "    "; 
        // line 82 
        echo "    "; 
        // line 83 
        echo " 
 
    "; 
        // line 86 
        echo "    "; 
        $this->loadTemplate("Block/slider.twig", "index.twig", 86)->display($context); 
        // line 87 
        echo " 
    "; 
        // line 88 
        if (twig_test_empty($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER"))) { 
            // line 89 
            echo "    <div class=\"home__sample--video\"> 
      <div class=\"home__sample--video-inner\"> 
        <div class=\"header__info-play-btn\"> 
            <a href=\""; 
            // line 92 
            echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "video_sample"]); 
            echo "\">"; 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("無料サンプル動画を見る"), "html", null, true); 
            echo "</a> 
        </div> 
      </div> 
    </div> 
    "; 
        } 
        // line 97 
        echo " 
    <div class=\"home__news home__news--pc\"><div class=\"home__news-inner\"> 
      <div class=\"home__news-head\"> 
        "; 
        // line 100 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お知らせ"), "html", null, true); 
        echo " 
      </div> 
      <div class=\"home__news-body\"> 
        "; 
        // line 104 
        echo "        "; 
        if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) { 
            // line 105 
            echo "          "; 
            echo twig_include($this->env, $context, "Block/Top/news_list.twig", ["maxCount" => 4, "includeCategories" => [0 => 2], "excludeCategories" => null], true, true); 
            echo " 
        "; 
        } else { 
            // line 107 
            echo "          "; 
            echo twig_include($this->env, $context, "Block/Top/news_list.twig", ["maxCount" => 4, "includeCategories" => [0 => 2], "excludeCategories" => [0 => 1]], true, true); 
            echo " 
        "; 
        } 
        // line 109 
        echo "      </div> 
    </div></div> 
    <div class=\"home__purpose\"> 
      <div class=\"home__purpose-inner\"> 
        <h2> 
          "; 
        // line 114 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("目的から探す"), "html", null, true); 
        echo "<span>"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("自分が学びたい目的から探す"), "html", null, true); 
        echo "</span> 
        </h2> 
        <ul class=\"home__purpose-list\"> 
          <li class=\"home__purpose-item home__purpose-item--1\"> 
            "; 
        // line 119 
        echo "            <a href=\""; 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "use"]); 
        echo "\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\""; 
        // line 121 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-1.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                      <div class=\"home__purpose-beginner-wrapper\"> 
                        <img src=\""; 
        // line 123 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/common/icon_beginner.png", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                      </div> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 128 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("サイトの"), "html", null, true); 
        echo "<br />"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("使い方"), "html", null, true); 
        echo " 
                        "; 
        // line 130 
        echo "                      </h3> 
                      <p> 
                        "; 
        // line 132 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("このサイトの使い方や操作方法はこちら"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--2\"> 
            <a href=\""; 
        // line 137 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 12]); 
        echo "\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\""; 
        // line 139 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-2.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 143 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("麻雀"), "html", null, true); 
        echo "<br />"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("入門編"), "html", null, true); 
        echo " 
                        "; 
        // line 145 
        echo "                      </h3> 
                      <p> 
                        "; 
        // line 147 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("これから健康まぁじゃんを始める方はこちら"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--3\"> 
            <a href=\""; 
        // line 152 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 18]); 
        echo "\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\""; 
        // line 154 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-3.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 158 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("役"), "html", null, true); 
        echo " 
                      </h3> 
                      <p> 
                        "; 
        // line 161 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("役の確認はこちら"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--4\"> 
            <a href=\""; 
        // line 166 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 23]); 
        echo "\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\""; 
        // line 168 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-4.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 172 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("守り方"), "html", null, true); 
        echo " 
                      </h3> 
                      <p> 
                        "; 
        // line 175 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("守りの戦略やコツはこちら"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--5\"> 
            <a href=\""; 
        // line 180 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 28]); 
        echo "\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\""; 
        // line 182 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-5.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 186 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("攻め方"), "html", null, true); 
        echo " 
                      </h3> 
                      <p> 
                        "; 
        // line 189 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("攻めのための戦略やコツはこちら"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--6\"> 
            <a href=\""; 
        // line 194 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("categories/{category_id}", ["category_id" => 40]); 
        echo "\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\""; 
        // line 196 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/img_purpose-6.jpg", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 200 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("点数"), "html", null, true); 
        echo "<br />"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("計算"), "html", null, true); 
        echo " 
                      </h3> 
                      <p> 
                        "; 
        // line 203 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("点数表・点数計算の方法はこちら"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
        </ul> 
        <div class=\"home__purpose-btn\"> 
          <a href=\""; 
        // line 209 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("category_list"); 
        echo "\">"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("他の目的・カテゴリを探す"), "html", null, true); 
        echo "</a> 
        </div> 
      </div> 
    </div> 
    <div class=\"home__search home__search--pc\"><div class=\"home__search-inner\"> 
      "; 
        // line 215 
        echo "      "; 
        echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product")); 
        echo " 
    </div></div> 
    "; 
        // line 218 
        echo "    "; 
        // line 219 
        echo " 
    "; 
        // line 221 
        echo "    "; 
        // line 222 
        echo "    "; 
        // line 223 
        echo " 
        "; 
        // line 225 
        echo " 
    "; 
        // line 227 
        echo "    "; 
        echo twig_include($this->env, $context, "Block/favorite_videos.twig", array(), true, true); 
        echo " 
 
    "; 
        // line 230 
        echo "    "; 
        // line 231 
        echo "    "; 
        // line 232 
        echo "    "; 
        // line 233 
        echo "    "; 
        // line 234 
        echo " 
    "; 
        // line 236 
        echo "    "; 
        // line 237 
        echo "    "; 
        // line 238 
        echo "    "; 
        // line 239 
        echo "    "; 
        // line 240 
        echo "    <div class=\"home__level\"> 
      <div class=\"home__level-inner\"> 
        <h2> 
          "; 
        // line 243 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("レベルから探す"), "html", null, true); 
        echo "<span>"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("自分のレベルに合わせて学ぶ"), "html", null, true); 
        echo "</span> 
        </h2> 
        <ul class=\"home__level-list\"> 
          <li class=\"home__level-item home__level-item--1\"> 
            <a href=\""; 
        // line 247 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list", ["name" => "入門編"]); 
        echo "\"> 
                    <div class=\"home__level-img-wrapper\"> 
                      <img src=\""; 
        // line 249 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/icon_level-1.png", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__level-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 253 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("入門"), "html", null, true); 
        echo " 
                      </h3> 
                      <p> 
                        "; 
        // line 256 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("これから「まぁじゃん」を始める方"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__level-item home__level-item--2\"> 
            <a href=\""; 
        // line 261 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list", ["name" => "初級編"]); 
        echo "\"> 
                    <div class=\"home__level-img-wrapper\"> 
                      <img src=\""; 
        // line 263 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/icon_level-2.png", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__level-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 267 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("初級"), "html", null, true); 
        echo " 
                      </h3> 
                      <p> 
                        "; 
        // line 270 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("役やルールを覚えたい方、復習したい方"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__level-item home__level-item--3\"> 
            <a href=\""; 
        // line 275 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list", ["name" => "中級編"]); 
        echo "\"> 
                    <div class=\"home__level-img-wrapper\"> 
                      <img src=\""; 
        // line 277 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/home/icon_level-3.png", "user_data"), "html", null, true); 
        echo "\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__level-text-wrapper\"> 
                      <h3> 
                        "; 
        // line 281 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("中級"), "html", null, true); 
        echo " 
                      </h3> 
                      <p> 
                        "; 
        // line 284 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("点数計算や基本的な戦術など覚えたい方"), "html", null, true); 
        echo " 
                      </p> 
                    </div></a> 
          </li> 
        </ul> 
      </div> 
    </div> 
 
    <div class=\"home__blog\"> 
      <div class=\"home__blog-inner\"> 
        <h2>"; 
        // line 294 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("健康まぁじゃんブログ"), "html", null, true); 
        echo "<span>"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("随時更新♪ マージャンの楽しさを皆様にお届け!"), "html", null, true); 
        echo "</span></h2> 
        <ul class=\"home__blog-list\"> 
          "; 
        // line 297 
        echo "          "; 
        if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) { 
            // line 298 
            echo "            "; 
            echo twig_include($this->env, $context, "Block/Top/blog_list.twig", ["maxCount" => 6, "includeCategories" => null, "excludeCategories" => [0 => 2]], true, true); 
            echo "  
          "; 
        } else { 
            // line 300 
            echo "            "; 
            echo twig_include($this->env, $context, "Block/Top/blog_list.twig", ["maxCount" => 6, "includeCategories" => null, "excludeCategories" => [0 => 1, 1 => 2]], true, true); 
            echo "  
          "; 
        } 
        // line 302 
        echo "        </ul> 
        <div class=\"home__blog-btn-more\"> 
          <a href=\"/blog_list/\">"; 
        // line 304 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ブログをもっと見る"), "html", null, true); 
        echo "</a> 
        </div> 
      </div> 
    </div> 
 
    <div class=\"mod_search home__search--sp\"> 
      <div class=\"mod_search-inner\"> 
        "; 
        // line 312 
        echo "        "; 
        echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product")); 
        echo " 
      </div> 
    </div> 
    <div class=\"home__news home__news--sp\"><div class=\"home__news-inner\"> 
      <div class=\"home__news-head\"> 
          "; 
        // line 317 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お知らせ"), "html", null, true); 
        echo " 
      </div> 
      <div class=\"home__news-body\"> 
        "; 
        // line 321 
        echo "        "; 
        if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) { 
            // line 322 
            echo "          "; 
            echo twig_include($this->env, $context, "Block/Top/news_list.twig", ["maxCount" => 4, "includeCategories" => [0 => 2], "excludeCategories" => null], true, true); 
            echo " 
        "; 
        } else { 
            // line 324 
            echo "          "; 
            echo twig_include($this->env, $context, "Block/Top/news_list.twig", ["maxCount" => 4, "includeCategories" => [0 => 2], "excludeCategories" => [0 => 1]], true, true); 
            echo " 
        "; 
        } 
        // line 326 
        echo "      </div> 
    </div></div> 
 
    <div class=\"home__recommendation\"> 
        <div class=\"home__recommendation-inner\"> 
            "; 
        // line 331 
        echo twig_include($this->env, $context, "Block/recommend_product_block.twig", array(), true, true); 
        echo " 
        </div> 
    </div> 
    "; 
        // line 335 
        echo "    "; 
        // line 336 
        echo "    "; 
        // line 337 
        echo "    "; 
        // line 338 
        echo "    "; 
        // line 339 
        echo "    "; 
        // line 340 
        echo "    "; 
        // line 341 
        echo "    "; 
        // line 342 
        echo "    "; 
        // line 343 
        echo "    "; 
        // line 344 
        echo "    "; 
        // line 345 
        echo "    "; 
        // line 346 
        echo "    "; 
        // line 347 
        echo "    "; 
        // line 348 
        echo "    "; 
        // line 349 
        echo "    "; 
        // line 350 
        echo "    "; 
        // line 351 
        echo "    "; 
        // line 352 
        echo "    "; 
        // line 353 
        echo "    "; 
        // line 354 
        echo "    "; 
        // line 355 
        echo "    "; 
        // line 356 
        echo "    "; 
        // line 357 
        echo "    "; 
        // line 358 
        echo "    "; 
        // line 359 
        echo "    "; 
        // line 360 
        echo "    "; 
        // line 361 
        echo "    "; 
        // line 362 
        echo "    "; 
        // line 363 
        echo "    "; 
        // line 364 
        echo "    "; 
        // line 365 
        echo "    "; 
        // line 366 
        echo "    "; 
        // line 367 
        echo "    "; 
        // line 368 
        echo "    "; 
        // line 369 
        echo "    "; 
        // line 370 
        echo "    "; 
        // line 371 
        echo "    "; 
        // line 372 
        echo "    "; 
        // line 373 
        echo "    "; 
        // line 374 
        echo "    "; 
        // line 375 
        echo "    "; 
        // line 376 
        echo "    "; 
        // line 377 
        echo "    "; 
        // line 378 
        echo "    "; 
        // line 379 
        echo "    "; 
        // line 380 
        echo "    "; 
        // line 381 
        echo "    "; 
        // line 382 
        echo "    "; 
        // line 383 
        echo "    "; 
        // line 384 
        echo "    "; 
        // line 385 
        echo "    "; 
        // line 386 
        echo "    "; 
        // line 387 
        echo "    "; 
        // line 388 
        echo "    "; 
        // line 389 
        echo "    "; 
        // line 390 
        echo "    "; 
        // line 391 
        echo "    "; 
        // line 392 
        echo "    "; 
        // line 393 
        echo "    "; 
        // line 394 
        echo "    "; 
        // line 395 
        echo "    "; 
        // line 396 
        echo "    "; 
        // line 397 
        echo "    "; 
        // line 398 
        echo "    "; 
        // line 399 
        echo "    "; 
        // line 400 
        echo "    "; 
        // line 401 
        echo "    "; 
        // line 402 
        echo "    "; 
        // line 403 
        echo "    "; 
        // line 404 
        echo "    "; 
        // line 405 
        echo "    "; 
        // line 406 
        echo "    "; 
        // line 407 
        echo "    "; 
        // line 408 
        echo "    "; 
        // line 409 
        echo "    "; 
        // line 410 
        echo "    "; 
        // line 411 
        echo "    "; 
        // line 412 
        echo "    "; 
        // line 413 
        echo "    "; 
        // line 414 
        echo "    "; 
        // line 415 
        echo "    "; 
        // line 416 
        echo "    "; 
        // line 417 
        echo "    "; 
        // line 418 
        echo "    "; 
        // line 419 
        echo "    "; 
        // line 420 
        echo "    "; 
        // line 421 
        echo "    "; 
        // line 422 
        echo "    "; 
        // line 423 
        echo "    "; 
        // line 424 
        echo "    "; 
        // line 425 
        echo "    "; 
        // line 426 
        echo "    "; 
        // line 427 
        echo "    "; 
        // line 428 
        echo "    "; 
        // line 429 
        echo "    "; 
        // line 430 
        echo "    "; 
        // line 431 
        echo "    "; 
        // line 432 
        echo "    "; 
        // line 433 
        echo "    "; 
        // line 434 
        echo "    "; 
        // line 435 
        echo "    "; 
        // line 436 
        echo "    "; 
        // line 437 
        echo "    "; 
        // line 438 
        echo "    "; 
        // line 439 
        echo "    "; 
        // line 440 
        echo "    "; 
        // line 441 
        echo "    "; 
        // line 442 
        echo "    "; 
        // line 443 
        echo "    "; 
        // line 444 
        echo "    "; 
        // line 445 
        echo "    "; 
        // line 446 
        echo "    "; 
        // line 447 
        echo "    "; 
        // line 448 
        echo "    "; 
        // line 449 
        echo "    "; 
        // line 450 
        echo "    "; 
        // line 451 
        echo "    "; 
        // line 452 
        echo "    "; 
        // line 453 
        echo "    "; 
        // line 454 
        echo "    "; 
        // line 455 
        echo "    "; 
        // line 456 
        echo "    "; 
        // line 457 
        echo "    "; 
        // line 458 
        echo "    "; 
        // line 459 
        echo "    "; 
        // line 460 
        echo "    "; 
        // line 461 
        echo "    "; 
        // line 462 
        echo "    "; 
        // line 463 
        echo "    "; 
        // line 464 
        echo "    "; 
        // line 465 
        echo "    "; 
        // line 466 
        echo "    "; 
        // line 467 
        echo "    "; 
        // line 468 
        echo "    "; 
        // line 469 
        echo "    "; 
        // line 470 
        echo "    "; 
        // line 471 
        echo "    "; 
        // line 472 
        echo "    "; 
        // line 473 
        echo "    "; 
        // line 474 
        echo "    "; 
        // line 475 
        echo "    "; 
        // line 476 
        echo "    "; 
        // line 477 
        echo "    "; 
        // line 478 
        echo "    "; 
        // line 479 
        echo "    "; 
        // line 480 
        echo "    "; 
        // line 481 
        echo "    "; 
        // line 482 
        echo "    "; 
        // line 483 
        echo "    "; 
        // line 484 
        echo "    "; 
        // line 485 
        echo "    "; 
        // line 486 
        echo "    "; 
        // line 487 
        echo "    "; 
        // line 488 
        echo "    "; 
        // line 489 
        echo "    "; 
        // line 490 
        echo "    "; 
        // line 491 
        echo "    "; 
        // line 492 
        echo "    "; 
        // line 493 
        echo "    "; 
        // line 494 
        echo "    "; 
        // line 495 
        echo "    "; 
        // line 496 
        echo "    "; 
        // line 497 
        echo "    "; 
        // line 498 
        echo "    "; 
        // line 499 
        echo "    "; 
        // line 500 
        echo "    "; 
        // line 501 
        echo "    "; 
        // line 502 
        echo "    "; 
        // line 503 
        echo "    "; 
        // line 504 
        echo "    "; 
        // line 505 
        echo "    "; 
        // line 506 
        echo "    "; 
        // line 507 
        echo "    "; 
        // line 508 
        echo "    "; 
        // line 509 
        echo "    "; 
        // line 510 
        echo "    "; 
        // line 511 
        echo " 
    "; 
        // line 561 
        echo "  </div> 
"; 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "index.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        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,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{# 
This file is part of EC-CUBE 
 
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. 
 
http://www.ec-cube.co.jp/ 
 
For the full copyright and license information, please view the LICENSE 
file that was distributed with this source code. 
#} 
{% extends 'default_frame.twig' %} 
 
{% set body_class = 'index' %} 
 
{% block stylesheet %} 
  <style> 
  </style> 
{% endblock %} 
 
{% block javascript %} 
<script type=\"text/javascript\"> 
\$(function(){ 
  \$('.mod_movie-btn-favorite').on('click', function(){ 
    let loginStatus = {{ is_granted('ROLE_USER') ? 'true' : 'false' }}; 
    if(loginStatus){ 
      let pid = \$(this).data('pid'); 
      let tmpbtn = \$(this); 
 
      // tmpbtn.children(\"input\").prop('disabled', true); 
      tmpbtn.children(\"input\").attr('disabled', true); 
 
      if(tmpbtn.hasClass('favorite__del')){ 
        \$.ajax({ 
          url: \"{{ url('homepage') }}refine_delete_favorite\", 
          type: 'GET', 
          dataType: 'text', 
          data: {id: pid} 
        }) 
        .then( 
          function (data) { 
              tmpbtn.removeClass('favorite__del'); 
              tmpbtn.addClass('favorite__add'); 
          }, 
          function () { 
              alert(\"処理に失敗しました。お手数ですが再度実行してください\"); 
        }); 
 
      } else { 
 
          \$.ajax({ 
            url: \"{{ url('homepage') }}products/add_favorite/\"+pid, 
            type: 'POST', 
          }) 
          .then( 
            function (data) { 
                tmpbtn.removeClass('favorite__add'); 
                tmpbtn.addClass('favorite__del'); 
            }, 
            function () { 
              alert(\"処理に失敗しました。お手数ですが再度実行してください\"); 
          }); 
      } 
      tmpbtn.children(\"input\").attr('disabled', false); 
 
    } else { 
       location.href= \"{{ url('mypage_delivery') }}\"; 
    } 
 
  }); 
 
}); 
</script> 
{% endblock javascript %} 
 
{% block main %} 
  <div class=\"content__inner\"> 
    {#<div style=\"text-align:center;padding: 30px 0;\">#} 
    {#    <a href=\"{{ url('product_detail', {'id': 35}) }}\">#} 
    {#        <img src=\"{{ asset('assets/images/common/product_02.png', 'user_data') }}\" width=\"80%\">#} 
    {#    </a>#} 
    {#    <h3 style=\"margin-top: 20px\"><span style=\"color: red;font-weight:bold;\">NEW</span> 第2講 マージャンの基本(復習) 〜4枚マージャン〜</h3>#} 
    {#</div>#} 
 
 
    {# スライダー #} 
    {% include 'Block/slider.twig' %} 
 
    {% if is_granted('ROLE_USER') is empty %} 
    <div class=\"home__sample--video\"> 
      <div class=\"home__sample--video-inner\"> 
        <div class=\"header__info-play-btn\"> 
            <a href=\"{{ url('user_data', {route: 'video_sample'}) }}\">{{ '無料サンプル動画を見る'|trans }}</a> 
        </div> 
      </div> 
    </div> 
    {% endif %} 
 
    <div class=\"home__news home__news--pc\"><div class=\"home__news-inner\"> 
      <div class=\"home__news-head\"> 
        {{ 'お知らせ'|trans }} 
      </div> 
      <div class=\"home__news-body\"> 
        {# ログイン状態で会員限定のカテゴリを表示するか分岐する #} 
        {% if is_granted('ROLE_USER') %} 
          {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': null}, ignore_missing = true) }} 
        {% else %} 
          {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': [1]}, ignore_missing = true) }} 
        {% endif %} 
      </div> 
    </div></div> 
    <div class=\"home__purpose\"> 
      <div class=\"home__purpose-inner\"> 
        <h2> 
          {{ '目的から探す'|trans }}<span>{{ '自分が学びたい目的から探す'|trans }}</span> 
        </h2> 
        <ul class=\"home__purpose-list\"> 
          <li class=\"home__purpose-item home__purpose-item--1\"> 
            {#<a href=\"{{ url('user_data', {'route':'beginner'}) }}\">#} 
            <a href=\"{{ url('user_data', {'route':'use'}) }}\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/img_purpose-1.jpg', 'user_data') }}\" alt=\"\" /> 
                      <div class=\"home__purpose-beginner-wrapper\"> 
                        <img src=\"{{ asset('assets/images/common/icon_beginner.png', 'user_data') }}\" alt=\"\" /> 
                      </div> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        {{ 'サイトの'|trans }}<br />{{'使い方'|trans }} 
                        {#{{ '初めての方'|trans }}#} 
                      </h3> 
                      <p> 
                        {{ 'このサイトの使い方や操作方法はこちら'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--2\"> 
            <a href=\"{{ url('categories/{category_id}', { 'category_id': 12 }) }}\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/img_purpose-2.jpg', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        {{ '麻雀'|trans }}<br />{{'入門編'|trans }} 
                        {#{{ 'ルール'|trans }}#} 
                      </h3> 
                      <p> 
                        {{ 'これから健康まぁじゃんを始める方はこちら'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--3\"> 
            <a href=\"{{ url('categories/{category_id}', { 'category_id': 18 }) }}\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/img_purpose-3.jpg', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        {{ '役'|trans }} 
                      </h3> 
                      <p> 
                        {{ '役の確認はこちら'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--4\"> 
            <a href=\"{{ url('categories/{category_id}', { 'category_id': 23 }) }}\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/img_purpose-4.jpg', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        {{ '守り方'|trans }} 
                      </h3> 
                      <p> 
                        {{ '守りの戦略やコツはこちら'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--5\"> 
            <a href=\"{{ url('categories/{category_id}', { 'category_id': 28 }) }}\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/img_purpose-5.jpg', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        {{ '攻め方'|trans }} 
                      </h3> 
                      <p> 
                        {{ '攻めのための戦略やコツはこちら'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__purpose-item home__purpose-item--6\"> 
            <a href=\"{{ url('categories/{category_id}', { 'category_id': 40 }) }}\"> 
                    <div class=\"home__purpose-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/img_purpose-6.jpg', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__purpose-text-wrapper\"> 
                      <h3> 
                        {{ '点数'|trans }}<br />{{'計算'|trans }} 
                      </h3> 
                      <p> 
                        {{ '点数表・点数計算の方法はこちら'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
        </ul> 
        <div class=\"home__purpose-btn\"> 
          <a href=\"{{ url('category_list') }}\">{{ '他の目的・カテゴリを探す'|trans }}</a> 
        </div> 
      </div> 
    </div> 
    <div class=\"home__search home__search--pc\"><div class=\"home__search-inner\"> 
      {# キーワード検索 #} 
      {{ render(path('block_search_product')) }} 
    </div></div> 
    {#<div class=\"home__favorite\">#} 
    {#  <div class=\"home__favorite-inner\">#} 
 
    {#    <h2>#} 
    {#      見たい授業<span>見たい授業に登録した授業動画一覧</span>#} 
    {#    </h2>#} 
 
        {#{% if is_granted('ROLE_USER') %}#} 
 
    {# 見たい授業 #} 
    {{ include('Block/favorite_videos.twig', ignore_missing = true) }} 
 
    {#    {% else %}#} 
    {#        <a href=\"{{ url('user_data', {'route':'about'}) }}\">#} 
    {#            <img src=\"{{ asset('assets/images/common/favorite_blank_bannar.jpg', 'user_data') }}\" alt=\"50代から始める認知症予防 健康まぁじゃんTVとは\" />#} 
    {#        </a>#} 
    {#    {% endif %}#} 
 
    {#    <div class=\"home__favorite-btn-more\">#} 
    {#      <a href=\"{{ url('product_list') }}\">{{ '動画をもっと見る'|trans }}</a>#} 
    {#    </div>#} 
    {#  </div>#} 
    {#</div>#} 
    <div class=\"home__level\"> 
      <div class=\"home__level-inner\"> 
        <h2> 
          {{ 'レベルから探す'|trans }}<span>{{ '自分のレベルに合わせて学ぶ'|trans }}</span> 
        </h2> 
        <ul class=\"home__level-list\"> 
          <li class=\"home__level-item home__level-item--1\"> 
            <a href=\"{{ url('product_list', {name: '入門編'}) }}\"> 
                    <div class=\"home__level-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/icon_level-1.png', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__level-text-wrapper\"> 
                      <h3> 
                        {{ '入門'|trans }} 
                      </h3> 
                      <p> 
                        {{ 'これから「まぁじゃん」を始める方'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__level-item home__level-item--2\"> 
            <a href=\"{{ url('product_list', {name: '初級編'}) }}\"> 
                    <div class=\"home__level-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/icon_level-2.png', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__level-text-wrapper\"> 
                      <h3> 
                        {{ '初級'|trans }} 
                      </h3> 
                      <p> 
                        {{ '役やルールを覚えたい方、復習したい方'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
          <li class=\"home__level-item home__level-item--3\"> 
            <a href=\"{{ url('product_list', {name: '中級編'}) }}\"> 
                    <div class=\"home__level-img-wrapper\"> 
                      <img src=\"{{ asset('assets/images/home/icon_level-3.png', 'user_data') }}\" alt=\"\" /> 
                    </div> 
                    <div class=\"home__level-text-wrapper\"> 
                      <h3> 
                        {{ '中級'|trans }} 
                      </h3> 
                      <p> 
                        {{ '点数計算や基本的な戦術など覚えたい方'|trans }} 
                      </p> 
                    </div></a> 
          </li> 
        </ul> 
      </div> 
    </div> 
 
    <div class=\"home__blog\"> 
      <div class=\"home__blog-inner\"> 
        <h2>{{ '健康まぁじゃんブログ'|trans }}<span>{{ '随時更新♪ マージャンの楽しさを皆様にお届け!'|trans }}</span></h2> 
        <ul class=\"home__blog-list\"> 
          {# ログイン状態で会員限定のカテゴリを表示するか分岐する #} 
          {% if is_granted('ROLE_USER') %} 
            {{ include('Block/Top/blog_list.twig', {'maxCount': 6, 'includeCategories': null, 'excludeCategories': [2]}, ignore_missing = true) }}  
          {% else %} 
            {{ include('Block/Top/blog_list.twig', {'maxCount': 6, 'includeCategories': null, 'excludeCategories': [1, 2]}, ignore_missing = true) }}  
          {% endif %} 
        </ul> 
        <div class=\"home__blog-btn-more\"> 
          <a href=\"/blog_list/\">{{ 'ブログをもっと見る'|trans }}</a> 
        </div> 
      </div> 
    </div> 
 
    <div class=\"mod_search home__search--sp\"> 
      <div class=\"mod_search-inner\"> 
        {# キーワード検索 #} 
        {{ render(path('block_search_product')) }} 
      </div> 
    </div> 
    <div class=\"home__news home__news--sp\"><div class=\"home__news-inner\"> 
      <div class=\"home__news-head\"> 
          {{ 'お知らせ'|trans }} 
      </div> 
      <div class=\"home__news-body\"> 
        {# ログイン状態で会員限定のカテゴリを表示するか分岐する #} 
        {% if is_granted('ROLE_USER') %} 
          {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': null}, ignore_missing = true) }} 
        {% else %} 
          {{ include('Block/Top/news_list.twig', {'maxCount': 4, 'includeCategories': [2], 'excludeCategories': [1]}, ignore_missing = true) }} 
        {% endif %} 
      </div> 
    </div></div> 
 
    <div class=\"home__recommendation\"> 
        <div class=\"home__recommendation-inner\"> 
            {{ include('Block/recommend_product_block.twig', ignore_missing = true) }} 
        </div> 
    </div> 
    {#<div class=\"home__recommendation\">#} 
    {#  <div class=\"home__recommendation-inner\">#} 
    {#    <h2>#} 
    {#      あなたにおすすめの動画<span>毎日更新♪ みんなで脳トレ!!マージャンで繋がろう</span>#} 
    {#    </h2>#} 
    {#    <ul class=\"home__recommendation-list\">#} 
    {#      <li class=\"home__recommendation-item\">#} 
    {#        <div class=\"home__recommendation-item-inner\">#} 
    {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#} 
    {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#} 
    {#          </div>#} 
    {#          <div class=\"home__recommendation-text-wrapper\">#} 
    {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#} 
    {#            <ul class=\"home__recommendation-keyword-list\">#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>入門</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>たまごクラス</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト03</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト04</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト05</span>#} 
    {#              </li>#} 
    {#            </ul>#} 
    {#            <div class=\"home__recommendation-btn-wrapper\">#} 
    {#              <div class=\"home__recommendation-btn-favorite\">#} 
    {#                <input type=\"submit\" value=\"見たい授業\" />#} 
    {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#} 
    {#                <span>見る</span></a>#} 
    {#            </div>#} 
    {#          </div>#} 
    {#        </div>#} 
    {#      </li>#} 
    {#      <li class=\"home__recommendation-item\">#} 
    {#        <div class=\"home__recommendation-item-inner\">#} 
    {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#} 
    {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#} 
    {#          </div>#} 
    {#          <div class=\"home__recommendation-text-wrapper\">#} 
    {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#} 
    {#            <ul class=\"home__recommendation-keyword-list\">#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>入門</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>たまごクラス</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト03</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト04</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト05</span>#} 
    {#              </li>#} 
    {#            </ul>#} 
    {#            <div class=\"home__recommendation-btn-wrapper\">#} 
    {#              <div class=\"home__recommendation-btn-favorite\">#} 
    {#                <input type=\"submit\" value=\"見たい授業\" />#} 
    {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#} 
    {#                <span>見る</span></a>#} 
    {#            </div>#} 
    {#          </div>#} 
    {#        </div>#} 
    {#      </li>#} 
    {#      <li class=\"home__recommendation-item\">#} 
    {#        <div class=\"home__recommendation-item-inner\">#} 
    {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#} 
    {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#} 
    {#          </div>#} 
    {#          <div class=\"home__recommendation-text-wrapper\">#} 
    {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#} 
    {#            <ul class=\"home__recommendation-keyword-list\">#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>入門</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>たまごクラス</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト03</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト04</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト05</span>#} 
    {#              </li>#} 
    {#            </ul>#} 
    {#            <div class=\"home__recommendation-btn-wrapper\">#} 
    {#              <div class=\"home__recommendation-btn-favorite\">#} 
    {#                <input type=\"submit\" value=\"見たい授業\" />#} 
    {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#} 
    {#                <span>見る</span></a>#} 
    {#            </div>#} 
    {#          </div>#} 
    {#        </div>#} 
    {#      </li>#} 
    {#      <li class=\"home__recommendation-item\">#} 
    {#        <div class=\"home__recommendation-item-inner\">#} 
    {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#} 
    {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#} 
    {#          </div>#} 
    {#          <div class=\"home__recommendation-text-wrapper\">#} 
    {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜【第2講】マージャンの基本〜4枚マージャン〜</a>#} 
    {#            <ul class=\"home__recommendation-keyword-list\">#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>入門</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>たまごクラス</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト03</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト04</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト05</span>#} 
    {#              </li>#} 
    {#            </ul>#} 
    {#            <div class=\"home__recommendation-btn-wrapper\">#} 
    {#              <div class=\"home__recommendation-btn-favorite\">#} 
    {#                <input type=\"submit\" value=\"見たい授業\" />#} 
    {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#} 
    {#                            <span>見る</span></a>#} 
    {#            </div>#} 
    {#          </div>#} 
    {#        </div>#} 
    {#      </li>#} 
    {#      <li class=\"home__recommendation-item\">#} 
    {#        <div class=\"home__recommendation-item-inner\">#} 
    {#          <div class=\"home__recommendation-img-wrapper\"><a href=\"\">#} 
    {#                        <img src=\"{{ asset('assets/images/common/movie-dummy-1.jpg', 'user_data') }}\" alt=\"\" /></a>#} 
    {#          </div>#} 
    {#          <div class=\"home__recommendation-text-wrapper\">#} 
    {#            <a href=\"\" class=\"home__recommendation-title\">【第2講】マージャンの基本〜4枚マージャン〜</a>#} 
    {#            <ul class=\"home__recommendation-keyword-list\">#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>入門</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>たまごクラス</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト03</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト04</span>#} 
    {#              </li>#} 
    {#              <li class=\"home__recommendation-keyword-item\">#} 
    {#                <span>テキスト05</span>#} 
    {#              </li>#} 
    {#            </ul>#} 
    {#            <div class=\"home__recommendation-btn-wrapper\">#} 
    {#              <div class=\"home__recommendation-btn-favorite\">#} 
    {#                <input type=\"submit\" value=\"見たい授業\" />#} 
    {#              </div><a href=\"\" class=\"home__recommendation-btn-watch\">#} 
    {#                <span>見る</span></a>#} 
    {#            </div>#} 
    {#          </div>#} 
    {#        </div>#} 
    {#      </li>#} 
    {#    </ul>#} 
    {#    <div class=\"home__recommendation-btn-more\">#} 
    {#      <a href=\"{{ url('product_list') }}\">おすすめ動画をもっと見る</a>#} 
    {#    </div>#} 
    {#  </div>#} 
    {#</div>#} 
 
    {# <div class=\"home__study\"> 
      <div class=\"home__study-inner\"> 
        <h2> 
          もっと勉強したい方<span>毎日更新♪ みんなで脳トレ!麻雀で繋がろう</span> 
        </h2> 
        <div class=\"home__study-area\"> 
          <div class=\"home__study-area-inner\"> 
            <div class=\"home__study-img-wrapper\"> 
              <figure> 
                <img src=\"{{ asset('assets/images/home/img_study.jpg', 'user_data') }}\" alt=\"\" /><figcaption>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</figcaption> 
              </figure> 
            </div> 
            <div class=\"home__study-text-wrapper\"> 
              <h3> 
                テキストテキスト 
              </h3> 
              <p> 
                テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト 
              </p> 
              <div class=\"home__study-box home__study-box--pc\"><h4> 
                こんな方におすすめです! 
              </h4> 
              <ul class=\"home__study-list\"> 
                <li class=\"home__study-item\"> 
                  テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト 
                </li> 
                <li class=\"home__study-item\"> 
                  テキストテキストテキストテキストテキストテキスト 
                </li> 
              </ul></div> 
            </div> 
          </div> 
          <div class=\"home__study-box home__study-box--sp\"><h4> 
            こんな方におすすめです! 
          </h4> 
          <ul class=\"home__study-list\"> 
            <li class=\"home__study-item\"> 
              テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト 
            </li> 
            <li class=\"home__study-item\"> 
              テキストテキストテキストテキストテキストテキスト 
            </li> 
          </ul></div> 
          <div class=\"home__study-btn-buy\"> 
            <a href=\"\"></a><span>テキスト購入</span> 
          </div> 
        </div> 
      </div> 
    </div> #} 
  </div> 
{% endblock %}", "index.twig", "/home/mahjontv1326/kmj-tv.jp/public_html/dev.kmj-tv.jp/app/template/default/index.twig"); 
    } 
}