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

評価: 0+x
blank.png

アイテム番号: №3805-JP
レベル1
収容クラス:
lepracaun
副次クラス:
{$secondary-class}
撹乱クラス:
{$disruption-class}
リスククラス:
{$risk-class}

%E4%B8%8D%E6%98%8E%E3%81%AA%E5%9C%B0%E7%82%B9.jpg

SCP-3805-JP。

特別収容プロトコル: SCP-3805-JPはサイト-81ETの機能と不本意な統合状態にあり、定期的かつ零細の収容違反を除けば自己完結状態にあります。1

SCP-3805-JPを発見した職員は出来る限り冷静さを保ち、当該アノマリーの影響に備えてください。異常性質の影響が深刻であると感じる場合、サイト内の医師の指導の下でカウンセリングもしくは短期の休息を取ることが推奨されます。

説明: SCP-3805-JPは不明な場所を写した一枚の風景写真です。SCP-3805-JPは大まかに、夕方の整備された自然地域ないし公園を描写しているように見受けられ、その状態には若干の色褪せと経年劣化が確認できます。

半年に1~3回のペースでサイト-81ET内から1枚のSCP-3805-JPが発見されます。この異常性質はサイト内の非特定の個人が別の物品を探す途中の他、様々な活動や日常生活の過程で達成されます。SCP-3805-JPが意図せず発見される地点は様々であり、公開書庫・地下非公開蔵書室の書類、共有スペースの張り紙、デスクの内部、ゴミ箱の底──これに限定されない多様な場所からSCP-3805-JPは発見されます。

発見によってSCP-3805-JPの風景画像を目視した個人は、特定の悲嘆的イメージを経験します。これは複数の感覚によって自覚される主観的な知覚複合要素であり、詳細の論理的説明が困難であるものの郷愁・懐古ノスタルジアの症状に類似しています。これまでにSCP-3805-JPを発見した人物の内存命である17名の職員に対するインタビューにおいては、この症状には以下のイメージを含むことが確認されました。

  • 故郷・過去・思い出に対する焦げつくような衝動。
  • 色褪せたカラーによって構成される辺境・農地の印象。
  • 軽い嗚咽と心の発心。
  • 涙の味。
  • [軽度の呪詛異常を含むため検閲済]
  • 遠い昔から放たれる鋭い痛み。
  • 黒に近い不透明な赤。
  • [RAISA-81ETの倫理的判断によって検閲済]

このイメージは個人によって差異が大きいものの、軽度の精神的苦痛を誘発させます。しかしながら、この症状は数時間程度で完治するため、比較的短期間の内に正常な精神状態に復帰可能です。

SCP-3805-JPは発見されてまもなく、一切の痕跡を残さず消失します。SCP-3805-JPの消失の瞬間を観測する、あるいはアノマリー自体を破壊・破損させる試みはこの性質によって失敗しており、次の発見までSCP-3805-JPの所在地はサイト-81ET内にあるという不透明な事実以外にに不明になります。

補遺: 2019年5月7日、サイト気質刷新のためサイト-81ETに収容された様々なアノマリーの再検討再調査を実施していた津馬京依博士は、SCP-3805-JPの分析に取り掛かりました。分析当初の焦点となったのはSCP-3805-JPの正確な起源でした。津馬博士がサイト-81ETの50年以上相当の物理・デジタル双方のアーカイブデータを遡ったところ、1966年8月頃の日誌記録2にて“望郷の苦をもたらす写真”の言及が発見されました。

1970年代にSCP財団 近畿管区の枠組みが制定されて以降、サイト-81ETの広範囲にわたる諸所機能は飛躍的に進歩し、結果としてそれまで未解明状態にあった幾つかの異常事象が研究の進展により正式なSCPオブジェクトに分類されました。SCP-3805-JPはその数ある事例の一つであり、これ以降SCP-3805-JPの暴露に関連した記録は定期的に記録化されるに至ったと特定されます。

こうした収容史編纂の活動は歴史的意義という観点を鑑みるに有用であったものの、当初の目的であったアノマリーの起源解明からは程遠いものでした。津馬博士の努力によってアーカイブが更に遡られるにつれ、奇妙かつ複雑な情報が明らかになりました。

SCP-3805-JPに関する数多の言及──“奇怪な風景写真の発見”、“認識災害媒体と遭遇した可能性”、“零細呪詛と推定される写真の記録”──は循環構造の性質を帯びており、互いの最重要かつ焦点となるべき情報が別の情報源を参照する形式で展開され、どのアーカイブ資料にもSCP-3805-JPに関する重要な情報が欠落していることが明らかになりました。アーカイブの一部は存在が確認できない資料を参照しており、幾つかの情報出典にも未存在資料が多数確認されました。

これがアーカイブデータの非異常のミスや劣化である可能性が存在したため、津馬博士はRAISA-81ETのオペレーターに連絡し情報技術者による包括的な調査分析を仰ぎました。調査の結果、SCP-3805-JPに明確あるいは潜在的に言及した情報源の8割以上が無意味な循環・欠落構造の範疇にあることが判明しました。

循環構造に明示された情報を辿り続けた所、地下非公開蔵書室に保管されていた一枚の紙媒体に帰結することが明らかになりました。当該資料についてはこれまで大きく注目されたことがなく、蔵書室に収納された詳細な経緯についても特定が不可能でした。以下は当該資料の再現です。

思い出してしまっていいの?

%E4%B8%8D%E6%98%8E%E3%81%AA%E5%9C%B0%E7%82%B9%202.png

覚えていますか あの道のり

行き方 消え方 渡り方 その手の先の 帰り方

あの場に いたいと思っていても その道のりを忘れた あなたたちは

決して 決して 帰路につけない

███-████ [編集済] █████

資料の最後には住所が記載されており、その所在地は兵庫県伊丹市に位置する数十年前に放棄された写真現像施設に繋がります。更なる調査分析にも関わらず、SCP-3805-JPの撮影者、その背景、現場状況は依然として不明です。


scp jp esoteric-class 時コン25 精神感応 観測 感覚 時間 儀式 写真 文書


特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License