ピザにうっかり大麻の有効成分「THC」が混入して幼児を含む85人が集団中毒になってしまう

アメリカではさまざまな州で大麻の合法化が進められていますが、それに伴って大麻の有効成分による予期しない中毒が発生するケースも増えています。アメリカのウィスコンシン州にあるレストランでピザやサンドイッチなどを食べた客85人が、大麻の有効成分であるテトラヒドロカンナビノール(THC)の中毒になってしまう事態が発生しました。
Tetrahydrocannabinol Intoxication from Food at a Restaurant — Wisconsin, October 2024 | MMWR
https://www.cdc.gov/mmwr/volumes/74/wr/mm7427a2.htm

Pizzeria mishap left at least 85 people intoxicated with THC after infused oil used for dough | Live Science
https://www.livescience.com/health/marijuana/pizzeria-mishap-left-at-least-85-people-intoxicated-with-thc-after-infused-oil-used-for-dough
2024年10月24日、ウィスコンシン州の救急医療サービスがマディソン&デーン郡公衆衛生局(PHMDC)に対し、10月22日以降に同じレストランで食事をした7人の患者をめまいや眠気、不安といった症状で地元の病院に搬送したと報告しました。
救急医療サービスは一酸化炭素中毒を疑い、症状を報告した人々が住んでいた家や、これらの患者が食事をしたレストラン「Famous Yeti's Pizza」で一酸化炭素濃度を調べましたが結果は問題なかったとのこと。
また、10月23日にピザを食べたある患者は、THCを摂取した覚えがないのにTHCの陽性反応が出たことをPHMDCに報告しました。これらの報告を受けて、PHMDCはFamouse Yeti's Pizzaの調査を実施しました。
調査の結果、Famous Yeti's Pizzaは10月22日に食用油を切らしてしまい、他の店舗と共用のキッチンにあった油を使用していたことが判明。さらに、共用キッチンを使用していた別の店舗では、州の認可を受けて大麻由来のTHCを使った食品を製造しており、事業者はTHCを食用油に入れて料理に使っていたこともわかりました。PHMDCがこの食用油を調べたところ、THCの陽性反応が出たとのこと。
以下の写真が、Famouse Yeti's Pizzaと同じ共用キッチンを使っていた事業者のTHC入り食用油です。Famouse Yeti's Pizzaのオーナーは、この油を普通の食用油だと誤認してしまい、そのまま料理に使ってしまったというわけです。

PHMDCはこの調査結果を受けて、Famouse Yeti's Pizzaで10月22日~24日に提供された料理にTHCが混入していた可能性があるとの声明を発表。めまい・血圧上昇・心拍数増加・吐き気・嘔吐(おうと)・不安・パニック発作・妄想・幻覚・短期記憶障害・時間感覚のゆがみ・眠気といったTHC関連の症状がみられる場合、医療機関に連絡するよう呼びかけました。
最終的に、Famouse Yeti's Pizzaでピザやガーリックブレッド、チーズブレッド、サンドイッチなどを食べた85人の患者がTHC中毒であると診断されました。患者の年齢は1歳~91歳と非常に幅広く、8人は18歳未満の子どもだったとのことです。
なお、警察の捜査によって料理へのTHC混入は意図的なものではなかったと結論付けられており、刑事告訴は行われませんでした。Famouse Yeti's Pizzaはウィスコンシン州食品法の基準に従って清掃と消毒を行った後、10月26日に営業を再開しています。

`;
const fl = document.getElementById("free-logout");
fl.addEventListener("click",{user: user, handleEvent: freeLogout});
//
const uid = user.uid;
//
let pwFlag = false;
//
for ( let k of user.providerData ){
if ( k.providerId.indexOf('password') !== -1 ) pwFlag = true;
}
//
if( user.emailVerified || !pwFlag) {
// ログイン時は退会ボタンを表示
// const fc = document.getElementById("firebase-cancel");
// fc.style.display = "block";
// const fcb = document.getElementById("firebase-cancel");
//
// fcb.addEventListener("click",{user: user, handleEvent: cancelClick});
et.style.display = "block";
} else {
et.style.display = "none";
ef.style.display = "none";
em.style.display = "block";
const mb = document.getElementById("mail-button");
const actionCodeSettings = {
url : location.href
};
//
user.sendEmailVerification(actionCodeSettings);
mb.addEventListener("click",{user: user, handleEvent: mailClick});
}
} else {
console.log("logout");
// alert("logout");
et.style.display = "none";
em.style.display = "none";
ef.style.display = "block";
//
gm.innerHTML = `
`;
const flb = document.getElementById("free-login-button");
//
flb.addEventListener("click",()=>{
if ( (isMac)) {
openObj = window.open("/gsc/free_member_login","_blank","noreferrer");
} else {
const fi = document.getElementById("free-info");
fi.style.display = "block";
const is = document.getElementById("info-section");
is.style.display = "none";
document.getElementById("gscopen").style.display="none";
//フォームへ移動
const headerHeight = document.querySelector('header').offsetHeight;
const targetPosition = fi.getBoundingClientRect().top + window.pageYOffset - headerHeight;
window.scrollTo({
top: targetPosition,
behavior: 'smooth'
});
}
});
document.getElementById("gscopen").style.display="none";
//
const fib = document.getElementById("free-info-button");
//
fib.addEventListener("click",()=>{
if ( (isMac)) {
openObj = window.open("/gsc/free_member_login","_blank","noreferrer");
} else {
const fi = document.getElementById("free-info");
fi.style.display = "block";
}
const is = document.getElementById("info-section");
is.style.display = "none";
});
//
const rl = document.getElementById("re-login");
//
rl.addEventListener("click",(e)=>{
if ( (isMac)) {
openObj = window.open("/gsc/free_member_login","_blank","noreferrer");
} else {
const fi = document.getElementById("free-info");
fi.style.display = "block";
}
const is = document.getElementById("info-section");
is.style.display = "none";
e.preventDefault();
});
//
const is = document.getElementById("info-section");
is.style.display = "block";
//
rewardInit();
}
});
} catch(e){console.log(e.message);}
}
function mailClick(){
const actionCodeSettings = {
url : location.href
};
this.user.sendEmailVerification(actionCodeSettings).then(()=>{alert("メール送信が完了しました。\nメール内のリンクをクリックして認証を完了してください。");})
}
//ログアウト
function freeLogout(e){
if ( confirm("ログアウトしますか?")){firebase.auth().signOut();}
e.preventDefault();
}
// リワード広告
function rewardClick(evt){
//リワード広告を表示
this.evt.makeRewardedVisible();
}
function rewardInit(){
googletag = window.googletag || {cmd: []};
googletag.cmd.push(() => {
const rewardedSlot = googletag.defineOutOfPageSlot(
//
// '/22639388115/rewarded_web_example',
//
// '/4330625/Comic-Reward',
'/4330625/Entry-Reward',
googletag.enums.OutOfPageFormat.REWARDED
).addService(googletag.pubads());
//
// googletag.openConsole();
rewardedSlot.setForceSafeFrame(true);
googletag.pubads().enableAsyncRendering();
//
// googletag.enableServices();
googletag.pubads().refresh([rewardedSlot]);
googletag.pubads().addEventListener(
'rewardedSlotReady',
evt => {
//
//
const as = document.getElementById("ad-enable-span");
as.style.display = "inline";
// evt.makeRewardedVisible();
const rb = document.getElementById("reward-button");
rb.style.display = "inline-block";
rb.addEventListener("click",{evt: evt, handleEvent: rewardClick});
}
);
googletag.pubads().addEventListener(
'rewardedSlotGranted',
evt => {
const et = document.getElementById("entry-text");
const ef = document.getElementById("entry-form");
et.style.display = "block";
ef.style.display = "none";
}
);
googletag.pubads().addEventListener(
'rewardedSlotClosed',
evt => {googletag.destroySlots([rewardedSlot]);}
);
googletag.display(rewardedSlot);
});
}
この記事の続きを見るには、「広告を見る」か「無料メンバーに登録」が必要です
無料メンバー限定記事は920本あり、さらに増えるよ!
無料メンバーで再ログインする場合はこちら
先ほど入力したメールアドレス宛に件名「GIGAZINE無料メンバー登録のメールアドレスの確認」というメールが送信されているので、「メールアドレスを確認するには、次のリンクをクリックしてください。」の部分にあるリンクをクリックして、認証を完了してください。
メールが届いていなければ、この直下にある「確認メールを再送信する」をクリックしてください。