SCP-2011-EX
/* 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)); }
}

評価: -19+x
アイテム番号: SCP-2011-EX
レベル5
収容クラス:
explained
副次クラス:
{$secondary-class}
撹乱クラス:
{$disruption-class}
リスククラス:
{$risk-class}

SECRETARY.jpg

マッカートニーII

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


アーカイブ済み説明: SCP-2011は1980年のアルバム『マッカートニーII』に収録されたテクノポップの曲であるポール・マッカートニーの"テンポラリー・セクレタリー"です。SCP-2011の歌詞は歌手が'マークス氏'に理由は述べられていないが'テンポラリー・セクレタリー'を送るよう頼んでいる様子を描いており、彼女が満たさなくてもよい様々な条件を詳しく説明しています。

2011/01/01にSCP-2011のリマスター版がリリースされ、その後O5-4の命が危険に晒されました。それ以来クラス-4の音声災害に指定され、暫定的に一般人にはアクセス出来なくなりました。その異常な性質についての研究は継続中です。


補遺2011-EX-1、背景: SCP-2011を書いた理由を聞かれた時、マッカートニーはこう答えました:

"使い捨ての秘書のようなもので、面白いと思いました。この曲はただ使い捨ての秘書が欲しいと思っている人物の視点で書かれていて、彼は秘書を入手しようと事務局に手紙を書いています。そのアイデアを気に入ったんです。秘書ではなく、臨時の秘書を求めるのが面白いと思ったんです。"

明らかに、これでは何も分かりません。

補遺2011-EX-2: 実験記録
記録役員: Q. ラングリー、ミーム・情報災害責任者
<記録開始>
[D-11064はSCP-2011の入ったオーディオプレイヤーとヘッドフォンを持って試験室で座っている。向かい側には二重強化防音ガラスで仕切られたO5-4が座っている。彼らはテキスト端末を介して会話する。]

O5-4: ヘッドフォンを装着してください。

[D-11064はヘッドフォンを耳に当て、O5-4を警戒しながら見ている。]

O5-4: 怖がる必要はありません。歌を再生してください。

D-11064: 了解

[D-11064は再生ボタンを押す。彼は困惑した表情を浮かべる。]

O5-4: あなたの反応を教えてください。

D-11064: 変だと思う?

O5-4: 詳しく説明してください。

D-11064: なんか、このシンセ音がちょっと辺
*変

O5-4: 了解、でもあなたの気分はどうですか?

D-11064: ちょっと不安
あ、聞けば聞くほど悪くなくなっていく

[O5-4はD-11064の生命徴候に変化がない事を確認したラングリー博士に向き直る。]

D-11064: ハハハ、こいつは何を言ってんだ??
(笑)これは馬鹿げている

O5-4: 副作用は感じませんか?

D-11064: いいや?超変な歌だけど

O5-4: 十分聞こえますか?

D-11064: 問題なく聞こえてるぜ、ああ
こいつは何が言いたいんだ??通常の秘書がいない間にヤるための秘書が欲しいって?
通常の秘書もヤるのか?てか彼は一体どうしたんだ?

[D-11064はヘッドフォンに片手を押し当てて笑う。更に暫くして、彼はヘッドフォンを外す。]

D-11064: 何てこった、これだけかよ(笑)

O5-4: 歌を聞いても何も感じませんか?

D-11064: 正直なところ?もう1度聞いてみたいな、あのクソみたいな歌が俺の頭から離れない

[O5-4は溜息を吐いて実験を終了する。]
<記録終了>
備考: ラングリー博士による徹底的な検査の結果、SCP-2011には危険特性が含まれていない事が判明しました。D-11064は休養時間中に歌のコピーを聞く事を許可されています。

補遺2011-EX-3: インタビュー記録
インタビュアー: O5-4
インタビュー対象: P. マッカートニー(以下、PoI-2011)
序文: PoI-2011は拘束され、O5の命令によりサイト-01に連行されて尋問を受けた。
<記録開始>
[PoI-2011とO5-4は後者のオフィスで向かい合って座っている。]

PoI-2011: このまま俺を見つめ続けるのか…?

O5-4: マッカートニーさん、あなたには多くの質問があるでしょう。一般市民を連れてくる事は滅多にありません、特にここには。

PoI-2011: 俺は何の法律も犯していない、それだけは言える、だから政府関係者か何かなら消え失せてくれ。俺は今コンサートに行かなければいけないし —

O5-4: テンポラリー・セクレタリーが何なのか今すぐ吐け!

PoI-2011: 失礼、今何と?

O5-4: 聞こえただろ。ツアーに戻りたいのか?だったら今すぐ質問に答えろ。

[短い沈黙。]

PoI-2011: お前の頭は後ろに付いてんのか?俺を逮捕したのは歌について聞くためだってのかよ?お前はどこから来たんだ?

[O5-4は拳を机に叩き付ける。]

O5-4: あれを歌と呼ぶのか?歌詞が意味不明なだけでなく、この酷いシンセ音が俺の耳の中でクソみたいな12音列を演奏し続けるんだぞ!ふざけんじゃねー、ポール。

[再び沈黙。O5-4は大きく息を吸う。]

O5-4: よし、もう一回聞くぞ。あの歌は何がどうなってやがるんだ?

[PoI-2011は溜息を吐きながら椅子に凭れ掛る。]

PoI-2011: 俺はただ — 暗い気持ちになってただけだ。そしてレコードのためにもう1曲必要で、スタジオの時間が足りなくなってた時、いつもジョンとジョージが引き継いでいる事を思い返したんだ。俺は素晴らしいアイデアを持っていたのに奴らはいつもそれを却下して、俺をイライラさせていた。

PoI-2011: だから'どうにでもなりやがれ'と思ったんだ。後先の事を考えないで頭に浮かんだものをそのまま歌にしたらどうだろう?頭の中のジョンの声を無視したらどうだろう?まさか失敗するはずないよな?

[長い沈黙。O5-4は机の引き出しに手を入れ、2つのグラスとウイスキーのボトルを取り出す。彼は両方にグラスを注ぐ。]

O5-4: すまない。その気持ちは凄く分かる。俺は評議会で怒鳴られる事が多々あるからね。

PoI-2011: … だな。まあ、そうだな。俺はこの歌を特に誇りに思ってるわけではなく、ただ何かを試してみたかったんだ。それを気に入ってくれる人もいるみたいだし。

[O5-4は頷いて、グラスから1口飲む。]

PoI-2011: そもそも何故そんなに悩んでいたんだ?この歌があなたに何をしたっていうんだ?

[短い沈黙。]

O5-4: "テンポラリー・セクレタリー"のせいで俺は車をぶつけてしまったんだ、ポール。
<記録終了>
跋文: PoI-2011にはその後記憶処理が施され、一晩中酒を飲んでいたというカバーストーリーの下ホテルに返された。O5-4は評議会の承認なしに独自の研究を行う事が出来なくなり、新しい社用車の費用が給料から差し引かれた。


評価: -19+x
特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。