Index: /branches/version-2_12-dev/data/class/pages/products/LC_Page_Products_List.php
===================================================================
--- /branches/version-2_12-dev/data/class/pages/products/LC_Page_Products_List.php	(revision 21932)
+++ /branches/version-2_12-dev/data/class/pages/products/LC_Page_Products_List.php	(revision 21933)
@@ -126,5 +126,5 @@
         // モバイルの場合に検索条件をURLの引数に追加
         if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE) {
-            $urlParam .= "&mode={$this->mode}&name={$this->arrSearchData['name']}&orderby={$this->orderby}";
+            $urlParam .= "&mode={$this->mode}&name=" . urlencode($this->arrSearchData['name']) . "&orderby={$this->orderby}";
         }
         $this->objNavi      = new SC_PageNavi_Ex($this->tpl_pageno, $this->tpl_linemax, $this->disp_number, 'fnNaviPage', NAVI_PMAX, $urlParam, SC_Display_Ex::detectDevice() !== DEVICE_TYPE_MOBILE);
