SELECT 
  cscart_bm_snapping.grid_id as grid_id, 
  cscart_bm_snapping.block_id as block_id, 
  IFNULL(
    dynamic_object_content.content, 
    default_content.content
  ) as content, 
  IFNULL(
    dynamic_object_content.object_id, 
    default_content.object_id
  ) AS object_id, 
  IFNULL(
    dynamic_object_content.object_type, 
    default_content.object_type
  ) AS object_type, 
  cscart_bm_block_statuses.object_ids as object_ids, 
  cscart_bm_snapping.*, 
  cscart_bm_blocks.*, 
  cscart_bm_blocks_descriptions.* 
FROM 
  cscart_bm_snapping 
  LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id 
  LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id 
  AND cscart_bm_block_statuses.object_type LIKE '' 
  LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id 
  LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code 
  AND default_content.snapping_id = 0 
  AND default_content.object_id = 0 
  AND default_content.object_type like '' 
  LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code 
  AND dynamic_object_content.object_id = 0 
  AND dynamic_object_content.object_type like '' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    560, 561, 562, 563, 564, 565, 566, 567, 
    568, 569, 570, 571, 572, 573, 574, 576, 
    578, 579, 580, 575, 577, 581
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'ja' 
  AND cscart_bm_blocks.company_id = 1 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00195

JSON explain

{
  "query_block": {
    "select_id": 1,
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_bm_snapping",
            "access_type": "range",
            "possible_keys": [
              "grid_id"
            ],
            "key": "grid_id",
            "used_key_parts": [
              "grid_id"
            ],
            "key_length": "4",
            "rows": 27,
            "filtered": 100,
            "index_condition": "(`_testcscart`.`cscart_bm_snapping`.`grid_id` in (560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,576,578,579,580,575,577,581))"
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_block_statuses",
            "access_type": "ref",
            "possible_keys": [
              "snapping_id"
            ],
            "key": "snapping_id",
            "used_key_parts": [
              "snapping_id"
            ],
            "key_length": "4",
            "ref": [
              "_testcscart.cscart_bm_snapping.snapping_id"
            ],
            "rows": 1,
            "filtered": 100,
            "attached_condition": "<if>(is_not_null_compl(cscart_bm_block_statuses), ((`_testcscart`.`cscart_bm_snapping`.`snapping_id` = `_testcscart`.`cscart_bm_block_statuses`.`snapping_id`) and (`_testcscart`.`cscart_bm_block_statuses`.`object_type` like '')), true)"
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "_testcscart.cscart_bm_snapping.block_id"
            ],
            "rows": 1,
            "filtered": 100,
            "attached_condition": "(`_testcscart`.`cscart_bm_blocks`.`company_id` = 1)"
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "lang_code"
            ],
            "key_length": "10",
            "ref": [
              "_testcscart.cscart_bm_snapping.block_id",
              "const"
            ],
            "rows": 1,
            "filtered": 100,
            "index_condition": "(`_testcscart`.`cscart_bm_blocks_descriptions`.`lang_code` = 'ja')"
          }
        },
        {
          "table": {
            "table_name": "default_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "snapping_id",
              "lang_code",
              "object_id"
            ],
            "key_length": "18",
            "ref": [
              "_testcscart.cscart_bm_snapping.block_id",
              "const",
              "_testcscart.cscart_bm_blocks_descriptions.lang_code",
              "const"
            ],
            "rows": 1,
            "filtered": 100,
            "attached_condition": "<if>(is_not_null_compl(default_content), (`_testcscart`.`default_content`.`object_type` like ''), true)"
          }
        },
        {
          "table": {
            "table_name": "dynamic_object_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "_testcscart.cscart_bm_snapping.block_id"
            ],
            "rows": 3,
            "filtered": 100,
            "attached_condition": "<if>(is_not_null_compl(dynamic_object_content), ((`_testcscart`.`dynamic_object_content`.`object_id` = 0) and (`_testcscart`.`dynamic_object_content`.`lang_code` = `_testcscart`.`cscart_bm_blocks_descriptions`.`lang_code`) and (`_testcscart`.`dynamic_object_content`.`object_type` like '')), true)"
          }
        }
      ]
    }
  }
}

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status type properties company_id lang_code name
561 4 0 693 0 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 1 ja マイアカウント
564 114 a:1:{s:7:"content";s:131:"<div class="ap_center_text ap_margin_top_bottom_large"><h2 class="ap_secondary ap_font_x_large ap_title_border">Category</h2></div>";} 0 700 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja categoryタイトル(TOP)
581 117 a:1:{s:7:"content";s:1162:"<section class="ap_col_container ap_bg_primary"> <div class="ap_col_parent between ap_padding center"> <div class="ap_col_child_4 ap_margin-top_half"> <p class="ap_font_x_large ap_secondary ap_margin-top_half">Take a break</p> <div class="ap_margin-top"> <h2 class="ap_font_x_large ap_white">休日のすごし方診断</h2> <p class="ap_line_height ap_margin-top ap_white"> 休日は、どうすごしていますか?<br> 7つの質問に答えて、<br> あなたにぴったりな「休日のすごし方」を<br> 見つけよう! </p> <p class="ap_secondary ap_font_small ap_line_height ap_margin-top">How to spend the holidays.<br> Which type are you?</p> </div> </div> <div class="ap_col_child_7 ap_relative ap_right_text_sm"> <img src="{$self_images_dir}/img_recommend.png" alt="休日のすごし方診断"> <a href="/recommend" class="ap_secondary btn btnborder white ap_margin-top_half">診断はこちらから</a> </div> </div> </section>";} 0 787 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja 診断
563 10 0 699 1 A main 1 ja メインコンテンツ
576 18 0 709 1 D template a:1:{s:8:"template";s:41:"blocks/static_templates/payment_icons.tpl";} 1 ja 支払い方法アイコン
572 60 a:1:{s:7:"content";s:648:" <ul id="demo_store_links"> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=2"|fn_url}">会社概要</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=30"|fn_url}">お問い合わせ</a></li> <li class="ty-footer-menu__item"><a href="{"gift_certificates.add"|fn_url}">ギフト券</a></li> <li class="ty-footer-menu__item"><a href="{"product_features.view_all?filter_id=10"|fn_url}">取り扱いブランド</a></li> <li class="ty-footer-menu__item"><a href="{"sitemap.view"|fn_url}">サイトマップ</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=7"|fn_url}">ブログ</a></li> </ul>";} 0 707 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja デモショップ
581 99 a:1:{s:7:"content";s:2795:" <section class="ap_col_container ap_bg_black ap_sm_visible"> <div class="ap_col_parent ap_padding_top_bottom"> <div class="ap_col_child_12"> <div id="top_scroll"> <div class="arrow-top"></div> <p class="ap_secondary ap_center_text ap_margin-top_half">scroll</p> </div> </div> </div> </section> <section class="ap_col_container ap_bg_gray_2nd"> <div class="ap_col_parent ap_padding_top_bottom_large"> <div class="ap_col_child_3 ap_ft_menu_border ap_sm_hidden"> <ul class="ap_ft_menu"> <li> <a href="/guide">ご利用ガイド</a> </li> <li> <a href="/question">よくあるご質問</a> </li> <li> <a href="/contact">お問い合わせ</a> </li> <li> <a href="/transaction">特定商取引法に関する表記</a> </li> <li> <a href="/rule">ご利用規約</a> </li> </ul> </div> <div class="ap_col_child_3 ap_ft_menu_border ap_sm_hidden"> <ul class="ap_ft_menu"> <li> <a href="/privacy">プライバシーポリシー</a> </li> <li> <a href="/company">会社情報</a> </li> <li> <a href="/corporation">法人さま向け</a> </li> </ul> </div> <div class="ap_col_child_6 ap_right_text ap_flex ap_ft_menu_sns"> <div> <ul> <li class="ty-social-link facebook"> <a href="https://www.facebook.com/studioaiarchitectstokyo/" target="_blank" rel="noopener noreferrer"><img src="{$self_images_dir}/icon_facebook.png" class="ap_sns_img" alt="Facebook"></a> </li> <li class="ty-social-link instagram"> <a href="https://www.instagram.com/tomosu_in/" target="_blank" rel="noopener noreferrer"><img src="{$self_images_dir}/icon_instagram.png" class="ap_sns_img" alt="instagram"></a> </li> <!--<li class="ty-social-link twitter"> <a href="#" target="_blank" rel="noopener noreferrer"><img src="{$self_images_dir}/icon_twitter.png" class="ap_sns_img" alt="Twitter"></a> </li>--> </ul> </div> <div> <p class="ap_white ap_font_small">©2020 DaiKiConnect Inc. </p> </div> </div> </div> </section>";} 0 714 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja フッター
561 106 a:1:{s:7:"content";s:1893:"{* Modified by tommy from cs-cart.jp 2017 BOF *} {if $smarty.const.CART_LANGUAGE == 'ja'} {if $auth.user_id} {* ログインしていて名前が設定済み *} {if $user_info.firstname || $user_info.lastname} <a class="ty-account-info__title" href="{"profiles.update"|fn_url}"> <span class="ty-account-info__item ty-account-info__name ty-dropdown-box__item ap_sm_hidden">{$user_info.firstname} {$user_info.lastname} {__("dear")}</span> <img src="{$self_images_dir}/icon_03.png" class="ap_header_img" alt="人アイコン"> </a> {* ログインしてるけど名前が未設定 *} {else} <a class="ty-account-info__title" href="{"profiles.update"|fn_url}"> <span class="ap_sm_hidden ty-account-info__item ty-account-info__name ty-dropdown-box__item">{$user_info.email}</span> <img src="{$self_images_dir}/icon_03.png" class="ap_header_img" alt="人アイコン"> </a> {/if} {* ログインしていない状態 *} {else} <a class="ty-account-info__title" href="{"profiles.update"|fn_url}"> <span class="ap_sm_hidden hidden-phone ty-account-info__name">{__("jp_login_or_register")}</span> <img src="{$self_images_dir}/icon_03.png" class="ap_header_img" alt="人アイコン"> </a> {/if} {else} {* 日本語じゃない*} <a class="ty-account-info__title" href="{"profiles.update"|fn_url}"> <span class="ap_sm_hidden ty-account-info__title-txt" {live_edit name="block:name:{$block.block_id}"}>{$title}</span> <img src="{$self_images_dir}/icon_03.png" class="ap_header_img" alt="人アイコン"> </a> {/if} {* Modified by tommy from cs-cart.jp 2017 BOF *}";} 0 694 ap_hidden_phone_only 1 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja ログイン
560 5 0 692 2 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";} 1 ja ロゴ
561 7 0 695 top-cart-content 2 A cart_content a:5:{s:8:"template";s:23:"blocks/cart_content.tpl";s:22:"display_bottom_buttons";s:1:"Y";s:20:"display_delete_icons";s:1:"Y";s:19:"products_links_type";s:5:"thumb";s:20:"generate_block_title";s:1:"Y";} 1 ja カートの内容
580 12 a:1:{s:7:"content";s:772:"<section class="ap_col_container"> <div class="ap_col_parent between ap_padding sm_flex column"> <div class="ap_col_child_4 ap_relative ap_right_text"> <div class="ty-social-link facebook"> <a href="http://www.facebook.com"><img src="{$self_images_dir}/icon_facebook.png" class="ap_sns_img"></a> </div> <div class="ty-social-link instagram"> <a href="https://www.instagram.com"><img src="{$self_images_dir}/icon_twitter.png" class="ap_sns_img"></a> </div> <div class="ty-social-link twitter"> <a href="https://twitter.com"><img src="{$self_images_dir}/icon_instagram.png" class="ap_sns_img"></a> </div> </div> </div> </section> ";} 0 712 ap_center_text 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja ソーシャルリンク
576 59 0 710 blocks/wrappers/footer_general.tpl 2 D template a:1:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";} 1 ja マイアカウント
573 61 a:1:{s:7:"content";s:756:" <ul id="customer_service_links"> <li class="ty-footer-menu__item"><a href="{"orders.search"|fn_url}" rel="nofollow">注文検索</a></li> {if $addons.wishlist && $addons.wishlist.status == 'A'} <li class="ty-footer-menu__item"><a href="{"wishlist.view"|fn_url}" rel="nofollow">ほしい物リスト</a></li> {/if} {if $settings.General.enable_compare_products == 'Y'} <li class="ty-footer-menu__item"><a href="{"product_features.compare"|fn_url}" rel="nofollow">商品比較</a></li> {/if} </ul>";} 0 708 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja カスタマーサービス
565 74 a:1:{s:7:"content";s:1129:"<section class="ap_col_container"> <div class="ap_col_parent between ap_padding center"> <div class="ap_col_child_5 ap_margin-top_half"> <p class="ap_secondary">Brand story</p> <p class="ap_font_x_large ap_secondary ap_margin-top_half">Material characteristics</p> <div class="ap_margin-top"> <h2>こだわりの国産無垢材</h2> <p class="ap_line_height ap_margin-top"> 温かみがあって美しい木目。<br> 千葉県の山武杉など、国産の無垢材にこだわり<br class="ap_sm_hidden"> 製作しています。<br> </p> </div> {* <div class="ap_margin_top_bottom_large"> <a href="#" class="ap_secondary btn btnborder">View More</a> </div> *} </div> <div class="ap_col_child_6 ap_relative ap_left_text"> <img src="{$self_images_dir}/img_02.jpg" class="ap_top_img_02" alt="tomosuの作業風景"> <video src="{$self_images_dir}/movie_01.mp4" playsinline muted autoplay loop class="ap_movie01"></video> </div> </div> </section>";} 0 702 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja こだわりの国産無垢材
567 82 a:1:{s:7:"content";s:1645:"<section class="ap_col_container ap_margin_top_bottom_large"> <div class="ap_col_parent between center"> <div class="ap_col_child_6 ap_padding ap_box"> <img src="{$self_images_dir}/img_01.png" alt="トモスの家具"> </div> <div class="ap_col_child_6 ap_top_border ap_padding ap_box"> <div class="ap_flex center ap_top_kodawari ap_padding_half"> <img src="{$self_images_dir}/icon_04.png" alt="木"> <div class="ap_flex_column ap_padding_side_half"> <span class="ap_font_x_large">木</span> <span class="ap_secondary ap_font_x_small">Wood</span> </div> <p>こだわりの国産無垢材</p> </div> <div class="ap_flex center ap_top_kodawari ap_padding_half"> <img src="{$self_images_dir}/icon_05.png" alt="鉄"> <div class="ap_flex_column ap_padding_side_half"> <span class="ap_font_x_large">鉄</span> <span class="ap_secondary ap_font_x_small">Iron</span> </div> <p>美しさと強度の二面性</p> </div> <div class="ap_flex center ap_top_kodawari ap_padding_half"> <img src="{$self_images_dir}/icon_06.png" alt="電気"> <div class="ap_flex_column ap_padding_side_half"> <span class="ap_font_x_large">電気</span> <span class="ap_secondary ap_font_x_small">Electricity</span> </div> <p>あったら良いなに応えます</p> </div> </div> </div> </section>";} 0 704 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja
569 86 a:1:{s:7:"content";s:2054:"<section class="ap_col_container"> <div class="ap_col_parent between"> <div class="ap_col_child_6 ap_margin-top_half ap_order_bg ap_padding ap_box ap_bg_shelf"> <p class="ap_font_x_large ap_secondary">Made-to-order</p> <div class="ap_margin-top"> <h2>オーダーメイド承ります</h2> <p class="ap_line_height ap_margin-top"> ・照明を埋め込みたい<br> ・USBコンセントが欲しい<br> ・段数・段幅を調整したい<br> などのご要望にお答えします。 </p> <p class="ap_margin-top_large">お気軽にお問い合わせください。</p> </div> <div class="ap_margin_top_bottom_large"> <a href="/contact" class="ap_secondary btn btnborder">Contact us</a> </div> </div> <div class="ap_col_child_6 ap_contact_bg ap_padding ap_box"> <p class="ap_font_x_large ap_secondary">Office total design</p> <div class="ap_margin-top"> <h2>法人のお客様へ</h2> <p class="ap_line_height ap_margin-top"> カフェや雑貨屋の開業をお考えの方、オフィスの模様替えなど。 tomosuがトータルデザインを承ります。<br> </p> <p class="ap_line_height ap_margin-top">お客様のイメージ、要望をtomosuがヒア リングし、国内生産で家具の製作を行います。<br> 店舗什器製作の経験を生かし、家具への照明施工も承っています。<br> お気軽にお問い合わせください。 </p> </div> <div class="ap_margin_top_bottom_large"> <a href="/corporation" class="ap_secondary btn btnborder">Contact us</a> </div> </div> </div> </section> ";} 0 706 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja オーダーメイド
566 87 a:1:{s:7:"content";s:1079:"<section class="ap_col_container"> <div class="ap_col_parent between ap_padding sm_flex column center"> <div class="ap_col_child_6 ap_relative ap_left_text"> <img src="{$self_images_dir}/img_03.jpg" class="ap_top_img_03" alt="tomosuの作業風景"> <video src="{$self_images_dir}/movie_02.mp4" playsinline muted autoplay loop class="ap_movie02"></video> </div> <div class="ap_col_child_4 ap_margin-top_half"> <p class="ap_secondary">Brand story</p> <p class="ap_font_x_large ap_secondary ap_margin-top_half">Japan quality</p> <div class="ap_margin-top"> <h2>国内工房でハンドメイド</h2> <p class="ap_line_height ap_margin-top"> 熟練した職人の手作業で作られる<br>ハンドメイド。<br> 細かいカスタマイズも承ります。 </p> </div> {* <div class="ap_margin_top_bottom_large"> <a href="#" class="ap_secondary btn btnborder">View More</a> </div>*} </div> </div> </section>";} 0 703 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja 国内工房
564 91 a:1:{s:5:"items";a:3:{s:7:"filling";s:13:"full_tree_cat";s:18:"parent_category_id";s:0:"";s:7:"sort_by";s:8:"position";}} 0 701 ap_top_cut 2 A categories a:2:{s:8:"template";s:49:"blocks/categories/categories_multicolumn_list.tpl";s:17:"number_of_columns";s:1:"4";} 1 ja カテゴリー一覧
562 102 a:1:{s:7:"content";s:673:"<div class="ap_fp_load"> <div> <img class="ap_load_img" src="{$self_images_dir}/gif_loading.gif" alt="loading"> <div class="ap_load_text">Loading</div> </div> </div> <div class="ap_bg_head_wrap"> <div class="ap_bg_head"> </div> <h1 class="ap_absolute_title_wrap"> <div class="ap_absolute_title"><span class="ap_head_bigger_font">木</span>と<span class="ap_head_bigger_font">鉄</span>と<span class="ap_head_bigger_font">電気</span>の</div> <div class="ap_absolute_title2">ハンドメイド家具</div> <div class="ap_absolute_title3">Handmade furniture<br/>of wood,iron and lighting</div> </div> </h1>";} 0 698 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja トップページ専用ヘッダー
581 113 a:1:{s:7:"content";s:87:"<img src="{$self_images_dir}/sbanner_01.png" class="ap_free_banner" alt="送料無料">";} 0 715 2 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja 送料無料
568 115 a:1:{s:7:"content";s:1007:"<section class="ap_col_container ap_padding_top_bottom_large ap_slider_block"> <div class="ap_col_parent between center sm_flex column ap_border_line_second ap_width_9p"> <div class="ap_col_child_6 ap_padding ap_margin-top_half ap_box"> <p class="ap_font_x_large ap_secondary">Coordinates</p> <div class="ap_margin-top"> <h2>TOMOSU の GARAGE</h2> <p class="ap_line_height ap_margin-top"> 趣味とは数多くあれど、生活との接点がガレージ<br>にはあります<br> </p> {*<div class="ap_margin_top_bottom_large"> <a href="#" class="ap_secondary">View All ▶</a> </div>*} </div> </div> <div class="ap_col_child_6 ap_padding ap_box"> <div class="ap_slick_slider ap_top_slider"> <img src="{$self_images_dir}/img_01.png" class=""> </div> </div> </div> </section> ";} 0 705 2 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja スライダーブロック
561 6 0 696 header_search 3 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 1 ja 検索
580 17 0 713 3 A template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 1 ja コピーライト
576 62 a:1:{s:7:"content";s:366:" <ul id="about_cs_cart_links"> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=1"|fn_url}">スタッフ紹介</a></li> <li class="ty-footer-menu__item"><a href="{"pages.view?page_id=3"|fn_url}">プライバシーポリシー</a></li> </ul>";} 0 711 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 3 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja 会社概要
561 111 a:1:{s:7:"content";s:214:"<div class="ap_flex center"> <span class="ap_search_button ap_sm_hidden ap_black">SEARCH</span> <img src="{$self_images_dir}/icon_01.png" class="ap_header_img ap_search_button" alt="検索"> </div> ";} 0 697 4 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 ja 検索アイコン