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

評価: +11+x

アイテム番号: SCP-7643
レベル2
収容クラス:
euclid
副次クラス:
memet
撹乱クラス:
dark
リスククラス:
notice

特別収容プロトコル: サイト-43に勤務する全ての職員は、プロトコル・デオスティエーションを常時実行し続けなければなりません。

説明: SCP-7643は、同時に1名の特定個人 (SCP-7643-1と指定) にのみ影響する情報災害です。SCP-7643-1が片側にのみ開くことが可能な非自動式の扉と相互作用する際、SCP-7643は存在力学的改変を発生させます。SCP-7643は不明な方法によって1宿主間を移行することができます。

SCP-7643-1実例が扉を開けようと試みる際、SCP-7643は過去遡及的な存在力学的改変を起こします。これにより、扉のスイング2が逆転し、元の反対の向きに開くようになります。SCP-7643-1実例が押す動作と引く動作を交互に続けると、その反復の度にSCP-7643の効果が発現します。これは5分以上継続しますが、最大持続時間は記録されていません。


補遺1: 発見
2023年3月22日、ギャリソン博士とリリハンメル博士との間で以下の会話が記録されました。これが財団の記録で確認された最初のSCP-7643実例です。

保安記録7643-A 書き起こし


[記録開始]

ヘザー・ギャリソン博士が試験室432-Aの扉に近づいていく様子が録画されている。

ギャリソン博士: 流石にもうヘトヘトに疲れたんだけど。これで終わりにしない?

リリハンメル博士: ちょっとヘザー? それは (息を吐く) 手抜きしようって言いたいわけ?

ギャリソン博士: ねえ、良いじゃない。今日やるべき仕事じゃないってだけ。

ギャリソン博士は部屋の出口に近づき扉を押すが、SCP-7643が発現し、扉の開く方向が逆転する。彼女は更に、扉を数回追加で押す。

ギャリソン博士: ありゃま?

リリハンメル博士: 引いてみたら?

ギャリソン博士: ありがとう、リル。是非とも試させていただきましょう。

ギャリソン博士が扉を引くと、SCP-7643が発現して扉の状態が改変される。扉は動かない。ギャリソン博士は扉の押し引きを交互に、高速に繰り返す。

ギャリソン博士: こん畜生、こうなったら蹴り開けてや—

リリハンメル博士: それ、ちゃんと引けてるの? でもまあ確かに、扉の引き開け方ってのは高度に複雑な概念よね。もしよければ教えて差し上げましょうか?

ギャリソン博士はリリハンメル博士を睨みつける。その仕組みは不明なものの、直前の会話がSCP-7643の移行を発生させたと考えられている。

ギャリソン博士: じゃあ見てなさい、ちゃんと引いてるから。

ギャリソン博士が扉を引く。問題なく扉が開く。

ギャリソン博士: ええ? マジでふざけんなよ。

[記録終了]

このインシデントの後、ギャリソン博士はアノマリーの存在を確認するため、監視カメラ映像の提出を申請しました。申請が認められる前に、SCP-7643は別の監視カメラにも捉えられました。

保安記録7643-B 書き起こし


[記録開始]

リリアン・リリハンメル博士とハリー・ブランク博士がサイト-43のカフェテリア-Aの扉に近づいていく様子が録画されている。

リリハンメル博士: ヒースのことがよく分からなくなっちゃって。まあ、不機嫌になること自体は時々あることよ。私もそうだしね。でも今日は、なんだか普段よりも…… イラついてた感じだった。

ブランク博士: ふむ? どんな感じだ?

リリハンメル博士: ハリー、あの子ったら扉のせいで怒って出て行ったのよ。

ブランク博士: そりゃ変な話だな。何か別の原因があったんじゃないのか?

リリハンメル博士はカフェテリアの一番左の扉に近づき、押す。SCP-7643が発現し、扉は全く動かない。

リリハンメル博士: こん畜生。

ブランク博士: どうした?

リリハンメル博士: ハリー、これは引いて開ける扉だ。

ブランク博士: そうだが?

リリハンメル博士: いいや、あなたは分かってない。これは引いて開ける扉なんだって。

ブランク博士: ああ、だから引くんだろ。押すんじゃなくて。

リリハンメル博士: この馬鹿。まず、私が扉を押しても何も起きないってのはいい? だってこれは引くタイプだから。

ブランク博士: ああ、良いぞ。間違いなく、それは引いて開ける扉だ。

リリハンメル博士: でも、これが引いて開ける扉であるはずがない。

ブランク博士: なあリリアン、引くべき扉を押してしまったからって何も恥ずかしく思う必要はないさ。よくあることだ。人間ってのは忘れる生き物なんだから、そんなのは—

リリハンメル博士: ハリー、自分が誰に向かって口を利いているのか考え直しなさい。いい? あなたには分かってもらえないと困る。私がこのサイトで働いてきた間、常にこの扉は押して開ける方式だったの。無数のタイムライン、現実、シミュレーション事象、その全てで、ここにはいつだって押して開ける扉があった。

ブランク博士: だが君の記憶能力は— まさか君でも間違えることがあるのか?

リリハンメル博士: ハリー、お願いだから分かって。

ブランク博士: 全く、ランチタイムが台無しじゃないか。リリアン・リリハンメル、君が扉の開け方を忘れてしまったのが全部悪いんだぞ。

[記録終了]

保安記録7643-Bのイベントの後、ハリー・ブランク博士が新たなSCP-7643-1実例になったと考えられています。その次の移行が、プロトコル・デオスティエーション実施前の最後のものです。


補遺2: インシデント7643-W
2023年3月23日、インシデント7643-Wが発生し、SCP-7643が現在の宿主へと移行しました。以下の監視カメラ映像は、その移行の瞬間を記録したものです。

インシデント7643-W 書き起こし


[記録開始]

激しい雨が降り始め、ハリー・ブランク博士とウィリアム・ウェトル博士がサイト-43の外に姿を現す。両者とも扉に向かって走っており、ブランク博士が先に到達する。ブランク博士は扉を引き、SCP-7643が起動する。

ブランク博士: なんてこった。まさかリリアンの奴に何か移されたとか—

ウェトル博士: ハ、この阿呆。扉も開けられないのか。

SCP-7643はウェトル博士 (SCP-7643-Wに指定) に移行する。

ブランク博士: おや、どうも上手くいったらしい。

ブランク博士は扉を押し、サイト-43に入場する。扉はその背後で閉じる。ウェトル博士は同じ扉に近づき、押して開けようとするが、SCP-7643が活性化する。

ウェトル博士: おい待て、どうなってる?

ウェトル博士はその後、雨が振り続ける中、4時間に渡って同じ扉を開けようと試み続ける。

[記録終了]

インシデント7643-Wの後、リリハンメル博士、ギャリソン博士、ブランク博士は、「プロトコル・デオスティエーション」3の提案とともにこのファイルを提出しました。サイト-43のセクション主席たちによる迅速な承認の後、同プロトコルが実行に移され、それ以来問題なく運用され続けています。詳細は以下の通知に記載されています。

サイト-43セクション主席会より プロトコル・デオスティエーションに関する通達

サイト-43の全職員 (ウィリアム・ウェトル博士を除く) へ

SCP-7643の収容を維持するため、プロトコル・デオスティエーションが実施されています。プロトコル・デオスティエーションの遵守は全職員の最優先事項とみなされており、違反が判明した個人はそれに応じて処罰されます。

プロトコル・デオスティエーションに基づき、ウィリアム・ウェトル博士 (SCP-7643-W) が扉を開けようと試みている際、彼に対して「皮肉」または「侮辱的」と解釈される可能性のある嘲笑、冗談、挑発、揶揄、その他の状況に関する言及を行うことは禁止されています。

ウェトル博士が元来有している能力のため、SCP-7643がその効果の延長であると想定され、引き起こす追加の問題は無視できる程度に留まり、また、彼自身の自虐によって収容が保たれることが期待されます。

なお、これはウェトル博士が積極的に扉を開けようと試みていない間に、彼に対してなされる行動や発言を制限するものではないことに注意してください。


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