<div id="topnews_titles"><dl><dt><h2 class="toptitleh2">- Topics -</h2></dt><dd><h2 class="toptitleh2">- Information -</h2></dd></dl></div>
<div id="topnews_over">
<div id="topnews_wrap2"><dl>
<dt id="topnews_wrap_left2">
<h2 class="toptitleh2">- Topics -</h2>
<script>$(function(){$("#html_tweet").load("/user_data/tweet");});</script>
<div id="html_tweet"></div>
</dt>
<dt id="topnews_wrap_left">
<h2 class="toptitleh2">- Information -</h2>
<ul class="newslist">
{% for row in rows1 %}
{% if loop.index <= 4 %}
<li><a href="{{ url("plugin_pia_blog_detail") }}?id={{ row.id }}">
<span class="img"><img src="{{ htImg[row.id]|no_image_product }}" alt="{{ row.title }}"></span>
<div>
<p class="day_cate"><span>{{ row.news_date|date('Y年n月j日') }}</span><b class="new">ニュース</b></p>
<h3>{{ row.title }}</h3>
<p class="txt">{{ row.description|striptags|length > 200 ? row.description|striptags|slice(0, 200) ~ '...' : row.description|striptags }}</p>
</div>
</a></li>
{% endif %}
{% endfor %}
</ul>
<a href="/blog_news/" class="morelink">more<i class="fa-solid fa-angle-right"></i></a>
</dt>
<dd id="topnews_wrap_right">
<ul class="newslist">
{% for row in rows2 %}
{% if loop.index <= 4 %}
<li><a href="{{ url("plugin_pia_blog_detail") }}?id={{ row.id }}">
<span class="img"><img src="{{ htImg[row.id]|no_image_product }}" alt="{{ row.title }}"></span>
<div>
<p class="day_cate"><span>{{ row.news_date|date('Y年n月j日') }}</span><b class="products">入荷情報</b></p>
<h3>{{ row.title }}</h3>
<p class="txt">{{ row.description|striptags|length > 200 ? row.description|striptags|slice(0, 200) ~ '...' : row.description|striptags }}</p>
</div>
</a></li>
{% endif %}
{% endfor %}
</ul>
</dd>
</dl></div></div><!-- //topnews_over -->