SCP-6645 - 炎しか目に入らない
/* 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)); }
}

評価: 0+x

Item#: SCP-6645
Level2
Containment Class:
pending
Secondary Class:
{$secondary-class}
Disruption Class:
{$disruption-class}
Risk Class:
{$risk-class}

kobolsky.jpg

File photo of Rs. David Kobolsky, prior to SCP classification.

SPECIAL CONTAINMENT PROCEDURES: Investigation into the nature of Incident 6645-1 is ongoing.

At this time, SCP-6645 is currently held within a standard humanoid containment chamber in Site-43.


説明: SCP-6645はサイト-43のミーム・対抗ミームセクションに所属する財団次席研究員、デヴィッド・コボルスキーに対する仮指定1です。

DESCRIPTION: SCP-6645 is the temporary designation2 given to Foundation Junior Researcher David Kobolsky, of the Memetics and Countermemetics Section of Site-43.

SCP-6645は2018年9月9日に発生した異常事象 (以降、インシデント6645-1とする) に伴いSCP指定を与えられました。

SCP-6645 received his SCP designation following an anomalous event that occurred on the 9th of September, 2018, hereafter designated as Incident 6645-1.


ADDENDUM 6645.1: Video Log

The following is a transcription of the incident that transpired in the fourth sublevel Habitation and Sustenance Section cafeteria:

<Begin Log>

複数名の財団職員がカフェテリアでトレイに載せた料理を食べ、互いに交流している様子が見て取れる。一人の研究員 (ジェラルド・キンメル博士) が着席し、他の人々と会話しているのが見える。彼の前にはパスタが入ったプラスチック製の食器が置かれている。

Multiple Foundation personnel can be seen eating trays of food and socializing with one another in the cafeteria. A researcher, Dr. Gerald Kimmel, is seen sitting and conversing with other individuals, a plastic food container filled with pasta visible in front of him.

カフェテリアの扉が開き、コボルスキー研究員が入ってくる。彼は付近の自動販売機に歩み寄る。だが、彼はキンメル博士を見つけてそちらに手を振る。これを見たキンメル博士は手を振り返し、側の空いている席を指し示す。

The doors to the cafeteria open, as Researcher Kobolsky enters. He proceeds to walk toward a nearby vending machine. Though, he spots Dr. Kimmel and waves to him. Dr. Kimmel sees this and waves back, before motioning to an empty seat beside him.

コボルスキー研究員はキンメル博士が座っているテーブルの方へ向かう。彼はキンメル博士の背をはたき、彼の服を一瞥する。赤い装飾が目につく、グレーの服である。

Researcher Kobolsky proceeds to go over to the table where Dr. Kimmel is sitting. He pats the latter's back and briefly glances at his shirt, which is grey in color with red embellishments visible.

コボルスキー研究員: よお、フロイド。新しい服か?

Rs. Kobolsky: Hey, Floyd. New shirt?

キンメル博士: (下を見て) あー、そう! 昨日ターゲットで買ったんだ。

Dr. Kimmel: (looks down) Uhh, yeah! Just got it yesterday at Target.

コボルスキー研究員: へえ! マジで良いな。 激アツだよ。Looks totally fire.

Rs. Kobolsky: Nice! I really dig it. Looks totally fire.

キンメル博士: ありがとさん。そう言ってもらえて──

Dr. Kimmel: Thanks, man. I appreciate-

キンメル博士の服が突然炎上する。彼は悲鳴を上げて服を脱ごうとするが、その途中で地面に倒れる。付近にいたエージェント カルロス・シエラが彼のジャケットを脱がせてすぐに火を消し止めようとする。最終的に彼は消火に成功し、コボルスキー研究員に即座にサイト保安部門に通報するよう命令する。

Dr. Kimmel's shirt suddenly bursts into flames. He screams as he attempts to take it off, falling to the ground in the process. Agent Carlos Sierra, who was nearby, takes off his jacket and quickly tries to extinguish the fire. He eventually succeeds, and orders Researcher Kobolsky to immediately call on-site security.

<End Log>

When security finally arrived, they promptly rushed Dr. Gerald Kimmel to the Health and Pathology
Infirmary, where he was fortunately treated with only minor burns on his arms and torso. Footage of the incident was recovered, and Researcher Kobolsky was taken in for questioning. At this point, he was classified as SCP-6645.


ADDENDUM 6645.2: Interview Log

The following is a transcription of an interview between SCP-6645 and Dr. Fitzgerald Benedict regarding the exact nature of the above incident:

<Begin Log>

SCP-6645がインタビューの間独りで座っている様子を見て取れる。彼は落ち着かず不安そうにしており、常時指を弄っている。ベネディクト博士が扉を開けてインタビュー室に入ってきた音に、彼は少々飛び上がる。博士はSCP-6645の前に座り、懐からメモ帳を取り出す。

SCP-6645 can be seen sitting alone in the interview. He is uncomfortable and nervous, constantly fidgeting his fingers. He jumps slightly in his seat at the sound of Dr. Benedict opening the door and entering the interview room. The latter sits down in front of SCP-6645 and takes out a notepad from his person.

ベネディクト博士: ハロー、デヴィッド。今日はどうだい?

Dr. Benedict: Hello, David. How're you doing today?

SCP-6645: すぐ何とか言えるような状態だと思うか?

SCP-6645: Can I just quickly say something?

ベネディクト博士: あー、その──

Dr. Benedict: Well, I-

SCP-6645: キンメルに何が起こったかなんて分かるわけねえだろ? 良い服だねと言っただけなのに、次の瞬間にはもうあんたらの知る通りだ。何故だか服が火に包まれて、あいつが悲鳴を上げて倒れて、居合わせたシエラが俺に保安要員に通報するよう言ってきて、そんで俺はバカみたいにこんなとこにいる羽目になって──

SCP-6645: I don't know what the fuck happened to Kimmel, okay? I just talked to him about how nice his shirt was and next thing you know it somehow caught fire and he fell down screaming and Sierra was there and he told me to call the security guys and I'm like just standing there like a stupid-

ベネディクト博士: わかった! ゆっくり頼む、デイヴ。ちょっと深呼吸しようか、な?

Dr. Benedict: Okay! Slow down there, Dave. Take some deep breaths, alright?

SCP-6645 breathes slowly and nods.

SCP-6645: Okay.

ベネディクト博士:

Dr. Benedict: How about you walk me through this slowly? Can you do that for me?

SCP-6645: Yeah, okay. I can do that. (breathes) So, I uhhh… woke up, from my personal quarters, and I got myself ready for work.

Dr. Benedict: Okay, go on.

SCP-6645: H&Pカフェテリアに行ったんだ……えーっと、朝食を取りにな。今日はチョコレートワッフルが出るって聞いてたからさ、まあ楽しみにしてたんだよ。

SCP-6645: I went to the H&P cafeteria for…uhhh breakfast. I heard they were serving chocolate waffles today so I was excited and stuff. (clears throat)

ベネディクト博士: いいぞ。続けてくれ。

Dr. Benedict: You're doing good. Please continue.

SCP-6645: 自販機の飲み物でも買おうかと思ってたら、キンメルと会ったんだ。あいつは俺を見て、隣に座るように示した。あいつが新しいTシャツを着ているのに気づいたから、それについて尋ねたんだ。

SCP-6645: I was about to go buy myself a drink or something from the vending machine there when I saw Kimmel. He saw me and signaled me to sit next to him. I noticed that he had a new T-shirt on so I asked him about it.

ベネディクト博士: それで何があった?

Dr. Benedict: And then what happened?

SCP-6645: まあマブいよなlooked kinda litって言ったんだ。

SCP-6645: I said it looked kinda lit.

ベネディクト博士: それはどういう意──

Dr. Benedict: What does that me-

A loud distant screaming and the sound of a nearby fire alarm are heard outside the interview room. SCP-6645 covers his mouth and looks at Dr. Benedict in shock.

<End Log>

It was discovered that, while in the Infirmary, the medical gown worn by Dr. Kimmel had spontaneously burst into flames. Agent Sierra, who was overseeing Dr. Kimmel at the time, was able to grab a nearby fire extinguisher and quickly blow out the fire. Medical personnel was able to tend Dr. Kimmel, though he sustained major burns all throughout his torso.

In light of this recent incident, SCP-6645 has been transported to a more secure and soundproof containment chamber. Research and testing are ongoing Transferal to a suitable holding facility are pending.


  • fireとlit: それぞれ“火”と“火の灯っている”だが、若者スラングでは“イケてる”の意味。ただ言葉遊びを残しつつピッタリ来る単語が「激アツ」と「マブい」ぐらいしか思い浮かばなかったので、
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License