var/cache/dev/twig/36/360b47d85b0593c6e7b3aafd1766b9e1.php line 697

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. /* Category/sessions.twig */
  14. class __TwigTemplate_01424f033a841c01e65b95a27632e8e0 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 11
  32.         return "default_frame.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Category/sessions.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Category/sessions.twig"));
  41.         // line 13
  42.         $context["body_class"] = "product_page";
  43.         // line 11
  44.         $this->parent $this->loadTemplate("default_frame.twig""Category/sessions.twig"11);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 15
  52.     public function block_javascript($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  59.         // line 16
  60.         echo "    <script>
  61.     </script>
  62. ";
  63.         
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  65.         
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  67.     }
  68.     // line 21
  69.     public function block_main($context, array $blocks = [])
  70.     {
  71.         $macros $this->macros;
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  75.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  76.         // line 22
  77.         $this->loadTemplate("@CustomerReview42/Block/customer_review4_recommend_css.twig""Category/sessions.twig"22)->display($context);
  78.         // line 23
  79.         echo "
  80. <link rel=\"stylesheet\" href=\"";
  81.         // line 24
  82.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/css/products.css?v=20221018"), "html"nulltrue);
  83.         echo "\">
  84. <!-- ページ固有のスタイル -->
  85. <style>
  86. \t.product-main-image {
  87. \t\tmargin: 0 auto;
  88. \t}
  89. \t.product-main-image img {
  90. \t\twidth:138px;
  91. \t\tmax-width:100%;
  92. \t}
  93. \t.product-info {
  94. \t\tmargin: 0 auto 0 0;
  95. \t}
  96. \th1 {
  97. \t\tfont-weight: 400;
  98.     font-size: 50px;
  99. \t\tcolor: #e00000;
  100. \t\tline-height: 68px;
  101.     margin: 0;
  102.     text-transform: none;
  103. \t}
  104. \th1 sup {
  105.     font-size: 27%;
  106.     vertical-align: top;
  107.     display: inline-block;
  108.     margin-top: 19px;
  109. \t\tline-height: 0;
  110. \t}
  111. \t.product-main-section .product-main-image {
  112. \t\tz-index: 1;
  113. \t}
  114. \t.product-info .product-subtitle {
  115.     font-weight: 400;
  116.     font-size: 24px;
  117. \t\tcolor: #212121;
  118. \t}
  119. \t.product-info .product-description {
  120.     color: #767676;
  121.     padding: 20px 0;
  122. \t\tfont-size: 16px;
  123. \t\tline-height: 1.5;
  124. \t}
  125. \t.std ul {
  126.     list-style: disc outside;
  127.     margin-bottom: 1.5em;
  128. \t}
  129. \t.product-info .product-description ul li {
  130.     margin-left: 20px;
  131. \t}
  132. \t.products-grid {
  133. \t\t-webkit-justify-content: center;
  134.     justify-content: center;
  135. \t}
  136. \t.products-grid .item {
  137.     width: 230px;
  138. \t\tmargin: 0 20px;
  139. \t}
  140. \t.products-grid img{
  141. \t\twidth: 100%;
  142. \t\theight: auto;
  143. \t}
  144. \t.products-grid .product-name a {
  145.     font-size: 15px;
  146.     color: #000;
  147.     text-transform: none;
  148. \t\tfont-weight: 500;
  149. \t}
  150. \t.products-grid .sale_price {
  151. \t\tpadding-top: 5px;
  152.     display: block;
  153.     color: red;
  154.     font-size: 16px;
  155. \t}
  156. \t
  157. \t.products-grid .normal_price {
  158. \t\ttext-decoration: line-through;
  159. \t\tcolor: #000;
  160. \t}
  161. \t.products-grid .actions {
  162.     position: relative;
  163.     float: right;
  164.     width: 100%;
  165.     min-height: 30px;
  166.     padding: 5px 0 0;
  167. \t}
  168. \t.products-grid .actions .btn-cart {
  169. \theight: 33px;
  170.     line-height: 33px;
  171.     font-size: 10px;
  172. \twidth:75%;
  173. \t}
  174. \t.product-pleasure {
  175. \t\tpadding-top: 30px;
  176. \t\tmargin-top: 20px;
  177. \t}
  178. \t.product-pleasure .flexbox {
  179. \t\tflex-direction: row-reverse;
  180. \t}
  181. \t.product-pleasure.grey-gradient-background {
  182.     background: #ebebeb;
  183.     position: relative;
  184. \t}
  185. \t.product-pleasure .desc-contr {
  186. \t\twidth: 490px;
  187. \t\tpadding: 120px 0 0 0;
  188. \t}
  189. \t.product-pleasure img {
  190. \t\tmargin: 0 auto;\t\t
  191. \t\twidth:324px;
  192. \t\tmax-width:100%
  193. \t}
  194. \t.product-pleasure .desc-contr h3 {
  195.     font-size: 28px;
  196. \t\tline-height: 1.4;
  197. \t}
  198. \t.product-pleasure p {
  199. \t\tcolor: #919191;
  200. \t\tfont-size: 16px;
  201. \t\tline-height: 1.2em;
  202. \t}
  203. \t.product-rewards-experience {
  204.     background: #fff url(./html/template/aneros2023/aneros/img/category/sessions/sessions-rewards-bg.jpg) no-repeat center top;
  205. \tbackground-size:cover;
  206. \t}
  207. \t.product-rewards-experience .container {
  208.     position: relative;
  209.     height: 475px;
  210. \t}
  211. \t.product-rewards-experience .desc-contr {
  212. \t\tpadding-top: 90px;
  213.     width: 495px;
  214. \t}
  215. \t.product-rewards-experience .desc-contr h3 {
  216. \t\tfont-size: 28px;
  217. \t\tcolor: #e00000;
  218. \t\tmargin-bottom: 10px;
  219. \t\tmargin-left: 0;
  220. \t}
  221. \t.product-rewards-experience p {
  222.     color: #ccc;
  223.     font-size: 16px;
  224.     line-height: 1.2em;
  225. \twidth:80%;
  226. \t}
  227. \t.product-rewards-experience img {
  228.     position: absolute;
  229.     left: auto;
  230.     right: 0;
  231.     top: 0;
  232. \t\theight: 100%;
  233. \t}
  234. \t@media only screen and (max-width: 999px) {
  235. \t\th1 {
  236. \t\t\tfont-weight: 400;
  237. \t\t\tfont-size: 42px;
  238. \t\t}
  239. \t\t.product-main-section .product-info {
  240. \t\t\tmargin: 0 auto 0 0 ;
  241. \t\t}
  242. \t\t.products-grid {
  243. \t\t\tflex-direction: row;
  244. \t\t}
  245. \t\t
  246. \t\t.products-grid .actions {
  247. \t\t\tfloat: none;
  248. \t\t\twidth: 90%;
  249. \t\t}
  250. \t\t.products-grid .actions .btn-cart {
  251. \t\t\twidth:100%;
  252. \t\t}
  253. \t\t.product-pleasure .flexbox,
  254. \t\t.product-rewards-experience .flexbox {
  255. \t\t\tflex-direction: column;
  256. \t\t}
  257. \t\t.product-pleasure .desc-contr {
  258. \t\t\twidth: 100%;
  259. \t\t\tpadding:0px;
  260. \t\t}
  261. \t\t.product-rewards-experience {
  262. \t\t\tbackground-color: #333;
  263. \t\t}
  264. \t\t
  265. \t\t.product-rewards-experience .container {
  266. \t\t\theight: auto;
  267. \t\t}
  268. \t\t
  269. \t\t.product-rewards-experience .desc-contr{
  270. \t\t\twidth: 100%;
  271. \t\t}
  272. \t\t
  273. \t\t.product-rewards-experience img {
  274. \t\t\tposition: relative;
  275. \t\t\theight:inherit;
  276. \t\t}
  277. \t\t.product-rewards-experience p {
  278. \t\t\twidth:100%;
  279. \t\t}
  280. \t}
  281. \t@media only screen and (max-width: 767px) {
  282. \t\t.products-grid {
  283. \t\t\tflex-direction: column;
  284. \t\t}
  285. \t\t.products-grid .item {
  286. \t\t\twidth: 100%;
  287. \t\t}
  288. \t\t.products-grid .item {
  289. \t\t\tmargin: 0;
  290. \t\t}
  291. \t}
  292. .pictogram-area {padding:10px 0; margin:auto; text-align:center;}
  293. .pictogram {
  294.   position: relative;
  295.   display: inline-block;
  296. }
  297. .pictogram img {
  298.   width:40px;
  299.   max-width:100%;
  300.   margin:15px 10px;
  301. }
  302. .pictogram .pictogramtext {
  303.   visibility: hidden;
  304.   width: 90px;
  305.   background-color: black;
  306.   color: #fff;
  307.   text-align: center;
  308.   border-radius: 6px;
  309.   border: 1px solid #000;
  310.   padding: 5px 0;
  311.   position: absolute;
  312.   z-index: 1;
  313.   top: 85%;
  314.   left: 50%;
  315.   margin-left: -45px;
  316.   font-size: 10px;
  317. }
  318. .pictogram .pictogramtext::after {
  319.   content: \"\";
  320.   position: absolute;
  321.   bottom: 100%;
  322.   left: 50%;
  323.   margin-left: -5px;
  324.   border-width: 5px;
  325.   border-style: solid;
  326.   border-color: transparent transparent black transparent;
  327. }
  328. .pictogram:hover .pictogramtext {
  329.   visibility: visible;
  330. }
  331. .pictogram .pictogramtext {
  332.   opacity: 0;
  333.   transition: opacity 1s;
  334. }
  335. .pictogram:hover .pictogramtext {
  336.   opacity: 1;
  337. }
  338. #sessions-detail-page .favorite-button {
  339. \ttext-align:right;
  340. \tmargin-top:10px;
  341. }
  342. #sessions-detail-page .unfavorite-heart .fa-heart {
  343. \tright:33px;
  344. }
  345. /*#sessions-detail-page .favorite-button .button {
  346.     background: #ababab;
  347.     font-size: 12px;
  348.     color: #ffffff;
  349.     text-align: center;
  350.     font-weight: normal;
  351.     padding: 0 10px;
  352.     line-height: 32px;
  353.     min-width: 0;
  354.     width: auto;
  355.     margin: 3px 0 0 0;
  356.     height: 32px;
  357.     transition: all 0.2s linear;
  358.     -moz-transition: all 0.2s linear;
  359.     -webkit-transition: all 0.2s linear;
  360.     box-sizing: content-box !important;
  361.     width: 75%;
  362. }
  363. #sessions-detail-page .favorite-button .button:hover {
  364.     background: #989898;
  365. }
  366. #sessions-detail-page .favorite-button .button-favorited {
  367.     background: #989898;
  368.     font-size: 12px;
  369.     color: #ffffff;
  370.     text-align: center;
  371.     font-weight: normal;
  372.     padding: 0 10px;
  373.     line-height: 32px;
  374.     min-width: 0;
  375.     width: auto;
  376.     margin: 3px 0 0 0;
  377.     height: 32px;
  378.     transition: all 0.2s linear;
  379.     -moz-transition: all 0.2s linear;
  380.     -webkit-transition: all 0.2s linear;
  381.     box-sizing: content-box !important;
  382.     border: 0;
  383.     width: 75%;
  384. }
  385. #sessions-detail-page .favorite-button .button-favorited:hover {
  386.     background: #878787;
  387. }
  388. */
  389. @media only screen and (max-width: 999px) {
  390. #sessions-detail-page .unfavorite-heart .fa-heart {
  391. \tright:inherit;
  392. }
  393. }
  394. /* REVIEW AREA */
  395. .review_all_score_image {
  396. \tletter-spacing: -1em;/* inline-block間の隙間をなくす */
  397. \tdisplay: inline-block;
  398. \tposition: relative;
  399. \ttop: 5px;
  400. }
  401. .review_score div.review_star {
  402. \tdisplay: inline-block;
  403. \tmargin-right: 1px;
  404. }
  405. .review_score div {
  406. \theight: 22px;
  407. }
  408. div[id^=\"plg_customer_review_special\"] .review_score div,
  409. div[id*=\"plg_customer_review_special\"] .review_score div {
  410.   height: 30px;
  411. }
  412. #category-featured-products div[id^=\"plg_customer_review_special\"] h3,
  413. #category-featured-products div[id*=\"plg_customer_review_special\"] h3 {
  414.   margin:0;
  415.   color: #636363;
  416. }
  417. .review_score .trim {
  418. \toverflow: hidden;
  419. \tposition: relative;
  420. }
  421. .products-grid .review_score img{
  422. \tdisplay: inline-block;
  423. \tvertical-align: unset;
  424. \tmax-width:inherit;
  425. \twidth:22px;
  426. }
  427. #review_area h2 {
  428. \ttext-align: center;
  429. \tfont-size: 40px;
  430. \tfont-weight: 400;
  431. \tmargin: 30px 0;
  432. \tcolor: #000000;
  433. }
  434. #review_area h3 {
  435. \tfont-size: 18px;
  436. \tborder-bottom: none;
  437. \ttext-align: left;
  438. }
  439. #review_area h3.review-title {
  440. \tfont-weight:bold;
  441. \ttext-align:left;
  442. \tmargin-bottom:0;
  443. \tfont-size:16px;
  444. }
  445. #review_area .review_list, #review_area .row {
  446. \tmax-width: 1280px;
  447. \tpadding: 0 140px;
  448. \tmargin: 0 auto;
  449. }
  450. #review_area .review_list li {
  451. \tpadding: 10px 0;
  452. \tposition: relative;
  453. \tborder-bottom: 1px dotted #cccccc;
  454. }
  455. #review_area .review_list li:last-child {
  456. \tborder-bottom: none;
  457. }
  458. #review_area .review_list .review-hed{
  459. \tmargin-bottom: 0;
  460. \tmargin-top: 0;
  461. }
  462. #review_area .review_list .review-body{
  463. \tmargin-top: 5px;
  464. \tmargin-bottom: 0;
  465. }
  466. #review_area .review_list .recommend_level{
  467. \tdisplay: block;
  468. }
  469. #review_area .review_list .recommend_level span{
  470. \tdisplay: flex;
  471. }
  472. .products-grid #review_area .review_list .recommend_level img {
  473. \tdisplay: block;
  474. \tfloat: left;
  475. \tmargin-right: 1px;
  476. \tmax-width:25px;
  477. \tmax-height:25px;\t 
  478. }
  479. .review-layoutRole h3.review_score {margin-bottom:0; text-align:left;}
  480. #review_area .review_list .left {
  481. \tmargin-top: 5px;
  482. }
  483. #review_area .review_list .fade{
  484. \theight: 16px;
  485. \twidth: 100%;
  486. \tposition: absolute;
  487. \tbottom: 25px;
  488. \tleft: 0;
  489. \tbackground: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
  490. \tbackground: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
  491. }
  492. #review_area div.btn_area li {
  493. \ttext-align: right;
  494. \tlist-style-type: none;
  495. }
  496. #review_area div.btn_area{
  497. \tmax-width: 1280px;
  498.   padding: 0 140px;
  499.   margin: 0 auto;
  500. \ttext-align: right;
  501. }
  502. #review_area div.btn_area .button {
  503. \tlist-style-type: none;
  504. \twidth: auto;
  505. \tmin-width: 140px;
  506. \tbackground-color: #ff0000;
  507. }
  508. #review_area div.btn_area .button:hover{
  509. \tbackground: #cc0000;
  510. \tcolor: #fff;
  511. }
  512. .ec-favoriteRole h3.review_score {margin-bottom:30px;}
  513. @media only screen and (max-width: 767px){
  514. \t.review_score span.review_all_score {font-size:14px;}
  515. \th3.review_score  {line-height:1;margin-bottom:5px;}
  516. \t.review_all_score_image {top:10px;}
  517. \t.products-grid .review_score img {width:14px;}
  518. }
  519. </style>
  520. <div class=\"main-container\" id=\"sessions-page\">
  521. \t\t<div class=\"breadcrumbs\">
  522. \t\t\t<div class=\"container\">
  523. \t\t\t\t<ul itemscope itemtype=\"http://schema.org/BreadcrumbList\">
  524. \t\t\t\t\t<li class=\"0\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">
  525. \t\t\t\t\t\t<a itemprop=\"item\" href=\"";
  526.         // line 544
  527.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  528.         echo "\" title=\"トップページ\"><span itemprop=\"name\" style=\"padding:0\">トップページ</span></a>
  529. \t\t\t\t\t\t<meta itemprop=\"position\" content=\"1\">
  530. \t\t\t\t\t\t<span>&gt;</span>
  531. \t\t\t\t\t</li>
  532. \t\t\t\t\t<li class=\"category\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">
  533. \t\t\t\t\t\t<a itemprop=\"item\" href=\"";
  534.         // line 549
  535.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  536.         echo "lubricants\" title=\"ローション\"><span itemprop=\"name\"
  537. \t\t\t\t\t\t\t\tstyle=\"padding:0\">ローション</span></a>
  538. \t\t\t\t\t\t<meta itemprop=\"position\" content=\"2\">
  539. \t\t\t\t\t\t<span>&gt;</span>
  540. \t\t\t\t\t</li>
  541. \t\t\t\t\t<li>
  542. \t\t\t\t\t\t<strong>セッションズ</strong>
  543. \t\t\t\t\t</li>
  544. \t\t\t\t</ul>
  545. \t\t\t</div>
  546. \t\t</div>
  547. \t\t<div class=\"col-main\">
  548. \t\t\t<div class=\"aneros-product-page\" id=\"sessions-detail-page\">
  549. \t\t\t\t<div class=\"common-style\">
  550. \t\t\t\t\t<div class=\"product-main-section container flexbox\">
  551. \t\t\t\t\t\t<div class=\"product-main-image\">
  552. \t\t\t\t\t\t\t<img src=\"";
  553.         // line 565
  554.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/category/sessions/sessions-detail-main-image.jpg"), "html"nulltrue);
  555.         echo "\" class=\"animate\" 
  556. \t\t\t\t\t\t\t\tdata-animate=\"fadeInUp\" data-duration=\"1.0s\" data-delay=\"0.4s\" alt=\"アネロスセッションズ\">
  557. \t\t\t\t\t\t\t<div class=\"pictogram-area\">\t
  558. \t\t\t\t\t\t\t\t<div class=\"pictogram\">
  559. \t\t\t\t\t\t\t\t\t<img src=\"";
  560.         // line 569
  561.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/Pictogram/all-users.jpg"), "html"nulltrue);
  562.         echo "\" alt=\"全レベル可\" />
  563. \t\t\t\t\t\t\t\t\t<span class=\"pictogramtext\">全レベル可</span>
  564. \t\t\t\t\t\t\t\t</div>
  565. \t\t\t\t\t\t\t\t<div class=\"pictogram\">
  566. \t\t\t\t\t\t\t\t\t<img src=\"";
  567.         // line 573
  568.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/Pictogram/beginner-user.jpg"), "html"nulltrue);
  569.         echo "\" alt=\"初心者にオススメ\" />
  570. \t\t\t\t\t\t\t\t\t<span class=\"pictogramtext\">初心者に<br>オススメ</span>
  571. \t\t\t\t\t\t\t\t</div>
  572. \t\t\t\t\t\t\t</div>\t
  573. \t\t\t\t\t\t</div>
  574. \t\t\t\t\t\t<div class=\"product-info\">
  575. \t\t\t\t\t\t\t<h1>セッションズ<sup>™</sup></h1>
  576. \t\t\t\t\t\t\t<div class=\"product-subtitle\">
  577. \t\t\t\t\t\t\t\t<div class=\"std\">ナチュラルローション</div>
  578. \t\t\t\t\t\t\t</div>
  579. \t\t\t\t\t\t\t<div class=\"product-description\">
  580. \t\t\t\t\t\t\t\t<div class=\"std\">
  581. \t\t\t\t\t\t\t\t\t<ul>
  582. \t\t\t\t\t\t\t\t\t\t<li>純天然素材を使用した安全な潤滑剤</li>
  583. \t\t\t\t\t\t\t\t\t\t<li>滑らかさが長時間持続</li>
  584. \t\t\t\t\t\t\t\t\t\t<li>後処理が簡単な水溶性</li>
  585. \t\t\t\t\t\t\t\t\t\t<li>グリセリン未使用</li>
  586. \t\t\t\t\t\t\t\t\t\t<li>無色透明で無味無臭</li>
  587. \t\t\t\t\t\t\t\t\t\t<li>シリコン製品を傷めない</li>
  588. \t\t\t\t\t\t\t\t\t\t<li>アネロスの効果を最大限に引き出す</li>
  589. \t\t\t\t\t\t\t\t\t</ul>
  590. \t\t\t\t\t\t\t\t</div>
  591. \t\t\t\t\t\t\t</div>
  592. \t\t\t\t\t\t</div>
  593. \t\t\t\t\t</div>
  594. \t\t\t\t\t<div class=\"child-products-contr container\">
  595. \t\t\t\t\t\t<ul class=\"products-grid flexbox\">
  596. \t\t\t\t\t\t\t<li class=\"item\">
  597. \t\t\t\t\t\t\t\t";
  598.         // line 601
  599.         $context["Product"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Eccube\\Entity\\Product"), "find", [=> 77], "method"falsefalsetrue601);
  600.         // line 602
  601.         echo "\t\t\t\t\t\t\t\t
  602. \t\t\t\t\t\t\t\t";
  603.         // line 604
  604.         echo "\t\t\t\t\t\t\t\t";
  605.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  606.             // line 605
  607.             echo "\t\t\t\t\t\t\t\t";
  608.             $context["FavoriteProduct"] = false;
  609.             // line 606
  610.             echo "\t\t\t\t\t\t\t\t";
  611.             $context['_parent'] = $context;
  612.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'606$this->source); })()), "user", [], "any"falsefalsetrue606), "CustomerFavoriteProducts", [], "any"falsefalsetrue606));
  613.             foreach ($context['_seq'] as $context["_key"] => $context["cfp"]) {
  614.                 // line 607
  615.                 echo "\t\t\t\t\t\t\t\t\t";
  616.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["cfp"], "Product", [], "any"falsefalsetrue607), "id", [], "any"falsefalsetrue607) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'607$this->source); })()), "id", [], "any"falsefalsetrue607))) {
  617.                     // line 608
  618.                     echo "\t\t\t\t\t\t\t\t\t\t";
  619.                     $context["FavoriteProduct"] = true;
  620.                     // line 609
  621.                     echo "\t\t\t\t\t\t\t\t\t";
  622.                 }
  623.                 // line 610
  624.                 echo "\t\t\t\t\t\t\t\t";
  625.             }
  626.             $_parent $context['_parent'];
  627.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cfp'], $context['_parent'], $context['loop']);
  628.             $context array_intersect_key($context$_parent) + $_parent;
  629.             // line 611
  630.             echo "\t\t\t\t\t\t\t\t";
  631.         }
  632.         // line 612
  633.         echo "
  634. \t\t\t\t\t\t\t\t";
  635.         // line 613
  636.         $context["campaignProduct"] = false;
  637.         // line 614
  638.         echo "\t\t                        ";
  639.         $context['_parent'] = $context;
  640.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'614$this->source); })()), "ProductTag", [], "any"falsefalsetrue614));
  641.         foreach ($context['_seq'] as $context["_key"] => $context["ProductTag"]) {
  642.             // line 615
  643.             echo "\t\t\t\t\t\t\t\t\t";
  644.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductTag"], "Tag", [], "any"falsefalsetrue615), "id", [], "any"falsefalsetrue615) == 100)) {
  645.                 // line 616
  646.                 echo "\t\t\t\t\t\t\t\t\t\t";
  647.                 $context["campaignProduct"] = true;
  648.                 // line 617
  649.                 echo "\t\t\t\t\t\t\t\t\t";
  650.             }
  651.             // line 618
  652.             echo "\t\t\t\t\t\t\t\t";
  653.         }
  654.         $_parent $context['_parent'];
  655.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductTag'], $context['_parent'], $context['loop']);
  656.         $context array_intersect_key($context$_parent) + $_parent;
  657.         // line 619
  658.         echo "\t\t\t\t\t\t\t\t
  659. \t\t\t\t\t\t\t\t<a href=\"";
  660.         // line 620
  661.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'620$this->source); })()), "id", [], "any"falsefalsetrue620)]), "html"nulltrue);
  662.         echo "\" title=\"\" class=\"product-image\">
  663. \t\t\t\t\t\t\t\t";
  664.         // line 621
  665.         if (((isset($context["campaignProduct"]) || array_key_exists("campaignProduct"$context) ? $context["campaignProduct"] : (function () { throw new RuntimeError('Variable "campaignProduct" does not exist.'621$this->source); })()) == true)) {
  666.             // line 622
  667.             echo "\t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image campaignProduct\">
  668. \t\t\t\t\t\t\t\t";
  669.         } else {
  670.             // line 624
  671.             echo "\t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image\">
  672. \t\t\t\t\t\t\t\t";
  673.         }
  674.         // line 626
  675.         echo "\t\t\t\t\t\t\t\t\t\t<img src=\"";
  676.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'626$this->source); })()), "main_list_image", [], "any"falsefalsetrue626), 626$this->source)), "save_image"), "html"nulltrue);
  677.         echo "\" alt=\"";
  678.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'626$this->source); })()), "name", [], "any"falsefalsetrue626), 626$this->source), "html"nulltrue);
  679.         echo "\" alt=\"";
  680.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'626$this->source); })()), "name", [], "any"falsefalsetrue626), 626$this->source), "html"nulltrue);
  681.         echo "\">
  682. \t\t\t\t\t\t\t\t\t</p>
  683. \t\t\t\t\t\t\t\t</a>
  684. \t\t\t\t\t\t\t\t
  685. \t\t\t\t\t\t\t\t<div class=\"product-ratings\">
  686. \t\t\t\t\t\t\t\t</div>
  687. \t\t\t\t\t\t\t\t<div class=\"product-info\">
  688. \t\t\t\t\t\t\t\t\t<h2 class=\"product-name\">
  689. \t\t\t\t\t\t\t\t\t\t<a href=\"";
  690.         // line 634
  691.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'634$this->source); })()), "id", [], "any"falsefalsetrue634)]), "html"nulltrue);
  692.         echo "\" title=\"";
  693.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'634$this->source); })()), "name", [], "any"falsefalsetrue634), 634$this->source), "html"nulltrue);
  694.         echo "\">";
  695.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'634$this->source); })()), "name", [], "any"falsefalsetrue634), 634$this->source), "html"nulltrue);
  696.         echo "</a>
  697. \t\t\t\t\t\t\t\t\t</h2>
  698. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  699. \t\t\t\t\t\t\t\t\t<div class=\"price-box\">
  700. \t\t\t\t\t\t\t\t\t\t<span class=\"price\">
  701. \t\t\t\t\t\t\t\t\t\t\t<div class=\"normal_price\" id=\"product-normal-price-";
  702.         // line 639
  703.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'639$this->source); })()), "id", [], "any"falsefalsetrue639), 639$this->source), "html"nulltrue);
  704.         echo "\">
  705. \t\t\t\t\t\t\t\t\t\t\t\t";
  706.         // line 640
  707.         if (( !(null === twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'640$this->source); })()), "getPrice01Min", [], "any"falsefalsetrue640)) && (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'640$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue640) != 0))) {
  708.             // line 641
  709.             echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  710.             if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'641$this->source); })()), "hasProductClass", [], "any"falsefalsetrue641)) {
  711.                 // line 642
  712.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  713.                 if ((twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'642$this->source); })()), "getPrice01Min", [], "any"falsefalsetrue642) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'642$this->source); })()), "getPrice01Max", [], "any"falsefalsetrue642))) {
  714.                     // line 643
  715.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  716.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'643$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue643), 643$this->source)), "html"nulltrue);
  717.                     echo "<span class=\"inctax\"> (税込)</span></span>
  718. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  719.                 } else {
  720.                     // line 645
  721.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  722.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'645$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue645), 645$this->source)), "html"nulltrue);
  723.                     echo "<!-- ~ ";
  724.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'645$this->source); })()), "getPrice01IncTaxMax", [], "any"falsefalsetrue645), 645$this->source)), "html"nulltrue);
  725.                     echo "--><span class=\"inctax\"> (税込)</span></span>
  726. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  727.                 }
  728.                 // line 647
  729.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  730.             } else {
  731.                 // line 648
  732.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  733.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'648$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue648), 648$this->source)), "html"nulltrue);
  734.                 echo "<span class=\"inctax\"> (税込)</span></span>
  735. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  736.             }
  737.             // line 650
  738.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  739.         }
  740.         // line 651
  741.         echo "\t\t\t\t\t\t\t\t\t\t\t</div>
  742. \t\t\t\t\t\t\t\t\t\t\t<div class=\"sale_price\" id=\"product-price-";
  743.         // line 652
  744.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'652$this->source); })()), "id", [], "any"falsefalsetrue652), 652$this->source), "html"nulltrue);
  745.         echo "\">
  746. \t\t\t\t\t\t\t\t\t\t\t\t";
  747.         // line 653
  748.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'653$this->source); })()), "hasProductClass", [], "any"falsefalsetrue653)) {
  749.             // line 654
  750.             echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  751.             if ((twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'654$this->source); })()), "getPrice02Min", [], "any"falsefalsetrue654) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'654$this->source); })()), "getPrice02Max", [], "any"falsefalsetrue654))) {
  752.                 // line 655
  753.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  754.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'655$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsetrue655), 655$this->source)), "html"nulltrue);
  755.                 echo "<span class=\"inctax\"> (税込)</span></span>
  756. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  757.             } else {
  758.                 // line 657
  759.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  760.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'657$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsetrue657), 657$this->source)), "html"nulltrue);
  761.                 echo "<!-- ~ ";
  762.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'657$this->source); })()), "getPrice02IncTaxMax", [], "any"falsefalsetrue657), 657$this->source)), "html"nulltrue);
  763.                 echo "--><span class=\"inctax\"> (税込)</span></span>
  764. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  765.             }
  766.             // line 659
  767.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  768.         } else {
  769.             // line 660
  770.             echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  771.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'660$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsetrue660), 660$this->source)), "html"nulltrue);
  772.             echo "<span class=\"inctax\"> (税込)</span></span>
  773. \t\t\t\t\t\t\t\t\t\t\t\t";
  774.         }
  775.         // line 662
  776.         echo "\t\t\t\t\t\t\t\t\t\t\t</div>
  777. \t\t\t\t\t\t\t\t\t\t</span>
  778. \t\t\t\t\t\t\t\t\t</div>
  779. \t\t\t\t\t\t\t\t\t
  780. \t\t\t\t\t\t\t<!-- REVIEW AREA -->
  781. \t\t\t\t\t\t\t";
  782.         // line 667
  783.         $macros["recommend_macro"] = $this->loadTemplate("@CustomerReview42/Block/customer_review4_recommend_macro.twig""Category/sessions.twig"667)->unwrap();
  784.         // line 668
  785.         echo "
  786. \t\t\t\t\t\t\t";
  787.         // line 669
  788.         $context["review_list"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Plugin\\CustomerReview42\\Entity\\CustomerReviewTotal"), "getRecommend", [=> twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'669$this->source); })()), "id", [], "any"falsefalsetrue669)], "method"falsefalsetrue669);
  789.         // line 670
  790.         echo "\t\t\t\t\t\t\t";
  791.         $context["reviewer_total"] = 0;
  792.         // line 671
  793.         echo "\t\t\t\t\t\t\t";
  794.         $context["review_total_point"] = 0;
  795.         // line 672
  796.         echo "\t\t\t\t\t\t\t";
  797.         $context["count"] = 5;
  798.         // line 673
  799.         echo "\t\t\t\t\t\t\t";
  800.         $context['_parent'] = $context;
  801.         $context['_seq'] = twig_ensure_traversable((isset($context["review_list"]) || array_key_exists("review_list"$context) ? $context["review_list"] : (function () { throw new RuntimeError('Variable "review_list" does not exist.'673$this->source); })()));
  802.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  803.             // line 674
  804.             echo "\t\t\t\t\t\t\t    ";
  805.             $context["reviewer_total"] = ((isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'674$this->source); })()) + $context["i"]);
  806.             // line 675
  807.             echo "\t\t\t\t\t\t\t    ";
  808.             $context["review_total_point"] = ((isset($context["review_total_point"]) || array_key_exists("review_total_point"$context) ? $context["review_total_point"] : (function () { throw new RuntimeError('Variable "review_total_point" does not exist.'675$this->source); })()) + ($context["i"] * (isset($context["count"]) || array_key_exists("count"$context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.'675$this->source); })())));
  809.             // line 676
  810.             echo "\t\t\t\t\t\t\t    ";
  811.             $context["count"] = ((isset($context["count"]) || array_key_exists("count"$context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.'676$this->source); })()) - 1);
  812.             // line 677
  813.             echo "\t\t\t\t\t\t\t";
  814.         }
  815.         $_parent $context['_parent'];
  816.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  817.         $context array_intersect_key($context$_parent) + $_parent;
  818.         // line 678
  819.         echo "\t\t\t\t\t\t\t";
  820.         $context["review_point"] = ((((isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'678$this->source); })()) == 0)) ? (0) : (((isset($context["review_total_point"]) || array_key_exists("review_total_point"$context) ? $context["review_total_point"] : (function () { throw new RuntimeError('Variable "review_total_point" does not exist.'678$this->source); })()) / (isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'678$this->source); })()))));
  821.         // line 679
  822.         echo "\t\t\t\t\t\t\t
  823. \t\t\t\t\t\t\t";
  824.         // line 680
  825.         if ((< (isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'680$this->source); })()))) {
  826.             // line 681
  827.             echo "\t\t\t\t\t\t\t\t<div id=\"plg_customer_review";
  828.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'681$this->source); })()), "id", [], "any"falsefalsetrue681), 681$this->source), "html"nulltrue);
  829.             echo "\" class=\"review-layoutRole product_list\">
  830. \t\t\t\t\t\t\t\t\t<h3 class=\"review_score\" data-id=\"";
  831.             // line 682
  832.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'682$this->source); })()), "id", [], "any"falsefalsetrue682), 682$this->source), "html"nulltrue);
  833.             echo "\" data-avg=\"";
  834.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["review_point"]) || array_key_exists("review_point"$context) ? $context["review_point"] : (function () { throw new RuntimeError('Variable "review_point" does not exist.'682$this->source); })()), 682$this->source), "html"nulltrue);
  835.             echo "\" data-num=\"";
  836.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'682$this->source); })()), 682$this->source), "html"nulltrue);
  837.             echo "\" data-starsize=\"22\" data-mstarsize=\"14\" data-imgbase=\"";
  838.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/"), "html"nulltrue);
  839.             echo "\">
  840. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_title\"></span>
  841. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_image\" style=\"display: inline-block\"></span>
  842. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score\"><a href=\"";
  843.             // line 685
  844.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'685$this->source); })()), "id", [], "any"falsefalsetrue685)]), "html"nulltrue);
  845.             echo "#review_area\"></a></span>
  846. \t\t\t\t\t\t\t\t\t</h3>
  847. \t\t\t\t\t\t\t\t</div>
  848. \t\t\t\t\t\t\t";
  849.         }
  850.         // line 689
  851.         echo "\t\t\t\t\t\t\t
  852. \t\t\t\t\t\t\t<script>
  853. \t\t\t\t\t\t\t  \$(function () {
  854. \t\t\t\t\t\t\t    if ( \$('#plg_customer_review_anchor";
  855.         // line 692
  856.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'692$this->source); })()), "id", [], "any"falsefalsetrue692), 692$this->source), "html"nulltrue);
  857.         echo "').length) {
  858. \t\t\t\t\t\t\t        \$('#plg_customer_review";
  859.         // line 693
  860.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'693$this->source); })()), "id", [], "any"falsefalsetrue693), 693$this->source), "html"nulltrue);
  861.         echo "').insertAfter(\$('#plg_customer_review_anchor";
  862.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'693$this->source); })()), "id", [], "any"falsefalsetrue693), 693$this->source), "html"nulltrue);
  863.         echo "'));
  864. \t\t\t\t\t\t\t    } else if ( \$('#productForm";
  865.         // line 694
  866.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'694$this->source); })()), "id", [], "any"falsefalsetrue694), 694$this->source), "html"nulltrue);
  867.         echo "').length) {
  868. \t\t\t\t\t\t\t        \$('#plg_customer_review";
  869.         // line 695
  870.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'695$this->source); })()), "id", [], "any"falsefalsetrue695), 695$this->source), "html"nulltrue);
  871.         echo "').insertBefore(\$('#productForm";
  872.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'695$this->source); })()), "id", [], "any"falsefalsetrue695), 695$this->source), "html"nulltrue);
  873.         echo "'));
  874. \t\t\t\t\t\t\t    } else {
  875. \t\t\t\t\t\t\t        \$('#plg_customer_review";
  876.         // line 697
  877.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'697$this->source); })()), "id", [], "any"falsefalsetrue697), 697$this->source), "html"nulltrue);
  878.         echo "').hide();
  879. \t\t\t\t\t\t\t    }
  880. \t\t\t\t\t\t\t  });
  881. \t\t\t\t\t\t\t</script>
  882. \t\t\t\t\t\t\t<!-- REVIEW AREA END -->
  883. \t\t\t\t\t\t\t\t\t
  884. \t\t\t\t\t\t\t\t\t<div class=\"actions\" id=\"productForm";
  885.         // line 703
  886.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'703$this->source); })()), "id", [], "any"falsefalsetrue703), 703$this->source), "html"nulltrue);
  887.         echo "\">
  888. \t\t\t\t\t\t\t\t\t\t";
  889.         // line 704
  890.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'704$this->source); })()), "stock_find", [], "any"falsefalsetrue704)) {
  891.             // line 705
  892.             echo "\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"Add to Cart\" class=\"button btn-cart one-click-add-cart\" 
  893. \t\t\t\t\t\t\t\t\t\t\tdata-action=\"";
  894.             // line 706
  895.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'706$this->source); })()), "id", [], "any"falsefalsetrue706)]), "html"nulltrue);
  896.             echo "\" 
  897. \t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"";
  898.             // line 707
  899.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'707$this->source); })()), "id", [], "any"falsefalsetrue707), 707$this->source), "html"nulltrue);
  900.             echo "\" data-product_name=\"";
  901.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'707$this->source); })()), "name", [], "any"falsefalsetrue707), 707$this->source), "html"nulltrue);
  902.             echo "\"  data-product_img=\"";
  903.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'707$this->source); })()), "main_list_image", [], "any"falsefalsetrue707), 707$this->source)), "save_image"), "html"nulltrue);
  904.             echo "\"
  905. \t\t\t\t\t\t\t\t\t\t\tdata-product_class=\"";
  906.             // line 708
  907.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'708$this->source); })()), "ProductClasses", [], "any"falsefalsetrue708), 0, [], "array"falsefalsetrue708), "id", [], "any"falsefalsetrue708), 708$this->source), "html"nulltrue);
  908.             echo "\" 
  909. \t\t\t\t\t\t\t\t\t\t\tdata-token=\"";
  910.             // line 709
  911.             echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("Eccube\\Form\\Type\\AddCartType"), "html"nulltrue);
  912.             echo "\">
  913. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>カゴに入れる</span>
  914. \t\t\t\t\t\t\t\t\t\t\t</button>
  915. \t\t\t\t\t\t\t\t\t\t";
  916.         } else {
  917.             // line 713
  918.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  919.             $context["arrivemail"] = true;
  920.             // line 714
  921.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  922.             $context['_parent'] = $context;
  923.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'714$this->source); })()), "ProductTag", [], "any"falsefalsetrue714));
  924.             foreach ($context['_seq'] as $context["_key"] => $context["ProductTag"]) {
  925.                 // line 715
  926.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  927.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductTag"], "Tag", [], "any"falsefalsetrue715), "id", [], "any"falsefalsetrue715) == 99)) {
  928.                     // line 716
  929.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  930.                     $context["arrivemail"] = false;
  931.                     // line 717
  932.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  933.                 }
  934.                 // line 718
  935.                 echo "\t\t\t\t\t\t\t\t\t\t\t";
  936.             }
  937.             $_parent $context['_parent'];
  938.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductTag'], $context['_parent'], $context['loop']);
  939.             $context array_intersect_key($context$_parent) + $_parent;
  940.             // line 719
  941.             echo "\t\t\t\t\t\t\t\t\t\t\t
  942. \t\t\t\t\t\t\t\t\t\t\t";
  943.             // line 720
  944.             if ((isset($context["arrivemail"]) || array_key_exists("arrivemail"$context) ? $context["arrivemail"] : (function () { throw new RuntimeError('Variable "arrivemail" does not exist.'720$this->source); })())) {
  945.                 // line 721
  946.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" data-productid=\"";
  947.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'721$this->source); })()), "id", [], "any"falsefalsetrue721), 721$this->source), "html"nulltrue);
  948.                 echo "\" data-productname=\"";
  949.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'721$this->source); })()), "name", [], "any"falsefalsetrue721), 721$this->source), "html"nulltrue);
  950.                 echo "\" title=\"入荷お知らせ\" class=\"button btn-cart add-to-mail\">
  951. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>入荷お知らせ</span>
  952. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  953. \t\t\t\t\t\t\t\t\t\t\t";
  954.             } else {
  955.                 // line 725
  956.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"在庫切れ\" class=\"button btn-cart add-to-cart-out\">
  957. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>在庫切れ</span>
  958. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  959. \t\t\t\t\t\t\t\t\t\t\t";
  960.             }
  961.             // line 729
  962.             echo "\t\t\t\t\t\t\t\t\t\t";
  963.         }
  964.         // line 730
  965.         echo "
  966. \t\t\t\t\t\t\t\t\t\t";
  967.         // line 731
  968.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  969.             // line 732
  970.             echo "\t\t\t\t\t\t\t\t\t\t";
  971.             if (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'732$this->source); })()), "option_favorite_product", [], "any"falsefalsetrue732)) {
  972.                 // line 733
  973.                 echo "\t\t\t\t\t\t\t\t\t\t        <div class=\"ec-productRole__btn favorite-button\">
  974. \t\t\t\t\t\t\t\t\t\t            ";
  975.                 // line 734
  976.                 if (((isset($context["FavoriteProduct"]) || array_key_exists("FavoriteProduct"$context) ? $context["FavoriteProduct"] : (function () { throw new RuntimeError('Variable "FavoriteProduct" does not exist.'734$this->source); })()) == false)) {
  977.                     // line 735
  978.                     echo "\t\t\t\t\t\t\t\t\t\t                ";
  979.                     // line 739
  980.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  981. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"favorite\" class=\"favorite-heart one-click-add-favorite\" data-action=\"";
  982.                     // line 740
  983.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'740$this->source); })()), "id", [], "any"falsefalsetrue740)]), "html"nulltrue);
  984.                     echo "\">
  985. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  986.                     // line 742
  987.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart-o\" title=\"お気に入りに追加\"></i>
  988. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  989. \t\t\t\t\t\t\t\t\t\t            ";
  990.                 } else {
  991.                     // line 745
  992.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"unfavorite\" class=\"unfavorite-heart one-click-remove-favorite\" data-action=\"";
  993.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_favorite_delete", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'745$this->source); })()), "id", [], "any"falsefalsetrue745)]), "html"nulltrue);
  994.                     echo "\" data-method=\"delete\" ";
  995.                     echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  996.                     echo ">
  997. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  998.                     // line 747
  999.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" title=\"お気に入りに追加済です\"></i>
  1000. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  1001. \t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1002. \t\t\t\t\t\t\t\t\t\t                ";
  1003.                     // line 754
  1004.                     echo "\t\t\t\t\t\t\t\t\t\t            ";
  1005.                 }
  1006.                 // line 755
  1007.                 echo "\t\t\t\t\t\t\t\t\t\t        </div>
  1008. \t\t\t\t\t\t\t\t\t\t";
  1009.             }
  1010.             // line 757
  1011.             echo "\t\t\t\t\t\t\t\t\t\t";
  1012.         }
  1013.         // line 758
  1014.         echo "
  1015. \t\t\t\t\t\t\t\t\t</div>
  1016. \t\t\t\t\t\t\t\t</div>
  1017. \t\t\t\t\t\t\t</li>
  1018. \t\t\t\t\t\t\t<li class=\"item\">
  1019. \t\t\t\t\t\t\t\t";
  1020.         // line 763
  1021.         $context["Product"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Eccube\\Entity\\Product"), "find", [=> 76], "method"falsefalsetrue763);
  1022.         // line 764
  1023.         echo "
  1024. \t\t\t\t\t\t\t\t";
  1025.         // line 766
  1026.         echo "\t\t\t\t\t\t\t\t";
  1027.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  1028.             // line 767
  1029.             echo "\t\t\t\t\t\t\t\t";
  1030.             $context["FavoriteProduct"] = false;
  1031.             // line 768
  1032.             echo "\t\t\t\t\t\t\t\t";
  1033.             $context['_parent'] = $context;
  1034.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'768$this->source); })()), "user", [], "any"falsefalsetrue768), "CustomerFavoriteProducts", [], "any"falsefalsetrue768));
  1035.             foreach ($context['_seq'] as $context["_key"] => $context["cfp"]) {
  1036.                 // line 769
  1037.                 echo "\t\t\t\t\t\t\t\t\t";
  1038.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["cfp"], "Product", [], "any"falsefalsetrue769), "id", [], "any"falsefalsetrue769) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'769$this->source); })()), "id", [], "any"falsefalsetrue769))) {
  1039.                     // line 770
  1040.                     echo "\t\t\t\t\t\t\t\t\t\t";
  1041.                     $context["FavoriteProduct"] = true;
  1042.                     // line 771
  1043.                     echo "\t\t\t\t\t\t\t\t\t";
  1044.                 }
  1045.                 // line 772
  1046.                 echo "\t\t\t\t\t\t\t\t";
  1047.             }
  1048.             $_parent $context['_parent'];
  1049.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cfp'], $context['_parent'], $context['loop']);
  1050.             $context array_intersect_key($context$_parent) + $_parent;
  1051.             // line 773
  1052.             echo "\t\t\t\t\t\t\t\t";
  1053.         }
  1054.         // line 774
  1055.         echo "
  1056. \t\t\t\t\t\t\t\t";
  1057.         // line 775
  1058.         $context["campaignProduct"] = false;
  1059.         // line 776
  1060.         echo "\t\t                        ";
  1061.         $context['_parent'] = $context;
  1062.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'776$this->source); })()), "ProductTag", [], "any"falsefalsetrue776));
  1063.         foreach ($context['_seq'] as $context["_key"] => $context["ProductTag"]) {
  1064.             // line 777
  1065.             echo "\t\t\t\t\t\t\t\t\t";
  1066.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductTag"], "Tag", [], "any"falsefalsetrue777), "id", [], "any"falsefalsetrue777) == 100)) {
  1067.                 // line 778
  1068.                 echo "\t\t\t\t\t\t\t\t\t\t";
  1069.                 $context["campaignProduct"] = true;
  1070.                 // line 779
  1071.                 echo "\t\t\t\t\t\t\t\t\t";
  1072.             }
  1073.             // line 780
  1074.             echo "\t\t\t\t\t\t\t\t";
  1075.         }
  1076.         $_parent $context['_parent'];
  1077.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductTag'], $context['_parent'], $context['loop']);
  1078.         $context array_intersect_key($context$_parent) + $_parent;
  1079.         // line 781
  1080.         echo "\t\t\t\t\t\t\t\t
  1081. \t\t\t\t\t\t\t\t<a href=\"";
  1082.         // line 782
  1083.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'782$this->source); })()), "id", [], "any"falsefalsetrue782)]), "html"nulltrue);
  1084.         echo "\" title=\"\" class=\"product-image\">
  1085. \t\t\t\t\t\t\t\t\t";
  1086.         // line 783
  1087.         if (((isset($context["campaignProduct"]) || array_key_exists("campaignProduct"$context) ? $context["campaignProduct"] : (function () { throw new RuntimeError('Variable "campaignProduct" does not exist.'783$this->source); })()) == true)) {
  1088.             // line 784
  1089.             echo "\t\t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image campaignProduct\">
  1090. \t\t\t\t\t\t\t\t\t";
  1091.         } else {
  1092.             // line 786
  1093.             echo "\t\t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image\">
  1094. \t\t\t\t\t\t\t\t\t";
  1095.         }
  1096.         // line 788
  1097.         echo "\t\t\t\t\t\t\t\t\t\t<img src=\"";
  1098.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'788$this->source); })()), "main_list_image", [], "any"falsefalsetrue788), 788$this->source)), "save_image"), "html"nulltrue);
  1099.         echo "\" alt=\"";
  1100.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'788$this->source); })()), "name", [], "any"falsefalsetrue788), 788$this->source), "html"nulltrue);
  1101.         echo "\" alt=\"";
  1102.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'788$this->source); })()), "name", [], "any"falsefalsetrue788), 788$this->source), "html"nulltrue);
  1103.         echo "\">
  1104. \t\t\t\t\t\t\t\t\t</p>
  1105. \t\t\t\t\t\t\t\t</a>
  1106. \t\t\t\t\t\t\t\t
  1107. \t\t\t\t\t\t\t\t<div class=\"product-ratings\">
  1108. \t\t\t\t\t\t\t\t</div>
  1109. \t\t\t\t\t\t\t\t<div class=\"product-info\">
  1110. \t\t\t\t\t\t\t\t\t<h2 class=\"product-name\">
  1111. \t\t\t\t\t\t\t\t\t\t<a href=\"";
  1112.         // line 796
  1113.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'796$this->source); })()), "id", [], "any"falsefalsetrue796)]), "html"nulltrue);
  1114.         echo "\" title=\"";
  1115.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'796$this->source); })()), "name", [], "any"falsefalsetrue796), 796$this->source), "html"nulltrue);
  1116.         echo "\">";
  1117.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'796$this->source); })()), "name", [], "any"falsefalsetrue796), 796$this->source), "html"nulltrue);
  1118.         echo "</a>
  1119. \t\t\t\t\t\t\t\t\t</h2>
  1120. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1121. \t\t\t\t\t\t\t\t\t<div class=\"price-box\">
  1122. \t\t\t\t\t\t\t\t\t\t<span class=\"price\">
  1123. \t\t\t\t\t\t\t\t\t\t\t<div class=\"normal_price\" id=\"product-normal-price-";
  1124.         // line 801
  1125.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'801$this->source); })()), "id", [], "any"falsefalsetrue801), 801$this->source), "html"nulltrue);
  1126.         echo "\">
  1127. \t\t\t\t\t\t\t\t\t\t\t\t";
  1128.         // line 802
  1129.         if (( !(null === twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'802$this->source); })()), "getPrice01Min", [], "any"falsefalsetrue802)) && (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'802$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue802) != 0))) {
  1130.             // line 803
  1131.             echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1132.             if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'803$this->source); })()), "hasProductClass", [], "any"falsefalsetrue803)) {
  1133.                 // line 804
  1134.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1135.                 if ((twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'804$this->source); })()), "getPrice01Min", [], "any"falsefalsetrue804) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'804$this->source); })()), "getPrice01Max", [], "any"falsefalsetrue804))) {
  1136.                     // line 805
  1137.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  1138.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'805$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue805), 805$this->source)), "html"nulltrue);
  1139.                     echo "<span class=\"inctax\"> (税込)</span></span>
  1140. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1141.                 } else {
  1142.                     // line 807
  1143.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  1144.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'807$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue807), 807$this->source)), "html"nulltrue);
  1145.                     echo "<!-- ~ ";
  1146.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'807$this->source); })()), "getPrice01IncTaxMax", [], "any"falsefalsetrue807), 807$this->source)), "html"nulltrue);
  1147.                     echo "--><span class=\"inctax\"> (税込)</span></span>
  1148. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1149.                 }
  1150.                 // line 809
  1151.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1152.             } else {
  1153.                 // line 810
  1154.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  1155.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'810$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsetrue810), 810$this->source)), "html"nulltrue);
  1156.                 echo "<span class=\"inctax\"> (税込)</span></span>
  1157. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1158.             }
  1159.             // line 812
  1160.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  1161.         }
  1162.         // line 813
  1163.         echo "\t\t\t\t\t\t\t\t\t\t\t</div>
  1164. \t\t\t\t\t\t\t\t\t\t\t<div class=\"sale_price\" id=\"product-price-";
  1165.         // line 814
  1166.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'814$this->source); })()), "id", [], "any"falsefalsetrue814), 814$this->source), "html"nulltrue);
  1167.         echo "\">
  1168. \t\t\t\t\t\t\t\t\t\t\t\t";
  1169.         // line 815
  1170.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'815$this->source); })()), "hasProductClass", [], "any"falsefalsetrue815)) {
  1171.             // line 816
  1172.             echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1173.             if ((twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'816$this->source); })()), "getPrice02Min", [], "any"falsefalsetrue816) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'816$this->source); })()), "getPrice02Max", [], "any"falsefalsetrue816))) {
  1174.                 // line 817
  1175.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  1176.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'817$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsetrue817), 817$this->source)), "html"nulltrue);
  1177.                 echo "<span class=\"inctax\"> (税込)</span></span>
  1178. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1179.             } else {
  1180.                 // line 819
  1181.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  1182.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'819$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsetrue819), 819$this->source)), "html"nulltrue);
  1183.                 echo "<!-- ~ ";
  1184.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'819$this->source); })()), "getPrice02IncTaxMax", [], "any"falsefalsetrue819), 819$this->source)), "html"nulltrue);
  1185.                 echo "--><span class=\"inctax\"> (税込)</span></span>
  1186. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1187.             }
  1188.             // line 821
  1189.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  1190.         } else {
  1191.             // line 822
  1192.             echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">";
  1193.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'822$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsetrue822), 822$this->source)), "html"nulltrue);
  1194.             echo "<span class=\"inctax\"> (税込)</span></span>
  1195. \t\t\t\t\t\t\t\t\t\t\t\t";
  1196.         }
  1197.         // line 824
  1198.         echo "\t\t\t\t\t\t\t\t\t\t\t</div>
  1199. \t\t\t\t\t\t\t\t\t\t</span>
  1200. \t\t\t\t\t\t\t\t\t</div>
  1201. \t\t\t\t\t\t\t\t\t
  1202. \t\t\t\t\t\t\t<!-- REVIEW AREA -->
  1203. \t\t\t\t\t\t\t";
  1204.         // line 829
  1205.         $macros["recommend_macro"] = $this->loadTemplate("@CustomerReview42/Block/customer_review4_recommend_macro.twig""Category/sessions.twig"829)->unwrap();
  1206.         // line 830
  1207.         echo "
  1208. \t\t\t\t\t\t\t";
  1209.         // line 831
  1210.         $context["review_list"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("Plugin\\CustomerReview42\\Entity\\CustomerReviewTotal"), "getRecommend", [=> twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'831$this->source); })()), "id", [], "any"falsefalsetrue831)], "method"falsefalsetrue831);
  1211.         // line 832
  1212.         echo "\t\t\t\t\t\t\t";
  1213.         $context["reviewer_total"] = 0;
  1214.         // line 833
  1215.         echo "\t\t\t\t\t\t\t";
  1216.         $context["review_total_point"] = 0;
  1217.         // line 834
  1218.         echo "\t\t\t\t\t\t\t";
  1219.         $context["count"] = 5;
  1220.         // line 835
  1221.         echo "\t\t\t\t\t\t\t";
  1222.         $context['_parent'] = $context;
  1223.         $context['_seq'] = twig_ensure_traversable((isset($context["review_list"]) || array_key_exists("review_list"$context) ? $context["review_list"] : (function () { throw new RuntimeError('Variable "review_list" does not exist.'835$this->source); })()));
  1224.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  1225.             // line 836
  1226.             echo "\t\t\t\t\t\t\t    ";
  1227.             $context["reviewer_total"] = ((isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'836$this->source); })()) + $context["i"]);
  1228.             // line 837
  1229.             echo "\t\t\t\t\t\t\t    ";
  1230.             $context["review_total_point"] = ((isset($context["review_total_point"]) || array_key_exists("review_total_point"$context) ? $context["review_total_point"] : (function () { throw new RuntimeError('Variable "review_total_point" does not exist.'837$this->source); })()) + ($context["i"] * (isset($context["count"]) || array_key_exists("count"$context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.'837$this->source); })())));
  1231.             // line 838
  1232.             echo "\t\t\t\t\t\t\t    ";
  1233.             $context["count"] = ((isset($context["count"]) || array_key_exists("count"$context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.'838$this->source); })()) - 1);
  1234.             // line 839
  1235.             echo "\t\t\t\t\t\t\t";
  1236.         }
  1237.         $_parent $context['_parent'];
  1238.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  1239.         $context array_intersect_key($context$_parent) + $_parent;
  1240.         // line 840
  1241.         echo "\t\t\t\t\t\t\t";
  1242.         $context["review_point"] = ((((isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'840$this->source); })()) == 0)) ? (0) : (((isset($context["review_total_point"]) || array_key_exists("review_total_point"$context) ? $context["review_total_point"] : (function () { throw new RuntimeError('Variable "review_total_point" does not exist.'840$this->source); })()) / (isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'840$this->source); })()))));
  1243.         // line 841
  1244.         echo "\t\t\t\t\t\t\t
  1245. \t\t\t\t\t\t\t";
  1246.         // line 842
  1247.         if ((< (isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'842$this->source); })()))) {
  1248.             // line 843
  1249.             echo "\t\t\t\t\t\t\t\t<div id=\"plg_customer_review";
  1250.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'843$this->source); })()), "id", [], "any"falsefalsetrue843), 843$this->source), "html"nulltrue);
  1251.             echo "\" class=\"review-layoutRole product_list\">
  1252. \t\t\t\t\t\t\t\t\t<h3 class=\"review_score\" data-id=\"";
  1253.             // line 844
  1254.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'844$this->source); })()), "id", [], "any"falsefalsetrue844), 844$this->source), "html"nulltrue);
  1255.             echo "\" data-avg=\"";
  1256.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["review_point"]) || array_key_exists("review_point"$context) ? $context["review_point"] : (function () { throw new RuntimeError('Variable "review_point" does not exist.'844$this->source); })()), 844$this->source), "html"nulltrue);
  1257.             echo "\" data-num=\"";
  1258.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["reviewer_total"]) || array_key_exists("reviewer_total"$context) ? $context["reviewer_total"] : (function () { throw new RuntimeError('Variable "reviewer_total" does not exist.'844$this->source); })()), 844$this->source), "html"nulltrue);
  1259.             echo "\" data-starsize=\"22\" data-mstarsize=\"14\" data-imgbase=\"";
  1260.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/"), "html"nulltrue);
  1261.             echo "\">
  1262. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_title\"></span>
  1263. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_image\" style=\"display: inline-block\"></span>
  1264. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score\"><a href=\"";
  1265.             // line 847
  1266.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'847$this->source); })()), "id", [], "any"falsefalsetrue847)]), "html"nulltrue);
  1267.             echo "#review_area\"></a></span>
  1268. \t\t\t\t\t\t\t\t\t</h3>
  1269. \t\t\t\t\t\t\t\t</div>
  1270. \t\t\t\t\t\t\t";
  1271.         }
  1272.         // line 851
  1273.         echo "\t\t\t\t\t\t\t
  1274. \t\t\t\t\t\t\t<script>
  1275. \t\t\t\t\t\t\t  \$(function () {
  1276. \t\t\t\t\t\t\t    if ( \$('#plg_customer_review_anchor";
  1277.         // line 854
  1278.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'854$this->source); })()), "id", [], "any"falsefalsetrue854), 854$this->source), "html"nulltrue);
  1279.         echo "').length) {
  1280. \t\t\t\t\t\t\t        \$('#plg_customer_review";
  1281.         // line 855
  1282.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'855$this->source); })()), "id", [], "any"falsefalsetrue855), 855$this->source), "html"nulltrue);
  1283.         echo "').insertAfter(\$('#plg_customer_review_anchor";
  1284.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'855$this->source); })()), "id", [], "any"falsefalsetrue855), 855$this->source), "html"nulltrue);
  1285.         echo "'));
  1286. \t\t\t\t\t\t\t    } else if ( \$('#productForm";
  1287.         // line 856
  1288.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'856$this->source); })()), "id", [], "any"falsefalsetrue856), 856$this->source), "html"nulltrue);
  1289.         echo "').length) {
  1290. \t\t\t\t\t\t\t        \$('#plg_customer_review";
  1291.         // line 857
  1292.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'857$this->source); })()), "id", [], "any"falsefalsetrue857), 857$this->source), "html"nulltrue);
  1293.         echo "').insertBefore(\$('#productForm";
  1294.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'857$this->source); })()), "id", [], "any"falsefalsetrue857), 857$this->source), "html"nulltrue);
  1295.         echo "'));
  1296. \t\t\t\t\t\t\t    } else {
  1297. \t\t\t\t\t\t\t        \$('#plg_customer_review";
  1298.         // line 859
  1299.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'859$this->source); })()), "id", [], "any"falsefalsetrue859), 859$this->source), "html"nulltrue);
  1300.         echo "').hide();
  1301. \t\t\t\t\t\t\t    }
  1302. \t\t\t\t\t\t\t  });
  1303. \t\t\t\t\t\t\t</script>
  1304. \t\t\t\t\t\t\t<!-- REVIEW AREA END -->
  1305. \t\t\t\t\t\t\t\t\t
  1306. \t\t\t\t\t\t\t\t\t<div class=\"actions\" id=\"productForm";
  1307.         // line 865
  1308.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'865$this->source); })()), "id", [], "any"falsefalsetrue865), 865$this->source), "html"nulltrue);
  1309.         echo "\">
  1310. \t\t\t\t\t\t\t\t\t\t";
  1311.         // line 866
  1312.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'866$this->source); })()), "stock_find", [], "any"falsefalsetrue866)) {
  1313.             // line 867
  1314.             echo "\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"Add to Cart\" class=\"button btn-cart one-click-add-cart\" 
  1315. \t\t\t\t\t\t\t\t\t\t\tdata-action=\"";
  1316.             // line 868
  1317.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'868$this->source); })()), "id", [], "any"falsefalsetrue868)]), "html"nulltrue);
  1318.             echo "\" 
  1319. \t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"";
  1320.             // line 869
  1321.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'869$this->source); })()), "id", [], "any"falsefalsetrue869), 869$this->source), "html"nulltrue);
  1322.             echo "\" data-product_name=\"";
  1323.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'869$this->source); })()), "name", [], "any"falsefalsetrue869), 869$this->source), "html"nulltrue);
  1324.             echo "\"  data-product_img=\"";
  1325.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'869$this->source); })()), "main_list_image", [], "any"falsefalsetrue869), 869$this->source)), "save_image"), "html"nulltrue);
  1326.             echo "\"
  1327. \t\t\t\t\t\t\t\t\t\t\tdata-product_class=\"";
  1328.             // line 870
  1329.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'870$this->source); })()), "ProductClasses", [], "any"falsefalsetrue870), 0, [], "array"falsefalsetrue870), "id", [], "any"falsefalsetrue870), 870$this->source), "html"nulltrue);
  1330.             echo "\" 
  1331. \t\t\t\t\t\t\t\t\t\t\tdata-token=\"";
  1332.             // line 871
  1333.             echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("Eccube\\Form\\Type\\AddCartType"), "html"nulltrue);
  1334.             echo "\">
  1335. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>カゴに入れる</span>
  1336. \t\t\t\t\t\t\t\t\t\t\t</button>
  1337. \t\t\t\t\t\t\t\t\t\t";
  1338.         } else {
  1339.             // line 875
  1340.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  1341.             $context["arrivemail"] = true;
  1342.             // line 876
  1343.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  1344.             $context['_parent'] = $context;
  1345.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'876$this->source); })()), "ProductTag", [], "any"falsefalsetrue876));
  1346.             foreach ($context['_seq'] as $context["_key"] => $context["ProductTag"]) {
  1347.                 // line 877
  1348.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  1349.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductTag"], "Tag", [], "any"falsefalsetrue877), "id", [], "any"falsefalsetrue877) == 99)) {
  1350.                     // line 878
  1351.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1352.                     $context["arrivemail"] = false;
  1353.                     // line 879
  1354.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  1355.                 }
  1356.                 // line 880
  1357.                 echo "\t\t\t\t\t\t\t\t\t\t\t";
  1358.             }
  1359.             $_parent $context['_parent'];
  1360.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductTag'], $context['_parent'], $context['loop']);
  1361.             $context array_intersect_key($context$_parent) + $_parent;
  1362.             // line 881
  1363.             echo "\t\t\t\t\t\t\t\t\t\t\t
  1364. \t\t\t\t\t\t\t\t\t\t\t";
  1365.             // line 882
  1366.             if ((isset($context["arrivemail"]) || array_key_exists("arrivemail"$context) ? $context["arrivemail"] : (function () { throw new RuntimeError('Variable "arrivemail" does not exist.'882$this->source); })())) {
  1367.                 // line 883
  1368.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" data-productid=\"";
  1369.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'883$this->source); })()), "id", [], "any"falsefalsetrue883), 883$this->source), "html"nulltrue);
  1370.                 echo "\" data-productname=\"";
  1371.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'883$this->source); })()), "name", [], "any"falsefalsetrue883), 883$this->source), "html"nulltrue);
  1372.                 echo "\" title=\"入荷お知らせ\" class=\"button btn-cart add-to-mail\">
  1373. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>入荷お知らせ</span>
  1374. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  1375. \t\t\t\t\t\t\t\t\t\t\t";
  1376.             } else {
  1377.                 // line 887
  1378.                 echo "\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"在庫切れ\" class=\"button btn-cart add-to-cart-out\">
  1379. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>在庫切れ</span>
  1380. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  1381. \t\t\t\t\t\t\t\t\t\t\t";
  1382.             }
  1383.             // line 891
  1384.             echo "\t\t\t\t\t\t\t\t\t\t";
  1385.         }
  1386.         // line 892
  1387.         echo "
  1388. \t\t\t\t\t\t\t\t\t\t";
  1389.         // line 893
  1390.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  1391.             // line 894
  1392.             echo "\t\t\t\t\t\t\t\t\t\t";
  1393.             if (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'894$this->source); })()), "option_favorite_product", [], "any"falsefalsetrue894)) {
  1394.                 // line 895
  1395.                 echo "\t\t\t\t\t\t\t\t\t\t        <div class=\"ec-productRole__btn favorite-button\">
  1396. \t\t\t\t\t\t\t\t\t\t            ";
  1397.                 // line 896
  1398.                 if (((isset($context["FavoriteProduct"]) || array_key_exists("FavoriteProduct"$context) ? $context["FavoriteProduct"] : (function () { throw new RuntimeError('Variable "FavoriteProduct" does not exist.'896$this->source); })()) == false)) {
  1399.                     // line 897
  1400.                     echo "\t\t\t\t\t\t\t\t\t\t                ";
  1401.                     // line 901
  1402.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1403. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"favorite\" class=\"favorite-heart one-click-add-favorite\" data-action=\"";
  1404.                     // line 902
  1405.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'902$this->source); })()), "id", [], "any"falsefalsetrue902)]), "html"nulltrue);
  1406.                     echo "\">
  1407. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1408.                     // line 904
  1409.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart-o\" title=\"お気に入りに追加\"></i>
  1410. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  1411. \t\t\t\t\t\t\t\t\t\t            ";
  1412.                 } else {
  1413.                     // line 907
  1414.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"unfavorite\" class=\"unfavorite-heart one-click-remove-favorite\" data-action=\"";
  1415.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_favorite_delete", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'907$this->source); })()), "id", [], "any"falsefalsetrue907)]), "html"nulltrue);
  1416.                     echo "\" data-method=\"delete\" ";
  1417.                     echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  1418.                     echo ">
  1419. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1420.                     // line 909
  1421.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" title=\"お気に入りに追加済です\"></i>
  1422. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  1423. \t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1424. \t\t\t\t\t\t\t\t\t\t                ";
  1425.                     // line 916
  1426.                     echo "\t\t\t\t\t\t\t\t\t\t            ";
  1427.                 }
  1428.                 // line 917
  1429.                 echo "\t\t\t\t\t\t\t\t\t\t        </div>
  1430. \t\t\t\t\t\t\t\t\t\t";
  1431.             }
  1432.             // line 919
  1433.             echo "\t\t\t\t\t\t\t\t\t\t";
  1434.         }
  1435.         // line 920
  1436.         echo "
  1437. \t\t\t\t\t\t\t\t\t</div>
  1438. \t\t\t\t\t\t\t\t</div>
  1439. \t\t\t\t\t\t\t</li>
  1440. \t\t\t\t\t\t</ul>
  1441. \t\t\t\t\t</div>
  1442. \t\t\t\t\t<div class=\"product-pleasure grey-gradient-background\">
  1443. \t\t\t\t\t\t<div class=\"container flexbox\">
  1444. \t\t\t\t\t\t\t<div class=\"desc-contr\">
  1445. \t\t\t\t\t\t\t\t<h3>進化の先、究極のドライオーガズムローション</h3>
  1446. \t\t\t\t\t\t\t\t<p>アネロスの効果を最大限に引き出すために開発されたアネロス専用水溶性ローションです。特別なレシピで純天然素材の使用により、肌に負担のかかる成分は一切排除、直腸粘膜のpHに適用、体内で最も吸収力が強い直腸に配慮された高い安全性を誇ります。</p>
  1447. \t\t\t\t\t\t\t\t<p>最適の粘度で長時間の潤滑性を持続し、アネロス製品の刺激を効果的に皮膚に伝え、蠕動運動を誘発させ、ドライオーガズムの到達を早めます。保湿性の高いしっとりとした使い心地、滑らかでべたつきもなく使用後の処理も簡単です。無臭無香でグリセリン等の使用がないため、腸がデリケートな方にも安心、安全なローションです。</p>
  1448. \t\t\t\t\t\t\t\t<p>セッションズがあれば相乗効果で快適なドライライフを送れることは間違いありません。是非お試しください。</p>
  1449. \t\t\t\t\t\t\t</div>
  1450. \t\t\t\t\t\t\t<img src=\"";
  1451.         // line 935
  1452.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/category/sessions/sessions-pleasure-image.jpg"), "html"nulltrue);
  1453.         echo "\" class=\"pleasure-image animate\" data-animate=\"fadeIn\" data-duration=\"1.0s\" data-delay=\"1.0s\" alt=\"セッションズローション\">
  1454. \t\t\t\t\t\t</div>
  1455. \t\t\t\t\t</div>
  1456. \t\t\t\t\t<div class=\"product-rewards-experience\">
  1457. \t\t\t\t\t\t<div class=\"container flexbox\">
  1458. \t\t\t\t\t\t\t<div class=\"desc-contr\">
  1459. \t\t\t\t\t\t\t\t<h3>純天然素材で安全性が高い!</h3>
  1460. \t\t\t\t\t\t\t\t<p>吸収力の高い直腸に優しく、セッションズローションは完全水溶性です。どんな素材のグッズでも使用できます!蠕動運動の誘発を促す独特なレシピの素材には、すべて純天然素材を配合し、肌へ負担がかかる成分は排除。</p>
  1461. \t\t\t\t\t\t\t\t<p>※アネロス社オリジナルローションはセッションズのみ。類似品に十分ご注意ください。</p>
  1462. \t\t\t\t\t\t\t</div>
  1463. \t\t\t\t\t\t\t<img src=\"";
  1464.         // line 946
  1465.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/category/sessions/sessions-rewards-image.png"), "html"nulltrue);
  1466.         echo "\" class=\"animate\" data-animate=\"fadeIn\" data-duration=\"1.0s\" data-delay=\"1.0s\" alt=\"セッションズローション\">
  1467. \t\t\t\t\t\t</div>
  1468. \t\t\t\t\t</div>
  1469. \t\t\t\t\t<div class=\"shopping-experiernce-tile\" id=\"shopping-experience-tile\">
  1470. \t\t\t\t\t\t<div class=\"container flexbox\">
  1471. \t\t\t\t\t\t\t<div class=\"tile-bg\">
  1472. \t\t\t\t\t\t\t\t<img src=\"";
  1473.         // line 953
  1474.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/shopping-experience-tile-bg.png"), "html"nulltrue);
  1475.         echo "\" class=\"img-tile-bg\"
  1476. \t\t\t\t\t\t\t\t\talt=\"中身がわからい発送\">
  1477. \t\t\t\t\t\t\t</div>
  1478. \t\t\t\t\t\t\t<div class=\"fast-shipping flexbox-center\">
  1479. \t\t\t\t\t\t\t\t<img src=\"";
  1480.         // line 957
  1481.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/fast-shipping-rect-dark.png"), "html"nulltrue);
  1482.         echo "\" class=\"img-fast-shipping\"
  1483. \t\t\t\t\t\t\t\t\talt=\"即日出荷\">
  1484. \t\t\t\t\t\t\t</div>
  1485. \t\t\t\t\t\t\t<div class=\"secure-cc-processing flexbox-center\">
  1486. \t\t\t\t\t\t\t\t<img src=\"";
  1487.         // line 961
  1488.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/secure-cc-processing-rect-dark.png"), "html"nulltrue);
  1489.         echo "\"
  1490. \t\t\t\t\t\t\t\t\tclass=\"img-secure-cc-processing\" alt=\"貴重な個人情報は全てSSL保護\">
  1491. \t\t\t\t\t\t\t</div>
  1492. \t\t\t\t\t\t\t<div class=\"money-back-gurantee flexbox-center\">
  1493. \t\t\t\t\t\t\t\t<img src=\"";
  1494.         // line 965
  1495.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/money-back-guarantee-rect-dark.png"), "html"nulltrue);
  1496.         echo "\"
  1497. \t\t\t\t\t\t\t\t\tclass=\"img-money-back-gurantee\" alt=\"100%返金保証\">
  1498. \t\t\t\t\t\t\t</div>
  1499. \t\t\t\t\t\t</div>
  1500. \t\t\t\t\t</div>
  1501. \t\t\t
  1502. \t\t\t\t\t<div class=\"product-other-products container flexbox\">
  1503. \t\t\t\t\t\t<div class=\"item\">
  1504. \t\t\t\t\t\t\t<a href=\"";
  1505.         // line 973
  1506.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 72]);
  1507.         echo "\">
  1508. \t\t\t\t\t\t\t\t<img src=\"";
  1509.         // line 974
  1510.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/category_vice-2.jpg"), "html"nulltrue);
  1511.         echo "\" alt=\"ヴァイス 2 - メンズバイブレーション\" class=\"animate\"
  1512. \t\t\t\t\t\t\t\t\tdata-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\">
  1513. \t\t\t\t\t\t\t</a>
  1514. \t\t\t\t\t\t</div>
  1515. \t\t\t\t\t\t<div class=\"item\">
  1516. \t\t\t\t\t\t\t<a href=\"";
  1517.         // line 979
  1518.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 81]);
  1519.         echo "\">
  1520. \t\t\t\t\t\t\t\t<img src=\"";
  1521.         // line 980
  1522.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/category_progasm_black_ice.jpg"), "html"nulltrue);
  1523.         echo "\" alt=\"プロガスムブラックアイス - サイズを求める男性に\"
  1524. \t\t\t\t\t\t\t\t\tclass=\"animate center\" data-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\">
  1525. \t\t\t\t\t\t\t</a>
  1526. \t\t\t\t\t\t</div>
  1527. \t\t\t\t\t\t<div class=\"item\">
  1528. \t\t\t\t\t\t\t<a href=\"";
  1529.         // line 985
  1530.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 70]);
  1531.         echo "\">
  1532. \t\t\t\t\t\t\t\t<img src=\"";
  1533.         // line 986
  1534.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/category_HST.jpg"), "html"nulltrue);
  1535.         echo "\" alt=\"ヒリックスシントライデント - シン定番のフラグシップモデル\"
  1536. \t\t\t\t\t\t\t\t\tclass=\"animate\" data-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\">
  1537. \t\t\t\t\t\t\t</a>
  1538. \t\t\t\t\t\t</div>
  1539. \t\t\t\t\t</div>
  1540. \t\t\t\t\t
  1541. \t\t\t\t\t<div class=\"product-compare-prostate-massagers container flexbox\">
  1542. \t\t\t\t\t\t<div class=\"product-compare-prostate-massagers-image\">
  1543. \t\t\t\t\t\t\t<img src=\"";
  1544.         // line 994
  1545.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("aneros/img/products/compare_prostate_massagers_image.jpg"), "html"nulltrue);
  1546.         echo "\" class=\"animate\"
  1547. \t\t\t\t\t\t\t\tdata-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\" alt=\"私にあっているアネロスはどれでしょうか??\">
  1548. \t\t\t\t\t\t</div>
  1549. \t\t\t\t\t\t<div class=\"desc-contr\">
  1550. \t\t\t\t\t\t\t<h3>私にあっているアネロスはどれでしょうか??</h3>
  1551. \t\t\t\t\t\t\t<a href=\"";
  1552.         // line 999
  1553.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  1554.         echo "prostate-massagers\" class=\"more-link\">
  1555. \t\t\t\t\t\t\t\t前立腺マッサージ器はこちら
  1556. \t\t\t\t\t\t\t\t<span>&gt;</span>
  1557. \t\t\t\t\t\t\t</a>
  1558. \t\t\t\t\t\t</div>
  1559. \t\t\t\t\t</div>
  1560. \t\t\t\t</div>
  1561. \t\t\t</div>
  1562. \t\t</div>
  1563. \t\t";
  1564.         // line 1009
  1565.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/add_to_cart.twig");
  1566.         echo "
  1567.     <div class=\"swooth-wrapper grey-swooth\">
  1568.     </div>
  1569. </div>
  1570. ";
  1571.         
  1572.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1573.         
  1574.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1575.     }
  1576.     public function getTemplateName()
  1577.     {
  1578.         return "Category/sessions.twig";
  1579.     }
  1580.     public function isTraitable()
  1581.     {
  1582.         return false;
  1583.     }
  1584.     public function getDebugInfo()
  1585.     {
  1586.         return array (  1667 => 1009,  1654 => 999,  1646 => 994,  1635 => 986,  1631 => 985,  1623 => 980,  1619 => 979,  1611 => 974,  1607 => 973,  1596 => 965,  1589 => 961,  1582 => 957,  1575 => 953,  1565 => 946,  1551 => 935,  1534 => 920,  1531 => 919,  1527 => 917,  1524 => 916,  1519 => 909,  1512 => 907,  1507 => 904,  1503 => 902,  1500 => 901,  1498 => 897,  1496 => 896,  1493 => 895,  1490 => 894,  1488 => 893,  1485 => 892,  1482 => 891,  1476 => 887,  1466 => 883,  1464 => 882,  1461 => 881,  1455 => 880,  1452 => 879,  1449 => 878,  1446 => 877,  1441 => 876,  1438 => 875,  1431 => 871,  1427 => 870,  1419 => 869,  1415 => 868,  1412 => 867,  1410 => 866,  1406 => 865,  1397 => 859,  1390 => 857,  1386 => 856,  1380 => 855,  1376 => 854,  1371 => 851,  1364 => 847,  1352 => 844,  1347 => 843,  1345 => 842,  1342 => 841,  1339 => 840,  1333 => 839,  1330 => 838,  1327 => 837,  1324 => 836,  1319 => 835,  1316 => 834,  1313 => 833,  1310 => 832,  1308 => 831,  1305 => 830,  1303 => 829,  1296 => 824,  1290 => 822,  1287 => 821,  1279 => 819,  1273 => 817,  1270 => 816,  1268 => 815,  1264 => 814,  1261 => 813,  1258 => 812,  1252 => 810,  1249 => 809,  1241 => 807,  1235 => 805,  1232 => 804,  1229 => 803,  1227 => 802,  1223 => 801,  1211 => 796,  1195 => 788,  1191 => 786,  1187 => 784,  1185 => 783,  1181 => 782,  1178 => 781,  1172 => 780,  1169 => 779,  1166 => 778,  1163 => 777,  1158 => 776,  1156 => 775,  1153 => 774,  1150 => 773,  1144 => 772,  1141 => 771,  1138 => 770,  1135 => 769,  1130 => 768,  1127 => 767,  1124 => 766,  1121 => 764,  1119 => 763,  1112 => 758,  1109 => 757,  1105 => 755,  1102 => 754,  1097 => 747,  1090 => 745,  1085 => 742,  1081 => 740,  1078 => 739,  1076 => 735,  1074 => 734,  1071 => 733,  1068 => 732,  1066 => 731,  1063 => 730,  1060 => 729,  1054 => 725,  1044 => 721,  1042 => 720,  1039 => 719,  1033 => 718,  1030 => 717,  1027 => 716,  1024 => 715,  1019 => 714,  1016 => 713,  1009 => 709,  1005 => 708,  997 => 707,  993 => 706,  990 => 705,  988 => 704,  984 => 703,  975 => 697,  968 => 695,  964 => 694,  958 => 693,  954 => 692,  949 => 689,  942 => 685,  930 => 682,  925 => 681,  923 => 680,  920 => 679,  917 => 678,  911 => 677,  908 => 676,  905 => 675,  902 => 674,  897 => 673,  894 => 672,  891 => 671,  888 => 670,  886 => 669,  883 => 668,  881 => 667,  874 => 662,  868 => 660,  865 => 659,  857 => 657,  851 => 655,  848 => 654,  846 => 653,  842 => 652,  839 => 651,  836 => 650,  830 => 648,  827 => 647,  819 => 645,  813 => 643,  810 => 642,  807 => 641,  805 => 640,  801 => 639,  789 => 634,  773 => 626,  769 => 624,  765 => 622,  763 => 621,  759 => 620,  756 => 619,  750 => 618,  747 => 617,  744 => 616,  741 => 615,  736 => 614,  734 => 613,  731 => 612,  728 => 611,  722 => 610,  719 => 609,  716 => 608,  713 => 607,  708 => 606,  705 => 605,  702 => 604,  699 => 602,  697 => 601,  666 => 573,  659 => 569,  652 => 565,  633 => 549,  625 => 544,  102 => 24,  99 => 23,  97 => 22,  87 => 21,  74 => 16,  64 => 15,  53 => 11,  51 => 13,  38 => 11,);
  1587.     }
  1588.     public function getSourceContext()
  1589.     {
  1590.         return new Source("{#
  1591. This file is part of EC-CUBE
  1592. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  1593. http://www.ec-cube.co.jp/
  1594. For the full copyright and license information, please view the LICENSE
  1595. file that was distributed with this source code.
  1596. #}
  1597. {% extends 'default_frame.twig' %}
  1598. {% set body_class = 'product_page' %}
  1599. {% block javascript %}
  1600.     <script>
  1601.     </script>
  1602. {% endblock %}
  1603. {% block main %}
  1604. {% include('@CustomerReview42/Block/customer_review4_recommend_css.twig') %}
  1605. <link rel=\"stylesheet\" href=\"{{ asset('aneros/css/products.css?v=20221018') }}\">
  1606. <!-- ページ固有のスタイル -->
  1607. <style>
  1608. \t.product-main-image {
  1609. \t\tmargin: 0 auto;
  1610. \t}
  1611. \t.product-main-image img {
  1612. \t\twidth:138px;
  1613. \t\tmax-width:100%;
  1614. \t}
  1615. \t.product-info {
  1616. \t\tmargin: 0 auto 0 0;
  1617. \t}
  1618. \th1 {
  1619. \t\tfont-weight: 400;
  1620.     font-size: 50px;
  1621. \t\tcolor: #e00000;
  1622. \t\tline-height: 68px;
  1623.     margin: 0;
  1624.     text-transform: none;
  1625. \t}
  1626. \th1 sup {
  1627.     font-size: 27%;
  1628.     vertical-align: top;
  1629.     display: inline-block;
  1630.     margin-top: 19px;
  1631. \t\tline-height: 0;
  1632. \t}
  1633. \t.product-main-section .product-main-image {
  1634. \t\tz-index: 1;
  1635. \t}
  1636. \t.product-info .product-subtitle {
  1637.     font-weight: 400;
  1638.     font-size: 24px;
  1639. \t\tcolor: #212121;
  1640. \t}
  1641. \t.product-info .product-description {
  1642.     color: #767676;
  1643.     padding: 20px 0;
  1644. \t\tfont-size: 16px;
  1645. \t\tline-height: 1.5;
  1646. \t}
  1647. \t.std ul {
  1648.     list-style: disc outside;
  1649.     margin-bottom: 1.5em;
  1650. \t}
  1651. \t.product-info .product-description ul li {
  1652.     margin-left: 20px;
  1653. \t}
  1654. \t.products-grid {
  1655. \t\t-webkit-justify-content: center;
  1656.     justify-content: center;
  1657. \t}
  1658. \t.products-grid .item {
  1659.     width: 230px;
  1660. \t\tmargin: 0 20px;
  1661. \t}
  1662. \t.products-grid img{
  1663. \t\twidth: 100%;
  1664. \t\theight: auto;
  1665. \t}
  1666. \t.products-grid .product-name a {
  1667.     font-size: 15px;
  1668.     color: #000;
  1669.     text-transform: none;
  1670. \t\tfont-weight: 500;
  1671. \t}
  1672. \t.products-grid .sale_price {
  1673. \t\tpadding-top: 5px;
  1674.     display: block;
  1675.     color: red;
  1676.     font-size: 16px;
  1677. \t}
  1678. \t
  1679. \t.products-grid .normal_price {
  1680. \t\ttext-decoration: line-through;
  1681. \t\tcolor: #000;
  1682. \t}
  1683. \t.products-grid .actions {
  1684.     position: relative;
  1685.     float: right;
  1686.     width: 100%;
  1687.     min-height: 30px;
  1688.     padding: 5px 0 0;
  1689. \t}
  1690. \t.products-grid .actions .btn-cart {
  1691. \theight: 33px;
  1692.     line-height: 33px;
  1693.     font-size: 10px;
  1694. \twidth:75%;
  1695. \t}
  1696. \t.product-pleasure {
  1697. \t\tpadding-top: 30px;
  1698. \t\tmargin-top: 20px;
  1699. \t}
  1700. \t.product-pleasure .flexbox {
  1701. \t\tflex-direction: row-reverse;
  1702. \t}
  1703. \t.product-pleasure.grey-gradient-background {
  1704.     background: #ebebeb;
  1705.     position: relative;
  1706. \t}
  1707. \t.product-pleasure .desc-contr {
  1708. \t\twidth: 490px;
  1709. \t\tpadding: 120px 0 0 0;
  1710. \t}
  1711. \t.product-pleasure img {
  1712. \t\tmargin: 0 auto;\t\t
  1713. \t\twidth:324px;
  1714. \t\tmax-width:100%
  1715. \t}
  1716. \t.product-pleasure .desc-contr h3 {
  1717.     font-size: 28px;
  1718. \t\tline-height: 1.4;
  1719. \t}
  1720. \t.product-pleasure p {
  1721. \t\tcolor: #919191;
  1722. \t\tfont-size: 16px;
  1723. \t\tline-height: 1.2em;
  1724. \t}
  1725. \t.product-rewards-experience {
  1726.     background: #fff url(./html/template/aneros2023/aneros/img/category/sessions/sessions-rewards-bg.jpg) no-repeat center top;
  1727. \tbackground-size:cover;
  1728. \t}
  1729. \t.product-rewards-experience .container {
  1730.     position: relative;
  1731.     height: 475px;
  1732. \t}
  1733. \t.product-rewards-experience .desc-contr {
  1734. \t\tpadding-top: 90px;
  1735.     width: 495px;
  1736. \t}
  1737. \t.product-rewards-experience .desc-contr h3 {
  1738. \t\tfont-size: 28px;
  1739. \t\tcolor: #e00000;
  1740. \t\tmargin-bottom: 10px;
  1741. \t\tmargin-left: 0;
  1742. \t}
  1743. \t.product-rewards-experience p {
  1744.     color: #ccc;
  1745.     font-size: 16px;
  1746.     line-height: 1.2em;
  1747. \twidth:80%;
  1748. \t}
  1749. \t.product-rewards-experience img {
  1750.     position: absolute;
  1751.     left: auto;
  1752.     right: 0;
  1753.     top: 0;
  1754. \t\theight: 100%;
  1755. \t}
  1756. \t@media only screen and (max-width: 999px) {
  1757. \t\th1 {
  1758. \t\t\tfont-weight: 400;
  1759. \t\t\tfont-size: 42px;
  1760. \t\t}
  1761. \t\t.product-main-section .product-info {
  1762. \t\t\tmargin: 0 auto 0 0 ;
  1763. \t\t}
  1764. \t\t.products-grid {
  1765. \t\t\tflex-direction: row;
  1766. \t\t}
  1767. \t\t
  1768. \t\t.products-grid .actions {
  1769. \t\t\tfloat: none;
  1770. \t\t\twidth: 90%;
  1771. \t\t}
  1772. \t\t.products-grid .actions .btn-cart {
  1773. \t\t\twidth:100%;
  1774. \t\t}
  1775. \t\t.product-pleasure .flexbox,
  1776. \t\t.product-rewards-experience .flexbox {
  1777. \t\t\tflex-direction: column;
  1778. \t\t}
  1779. \t\t.product-pleasure .desc-contr {
  1780. \t\t\twidth: 100%;
  1781. \t\t\tpadding:0px;
  1782. \t\t}
  1783. \t\t.product-rewards-experience {
  1784. \t\t\tbackground-color: #333;
  1785. \t\t}
  1786. \t\t
  1787. \t\t.product-rewards-experience .container {
  1788. \t\t\theight: auto;
  1789. \t\t}
  1790. \t\t
  1791. \t\t.product-rewards-experience .desc-contr{
  1792. \t\t\twidth: 100%;
  1793. \t\t}
  1794. \t\t
  1795. \t\t.product-rewards-experience img {
  1796. \t\t\tposition: relative;
  1797. \t\t\theight:inherit;
  1798. \t\t}
  1799. \t\t.product-rewards-experience p {
  1800. \t\t\twidth:100%;
  1801. \t\t}
  1802. \t}
  1803. \t@media only screen and (max-width: 767px) {
  1804. \t\t.products-grid {
  1805. \t\t\tflex-direction: column;
  1806. \t\t}
  1807. \t\t.products-grid .item {
  1808. \t\t\twidth: 100%;
  1809. \t\t}
  1810. \t\t.products-grid .item {
  1811. \t\t\tmargin: 0;
  1812. \t\t}
  1813. \t}
  1814. .pictogram-area {padding:10px 0; margin:auto; text-align:center;}
  1815. .pictogram {
  1816.   position: relative;
  1817.   display: inline-block;
  1818. }
  1819. .pictogram img {
  1820.   width:40px;
  1821.   max-width:100%;
  1822.   margin:15px 10px;
  1823. }
  1824. .pictogram .pictogramtext {
  1825.   visibility: hidden;
  1826.   width: 90px;
  1827.   background-color: black;
  1828.   color: #fff;
  1829.   text-align: center;
  1830.   border-radius: 6px;
  1831.   border: 1px solid #000;
  1832.   padding: 5px 0;
  1833.   position: absolute;
  1834.   z-index: 1;
  1835.   top: 85%;
  1836.   left: 50%;
  1837.   margin-left: -45px;
  1838.   font-size: 10px;
  1839. }
  1840. .pictogram .pictogramtext::after {
  1841.   content: \"\";
  1842.   position: absolute;
  1843.   bottom: 100%;
  1844.   left: 50%;
  1845.   margin-left: -5px;
  1846.   border-width: 5px;
  1847.   border-style: solid;
  1848.   border-color: transparent transparent black transparent;
  1849. }
  1850. .pictogram:hover .pictogramtext {
  1851.   visibility: visible;
  1852. }
  1853. .pictogram .pictogramtext {
  1854.   opacity: 0;
  1855.   transition: opacity 1s;
  1856. }
  1857. .pictogram:hover .pictogramtext {
  1858.   opacity: 1;
  1859. }
  1860. #sessions-detail-page .favorite-button {
  1861. \ttext-align:right;
  1862. \tmargin-top:10px;
  1863. }
  1864. #sessions-detail-page .unfavorite-heart .fa-heart {
  1865. \tright:33px;
  1866. }
  1867. /*#sessions-detail-page .favorite-button .button {
  1868.     background: #ababab;
  1869.     font-size: 12px;
  1870.     color: #ffffff;
  1871.     text-align: center;
  1872.     font-weight: normal;
  1873.     padding: 0 10px;
  1874.     line-height: 32px;
  1875.     min-width: 0;
  1876.     width: auto;
  1877.     margin: 3px 0 0 0;
  1878.     height: 32px;
  1879.     transition: all 0.2s linear;
  1880.     -moz-transition: all 0.2s linear;
  1881.     -webkit-transition: all 0.2s linear;
  1882.     box-sizing: content-box !important;
  1883.     width: 75%;
  1884. }
  1885. #sessions-detail-page .favorite-button .button:hover {
  1886.     background: #989898;
  1887. }
  1888. #sessions-detail-page .favorite-button .button-favorited {
  1889.     background: #989898;
  1890.     font-size: 12px;
  1891.     color: #ffffff;
  1892.     text-align: center;
  1893.     font-weight: normal;
  1894.     padding: 0 10px;
  1895.     line-height: 32px;
  1896.     min-width: 0;
  1897.     width: auto;
  1898.     margin: 3px 0 0 0;
  1899.     height: 32px;
  1900.     transition: all 0.2s linear;
  1901.     -moz-transition: all 0.2s linear;
  1902.     -webkit-transition: all 0.2s linear;
  1903.     box-sizing: content-box !important;
  1904.     border: 0;
  1905.     width: 75%;
  1906. }
  1907. #sessions-detail-page .favorite-button .button-favorited:hover {
  1908.     background: #878787;
  1909. }
  1910. */
  1911. @media only screen and (max-width: 999px) {
  1912. #sessions-detail-page .unfavorite-heart .fa-heart {
  1913. \tright:inherit;
  1914. }
  1915. }
  1916. /* REVIEW AREA */
  1917. .review_all_score_image {
  1918. \tletter-spacing: -1em;/* inline-block間の隙間をなくす */
  1919. \tdisplay: inline-block;
  1920. \tposition: relative;
  1921. \ttop: 5px;
  1922. }
  1923. .review_score div.review_star {
  1924. \tdisplay: inline-block;
  1925. \tmargin-right: 1px;
  1926. }
  1927. .review_score div {
  1928. \theight: 22px;
  1929. }
  1930. div[id^=\"plg_customer_review_special\"] .review_score div,
  1931. div[id*=\"plg_customer_review_special\"] .review_score div {
  1932.   height: 30px;
  1933. }
  1934. #category-featured-products div[id^=\"plg_customer_review_special\"] h3,
  1935. #category-featured-products div[id*=\"plg_customer_review_special\"] h3 {
  1936.   margin:0;
  1937.   color: #636363;
  1938. }
  1939. .review_score .trim {
  1940. \toverflow: hidden;
  1941. \tposition: relative;
  1942. }
  1943. .products-grid .review_score img{
  1944. \tdisplay: inline-block;
  1945. \tvertical-align: unset;
  1946. \tmax-width:inherit;
  1947. \twidth:22px;
  1948. }
  1949. #review_area h2 {
  1950. \ttext-align: center;
  1951. \tfont-size: 40px;
  1952. \tfont-weight: 400;
  1953. \tmargin: 30px 0;
  1954. \tcolor: #000000;
  1955. }
  1956. #review_area h3 {
  1957. \tfont-size: 18px;
  1958. \tborder-bottom: none;
  1959. \ttext-align: left;
  1960. }
  1961. #review_area h3.review-title {
  1962. \tfont-weight:bold;
  1963. \ttext-align:left;
  1964. \tmargin-bottom:0;
  1965. \tfont-size:16px;
  1966. }
  1967. #review_area .review_list, #review_area .row {
  1968. \tmax-width: 1280px;
  1969. \tpadding: 0 140px;
  1970. \tmargin: 0 auto;
  1971. }
  1972. #review_area .review_list li {
  1973. \tpadding: 10px 0;
  1974. \tposition: relative;
  1975. \tborder-bottom: 1px dotted #cccccc;
  1976. }
  1977. #review_area .review_list li:last-child {
  1978. \tborder-bottom: none;
  1979. }
  1980. #review_area .review_list .review-hed{
  1981. \tmargin-bottom: 0;
  1982. \tmargin-top: 0;
  1983. }
  1984. #review_area .review_list .review-body{
  1985. \tmargin-top: 5px;
  1986. \tmargin-bottom: 0;
  1987. }
  1988. #review_area .review_list .recommend_level{
  1989. \tdisplay: block;
  1990. }
  1991. #review_area .review_list .recommend_level span{
  1992. \tdisplay: flex;
  1993. }
  1994. .products-grid #review_area .review_list .recommend_level img {
  1995. \tdisplay: block;
  1996. \tfloat: left;
  1997. \tmargin-right: 1px;
  1998. \tmax-width:25px;
  1999. \tmax-height:25px;\t 
  2000. }
  2001. .review-layoutRole h3.review_score {margin-bottom:0; text-align:left;}
  2002. #review_area .review_list .left {
  2003. \tmargin-top: 5px;
  2004. }
  2005. #review_area .review_list .fade{
  2006. \theight: 16px;
  2007. \twidth: 100%;
  2008. \tposition: absolute;
  2009. \tbottom: 25px;
  2010. \tleft: 0;
  2011. \tbackground: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
  2012. \tbackground: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
  2013. }
  2014. #review_area div.btn_area li {
  2015. \ttext-align: right;
  2016. \tlist-style-type: none;
  2017. }
  2018. #review_area div.btn_area{
  2019. \tmax-width: 1280px;
  2020.   padding: 0 140px;
  2021.   margin: 0 auto;
  2022. \ttext-align: right;
  2023. }
  2024. #review_area div.btn_area .button {
  2025. \tlist-style-type: none;
  2026. \twidth: auto;
  2027. \tmin-width: 140px;
  2028. \tbackground-color: #ff0000;
  2029. }
  2030. #review_area div.btn_area .button:hover{
  2031. \tbackground: #cc0000;
  2032. \tcolor: #fff;
  2033. }
  2034. .ec-favoriteRole h3.review_score {margin-bottom:30px;}
  2035. @media only screen and (max-width: 767px){
  2036. \t.review_score span.review_all_score {font-size:14px;}
  2037. \th3.review_score  {line-height:1;margin-bottom:5px;}
  2038. \t.review_all_score_image {top:10px;}
  2039. \t.products-grid .review_score img {width:14px;}
  2040. }
  2041. </style>
  2042. <div class=\"main-container\" id=\"sessions-page\">
  2043. \t\t<div class=\"breadcrumbs\">
  2044. \t\t\t<div class=\"container\">
  2045. \t\t\t\t<ul itemscope itemtype=\"http://schema.org/BreadcrumbList\">
  2046. \t\t\t\t\t<li class=\"0\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">
  2047. \t\t\t\t\t\t<a itemprop=\"item\" href=\"{{ url('homepage') }}\" title=\"トップページ\"><span itemprop=\"name\" style=\"padding:0\">トップページ</span></a>
  2048. \t\t\t\t\t\t<meta itemprop=\"position\" content=\"1\">
  2049. \t\t\t\t\t\t<span>&gt;</span>
  2050. \t\t\t\t\t</li>
  2051. \t\t\t\t\t<li class=\"category\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">
  2052. \t\t\t\t\t\t<a itemprop=\"item\" href=\"{{ url('homepage') }}lubricants\" title=\"ローション\"><span itemprop=\"name\"
  2053. \t\t\t\t\t\t\t\tstyle=\"padding:0\">ローション</span></a>
  2054. \t\t\t\t\t\t<meta itemprop=\"position\" content=\"2\">
  2055. \t\t\t\t\t\t<span>&gt;</span>
  2056. \t\t\t\t\t</li>
  2057. \t\t\t\t\t<li>
  2058. \t\t\t\t\t\t<strong>セッションズ</strong>
  2059. \t\t\t\t\t</li>
  2060. \t\t\t\t</ul>
  2061. \t\t\t</div>
  2062. \t\t</div>
  2063. \t\t<div class=\"col-main\">
  2064. \t\t\t<div class=\"aneros-product-page\" id=\"sessions-detail-page\">
  2065. \t\t\t\t<div class=\"common-style\">
  2066. \t\t\t\t\t<div class=\"product-main-section container flexbox\">
  2067. \t\t\t\t\t\t<div class=\"product-main-image\">
  2068. \t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/category/sessions/sessions-detail-main-image.jpg') }}\" class=\"animate\" 
  2069. \t\t\t\t\t\t\t\tdata-animate=\"fadeInUp\" data-duration=\"1.0s\" data-delay=\"0.4s\" alt=\"アネロスセッションズ\">
  2070. \t\t\t\t\t\t\t<div class=\"pictogram-area\">\t
  2071. \t\t\t\t\t\t\t\t<div class=\"pictogram\">
  2072. \t\t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/Pictogram/all-users.jpg') }}\" alt=\"全レベル可\" />
  2073. \t\t\t\t\t\t\t\t\t<span class=\"pictogramtext\">全レベル可</span>
  2074. \t\t\t\t\t\t\t\t</div>
  2075. \t\t\t\t\t\t\t\t<div class=\"pictogram\">
  2076. \t\t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/Pictogram/beginner-user.jpg') }}\" alt=\"初心者にオススメ\" />
  2077. \t\t\t\t\t\t\t\t\t<span class=\"pictogramtext\">初心者に<br>オススメ</span>
  2078. \t\t\t\t\t\t\t\t</div>
  2079. \t\t\t\t\t\t\t</div>\t
  2080. \t\t\t\t\t\t</div>
  2081. \t\t\t\t\t\t<div class=\"product-info\">
  2082. \t\t\t\t\t\t\t<h1>セッションズ<sup>™</sup></h1>
  2083. \t\t\t\t\t\t\t<div class=\"product-subtitle\">
  2084. \t\t\t\t\t\t\t\t<div class=\"std\">ナチュラルローション</div>
  2085. \t\t\t\t\t\t\t</div>
  2086. \t\t\t\t\t\t\t<div class=\"product-description\">
  2087. \t\t\t\t\t\t\t\t<div class=\"std\">
  2088. \t\t\t\t\t\t\t\t\t<ul>
  2089. \t\t\t\t\t\t\t\t\t\t<li>純天然素材を使用した安全な潤滑剤</li>
  2090. \t\t\t\t\t\t\t\t\t\t<li>滑らかさが長時間持続</li>
  2091. \t\t\t\t\t\t\t\t\t\t<li>後処理が簡単な水溶性</li>
  2092. \t\t\t\t\t\t\t\t\t\t<li>グリセリン未使用</li>
  2093. \t\t\t\t\t\t\t\t\t\t<li>無色透明で無味無臭</li>
  2094. \t\t\t\t\t\t\t\t\t\t<li>シリコン製品を傷めない</li>
  2095. \t\t\t\t\t\t\t\t\t\t<li>アネロスの効果を最大限に引き出す</li>
  2096. \t\t\t\t\t\t\t\t\t</ul>
  2097. \t\t\t\t\t\t\t\t</div>
  2098. \t\t\t\t\t\t\t</div>
  2099. \t\t\t\t\t\t</div>
  2100. \t\t\t\t\t</div>
  2101. \t\t\t\t\t<div class=\"child-products-contr container\">
  2102. \t\t\t\t\t\t<ul class=\"products-grid flexbox\">
  2103. \t\t\t\t\t\t\t<li class=\"item\">
  2104. \t\t\t\t\t\t\t\t{% set Product = repository('Eccube\\\\Entity\\\\Product').find(77) %}
  2105. \t\t\t\t\t\t\t\t
  2106. \t\t\t\t\t\t\t\t{# お気に入り登録済みを取得 #}
  2107. \t\t\t\t\t\t\t\t{% if is_granted('ROLE_USER') %}
  2108. \t\t\t\t\t\t\t\t{% set FavoriteProduct = false %}
  2109. \t\t\t\t\t\t\t\t{% for cfp in app.user.CustomerFavoriteProducts %}
  2110. \t\t\t\t\t\t\t\t\t{% if cfp.Product.id == Product.id %}
  2111. \t\t\t\t\t\t\t\t\t\t{% set FavoriteProduct = true %}
  2112. \t\t\t\t\t\t\t\t\t{% endif %}
  2113. \t\t\t\t\t\t\t\t{% endfor %}
  2114. \t\t\t\t\t\t\t\t{% endif %}
  2115. \t\t\t\t\t\t\t\t{% set campaignProduct = false %}
  2116. \t\t                        {% for ProductTag in Product.ProductTag %}
  2117. \t\t\t\t\t\t\t\t\t{% if ProductTag.Tag.id == 100 %}
  2118. \t\t\t\t\t\t\t\t\t\t{% set campaignProduct = true %}
  2119. \t\t\t\t\t\t\t\t\t{% endif %}
  2120. \t\t\t\t\t\t\t\t{% endfor %}
  2121. \t\t\t\t\t\t\t\t
  2122. \t\t\t\t\t\t\t\t<a href=\"{{ url('product_detail', {'id': Product.id}) }}\" title=\"\" class=\"product-image\">
  2123. \t\t\t\t\t\t\t\t{% if campaignProduct == true %}
  2124. \t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image campaignProduct\">
  2125. \t\t\t\t\t\t\t\t{% else %}
  2126. \t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image\">
  2127. \t\t\t\t\t\t\t\t{% endif %}
  2128. \t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" alt=\"{{ Product.name }}\">
  2129. \t\t\t\t\t\t\t\t\t</p>
  2130. \t\t\t\t\t\t\t\t</a>
  2131. \t\t\t\t\t\t\t\t
  2132. \t\t\t\t\t\t\t\t<div class=\"product-ratings\">
  2133. \t\t\t\t\t\t\t\t</div>
  2134. \t\t\t\t\t\t\t\t<div class=\"product-info\">
  2135. \t\t\t\t\t\t\t\t\t<h2 class=\"product-name\">
  2136. \t\t\t\t\t\t\t\t\t\t<a href=\"{{ url('product_detail', {'id': Product.id}) }}\" title=\"{{ Product.name }}\">{{ Product.name }}</a>
  2137. \t\t\t\t\t\t\t\t\t</h2>
  2138. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2139. \t\t\t\t\t\t\t\t\t<div class=\"price-box\">
  2140. \t\t\t\t\t\t\t\t\t\t<span class=\"price\">
  2141. \t\t\t\t\t\t\t\t\t\t\t<div class=\"normal_price\" id=\"product-normal-price-{{ Product.id }}\">
  2142. \t\t\t\t\t\t\t\t\t\t\t\t{% if  Product.getPrice01Min is not null and Product.getPrice01IncTaxMin != 0 %}
  2143. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if Product.hasProductClass %}
  2144. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if Product.getPrice01Min == Product.getPrice01Max %}
  2145. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice01IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2146. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2147. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice01IncTaxMin|price }}<!-- ~ {{ Product.getPrice01IncTaxMax|price }}--><span class=\"inctax\"> (税込)</span></span>
  2148. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2149. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2150. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice01IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2151. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2152. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2153. \t\t\t\t\t\t\t\t\t\t\t</div>
  2154. \t\t\t\t\t\t\t\t\t\t\t<div class=\"sale_price\" id=\"product-price-{{ Product.id }}\">
  2155. \t\t\t\t\t\t\t\t\t\t\t\t{% if Product.hasProductClass %}
  2156. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if Product.getPrice02Min == Product.getPrice02Max %}
  2157. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice02IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2158. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2159. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice02IncTaxMin|price }}<!-- ~ {{ Product.getPrice02IncTaxMax|price }}--><span class=\"inctax\"> (税込)</span></span>
  2160. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2161. \t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2162. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice02IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2163. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2164. \t\t\t\t\t\t\t\t\t\t\t</div>
  2165. \t\t\t\t\t\t\t\t\t\t</span>
  2166. \t\t\t\t\t\t\t\t\t</div>
  2167. \t\t\t\t\t\t\t\t\t
  2168. \t\t\t\t\t\t\t<!-- REVIEW AREA -->
  2169. \t\t\t\t\t\t\t{% import('@CustomerReview42/Block/customer_review4_recommend_macro.twig') as recommend_macro %}
  2170. \t\t\t\t\t\t\t{% set review_list = repository('Plugin\\\\CustomerReview42\\\\Entity\\\\CustomerReviewTotal').getRecommend(Product.id) %}
  2171. \t\t\t\t\t\t\t{% set reviewer_total = 0 %}
  2172. \t\t\t\t\t\t\t{% set review_total_point = 0 %}
  2173. \t\t\t\t\t\t\t{% set count = 5 %}
  2174. \t\t\t\t\t\t\t{% for i in review_list %}
  2175. \t\t\t\t\t\t\t    {% set reviewer_total = reviewer_total + i %}
  2176. \t\t\t\t\t\t\t    {% set review_total_point = review_total_point + i * count %}
  2177. \t\t\t\t\t\t\t    {% set count = count - 1 %}
  2178. \t\t\t\t\t\t\t{% endfor %}
  2179. \t\t\t\t\t\t\t{% set review_point = reviewer_total == 0 ? 0  : (review_total_point / reviewer_total) %}
  2180. \t\t\t\t\t\t\t
  2181. \t\t\t\t\t\t\t{% if 0 < reviewer_total %}
  2182. \t\t\t\t\t\t\t\t<div id=\"plg_customer_review{{Product.id}}\" class=\"review-layoutRole product_list\">
  2183. \t\t\t\t\t\t\t\t\t<h3 class=\"review_score\" data-id=\"{{ Product.id }}\" data-avg=\"{{ review_point }}\" data-num=\"{{ reviewer_total }}\" data-starsize=\"22\" data-mstarsize=\"14\" data-imgbase=\"{{ asset('aneros/img/products/') }}\">
  2184. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_title\"></span>
  2185. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_image\" style=\"display: inline-block\"></span>
  2186. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score\"><a href=\"{{ url('product_detail', {'id': Product.id}) }}#review_area\"></a></span>
  2187. \t\t\t\t\t\t\t\t\t</h3>
  2188. \t\t\t\t\t\t\t\t</div>
  2189. \t\t\t\t\t\t\t{% endif %}
  2190. \t\t\t\t\t\t\t
  2191. \t\t\t\t\t\t\t<script>
  2192. \t\t\t\t\t\t\t  \$(function () {
  2193. \t\t\t\t\t\t\t    if ( \$('#plg_customer_review_anchor{{Product.id}}').length) {
  2194. \t\t\t\t\t\t\t        \$('#plg_customer_review{{Product.id}}').insertAfter(\$('#plg_customer_review_anchor{{Product.id}}'));
  2195. \t\t\t\t\t\t\t    } else if ( \$('#productForm{{Product.id}}').length) {
  2196. \t\t\t\t\t\t\t        \$('#plg_customer_review{{Product.id}}').insertBefore(\$('#productForm{{Product.id}}'));
  2197. \t\t\t\t\t\t\t    } else {
  2198. \t\t\t\t\t\t\t        \$('#plg_customer_review{{Product.id}}').hide();
  2199. \t\t\t\t\t\t\t    }
  2200. \t\t\t\t\t\t\t  });
  2201. \t\t\t\t\t\t\t</script>
  2202. \t\t\t\t\t\t\t<!-- REVIEW AREA END -->
  2203. \t\t\t\t\t\t\t\t\t
  2204. \t\t\t\t\t\t\t\t\t<div class=\"actions\" id=\"productForm{{ Product.id }}\">
  2205. \t\t\t\t\t\t\t\t\t\t{% if Product.stock_find %}
  2206. \t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"Add to Cart\" class=\"button btn-cart one-click-add-cart\" 
  2207. \t\t\t\t\t\t\t\t\t\t\tdata-action=\"{{ url('product_add_cart', {id:Product.id}) }}\" 
  2208. \t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"{{ Product.id }}\" data-product_name=\"{{ Product.name }}\"  data-product_img=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\"
  2209. \t\t\t\t\t\t\t\t\t\t\tdata-product_class=\"{{ Product.ProductClasses[0].id }}\" 
  2210. \t\t\t\t\t\t\t\t\t\t\tdata-token=\"{{ csrf_token('Eccube\\\\Form\\\\Type\\\\AddCartType') }}\">
  2211. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>カゴに入れる</span>
  2212. \t\t\t\t\t\t\t\t\t\t\t</button>
  2213. \t\t\t\t\t\t\t\t\t\t{% else %}
  2214. \t\t\t\t\t\t\t\t\t\t\t{% set arrivemail = true %}
  2215. \t\t\t\t\t\t\t\t\t\t\t{% for ProductTag in Product.ProductTag %}
  2216. \t\t\t\t\t\t\t\t\t\t\t\t{% if ProductTag.Tag.id == 99 %}
  2217. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set arrivemail = false %}
  2218. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2219. \t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2220. \t\t\t\t\t\t\t\t\t\t\t
  2221. \t\t\t\t\t\t\t\t\t\t\t{% if arrivemail %}
  2222. \t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" data-productid=\"{{ Product.id }}\" data-productname=\"{{ Product.name }}\" title=\"入荷お知らせ\" class=\"button btn-cart add-to-mail\">
  2223. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>入荷お知らせ</span>
  2224. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  2225. \t\t\t\t\t\t\t\t\t\t\t{% else %}
  2226. \t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"在庫切れ\" class=\"button btn-cart add-to-cart-out\">
  2227. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>在庫切れ</span>
  2228. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  2229. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2230. \t\t\t\t\t\t\t\t\t\t{% endif %}
  2231. \t\t\t\t\t\t\t\t\t\t{% if is_granted('ROLE_USER') %}
  2232. \t\t\t\t\t\t\t\t\t\t{% if BaseInfo.option_favorite_product %}
  2233. \t\t\t\t\t\t\t\t\t\t        <div class=\"ec-productRole__btn favorite-button\">
  2234. \t\t\t\t\t\t\t\t\t\t            {% if FavoriteProduct == false %}
  2235. \t\t\t\t\t\t\t\t\t\t                {# <button type=\"button\" id=\"favorite\" class=\"ec-blockBtn--cancel button one-click-add-favorite\"
  2236. \t\t\t\t\t\t\t\t\t\t                data-action=\"{{ url('product_add_favorite', {id:Product.id}) }}\">
  2237. \t\t\t\t\t\t\t\t\t\t                    {{ 'お気に入りに追加'|trans }}
  2238. \t\t\t\t\t\t\t\t\t\t                </button> #}
  2239. \t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2240. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"favorite\" class=\"favorite-heart one-click-add-favorite\" data-action=\"{{ url('product_add_favorite', {id:Product.id}) }}\">
  2241. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{#{{ 'お気に入りに追加'|trans }}#}
  2242. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart-o\" title=\"お気に入りに追加\"></i>
  2243. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  2244. \t\t\t\t\t\t\t\t\t\t            {% else %}
  2245. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"unfavorite\" class=\"unfavorite-heart one-click-remove-favorite\" data-action=\"{{ url('mypage_favorite_delete', { id : Product.id }) }}\" data-method=\"delete\" {{ csrf_token_for_anchor() }}>
  2246. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{#{{ 'お気に入りに追加'|trans }}#}
  2247. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" title=\"お気に入りに追加済です\"></i>
  2248. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  2249. \t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2250. \t\t\t\t\t\t\t\t\t\t                {# <button type=\"button\" id=\"favorite\" class=\"ec-blockBtn--cancel button-favorited one-click-remove-favorite\"
  2251. \t\t\t\t\t\t\t\t\t\t                data-action=\"{{ url('mypage_favorite_delete', { id : Product.id }) }}\" data-method=\"delete\" {{ csrf_token_for_anchor() }}>
  2252. \t\t\t\t\t\t\t\t\t\t                    {{ 'お気に入りに追加済です。'|trans }}
  2253. \t\t\t\t\t\t\t\t\t\t                </button> #}
  2254. \t\t\t\t\t\t\t\t\t\t            {% endif %}
  2255. \t\t\t\t\t\t\t\t\t\t        </div>
  2256. \t\t\t\t\t\t\t\t\t\t{% endif %}
  2257. \t\t\t\t\t\t\t\t\t\t{% endif %}
  2258. \t\t\t\t\t\t\t\t\t</div>
  2259. \t\t\t\t\t\t\t\t</div>
  2260. \t\t\t\t\t\t\t</li>
  2261. \t\t\t\t\t\t\t<li class=\"item\">
  2262. \t\t\t\t\t\t\t\t{% set Product = repository('Eccube\\\\Entity\\\\Product').find(76) %}
  2263. \t\t\t\t\t\t\t\t{# お気に入り登録済みを取得 #}
  2264. \t\t\t\t\t\t\t\t{% if is_granted('ROLE_USER') %}
  2265. \t\t\t\t\t\t\t\t{% set FavoriteProduct = false %}
  2266. \t\t\t\t\t\t\t\t{% for cfp in app.user.CustomerFavoriteProducts %}
  2267. \t\t\t\t\t\t\t\t\t{% if cfp.Product.id == Product.id %}
  2268. \t\t\t\t\t\t\t\t\t\t{% set FavoriteProduct = true %}
  2269. \t\t\t\t\t\t\t\t\t{% endif %}
  2270. \t\t\t\t\t\t\t\t{% endfor %}
  2271. \t\t\t\t\t\t\t\t{% endif %}
  2272. \t\t\t\t\t\t\t\t{% set campaignProduct = false %}
  2273. \t\t                        {% for ProductTag in Product.ProductTag %}
  2274. \t\t\t\t\t\t\t\t\t{% if ProductTag.Tag.id == 100 %}
  2275. \t\t\t\t\t\t\t\t\t\t{% set campaignProduct = true %}
  2276. \t\t\t\t\t\t\t\t\t{% endif %}
  2277. \t\t\t\t\t\t\t\t{% endfor %}
  2278. \t\t\t\t\t\t\t\t
  2279. \t\t\t\t\t\t\t\t<a href=\"{{ url('product_detail', {'id': Product.id}) }}\" title=\"\" class=\"product-image\">
  2280. \t\t\t\t\t\t\t\t\t{% if campaignProduct == true %}
  2281. \t\t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image campaignProduct\">
  2282. \t\t\t\t\t\t\t\t\t{% else %}
  2283. \t\t\t\t\t\t\t\t\t\t<p class=\"ec-shelfGrid__item-image\">
  2284. \t\t\t\t\t\t\t\t\t{% endif %}
  2285. \t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" alt=\"{{ Product.name }}\">
  2286. \t\t\t\t\t\t\t\t\t</p>
  2287. \t\t\t\t\t\t\t\t</a>
  2288. \t\t\t\t\t\t\t\t
  2289. \t\t\t\t\t\t\t\t<div class=\"product-ratings\">
  2290. \t\t\t\t\t\t\t\t</div>
  2291. \t\t\t\t\t\t\t\t<div class=\"product-info\">
  2292. \t\t\t\t\t\t\t\t\t<h2 class=\"product-name\">
  2293. \t\t\t\t\t\t\t\t\t\t<a href=\"{{ url('product_detail', {'id': Product.id}) }}\" title=\"{{ Product.name }}\">{{ Product.name }}</a>
  2294. \t\t\t\t\t\t\t\t\t</h2>
  2295. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2296. \t\t\t\t\t\t\t\t\t<div class=\"price-box\">
  2297. \t\t\t\t\t\t\t\t\t\t<span class=\"price\">
  2298. \t\t\t\t\t\t\t\t\t\t\t<div class=\"normal_price\" id=\"product-normal-price-{{ Product.id }}\">
  2299. \t\t\t\t\t\t\t\t\t\t\t\t{% if  Product.getPrice01Min is not null and Product.getPrice01IncTaxMin != 0 %}
  2300. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if Product.hasProductClass %}
  2301. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if Product.getPrice01Min == Product.getPrice01Max %}
  2302. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice01IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2303. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2304. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice01IncTaxMin|price }}<!-- ~ {{ Product.getPrice01IncTaxMax|price }}--><span class=\"inctax\"> (税込)</span></span>
  2305. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2306. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2307. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice01IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2308. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2309. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2310. \t\t\t\t\t\t\t\t\t\t\t</div>
  2311. \t\t\t\t\t\t\t\t\t\t\t<div class=\"sale_price\" id=\"product-price-{{ Product.id }}\">
  2312. \t\t\t\t\t\t\t\t\t\t\t\t{% if Product.hasProductClass %}
  2313. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if Product.getPrice02Min == Product.getPrice02Max %}
  2314. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice02IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2315. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2316. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice02IncTaxMin|price }}<!-- ~ {{ Product.getPrice02IncTaxMax|price }}--><span class=\"inctax\"> (税込)</span></span>
  2317. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2318. \t\t\t\t\t\t\t\t\t\t\t\t{% else %}
  2319. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"price\">{{ Product.getPrice02IncTaxMin|price }}<span class=\"inctax\"> (税込)</span></span>
  2320. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2321. \t\t\t\t\t\t\t\t\t\t\t</div>
  2322. \t\t\t\t\t\t\t\t\t\t</span>
  2323. \t\t\t\t\t\t\t\t\t</div>
  2324. \t\t\t\t\t\t\t\t\t
  2325. \t\t\t\t\t\t\t<!-- REVIEW AREA -->
  2326. \t\t\t\t\t\t\t{% import('@CustomerReview42/Block/customer_review4_recommend_macro.twig') as recommend_macro %}
  2327. \t\t\t\t\t\t\t{% set review_list = repository('Plugin\\\\CustomerReview42\\\\Entity\\\\CustomerReviewTotal').getRecommend(Product.id) %}
  2328. \t\t\t\t\t\t\t{% set reviewer_total = 0 %}
  2329. \t\t\t\t\t\t\t{% set review_total_point = 0 %}
  2330. \t\t\t\t\t\t\t{% set count = 5 %}
  2331. \t\t\t\t\t\t\t{% for i in review_list %}
  2332. \t\t\t\t\t\t\t    {% set reviewer_total = reviewer_total + i %}
  2333. \t\t\t\t\t\t\t    {% set review_total_point = review_total_point + i * count %}
  2334. \t\t\t\t\t\t\t    {% set count = count - 1 %}
  2335. \t\t\t\t\t\t\t{% endfor %}
  2336. \t\t\t\t\t\t\t{% set review_point = reviewer_total == 0 ? 0  : (review_total_point / reviewer_total) %}
  2337. \t\t\t\t\t\t\t
  2338. \t\t\t\t\t\t\t{% if 0 < reviewer_total %}
  2339. \t\t\t\t\t\t\t\t<div id=\"plg_customer_review{{Product.id}}\" class=\"review-layoutRole product_list\">
  2340. \t\t\t\t\t\t\t\t\t<h3 class=\"review_score\" data-id=\"{{ Product.id }}\" data-avg=\"{{ review_point }}\" data-num=\"{{ reviewer_total }}\" data-starsize=\"22\" data-mstarsize=\"14\" data-imgbase=\"{{ asset('aneros/img/products/') }}\">
  2341. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_title\"></span>
  2342. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score_image\" style=\"display: inline-block\"></span>
  2343. \t\t\t\t\t\t\t\t\t\t<span class=\"review_all_score\"><a href=\"{{ url('product_detail', {'id': Product.id}) }}#review_area\"></a></span>
  2344. \t\t\t\t\t\t\t\t\t</h3>
  2345. \t\t\t\t\t\t\t\t</div>
  2346. \t\t\t\t\t\t\t{% endif %}
  2347. \t\t\t\t\t\t\t
  2348. \t\t\t\t\t\t\t<script>
  2349. \t\t\t\t\t\t\t  \$(function () {
  2350. \t\t\t\t\t\t\t    if ( \$('#plg_customer_review_anchor{{Product.id}}').length) {
  2351. \t\t\t\t\t\t\t        \$('#plg_customer_review{{Product.id}}').insertAfter(\$('#plg_customer_review_anchor{{Product.id}}'));
  2352. \t\t\t\t\t\t\t    } else if ( \$('#productForm{{Product.id}}').length) {
  2353. \t\t\t\t\t\t\t        \$('#plg_customer_review{{Product.id}}').insertBefore(\$('#productForm{{Product.id}}'));
  2354. \t\t\t\t\t\t\t    } else {
  2355. \t\t\t\t\t\t\t        \$('#plg_customer_review{{Product.id}}').hide();
  2356. \t\t\t\t\t\t\t    }
  2357. \t\t\t\t\t\t\t  });
  2358. \t\t\t\t\t\t\t</script>
  2359. \t\t\t\t\t\t\t<!-- REVIEW AREA END -->
  2360. \t\t\t\t\t\t\t\t\t
  2361. \t\t\t\t\t\t\t\t\t<div class=\"actions\" id=\"productForm{{ Product.id }}\">
  2362. \t\t\t\t\t\t\t\t\t\t{% if Product.stock_find %}
  2363. \t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"Add to Cart\" class=\"button btn-cart one-click-add-cart\" 
  2364. \t\t\t\t\t\t\t\t\t\t\tdata-action=\"{{ url('product_add_cart', {id:Product.id}) }}\" 
  2365. \t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"{{ Product.id }}\" data-product_name=\"{{ Product.name }}\"  data-product_img=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\"
  2366. \t\t\t\t\t\t\t\t\t\t\tdata-product_class=\"{{ Product.ProductClasses[0].id }}\" 
  2367. \t\t\t\t\t\t\t\t\t\t\tdata-token=\"{{ csrf_token('Eccube\\\\Form\\\\Type\\\\AddCartType') }}\">
  2368. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>カゴに入れる</span>
  2369. \t\t\t\t\t\t\t\t\t\t\t</button>
  2370. \t\t\t\t\t\t\t\t\t\t{% else %}
  2371. \t\t\t\t\t\t\t\t\t\t\t{% set arrivemail = true %}
  2372. \t\t\t\t\t\t\t\t\t\t\t{% for ProductTag in Product.ProductTag %}
  2373. \t\t\t\t\t\t\t\t\t\t\t\t{% if ProductTag.Tag.id == 99 %}
  2374. \t\t\t\t\t\t\t\t\t\t\t\t\t{% set arrivemail = false %}
  2375. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2376. \t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  2377. \t\t\t\t\t\t\t\t\t\t\t
  2378. \t\t\t\t\t\t\t\t\t\t\t{% if arrivemail %}
  2379. \t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" data-productid=\"{{ Product.id }}\" data-productname=\"{{ Product.name }}\" title=\"入荷お知らせ\" class=\"button btn-cart add-to-mail\">
  2380. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>入荷お知らせ</span>
  2381. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  2382. \t\t\t\t\t\t\t\t\t\t\t{% else %}
  2383. \t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" title=\"在庫切れ\" class=\"button btn-cart add-to-cart-out\">
  2384. \t\t\t\t\t\t\t\t\t\t\t\t\t<span>在庫切れ</span>
  2385. \t\t\t\t\t\t\t\t\t\t\t\t</button>
  2386. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2387. \t\t\t\t\t\t\t\t\t\t{% endif %}
  2388. \t\t\t\t\t\t\t\t\t\t{% if is_granted('ROLE_USER') %}
  2389. \t\t\t\t\t\t\t\t\t\t{% if BaseInfo.option_favorite_product %}
  2390. \t\t\t\t\t\t\t\t\t\t        <div class=\"ec-productRole__btn favorite-button\">
  2391. \t\t\t\t\t\t\t\t\t\t            {% if FavoriteProduct == false %}
  2392. \t\t\t\t\t\t\t\t\t\t                {# <button type=\"button\" id=\"favorite\" class=\"ec-blockBtn--cancel button one-click-add-favorite\"
  2393. \t\t\t\t\t\t\t\t\t\t                data-action=\"{{ url('product_add_favorite', {id:Product.id}) }}\">
  2394. \t\t\t\t\t\t\t\t\t\t                    {{ 'お気に入りに追加'|trans }}
  2395. \t\t\t\t\t\t\t\t\t\t                </button> #}
  2396. \t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2397. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"favorite\" class=\"favorite-heart one-click-add-favorite\" data-action=\"{{ url('product_add_favorite', {id:Product.id}) }}\">
  2398. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{#{{ 'お気に入りに追加'|trans }}#}
  2399. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart-o\" title=\"お気に入りに追加\"></i>
  2400. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  2401. \t\t\t\t\t\t\t\t\t\t            {% else %}
  2402. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" id=\"unfavorite\" class=\"unfavorite-heart one-click-remove-favorite\" data-action=\"{{ url('mypage_favorite_delete', { id : Product.id }) }}\" data-method=\"delete\" {{ csrf_token_for_anchor() }}>
  2403. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{#{{ 'お気に入りに追加'|trans }}#}
  2404. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" title=\"お気に入りに追加済です\"></i>
  2405. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
  2406. \t\t\t\t\t\t\t\t\t\t\t\t\t\t
  2407. \t\t\t\t\t\t\t\t\t\t                {# <button type=\"button\" id=\"favorite\" class=\"ec-blockBtn--cancel button-favorited one-click-remove-favorite\"
  2408. \t\t\t\t\t\t\t\t\t\t                data-action=\"{{ url('mypage_favorite_delete', { id : Product.id }) }}\" data-method=\"delete\" {{ csrf_token_for_anchor() }}>
  2409. \t\t\t\t\t\t\t\t\t\t                    {{ 'お気に入りに追加済です。'|trans }}
  2410. \t\t\t\t\t\t\t\t\t\t                </button> #}
  2411. \t\t\t\t\t\t\t\t\t\t            {% endif %}
  2412. \t\t\t\t\t\t\t\t\t\t        </div>
  2413. \t\t\t\t\t\t\t\t\t\t{% endif %}
  2414. \t\t\t\t\t\t\t\t\t\t{% endif %}
  2415. \t\t\t\t\t\t\t\t\t</div>
  2416. \t\t\t\t\t\t\t\t</div>
  2417. \t\t\t\t\t\t\t</li>
  2418. \t\t\t\t\t\t</ul>
  2419. \t\t\t\t\t</div>
  2420. \t\t\t\t\t<div class=\"product-pleasure grey-gradient-background\">
  2421. \t\t\t\t\t\t<div class=\"container flexbox\">
  2422. \t\t\t\t\t\t\t<div class=\"desc-contr\">
  2423. \t\t\t\t\t\t\t\t<h3>進化の先、究極のドライオーガズムローション</h3>
  2424. \t\t\t\t\t\t\t\t<p>アネロスの効果を最大限に引き出すために開発されたアネロス専用水溶性ローションです。特別なレシピで純天然素材の使用により、肌に負担のかかる成分は一切排除、直腸粘膜のpHに適用、体内で最も吸収力が強い直腸に配慮された高い安全性を誇ります。</p>
  2425. \t\t\t\t\t\t\t\t<p>最適の粘度で長時間の潤滑性を持続し、アネロス製品の刺激を効果的に皮膚に伝え、蠕動運動を誘発させ、ドライオーガズムの到達を早めます。保湿性の高いしっとりとした使い心地、滑らかでべたつきもなく使用後の処理も簡単です。無臭無香でグリセリン等の使用がないため、腸がデリケートな方にも安心、安全なローションです。</p>
  2426. \t\t\t\t\t\t\t\t<p>セッションズがあれば相乗効果で快適なドライライフを送れることは間違いありません。是非お試しください。</p>
  2427. \t\t\t\t\t\t\t</div>
  2428. \t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/category/sessions/sessions-pleasure-image.jpg') }}\" class=\"pleasure-image animate\" data-animate=\"fadeIn\" data-duration=\"1.0s\" data-delay=\"1.0s\" alt=\"セッションズローション\">
  2429. \t\t\t\t\t\t</div>
  2430. \t\t\t\t\t</div>
  2431. \t\t\t\t\t<div class=\"product-rewards-experience\">
  2432. \t\t\t\t\t\t<div class=\"container flexbox\">
  2433. \t\t\t\t\t\t\t<div class=\"desc-contr\">
  2434. \t\t\t\t\t\t\t\t<h3>純天然素材で安全性が高い!</h3>
  2435. \t\t\t\t\t\t\t\t<p>吸収力の高い直腸に優しく、セッションズローションは完全水溶性です。どんな素材のグッズでも使用できます!蠕動運動の誘発を促す独特なレシピの素材には、すべて純天然素材を配合し、肌へ負担がかかる成分は排除。</p>
  2436. \t\t\t\t\t\t\t\t<p>※アネロス社オリジナルローションはセッションズのみ。類似品に十分ご注意ください。</p>
  2437. \t\t\t\t\t\t\t</div>
  2438. \t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/category/sessions/sessions-rewards-image.png') }}\" class=\"animate\" data-animate=\"fadeIn\" data-duration=\"1.0s\" data-delay=\"1.0s\" alt=\"セッションズローション\">
  2439. \t\t\t\t\t\t</div>
  2440. \t\t\t\t\t</div>
  2441. \t\t\t\t\t<div class=\"shopping-experiernce-tile\" id=\"shopping-experience-tile\">
  2442. \t\t\t\t\t\t<div class=\"container flexbox\">
  2443. \t\t\t\t\t\t\t<div class=\"tile-bg\">
  2444. \t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/shopping-experience-tile-bg.png') }}\" class=\"img-tile-bg\"
  2445. \t\t\t\t\t\t\t\t\talt=\"中身がわからい発送\">
  2446. \t\t\t\t\t\t\t</div>
  2447. \t\t\t\t\t\t\t<div class=\"fast-shipping flexbox-center\">
  2448. \t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/fast-shipping-rect-dark.png') }}\" class=\"img-fast-shipping\"
  2449. \t\t\t\t\t\t\t\t\talt=\"即日出荷\">
  2450. \t\t\t\t\t\t\t</div>
  2451. \t\t\t\t\t\t\t<div class=\"secure-cc-processing flexbox-center\">
  2452. \t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/secure-cc-processing-rect-dark.png') }}\"
  2453. \t\t\t\t\t\t\t\t\tclass=\"img-secure-cc-processing\" alt=\"貴重な個人情報は全てSSL保護\">
  2454. \t\t\t\t\t\t\t</div>
  2455. \t\t\t\t\t\t\t<div class=\"money-back-gurantee flexbox-center\">
  2456. \t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/money-back-guarantee-rect-dark.png') }}\"
  2457. \t\t\t\t\t\t\t\t\tclass=\"img-money-back-gurantee\" alt=\"100%返金保証\">
  2458. \t\t\t\t\t\t\t</div>
  2459. \t\t\t\t\t\t</div>
  2460. \t\t\t\t\t</div>
  2461. \t\t\t
  2462. \t\t\t\t\t<div class=\"product-other-products container flexbox\">
  2463. \t\t\t\t\t\t<div class=\"item\">
  2464. \t\t\t\t\t\t\t<a href=\"{{ url('product_detail', {'id': 72}) }}\">
  2465. \t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/category_vice-2.jpg') }}\" alt=\"ヴァイス 2 - メンズバイブレーション\" class=\"animate\"
  2466. \t\t\t\t\t\t\t\t\tdata-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\">
  2467. \t\t\t\t\t\t\t</a>
  2468. \t\t\t\t\t\t</div>
  2469. \t\t\t\t\t\t<div class=\"item\">
  2470. \t\t\t\t\t\t\t<a href=\"{{ url('product_detail', {'id': 81}) }}\">
  2471. \t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/category_progasm_black_ice.jpg') }}\" alt=\"プロガスムブラックアイス - サイズを求める男性に\"
  2472. \t\t\t\t\t\t\t\t\tclass=\"animate center\" data-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\">
  2473. \t\t\t\t\t\t\t</a>
  2474. \t\t\t\t\t\t</div>
  2475. \t\t\t\t\t\t<div class=\"item\">
  2476. \t\t\t\t\t\t\t<a href=\"{{ url('product_detail', {'id': 70}) }}\">
  2477. \t\t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/category_HST.jpg') }}\" alt=\"ヒリックスシントライデント - シン定番のフラグシップモデル\"
  2478. \t\t\t\t\t\t\t\t\tclass=\"animate\" data-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\">
  2479. \t\t\t\t\t\t\t</a>
  2480. \t\t\t\t\t\t</div>
  2481. \t\t\t\t\t</div>
  2482. \t\t\t\t\t
  2483. \t\t\t\t\t<div class=\"product-compare-prostate-massagers container flexbox\">
  2484. \t\t\t\t\t\t<div class=\"product-compare-prostate-massagers-image\">
  2485. \t\t\t\t\t\t\t<img src=\"{{ asset('aneros/img/products/compare_prostate_massagers_image.jpg') }}\" class=\"animate\"
  2486. \t\t\t\t\t\t\t\tdata-animate=\"zoomIn\" data-duration=\"1.0s\" data-delay=\"0.4s\" alt=\"私にあっているアネロスはどれでしょうか??\">
  2487. \t\t\t\t\t\t</div>
  2488. \t\t\t\t\t\t<div class=\"desc-contr\">
  2489. \t\t\t\t\t\t\t<h3>私にあっているアネロスはどれでしょうか??</h3>
  2490. \t\t\t\t\t\t\t<a href=\"{{ url('homepage') }}prostate-massagers\" class=\"more-link\">
  2491. \t\t\t\t\t\t\t\t前立腺マッサージ器はこちら
  2492. \t\t\t\t\t\t\t\t<span>&gt;</span>
  2493. \t\t\t\t\t\t\t</a>
  2494. \t\t\t\t\t\t</div>
  2495. \t\t\t\t\t</div>
  2496. \t\t\t\t</div>
  2497. \t\t\t</div>
  2498. \t\t</div>
  2499. \t\t{{ include('Block/add_to_cart.twig') }}
  2500.     <div class=\"swooth-wrapper grey-swooth\">
  2501.     </div>
  2502. </div>
  2503. {% endblock %}
  2504. ""Category/sessions.twig""/home/kir018258/public_html/test.aneros.co.jp/aneros_2023_b/app/template/aneros2023/Category/sessions.twig");
  2505.     }
  2506.     
  2507.     public function checkSecurity()
  2508.     {
  2509.         static $tags = array("set" => 13"include" => 22"if" => 604"for" => 606"import" => 667);
  2510.         static $filters = array("escape" => 24"no_image_product" => 626"price" => 643);
  2511.         static $functions = array("asset" => 24"url" => 544"repository" => 601"is_granted" => 604"csrf_token" => 709"csrf_token_for_anchor" => 745"include" => 1009);
  2512.         try {
  2513.             $this->sandbox->checkSecurity(
  2514.                 ['set''include''if''for''import'],
  2515.                 ['escape''no_image_product''price'],
  2516.                 ['asset''url''repository''is_granted''csrf_token''csrf_token_for_anchor''include']
  2517.             );
  2518.         } catch (SecurityError $e) {
  2519.             $e->setSourceContext($this->source);
  2520.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  2521.                 $e->setTemplateLine($tags[$e->getTagName()]);
  2522.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  2523.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  2524.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  2525.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  2526.             }
  2527.             throw $e;
  2528.         }
  2529.     }
  2530. }