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

評価: +3+x
blank.png

SCP-7432

Safe Class / Level Three / TL-7432


特別収容プロトコル

SCP-7432は、TL-7432における財団が独立して移送を実施するまで、ロンドン・クロムウェル通り17番地から取り除かれてはいけません。1999年9月9日にSCP-7432が発見されるという事象は阻止・遅延されてはなりません。2188年2月26日時点において、SCP-7432はSCP-23049 (TL-7432に由来) と共にサイト-115に存在していなければならず、SCP-23049は当日付の斜行事象を経験しなければなりません。1 年代学部門の職員は、これらの事象を著しく改変しかねない行動・事象の一切を回避・防止する必要があります。SCP-7432に関する年次記録文書は定期的に精査され、予期せぬ歴史的改変を受けていないかを検知する必要があります。

TL-7432における財団がSCP-7432へと取り付ける空間追跡装置は時間追跡装置が必ず内蔵されていなければなりません。その機能的劣等性ないし冗長性にもかかわらず、2188年2月26日にSCP-7432へ取り付けられる時間追跡装置はXRTD-MCD/IV型でなければなりません。SCP-7432の所在時whenaboutsは常時監視され、2188年2月26日までに当該オブジェクトはTL-7432へと確実に帰還させなければいけません。

TL-7432における財団が年代ごとに変更を加えた収容手順は要求に応じて提供され、遵守されなければなりません。


説明

SCP-7432は小型の台形状楔石キーストーンであり、高さが約15cm・幅と奥行きが11〜16cm・質量が7kgとなります。当該オブジェクトは全体が花崗岩で構成されているように見受けられますが、副次的な異常機能の影響に起因して、その素材確認ないし花崗岩の起源特定を目的としたサンプルの安全な採取は不可能です。SCP-7432の前面には三脚巴トリスケリオン2が1つ刻印されており、起源不明の象形グリフ複数が三脚巴を取り囲むように環状構造を形成しています。

動作する扉が備え付けられた拱門アーチ状戸口にSCP-7432を接触させる、ないしその構造に楔石として組み込んだ場合、当該オブジェクトの主要な異常性が発現します。望む地点を想起しながらSCP-7432に触れた対象は、扉を開くと同時に当該地点へと直ちに到達することになります。この到達先となりうる地点に関して、基底現実世界と同等の三次元空間を有していなければならないという最低限かつ唯一の制約が既知とされています。それ以外の点では、SCP-7432はあらゆる認識可能な場所へのアクセスを可能とし、これには、代替となる時間期と時間軸タイムライン・改変された現実状態・概念と主観的な相関関係で結ばれる位置3を含みます。

SCP-7432の副次的・受動的な異常性は、TL-7432にのみ存在する時間的ループ構造の中核を成している点にあります。当該の時間的ループの存在そのものがTL-7432を他の時間軸から峻別する決定的特徴となっています。

  • 1606/02/26: クロムウェル通りの建設資材置き場に搬入された石材の一部としてSCP-7432が出現する。結果、本オブジェクトはクロムウェル通り17番地の玄関アーチにおける楔石として誤って使用される。当該の誤まった使用は是正されることなく放置される。
  • 1999/09/09: 居住者であるアダム・ローが酩酊状態でクロムウェル通り17番地へ帰宅する。結果、SCP-7432が偶発的に起動し、自身の出身地であるオーストラリア・ビンガラへとローは転移する。これを契機にSCP-7432は財団により発見され、収容のためにサイト-115へ移送される。当該箇所は非異常性の複製品へと置換される。
  • 2188/02/26: サイト-115に保管されていたSCP-23049が第9次斜行事象を発生させる。これと同時に、SCP-7432は1606年における初回出現と完全に一致する状況下に転移する。

この結果として、SCP-7432は物理的に生成されることが決してなく、特定可能な起源を持たず、機能的に無限と見做される存在期間の全域にわたって、恒久的な変質の一切を受けません。調査を担当する年代学部門職員により、最後の特徴は未知の再生特性に起因する可能性が指摘されていますが、時間的逆説タイムパラドックスを発生させる恐れがあるため当該仮説を検証する試験は実施不能です。


補遺

収容違反

2009年3月12日、SCP-7432は不詳の影響を受けてTL-7432から消失し、時間的ループの自己完結が妨げられています。しかしながら、TL-7432には想定されていた全時的崩壊total temporal collapseが発生しておらず、1606年2月26日から2009年3月12日までの事象 (SCP-7432の逆説的存在を含む) は改変されることなく継続しています。4 SCP-7432の消失に伴い、TL-7432は自発的に正体不明の準安定分岐時間軸 (TL-7432-!に指定) へと置換されています。

SCP-7432に取り付けられた時間追跡装置はTL-7432-!内部から信号を発しており、これによりSCP-7432が回収可能な状態で再出現する可能性が示唆されています。SCP-7432の回収が可能な場合には実施するとともに、TL-7432-!の内容を記録するために機動部隊オーラ-4が派遣されています。



Page 2 >>

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