{% set NewsList = repository('Eccube\\Entity\\News').getList() %}
{% block javascript %}
// <script>
// $(document).ready(function(){
// // 表示するまでの待機時間(ミリ秒単位:ここでは5000ms=5秒)
// var showDelay = 5000;
// // 表示タイマーのIDを保持する変数
// var showTimer;
// // 指定時間後にボタンを表示するための関数
// function scheduleShow(){
// // 既にタイマーがセットされている場合はクリア
// if(showTimer) {
// clearTimeout(showTimer);
// }
// // 指定時間後にボタンを表示するタイマーを設定
// showTimer = setTimeout(function(){
// $("#qabutton").show();
// }, showDelay);
// }
// // 初期状態ではボタンを非表示にし、表示タイマーをセット
// $("#qabutton").hide();
// scheduleShow();
// // スクロールイベント発生時の処理
// $(window).on("scroll", function(){
// // ユーザーがスクロールしたらボタンを即座に非表示にする
// $("#qabutton").hide();
// // スクロールの都度、再度表示タイマーをセットして一定時間後に表示する
// scheduleShow();
// });
// });
// </script>
{% endblock %}
{#<div class="news_area">#}
{# <dl>#}
{# <dt class="news_area_title">NEWS</dt>#}
{# <dd>#}
{# <ul>#}
{# {% for News in NewsList %}#}
{# <li><a href="{{ News.url }}" {% if News.link_method == '1' %}target="_blank"{% endif %}>{{ News.publish_date|date_day }} {{ News.title }}</a></li>#}
{# {% endfor %}#}
{# </ul>#}
{# </dd>#}
{# <dt><a href="#">一覧ページへ</a></dt>#}
{# </ul>#}
{#</div>#}
<section class="info">
<header class="info__header">
<h2 class="info__title">NEWS</h2>
</header>
<div class="info__content">
<ul class="info__list">
<li class="info__item"><a class="info__trigger" href="../information/20240327.html"><span class="info__item-date"></span><span class="info__item-title">弊社製品は小林製薬株式会社「紅麹」は一切使用しておりません</span></a></li>
<li class="info__item"><a class="info__trigger" href="../information/20250418.html"><span class="info__item-date">4/18</span><span class="info__item-title">GW期間中の発送・お問い合わせについて<span class="new"></span></span></a></li>
<li class="info__item"><a class="info__trigger" href="../information/20250403.html"><span class="info__item-date">4/3</span><span class="info__item-title">サイトリニューアルのお知らせ</span></a></li>
</ul>
</div>
<footer class="info__footer"><a href="/information/">一覧</a></footer>
</section>
{#<div><a href="{{ url('user_data', {'route': 'faq'}) }}" class="top_qa_botton" id="qabutton"></a></div>#}