SCP-5756 - いつも思い起こさせてくれるもの(原題: The Constant Reminder)

このページの批評は終了しました。

原文: SCP-5756 by Placeholder McDPlaceholder McD rev.26


/* 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
アイテム番号: SCP-5756
レベル2
収容クラス:
safe
副次クラス:
none
撹乱クラス:
vlam
リスククラス:
notice

SPECIAL CONTAINMENT PROCEDURES: Occurrences of SCP-5756 are to be reported to the Chief of Security and Containment (presently, R. Pensak), and affected items confiscated thereby.
特別収容プロトコル: SCP-5756の発生は保安・収容Security and Containmentセクション長(現在R・ペンサク)に報告され、影響を受けた物品はそれによって没収されます。

UPDATE 2017/09/10: Technician JM64 is hereby prohibited from using SCP-5756-A..What he doesn't know can't hurt him — Ibanez, Chief D.
更新 2017/09/10: 技師JM64は、このアノマリーのためSCP-5756-Aの使用を禁止されました。.彼にとっては、知らぬが仏です — イバニェス、Dセクション長


locker.jpg

SCP-5756-A (left). SCP-5756-A(左)。

DESCRIPTION: SCP-5756 is a phenomenon affecting Personal Storage Locker 4B of Site-43's Janitorial and Maintenance Section (hereafter SCP-5756-A). Annually, items stored within SCP-5756-A are corrupted by SCP-5756. This phenomenon is rare and poorly-understood.
説明: SCP-5756は、サイト-43清掃・保守Janitorial and Maintenanceセクションの個人用保管ロッカー4B(以降SCP-5756-A)に影響を与える現象です。年に1度、SCP-5756-A内に保管された物品はSCP-5756によって損傷します。この現象は希少であり、ほとんど理解されていません。

DISCOVERY: After completing his shift on 2013/09/07, Technician JM64, Philip E. Deering returned his custodial uniform, work-boots, and ID Card to his designated Personal Storage Locker. JM64 then retired to his quarters for the evening and remained there the following day as per annual protocol. Prior to his next shift, JM64 accessed his storage locker to find that, from the waist-down, his required uniform had been converted into a red lab coat. He reported this occurrence to his supervisor, who observed that the converted material was typical of standard Applied Occultism vestments..Site-43's Applied Occultism Section studies the practical use of esoteric materials.
発見: 技師JM64、フィリップ・E・ディアリングは2013/09/07にシフトを終えたのちに、管理用制服、作業靴、IDカードを指定の個人用保管ロッカーに戻しました。その後JM64は夜の間宿舎にこもり、翌日は年例プロトコルにつき宿舎に留まっていました。次のシフトに先だってJM64が保管ロッカーにアクセスすると、自身の必須の制服の下半身部分が赤いラボコートに変質しているのを発見しました。彼はこの出来事を上司に報告し、上司は変質した物質が応用隠秘学Applied Occultismの祭服に特有のものであることに気が付きました。.サイト-43応用隠秘学セクションは深妙物質の実用的用途を研究しています。


ADDENDUM 5756-1, Incident Logs: Further SCP-5756 occurrences are listed below.
補遺5756-1、インシデントログ: さらなるSCP-5756の発生が以下にリスト化されています。

INCIDENT LOG 5756-B
インシデントログ 5756-B
DATE: 2014/09/09
OFFICER OF RECORD: D. Ibanez (Chief Without Portfolio).Chief Ibanez had recently resigned from her Security and Containment position; this was her last duty prior to reassignment.
日付: 2014/09/09
記録担当者: D・イバニェス(無任所セクション長).イバニェス セクション長は最近に保安・収容セクションの彼女の地位を辞職している。これは配置転換前の彼女の最後の任務となった。
SUMMARY: Two days prior to the incident, JM64 returned the same set of items to his locker as he had a year before; additionally, he left a slice of cake from a staff event, forgetting that he would not be allowed to retrieve it the next day. Upon his return, he discovered that the cake was missing, and one of his work-boots had been replaced with a worn leather shoe. JM64 reported a strange sense of familiarity, though this was soon replaced by disappointment at the lack of cake.
概要: インシデントの2日前、JM64は1年前にしたように同じ物品一式をロッカーに戻した。加えて、彼は翌日に回収することが許可されていないことを忘れていたため、職員のイベントで受け取った1切れのケーキを残した。彼が戻ると、ケーキが紛失し、作業靴の1つが擦り切れた革靴に置換されていることを発見した。JM64はなじみがあるという奇妙な感覚を報告したものの、まもなくケーキの喪失による落胆に置き換わった。
NOTE: Incident occurred exactly one year after the previous; relation to other containment activity unknown. Technician Deering is allowed to continue using SCP-5756-A so long as he reports any other occurrences.
注: インシデントは前回のちょうど1年後に発生した。他の収容活動との関連性は不明である。ディアリング技師は、他の出来事を報告する限りSCP-5756-Aを使い続けることが許可された。

INCIDENT LOG 5756-C
インシデントログ 5756-C
DATE: 2015/09/09
OFFICER OF RECORD: R. Pensak (Chief of Security and Containment)
日付: 2015/09/09
記録担当者: R・ペンサク(保安・収容セクション長)
SUMMARY: As per the previous year, JM64 returned his typical items to his locker. As suggested by Chief Pensak, a digital camera was also placed within SCP-5756-A. JM64 returned to find his ID card snapped in two; however, the pieces instead displayed an image of his brother and former researcher in Applied Occultism, Dr. Dougall Deering. No other items were affected, and the camera was retrieved successfully. JM64 reported frustration as he had attempted to contact his brother several times in the past decade, to no avail.
概要: 前年のように、JM64は彼に特有の物品をロッカーに戻した。ペンサク セクション長が提言した通りに、SCP-5756-A内にデジタルカメラもまた配置された。JM64が戻ると、自身のIDカードが2つに折られていることを発見したが、それらの切片はJM64の代わりに彼の兄で元応用隠秘学研究員のドゥーガル・ディアリング博士の画像を表示していた。他の物品は影響を受けておらず、カメラの回収に成功した。JM64は、過去10年の間に複数回兄に連絡を試みたにもかかわらず連絡できなかったため、欲求不満を報告した。
NOTE: Analysis of the affected item demonstrates inconsistencies with standard ID cards; namely, the photo of Dr. D. Deering appears to have been taken several years after his last known photo. Retrieved footage is restricted to Level 4 Clearance or higher.

JM64 will be provided a new ID card, and will not be made aware of his brother's death in 2002.
注: 影響を受けた物品の分析では標準IDカードとの不一致が示された。つまり、D・ディアリング博士の写真は彼の既知の最後の写真の数年後に撮影されたように思われる。回収された映像はレベル4以上に制限されている。

JM64は新たなIDカードを支給され、2002年の兄の死が知らされることはない。

INCIDENT LOG 5756-D
インシデントログ 5756-D
DATE: 2017/09/09
OFFICER OF RECORD: R. Pensak (Chief of Security and Containment)
日付: 2017/09/09
記録担当者: R・ペンサク(保安・収容セクション長)
SUMMARY: This year, among his typical belongings, JM64 stored his watch in his locker. As suggested by Chief Pensak, a pen and stationery were also placed within SCP-5756-A. Upon his return, the face of JM64's watch had been shattered, and its other surfaces scratched or dulled such that it was non-reflective. The pen was missing, and the stationery read: "I know that's not you".
概要: 今年は、JM64は彼に特有の所有物とともに腕時計をロッカーに保管した。ペンサク セクション長が提言した通りに、SCP-5756-A内にペンと文房具もまた配置された。彼が戻ると、JM64の腕時計の文字盤は粉砕され、他の表面は傷つけられるかくすませられて反射しないようになっていた。ペンは紛失し、文房具には次のように書かれていた。「これがお前でないことは知っている」
NOTE: Machine-analysis of the stationery detected a 92% match to Dr. D. Deering's handwriting.
注: 文房具の機械分析により、D・ディアリング博士の筆跡と92%一致することが判明した。
UPDATE 2017/09/10: JM64 has been assigned a new Personal Storage Locker. SCP-5756-A is only to be used by cleared personnel from now on. — D. Ibanez, Chief of Pursuit and Suppression
更新 2017/09/10: JM64には新たな個人用保管ロッカーが指定された。今後SCP-5756-Aは許可された職員によってのみ使用される。 — D・イバニェス、追跡・鎮圧Pursuit and Suppressionセクション長

SITUATIONAL SECURITY CLEARANCE LEVEL 5756-4 REQUIRED FOR FURTHER REVIEW

さらなる説明には状況的セキュリティクリアランスレベル5756-4を要します



記事ここまで

tag: _cc _corruption _licensebox artifact extradimensional jam-con2021 on-guard-43 philip-deering safe scp
タグ: en _腐敗 人工 異次元 jam-con2021 on-guard-43 フィリップ・ディアリング safe scp

以下はフォーラム投稿用


ソース: SCP-5756 rev.26
著者: Placeholder McDPlaceholder McD
作成日(EN): 2021/03/24


ページコンソール

批評ステータス

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The Witherite's portal does not exist.


エラー: Witheriteのportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:6370408 (02 May 2020 04:11)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License