SCP-5243映像転写
/* 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)); }
}

評価: +18+x

43NET映像転写データベース:

SCP-5243保有場

SCP-5243の2021年の発生は収容破綻につながらず、タイムライン再構築イベントは発生しませんでした。しかし、以前の19回の反復で起きた典型的なイベントの進行からの重大な逸脱が観測されました。関連インシデントが以下に収集されています。

インシデント報告書 AAFD-I-122
日付: 2021年9月8日
記録担当者: H・黒木(保安・収容セクション長)

概要: H・ブランク博士は、自身の収容任務の遂行中に予期された5243現象からの変則的な逸脱に遭遇した。

監視カメラ映像の転写

カメラ: REL-022


研究実験ラボREL-Bの固定の視界。

18:20:04 | H・ブランク博士は指定された仕事場で座っている。彼は溜息を吐く。

18:21:25 | R・ヴィルト博士が自身の仕事場に出現する。ブランク博士は彼をあからさまに無視する。

18:22:06 | ブランク博士はヴィルト博士を物々しく見つめてから、腕時計をチェックする。彼は、「どう感じているか?」と尋ねる。

18:22:13 | ヴィルト博士は、自身の弁当箱が空であることにちょうど気づいて弁当箱から顔を上げた。「腹が減ってる、と思うな」と彼は返答する。

18:22:21 | 予定された14台の処理槽の破裂がラボの外から聞こえる。

18:22:25 | 予定通りに、ブランク博士は「なんだったんだ?」と述べる。

18:22:32 | 「オカルティストどもか」とヴィルトはつぶやき、炸裂源を調べるため立ち去る。

18:22:38 | ブランク博士は溜息を吐き、机に頭をもたれかける。

18:22:41 | カメラの映像が明滅し、ブランク博士が19秒前と同じ体勢でいるのを描写する。

18:22:44 | 誰にでもなく、ブランク博士は「なんだったんだ?」と述べる。

18:22:49 | ブランク博士は明らかに混乱しながら周囲を見渡す。「レウベン?」

18:22:55 | ブランク博士は椅子から離れ、出口に向かって歩いてカメラの視界からいなくなる。

18:23:00 | カメラの映像が明滅し、ブランク博士が19秒前と同じ体勢でいるのを描写する。

18:23:03 | 誰にでもなく、ブランク博士は「なんだったんだ?」と述べる。

18:23:05 | ブランク博士は椅子から飛び上り、息をのんで目を見張る。彼は一周回って、部屋から飛び出る。

18:23:19 | カメラの映像が明滅し、ブランク博士が19秒前と同じ体勢でいるのを描写する。

ブランク博士は19秒間のループを計19回強制的に繰り返され、繰り返しごとに目に見えてより不安になっている。

18:28:42 | ブランク博士はラボの床に倒れて胎児のように丸まり、身体を前後に揺する。

18:29:30 | 保安・収容職員が到着する。

影響: ブランク博士は以前の19回のループの繰り返しのイベントを曖昧に覚えており、不安発作症状の治療を受けた。明白な収容破綻はない。


インシデント報告書 AAFD-I-123
日付: 2021年9月8日
記録担当者: D・イバニェス(追跡・鎮圧セクション長)

概要: D・イバニェス セクション長は、自身の収容任務の遂行中に予期された5243現象からの変則的な逸脱を報告した。

監視カメラ映像の転写

カメラ: SCC-001


カメラの視界は保安・収容セクションのオープンオフィスを映している。D・イバニェス セクション長は壁にもたれ、一人きりである。

18:23:20 | エージェントのA・ムカミ、J・ギルヘルム、S・ラドクリフが2002年における位置に出現し、会話中である。エージェント・ムカミは次のように叫んでいる途中である。「—はスプレータンニング. 訳注: 肌に専用の溶液をスプレーすることで日焼けしたように見せかける施術のこと。 したゴマすりの異常なセールスマンが大量en masseのDクラス職員を財団に売ってて、そいつはマジで無駄な実験スケジュールを書いたときにしか姿を見せないって思ってやがったんだ」

18:23:32 | エージェントらは笑う。イバニェス セクション長は笑うふりをする。

18:23:39 | イバニェス セクション長は頭を振り、「彼が一度も重要なことを担当しなかったのはよかったですね」と言う。

18:23:45 | エージェントらは書類仕事を再開する。イバニェス セクション長は一人一人を順番に見て、顔をしかめる。

18:24:20 | S&Cオフィスのレッドラインが鳴る。エージェント・ギルヘルムはインターコムのボタンを押し、通信に応答する。

18:24:21 | 低いうめき声を覆う甲高いガラガラという音が3秒間空気を満たす。イバニェス セクション長は驚きながら電話を見つめる。

18:24:24 | エージェント・ギルヘルムは「どうぞ、サー」と言う。

18:24:25 | 音が5秒間再開する。乾いた小枝が折れるような弾ける音が、現在ガラガラという音とうめき声に潜んでいる。

18:25:30 | エージェント・ギルヘルムは「イエス、サー」と言い、インターコムを停止する。

18:25:31 | イバニェス セクション長はエージェントらを見つめる。彼らは彼女を見つめ返し、彼女が行動しないため困惑しているようである。

18:24:32 | イバニェス セクション長は「あー」と言い、我に返ったように思われる。そして「聞きましたね! あなたたち3人とも、至急向かいなさい!」と言う。彼女はエージェントらを立て続けに指さす。

18:24:33 | 3名のエージェント全員がオフィスを離れる。イバニェス セクション長はインターコムに近づき、慎重に停止し、続いて17秒間用心深く見た後に部屋を離れる。

影響: 3名のエージェント全員は予定通りに指定された落命に至った。明白な収容破綻はない。


インシデント報告書 AAFD-I-124
日付: 2021年9月8日
記録担当者: H・黒木(保安・収容セクション長)

概要: 5回前のSCP-5243でのA・ズラター博士の残留物(282個の半分になったレモン)が冷凍保存されている高優先冷蔵保管施設3において、異常なインシデントが発生した。

監視カメラ映像の転写

カメラ: CSF-003


冷蔵保管ユニット14の固定の視界。

18:25:05 | カメラの映像が明滅する。

18:25:09 | 冷蔵保管ユニット14が外側に崩れる。1本の鋼製のボルトが高速でカメラにぶつかり、レンズを粉砕する。映像は継続する。

18:25:18 | 冷蔵保管ユニット14内部からのくぐもった音。

18:25:29 | 冷蔵保管ユニット14内で劇的な温度上昇が検知される。自動セーフガードが発動する。ユニットは開錠されるが、構造的損害のため扉を開放することはできない。

18:25:29 | 冷蔵保管ユニット14の扉が部分的に開放する。1本の人間の手が手掛かりのためにつかんでいるのが見える。

18:25:36 | 重いものが冷蔵保管ユニット14の扉の内部からぶつかり、扉をより押し開く。くぐもった痛みの叫び声。

18:25:49 | 冷蔵保管ユニット14の扉が開け放たれる。標準仕様の財団研究員服を着用した5名の人物が現れ、床に1列に倒れ重なっている。

18:26:09 | 保安・収容職員が到着する。

影響: その後5名の人物全員はA・ズラター博士であると同定され、重度の低体温症の治療を受けた。心理的カウンセリングは進行中である。

SCP-5243発生の常法で、ズラター博士の実例は18:24に玄妙除却施設AAF-Dで物質化し、47個の半分になったレモンに変質した。蘇生したズラターのうち3名がそれらの残留物の取扱いに関心を示している。これらの要求は、彼らの精神的・感情的安定性に関する心理・超心理セクション報告書を待つ間拒否されている。


インシデント報告書 AAFD-I-125
日付: 2021年9月8日
記録担当者: H・黒木(保安・収容セクション長)

概要: W・ウェトル博士は、自身の収容任務の遂行中に予期された5243現象からの変則的な逸脱に遭遇した。

監視カメラ映像の転写

カメラ: RES-017


定期的に首を振るカメラの視界は、研究・実験セクションに続く主要な隣接する通路の南側を映している。

18:25:35 | 扉が開き、閉じる音が聞こえる。カメラは右に首を振る。

18:25:43 | W・ウェトル博士はゆっくりと歩いてカメラの視界に入ってくる。彼は肘と膝のパッドと自転車のヘルメットを着用している。

18:25:49 | ウェトル博士は繰り返し「さっさと終わらそう」とつぶやく。彼は深呼吸し、通路を北に進む。

18:25:55 | エージェントのA・ムカミ、J・ギルヘルム、S・ラドクリフが角から来て視界に入るが、まだウェトル博士に気づいていない。カメラは左に首を振る。

18:26:01 | ウェトル博士は前述のエージェントらと予定された衝突を起こす。4名全員が床に倒れる。

18:26:10 | エージェントらは回復して通路を進み続け、最終的にカメラの視界から消える。ウェトル博士はいまだに横たわっている。

18:26:23 | ウェトル博士はゆっくりと起き上がり、ヘルメットを外す。彼は通路の両側を眺め、空中にこぶしを突き上げる。彼は「かすり傷一つなし、クソカスどもめ!」と叫ぶ。

18:26:43 | カメラは右に首を振り、左に振る。6本の輝く青い肉体のない脚がウェトル博士の体の周囲に出現している。彼は用心深くそれらを見る。

18:26:48 | ウェトル博士が立ち上がろうとすると、脚は乱暴にけり始め、彼を床に倒れさせる。

18:29:00 | カメラは右に首を振り、左に振る。脚は消失している。ウェトル博士はうめき、ヘルメットを再装着して動かずに横たわる。

18:40:00 | 保安・収容職員が到着する。

影響: ウェトル博士は重度の打撲の治療を受けた。軽度の心的外傷の治療は延期された。


これらの逸脱の原因はいまだに不確実です。サイト-43職員は、サイト内のさらなる異常活動を即座に保安・収容セクションに報告しなければなりません。

私たちはこれが一体どういうことなのかわかりません。全く率直に言えば、理想的な結果はこのようなものです。私たちは決して解明できず、また決して重要にはならない。ですが、さらなる通知があるまで、全職員はサイトが恒久的なガンマワン警戒状態にあると考えなければなりません。

もしかすればズラターたちなら、自身らがもはやレモンの山ではないことを納得させられれば、いくらか解明できるのかもしれません。

— D・イバニェス(追跡・鎮圧セクション長)


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