templates/pages/brand/fujimaru_suisan/_concept.html.twig line 1

Open in your IDE?
  1. <section class="pg_kaisen_cocept">
  2.     <div class="pg_kaisen_cocept_inner">
  3.         {% include "components/common/_content-title.html.twig" with {
  4.         title:'BRAND CONCEPT',
  5.         japan :'ふじ丸水産',
  6.         class:'c-content-title',
  7.         }%}
  8.     </div>
  9.     {% include "components/brand/_concept.html.twig" with {
  10.     title: '丼いっぱいに広がる<br>小田原地魚',
  11.     text: 'ふじ丸水産がある神奈川県小田原市は豊富な魚種が水揚げされる全国でも有数の地魚の郷です。<br class="pc-style">ふじ丸水産では地元小田原の海の幸をふんだんに使った海鮮丼をお届けしています。',
  12.     img: asset('build/images/brand/fujimaru_suisan/concept01.jpg'),
  13.     img_alt:'',
  14.     img_sp: asset('build/images/brand/fujimaru_suisan/sp_concept01.jpg'),
  15.     img_sp_alt:'',
  16.     }%}
  17.     {% include "components/brand/_concept.html.twig" with {
  18.     title: '鮮度×技術×安心・安全',
  19.     text: '海鮮丼のネタはどれも当社の仕入れ責任者が自信をもっておススメできる新鮮魚介類です。地元魚を中心に職人が丁寧に仕込んだネタを瞬間冷凍することによって、ご自宅でもお店の味をお楽しみいただけます。',
  20.     img: asset('build/images/brand/fujimaru_suisan/concept02.jpg'),
  21.     img_alt:'',
  22.     img_sp: asset('build/images/brand/fujimaru_suisan/sp_concept02.jpg'),
  23.     img_sp_alt:'',
  24.     }%}
  25.     {% include "components/brand/_concept.html.twig" with {
  26.     title: '活きた丼を<br>ご家庭で食す喜び',
  27.     text: '名物 生しらす丼をはじめとした、新鮮ネタが自慢の海鮮丼は熱々ご飯があればそれだけでご馳走になります。<br>お世話になったあの方へ、子育て委忙しいお友だちに、ギフトとしても喜ばれる逸品です。',
  28.     img: asset('build/images/brand/fujimaru_suisan/concept03.jpg'),
  29.     img_alt:'',
  30.     img_sp: asset('build/images/brand/fujimaru_suisan/sp_concept03.jpg'),
  31.     img_sp_alt:'',
  32.     }%}
  33. </section>