SCP-3151-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)); }
}

評価: +9+x
blank.png
%E7%84%A1%E9%A1%8C.jpg

SCP-3151-JP

アイテム番号: SCP-3151-JP

オブジェクトクラス: Euclid

特別収容プロトコル: SCP-3151-JPはサイト-PA01及び財団フロント"サムズ・カーポート株式会社"によって収容/管理されます。

SCP-3151-JPは解体処置が施されています。SCP-3151-JPはP-3151-JPと呼称され、P-3151-JP敷地内は監視カメラにより24時間監視されます。対象の利用/消失が確認された場合は、自動車をサイト-PA01に回収し、情報収集が行われます。

説明: SCP-3151-JPは千葉県船橋市に存在する2階建住宅です。民間ハウスメーカー"鈴木ハウス"によって建築された一般的な注文住宅であり、船橋市郊外の十字路"赤柴交差点"の北東側の角地に存在しています。外見的特徴として、灰色のモルタル外壁と瓦屋根を持ち、外壁としてコンクリートの外構が設置されています。

SCP-3151-JPには高齢の民間人"萩原 佳恵"が1人で居住しています。戸籍上SCP-3151-JPには萩原 佳恵の夫である萩原 光雄が居住しているはずですが、存在を確認出来ませんでした。萩原 光雄の行方について、萩原 佳恵に聞き取りを実施しましたが、萩原 佳恵は認知症に典型的な記憶の混濁を発症しており、明瞭な回答は得られませんでした。

SCP-3151-JPでは、自動車が衝突することによる物損事故が不定期に発生します。赤柴交差点を通過した自動車の運転手は、ミーム災害に分類される異常な精神影響に罹災し、SCP-3151-JPに衝突する軌道を示す様にハンドルを操作します(以下、精神影響の罹災者を対象と呼称)。ブレーキ痕への検分により、衝突に際して運転手は減速の操作を行うことが明らかになっていますが、このブレーキは停車に至るには明らかに不十分な強度で行われるため、衝突は重大事故に発展します。

衝突から生還した対象に対し、衝突に至るハンドル操作を行った理由を質問する内容のインタビューが実行されました。回答の大半は「分からない」という内容でしたが、ごく少数ではあるものの「駐めておけると思ったが、駐められなかった」という特筆すべき回答が存在します。ただし、後者の回答は全体の内2件のみであり、回答者が瀕死且つ意識を喪失しかけている状態での回答であったため、情報資料としての価値が疑問視されています。

補遺1: 収容経緯

SCP-3151-JPは日本国警察内の財団協力者によって共有されました。財団が認知した時点で過去19回に渡って衝突事故は発生しており、萩原 佳恵は衝突事故の影響で負傷し、入院していました。千葉県警は非異常性の事故多発地帯として扱っていましたが、警視庁公安部特事課は異常な件数の衝突事故を注視していました。警視庁公安部特事課は萩原 佳恵に対しSCP-3151-JPからの転居を提案していましたが、萩原 佳恵は夫の同意が得られないことを理由に転居を拒否していました。

追記: 萩原 佳恵の治療は成功していましたが、高齢を起因とする免疫力減退により、手術で消耗した体力が回復せず、衰弱状態が継続していました。財団所有の病院に搬送し、治療と経過の観察を行っていましたが、2001年6月2日に死亡しました。萩原 佳恵の死によってSCP-3151-JPの異常性に変化が起きるなどの事象は発生していません。


解体処置報告


サイト-PA01管理官より通達: 財団フロント『サムズ・カーポート株式会社』はSCP-3151-JP研究班の要請により、オブジェクト解体処置を実行しました。この処置は81管区研究遅延対応協定、サムズ・カーポート株式会社業務規程、サイト-PA01収容処理規則に則り申請され、レベル4以上のセキュリティクリアランスを持つ上位職員3名による解体処置が認可されました。

サムズ・カーポート株式会社の収容担当職員はSCP-3151-JP研究チームに合流し、解体処置済オブジェクト収容規定に従い収容を補助/引継が指示されます。

%E8%A6%8B%E5%8F%96%E3%82%8A%E5%9B%B3.jpg

P-3151-JP図

駐車場コード: Pパーキング-3151-JP

収容台数: 5台

形態: 時間貸し 

特筆事項: 解体処置済(旧SCP-3151-JP)

SCP-3151-JP異常の情報資料は獲得できておらず、研究の進捗に大きな遅延が発生していました。様々な実験や周辺地域への聞き取りの結果、得られていた情報は以下の程度です。

  • 対象は衝突前の減速以外でブレーキを利用しておらず、少数ではあるがアクセルを踏んでいるケースも存在する。
  • 対象となる人物に法則性はない。
  • 萩原夫妻はハウスメーカーに対し、1985年にSCP-3151-JPを注文している。SCP-3151-JP建築以前の土地は更地であり、放置車両による被害を集中して受けており、比較的安価で売却されていました。

SCP-3151-JPが建築される以前の土地で確認されていた放置車両は、SCP-3151-JP異常性との関連性が指摘されています。対象に対しSCP-3151-JP敷地内に自動車を誘導/放置することを強制するような精神影響が異常性として認められる場合、乗用車の誘導地点にSCP-3151-JPが後天的に建設されたことが起因となっていると思われます。この場合、異常性を保有しているのはSCP-3151-JPの家屋部分ではなく土地部分であると推認できます。

SCP-3151-JP研究班は、SCP-3151-JP敷地内に乗用車が無事に侵入した際の様子を観察するため、SCP-3151-JP家屋部分を解体する提案を行いました。敷地を更地にした場合、乗り付けた運転手が自動車を乗り捨てることが過去の証言から予想されたため、更地を駐車場に整備することが合理的と判断されました。また、この議論の最中に、対象へのインタビューで獲得していた「駐めておけると思ったが、駐められなかった」という回答が情報資料として再評価されており、SCP-3151-JPを駐車場として整備する決定を促す一因となりました。

研究班の提案により、サムズ・カーポート株式会社の職員が招聘され、研究班に合流しました。その後、サムズ・カーポート株式会社の主導でSCP-3151-JPは解体され、駐車場として整備されました。以降、SCP-3151-JPはP-3151-JPと呼称されます。

進展: P-3151-JPに稼働が開始され、観察が開始しました。その結果、調査班は複数の特筆すべき情報資料を獲得しています。

通常時、P-3151-JPは非異常性の駐車場と同等の振る舞いを示しますが、不定期に利用者が消失します。消失は予兆なく即座に発生し、運転手が自動車より下車するためにドアを開放した瞬間に発生します。消失した人物について調査を実行した所、何れもP-3151-JPを利用する動機の存在しない人物であったため、消失者はSCP-3151-JPにおける対象と同様の精神影響により誘導されていると推認されます。SCP-3151-JP建設以前に存在していたとされる放置車両は、運転手が消失したことによって発生していたと考えられます。

対象の消失後、対象が利用していた自動車のトリップメーターがエンジン停止中にも関わらず稼働し続けます。デジタル式トリップメーターの場合、通電時に表示される距離合算は、停車前に表示された距離合算よりも長距離の合算を示します。SCP-3151-JP解体以前は、自動車が外構に正面衝突する性質上、計器類を含めるフロント部分が大破していたため、トリップメーターに関する異常性の観測は困難でした。研究班は、トリップメーターに関する異常性自体はSCP-3151-JP解体以前から存在していた可能性を指摘しています。

財団はSCP-3151-JPを解体した際に土地内に存在していた物品を全て回収しており、その中には萩原 光雄名義の自動車が含まれます。財団がトリップメーターを確認した所、回収時に記録されていたものより短距離の距離合算を示しました。これはダイヤル式のトリップメーターが9,999,999 kmでカウンターストップし、再び0 kmより計測が開始されたために発生した表示の現象であると予想され、このトリップメーターの増加は際限なく発生すると予想されます。研究班は萩原 光雄も消失異常性に罹災していたと推測しています。

補遺: 実験

Dクラス職員にGPS機材を埋め込んだ上で消失させる実験が計画されました。P-3151-JP及びSCP-3151-JP異常性の対象を意図的に選定することは困難だと考えられていましたが、萩原 光雄が消失異常性に罹災していた場合、P-3151-JP内で自動車と共に滞在することで、意図的に異常性の対象に選出されることが可能であると予想されました。

D-6652にGPS機材を埋め込んだ上で、P-3151-JP内に滞在させる実験が行われました。D-6652には8時間に1度自動車から乗り降りすることが指示されます。また、GPS機材はD-6652の現在地を示す他、P-3151-JPまでの距離を示します。これは対象が消失した際に移動した距離と、自動車のトリップメーターが示す距離の相関を観測する意図が存在します。

実験開始から70日目にD-6652は消失しました。実験中D-6652は強い退屈を訴えていたため、サムズ・カーポート株式会社の職員より消閑用の物資が支給された他、研究班の担当者が消閑目的の対話に応じました。D-6652は対話に関心を示しており、睡眠中以外のほとんどの時間を対話で消閑しました。消失直前頃、D-6652は突如対話を中断し、指定時間ではないにも関わらず自動車のドアを開放し、そのまま消失しました。D-6652は対話を中断した時点でP-3151-JP及びSCP-3151-JP異常性に罹災していたと推測されます。

D-6652が消失する直前の時点でトリップメーターは56,990 kmを示していましたが、D-6652が消失した時点で78,992 kmという異常な数値を示しています。

消失直後、GPS信号によって示される現在地はP-3151-JPのままでしたが、P-3151-JPまでの距離は「-22,002 km」という異常な表示が示されました。マイナスで数値が示された理由は判明していません。この異常な表示から程なくしてGPS信号は失われ、P-3151-JPまでの距離を示す表示は「-554,156,824,243 km」という極めて異常な数値を示し、程なくして表示がフリーズしました。

現在もD-6652が消失した自動車のトリップメーターは稼働し続けています。

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