横浜「みなとみらい」の花火大会、8月24日に実施 2025年に炎上事故、発数を減らすなど安全対策

2026年5月12日 19時46分
0

記事をマイページに保存し、『あとで読む』ことができます。ご利用には会員登録が必要です。

 昨夏、花火打ち上げ用の台船が炎上した横浜市の横浜港でのイベント「みなとみらいスマートフェスティバル」について、今夏の開催を検討してきた実行委員会は12日、8月24日に開催すると発表した。会場は変えず、昨年と同じ業者に打ち上げを依頼するという。

花火大会で炎上した台船(左)と警戒を続ける海上保安庁の巡視船=2025年8月5日、横浜市で(芹沢純生撮影)

 地元企業・団体や市でつくる実行委の事務局によると、火災原因を検証した第三者委員会は、花火が打ち上げ用筒内で爆発したことが火災のきっかけだったと推定しており、火薬の状態や導火線の装着状況などの事前チェックを徹底する。
 また、約30分で2万発を打ち上げることのリスクなども指摘されており、発数を減らし、筒の間隔をあけるなど安全対策を講じる。
 事故は昨年8月4日に発生。台船(長さ50メートル、幅18メートル)上の作業員5人が消防に救出され、うち1人が熱中症で搬送された。(神谷慶)

記事に『リアクション』ができます。ご利用には会員登録が必要です。

記事に『リアクション』ができます。ご利用には会員登録が必要です。

記事に『リアクション』ができます。ご利用には会員登録が必要です。

記事に『リアクション』ができます。ご利用には会員登録が必要です。

カテゴリーをフォローする

  • 『カテゴリーをフォロー』すると、マイページでまとめて記事を読むことができます。会員の方のみご利用いただけます。

  • 『カテゴリーをフォロー』すると、マイページでまとめて記事を読むことができます。会員の方のみご利用いただけます。

コメントを書く

ユーザー
コメント機能利用規約
`; }); $('.report_types').append(type_list); } var pending_count=resjson.data.status.max_rec-(page*no_item); if (resjson.success) { $('#more_button').html("もっと見る "+pending_count+"件"); $('#page').val(resjson.data.status.next_page) $('#comment_count').html(resjson.data.count); if(resjson.data.status.page_no=='1'){ var comment_title=`

みんなのコメント${resjson.data.count}件

` $('#lst-comment-001').append(comment_title); } Object.entries(resjson.data.list).forEach(([key, value]) => { if (value.comment_status != 10) { if (value.reply_count == 0) { return; // Skip this iteration if reply_count is 0 } comment_list += `
  • ${value.comment_status == 21 ? 'コメントは管理者によって削除されました' : (value.comment_status == 20 ? 'コメントは投稿者により削除されました' : 'コメントは管理者によって非公開にされました')}
  • `; return; } var is_agree=getReaction(value.id,'agree',0); var relativeTime = getRelativeTime(value.regist_date); const iconString = JSON.stringify(icon_json).replace(/"/g, '"'); var nickname = (value.nickname === '' ? (value.comment_type == 10 ? '管理人' : (value.comment_type == 20 ? 'author' : '匿名')) : value.nickname); var label_class = value.comment_type == 10 ? 'comment-author' : value.comment_type == 20 ? 'comment-author':''; var photo=`https://static.tokyo-np.co.jp/tokyo-np/images/user_icon/`+getIcon(value.icon_type,icon_json,value.comment_type); comment_list += `
  • ユーザー
    ${nickname} ${relativeTime}
    `; comment_list+=`
    `; comment_list+=`

    ${value.comment_text}

    `; if(value.comment_edit_status==10){ comment_list+=`

    管理者によりコメント編集済み

    `; } comment_list+=`
    `; comment_list+=`

    コメントに『リアクション』ができます。ご利用には会員登録が必要です。

    `; comment_list+=`
    `; //reply section comment_list+=`
    `; comment_list+=`
  • `; }); $('#lst-comment-001').append(comment_list); $('#more_button').html("もっと見る "+(pending_count)+"ä»¶"); if(resjson.data.status.next_page>0 && resjson.data.status.max_rec>0){ $('#more_button').show(); }else{ $('#more_button').hide(); } initCommentFocusTracker(); //added } }).fail(function (jqXHR, textStatus, errorThrown) { alert("コメントの取得に失敗しました"); }); } function showReply(comment_id,type){ if(type==0){ resetReply(comment_id) } const no_item=3 // number of item to show var inputId = 'reply_page_' + comment_id; // if type is 1 then return code if ($('#' + inputId).length === 0) { var input = $('', { type: 'hidden', id: inputId, value: 1 }); $('body').append(input); // or $('#comment_' + comment_id).append(input); var page= 1; }else{ var page= $('#' + inputId).val(); } getReplyList(comment_id,no_item,page,function(error,res){ if(res){ const icon_json=res.icon_json var pending_count=res.data.status.max_rec-(page*no_item); Object.entries(res.data.list).forEach(([key, value]) => { if (value.comment_status != 10) { reply_list= `
  • ${value.comment_status == 21 ? 'コメントは管理者によって削除されました' : (value.comment_status == 20 ? 'コメントは投稿者により削除されました' : 'コメントは管理者によって非公開にされました')}
  • `; $('#lst-comment-'+comment_id).append(reply_list) return; } // check cookie for reaction var is_agree=getReaction(value.id,'agree',1); var photo=`https://static.tokyo-np.co.jp/tokyo-np/images/user_icon/`+getIcon(value.icon_type,icon_json,value.comment_type); var relativeTime = getRelativeTime(value.regist_date); var nickname = (value.nickname === '' ? (value.comment_type == 10 ? '管理人' : (value.comment_type == 20 ? 'author' : '匿名')) : value.nickname); var label_class = value.comment_type == 10 ? 'comment-author' : value.comment_type == 20 ? 'comment-author':''; var reply_list=`
  • ユーザー
    ${nickname} ${relativeTime}
    `; reply_list+=`
    `; reply_list+=`

    ${value.comment_text}

    `; if(value.comment_edit_status==10){ reply_list+=`

    管理者によりコメント編集済み

    `; } reply_list+=`
    `; reply_list+=`

    コメントに『リアクション』ができます。ご利用には会員登録が必要です。

    `; reply_list+=`
  • `; $('#lst-comment-'+comment_id).append(reply_list) }); $(`#reply_page_${comment_id}`).val(res.data.status.next_page) $('#more_button_' + comment_id).remove(); if (res.data.status.next_page > 0 && res.data.status.max_rec > 0) { var more_button = `
    `; $('#lst-comment-' + comment_id).append(more_button); } // if(type==1) // openReplyBox(comment_id,icon_json); } }) } function openReplyBox(comment_id,icon_json){ var type=30 var photo= getIcon(``,icon_json,type); var self_text=`自己紹介文が未登録です`; var label_class = type== 10 ? 'comment-author' : type== 20 ? 'comment-author':''; var commentBox=`
    ユーザー
    `; $('#reply-comment-' + comment_id).append(commentBox); const textarea = document.getElementsByClassName(`comment_reply_text_${comment_id}`)[0]; const charCount = document.getElementById(`charCount_${comment_id}`); textarea.addEventListener('input', function () { charCount.textContent = this.value.length; if ( this.value.length > 500) { charCount.style.color = 'red'; } else { charCount.style.color = ''; // Reset to default (black) } }); } function getIcon(icon_name,json,type) { if(type==10){ return `manager-icon.png`; }else if(type==20){ return `author-icon.png`; }else{ const iconArray = Object.values(json); if (iconArray.includes(icon_name)) { return icon_name; } return json["0"]; } } function toggleContent(trigger) { var content = $(trigger).siblings('.js-profile-content'); var isVisible = content.is(':visible'); if (isVisible) { content.removeClass('is-open'); } else { content.addClass('is-open'); } content.toggle(); }
    
    おすすめ情報

    社会の新着

    記事一覧