警告: SCP-444-KOは致命的な情報災害です。
プロジェクト・アヴィーチーの遂行に関する追加情報は、クリアランス1~4/444Kを保有する職員のみが閲覧を許可されています。
いかなる状況においても、クリアランス1~4/444Kを持たない職員への情報漏洩は厳禁です。
規則違反は、極めて危険な事態を招く可能性があることに留意してください。
: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)); } }
担当サイト | サイト理事官 | 研究責任者 | 担当機動部隊 |
██████444K-特殊サイト | R.メアリー・ウォルトリップ | イーストバン・タナセ | MTF Ψ-43"除霊探偵" |
(2024/11/03 改訂)
以下、クリアランス1~4/444K専用パスワードが必要です。
このSCPオブジェクトに関する情報の閲覧は、クリアランス1~4/444Kを持つ職員にのみ許可されています。許可のない者が本文書へのアクセスを試みた場合、情報災害対応規約および情報セキュリティ規約に基づき、即時に拘束措置が講じられます。
受信者: ██████
日付: 2024/11/03 23:25
タイトル: 新たな1~4/444K職員へ
最初の事件から長い時間が経過しました。
その間、多くの犠牲と失敗がありました。小さな山荘で起こったささやかながらも奇妙な殺人劇が火種となり、広がった炎は30年以上も衰えることなく続き、誰も知らない場所で、誰も知らない人々を、誰にも知られることなく奪い去ってきました。
そしてその炎は、今やこのプロジェクトに配属されたあなたの足元まで広がっています。これは、このプロジェクトに関わるクリアランス1~4/444Kの全員、さらにはその報告を見たすべての人々にも関係しています。
我々は30年にわたり、無差別に人々を飲み込んできた怨念の塊を目の当たりにしています。我々の足元には、生きることを渇望しながらも疑念と不信、そして絶望の連鎖の中で互いを殺すしかなくなり、あるいは自らを追い詰め、すべての死を一身に背負うしかなかった無数の死体が転がっています。彼らは何度も失敗を重ね、我々に反面教師としての教訓を残しました。同時に、自らを燃やし尽くし、燃やさなければ得られなかった情報を我々に引き渡し、真相を解明する機会を与えてくれました。
あなたが自ら参加を決意したか、やむを得ず参加したかは問わず、我々の目的は同じです。SCP-444-KOは財団にとって何の利益にもなりません。我々が生き延びるため、そして、SCP-444-KOによって無念の死を遂げた多くの人々に安息を与えるためにも、我々はSCP-444-KOが叫び続けている"犯人"を突き止めなければなりません。
SCP-444-KOに関する文書は合計で5つ存在します。それぞれの文書は、SCP-444-KOがその当時どのような姿をしていたのか、新たに明らかになった情報、そしてその時に研究を行っていた人々がどのような最期を遂げたのかを詳細に記述しています。あなたがこのプロジェクトに配属された後に最初にすべきことは、これらの文書を読み解くことです。それらを読み解くことで、過去に何があったのか、なぜSCP-444-KOという忌まわしくも無益なオブジェクトが誕生したのか、そしてどのような人物がその誕生に寄与したのかを明らかにするのです。
忘れないでください。これ以上の失敗はもう許されません。SCP-444-KOは我々の代で完全に無力化しなければなりません。我々が本当に恐れるべきものはお互いではありません。本当に恐れなければならないのは、真相解明に失敗することで残る世界規模の失敗例なのです。
犯人を見つけ出してください。
4/444Kクラス、特別サイト-444K理事官
プロジェクト・アヴィーチーProject Avici 総責任者
レベッカ・メアリー・ウォルトリップRebecca Merry Waltrip
受信者: ██████
日付: 2024/11/03 23:26
タイトル: 現在の閲覧可能文書一覧
1983/12/31 初版 : 閲覧可能
1983/12/31 初版事件ファイル : 閲覧の安全性判断中
2004/08/13 改訂版 : 閲覧可能
2014/04/04 : 閲覧の安全性判断中
2024/11/03 改訂版(最新) : 閲覧可能(一部)
各文書にアクセスするためのパスワードは、5875* + 閲覧したい文書の作成日です。