/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
#top-bar .open-menu a {
position: fixed;
bottom: 0.5em;
left: 0.5em;
z-index: 15;
font-family: san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888 !important;
background-color: #fff !important;
border-radius: 3em;
color: #888 !important;
text-decoration: none!important;
}
@media (min-width: 768px) {
.mobile-top-bar {
display: block;
}
.mobile-top-bar li {
display: none;
}
#main-content {
max-width: 708px;
margin: 0 auto;
padding: 0;
transition: max-width 0.2s ease-in-out;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -25em;
width: 17em;
height: 100%;
background-color: rgb(184, 134, 134);
overflow-y: auto;
z-index: 10;
padding: 1em 1em 0 1em;
-webkit-transition: left 0.5s ease-in-out 0.1s;
-moz-transition: left 0.5s ease-in-out 0.1s;
-ms-transition: left 0.5s ease-in-out 0.1s;
-o-transition: left 0.5s ease-in-out 0.1s;
transition: left 0.5s ease-in-out 0.1s;
}
#side-bar:after {
content: "";
position: absolute;
top: 0;
width: 0;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
#side-bar:target {
display: block;
left: 0;
width: 17em;
margin: 0;
border: 1px solid #dedede;
z-index: 10;
}
#side-bar:target + #main-content {
left: 0;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.3) 1px 1px repeat;
z-index: -1;
}
}
:root {
--timeScale: 1;
--timeDelay: 0s;
}
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
position: absolute;
content: " ";
width: 100%;
height: 0.5rem;
background-color: rgb(var(--black-monochrome, 12, 12, 12));
transform: translateY(-0.74rem);
}
/* DIVIDER */
.anom-bar > .bottom-box::before {
animation-name: divider;
animation-duration: calc(0.74s * var(--timeScale));
animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
}
/* CLASSIFIED LEVEL BARS */
div.top-center-box > * {
animation-name: bar;
animation-duration: calc(0.45s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
/* TOP TEXT */
div.top-left-box, div.top-right-box {
clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
div.top-left-box > *, div.top-right-box > * {
position: relative;
animation-name: bottomup;
animation-duration: calc(0.65s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/*-----------------------------------*/
/*-----------------------------------*/
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
animation-name: expand2;
animation-duration: calc(0.5s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
div.main-class::before, div.main-class::after {
animation-name: iconslide;
animation-duration: calc(0.45s * var(--timeScale));
animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
/* BOTTOM TEXT */
div.main-class > *, div.disrupt-class > *, div.risk-class > * {
white-space: nowrap;
animation-name: flowIn;
animation-duration: calc(0.42s * var(--timeScale));
animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/*-----------------------------------*/
/*-----------------------------------*/
/* DIAMOND */
div.arrows {
animation-name: arrowspin;
animation-duration: calc(0.7s * var(--timeScale));
animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.quadrants > * {
animation-name: fade;
animation-duration: calc(0.3s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
animation-name: nodegrow;
animation-duration: calc(0.4s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.diamond-part {
clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
animation-name: diamondBorder;
animation-duration: calc(0.8s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
will-change: box-shadow;
}
/* MOBILE QUERY */
@media (max-width: 480px ) {
.anom-bar > .bottom-box::before {
display:none;
}
.anom-bar > .bottom-box {
box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
}
div.top-center-box > * {
animation-name: bar-mobile;
animation-duration: calc(0.9s * var(--timeScale));
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
}
/*--- Motion Accessibility ---*/
@media screen and (prefers-reduced-motion: reduce) {
div.anom-bar-container { --timeScale: 0!important; }
}
/*-------------------------*/
@keyframes divider {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar-mobile {
from { max-height: 0%; }
to { max-height: 100%; }
}
@keyframes bottomup {
from { top: 100px; }
to { top: 0; }
}
@keyframes expand1 {
from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); }
to { opacity: 1; clip-path: inset(0); }
}
@keyframes iconslide {
from { opacity: 0; transform: translateX(-5rem); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes expand2 {
from { opacity: 0; width: 1%; }
to { opacity: 1; width: calc(100% - 0.25rem); }
}
@keyframes fade {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes flowIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes arrowspin {
from { clip-path: circle(0%); transform: rotate(135deg); }
to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
from { transform: scale(0);}
to { transform: scale(1);}
}
@keyframes diamondBorder {
from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
クレジット
タイトル: SCP-3378-JP - 臓悪
著者:
roneatosu
作成年: 2025
副次クラス:
{$secondary-class}
撹乱クラス:
{$disruption-class}
特別収容プロトコル: SCP-3378-JPは収容時点で無力化が行われました。解呪済みのSCP-3378-JPオブジェクト実例はサイト-81ETの収容区画・呪物保管庫内に密封保管がなされています。
説明: SCP-3378-JPは肥大化したヒト (Homo sapiens) の心臓であり、以前は自立行動性の敵対的な呪詛性質を示していました。その行動に関しての観察と評価分析、事後の情報提供によればSCP-3378-JPは以下のような異常性質を有していたと推定されます。
- 付近の人間の心臓部位に転移する形式による、当該の対象へのクラスⅣ相当の権能支配アビリティ・バインド。これにより、対象の人格及び広範囲の行動はSCP-3378-JPにコントロールされる。
- 呪詛事象の発現。多くの場合においてはSCP-3378-JPの支配下にある対象の身体構造を改変、そこから様々な呪詛的異常を発生させる形式で行われる。
- 付近の環境への微弱かつ多数の空間歪曲の発生。これにより、周辺の空間は脆弱かつ不安定な状態に晒される。
SCP-3378-JPの心臓は元々PoI-5216 (“松城 祐逸まつぎ ゆういつ”)のものであったことが確認されています。
SCP-3378-JPは2015年6月14日にNx-74 (“神音町”)の泉境地区にて発生したインシデント-3378/JP-01、別名「波田呪殺事件」の際に発見されました。
補遺.1: 以下はサイト-81KKの未詳資料/目録編纂セクションにより編纂されたPoI-5216の身分情報です。
番号: PoI-5216
敵性指数: 4 (敵対) 0 (死亡確認済)
名称: 松城 祐逸まつぎ ゆういつ
関連: GoI-8107 (“市俄会”) / 六道一家
特異性: 人間の物理的限界を超過しての異常な筋力、強靭性及び耐久力。
概要: PoI-5216は犯罪結社“市俄会”に属していた暴力団構成員です。少なくとも1987年の「神戸繁華街百鬼夜行騒動」における市俄会の活動からその存在が確認されており、組織内での主な役割は特異性を利用した市俄会要人の護衛、暴力による脅迫や恐喝、敵対組織施設の破壊、殺人であったと推定されます。
PoI-5216は市俄会の傘下組織の中でも武闘派として知られる六道一家に所属していました。2013年の時点でPoI-5216は六道一家の幹部としての地位にあり、一家の中で少なくない権力を占めていたことが報告されています。これは長年の活動と一家への忠誠心に起因するものでしたが、PoI-5216の非妥協的な破壊活動と殺人は敵対組織の中で悪名高く、特にGoI-8120 (“有村組”)には兵庫近辺における幾度もの抗争事件の関与によって、重要な敵対者としてマークされている状態にありました。
2013年11月13日、大阪府西部にて有村組と市俄会の構成員19名が交戦し、PoI-5216は有村組が用いた未補足のパラテック兵器の異常性により爆死しました。この交戦は異常物品を輸送中であった市俄会の自動車を有村組が襲撃する形式で開始され、輸送中の異常物品の略奪の事実が確認できなかったことから、当該行動はPoI-5216の暗殺を意図したものであったと推定されます。
財団による事件現場調査が行われた際、現場にはPoI-5216の残存物が散乱していましたが、これは死体を構成する30%に満ちませんでした。
補遺.2: 2015年6月14日の午前10時54分頃、神音町の泉境地区に所在する波田派遣事務所で異常な音量の轟音や怒声が聞こえるという旨の通報が近隣の日曜礼拝参加者からなされました。通報を受けた神音町現地のGoI-8130 (“警視庁公安部特事課”)構成員はこれを直ちにサイト-81ETに連絡し、状況把握を目的とした双方の人員が事件現場に派遣されました。
現場となった事務所内ではSCP-3378-JPが異常性を発揮し、既に複数の事務所職員が殺害された状態にありました。しかしながら、数名の職員は法規外武器を用いて、SCP-3378-JPのコントロール下にある職員の無力化を試みており事務所に何らかの団体もしくは異常存在が関与していることが疑われました。
事件後の法的調査によって、波田派遣事務所は有村組の傘下団体が所有するフロント企業であることが明らかになりました。当該事務所にて実態を伴った営業は行われておらず、実際は有村組の神音町及び関西地域への進出を意図した人員拠点として秘密裏に運営がなされていました。
俺と特事課の警察が現場に乗り込んだ時、あの事務所は既に地獄と化していた。玄関を破ると周囲が空間異常を起こして、あたかも鏡を割ったみたいなひび割れがあちらこちらに覗いてやがった。だが、それ以上に異様だったのは傍に転がってる死体の方だ。死体にゃ目が生えてた。体中にびっしり眼球が生えて死んでたんだ。
呪詛事象の最も厄介な点は“意味不明”だ。不可視の弾丸が床から飛んできて腿の肉をゴッソリ削り取るのと同じ。おかしいのは弾か床かそれとも俺の脚に何かが仕組まれたのか……予測も出来ない内にそれは起こる。
こうしてみた場合、少なくとも多少は恵まれた状況にあった。奴が狙っていたのは事務所の連中で俺たちじゃない。これを呪詛事象だと見抜き分析する時間が幾らか取ることが出来た訳だ。奇妙な事に大っぴらに殺人を繰り広げてたのは奴らの内の一人だった。憑依の可能性、精神錯乱の可能性、権能支配の可能性……結果的には三つ目だったがとにかく事務所の一人は傀儡として、口から大量の血を吐き出して職員に浴びせようと暴れまわってた。あの血は融解作用かそれらしい性質を示していたらしく、まともに顔からあれを被った男は持ってた拳銃ごとごたまぜの何かになって溶けた。死体モドキからは酷い臭いがした。奴らは抵抗したが、呪詛の敵じゃなかったね。
とにかくあいつに俺たちの存在が悟られていないという最大の利点を活かす他なかった。あいつが事務所の奴を粉微塵にしてる間に特事の奴と計画を共有した。一度知られれば利点は消える。機会は一度きりだ。
あいつが事務所の一人を骨の塊に変えた直後、特事の奴が頭を撃ちぬいた。意味不明には意味不明だ。弾丸には俺の術式を込めた。事前の仕込みではあったが、これが上手くいった。命中した直後にあいつの体は伸縮をでたらめに繰り返して、ぐちゃぐちゃの肉の塊になりつつあった。
だが、あいつの全身が潰れる瞬間に顔が俺の方を向いた。「腐って死ねえ! 有村!」あいつはそう言った。そして口から心臓が飛び出てきた。信じられるか? 心臓が俺の喉にへばり付いて伸びた動脈を口に挿入し始めた。特事の奴もどうしようも出来なかった。心臓を撃てば俺ごと貫通しちまう。
運が良かったのは使えないのが口だけだったことだ。両腕が空くなら印を結べる。この距離なら威力は十分。まともに呪力を浴びせられた心臓は一度大きく跳ねて動くことなかった。
その後は知っての通りだ。心臓は収容室へ、俺は医療室へ。ああ、喉から生えた歯を抜歯する日が来るなんて思ってもみなかったね。呪詛は意味不明。これもまた知っての通りだよ。
- 盧 勇基ノ ヨンギ サイト-81ET所属 呪詛対抗エージェント
事務所からは2種のパラドラッグ、6点の呪物アノマリー、有村組内の組織文書が回収され適切なサイトへの移送がなされました。唯一の生存した事務所職員である 浜野 和夫はまの かずおに関してはサイト-81KKの外交・調整セクションと特事課の交渉の結果、一時的にその身元がサイト-81ETに引き渡されました。
当該事件はサイト-81ETネクサス外交官、特事課交渉者代表、神音町議会の三者協力の下でカバーストーリー“法執行機関による危険物回収”が適応されました。
補遺.3: 以下は浜野 和夫に対して行われたインタビュー記録です。
インタビュー対象: 浜野 和夫
インタビュアー: Agt. 王
Agt. 王: 言った通り、お前が有村の人間であることは分かってる。あの心臓が何なのか、どうしてお前たちを襲ったのか知ってることを吐いてもらう。
浜野: [ため息] そう怖い顔をすんな。今の俺は手足もがれたギニーピッグ。何もできやしねえよ。
[Agt. 王は手元から松城 祐逸の写真を取り出し、テーブルの上に置く]
Agt. 王: 心臓を解析にかけたところ、この男のものだと判明した。松城 祐逸……2年前に死んだはずの市俄のヤクザ。知ってるか?
浜野: 知ってるも何もうちはこいつと戦争してたんだぜ。六道の松城と聞きゃ誰でも分かる。有村のヤクザもんが何人奴にバラされたと思ってる? あれほどの畜生は見たことがねぇ。だから殺してやった。
Agt. 王: だが、あいつは戻ってきた。奴がどうやったのか目星は付いてんのか?
[浜野は沈黙する]
Agt. 王: どうした?
浜野: 保証できるか……今から喋ることが市俄連中に決して流れやしねえと。できないなら言えねえ。
Agt. 王: 請け合おう。財団の文書セキュリティは地球上のどの国家のそれよりも堅い。
浜野: [頷く] ……死霊術、この国最古の呪術だ。市俄の頭や幹部は死人を顎で使う。あの組の前身となったかつての組織にはこんな言葉があったらしい。「 魂スピリットが生きる限り我々は死なない」。奴らは魂スピリットを冥途から呼び戻す手段まで手にいれたんだ。俺たちが奴の暗殺に爆殺といいう手段を取ったのもそのためだ。体の残っている部分が多いほど、奴の多くがあの世から戻って来る。 [舌打ち] 全くしてやられた。
Agt. 王: これは奴らの報復か?
浜野: 松城の報復だろうな。奴は畜生だと言っただろう。過剰なまでの破壊活動、闘争のための闘争、利益よりも殺しを優先する点。市俄は有村と生まれながらの因縁を背負っちゃいるが、松城はその中でも飛びぬけてたね。その上、奴は昔っから兵庫のヤクザでこの地域を関西進出の足掛かりにしてた俺たちにとっちゃ目の上のでかいコブだったんだ。象徴的だよなぁ……生き返った奴が狙ったのが有村の兵庫の拠点だとは。
Agt. 王: 成程な。情報の提供に感謝する。
浜野: まだ喋れることは多いぞ。俺自身の保護と引き換えだ。
Agt. 王: 随分と従順だな。
浜野: 内幕をお前らに話した時点で、俺は市俄からも有村からも狙われる身になった訳だ。娑婆に戻りゃどちらかに……あるいは松城に死よりも惨い仕打ちを受けるのは目に見えてる。取引しよう。どうだ?
Agt. 王: 上に掛け合おう。しかし、松城は俺たちが再び殺したぞ。
浜野: 分からんさ。市俄は何だってする。……また戻ってこないとも限らんよ。
浜野 和夫はPoI-7097に指定され、身の安全の確保のためサイト-81KKに移送されました。現在、PoI-7097に対する取り調べが進行中です。