package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.util.*;
import java.sql.*;
import java.io.File;
import org.apache.log4j.Category;
import jp.co.sint.database.*;
import jp.co.sint.tools.*;
import jp.co.sint.basic.*;
import jp.co.sint.config.*;
import jp.co.sint.beans.front.*;
import jp.co.sint.beans.mallmgr.*;

public class index_html extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(2);
    _jspx_includes.add("/include/header_inc.jsp");
    _jspx_includes.add("/include/footer_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_response_sendRedirect;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siquantity_value_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;

  public index_html() {
    _jspx_tagPool_response_sendRedirect = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siquantity_value_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
  }

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspDestroy() {
    _jspx_tagPool_response_sendRedirect.release();
    _jspx_tagPool_webshop_siquantity_value_nobody.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=MS932");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"util/error.jsp", true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");

SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();
String webshopSite=SIHTMLUtil.getRootPath(request);
StringBuffer sql = new StringBuffer();
sql.append("SELECT unitpricewithouttax,individualcode ");
sql.append("FROM cmdtyunittbl WHERE individualcode IN (");
sql.append("'NJ-4717P','NJ-4718P','NJ-4719P','NJ-4720P','NJ-4721P','NJ-4722P','NJ-4723P','NJ-4724P','NJ-4725P','NJ-4726P','NJ-4727P','NJ-4728P','NJ-4729P','NJ-4730P','NJ-4731P','NJ-4732P','NJ-4733P','NJ-4734P','NJ-4735P','NJ-4736P','NJ-4737P','NJ-4738P','NJ-4739P','NJ-4740P','NJ-4741P','NJ-4742P','NJ-4743P','NJ-4744P','NJ-4745P','NJ-4746P','NJ-4747P','NJ-4748P','NJ-4749P','NJ-4750P','NJ-4751P','NJ-4752P','NJ-4753P','NJ-4754P','NJ-4755P','NJ-4755P','NJ-4756P','NJ-4757P','NJ-4758P','NJ-4759P','NJ-4760P','NJ-4761P','NJ-4762P','NJ-4763P','NJ-4764P','NJ-4765P','NJ-4766P','NJ-4767P','NJ-4768P','NJ-4769P','NJ-4770P','NJ-4771P','NJ-4772P','NJ-4773P','NJ-4774P','NJ-4775P','NJ-4776P','NJ-4777P','NJ-4778P','NJ-4779P','NJ-4780P','NJ-4781P','NJ-4782P','NJ-4783P','NJ-4784P','NJ-4785P','NJ-4786P','NJ-4787P','NJ-4788P','NJ-4789P','NJ-4790P','NJ-4791P','NJ-4792P','NJ-4793P','NJ-4794P','NJ-4795P','NJ-4796P','NJ-4797P','NJ-4798P','NJ-4799P','NJ-4800P','NJ-4801P','NJ-4802P','NJ-4803P','NJ-4804P','NJ-4805P','NJ-4806P','NJ-4807P','NJ-4808P','-4809P','NJ-4810P','NJ-4811P','NJ-4812P','NJ-4813P','NJ-4814P','NJ-4815P','NJ-4816P','NJ-4817P','NJ-4818P','NJ-4819P','NJ-4820P','NJ-4821P','NJ-4822P','NJ-4823P','NJ-4824P','NJ-4825P','NJ-4826P','NJ-4827P','NJ-4809P','NW-0096P-S','NW-0097P-S')");
Collection cmdtyColl1 = SIDBUtil.getCollection(connection,sql.toString(),false,false,0);

      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");

SIUserInfo userLogin = SIHTMLUtil.getUserInfo(request);
if(userLogin.isNotLogin(request)){ 
      out.write("\r\n");
      /* ----  response:sendRedirect ---- */
      org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_0 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
      _jspx_th_response_sendRedirect_0.setPageContext(pageContext);
      _jspx_th_response_sendRedirect_0.setParent(null);
      int _jspx_eval_response_sendRedirect_0 = _jspx_th_response_sendRedirect_0.doStartTag();
      if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
          out = _bc;
          _jspx_th_response_sendRedirect_0.setBodyContent(_bc);
          _jspx_th_response_sendRedirect_0.doInitBody();
        }
        do {
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.user.login")+"?nid=/pickup/raygelnew/index.html");
          int evalDoAfterBody = _jspx_th_response_sendRedirect_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
          out = pageContext.popBody();
      }
      if (_jspx_th_response_sendRedirect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_0);
      out.write("\r\n");
}else{
boolean flg =true;
for(int i=0; i < userLogin.getMaker().length ;i++){ if( "2569".equals(userLogin.getMaker()[i])) flg=false; }
if(flg){
      out.write("\r\n");
      /* ----  response:sendRedirect ---- */
      org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_1 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
      _jspx_th_response_sendRedirect_1.setPageContext(pageContext);
      _jspx_th_response_sendRedirect_1.setParent(null);
      int _jspx_eval_response_sendRedirect_1 = _jspx_th_response_sendRedirect_1.doStartTag();
      if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
          out = _bc;
          _jspx_th_response_sendRedirect_1.setBodyContent(_bc);
          _jspx_th_response_sendRedirect_1.doInitBody();
        }
        do {
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.main"));
          int evalDoAfterBody = _jspx_th_response_sendRedirect_1.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
        if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
          out = pageContext.popBody();
      }
      if (_jspx_th_response_sendRedirect_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_1);
      out.write("\r\n");
}}
      out.write("\r\n");
      out.write("\r\n");
      out.write("<!-- raygelnewブランド2569番号。ページも観覧するのに契約が必要。 -->\r\n\r\n");
      out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
      out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\">\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=Shift_JIS\" />\r\n");
      out.write("<meta name=\"description\" content=\"レイジェル既存ユーザー様特設ご購入ページ 理美容器具・エステ機器・美容用品の卸・通販 BEAUTY GARAGE\" />\r\n");
      out.write("<meta name=\"keywords\" content=\"レイジェル既存ユーザー様特設ご購入ページ\" />\r\n");
      out.write("<title>レイジェル既存ユーザー様特設ご購入ページ！ - 理美容器具・エステ機器・美容用品の卸・通販 BEAUTY GARAGE");
      out.write("</title>\r\n");
      out.write("<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\r\n");
      out.write("<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/import.css\" media=\"screen,print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/reset2.css\" media=\"screen,print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../pickup-parts/raygelnew/css/page.css\" media=\"screen,print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../pickup-parts/raygelnew/css/to-top.css\" media=\"screen, print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\" />\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../script/common.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../script/jquery.easing.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../script/jQueryAutoHeight.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../pickup-parts/raygelnew/js/jquery.pickupaddCart2.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../pickup-parts/raygelnew/js/jquery.common.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../pickup-parts/raygelnew/js/to-top.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\">\r\n$(function() {\r\n\t$('#sectionWrap').pickupAddCart2({\r\n\t\tsendURL:'");
      out.print(webshopSite);
      out.write("',\r\n\t\timgPath_on:'../../img/cart/popup_on_on.gif',\r\n\t\timgPath_off:'../../img/cart/popup_off.gif',\r\n\t\timgPath_none:'../../img/cart/popup_off.gif',\r\n\t\timgPath_popup:'../../img/cart/popup_load.gif',\r\n\t\tboxParent:'.btnBox',\r\n\t\tcrt:'crt3'\r\n\t});\r\n\t\r\n//\t$('#sectionWrap .front_show').pickupAddCart2({\r\n//\t\tsendURL:'");
      out.print(webshopSite);
      out.write("',\r\n//\t\timgPath_on:'../../img/cart/popup_on_on.gif',\r\n//\t\timgPath_off:'../../img/cart/popup_off.gif',\r\n//\t\timgPath_none:'../../img/cart/popup_off.gif',\r\n//\t\timgPath_popup:'../../img/cart/popup_load.gif',\r\n//\t\tboxParent:'li',\r\n//\t\tcrt:'crt2'\r\n//\t});\r\n\t\r\n\t$('#sec1 h3').autoHeight({column:6,height:'height'});\r\n\t$('#sec2 h3').autoHeight({column:6,height:'height'});\r\n\r\n});\r\n\r\n");
      out.write("</script>\r\n");
      out.write("<!--[if IE 6]>\r\n");
      out.write("<script src=\"../../script/DD_belatedPNG_0.0.8a-min.js\">");
      out.write("</script>\r\n");
      out.write("<script>\r\n\tDD_belatedPNG.fix('img, .png_bg');\r\n");
      out.write("</script>\r\n");
      out.write("<![endif]-->\r\n");
      out.write("</head>\r\n");
      out.write("<body class=\"style1\">\r\n");
      out.write("<a name=\"top\" id=\"top\">");
      out.write("</a>\r\n");
      out.write("<div id=\"wrapper\"> \r\n  \r\n  ");
      out.write("<!-- headerArea -->\r\n  ");

/**
 * Copyright (c) 2003-2009 System Integrator Corporation. & Beautygarage Inc.
 *                 All Rights Reserved.
 * @version $Id : include/header_inc.jsp,v 2.0 2009/04/03 Naotaka Ohsugi Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 共通ヘッダー
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Naotaka        2009/04/03  Original
 */

      out.write("\r\n");
      out.write("<script type=\"text/javascript\">\r\n\r\n  var _gaq = _gaq || [];\r\n  var pluginUrl = \r\n  '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\r\n  _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\r\n  _gaq.push(['_setAccount', 'UA-1040584-1']);\r\n  ");
 if(SIHTMLUtil.getUserInfo(request).isLogin(request)){
      out.write("\r\n  _gaq.push(['_setCustomVar', 1, 'registered', 'true', 1]);\r\n  _gaq.push(['_setCustomVar', 2, 'sessionlogin', 'true', 2]);\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'true', 3]);\r\n  ");
} else {
      out.write("\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'false', 3]);\r\n  ");
}
      out.write("\r\n  _gaq.push(['_setCustomVar', 4, 'viewmode', 'PC', 3]);\r\n  _gaq.push(['_setVar',navigator.userAgent]);\r\n  _gaq.push(['_trackPageview']);\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    //ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n\tga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n  \r\n\t//for Google Tag Manager\r\n\tdataLayer= [{\r\n\t\t'site_type':'d',\r\n\t\t//'customer_id':'【顧客コード】'\r\n\t}];\r\n");
      out.write("</script>\r\n");
      out.write("<!-- Google Tag Manager -->\r\n");
      out.write("<noscript>");
      out.write("<iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-K5Q24Q\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\">");
      out.write("</iframe>");
      out.write("</noscript>\r\n");
      out.write("<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-K5Q24Q');");
      out.write("</script>\r\n");
      out.write("<!-- End Google Tag Manager -->\r\n");
 
//▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/switch.js\">");
      out.write("</script>\r\n");
      out.write("\r\n");
if(SIURLMap.isSmartPhone(request)){
      out.write("\r\n");
      out.write("<style type=\"text/css\"> \r\n");
      out.write("<!--\r\n#headerSearch {top:278px;} /*186pxにプラス*/\r\n#header_spbnr {display:block; width:950px; height:120px; margin:5px auto 0;}\r\n-->\r\n");
      out.write("</style>\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/jquery.spChanger.js\">");
      out.write("</script>\r\n");
      out.write("<a href=\"javascript:void(0);\" onClick=\"switchSP();\" id=\"header_spbnr\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/banner/banner_spsite.jpg\" alt=\"スマートフォン専用サイトはこちら\" width=\"950\" height=\"120\">");
      out.write("</a>\r\n");
}
      out.write("\r\n");
      out.write("\r\n");
      out.write("<!--[if lt IE 7]>  ");
      out.write("<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>    ");
      out.write("<div style='width: 850px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>      ");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg' alt='Warning!'/>");
      out.write("</div>      ");
      out.write("<div style='width: 485px; float: left; font-family: Arial, sans-serif;'>        ");
      out.write("<div style='font-size: 14px; font-weight: bold; margin-top: 12px;'>【お客様へ重要なお知らせ】セキュリティ強化のため、お客様が今お使いの古いWebブラウザ（IE6など）ではログインができなくなりました。");
      out.write("</div> ");
      out.write("<div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>ログインするには、こちらから新しいWebブラウザを入手・ご使用ください→");
      out.write("</div> ");
      out.write("</div>\r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.google.com/chrome?hl=ja' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/>");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.mozilla.jp' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/>");
      out.write("</a>");
      out.write("</div>      \r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.microsoft.com/ja-jp/windows/products/winfamily/ie/function/default.aspx' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer'/>");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<div style='float: left;'>");
      out.write("<a href='http://www.apple.com/jp/safari/download/' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/>");
      out.write("</a>");
      out.write("</div>      \r\n");
      out.write("</div>  ");
      out.write("</div>");
      out.write("<style type='text/css'>#headerSearch {top:225px;} /*186pxにプラス*/");
      out.write("</style>  ");
      out.write("<![endif]-->\r\n\r\n");
      out.write("\r\n");

String xForwardedFor = ((HttpServletRequest) request).getHeader("X-Forwarded-For");
if (xForwardedFor!=null && xForwardedFor.length()>=13) xForwardedFor = xForwardedFor.substring(0,13);
else xForwardedFor = "";
//xForwardedForが社内IPに一致しない場合のみ、Optimizelyのタグを配信
if ( ("219.120.56.98".equals(xForwardedFor)) || ("153.142.2.209".equals(xForwardedFor)) ) {} else { 
      out.write("\r\n");
      out.write("<script src=\"//cdn.optimizely.com/js/2916990817.js\">");
      out.write("</script>\r\n");
 } 
      out.write("\r\n");
      out.write("\r\n\r\n");
      out.write("<div id=\"headerArea\">\r\n");
      JspRuntimeLibrary.include(request, response, "/include/header_navigation_inc.jsp", out, true);
      out.write("\r\n");
      out.write("</div>\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n");
      out.write("\r\n  ");
      out.write("<!-- /headerArea --> \r\n  \r\n  ");
      out.write("<!-- contentsArea -->\r\n  ");
      out.write("<div id=\"contentsArea\"> \r\n    \r\n    ");
      out.write("<!-- root -->\r\n    \r\n    ");
      out.write("<div id=\"root\" xmlns:v=\"http://rdf.data-vocabulary.org/#\"> ");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/main\" rel=\"v:url\" property=\"v:title\">美容器具の卸通販TOP");
      out.write("</a>");
      out.write("</span> &gt; ");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.nail"));
      out.write("\" rel=\"v:url\" property=\"v:title\">");
      out.print(SIConfig.ctgryGroupName[5]);
      out.write("</a>");
      out.write("</span> &gt;\r\n      ");
      out.write("<h1>");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a property=\"v:title\">レイジェル既存ユーザー様特設ご購入ページ");
      out.write("</a>");
      out.write("</span>");
      out.write("</h1>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- root -->\r\n    \r\n    ");
      out.write("<div id=\"Wrap pagetop\">\r\n      ");
      out.write("<div id=\"p_header\">\r\n        ");
      out.write("<div class=\"innerWrap clearfix\">\r\n          ");
      out.write("<p class=\"txt1\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/header_txt1.gif\" alt=\"当ページは、レイジェル既存ユーザー様特設ご購入ページです。それ以外のお客様はこのページをご覧できないようになっております。\">");
      out.write("</p>\r\n          ");
      out.write("<p class=\"leftBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/logo.jpg\" alt=\"レイジェル\" />");
      out.write("</p>\r\n          ");
      out.write("<ul>\r\n            ");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/special_page_mainvisual.jpg\" alt=\"レイジェルが国産になってリニューアル！\" width=\"698\" />\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</div>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!-- #p_header.end -->\r\n      ");
      out.write("<div id=\"pNavi\">\r\n        ");
      out.write("<ul class=\"clearfix\">\r\n          ");
      out.write("<p>・本ページはＰＣサイト・スマートフォンサイトのみ閲覧ができます。携帯電話(フィーチャーフォン)では、閲覧が出来ませんのでご了承ください。");
      out.write("<br />\r\n            ・使用上の注意は");
      out.write("<a href=\"#guiderule\">こちら");
      out.write("</a>");
      out.write("</p>\r\n        ");
      out.write("</ul>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<div id=\"sectionWrap\">\r\n        ");
      out.write("<div id=\"sec1\" class=\"recommend\">\r\n          ");
      out.write("<div class=\"hgroup clearfix\">\r\n            ");
      out.write("<h2>ベース＆トップジェル");
      out.write("</h2>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<p style=\"line-height:1.5; margin-top:15px;\">【硬化時間】ベースジェル：UV30秒／LED10秒、トップジェル：UV60秒／LED20秒");
      out.write("<br /> ※LEDライトは36W（波長405nm±5）程度を使用した場合の硬化時間です。");
      out.write("</p>\r\n          ");
      out.write("<ul class=\"clearfix\">\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55868/55868_NJ-4717P_t.jpg\" alt=\"RaygelベースジェルNEO 4g\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>RaygelベースジェルNEO 4g");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_0 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_0.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_0.setParent(null);
      _jspx_th_webshop_siquantity_0.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4717P"));
      int _jspx_eval_webshop_siquantity_0 = _jspx_th_webshop_siquantity_0.doStartTag();
      if (_jspx_th_webshop_siquantity_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_0);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55868/NJ-4717P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55868~NJ-4717P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n             ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55869/55869_NJ-4718P_t.jpg\" alt=\"Raygel ベースジェルNEO 25g\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>Raygel ベースジェルNEO 25g");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_1 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_1.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_1.setParent(null);
      _jspx_th_webshop_siquantity_1.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4718P"));
      int _jspx_eval_webshop_siquantity_1 = _jspx_th_webshop_siquantity_1.doStartTag();
      if (_jspx_th_webshop_siquantity_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_1);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55869/NJ-4718P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55869~NJ-4718P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n             ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55870/55870_NJ-4719P_t.jpg\" alt=\"Raygel トップジェルNEO 4g\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>Raygel トップジェルNEO 4g");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_2 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_2.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_2.setParent(null);
      _jspx_th_webshop_siquantity_2.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4719P"));
      int _jspx_eval_webshop_siquantity_2 = _jspx_th_webshop_siquantity_2.doStartTag();
      if (_jspx_th_webshop_siquantity_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_2);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55870/NJ-4719P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55870~NJ-4719P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n                         ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55871/55871_NJ-4720P_t.jpg\" alt=\"Raygel トップジェルNEO 25g\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>Raygel トップジェルNEO 25g");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_3 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_3.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_3.setParent(null);
      _jspx_th_webshop_siquantity_3.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4720P"));
      int _jspx_eval_webshop_siquantity_3 = _jspx_th_webshop_siquantity_3.doStartTag();
      if (_jspx_th_webshop_siquantity_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_3);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55871/NJ-4720P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55871~NJ-4720P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n                         ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55872/55872_NJ-4721P_t.jpg\" alt=\"Raygel マットコート 4g\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>Raygel マットコート 4g");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_4 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_4.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_4.setParent(null);
      _jspx_th_webshop_siquantity_4.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4721P"));
      int _jspx_eval_webshop_siquantity_4 = _jspx_th_webshop_siquantity_4.doStartTag();
      if (_jspx_th_webshop_siquantity_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_4);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55872/NJ-4721P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55872~NJ-4721P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!-- #sec1.end -->\r\n        \r\n        ");
      out.write("<div id=\"sec2\" class=\"recommend\">\r\n          ");
      out.write("<div class=\"hgroup clearfix\">\r\n            ");
      out.write("<h2>カラージェル（全106色）");
      out.write("</h2>\r\n          ");
      out.write("</div>\r\n          ");
      out.write("<p style=\"line-height:1.5; margin-top:15px;\">【硬化時間】UV30秒／LED10秒（仮硬化 UV10秒／LED5秒）");
      out.write("<br /> ※LEDライトは36W（波長405nm±5）程度を使用した場合の硬化時間です。");
      out.write("</p>\r\n          ");
      out.write("<ul class=\"clearfix\">\r\n            ");
      out.write("<!-- /6列で１段とする/START -->\r\n            ");
      out.write("<!-- /1個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55873/55873_NJ-4722P_t.jpg\" alt=\"【NEW】Raygel カラージェルM1 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM1 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_5 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_5.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_5.setParent(null);
      _jspx_th_webshop_siquantity_5.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4722P"));
      int _jspx_eval_webshop_siquantity_5 = _jspx_th_webshop_siquantity_5.doStartTag();
      if (_jspx_th_webshop_siquantity_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_5);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55873/NJ-4722P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55873~NJ-4722P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /1個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->            \r\n           ");
      out.write("<!-- /2個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55874/55874_NJ-4723P_t.jpg\" alt=\"【NEW】Raygel カラージェルM2R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM2R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_6 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_6.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_6.setParent(null);
      _jspx_th_webshop_siquantity_6.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4723P"));
      int _jspx_eval_webshop_siquantity_6 = _jspx_th_webshop_siquantity_6.doStartTag();
      if (_jspx_th_webshop_siquantity_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_6);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55874/NJ-4723P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55874~NJ-4723P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /2個目/END -->\r\n ");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->  \r\n            ");
      out.write("<!-- /3個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55875/55875_NJ-4724P_t.jpg\" alt=\"【NEW】Raygel カラージェルM3 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM3 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_7 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_7.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_7.setParent(null);
      _jspx_th_webshop_siquantity_7.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4724P"));
      int _jspx_eval_webshop_siquantity_7 = _jspx_th_webshop_siquantity_7.doStartTag();
      if (_jspx_th_webshop_siquantity_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_7);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55875/NJ-4724P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55875~NJ-4724P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /3個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->  \r\n             ");
      out.write("<!-- /4個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55876/55876_NJ-4725P_t.jpg\" alt=\"【NEW】Raygel カラージェルM4 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM4 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_8 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_8.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_8.setParent(null);
      _jspx_th_webshop_siquantity_8.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4725P"));
      int _jspx_eval_webshop_siquantity_8 = _jspx_th_webshop_siquantity_8.doStartTag();
      if (_jspx_th_webshop_siquantity_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_8);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55876/NJ-4725P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55876~NJ-4725P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /4個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->  \r\n              ");
      out.write("<!-- /5個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55877/55877_NJ-4726P_t.jpg\" alt=\"【NEW】Raygel カラージェルM5R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM5R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_9 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_9.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_9.setParent(null);
      _jspx_th_webshop_siquantity_9.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4726P"));
      int _jspx_eval_webshop_siquantity_9 = _jspx_th_webshop_siquantity_9.doStartTag();
      if (_jspx_th_webshop_siquantity_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_9);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55877/NJ-4726P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55877~NJ-4726P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /5個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->  \r\n              ");
      out.write("<!-- /6個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55878/55878_NJ-4727P_t.jpg\" alt=\"【NEW】Raygel カラージェルM6R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM6R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_10 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_10.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_10.setParent(null);
      _jspx_th_webshop_siquantity_10.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4727P"));
      int _jspx_eval_webshop_siquantity_10 = _jspx_th_webshop_siquantity_10.doStartTag();
      if (_jspx_th_webshop_siquantity_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_10);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55878/NJ-4727P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55878~NJ-4727P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /6個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->  \r\n              ");
      out.write("<!-- /7個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55879/55879_NJ-4728P_t.jpg\" alt=\"【NEW】Raygel カラージェルM7 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM7 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_11 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_11.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_11.setParent(null);
      _jspx_th_webshop_siquantity_11.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4728P"));
      int _jspx_eval_webshop_siquantity_11 = _jspx_th_webshop_siquantity_11.doStartTag();
      if (_jspx_th_webshop_siquantity_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_11);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55879/NJ-4728P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55879~NJ-4728P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /7個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->  \r\n              ");
      out.write("<!-- /8個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55880/55880_NJ-4729P_t.jpg\" alt=\"【NEW】Raygel カラージェルM8 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM8 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_12 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_12.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_12.setParent(null);
      _jspx_th_webshop_siquantity_12.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4729P"));
      int _jspx_eval_webshop_siquantity_12 = _jspx_th_webshop_siquantity_12.doStartTag();
      if (_jspx_th_webshop_siquantity_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_12);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55880/NJ-4729P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55880~NJ-4729P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /8個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /9個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55881/55881_NJ-4730P_t.jpg\" alt=\"【NEW】Raygel カラージェルM9 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM9 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_13 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_13.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_13.setParent(null);
      _jspx_th_webshop_siquantity_13.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4730P"));
      int _jspx_eval_webshop_siquantity_13 = _jspx_th_webshop_siquantity_13.doStartTag();
      if (_jspx_th_webshop_siquantity_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_13);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55881/NJ-4730P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55881~NJ-4730P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /9個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /10個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55882/55882_NJ-4731P_t.jpg\" alt=\"【NEW】Raygel カラージェルM104g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM104g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_14 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_14.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_14.setParent(null);
      _jspx_th_webshop_siquantity_14.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4731P"));
      int _jspx_eval_webshop_siquantity_14 = _jspx_th_webshop_siquantity_14.doStartTag();
      if (_jspx_th_webshop_siquantity_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_14);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55882/NJ-4731P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55882~NJ-4731P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /10個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /11個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55883/55883_NJ-4732P_t.jpg\" alt=\"【NEW】Raygel カラージェルM11 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM11 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_15 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_15.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_15.setParent(null);
      _jspx_th_webshop_siquantity_15.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4732P"));
      int _jspx_eval_webshop_siquantity_15 = _jspx_th_webshop_siquantity_15.doStartTag();
      if (_jspx_th_webshop_siquantity_15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_15);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55883/NJ-4732P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55883~NJ-4732P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /11個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /12個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55884/55884_NJ-4733P_t.jpg\" alt=\"【NEW】Raygel カラージェルM12 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM12 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_16 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_16.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_16.setParent(null);
      _jspx_th_webshop_siquantity_16.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4733P"));
      int _jspx_eval_webshop_siquantity_16 = _jspx_th_webshop_siquantity_16.doStartTag();
      if (_jspx_th_webshop_siquantity_16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_16);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55884/NJ-4733P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55884~NJ-4733P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /12個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /13個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55885/55885_NJ-4734P_t.jpg\" alt=\"【NEW】Raygel カラージェルM13 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM13 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_17 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_17.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_17.setParent(null);
      _jspx_th_webshop_siquantity_17.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4734P"));
      int _jspx_eval_webshop_siquantity_17 = _jspx_th_webshop_siquantity_17.doStartTag();
      if (_jspx_th_webshop_siquantity_17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_17);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55885/NJ-4734P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55885~NJ-4734P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /13個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /14個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55886/55886_NJ-4735P_t.jpg\" alt=\"【NEW】Raygel カラージェルM14 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM14 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_18 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_18.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_18.setParent(null);
      _jspx_th_webshop_siquantity_18.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4735P"));
      int _jspx_eval_webshop_siquantity_18 = _jspx_th_webshop_siquantity_18.doStartTag();
      if (_jspx_th_webshop_siquantity_18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_18);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55886/NJ-4735P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55886~NJ-4735P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /14個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /15個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55887/55887_NJ-4736P_t.jpg\" alt=\"【NEW】Raygel カラージェルM15 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM15 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_19 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_19.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_19.setParent(null);
      _jspx_th_webshop_siquantity_19.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4736P"));
      int _jspx_eval_webshop_siquantity_19 = _jspx_th_webshop_siquantity_19.doStartTag();
      if (_jspx_th_webshop_siquantity_19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_19);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55887/NJ-4736P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55887~NJ-4736P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /15個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /16個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55888/55888_NJ-4737P_t.jpg\" alt=\"【NEW】Raygel カラージェルM16 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM16 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_20 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_20.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_20.setParent(null);
      _jspx_th_webshop_siquantity_20.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4737P"));
      int _jspx_eval_webshop_siquantity_20 = _jspx_th_webshop_siquantity_20.doStartTag();
      if (_jspx_th_webshop_siquantity_20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_20);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55888/NJ-4737P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55888~NJ-4737P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /16個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /17個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55889/55889_NJ-4738P_t.jpg\" alt=\"【NEW】Raygel カラージェルM17 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM17 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_21 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_21.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_21.setParent(null);
      _jspx_th_webshop_siquantity_21.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4738P"));
      int _jspx_eval_webshop_siquantity_21 = _jspx_th_webshop_siquantity_21.doStartTag();
      if (_jspx_th_webshop_siquantity_21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_21);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55889/NJ-4738P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55889~NJ-4738P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /17個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /18個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55890/55890_NJ-4739P_t.jpg\" alt=\"【NEW】Raygel カラージェルM18 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM18 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_22 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_22.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_22.setParent(null);
      _jspx_th_webshop_siquantity_22.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4739P"));
      int _jspx_eval_webshop_siquantity_22 = _jspx_th_webshop_siquantity_22.doStartTag();
      if (_jspx_th_webshop_siquantity_22.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_22);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55890/NJ-4739P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55890~NJ-4739P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /18個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /19個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55891/55891_NJ-4740P_t.jpg\" alt=\"【NEW】Raygel カラージェルM19 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM19 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_23 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_23.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_23.setParent(null);
      _jspx_th_webshop_siquantity_23.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4740P"));
      int _jspx_eval_webshop_siquantity_23 = _jspx_th_webshop_siquantity_23.doStartTag();
      if (_jspx_th_webshop_siquantity_23.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_23);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55891/NJ-4740P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55891~NJ-4740P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /19個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /20個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55892/55892_NJ-4741P_t.jpg\" alt=\"【NEW】Raygel カラージェルM20 4g(国産)\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM20 4g(国産)");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_24 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_24.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_24.setParent(null);
      _jspx_th_webshop_siquantity_24.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4741P"));
      int _jspx_eval_webshop_siquantity_24 = _jspx_th_webshop_siquantity_24.doStartTag();
      if (_jspx_th_webshop_siquantity_24.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_24);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55892/NJ-4741P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55892~NJ-4741P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /20個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /21個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55893/55893_NJ-4742P_t.jpg\" alt=\"【NEW】Raygel カラージェルM21 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM21 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_25 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_25.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_25.setParent(null);
      _jspx_th_webshop_siquantity_25.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4742P"));
      int _jspx_eval_webshop_siquantity_25 = _jspx_th_webshop_siquantity_25.doStartTag();
      if (_jspx_th_webshop_siquantity_25.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_25);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55893/NJ-4742P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55893~NJ-4742P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /21個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /22個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55894/55894_NJ-4743P_t.jpg\" alt=\"【NEW】Raygel カラージェルM22 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM22 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_26 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_26.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_26.setParent(null);
      _jspx_th_webshop_siquantity_26.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4743P"));
      int _jspx_eval_webshop_siquantity_26 = _jspx_th_webshop_siquantity_26.doStartTag();
      if (_jspx_th_webshop_siquantity_26.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_26);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55894/NJ-4743P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55894~NJ-4743P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /22個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /23個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55895/55895_NJ-4744P_t.jpg\" alt=\"【NEW】Raygel カラージェルM23 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM23 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_27 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_27.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_27.setParent(null);
      _jspx_th_webshop_siquantity_27.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4744P"));
      int _jspx_eval_webshop_siquantity_27 = _jspx_th_webshop_siquantity_27.doStartTag();
      if (_jspx_th_webshop_siquantity_27.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_27);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55895/NJ-4744P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55895~NJ-4744P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /23個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /24個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55896/55896_NJ-4745P_t.jpg\" alt=\"【NEW】Raygel カラージェルM24 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM24 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_28 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_28.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_28.setParent(null);
      _jspx_th_webshop_siquantity_28.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4745P"));
      int _jspx_eval_webshop_siquantity_28 = _jspx_th_webshop_siquantity_28.doStartTag();
      if (_jspx_th_webshop_siquantity_28.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_28);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55896/NJ-4745P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55896~NJ-4745P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /24個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /25個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55897/55897_NJ-4746P_t.jpg\" alt=\"【NEW】Raygel カラージェルM25 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM25 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_29 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_29.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_29.setParent(null);
      _jspx_th_webshop_siquantity_29.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4746P"));
      int _jspx_eval_webshop_siquantity_29 = _jspx_th_webshop_siquantity_29.doStartTag();
      if (_jspx_th_webshop_siquantity_29.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_29);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55897/NJ-4746P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55897~NJ-4746P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /25個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /26個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55898/55898_NJ-4747P_t.jpg\" alt=\"【NEW】Raygel カラージェルM26R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM26R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_30 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_30.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_30.setParent(null);
      _jspx_th_webshop_siquantity_30.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4747P"));
      int _jspx_eval_webshop_siquantity_30 = _jspx_th_webshop_siquantity_30.doStartTag();
      if (_jspx_th_webshop_siquantity_30.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_30);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55898/NJ-4747P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55898~NJ-4747P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /26個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /27個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55899/55899_NJ-4748P_t.jpg\" alt=\"【NEW】Raygel カラージェルM27 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM27 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_31 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_31.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_31.setParent(null);
      _jspx_th_webshop_siquantity_31.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4748P"));
      int _jspx_eval_webshop_siquantity_31 = _jspx_th_webshop_siquantity_31.doStartTag();
      if (_jspx_th_webshop_siquantity_31.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_31);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55899/NJ-4748P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55899~NJ-4748P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /27個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /28個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55900/55900_NJ-4749P_t.jpg\" alt=\"【NEW】Raygel カラージェルM28 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM28 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_32 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_32.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_32.setParent(null);
      _jspx_th_webshop_siquantity_32.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4749P"));
      int _jspx_eval_webshop_siquantity_32 = _jspx_th_webshop_siquantity_32.doStartTag();
      if (_jspx_th_webshop_siquantity_32.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_32);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55900/NJ-4749P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55900~NJ-4749P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /28個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// --> \r\n              ");
      out.write("<!-- /29個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55901/55901_NJ-4750P_t.jpg\" alt=\"【NEW】Raygel カラージェルM29R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM29R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_33 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_33.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_33.setParent(null);
      _jspx_th_webshop_siquantity_33.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4750P"));
      int _jspx_eval_webshop_siquantity_33 = _jspx_th_webshop_siquantity_33.doStartTag();
      if (_jspx_th_webshop_siquantity_33.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_33);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55901/NJ-4750P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55901~NJ-4750P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /29個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /30個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55902/55902_NJ-4751P_t.jpg\" alt=\"【NEW】Raygel カラージェルM30 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM30 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_34 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_34.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_34.setParent(null);
      _jspx_th_webshop_siquantity_34.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4751P"));
      int _jspx_eval_webshop_siquantity_34 = _jspx_th_webshop_siquantity_34.doStartTag();
      if (_jspx_th_webshop_siquantity_34.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_34);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55902/NJ-4751P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55902~NJ-4751P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /30個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /31個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55903/55903_NJ-4752P_t.jpg\" alt=\"【NEW】Raygel カラージェルM31 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM31 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_35 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_35.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_35.setParent(null);
      _jspx_th_webshop_siquantity_35.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4752P"));
      int _jspx_eval_webshop_siquantity_35 = _jspx_th_webshop_siquantity_35.doStartTag();
      if (_jspx_th_webshop_siquantity_35.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_35);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55903/NJ-4752P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55903~NJ-4752P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /31個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /32個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55904/55904_NJ-4753P_t.jpg\" alt=\"【NEW】Raygel カラージェルM32 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM32 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_36 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_36.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_36.setParent(null);
      _jspx_th_webshop_siquantity_36.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4753P"));
      int _jspx_eval_webshop_siquantity_36 = _jspx_th_webshop_siquantity_36.doStartTag();
      if (_jspx_th_webshop_siquantity_36.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_36);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55904/NJ-4753P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55904~NJ-4753P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /32個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /33個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55905/55905_NJ-4754P_t.jpg\" alt=\"【NEW】Raygel カラージェルM33R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM33R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_37 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_37.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_37.setParent(null);
      _jspx_th_webshop_siquantity_37.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4754P"));
      int _jspx_eval_webshop_siquantity_37 = _jspx_th_webshop_siquantity_37.doStartTag();
      if (_jspx_th_webshop_siquantity_37.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_37);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55905/NJ-4754P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55905~NJ-4754P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /33個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /34個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55906/55906_NJ-4755P_t.jpg\" alt=\"【NEW】Raygel カラージェルM34 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM34 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_38 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_38.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_38.setParent(null);
      _jspx_th_webshop_siquantity_38.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4755P"));
      int _jspx_eval_webshop_siquantity_38 = _jspx_th_webshop_siquantity_38.doStartTag();
      if (_jspx_th_webshop_siquantity_38.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_38);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55906/NJ-4755P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55906~NJ-4755P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /34個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /35個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55907/55907_NJ-4756P_t.jpg\" alt=\"【NEW】Raygel カラージェルM35 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM35 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_39 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_39.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_39.setParent(null);
      _jspx_th_webshop_siquantity_39.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4756P"));
      int _jspx_eval_webshop_siquantity_39 = _jspx_th_webshop_siquantity_39.doStartTag();
      if (_jspx_th_webshop_siquantity_39.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_39);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55907/NJ-4756P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55907~NJ-4756P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /35個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /36個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55908/55908_NJ-4757P_t.jpg\" alt=\"【NEW】Raygel カラージェルM36 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM36 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_40 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_40.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_40.setParent(null);
      _jspx_th_webshop_siquantity_40.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4757P"));
      int _jspx_eval_webshop_siquantity_40 = _jspx_th_webshop_siquantity_40.doStartTag();
      if (_jspx_th_webshop_siquantity_40.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_40);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55908/NJ-4757P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55908~NJ-4757P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /36個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// --> \r\n              ");
      out.write("<!-- /37個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55909/55909_NJ-4758P_t.jpg\" alt=\"【NEW】Raygel カラージェルM37 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM37 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_41 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_41.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_41.setParent(null);
      _jspx_th_webshop_siquantity_41.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4758P"));
      int _jspx_eval_webshop_siquantity_41 = _jspx_th_webshop_siquantity_41.doStartTag();
      if (_jspx_th_webshop_siquantity_41.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_41);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55909/NJ-4758P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55909~NJ-4758P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /37個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /38個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55910/55910_NJ-4759P_t.jpg\" alt=\"【NEW】Raygel カラージェルM38 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM38 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_42 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_42.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_42.setParent(null);
      _jspx_th_webshop_siquantity_42.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4759P"));
      int _jspx_eval_webshop_siquantity_42 = _jspx_th_webshop_siquantity_42.doStartTag();
      if (_jspx_th_webshop_siquantity_42.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_42);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55910/NJ-4759P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55910~NJ-4759P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /38個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /39個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55911/55911_NJ-4760P_t.jpg\" alt=\"【NEW】Raygel カラージェルP39 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP39 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_43 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_43.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_43.setParent(null);
      _jspx_th_webshop_siquantity_43.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4760P"));
      int _jspx_eval_webshop_siquantity_43 = _jspx_th_webshop_siquantity_43.doStartTag();
      if (_jspx_th_webshop_siquantity_43.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_43);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55911/NJ-4760P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55911~NJ-4760P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /39個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /40個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55912/55912_NJ-4761P_t.jpg\" alt=\"【NEW】Raygel カラージェルP40R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP40R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_44 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_44.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_44.setParent(null);
      _jspx_th_webshop_siquantity_44.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4761P"));
      int _jspx_eval_webshop_siquantity_44 = _jspx_th_webshop_siquantity_44.doStartTag();
      if (_jspx_th_webshop_siquantity_44.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_44);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55912/NJ-4761P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55912~NJ-4761P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /40個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /41個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55913/55913_NJ-4762P_t.jpg\" alt=\"【NEW】Raygel カラージェルP41 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP41 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_45 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_45.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_45.setParent(null);
      _jspx_th_webshop_siquantity_45.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4762P"));
      int _jspx_eval_webshop_siquantity_45 = _jspx_th_webshop_siquantity_45.doStartTag();
      if (_jspx_th_webshop_siquantity_45.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_45);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55913/NJ-4762P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55913~NJ-4762P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /41個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /42個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55914/55914_NJ-4763P_t.jpg\" alt=\"【NEW】Raygel カラージェルP42 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP42 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_46 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_46.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_46.setParent(null);
      _jspx_th_webshop_siquantity_46.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4763P"));
      int _jspx_eval_webshop_siquantity_46 = _jspx_th_webshop_siquantity_46.doStartTag();
      if (_jspx_th_webshop_siquantity_46.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_46);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55914/NJ-4763P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55914~NJ-4763P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /42個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /43個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55915/55915_NJ-4764P_t.jpg\" alt=\"【NEW】Raygel カラージェルP43 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP43 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_47 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_47.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_47.setParent(null);
      _jspx_th_webshop_siquantity_47.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4764P"));
      int _jspx_eval_webshop_siquantity_47 = _jspx_th_webshop_siquantity_47.doStartTag();
      if (_jspx_th_webshop_siquantity_47.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_47);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55915/NJ-4764P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55915~NJ-4764P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /43個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /44個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55916/55916_NJ-4765P_t.jpg\" alt=\"【NEW】Raygel カラージェルP44 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP44 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_48 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_48.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_48.setParent(null);
      _jspx_th_webshop_siquantity_48.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4765P"));
      int _jspx_eval_webshop_siquantity_48 = _jspx_th_webshop_siquantity_48.doStartTag();
      if (_jspx_th_webshop_siquantity_48.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_48);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55916/NJ-4765P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55916~NJ-4765P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /44個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /45個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55917/55917_NJ-4766P_t.jpg\" alt=\"【NEW】Raygel カラージェルP45R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP45R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_49 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_49.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_49.setParent(null);
      _jspx_th_webshop_siquantity_49.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4766P"));
      int _jspx_eval_webshop_siquantity_49 = _jspx_th_webshop_siquantity_49.doStartTag();
      if (_jspx_th_webshop_siquantity_49.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_49);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55917/NJ-4766P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55917~NJ-4766P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /45個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /46個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55918/55918_NJ-4767P_t.jpg\" alt=\"【NEW】Raygel カラージェルP46 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP46 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_50 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_50.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_50.setParent(null);
      _jspx_th_webshop_siquantity_50.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4767P"));
      int _jspx_eval_webshop_siquantity_50 = _jspx_th_webshop_siquantity_50.doStartTag();
      if (_jspx_th_webshop_siquantity_50.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_50);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55918/NJ-4767P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55918~NJ-4767P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /46個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /47個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55919/55919_NJ-4768P_t.jpg\" alt=\"【NEW】Raygel カラージェルM52 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM52 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_51 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_51.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_51.setParent(null);
      _jspx_th_webshop_siquantity_51.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4768P"));
      int _jspx_eval_webshop_siquantity_51 = _jspx_th_webshop_siquantity_51.doStartTag();
      if (_jspx_th_webshop_siquantity_51.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_51);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55919/NJ-4768P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55919~NJ-4768P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /47個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /48個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55920/55920_NJ-4769P_t.jpg\" alt=\"【NEW】Raygel カラージェルM53 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM53 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_52 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_52.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_52.setParent(null);
      _jspx_th_webshop_siquantity_52.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4769P"));
      int _jspx_eval_webshop_siquantity_52 = _jspx_th_webshop_siquantity_52.doStartTag();
      if (_jspx_th_webshop_siquantity_52.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_52);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55920/NJ-4769P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55920~NJ-4769P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /48個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /49個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55921/55921_NJ-4770P_t.jpg\" alt=\"【NEW】Raygel カラージェルM54 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM54 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_53 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_53.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_53.setParent(null);
      _jspx_th_webshop_siquantity_53.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4770P"));
      int _jspx_eval_webshop_siquantity_53 = _jspx_th_webshop_siquantity_53.doStartTag();
      if (_jspx_th_webshop_siquantity_53.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_53);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55921/NJ-4770P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55921~NJ-4770P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /49個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /50個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55922/55922_NJ-4771P_t.jpg\" alt=\"【NEW】Raygel カラージェルM55R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM55R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_54 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_54.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_54.setParent(null);
      _jspx_th_webshop_siquantity_54.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4771P"));
      int _jspx_eval_webshop_siquantity_54 = _jspx_th_webshop_siquantity_54.doStartTag();
      if (_jspx_th_webshop_siquantity_54.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_54);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55922/NJ-4771P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55922~NJ-4771P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /50個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /51個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55923/55923_NJ-4772P_t.jpg\" alt=\"【NEW】Raygel カラージェルM56 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM56 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_55 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_55.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_55.setParent(null);
      _jspx_th_webshop_siquantity_55.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4772P"));
      int _jspx_eval_webshop_siquantity_55 = _jspx_th_webshop_siquantity_55.doStartTag();
      if (_jspx_th_webshop_siquantity_55.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_55);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55923/NJ-4772P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55923~NJ-4772P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /51個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /52個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55924/55924_NJ-4773P_t.jpg\" alt=\"【NEW】Raygel カラージェルM57 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM56 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_56 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_56.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_56.setParent(null);
      _jspx_th_webshop_siquantity_56.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4773P"));
      int _jspx_eval_webshop_siquantity_56 = _jspx_th_webshop_siquantity_56.doStartTag();
      if (_jspx_th_webshop_siquantity_56.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_56);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55924/NJ-4773P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55924~NJ-4773P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /52個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /53個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55925/55925_NJ-4774P_t.jpg\" alt=\"【NEW】Raygel カラージェルM58 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM58 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_57 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_57.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_57.setParent(null);
      _jspx_th_webshop_siquantity_57.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4774P"));
      int _jspx_eval_webshop_siquantity_57 = _jspx_th_webshop_siquantity_57.doStartTag();
      if (_jspx_th_webshop_siquantity_57.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_57);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55925/NJ-4774P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55925~NJ-4774P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /53個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /54個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55926/55926_NJ-4775P_t.jpg\" alt=\"【NEW】Raygel カラージェルM62 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM62 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_58 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_58.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_58.setParent(null);
      _jspx_th_webshop_siquantity_58.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4775P"));
      int _jspx_eval_webshop_siquantity_58 = _jspx_th_webshop_siquantity_58.doStartTag();
      if (_jspx_th_webshop_siquantity_58.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_58);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55926/NJ-4775P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55926~NJ-4775P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /54個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /55個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55927/55927_NJ-4776P_t.jpg\" alt=\"【NEW】Raygel カラージェルM63 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM63 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_59 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_59.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_59.setParent(null);
      _jspx_th_webshop_siquantity_59.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4776P"));
      int _jspx_eval_webshop_siquantity_59 = _jspx_th_webshop_siquantity_59.doStartTag();
      if (_jspx_th_webshop_siquantity_59.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_59);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55927/NJ-4776P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55927~NJ-4776P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /55個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /56個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55928/55928_NJ-4777P_t.jpg\" alt=\"【NEW】Raygel カラージェルM64 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM64 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_60 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_60.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_60.setParent(null);
      _jspx_th_webshop_siquantity_60.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4777P"));
      int _jspx_eval_webshop_siquantity_60 = _jspx_th_webshop_siquantity_60.doStartTag();
      if (_jspx_th_webshop_siquantity_60.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_60);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55928/NJ-4777P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55928~NJ-4777P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /56個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /57個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55929/55929_NJ-4778P_t.jpg\" alt=\"【NEW】Raygel カラージェルM65 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM65 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_61 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_61.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_61.setParent(null);
      _jspx_th_webshop_siquantity_61.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4778P"));
      int _jspx_eval_webshop_siquantity_61 = _jspx_th_webshop_siquantity_61.doStartTag();
      if (_jspx_th_webshop_siquantity_61.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_61);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55929/NJ-4778P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55929~NJ-4778P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /57個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /58個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55930/55930_NJ-4779P_t.jpg\" alt=\"【NEW】Raygel カラージェルM66 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM66 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_62 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_62.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_62.setParent(null);
      _jspx_th_webshop_siquantity_62.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4779P"));
      int _jspx_eval_webshop_siquantity_62 = _jspx_th_webshop_siquantity_62.doStartTag();
      if (_jspx_th_webshop_siquantity_62.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_62);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55930/NJ-4779P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55930~NJ-4779P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /58個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /59個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55931/55931_NJ-4780P_t.jpg\" alt=\"【NEW】Raygel カラージェルM67 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM67 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_63 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_63.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_63.setParent(null);
      _jspx_th_webshop_siquantity_63.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4780P"));
      int _jspx_eval_webshop_siquantity_63 = _jspx_th_webshop_siquantity_63.doStartTag();
      if (_jspx_th_webshop_siquantity_63.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_63);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55931/NJ-4780P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55931~NJ-4780P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /59個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /60個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55932/55932_NJ-4781P_t.jpg\" alt=\"【NEW】Raygel カラージェルM68 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM68 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_64 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_64.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_64.setParent(null);
      _jspx_th_webshop_siquantity_64.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4781P"));
      int _jspx_eval_webshop_siquantity_64 = _jspx_th_webshop_siquantity_64.doStartTag();
      if (_jspx_th_webshop_siquantity_64.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_64);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55932/NJ-4781P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55932~NJ-4781P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /60個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /61個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55933/55933_NJ-4782P_t.jpg\" alt=\"【NEW】Raygel カラージェルM69 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM69 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_65 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_65.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_65.setParent(null);
      _jspx_th_webshop_siquantity_65.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4782P"));
      int _jspx_eval_webshop_siquantity_65 = _jspx_th_webshop_siquantity_65.doStartTag();
      if (_jspx_th_webshop_siquantity_65.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_65);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55933/NJ-4782P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55933~NJ-4782P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /61個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /62個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55934/55934_NJ-4783P_t.jpg\" alt=\"【NEW】Raygel カラージェルP70 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP70 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_66 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_66.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_66.setParent(null);
      _jspx_th_webshop_siquantity_66.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4783P"));
      int _jspx_eval_webshop_siquantity_66 = _jspx_th_webshop_siquantity_66.doStartTag();
      if (_jspx_th_webshop_siquantity_66.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_66);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55934/NJ-4783P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55934~NJ-4783P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /62個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /63個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55935/55935_NJ-4784P_t.jpg\" alt=\"【NEW】Raygel カラージェルM71 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM71 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_67 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_67.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_67.setParent(null);
      _jspx_th_webshop_siquantity_67.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4784P"));
      int _jspx_eval_webshop_siquantity_67 = _jspx_th_webshop_siquantity_67.doStartTag();
      if (_jspx_th_webshop_siquantity_67.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_67);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55935/NJ-4784P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55935~NJ-4784P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /63個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /64個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55936/55936_NJ-4785P_t.jpg\" alt=\"【NEW】Raygel カラージェルM72 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM72 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_68 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_68.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_68.setParent(null);
      _jspx_th_webshop_siquantity_68.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4785P"));
      int _jspx_eval_webshop_siquantity_68 = _jspx_th_webshop_siquantity_68.doStartTag();
      if (_jspx_th_webshop_siquantity_68.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_68);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55936/NJ-4785P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55936~NJ-4785P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /64個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /65個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55937/55937_NJ-4786P_t.jpg\" alt=\"【NEW】Raygel カラージェルM73 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM73 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_69 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_69.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_69.setParent(null);
      _jspx_th_webshop_siquantity_69.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4786P"));
      int _jspx_eval_webshop_siquantity_69 = _jspx_th_webshop_siquantity_69.doStartTag();
      if (_jspx_th_webshop_siquantity_69.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_69);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55937/NJ-4786P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55937~NJ-4786P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /65個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /66個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55938/55938_NJ-4787P_t.jpg\" alt=\"【NEW】Raygel カラージェルM74 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM74 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_70 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_70.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_70.setParent(null);
      _jspx_th_webshop_siquantity_70.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4787P"));
      int _jspx_eval_webshop_siquantity_70 = _jspx_th_webshop_siquantity_70.doStartTag();
      if (_jspx_th_webshop_siquantity_70.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_70);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55938/NJ-4787P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55938~NJ-4787P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /66個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /67個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55939/55939_NJ-4788P_t.jpg\" alt=\"【NEW】Raygel カラージェルM75 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM75 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_71 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_71.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_71.setParent(null);
      _jspx_th_webshop_siquantity_71.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4788P"));
      int _jspx_eval_webshop_siquantity_71 = _jspx_th_webshop_siquantity_71.doStartTag();
      if (_jspx_th_webshop_siquantity_71.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_71);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55939/NJ-4788P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55939~NJ-4788P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /67個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /68個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55940/55940_NJ-4789P_t.jpg\" alt=\"【NEW】Raygel カラージェルM76 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM76 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_72 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_72.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_72.setParent(null);
      _jspx_th_webshop_siquantity_72.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4789P"));
      int _jspx_eval_webshop_siquantity_72 = _jspx_th_webshop_siquantity_72.doStartTag();
      if (_jspx_th_webshop_siquantity_72.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_72);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55940/NJ-4789P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55940~NJ-4789P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /68個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /69個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55941/55941_NJ-4790P_t.jpg\" alt=\"【NEW】Raygel カラージェルM77 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM77 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_73 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_73.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_73.setParent(null);
      _jspx_th_webshop_siquantity_73.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4790P"));
      int _jspx_eval_webshop_siquantity_73 = _jspx_th_webshop_siquantity_73.doStartTag();
      if (_jspx_th_webshop_siquantity_73.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_73);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55941/NJ-4790P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55941~NJ-4790P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /69個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /70個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55942/55942_NJ-4791P_t.jpg\" alt=\"【NEW】Raygel カラージェルP78 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP78 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_74 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_74.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_74.setParent(null);
      _jspx_th_webshop_siquantity_74.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4791P"));
      int _jspx_eval_webshop_siquantity_74 = _jspx_th_webshop_siquantity_74.doStartTag();
      if (_jspx_th_webshop_siquantity_74.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_74);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55942/NJ-4791P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55942~NJ-4791P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /70個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /71個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55943/55943_NJ-4792P_t.jpg\" alt=\"【NEW】Raygel カラージェルP79 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP79 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_75 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_75.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_75.setParent(null);
      _jspx_th_webshop_siquantity_75.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4792P"));
      int _jspx_eval_webshop_siquantity_75 = _jspx_th_webshop_siquantity_75.doStartTag();
      if (_jspx_th_webshop_siquantity_75.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_75);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55943/NJ-4792P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55943~NJ-4792P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /71個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /72個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55944/55944_NJ-4793P_t.jpg\" alt=\"【NEW】Raygel カラージェルP80 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルP80 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_76 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_76.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_76.setParent(null);
      _jspx_th_webshop_siquantity_76.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4793P"));
      int _jspx_eval_webshop_siquantity_76 = _jspx_th_webshop_siquantity_76.doStartTag();
      if (_jspx_th_webshop_siquantity_76.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_76);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55944/NJ-4793P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55944~NJ-4793P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /72個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /73個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55945/55945_NJ-4794P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG81 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG81 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_77 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_77.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_77.setParent(null);
      _jspx_th_webshop_siquantity_77.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4794P"));
      int _jspx_eval_webshop_siquantity_77 = _jspx_th_webshop_siquantity_77.doStartTag();
      if (_jspx_th_webshop_siquantity_77.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_77);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55945/NJ-4794P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55945~NJ-4794P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /73個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /74個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55946/55946_NJ-4795P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG82 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG82 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_78 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_78.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_78.setParent(null);
      _jspx_th_webshop_siquantity_78.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4795P"));
      int _jspx_eval_webshop_siquantity_78 = _jspx_th_webshop_siquantity_78.doStartTag();
      if (_jspx_th_webshop_siquantity_78.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_78);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55946/NJ-4795P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55946~NJ-4795P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /74個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /75個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55947/55947_NJ-4796P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG83 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG83 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_79 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_79.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_79.setParent(null);
      _jspx_th_webshop_siquantity_79.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4796P"));
      int _jspx_eval_webshop_siquantity_79 = _jspx_th_webshop_siquantity_79.doStartTag();
      if (_jspx_th_webshop_siquantity_79.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_79);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55947/NJ-4796P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55947~NJ-4796P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /75個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /76個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55948/55948_NJ-4797P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG84R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG84R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_80 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_80.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_80.setParent(null);
      _jspx_th_webshop_siquantity_80.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4797P"));
      int _jspx_eval_webshop_siquantity_80 = _jspx_th_webshop_siquantity_80.doStartTag();
      if (_jspx_th_webshop_siquantity_80.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_80);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55948/NJ-4797P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55948~NJ-4797P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /76個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /77個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55949/55949_NJ-4798P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG85 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG85 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_81 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_81.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_81.setParent(null);
      _jspx_th_webshop_siquantity_81.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4798P"));
      int _jspx_eval_webshop_siquantity_81 = _jspx_th_webshop_siquantity_81.doStartTag();
      if (_jspx_th_webshop_siquantity_81.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_81);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55949/NJ-4798P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55949~NJ-4798P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /77個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /78個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55950/55950_NJ-4799P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG86R 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG86R 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_82 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_82.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_82.setParent(null);
      _jspx_th_webshop_siquantity_82.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4799P"));
      int _jspx_eval_webshop_siquantity_82 = _jspx_th_webshop_siquantity_82.doStartTag();
      if (_jspx_th_webshop_siquantity_82.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_82);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55950/NJ-4799P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55950~NJ-4799P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /78個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /79個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55951/55951_NJ-4800P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG87 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG87 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_83 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_83.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_83.setParent(null);
      _jspx_th_webshop_siquantity_83.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4800P"));
      int _jspx_eval_webshop_siquantity_83 = _jspx_th_webshop_siquantity_83.doStartTag();
      if (_jspx_th_webshop_siquantity_83.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_83);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55951/NJ-4800P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55951~NJ-4800P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /79個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /80個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55952/55952_NJ-4801P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG88 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG88 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_84 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_84.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_84.setParent(null);
      _jspx_th_webshop_siquantity_84.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4801P"));
      int _jspx_eval_webshop_siquantity_84 = _jspx_th_webshop_siquantity_84.doStartTag();
      if (_jspx_th_webshop_siquantity_84.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_84);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55952/NJ-4801P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55952~NJ-4801P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /80個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /81個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55953/55953_NJ-4802P_t.jpg\" alt=\"【NEW】Raygel カラージェルPG89 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルPG89 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_85 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_85.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_85.setParent(null);
      _jspx_th_webshop_siquantity_85.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4802P"));
      int _jspx_eval_webshop_siquantity_85 = _jspx_th_webshop_siquantity_85.doStartTag();
      if (_jspx_th_webshop_siquantity_85.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_85);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55953/NJ-4802P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55953~NJ-4802P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /81個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /82個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55954/55954_NJ-4803P_t.jpg\" alt=\"【NEW】Raygel カラージェルM90 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM90 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_86 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_86.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_86.setParent(null);
      _jspx_th_webshop_siquantity_86.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4803P"));
      int _jspx_eval_webshop_siquantity_86 = _jspx_th_webshop_siquantity_86.doStartTag();
      if (_jspx_th_webshop_siquantity_86.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_86);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55954/NJ-4803P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55954~NJ-4803P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /82個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /83個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55955/55955_NJ-4804P_t.jpg\" alt=\"【NEW】Raygel カラージェルM91 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM91 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_87 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_87.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_87.setParent(null);
      _jspx_th_webshop_siquantity_87.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4804P"));
      int _jspx_eval_webshop_siquantity_87 = _jspx_th_webshop_siquantity_87.doStartTag();
      if (_jspx_th_webshop_siquantity_87.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_87);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55955/NJ-4804P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55955~NJ-4804P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /83個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /84個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55956/55956_NJ-4805P_t.jpg\" alt=\"【NEW】Raygel カラージェルM92 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM92 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_88 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_88.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_88.setParent(null);
      _jspx_th_webshop_siquantity_88.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4805P"));
      int _jspx_eval_webshop_siquantity_88 = _jspx_th_webshop_siquantity_88.doStartTag();
      if (_jspx_th_webshop_siquantity_88.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_88);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55956/NJ-4805P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55956~NJ-4805P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /84個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /85個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55957/55957_NJ-4806P_t.jpg\" alt=\"【NEW】Raygel カラージェルM93 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM93 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_89 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_89.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_89.setParent(null);
      _jspx_th_webshop_siquantity_89.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4806P"));
      int _jspx_eval_webshop_siquantity_89 = _jspx_th_webshop_siquantity_89.doStartTag();
      if (_jspx_th_webshop_siquantity_89.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_89);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55957/NJ-4806P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55957~NJ-4806P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /85個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /86個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55958/55958_NJ-4807P_t.jpg\" alt=\"【NEW】Raygel カラージェルM94 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM94 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_90 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_90.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_90.setParent(null);
      _jspx_th_webshop_siquantity_90.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4807P"));
      int _jspx_eval_webshop_siquantity_90 = _jspx_th_webshop_siquantity_90.doStartTag();
      if (_jspx_th_webshop_siquantity_90.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_90);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55958/NJ-4807P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55958~NJ-4807P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /86個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /87個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55959/55959_NJ-4808P_t.jpg\" alt=\"【NEW】Raygel カラージェルM95 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM95 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_91 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_91.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_91.setParent(null);
      _jspx_th_webshop_siquantity_91.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4808P"));
      int _jspx_eval_webshop_siquantity_91 = _jspx_th_webshop_siquantity_91.doStartTag();
      if (_jspx_th_webshop_siquantity_91.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_91);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55959/NJ-4808P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55959~NJ-4808P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /87個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /88個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55960/55960_NJ-4809P_t.jpg\" alt=\"【NEW】Raygel カラージェルM96 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM96 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_92 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_92.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_92.setParent(null);
      _jspx_th_webshop_siquantity_92.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4809P"));
      int _jspx_eval_webshop_siquantity_92 = _jspx_th_webshop_siquantity_92.doStartTag();
      if (_jspx_th_webshop_siquantity_92.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_92);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55960/NJ-4809P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55960~NJ-4809P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /88個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /89個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55961/55961_NJ-4810P_t.jpg\" alt=\"【NEW】Raygel カラージェルGM97 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルGM97 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_93 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_93.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_93.setParent(null);
      _jspx_th_webshop_siquantity_93.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4810P"));
      int _jspx_eval_webshop_siquantity_93 = _jspx_th_webshop_siquantity_93.doStartTag();
      if (_jspx_th_webshop_siquantity_93.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_93);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55961/NJ-4810P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55961~NJ-4810P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /89個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /90個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55962/55962_NJ-4811P_t.jpg\" alt=\"【NEW】Raygel カラージェルGM98 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルGM98 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_94 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_94.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_94.setParent(null);
      _jspx_th_webshop_siquantity_94.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4811P"));
      int _jspx_eval_webshop_siquantity_94 = _jspx_th_webshop_siquantity_94.doStartTag();
      if (_jspx_th_webshop_siquantity_94.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_94);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55962/NJ-4811P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55962~NJ-4811P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /90個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /91個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55963/55963_NJ-4812P_t.jpg\" alt=\"【NEW】Raygel カラージェルGM99 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルGM99 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_95 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_95.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_95.setParent(null);
      _jspx_th_webshop_siquantity_95.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4812P"));
      int _jspx_eval_webshop_siquantity_95 = _jspx_th_webshop_siquantity_95.doStartTag();
      if (_jspx_th_webshop_siquantity_95.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_95);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55963/NJ-4812P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55963~NJ-4812P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /91個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /92個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55964/55964_NJ-4813P_t.jpg\" alt=\"【NEW】Raygel カラージェルGM100 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルGM100 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_96 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_96.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_96.setParent(null);
      _jspx_th_webshop_siquantity_96.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4813P"));
      int _jspx_eval_webshop_siquantity_96 = _jspx_th_webshop_siquantity_96.doStartTag();
      if (_jspx_th_webshop_siquantity_96.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_96);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55964/NJ-4813P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55964~NJ-4813P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /92個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /93個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55965/55965_NJ-4814P_t.jpg\" alt=\"【NEW】Raygel カラージェルM101 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM101 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_97 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_97.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_97.setParent(null);
      _jspx_th_webshop_siquantity_97.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4814P"));
      int _jspx_eval_webshop_siquantity_97 = _jspx_th_webshop_siquantity_97.doStartTag();
      if (_jspx_th_webshop_siquantity_97.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_97);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55965/NJ-4814P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55965~NJ-4814P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /93個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /94個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55966/55966_NJ-4815P_t.jpg\" alt=\"【NEW】Raygel カラージェルM102 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM102 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_98 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_98.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_98.setParent(null);
      _jspx_th_webshop_siquantity_98.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4815P"));
      int _jspx_eval_webshop_siquantity_98 = _jspx_th_webshop_siquantity_98.doStartTag();
      if (_jspx_th_webshop_siquantity_98.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_98);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55966/NJ-4815P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55966~NJ-4815P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /94個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /95個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55967/55967_NJ-4816P_t.jpg\" alt=\"【NEW】Raygel カラージェルM103 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM103 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_99 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_99.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_99.setParent(null);
      _jspx_th_webshop_siquantity_99.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4816P"));
      int _jspx_eval_webshop_siquantity_99 = _jspx_th_webshop_siquantity_99.doStartTag();
      if (_jspx_th_webshop_siquantity_99.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_99);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55967/NJ-4816P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55967~NJ-4816P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /95個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /96個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55968/55968_NJ-4817P_t.jpg\" alt=\"【NEW】Raygel カラージェルM104 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM104 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_100 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_100.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_100.setParent(null);
      _jspx_th_webshop_siquantity_100.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4817P"));
      int _jspx_eval_webshop_siquantity_100 = _jspx_th_webshop_siquantity_100.doStartTag();
      if (_jspx_th_webshop_siquantity_100.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_100);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55968/NJ-4817P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55968~NJ-4817P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /96個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /97個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55969/55969_NJ-4818P_t.jpg\" alt=\"【NEW】Raygel カラージェルM105 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM105 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_101 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_101.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_101.setParent(null);
      _jspx_th_webshop_siquantity_101.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4818P"));
      int _jspx_eval_webshop_siquantity_101 = _jspx_th_webshop_siquantity_101.doStartTag();
      if (_jspx_th_webshop_siquantity_101.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_101);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55969/NJ-4818P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55969~NJ-4818P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /97個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /98個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55970/55970_NJ-4819P_t.jpg\" alt=\"【NEW】Raygel カラージェルM106 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM106 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_102 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_102.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_102.setParent(null);
      _jspx_th_webshop_siquantity_102.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4819P"));
      int _jspx_eval_webshop_siquantity_102 = _jspx_th_webshop_siquantity_102.doStartTag();
      if (_jspx_th_webshop_siquantity_102.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_102);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55970/NJ-4819P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55970~NJ-4819P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /98個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /99個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55971/55971_NJ-4820P_t.jpg\" alt=\"【NEW】Raygel カラージェルM107 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルM107 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_103 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_103.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_103.setParent(null);
      _jspx_th_webshop_siquantity_103.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4820P"));
      int _jspx_eval_webshop_siquantity_103 = _jspx_th_webshop_siquantity_103.doStartTag();
      if (_jspx_th_webshop_siquantity_103.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_103);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55971/NJ-4820P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55971~NJ-4820P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /99個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /100個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55972/55972_NJ-4821P_t.jpg\" alt=\"【NEW】Raygel カラージェルG108 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルG108 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_104 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_104.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_104.setParent(null);
      _jspx_th_webshop_siquantity_104.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4821P"));
      int _jspx_eval_webshop_siquantity_104 = _jspx_th_webshop_siquantity_104.doStartTag();
      if (_jspx_th_webshop_siquantity_104.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_104);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55972/NJ-4821P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55972~NJ-4821P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /100個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /101個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55973/55973_NJ-4822P_t.jpg\" alt=\"【NEW】Raygel カラージェルG109 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルG109 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_105 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_105.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_105.setParent(null);
      _jspx_th_webshop_siquantity_105.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4822P"));
      int _jspx_eval_webshop_siquantity_105 = _jspx_th_webshop_siquantity_105.doStartTag();
      if (_jspx_th_webshop_siquantity_105.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_105);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55973/NJ-4822P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55973~NJ-4822P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /101個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /102個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55974/55974_NJ-4823P_t.jpg\" alt=\"【NEW】Raygel カラージェルG110 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルG110 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_106 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_106.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_106.setParent(null);
      _jspx_th_webshop_siquantity_106.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4823P"));
      int _jspx_eval_webshop_siquantity_106 = _jspx_th_webshop_siquantity_106.doStartTag();
      if (_jspx_th_webshop_siquantity_106.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_106);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55974/NJ-4823P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55974~NJ-4823P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /102個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /103個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55975/55975_NJ-4824P_t.jpg\" alt=\"【NEW】Raygel カラージェルG111 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルG111 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_107 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_107.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_107.setParent(null);
      _jspx_th_webshop_siquantity_107.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4824P"));
      int _jspx_eval_webshop_siquantity_107 = _jspx_th_webshop_siquantity_107.doStartTag();
      if (_jspx_th_webshop_siquantity_107.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_107);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55975/NJ-4824P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55975~NJ-4824P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /103個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /104個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55976/55976_NJ-4825P_t.jpg\" alt=\"【NEW】Raygel カラージェルG112 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルG112 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_108 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_108.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_108.setParent(null);
      _jspx_th_webshop_siquantity_108.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4825P"));
      int _jspx_eval_webshop_siquantity_108 = _jspx_th_webshop_siquantity_108.doStartTag();
      if (_jspx_th_webshop_siquantity_108.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_108);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55976/NJ-4825P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55976~NJ-4825P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /104個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /105個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55977/55977_NJ-4826P_t.jpg\" alt=\"【NEW】Raygel カラージェルG113 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルG113 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_109 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_109.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_109.setParent(null);
      _jspx_th_webshop_siquantity_109.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4826P"));
      int _jspx_eval_webshop_siquantity_109 = _jspx_th_webshop_siquantity_109.doStartTag();
      if (_jspx_th_webshop_siquantity_109.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_109);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55977/NJ-4826P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55977~NJ-4826P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /105個目/END -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n              ");
      out.write("<!-- /106個目/START -->\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p class=\"imgBox\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/new_img1.png\" alt=\"NEW\" class=\"icon\" />");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55978/55978_NJ-4827P_t.jpg\" alt=\"【NEW】Raygel カラージェルG114 4g（国産）\" />");
      out.write("</p>\r\n              ");
      out.write("<h3>【NEW】Raygel カラージェルG114 4g（国産）");
      out.write("</h3>\r\n              ");
      out.write("<div class=\"cntBox\">\r\n                ");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>\r\n                  ");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_110 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_110.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_110.setParent(null);
      _jspx_th_webshop_siquantity_110.setValue(SIUtil.getNameFromColl(cmdtyColl1,"NJ-4827P"));
      int _jspx_eval_webshop_siquantity_110 = _jspx_th_webshop_siquantity_110.doStartTag();
      if (_jspx_th_webshop_siquantity_110.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_110);
      out.write("\r\n                  ");
      out.write("</strong>");
      out.write("</p>\r\n                ");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/55978/NJ-4827P\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n                ");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~55978~NJ-4827P~1\" />");
      out.write("</form>\r\n              ");
      out.write("</div>\r\n            ");
      out.write("</li>\r\n            ");
      out.write("<!-- /106個目/END -->\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!-- #sec2.end -->\r\n");
      out.write("<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -->\r\n");
      out.write("        \r\n        \r\n        ");
      out.write("<div id=\"guiderule\" class=\"guidetitle\"> ■使用上の注意");
      out.write("</div>\r\n        ");
      out.write("<div  class=\"guide clearfix\">\r\n          ");
      out.write("<ul>\r\n            ");
      out.write("<li>\r\n              ");
      out.write("<p>・お肌・爪に合わないときは、ご使用をおやめください。");
      out.write("<br />\r\n                ・爪に異常がある時はお使いにならないでください。");
      out.write("<br />\r\n                ・火気にご注意ください。");
      out.write("<br />\r\n                ・目に入らないようにご使用ください。");
      out.write("<br />\r\n                ・衣服につかないようにしてください。");
      out.write("<br />\r\n                ・使用後はしっかりキャップを閉めてください。");
      out.write("<br />\r\n                ・開封後はなるべくお早めにご使用ください。");
      out.write("<br />\r\n                ・直射日光を避け、冷暗所に保管してください。");
      out.write("<br />\r\n                ・全て化粧品原料を使用しているため、強い光の下では原料の特性上褪色する恐れがありますが、品質には問題ありません。");
      out.write("</p>\r\n            ");
      out.write("</li>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</div>\r\n        ");
      out.write("<!-- ここからボタン -->\r\n");
      out.write("<p class=\"pagetop\">");
      out.write("<a href=\"#wrap\">");
      out.write("<img src=\"../../pickup-parts/raygelnew/img/to-top.gif\" />");
      out.write("</a>");
      out.write("</p>\r\n        ");
      out.write("<!-- ここまでボタン --> \r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!-- #sectionWrap.end -->\r\n      \r\n      ");
      out.write("<form id=\"sendform_common\">\r\n        ");
      out.write("<input type=\"hidden\" name=\"cartShopCodeTxt\" value=\"0\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvShopCodeTxt\" value=\"0\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvCmdtyCodeTxt\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvIndividualCodeTxt\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvStndrdCodeTxt1\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvStndrdCodeTxt2\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvElementCodeTxt1\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvElementCodeTxt2\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"cmdtyCompositionFlg\" value=\"3\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"CartClickFlg\" value=\"1\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvTempValue\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"rsrvCompositionCountTxt\" value=\"\" />\r\n        ");
      out.write("<input type=\"hidden\" name=\"compositionGroupCount\" value=\"1\" />\r\n      ");
      out.write("</form>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- #Wrap.end --> \r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- #contentsArea.end --> \r\n");
      out.write("</div>\r\n");
      out.write("<!-- #wrapper.end --> \r\n\r\n");
      out.write("<!-- footerArea -->\r\n");

/**
 * Copyright (c) 2003-2009 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/footer_inc.jsp,v 2.0 2009/04/07 Naotaka Ohsugi Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 共通フッター
 * @History
 * Author        Date        Reason
 * ============  ==========  ===========================
 * Naotaka       2009/04/07  Original
 */
String searchPath = "beautygarage";

      out.write("\r\n");
      out.write("\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!-- headerSearch  attributesText=\"onChange=\\\"submit()\\\"\" -->\r\n\r\n");
      out.write("<div id=\"headerSearch\">\r\n  ");
      out.write("<form name=\"headerSearch\" action=\"");
      out.print(webshopSite);
      out.write("\" method=\"get\">\r\n    ");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nfunction changeAction(val){\r\n  with (document.headerSearch){\r\n    pass.value=val;\r\n  }\r\n}\r\nfunction headsearch(){\r\n  with (document.headerSearch){\r\n    if(srchWordTxt.value=='' && ctc.value=='");
      out.print(SIConfig.SICATEGORY_ROOT_CODE);
      out.write("' && maker.value=='') dispModeTxt.value='';\r\n    action=action+'/'+pass.value;\r\n    active.value=pass.value;\r\n    submit();\r\n  }\r\n}\r\nfunction enterSearchHead(event){\r\n  if (event.keyCode == 13 || event.charCode == 13){\r\n    headsearch();\r\n  }\r\n}\r\n//-->\r\n");
      out.write("</script>\r\n    ");
      out.write("<fieldset>\r\n      ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/title_header_search_l.gif\" alt=\"商品を探す\" width=\"43\" height=\"28\" />\r\n      ");
      out.write("<select name=\"ctc\" onChange=\"changeAction(this.options[this.options.selectedIndex].title)\" onKeyPress=\"enterSearchHead(event)\">\r\n        ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_0.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_0.setParent(null);
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_0.setCollection(UICtgryGroup.getCtgryListColl(connection,false));
      _jspx_th_webshop_siiterator_0.setId("headID");
      int _jspx_eval_webshop_siiterator_0 = _jspx_th_webshop_siiterator_0.doStartTag();
      if (_jspx_eval_webshop_siiterator_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue headID = null;
        headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
        do {
          out.write("\r\n          ");
          out.write("<option value=\"");
          out.print(headID.getValue().split(",")[0]);
          out.write("\" title=\"");
          out.print(headID.getValue().split(",")[1]);
          out.write("\">");
          out.print(headID.getName());
          out.write("</option>\r\n        ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_0);
      out.write("\r\n      ");
      out.write("</select>\r\n      ");
      out.write("\r\n      ");
      out.write("<input name=\"srchWordTxt\" value=\"\" type=\"text\" class=\"keyword\" onKeyPress=\"enterSearchHead(event)\" id=\"textSearchBox\" autocomplete=\"off\" placeholder=\"商品名、キーワード、ブランド、成分、商品コードなど\" />");
      out.write("<a href=\"#\" onClick=\"headsearch();return false;\" id=\"headerSearchBtn2\">検索");
      out.write("</a>\r\n      ");
      out.write("<div id=\"popupDetail\"> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\" class=\"more arrow01_l\">詳細検索");
      out.write("</a> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\" id=\"popTarget\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/detail_pop.png\" alt=\"より詳しい条件で検索できます！・キーワード・カテゴリ・メーカー/ブランド・価格帯・種別(新品・中古など)\" />");
      out.write("</a> ");
      out.write("</div>\r\n    ");
      out.write("</fieldset>\r\n    ");
      out.write("<script type=\"text/javascript\" src=\"//std2f-s.snva.jp/js/naviplus_suggestitem_view.js\" charset='UTF-8' >");
      out.write("</script> \r\n    ");
      out.write("<script type=\"text/javascript\" src=\"//std2f-s.snva.jp/js/naviplus_suggest.js\" charset='UTF-8' >");
      out.write("</script>\r\n    ");
      out.write("<link href=\"//std2f-s.snva.jp/css/naviplus_suggest.css\" rel=\"stylesheet\" crossorigin type=\"text/css\" />\r\n    ");
      out.write("<script type=\"text/javascript\" charset='UTF-8'>\r\nNPSuggest.bind({\r\n//-- Setting ---//\r\nserver: \"std2f-s.snva.jp\",\r\naccountID: \"beautygarage\",\r\ninputAreaID: \"textSearchBox\",\r\nsubmitBtnID: \"headerSearchBtn2\",\r\ncategoryAreaID: \"search_cat\",\r\nfieldAreaId: \"\",\r\nfield: \"\",\r\ncategoryName: \"s7\",\r\nsuggestAreaClass: \"np-keyword-suggest\",\r\nitemListClass: \"np-item-suggest\",\r\nmaxSuggest: 7,\r\nmatchMode: \"partial\",\r\ngroupByCategory: false,\r\nalwaysOnTop: false,\r\noverlayMode: \"off\",\r\nrecommendItemEnabled: \"on\",\r\nrecommendItemTiming: \"mouseover\",\r\nrecommendItemAreaTitle: \"\",\r\nrecommendItemAreaPosition: \"right\",\r\nrecommendItemSort: \"price\",\r\nrecommendItemLimitWidth: -1,\r\nrecommendItemLimitHeight: -1,\r\nrecommendItemUrlPrefix: \"http://www.beautygarage.jp");
      out.print(webshopSite);
      out.write("\",\r\nrecommendImageUrlPrefix: \"\"\r\n});\r\n/*$(function(){\r\n  $(document).on('hover', '.np-keyword-suggest .item', function() {\r\n    var suggestKeyword = $(this).text();\r\n    setTimeout(function(){\r\n      $('.np-item-suggest').find('.title').text(suggestKeyword);\r\n    },300);\r\n  });\r\n})*/\r\n");
      out.write("</script>\r\n    ");
      out.write("<style type=\"text/css\">\r\n#headerSearch .np-keyword-suggest {width:420px; border:1px solid #CCC;}\r\n#headerSearch .np-keyword-suggest div {width:420px;}\r\n#headerSearch .np-keyword-suggest .group {border-top:1px dotted #999; padding:3px 0;}\r\n#headerSearch .np-keyword-suggest .group:first-child {border-top:none;}\r\n#headerSearch .np-keyword-suggest .item {padding:2px 0 2px 5px; cursor:pointer;}\r\n#headerSearch .np-keyword-suggest .title,\r\n#headerSearch .np-keyword-suggest .narrow1,\r\n#headerSearch .np-keyword-suggest .narrow9{\r\n  color: #000;\r\n}\r\n#headerSearch .np-keyword-suggest .title:before,\r\n#headerSearch .np-keyword-suggest .narrow1:before,\r\n#headerSearch .np-keyword-suggest .narrow9:before{\r\n  font-size:10px;\r\n  color:#FFF;\r\n  margin-right:4px;\r\n  padding:1px 4px;\r\n  border-radius:2px;\r\n  -webkit-border-radius:2px;\r\n  -moz-border-radius:2px;\r\n}\r\n#headerSearch .np-keyword-suggest .title:before{\r\n  content:\"商品名\";\r\n  background:#3864AA;\r\n  padding:1px 9px;\r\n}\r\n#headerSearch .np-keyword-suggest .narrow1:before{\r\n  content:\"ブランド\";\r\n");
      out.write("  background:#FC4957;\r\n}\r\n#headerSearch .np-keyword-suggest .narrow9:before{\r\n  content:\"カテゴリ\";\r\n  background:#666;\r\n}\r\n#headerSearch .np-keyword-suggest .item.selected{background-color:#EEE;}\r\n\r\n#headerSearch .np-item-suggest {\r\n  width:249px;\r\n  border:1px solid #CCC;\r\n\tborder-left:none;\r\n}\r\n#headerSearch .np-item-suggest table{\r\n  width:240px;\r\n  border-collapse:collapse;\r\n  width:auto;\r\n}\r\n#headerSearch .np-item-suggest table tr{\r\n  border-top:1px dotted #999;\r\n  border-spacing:0 10px;\r\n}\r\n#headerSearch .np-item-suggest table tr:first-child{\r\n  border-top:none;\r\n}\r\n#headerSearch .np-item-suggest table td{\r\n  vertical-align:top;\r\n  text-align:left;\r\n  padding:8px 0;\r\n}\r\n.np-item-suggest table td a{\r\n  font-size:11px !important;\r\n\ttext-decoration:underline !important;\r\n}\r\n.np-item-suggest table td a:hover{\r\n  text-decoration:none !important;\r\n}\r\n#headerSearch .np-item-suggest div{\r\n  padding:6px;\r\n}\r\n.np-item-suggest .item {\r\n  width:160px;\r\n}\r\n.np-item-suggest .title {\r\n  display:none;  \r\n}\r\n.np-item-suggest .item a {\r\n");
      out.write("\twidth:160px;\r\n  display: block;\r\n  text-decoration: none;\r\n}\r\n.np-item-suggest .image{\r\n  text-align:left !important;\r\n  width:66px !important;\r\n\theight:48px;\r\n}\r\n.np-item-suggest .image img{\r\n  width:66px !important;\r\n\theight:48px;\r\n}\r\n#headerSearch .np-item-suggest .item .item_title{\r\n  text-align:left !important;\r\n  white-space:normal;\r\n  text-overflow:none;\r\n  -webkit-text-overflow:none !important;\r\n  -o-text-overflow:none;\r\n  padding-left:8px;\r\n  overflow:visible;\r\n}\r\n#headerSearch .np-item-suggest .item .item_desc{\r\n  display:none;\r\n}\r\n#headerSearch .np-keyword-suggest,\r\n#headerSearch .np-item-suggest{\r\n\tfont-family:\"メイリオ\", Meiryo, Osaka, \"ＭＳ Ｐゴシック\", \"MS PGothic\", sans-serif;\r\n\tfont-size:12px;\r\n\tbox-shadow: 1px 1px 2px #888;\r\n\t-moz-box-shadow: 1px 1px 2px #888;\r\n\t-webkit-box-shadow: 1px 1px 2px #888;\r\n\t-ms-box-shadow: 1px 1px 2px #888;\r\n}\r\n");
      out.write("</style>\r\n    ");
      out.write("<input name=\"search_cat\" type=\"hidden\" id=\"search_cat\" value=\"");
      out.print(searchPath);
      out.write("\">\r\n    ");
      out.write("<input name=\"cmdtyFlagTxt\" type=\"hidden\" value=\"sr\">\r\n    ");
      out.write("<input name=\"dispModeTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.DEFAULT_DISPMODE);
      out.write("\">\r\n    ");
      out.write("<input name=\"actionNameTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.SIACTION_LIST);
      out.write("\">\r\n    ");
      out.write("<input name=\"cmdtySortSel\" type=\"hidden\" value=\"2\">\r\n    ");
      out.write("<input name=\"pass\" type=\"hidden\" value=\"advancedsearch\">\r\n    ");
      out.write("<input name=\"active\" type=\"hidden\" value=\"advancedsearch\">\r\n  ");
      out.write("</form>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /headerSearch -->\r\n\r\n");
      out.write("<div id=\"footerArea\"> \r\n  \r\n  ");
      out.write("<!-- footerNavi -->\r\n  ");
      out.write("<div id=\"footerNavi\">\r\n    ");
      out.write("<ul class=\"footerUNav\">\r\n      ");
      out.write("<li class=\"fnav01\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.hair"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIR]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav02\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.haircosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIRCOSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav03\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.esthe"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_ESTHE]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav04\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.bed"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BED]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav05\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.cosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_COSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav06\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.nail"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_NAIL]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav07\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.eyelash"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_EYELASH]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav08\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.book"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BOOK]);
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerNavi --> \r\n  \r\n  ");
      out.write("<!-- footerBGGlink -->\r\n  ");
      out.write("<div id=\"footerBGGlink\">\r\n    ");
      out.write("<div id=\"footerBGGlink_Ct\">\r\n      ");
      out.write("<dl>\r\n        ");
      out.write("<dt>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/footerBGG_logo.gif\" alt=\"BEAUTY GARAGE GROUP\" width=\"162\" height=\"11\" />");
      out.write("</dt>\r\n        ");
      out.write("<dd>\r\n          ");
      out.write("<ul>\r\n            ");
      out.write("<li class=\"footerBGGlink_1st\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
      out.write("\" target=\"_blank\">理美容・エステ・ネイル商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.eyelashgarage.jp/\" target=\"_blank\">まつげエクステ商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://kaigyo.beautygarage.jp/\" target=\"_blank\">美容室開業・経営支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/pickup/fund/index.html",false));
      out.write("\" target=\"_blank\">サロン開業資金調達");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">サロン用不動産・居抜き物件");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">店舗設計・デザイン");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">サロン向け保険");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">システム導入支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.saloncard.jp/\" target=\"_blank\">クレジット決済");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">求人・転職");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.bgacademy.jp/\" target=\"_blank\">セミナー・スクール");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">e-ラーニング");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">集客支援・ホームページ制作");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfc.jp/\" target=\"_blank\">フランチャイズ加盟");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beautymedia.jp/salon/\" target=\"_blank\">美容メディア");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">美容機器・エステ機器買取");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</dd>\r\n      ");
      out.write("</dl>\r\n    ");
      out.write("</div>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerBGGlink --> \r\n  \r\n  ");
      out.write("<!-- footer -->\r\n  ");
      out.write("<div id=\"footer\">\r\n    ");
      out.write("<p id=\"copyright\">Copyright by BEAUTY GARAGE INC. All rights reserved.");
      out.write("</p>\r\n    ");
      out.write("<ul>\r\n      ");
      out.write("<li class=\"cnav01\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas.html",false));
      out.write("\">OVERSEAS");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav02\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law.html",false));
      out.write("\">特定商取引法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav03\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law2.html",false));
      out.write("\">古物営業法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav04\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/privacy.html",false));
      out.write("\">プライバシーポリシー");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav05\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/sitemap/index.html",false));
      out.write("\">サイトマップ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav06\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/\" target=\"_blank\">会社案内");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav07\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/recruit/\" target=\"_blank\">採用情報");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<ul style=\"margin-top:7px;\">\r\n      ");
      out.write("<li class=\"cnav01\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/index.php",false));
      out.write("\" target=\"_blank\">総合利用規約");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav02\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/gl_ec.php",false));
      out.write("\" target=\"_blank\">ビューティガレージオンラインショップ利用ガイドライン");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<!-- ssl trust --> \r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<div id=\"verisign\"> \r\n      ");
      out.write("<script language=\"JavaScript\" TYPE=\"text/javascript\" src=\"https://trusted-web-seal.cybertrust.ne.jp/seal/getScript?host_name=www.beautygarage.jp&type=21\">");
      out.write("</script> \r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ssl trust --> \r\n    ");
      out.write("<!-- ipo -->\r\n    ");
      out.write("<div id=\"ipo\"> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/bnr_foot_ipo.gif\" width=\"48\" height=\"55\">\r\n      ");
      out.write("<p>東証マザーズ上場");
      out.write("<br />\r\n        証券コード：3180");
      out.write("</p>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ipo --> \r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footer --> \r\n");
      out.write("</div>\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n\r\n");
      out.write("<!-- microad_blade_track --> \r\n");
      out.write("<script type=\"text/javascript\" class=\"microad_blade_track\">\r\n");
      out.write("<!--\r\nvar microad_blade_jp = microad_blade_jp || { 'params' : new Array(), 'complete_map' : new Object() };\r\n(function() {\r\nvar param = {'co_account_id' : '6140', 'group_id' : '', 'country_id' : '1', 'ver' : '2.1.0'};\r\nmicroad_blade_jp.params.push(param);\r\n\r\nvar src = (location.protocol == 'https:')\r\n? 'https://d-track.send.microad.jp/js/blade_track_jp.js' : 'http://d-cache.microad.jp/js/blade_track_jp.js';\r\n\r\nvar bs = document.createElement('script');\r\nbs.type = 'text/javascript'; bs.async = true;\r\nbs.charset = 'utf-8'; bs.src = src;\r\n\r\nvar s = document.getElementsByTagName('script')[0];\r\ns.parentNode.insertBefore(bs, s);\r\n})();\r\n-->\r\n");
      out.write("</script> \r\n");
      out.write("<!-- /microad_blade_track --> \r\n\r\n");
      out.write("<!-- Google Code for &#9733;&#12473;&#12510;&#12540;&#12488;&#12500;&#12463;&#12475;&#12523;&#12479;&#12464;_&#36890;&#31216;&#12473;&#12510;&#12500; --> \r\n");
      out.write("<!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup --> \r\n");
      out.write("<script type=\"text/javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar google_conversion_id = 1039187569;\r\nvar google_conversion_label = \"wAH0CPnclAcQ8fzC7wM\";\r\nvar google_custom_params = window.google_tag_params;\r\nvar google_remarketing_only = true;\r\n/* ]]> */\r\n");
      out.write("</script> \r\n");
      out.write("<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n");
      out.write("</script>\r\n");
      out.write("<noscript>\r\n");
      out.write("<div style=\"display:inline;\"> ");
      out.write("<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1039187569/?value=0&amp;label=wAH0CPnclAcQ8fzC7wM&amp;guid=ON&amp;script=0\"/> ");
      out.write("</div>\r\n");
      out.write("</noscript>\r\n");
      out.write("<!-- /Remarketing tags --> \r\n\r\n");
      out.write("<!-- YDN Site Retargeting --> \r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar yahoo_retargeting_id = 'O6ZPCD7WI6';\r\nvar yahoo_retargeting_label = '';\r\n/* ]]> */\r\n");
      out.write("</script> \r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\" src=\"//b92.yahoo.co.jp/js/s_retargeting.js\">");
      out.write("</script> \r\n");
      out.write("<!-- /YDN Site Retargeting -->");
      out.write("\r\n");
      out.write("<!-- /footerArea -->\r\n");
      out.write("</div>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");

}catch(Exception e){
  e.printStackTrace();
  throw new ServletException();
}finally{
  databaseConnection.close();
}

    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }
}
