SCP-3719-JP
/* 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)); }
}

.

評価: +77+x
blank.png

気がつくと、あなたは通路にいた。軽く見回した感じでは、おそらく財団施設の一角だろう。蛍光灯が消えかかっていて薄暗いが、段々と慣れてきた目で、色彩と輪郭を読み取った。白塗りの壁に、灰色の床。おまけに3つの矢印も。間違いない。ここは財団のものだ。

手がかりを求めて、あなたは歩き出す。扉はいくつか点在しているが、開いた先は別の通路だった。うっすら考えていた可能性だったが、おそらくあたりだろう。ここはアノマリーのようだ。

50 mほど歩いただろうか、ふと、目の前の地面に何か小さなものが落ちていることに気がついた。

smartphone.jpg

拾い上げてみれば、財団支給の端末だ。少しばかり、画面にはヒビが入っている。突然。ピピッ──と音がして、端末の明かりがついた。不意打ちのような眩い白が、あなたの視界を覆い尽くす。

上メニューの設定から明度を落として、あなたは端末の液晶に目を走らせる。ロックはかかっていないようだ。本来なら懲戒ものだが、こんな状況では許してほしい。画面の上には、「SCP-3719-JP」の文字列。どうやらSCPレポートのようだったが、そこには奇妙な文字列が続いていた。


アイテム番号: SCP-3719-JP
オブジェクトクラス: N/A
レベル4/3719-JP
Secret


特別収容プロトコル: この文書にアクセスできているということは、あなたは既にSCP-3719-JP内部に囚われているということです。サイト-81KKでは、そこまで珍しいことではありません──そう怯えないでください。あなたがここに迷い込んだことには確かな意味があります。

本文書の内容は、状況に応じて開示されます。まずは通路の先へと進んでください。

説明: SCP-3719-JPは、サイト-81KK 機能・資料エリア Cウィング (FL-C) に出現する、本来は構造上存在しないはずの区画です。SCP-3719-JPへのアクセスは、対象者の存在状態の曖昧化に伴い可能となると考えられています。これまでに、少なくとも6名以上の人員が通路の発見・踏破に成功しています。第一発見者を含む2名は自発的に、残る4名は非自発的に (しばしば突然に) この場所に迷い込みました。

SCP-3719-JPの基本となる通路は、FL-Cの一般的な通路と外観上同一です。しかしながら、進行するにしたがって、下記に示すような異様な建築構造や内装が顕著に増加していきます。これは現実安定性の破綻によるものです。正しいルートを通過し、目的地へと到達すれば、以降は自由な侵入/退出が可能となります。それ以外のかたちで空間を脱出することはできません。

SCP-3719-JP内で確認される異常事物の例を抜粋します。

  • 激しい分岐構造。扉や通気口の先に、更なる廊下が続いています。独立した部屋は存在せず、SCP-3719-JP内の構造は通路が主体となっています。人の居住には適さない環境にもかかわらず、しばしば遠くから微かな物音が聞こえます。
  • 有り得ない景色が広がる窓。サイト-81KKは地下に立地するにもかかわらず、これらの窓からは森林や上空、月面などの自然風景が確認できます。窓を開くことはできません。割ることもできません。時折、窓の外に人影が見えます。彼らの顔は失われています (まるで、他の人から見たあなたのように)。
  • 天井に設置された扉。鍵がかかっており、開けることはできません。近づくと微かに声が聞こえますが、話されている言葉は、既知の言語ライブラリと合致しません。もしかすると、あなたは会話中にアイテム番号を思い起こさせるフレーズが混じっていることに気がつくかもしれません。どこか懐かしい印象がする人名が聞こえたように感じるかもしれません。それらは既に存在しません。
  • 人の絵が無い脱出案内の標識。脱出先の扉が描かれていない場合もあります。どちらの場合も無視して構いません。
  • 甲高い音で鳴り続けるサイレン。記録に無い収容違反に関する警告を繰り返します。声の主は判明していません。言及されるSCPオブジェクトのうち、半数程度は収容違反の危険性が無く、説明される特徴とは合致していません。
  • そろそろ、あなたも気づいてきたのではないでしょうか。自分が何者なのか、ほとんど思い出せないことに。だからあなたは招かれたのです。ほら、止まらないで。通路はまだ続いています。先へ進んでください。
  • 何処からか吹き込む吹雪。遭遇したのであれば、それ以上は進むのをやめ、迂回してください。進み続けると、酒の匂いと祭囃子が聞こえてくることがあります。そうなれば手遅れだと思ってください。
  • 壁に飾られている絵画。床や天井に設置されていることもあれば、それらにめり込んでいる場合もあります。絵画に名前はありません。画家の情報は知られていません。背後に黒い太陽が描かれていたならば、問題の絵には近づくべきではありません。それは決して太陽ではありません。
  • 発生源が不明瞭な煙。線香の匂いがすると報告されています。火元を辿る試みは推奨されていません。仮にあなたが煙の後を追い、顔の無い葬列に遭遇した場合は、直ちに引き返してください。
  • 通路の終盤に立っている標識。表には「アトランティスまで: 2.5 km」、裏には「あなたがあなたを見つけるまで: きっともうすぐ」と記されています。時折、左の眼窩から花が生えている女性が側に立っています。あなたは彼女を知っているかもしれません。知っている場合は奥へ、知らなくとも何か心に残る印象があれば奥へ進んでください。

正しいルートを進んでいくと、通路の終端へと辿り着きます。そこには、財団徽章が刻まれた、黒い金属製の扉があります。この道中で、あなたが見てきたものの意味を考えてください。存在の裏側へ落ちていくとはどういうことか、思索を巡らせてください。あなたの名前を思い出そうとしてください。あなたが何であったかを思い出そうとしてください。あなたが何のために生きていたのかを思い出そうとしてください。

それでも、あなたが何なのか分からなくて。

苦しくて。

欠けていて。

もはや万策尽き果てて。

尚も思い出したければ、あなたが思い出せる僅かな断片の記憶を、ドアノブに重ねて、しっかりと握りしめて。

ゆっくりと手首を捻り、一歩を踏み出してください。

逆転消失論セクションへようこそ。

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