{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="<!--ec-topicRole-->">
<div class="ec-role p-0">
<a href="{{ url('product_list') }}?category_id=1" class="to_cat">
<div class="row g-0">
<div class="col-12 col-md-6 ratio ratio-1x1">
<img src="{{ asset('assets/img/top/cat_img1.jpg') }}" class="object-fit-cover">
</div>
<div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center px-3 py-5 bg_tanzo">
<h2 class="fs-1">Marriage ring</h2>
<p class="fs-3 font_bold">結婚指輪</p>
<p class="mt-4 lead">
「丈夫で、美しい」鍛造指輪
</p>
<p class="btn btn-outline-dark rounded-0 mt-3 lh-1 pt-0 pb-2 px-3 fs-4">more</p>
</div>
</div>
</a>
<a href="{{ url('product_list') }}?category_id=2" class="to_cat">
<div class="row g-0 flex-md-row-reverse">
<div class="col-12 col-md-6 ratio ratio-1x1">
<img src="{{ asset('assets/img/top/cat_img2.jpg') }}" class="object-fit-cover">
</div>
<div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center px-3 py-5 bg_tanzo">
<h2 class="fs-1">Engagement ring</h2>
<p class="fs-3 font_bold">婚約指輪</p>
<p class="mt-4 lead">
流行に左右されない<br>一生物の婚約指輪
</p>
<p class="btn btn-outline-dark rounded-0 mt-3 lh-1 pt-0 pb-2 px-3 fs-4">more</p>
</div>
</div>
</a>
<a href="{{ url('product_list') }}?category_id=3" class="to_cat">
<div class="row g-0">
<div class="col-12 col-md-6 ratio ratio-1x1">
<img src="{{ asset('assets/img/top/cat_img3.jpg') }}" class="object-fit-cover">
</div>
<div class="col-12 col-md-6 d-flex flex-column justify-content-center align-items-center px-3 py-5 bg_tanzo">
<h2 class="fs-1">Anniversary Jewelry</h2>
<p class="fs-3 font_bold">アニバーサリージュエリー</p>
<p class="mt-4 lead">
大切な人に贈る記念品
</p>
<p class="btn btn-outline-dark rounded-0 mt-3 lh-1 pt-0 pb-2 px-3 fs-4">more</p>
</div>
</div>
</a>
</div>
</div>