SCP-4728-JP
/* 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)); }
}

評価: +40+x
blank.png


3/4728-JP LEVEL 3/4728-JP
CLASSIFIED
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
Item #: SCP-4728-JP
Euclid

特別収容プロトコル

オリジナルの映像ファイルのコピーは、サイト-81KK 情報技術セクションの特殊情報収容サーバ内に保管されています。ファイルへのアクセスは正当な実験申請がある場合を除いて禁止されます。

同セクションが運用するWeb走査Bot I/O-PESTESSIGが、SCP-4728-JP感染源の映像ファイルのスクリーニング検査を担います。該当ファイルがSCP-4728-JPコロニーとなっていることが判明次第、オンライン環境から削除されます。感染者は可及的速やかに特定され、医療・療養エリアに搬送後、治療されます。終末期を除いては脱皮阻害剤による駆虫が実施され、終末期の場合は撮影が行われます。治療後に発生した新たな感染源は基本的に廃棄されるものとします。

説明

anchor-worm.png

イカリムシ (Lernaea cyprinacea) の標本。SCP-4728-JP個体の成体は類似の外観を呈しますが、より大型かつ黒色です。

SCP-4728-JPは、ヒトと映像メディアを含む特異な寄生サイクルを有するイカリムシ属 (Lernaea) の一種です。本種はサイト-81KK 研究・開発セクションにより、Lernaea sirenisの帷下学名1が与えられています。

本種は現実世界と映像メディア間をシームレスに移動することが可能です。SCP-4728-JPは卵 → 2段階のノープリウス幼生 → 5段階であるコペポディド幼生 → 成体の順で成長し、ノープリウス幼生期の大部分ならびに成体期を映像メディア中で過ごします。ヒト被験者が汚染媒体を目視することで、第2期ノープリウス幼生 (体長およそ0.8-1.2 mm程度) が被験者の顔面部皮膚下に実体化します。汚染媒体中のノイズは遊泳中のノープリウス幼生に対応するものと想定され、閲覧後に若干のノイズ低減が発生します。

出現したノープリウス幼生は速やかにコペポディド幼生へと移行し、被験者顔面部の皮下組織内に寄生します。これらの個体は体液を吸いながら成長し、感染部位には内部に複数の個体を含む粉瘤が発達していきます。この期間は強い違和感と痛みを伴い、最終的に瘤は周辺組織を圧迫しながら巨大な腫瘍を形成します2。第5期コペポディド幼生 (体長およそ2.8-3.4 cm) に達すると個体は腫瘍内で交尾を行います。交尾後、オスは死滅するものの、メスには追加の異常性が発現します。

この期間中の感染者を撮影した映像メディア内において、当該の感染者顔面部でメスが成体に達し、腫瘍を突き破り胴体・卵巣を露出している様子が確認できます3。この結果として、映像内に映る人物は、多数の黒い寄生虫を肥大化した顔面から突出させた姿を呈します。成体は映像を繰り返し再生することで成長していき、最終的には推定6-12 cm程度までの大きさに達し、映像内の犠牲者顔面部から垂れ下がります。

個体が生育しきると卵の放出が開始され、該当メディアは新たな感染源に変化します。この状態のメディアを閲覧することで、誕生・成長したノープリウス幼生が次の視聴者に感染することとなります。映像内でも被験者に繰り返し寄生することは可能なようですが、同一映像内に映り込んだ他者への感染は見られず、直ぐにコロニーの大きさは頭打ちとなります。映像ファイルをコピーすることは、該当コロニーの完全な複製を招きます。

撮影された感染者からは個体群が消失し、腫瘍のみが残留します。これらの腫瘍は、暫しの時間を置いて自然治癒します。特筆すべき点として、感染終末期の被験者は撮影されることに対する衝動を報告します。これらの衝動は、撮影による個体の除去が可能であることが知らされていない場合でも発生します。

補遺.4728-JP.01 — 発見経緯

quon-sb.png

久怨株式会社。

SCP-4728-JPは2013年、ロストメディア捜索に特化したオンラインコミュニティである「Quo Vadis?」(クオ・ヴァディス) で発生したアウトブレイクにおいて発見されました。当時、QVの旧Wikiサイトに併設されたフォーラム内において、現存しない詳細不明の映像作品『SIREN 1994』に関する情報募集が行われていました。

同作品は久怨くおん株式会社が1994年に制作した短編映画作品ですが、収録されたオムニバスビデオが通信販売のみであったうえ、同時に収録された別作品に対する訴訟で直ぐに販売停止・自主回収が成されたため、現品が見当たらなくなっていました。1997年の同社の倒産とその後の資産整理において原版は行方不明となり、その後は有志からなるロストメディア捜索グループが地道な追跡を続けていました。

2013年10月末、フォーラムに「KaSaNeDa」4というアカウントが「人魚に寄生虫がいることを知っていましたか」という文章を添えて、ファイル共有サイト上にアップロードされた一本の動画ファイルへのリンクを投稿しました。動画自体に関する説明は付随していませんでしたが、その内容から『SIREN 1994』の本編をクリップした映像であるものと推定されます。

映像転写: mermaid.avi


映像はドアが開く様子の途中から始まる。何者かがハンドカメラを所持し、おそらく胸程度の高さから撮影されている模様である。画面は暗く、周辺の備品の様子から、何らかの医療施設ないしは研究施設内であることが示唆される。

カメラは治療台の上に置かれた、巨大な魚の尾鰭を映す。以降、撮影者の息は荒くなり、カメラは震えだす。

撮影者は更に奥へと侵入し、治療台の上に魚の下半身とヒト女性の上半身が融合した実体が寝かされている様子を映し出す。ヒト部の胸部から腹部にかけては切り開かれているが、既に血を抜かれているらしく、周囲に血溜まりはほとんど見られない。女性の顔は黒一色に染まっている。

カメラは胴体にズームし、上方にパンしていく。画面はヒト部の手に向けられる。そこには指輪らしきものが装着されている。

不明な人物: (息を詰まらせ) 美奈?

カメラは次いで、胸骨付近をアップで映し出す。心臓と肺は既に摘出されている。当該の死体が実物であるのか、それともセットであるのかは、画質の不明瞭さもあり特定できない。

画面は更に上へと進み、女性の著しく肥大化した顔面部を映し出す。膨大な数の、SCP-4728-JP個体の成体が顔から吊りさがっている。それらの一部はまだ蠢いている。この時点から画面のノイズが急増し、視聴時に感染を齎すようになる。

不明な人物: (嗚咽)

カメラの震えは大きくなり、画面は激しくブレる。不明な人物はぶつぶつと何かを呟いているが、ノイズが酷く発言内容は不明瞭である。やがて唐突な暗転があり、映像は終了する。

同作がほとんど注目されていなかったほか、当時横行していた荒らしによる猟奇的動画の貼付行為へ対応するための、動画ファイルを含むポストへの自動警告付与により、この動画は一部の者を除いて話題を集めることはありませんでした。

暫くして同コミュニティに展開されていた未詳怪異調査セクションのエージェントが、動画を視聴した結果としてSCP-4728-JP個体に感染していることが発覚しました。同コミュニティに関連する人物の投稿に「虫が這う感覚」「発疹・粉瘤の出現」といった共通症状が確認されはじめ、トリガーアノマリーとして当該映像が浮上しました。

この期間中に動画の該当シーンにアクセスしたと考えられる推定感染者22名が特定・拘留され、研究と並行して治療処置が実行されました。特筆すべき点として、内6名は現在まで行方が判明していません。これらの人物は存命していた場合、感染終末期に到達しているか、既に自己解消しているものと推測されますが、SCP-4728-JPに未知の異常性が存在する可能性が提言されています。

感染者へのインタビューにおいて、1名が「[不明な行為者が] 撮りに来る」と発言したことが注目され、SCP-4728-JP感染が何らかの存在の誘引アンカーとして機能するという仮説が浮上しているものの、現状ではそれを裏付ける証拠はありません。ヒト被験者を意図的に失踪させる実験は、その倫理的懸念から内部管理セクションにより停止されています。

公開当時の『SIREN 1994』内に、SCP-4728-JPコロニーが生息していたかどうかは不明です。

特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。