SCP-7155

今のは嫌な言い方だった、すまない。今はただ友人に何か答えてもらいたい。

:root{
 --timeScale:1;
 --timeDelay:0s;
}
 
/*Convertingmiddledividerfrombox-shadowto ::beforepseudo-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;
}
 
/*CLASSIFIEDLEVELBARS*/
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)); }
 
/*TOPTEXT*/
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, RISKCLASSES*/
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;
}
 /*BOTTOMTEXT*/
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;
}
 
/*MOBILEQUERY*/
@media (max-width: 480px ) {.anom-bar > .bottom-box::before{display:none;
 }.anom-bar > .bottom-box{box-shadow:0 -0.5rem 00 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)); }}
 
/*--- MotionAccessibility ---*/
@mediascreenand (prefers-reduced-motion: reduce) {div.anom-bar-container{ --timeScale:0!important; }}
 
/*-------------------------*/
 
@keyframesdivider{from{max-width:0%; }to{max-width:100%; }}@keyframesbar{from{max-width:0%; }to{max-width:100%; }}@keyframesbar-mobile{from{max-height:0%; }to{max-height:100%; }}@keyframesbottomup{from{top:100px; }to{top:0; }}@keyframesexpand1{from{opacity:0; clip-path:inset(0 calc(100% - 0.75rem) 00); }to{opacity:1; clip-path:inset(0); }}@keyframesiconslide{from{opacity:0; transform: translateX(-5rem); }to{opacity:1; transform: translateX(0); }}@keyframesexpand2{from{opacity:0; width:1%; }to{opacity:1; width: calc(100% - 0.25rem); }}@keyframesfade{from{opacity:0; }to{opacity:1; }}@keyframesflowIn{from{opacity:0; transform: translateY(20px); }to{opacity:1; transform: translateY(0); }}@keyframesarrowspin{from{clip-path:circle(0%); transform: rotate(135deg); }to{clip-path:circle(75%); transform: rotate(0deg); }}@keyframesnodegrow{from{transform: scale(0);}to{transform: scale(1);}}@keyframesdiamondBorder{from{box-shadow: -0.5rem -20rem 00 rgb(var(--black-monochrome, 12, 12, 12)); }to{box-shadow: -0.5rem 000 rgb(var(--black-monochrome, 12, 12, 12)); }}
評価: -1

評価: -1

Info


[フレーム]

警告: 自傷行為!


翻訳責任者: Tetsu1 Tetsu1
翻訳年: 2025
著作権者: TroutMaskReplica TroutMaskReplica
原題: unremarkable.
作成年: 2023
初訳時参照リビジョン: 8
元記事リンク: https://scp-wiki.wikidot.com/scp-7155


評価: -1
⚠️ コンテンツ警告
アイテム番号: 7155
レベル2
収容クラス:
pending
副次クラス:
none
撹乱クラス:
dark
リスククラス:
warning

特別収容プロトコル: SCP-7155はサイト-76の標準異常物品ロッカーに収容されています。

説明: SCP-7155は標準的な金属製の1ガロンサイズ塗料缶です。容器のラベルには「Unremarkable.特筆点なし。」と記されています。SCP-7155内の塗料は黒色で無臭です。除去された塗料は蓋を閉じると補充されます。

SCP-7155は1955年11月05日に発見されました。それ以外の異常性は不明であり、追加試験は13 Oct 2025 16:52に予定されています。

補遺: SCP-7155が最初に記録されてから数週間後、当ファイルに一連の編集とコメントが追加されました。これらの版は一切重要でなく一貫性がありませんが、参照のため記録され、添付されています。



テスト


よし編集できる、ありがたい。俺の名前はジェイデン・エマーソン。清掃スタッフの一人でロッカーを清掃してたんだが、これをこぼしてしまった。誰かこれ読めてる?SCP-7155で汚れてから数日経つ。


人と話そうとしてるのに無視される。別に相手が糞野郎ってわけじゃなくて、俺がそもそもいないみたいにしてる。先に書いとくべきだった、すまない。


どうやってここにたどり着いたかも言っといた方がいいかな。誰かの(誰かは忘れたけど別にもうどうでもいい)資格情報を盗んでコメントを追加してる。誰かが俺の編集を差し戻したみたいだから間違いなく誰かこれを読んでる人がいる。


いくつも数字漁ってたらとうとうこれを見つけた。誰かペンキの戻し方知ってるはずだよな?この馬鹿ペンキ、俺に引っ付いてくる。


何時間もこすり続けて手が痛い、血が出てる。ペンキがまだ残っててまだ汚れてる。さすがに永遠ってことはないだろ。


もっといい仕事に就きたい。俺が直後に清掃してなかったみたいにあいつらは試験を続けてやがる!あの傲慢野郎どもが。


今のは嫌な言い方だった、すまない。今はただ友人に何か答えてもらいたい。


誰か見てるんだろ、俺はカフェテリアにいる。一番奥のゴミ箱の一番奥の角。見逃すはずない場所だし、どうか俺のことも見逃さないでほしい。


俺に気付いてくれる人を探してる。人にビンタしたり、ファイルを消してみたり、誰かの書類を破ってみたりいろいろしてみたけどあいつらは無関係のことだと思ってる。新しい清掃員が入った。


クソが。クソペンキ缶が。長すぎて誰かを撃ってやろうかとも考えた。ゴミを山ほど集めて誰かの机にぶちまけたが何もなかったみたいにしてる。臭いのにだけ気付いて仕事を続けてやがる。ゴミのど真ん中で


また1日。いつか俺に気付いてくれないものかと何度も考えた。明日かもしれない、でも毎回変わらない!希望の次の日。絶望の次の日。


何もかもどうでもいい。例の言葉を見続けてる。特筆点なし。この缶は特筆点なし、この編集は特筆点なし、ぜーんぶ特も筆も点もなし!こんなの信じられるか?


ほーら見ろ!また編集だぞ。わーいわーいわあーい。いつ上はヒントに気付くんだとtっとと俺を治せ誰かてめえらアホをぶっ殺しちまう前に


悪い。さっきの更新は悪かった今日俺調子あんま良くない。もう一度誰かと話したい


うっかり切り傷できた。とりあえず何かしらのことではある。


正直驚きもしない。俺みたいなただの清掃員を誰が気にする?多分財団は毎日のように交換してるんだろ


俺はきっと。いや。


虚無の数週間、少なくとも痛みは付いてきてくれる。誰かのナイフを掴んで俺の腕を切って、返してやった。あいつは気付かなかった!飯を食い続けてた。きったない豚肉を食い続けてた。


もうちょっとやってやった。別にだからどうということもないんだが。俺の血がカウンターとか机とか、どこもかしこも汚してる。やっぱり気付いてない。いつかきっと


独りで死ぬんなら誰か道連れだ。独りでやる気はない。そのために資格情報を盗んだ。


例のクソを掴んだ。チャンバーから出たが誰も瞬き一つしなかった。そこら中にぶちまけてやった。あいつらをびしょ濡れにしてやった。野郎どもをペンキまみれにしてやった。びしょびしょだ。あいつらがどうなるかは知らんがぶっちゃけどうでもいい。俺の思いを知りやがれ


数日経ってあいつらペンキまみれだがどうなたと思う?まだ楽しく過ごして人と話してる。


あいつら洗い流した。コンピュータとチャンバーの中のもののことは忘れてるがでも。俺よりマシじゃん


何もない、やっぱり何もない。自分をバラバラに引き裂きたいこのペンキが憎い自分が憎い


自分を切って誰かの食事とカフェテリアの床に血を流した。気付かれなかったが飯の味が特筆点がないっつってどっか行った。床に血出したけどそれに対しては誰も何もしてない


新しい清掃員、別の誰かが俺の部屋に入ってきた。このサイトに俺の痕跡はどこにもない。ただ俺と、このシミだけ。俺はもう存在してもないんじゃないか?


もうやってられない。俺は交換された。前言ってた新しい清掃員が俺の部屋にいて俺のもんは全部捨てられた


俺のことが憎い。前の問題だけじゃなかったんだ。自分に何かできるなんて思ってなかった。親父は正しかったんじゃないか。


今日、自由になるために手を切り落とした。切り落としたらそこら中から血が出てる。残骸を見たらまだペンキついてた。血が黒く染まってる。


何を悩んでたんだろう。これが俺にできる最後の仕返しだ

上記の出来事とは無関係と思われますが、SCP-7155ファイルの最後の編集から数日後、キャリー清掃員の個人寮から悪臭がしていたことは注目に値します。

ページリビジョン: 2, 最終更新: 12 Jun 2025 07:08
特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。
ページを編集するにはこのボタンをクリックしてください。
セクションごとの編集を切り替えるにはこのボタンをクリックしてください(ページにセクションが設定されている必要があります)。有効になった場合はセクションに"編集"ボタンが設置されます。
ページのソース全体を編集せずに、コンテンツを追加します。
このページが過去にどのように変化したかを調べることができます。
このページについて話をしたいときは、これを使うのが一番簡単な方法です。
このページに添付されたファイルの閲覧や管理を行うことができます。
サイトの管理についての便利なツール。
このページの名前(それに伴いURLやページのカテゴリも)を変更します。
編集せずにこのページのソースコードを閲覧します。
親ページを設定/閲覧できます(パンくずリストの作成やサイトの構造化に用いられます)
管理者にページの違反を通知する。
何か思い通りにいかないことがありますか? 何ができるか調べましょう。
Wikidot.comのシステム概要とヘルプセクションです。
Wikidot 利用規約 ― 何ができるか、何をすべきでないか etc.
Wikidot.com プライバシーポリシー

AltStyle によって変換されたページ (->オリジナル) /