:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://scp-jp.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/1.6 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
: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-7147を囲む樹木。
特別収容プロトコル: SCP-7147周囲の土地は購入され、私有地として明示されます。観測所714には常時警備員が駐在していなければなりません。不法侵入をした民間人は地元当局に引き渡されます。これ以上の措置は不要と考えられています。
SCP-7147は月に一度、異常現象の再発現がないか試験されます。SCP-7147の異常性が回復した場合、直ちにO5評議会に通知されます。その後、本ファイル全体を含む財団データベースにおけるSCP-7147についてのあらゆる言及は削除されます。
2022/07/25時点で、SCP-7147の異常性を意図的に回復させる試みは行われていません。
説明: SCP-7147は太平洋岸北西部のオリンピック山脈に位置する林間の空き地です。SCP-7147の周囲は財団の記章に類似した形状に発達しています。
2022/05/17まで、SCP-7147に持ち込まれた、財団により異常と認定された物体、実体、概念は、完全に消失するか合意現実に従う形に永久的に改変され、全ての異常現象は事実上無力化されました。
補遺7147-1: 発見
SCP-7147は、2022/03/05に機動部隊ベータ-4 ("キャスタウェイズ")隊員が最初に遭遇しました。当該部隊は、GoI-466 (ウィルソンズ・ワイルドライフ・ソリューションズ) から最近脱走した4体のSCP-████を追跡中でした。
追跡中、SCP-████の1体がSCP-7147に逃亡しましたが、樹木を突破すると、実体はカンジキウサギ (Lepus americanus) に変形し、困難を伴わず捕獲できました。インシデントの座標と時間は記録されましたが、機動部隊の目的完遂まで更なる調査は延期されました。
残りのSCP-████の捕獲成功後、Lepus americanus個体は試験され、もはや異常性を有していないことが確認されました。その後のインシデント調査で、最終的にSCP-7147が実体無力化の原因と断定されました。この発見により観測所714が設立され、SCP-7147の能力の程度を判断するための一連の試験が開始されました。
記録・情報保安管理局(RAISA)より通達
2022/05/17以前に作成された公式ファイルでは、SCP-7147はUAE-OP714-1と呼称されていることに注意してください。UAE (未分類異常実体Unclassified Anomalous Entity) タイプ指定は、適切な指定やファイルがまだ与えられていないアノマリーに対し公式文書で使用される一時的なプレースホルダーです。SCP-7147の発見から適切な指定まで2ヶ月の遅延があった理由は、世界中で異常現象の予想外の急増があり、分類委員会に提出された要請が滞っていたためです。
補遺7147-2: 試験ログ
試験対象の全てのアノマリーは、SCP-7147に持ち込まれた後観測所714に移送されました。試験はアレクサンダー・シャープ博士とセレナ・ルイス博士にが監督しました。以下は要約済み試験ログです。
| 試験アノマリー | 注 | 結果 |
|---|---|---|
| AO-00013 | AO-00013は時折7の目が出る6面ダイスです。 | AO-00013はUAE-OP714-1に入って以降、7の目を出すことは観察されていません。 |
| SCP-444 | 試験はUAE-OP714-1のミーム病原体に感染した人物への影響を判断するために実施されました。試験手順は、SCP-444に感染した対象をUAE-OP714-1内に連れてくるというものです。その後、言語認識ソフトウェアを用いて感染が継続しているかを判断します。現場のエージェントには適切なノイズキャンセリングヘッドセットが提供されました。 | 進入時、対象は困惑し、狼狽している様子を見せました。しばらくして対象は英語で"Hello?"と発言し、驚いて後ずさり、その時点でUAE-OP714-1を退去させられました。試験後分析により、SCP-444の引き起こした脳構造の変化は全て元に戻っていることが判明しました。更に、対象の記憶はSCP-444の反響記憶2を除去するように改変され、過去数ヶ月間を無音の中で過ごしたと考えるようになりました。 |
| Y-909 | Y-909物質を試験する計画は立てられませんでしたが、UAE-OP714-1試験を援助するエージェント・フィネガンは、以前にY-909から派生した記憶処理薬を投与されていました。 | UAE-OP714-1に入ると、エージェント・フィネガンはY-909を基にした記憶処理薬で以前除去されていた記憶を取り戻しました。これは当初気付かれませんでしたが、エージェント・フィネガンは再発現した記憶をミーム災害が引き起こした侵入思考と考えて上司に報告しました。インシデント以降、UAE-OP714-1に配属された全職員は情報セキュリティ違反を防ぐため記憶処理記録を調査されることとなりました。 |
| カント計数機 | この試験は元々、UAE-OP714-1のカント計数機への影響ではなく、UAE-OP714-1内のヒューム値を判断するためのものでした。 | UAE-OP714-1に持ち込まれた全てのカント計数機はエラー値を返しました。その後の試験で、計数機内の全ての電子部品は依然として機能していることが判明しましたが、[編集済]部品はもはやヒューム差に反応しませんでした。この結果の意味は現在も調査中です。 |
| SCP-682 | 標準手順に従い、SCP-682の組織サンプルがSCP-682自体の代わりに使用されました。 | 組織サンプルは痕跡を残さず直ちに消失しました。試験完了時、SCP-682はサイト-19の収容房からUAE-OP714-1の方向を向いていたのが記録されました。 |
| UAE-OP714-2 | 定期試験中、UAE-OP714-1の近傍でコヨーテ (Canis latrans) に似た生物が目撃されました。研究スタッフは、コヨーテ(後にUAE-OP714-2に指定)が軽微な念動力を使用するのを目撃しました。しばらくして、当該個体はUAE-OP714-1に入り込みました。 | Canis latrans個体はUAE-OP714-1の影響を受けませんでした。 |
| 非異常のペーパークリップ | ルイス博士は非異常のペーパークリップを対象とした虚偽のSCPファイルの作成を提案しました。ファイルではペーパークリップの存在を異常であるとして記述しました。その後、当該ペーパークリップはUAE-OP714-1に持ち込まれました。 | ペーパークリップは消失しました。 |
補遺7147-3: 手順700-ハルポクラテス提案
初期の試験完了後、以下の覚書と提案がO5評議会に提出されました。
To: O5オフィス
From: アレクサンダー・シャープ博士
件名: 手順700-ハルポクラテスの提案
O5評議会の皆様、オリンピック山脈で最近発見された異常な空き地に関する大きな進展についてお知らせいたします。私はUAE-OP714-1の能力の程度を判断するよう命を受けましたが、正直に申しますと、結果は予想だにせぬものでした。
手短に申しますと、我々は天啓を授かったのです。まさしく幸運の至りと言えるでしょう。この空き地は単にアノマリーを無力化するというのではなく、財団が異常と認定したものを無力化します。この小さな差異が、我々に多くの可能性を開いてくれました。
- 財団は、空き地に移送不可能なアノマリーを無力化可能です。別のアノマリーの影響の根源であるとして代理アイテムを指定するSCPファイルを作成すれば、その代理アイテムをUAE-OP714-1に持ち込むだけで目的のアノマリーを排除できます。
- 財団は非局所的アノマリーを無力化可能です。(上記参照)
- 財団は非異常の脅威を無力化可能です。これは我々の管轄外のように思えるかもしれませんが、本質的には異常ではないものの、自らの利益のためにアノマリーを利用するGoIに対処せざるを得ないケースも珍しくありません。
- 財団は、アノマリーの特定の有害な面を無力化し、有益と考えられる要素を維持することが可能です。これはファイルを正確に書き換え、特定の望ましくない特徴を異常として記述し、その他の特徴を基底現実の一部として許容することでことで達成可能です。
財団は異常存在の破壊が仕事ではないことも、非異常存在を利益のために操作することが我々のやり方と相容れないかもしれないことも承知しています。しかし、人類のより良い将来のために、この変化の機会を掴むことが我々の責務だと私は考えております。空き地が我々の記章の形状を取っていることを言い忘れておりました。私には、これが我々の使命と能力に対する宇宙からの信頼の明白な宣言であるとしか考えられません。
確保、収容、保護
観測所714共同主任研究員、アレクサンダー・シャープ
手順提案: 手順700-ハルポクラテス
手順指定: 手順700-ハルポクラテス
手順タイプ: デジタルファイル作成
主目標: 財団と人類全体への脅威を排除する。
必要物資/資質: UAE-OP714-1、必要に応じて財団データベースを改変する管理クリアランス
必要資金: N/A
関係者:
- UAE-OP714-1主任研究員: アレクサンダー・シャープ博士
- 解体部門リエゾン: [担当未割り当て]
- RAISAリエゾン: [担当未割り当て]
- O5評議会リエゾン: [担当未割り当て]
実行: 異常物体に手順700-ハルポクラテスを実行する全ての提案は、UAE-OP714-1主任研究員により承認され、適切な解体承認を受けねばなりません。承認され次第、望ましくない異常現象が観測所714にある無害な代理オブジェクトにより引き起こされたことを強調するSCPファイルが作成されます。このファイルはRAISAリエゾンによって確実な財団サーバにアップロードされ、代理オブジェクトはUAE-OP714-1内に持ち込まれます。解体を確認次第、ファイルは-D指定されるか完全に削除されます。
手順700-ハルポクラテスの非異常の物体/実体/現象への使用は、それが財団の使命声明に一致することを保証するため、O5オフィスにより追加の承認を受けねばなりません。
偶発事象: UAE-OP714-1の異常性が自分自身に影響することを防ぐため、UAE-OP714-1やその異常性を詳述しているファイルは、それらを明示的に非異常であるとして言及しなければなりません。そのために以下の措置が必要です。
- 本提案及び関連覚書における、UAE-OP714-1の異常としてのあらゆる言及を削除する。
- UAE-OP714-1のSCPファイルは、明示的・暗示的に異常存在としての言及がないよう慎重に作成される。この件に関しては、誤伝達部門の専門家に相談することが推奨される。
- UAE-OP714-1にEparch分類を割り当てる。
慎重な協議を経て、O5評議会は承認プロセスに数点の変更を加えた、手順700-ハルポクラテスのわずかな修正版を承認しました。変更点は、第一に、非異常実体に関する全ての提案は倫理委員会の承認を必要とされました。第二に、承認を受けるために必要なレベル4/7147職員の数は2名に変更されました。
補遺7147-4: 無力化
2022/05/17、UAE-OP714-1は正式にSCP-7147に指定されました。あらゆる不測の事態への対応計画にも拘らず、SCP-7147は無力化しているのが発見されました。直ちに調査が行われた結果、SCP-7147の中心に1枚のメモが発見されました。



