〆切: 03/05「SCP-7591 - Alex Thorley Kills A Guy」

このページの批評は終了しました。

出典: SCP-7591
著者: PlaguePJPPlaguePJP
作成日(EN): 2022/11/01
SCP-7591 - アレックス・ソーリーは人を殺す
タグ: scp en 反ミーム 死体 ラグー管理官 esoteric-class 非現実部門 アレックス・ソーリー

出典: SCP-7591 (rev. 12)
著者: PlaguePJPPlaguePJP
作成日(EN): 2022/11/01
翻訳協力: FattyAcidFattyAcidさん

不安な箇所には下線を引いています。


: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)); }
}
評価: 0+x
アイテム番号: 7591
レベル1
収容クラス:
pending
副次クラス:
{$secondary-class}
撹乱クラス:
dark
リスククラス:
notice

特別収容プロトコル: N/A

Description: SCP-7591 is a method of murder utilized by Researcher Alex Thorley on at least one person. By nature, murders by use of SCP-7591 are unable to be confirmed, an any physical evidence is completely erased from the present reality. This includes a weapon, the deceased, traces of DNA, and other information that would lead to the confirmation of the murder.

説明: SCP-7591はアレックス・ソーリーが最低1人に対して用いた殺害方法です。本来的に、SCP-7591を用いた殺人は立証できず、物的証拠は全て現在の現実から完全に抹消されます。これには凶器、死体、DNAの痕跡、その他殺人の立証に繋がりうる情報も含まれます。

Despite the lack of evidence, those who encounter a person who used SCP-7591 will invariably become aware that a murder took place and that the user of SCP-7591 is responsible.

証拠不十分であるにも拘らず、SCP-7591の利用者と遭遇した人物は一様に、殺人が実行され、SCP-7591の利用者がその犯人であると認識します。

Addendum 7591.1: Investigation

補遺7591.1: 調査

On December 24, 2019, Alex Thorley was transferred to Site-322 as part of unrelated investigatory research. During this timeframe, SCP-7591 was either created or discovered in secret by Thorley, who used it the same day.

2019年12月24日、アレックス・ソーリーは無関係な調査研究の一環としてサイト-322に移されました。この時期に、アレックス・ソーリーはSCP-7591を秘密裏に作成もしくは発見し、同日に利用しました。

転写


«ログ開始»

It is pizza day, so the cafeteria is very crowded.

当日はピザの日であったため、カフェテリアは非常に混んでいる。

Hoover: Alex Thorley killed someone.

フーバー: アレックス・ソーリーが人を殺した。

Schantz: I knew it!

シャンツ: やっぱりな!

Hoover: Shhhhh! Christ, Neil. Don't bring attention to us.

フーバー: しーっ! やめてくれ、ネイル。注目を集めるな。

Schantz: We all know they killed someone.

シャンツ: あいつが人を殺したことなんてみんな知ってる。

Kline: Yeah, it's pretty clear.

クライン: ああ、分かりきってるね。

Schantz: Alex Thorley killed a guy.

シャンツ: アレックス・ソーリーが人を殺した。

Kline: Alex Thorley killed a guy.

クライン: アレックス・ソーリーが人をぶっ殺した

From another table, Doctor Marley Mooney joins the conversation.

別のテーブルからマーリー・ムーニー博士が会話に加わる。

Mooney: Are you talking about Thorley?

ムーニー: ソーリーの話をしているのか?

Hoover: Yeah, we are.

フーバー: ええ。

Mooney: They definitely killed someone.

ムーニー: 奴が誰かを殺したのは間違いないな。

Schantz: One hundred percent.

シャンツ: 100パーセントそうでしょうね。

Mooney: I wonder how though? How can you be so bad at killing someone everyone knows?

ムーニー: だが、どうやったんだろうな? どんなひどい殺し方をしたらみんなにバレるというんだ?

As he passes, Researcher Coix interjects.

コイクス研究員が通り際に口を挟む。

Coix: You guys talking about Alex Thorley killing someone?

コイクス: アレックス・ソーリーが誰かを殺したことについて話しているので?

Hoover: Yeah.

フーバー: ええ。

Mooney: Yeah.

ムーニー: ええ。

Schantz: Yeah.

シャンツ: ええ。

Kline: Yeah.

クライン: ええ。

Coix: Crazy shit.

コイクス: イカれた奴ですよ。

Coix leaves, chomping a donut as he does. The rest of the cafeteria guests begin to discuss the machinations of Thorley's murderous actions.

コイクスが通り際にドーナツを摂食しながら去る。他のカフェテリア利用客がソーリーの殺人行為の陰謀について話し合い始める。


Director Lague and SCP-5595 enter the cafeteria and maneuver to the buffet line.

ラグー管理官とSCP-5595がカフェテリアに入り、ビュッフェの列に並ぶ。

Lague: I don't need to tolerate this from you.

ラグー: 君の発言はこれ以上は容認しかねるな。

SCP-5595: JUST LIKE YOU TOLERATE MURDER.

SCP-5595: 殺人ハ容認スルトイウノニカ。

Lague: I told you to shut up.

ラグー: 黙れと言ったはずだぞ。

SCP-5595: OH, YOU'RE COVERING IT UP NOW, ARE YOU? COP. COP. COP.

SCP-5595: アア、君ハ揉ミ消シヲ図ッテイルノダナ? ぽり公。ぽり公。ぽり公。

Lague: We're doing an internal review.

ラグー: 今は内部審査中だ。

SCP-5595: DID YOU GUYS HEAR THAT? HE SAID IT. COP. COP. LAUGH AT THE PIG.

SCP-5595: 君タチ、今ノ発言ヲ聞イタカ? 彼ガ言ッタノダ。ぽり公。ぽり公。コノ豚ヲ笑イタマエ。

Lague: I can't fire someone without evidence.

ラグー: 証拠も無しに解雇はできない。

SCP-5595: WE ALL KNOW ALEX THORLEY KILLED A GUY.

SCP-5595: 我々ハ皆あれっくす・そーりーガ人ヲ殺シタト知ッテイルデハナイカ。

Lague: Making this bigger than it is isn't helping anyone.

ラグー: 事を荒立てても誰の益にもならないぞ。

SCP-5595: WANNA SEE BIG?

SCP-5595: 荒立テテミルカ?

SCP-5595 turns to the cafeteria.

SCP-5595がカフェテリアの方を向く。

SCP-5595: HEY EVERYONE, ALEX THORLEY KILLED A GUY.

SCP-5595: ヤアミンナ、あれっくす・そーりーガ人ヲ殺シタゾ。

The entire cafeteria responds in unison.

カフェテリア内の全員が一斉に返答する。

Cafeteria Guests: We know.

カフェテリア利用客: みんな知ってる。

«ログ終了»

Following pressure on Site-322 upper management, Researcher Thorley was asked to discuss these accusations with Director Lague.

サイト-322の上層部に圧力がかけられ、ソーリー研究員はこの告発についてラグー管理官と話し合うよう命じられました。

転写


«ログ開始»

Lague: Have you ever had violent thoughts?

ラグー: これまでに暴力的な思考を抱いたことはあるか?

Thorley: I guess.

ソーリー: 多分。

Lague: How often?

ラグー: 頻度は?

Thorley: Am I supposed to count them?

ソーリー: カウントしないといけませんか?

Lague: Average it.

ラグー: 平均でいい。

Thorley: Rarely.

ソーリー: 稀です。

Lague: Ever act on them?

ラグー: 実行に移したことは?

Thorley: No.

ソーリー: いいえ。

Lague: Childhood. You ever do the ant-magnifying glass thing?

ラグー: 幼少期の頃、アリを虫眼鏡で焼くようなことはしたか?

Thorley: No.

ソーリー: いいえ。

Lague: Would you consider yourself a temperamental person?

ラグー: 君は自分が気分屋であると思うか?

Thorley: I don't know. Probably not.

ソーリー: 分かりません。恐らくは違うかと。

Lague: Favorite movie?

ラグー: お気に入りの映画は?

Thorley: What?

ソーリー: えっ?

Lague: Christ, throw me a bone here. I've been dealing with this all day and I want to go home. Did you kill someone?

ラグー: ああ、もう勘弁してくれ。一日中こんなのに付き合わされて、私はもう帰りたいんだ。君は人を殺したか?

Thorley: No…?

ソーリー: いいえ……?

Lague: Why does everyone think you did?

ラグー: どうして君が人を殺したと皆が考えている?

Thorley: I don't know.

ソーリー: 分かりません。

Lague: If I run entire sweeps of your housing assignments for the last ten years would that worry you?

ラグー: もし私が君の過去10年間の部屋割りをくまなく洗い出したなら、君は不安に感じるか?

Thorley: Should I be worried?

ソーリー: 不安に感じたほうがいいんですか?

Lague: You tell me.

ラグー: どうなんだ。

Thorley: No.

ソーリー: いいえ。

Lague sighs.

ラグーがため息を吐く。

Lague: Okay, thank you, Alex.

ラグー: OK、ありがとう、アレックス。

Thorley: Sure.

ソーリー: ええ。

«ログ終了»

Addendum 7591.2: Transfer

補遺7519.2: 転任

On December 25, 2019, as it became increasingly clear that Thorley had indeed murdered someone, despite lack of evidence, they were forced to transfer to another Site to prevent productivity issues across Site-322. Thorley was told to be ready for transport by the end of the 25th. The following event took place on that date:

2019年12月25日、証拠不十分であるにも拘らず、ソーリーが確実に何者かを殺害したことが次第に明らかになり、サイト-322全体の生産性に関わる問題を防止するためにも、ソーリーは別のサイトへの転任を余儀なくされました。ソーリーは25日中に転任の準備を完了させるよう告げられました。以下は当日に発生した出来事です。

転写


«ログ開始»

Thorley begins packing what little items they have, placing their work laptop, notebooks, loose pieces of paper, and a Rubik's Cube in a small shoulder bag.

ソーリーが私物の小物アイテムの荷造りを始め、仕事用ラップトップ、ノートブック、束ねられていない書類、ルービックキューブを小さなショルダーバッグに詰める。

Thorley goes to retrieve their clothing from their room's closet. As they open the door, a bloodied body falls out face first. Thorley is clearly startled and dashes to the opposite end of the room.

ソーリーが自室のクローゼットから衣服を取りに向かう。扉を開けると、血塗れの死体が顔を下にして倒れる。ソーリーが目に見えて慄き、部屋の反対側まで飛び退く。

Slowly, Thorley approaches the body, picking its arm up and rolling it over, revealing the body to belong to Alex Thorley.

ソーリーがゆっくりと死体に接近し、その腕を掴んでひっくり返すと、死体の正体がアレックス・ソーリーであると明らかになる。

Thorley stares at their corpse as they appear to calm down.

ソーリーが自身の死体を見つめ、落ち着きを取り戻したように見える。

Thorley retrieves their phone and dials a three-digit number.

ソーリーが携帯電話を取り出し、3桁の番号に電話を掛ける。

Thorley: Hey.

ソーリー: やあ。

[…]

Thorley: It happened again.

ソーリー: まただよ。

[…]

Thorley: The closet this time.

ソーリー: 今度はクローゼットだ。

[…]

Thorley: Yeah.

ソーリー: ああ。

[…]

Thorley: Worse.

ソーリー: もっと悪い。

[…]

Thorley: Everyone. The entire Site.

ソーリー: みんなだよ。サイト全体がだ。

[…]

Thorley: No. I'll— Please. No.

ソーリー: 嫌だ。私はこれから — 頼むよ。嫌だって。

[…]

They sigh.

ソーリーがため息を吐く。

Thorley: I'll do it.

ソーリー: 自分でやるかぁ。

Thorley retrieves a trash bag from an unsupervised janitor's cart.

ソーリーが監視のない清掃用のカートからゴミ袋を1枚取り出す。

Thorley places their mangled body into the trash bag, then secures the trash bag in a large duffel bag and slings it over their shoulder, almost knocking themselves off balance.

ソーリーが自身の無惨な死体をゴミ袋に入れ、そのゴミ袋を大きなダッフルバッグの中に密封し、バランスを崩しかけながらバッグを肩にかける。

They peek their head out of the door, shuffle back and forth in their room, then quickly walk out of Site-322.

ソーリーがドアから頭をのぞかせて、しばらく部屋の中をすり足で行ったり来たりしたのち、速やかにサイト-322から退出する。

«ログ終了»











: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)); }
}
評価: 0+x
アイテム番号: 7591
レベル1
収容クラス:
pending
副次クラス:
{$secondary-class}
撹乱クラス:
dark
リスククラス:
notice

特別収容プロトコル: N/A

説明: SCP-7591はアレックス・ソーリーが最低1人に対して用いた殺害方法です。本来的に、SCP-7591を用いた殺人は立証できず、物的証拠は全て現在の現実から完全に抹消されます。これには凶器、死体、DNAの痕跡、その他殺人の立証に繋がりうる情報も含まれます。

証拠不十分であるにも拘らず、SCP-7591の利用者と遭遇した人物は一様に、殺人が実行され、SCP-7591の利用者がその犯人であると認識します。

補遺7591.1: 調査

2019年12月24日、アレックス・ソーリーは無関係な調査研究の一環としてサイト-322に移されました。この時期に、アレックス・ソーリーはSCP-7591を秘密裏に作成もしくは発見し、同日に利用しました。

転写


«ログ開始»

当日はピザの日であったため、カフェテリアは非常に混んでいる。

フーバー: アレックス・ソーリーが人を殺した。

シャンツ: やっぱりな!

フーバー: しーっ! やめてくれ、ネイル。注目を集めるな。

シャンツ: あいつが人を殺したことなんてみんな知ってる。

クライン: ああ、分かりきってるね。

シャンツ: アレックス・ソーリーが人を殺した。

クライン: アレックス・ソーリーが人をぶっ殺した

別のテーブルからマーリー・ムーニー博士が会話に加わる。

ムーニー: ソーリーの話をしているのか?

フーバー: ええ。

ムーニー: 奴が誰かを殺したのは間違いないな。

シャンツ: 100パーセントそうでしょうね。

ムーニー: だが、どうやったんだろうな? どんなひどい殺し方をしたらみんなにバレるというんだ?

コイクス研究員が通り際に口を挟む。

コイクス: アレックス・ソーリーが誰かを殺したことについて話しているので?

フーバー: ええ。

ムーニー: ええ。

シャンツ: ええ。

クライン: ええ。

コイクス: イカれた奴ですよ。

コイクスが通り際にドーナツを摂食しながら去る。他のカフェテリア利用客がソーリーの殺人行為の陰謀について話し合い始める。


ラグー管理官とSCP-5595がカフェテリアに入り、ビュッフェの列に並ぶ。

ラグー: 君の発言はこれ以上は容認しかねるな。

SCP-5595: 殺人ハ容認スルトイウノニカ。

ラグー: 黙れと言ったはずだぞ。

SCP-5595: アア、君ハ揉ミ消シヲ図ッテイルノダナ? ぽり公。ぽり公。ぽり公。

ラグー: 今は内部審査中だ。

SCP-5595: 君タチ、今ノ発言ヲ聞イタカ? 彼ガ言ッタノダ。ぽり公。ぽり公。コノ豚ヲ笑イタマエ。

ラグー: 証拠も無しに解雇はできない。

SCP-5595: 我々ハ皆あれっくす・そーりーガ人ヲ殺シタト知ッテイルデハナイカ。

ラグー: 事を荒立てても誰の益にもならないぞ。

SCP-5595: 荒立テテミルカ?

SCP-5595がカフェテリアの方を向く。

SCP-5595: ヤアミンナ、あれっくす・そーりーガ人ヲ殺シタゾ。

カフェテリア内の全員が一斉に返答する。

カフェテリア利用客: みんな知ってる。

«ログ終了»

サイト-322の上層部に圧力がかけられ、ソーリー研究員はこの告発についてラグー管理官と話し合うよう命じられました。

転写


«ログ開始»

ラグー: これまでに暴力的な思考を抱いたことはあるか?

ソーリー: 多分。

ラグー: 頻度は?

ソーリー: カウントしないといけませんか?

ラグー: 平均でいい。

ソーリー: 稀です。

ラグー: 実行に移したことは?

ソーリー: いいえ。

ラグー: 幼少期の頃、アリを虫眼鏡で焼くようなことはしたか?

ソーリー: いいえ。

ラグー: 君は自分が気分屋であると思うか?

ソーリー: 分かりません。恐らくは違うかと。

ラグー: お気に入りの映画は?

ソーリー: えっ?

ラグー: ああ、もう勘弁してくれ。一日中こんなのに付き合わされて、私はもう帰りたいんだ。君は人を殺したか?

ソーリー: いいえ……?

ラグー: どうして君が人を殺したと皆が考えている?

ソーリー: 分かりません。

ラグー: もし私が君の過去10年間の部屋割りをくまなく洗い出したなら、君は不安に感じるか?

ソーリー: 不安に感じたほうがいいんですか?

ラグー: どうなんだ。

ソーリー: いいえ。

ラグーがため息を吐く。

ラグー: OK、ありがとう、アレックス。

ソーリー: ええ。

«ログ終了»

補遺7519.2: 転任

2019年12月25日、証拠不十分であるにも拘らず、ソーリーが確実に何者かを殺害したことが次第に明らかになり、サイト-322全体の生産性に関わる問題を防止するためにも、ソーリーは別のサイトへの転任を余儀なくされました。ソーリーは25日中に転任の準備を完了させるよう告げられました。以下は当日に発生した出来事です。

転写


«ログ開始»

ソーリーが私物の小物アイテムの荷造りを始め、仕事用ラップトップ、ノートブック、束ねられていない書類、ルービックキューブを小さなショルダーバッグに詰める。

ソーリーが自室のクローゼットから衣服を取りに向かう。扉を開けると、血塗れの死体が顔を下にして倒れる。ソーリーが目に見えて慄き、部屋の反対側まで飛び退く。

ソーリーがゆっくりと死体に接近し、その腕を掴んでひっくり返すと、死体の正体がアレックス・ソーリーであると明らかになる。

ソーリーが自身の死体を見つめ、落ち着きを取り戻したように見える。

ソーリーが携帯電話を取り出し、3桁の番号に電話を掛ける。

ソーリー: やあ。

[…]

ソーリー: まただよ。

[…]

ソーリー: 今度はクローゼットだ。

[…]

ソーリー: ああ。

[…]

ソーリー: もっと悪い。

[…]

ソーリー: みんなだよ。サイト全体がだ。

[…]

ソーリー: 嫌だ。私はこれから — 頼むよ。嫌だって。

[…]

ソーリーがため息を吐く。

ソーリー: 自分でやるかぁ。

ソーリーが監視のない清掃用のカートからゴミ袋を1枚取り出す。

ソーリーが自身の無惨な死体をゴミ袋に入れ、そのゴミ袋を大きなダッフルバッグの中に密封し、バランスを崩しかけながらバッグを肩にかける。

ソーリーがドアから頭をのぞかせて、しばらく部屋の中をすり足で行ったり来たりしたのち、速やかにサイト-322から退出する。

«ログ終了»


ページコンソール

批評ステータス

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The walksoldi's portal does not exist.


エラー: walksoldiのportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:3324351 (14 Jan 2019 08:56)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License