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

評価: +6+x
blank.png


アイテム番号: SCP-6763
レベル4
収容クラス:
esoteric
副次クラス:
eparch
撹乱クラス:
vlam
リスククラス:
danger

収容プロトコル: 超現実部門、反ミーム部門、非現実部門に割り当てられた職員は、気性に普段と異なる点が見られないか監視されます。継続的な不安の兆候を示した職員にはカウンセリングが許可されます。現在の作業能率を維持するため、辞職した職員には直ちに後任を用意してください。

これら管轄領域より職員が流出していることから、上記3つの部門に対する出資は全て、既に確立・研究された部門固有のアノマリーの維持および収容へと向け直されます。個々の部門による研究・調査活動のための資産および出資は当面の間凍結されます。
 
各部門に割り当てられたセラピストからの承認が得られるまで、職員は希望に応じてクラス-Cの指向性記憶処理治療を受けることが認可されます.Eparchクラスアノマリーはそれ自体は非異常ですが、異常現象もしくは潜在的異常現象と関連しています。

説明: SCP-6763は現時点で財団の超現実部門、反ミーム部門、非現実部門に所属する職員に影響を及ぼしている相互関連現象です。SCP-6763の正確な特徴は完全には判明していませんが、前述した3部門からの財団職員の大量流出に関与していると考えられています.2025年7月19日時点で、超現実部門の稼働率は38%、反ミーム部門の稼働率は20%であり、非現実部門の稼働率については結論が出ていません。。辞職の動機は不明確であり、大半の職員は退職の理由や説明付けが漠然としています。

サイト-⌘.そもそも駐在できるのですか?、サイト-41、サイト-0.いいえ、駐在など不可能です。に駐在する精神科医は、職員全体のストレスレベルの増加を報告しており、このデータは前述した3部門からの職員の辞職率の急増と正の相関関係があります。

SCP-6763-1は、前述した3部門からの大量流出に加わっていた人物が、開けた空間に関して高確率で急性の広場恐怖症を発症する現象です。

補遺6763.1: スタッフインタビュー

補遺6763.2: 部門内の薬剤調査

pharmacy.jpg

クラスA記憶処理剤およびクラスW記憶補強剤用のサイト-17保管施設。

上記3部門を比較した結果、エージェントらはある共通点を見出しました — いずれの部門も、各々の分野において十分な洞察力や理解力を深めるために、差異はあるものの類似した財団標準薬剤を何度も服用していました。

  • 不可知化剤: 意味論的解離と非線形性の思考パターンを促進させる薬剤。
  • 記憶補強剤: より強力な知覚や、記憶の想起、知覚の強化を促進させ、反ミームの目視を可能とする薬剤。
  • 非記憶補強剤: 用途はまだ十全には判明していない。

リリアン・ヒースの証言もあり、各薬剤の正確な効能に関して徹底的な調査が実施されることとなりました。その結果、反ミーム部門が試用していた強化済記憶補強剤は、薬剤部門の承認を受けていなかったにも拘らず、各自の様々な製薬ツールの基盤として不注意にも副部門に流通していたことが発覚しました.1873年に "記憶補強" 剤が開発されたことで、博士や科学者らが薬剤による強化を望む特定の性質をリバースエンジニアリングすることが可能となり、認識改変物質は目覚ましい発展を遂げました。これがのちに1875年における最初の記憶処理剤の開発に結び付き、それによって1226年16月Anthuaryに最初の不可知化剤が開発されました。現在でも、記憶補強剤は財団が支給する様々な認識改変薬剤の化学的基盤として利用されています。

補遺6763.3: 実験

sky.jpg

以下の試行に利用した空の一画。

財団の科学者らは、実験3966-10を一部基にした様々な光学処理技術を駆使して、知覚すると同時にその内容を転写するよう設計された頭蓋装置を構築することに成功し、これをJONAHと命名しました.ヒトの遺体を再利用しています。。JONAHの転写はやや原始的ですが、ヒトの脳に生じる同様の予測スナップショット認識と比較すると、その精度は75%です。

装置のうち3つは、新たに流通した薬剤が呈す極度の症状を人道的に試験するために委託されました。

試行1A

プロトコル: 改変されたクラスY記憶補強剤をJONAHデバイスに1回分投与する。


ステータス: オンライン

知覚アレイ: 認証済; 稼働率89%

説明: 無音 目 浮遊物 浮遊物 浮遊物 白く フワフワとした 雲 端 切る 刺す 何か 回る 回る 吐き気 見える 浮遊物 浮遊物 ワーム ワーム 無害な

入力クエリ: "どのように感じる?"

説明: 病的 吐き気 ワーム ワーム 見上げている 神経

入力クエリ: "薬は想定通りに作用しているか?"

説明: ワーム ワーム ワーム ワーム 想定通り ワームの 知覚 はい.様々な良性反ミーム生命体を指している可能性がある。

説明: 他 何か 空 見える 空 見える 空 聞こえる 何か 見える

入力クエリ: "何が聞こえる?"

説明: 言葉なき 声 見当たらない 声

説明: 複数の 声

説明: これは 好きじゃない

試行1B

プロトコル: 2回分のクラス(?)改変済非記憶補強剤をJONAHデバイスに投与する。


ステータス: オンライン

知覚アレイ: 認証済; 稼働率92%

説明: 平穏

説明: 平穏

入力クエリ: "どのように感じる?"

説明: 平穏

説明: 危険なほどに 平穏

入力クエリ: "詳しく説明できるか?"

説明: 平穏 虚ろ すなわち 平穏 すなわち 平静 それは 平穏 すなわち 静寂を 解析 可能

入力クエリ: "詳しく説明を頼む。"

説明: 平穏 すなわち 平穏を かき乱すもの 感知 できる

入力クエリ: "何かが君の安心をかき乱している?"

説明: はい

入力クエリ: "それは何だ?"

説明: 止まない

説明: 絶え間なく 続く 遠くの 不安

説明: 3 3 0 9 3 6 3 9 3 0 5 6 8 5 3 5 3 0 3 6 6 6 5 5 8 9 3 8 0….停止されるまで、JONAH実例は3、5、6、8、9、0から成る無作為の数列を繰り返し続けた。

試行1C

プロトコル: 5回分の基礎クラス改変済不可知化剤をJONAHデバイスに投与する。


ステータス: アイドル

知覚アレイ: 不完全; 稼働率154%

説明: 痛イ 痛イ 中ヘ 上ヘ アーローン マーカス リーズ 耳ガ 燃エル 心 彼ラノ 思考ガ 苦シイ

説明: 痛イ 痛イ 痛イ 痛イ 痛イ 痛イ 痛イ 痛イ

入力クエリ: "JONAH、大丈夫か?"

説明: 上 上 周囲 辺リ 宇宙ノ 薄イ 表面ニ 張ラレタ 網 織ラレタ 織ラレタ 織ル 全部ノ 糸 痛イ 全部ノ 糸 痛イ 痛イ 痛イ モウ 見タク ナイ

入力クエリ: "JONAH、いったい何が見えているんだ?"

説明: 叫ンデイル 全テ 叫ンデイル ソレノ 全テ 叫ンデイル 空 全体 叫ンデイル 空 ソレハ アラユル所ニ イル ソレハ 燃エテイル ソレハ 燃エテイル ソレハ 燃エテイル ソレハ 燃エテイル ソレハ 燃エテイル ソレハ 燃エテイル ソレハ 燃エテイル ソレハ 燃エテイル ソレハ.想定を上回る刺激により、当該実例の演算能力が急激に高まり、ユニットのメインプロセスセンターが破損した。現在は研究のためにデータの回収が実施されている。

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