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

評価: +16+x
blank.png

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

%E3%82%B8%E3%83%A3%E3%83%83%E3%82%AF%E3%82%AA%E3%83%A9%E3%83%B3%E3%82%BF%E3%83%B3.jpg

SCP-3313-JP。2021年にサイト-81ETの東棟1階通路上部で目撃された事例。

特別収容プロトコル: SCP-3313-JPは未収容状態にあるものの、その活性化は特筆すべきほどの影響を引き起こしません。そのため、サイト-81ETにSCP-3313-JPが出現するのは非緊急事態と見做されており、特別な対応は必要ありません。1

説明: SCP-3313-JPは毎年10月31日にサイト-81ETの近辺で目撃される呪詛実体です。外見的に、SCP-3313-JPはケルト文化における祭事であるハロウィーンに典型的な、カボチャをくり抜いた発光するジャック・オー・ランタンの形態を取っています。

10月31日のハロウィーン当日の夕方から11月1日への日付変更まで、SCP-3313-JPはサイト-81ETの容易に到達しにくい様々な地点 (備品物置の奥、窓から見える景観の遠方、屋根の上など)に出現します。SCP-3313-JPは出現時間中は常に静的かつ不動の状態を保っています。しかし、SCP-3313-JPに直接的に接触することを目的として対象がアノマリーに過度に接近した場合、SCP-3313-JPは児童のそれに似た笑い声を発しながら消失します。消失したSCP-3313-JPは消失地点とは異なる別のサイト-81ET近辺に再出現しますが、この性質によりSCP-3313-JPを物理的に確保することを不可能としています。

SCP-3313-JPの幾つかの個体は、毎年様々な“仮装”の状態を伴ってサイト-81ETに出現します。この“仮装”状態にあるSCP-3313-JPは様々な帽子や仮面などの追加パーツを属しており、これは出現年に応じた様々な出来事を反映しているようです。

補遺.1: 以下は現在までに確認されたSCP-3313-JPの“仮装”状態記録一覧からの抜粋です。

状態記録 #3313-JP


発生年 “仮装”概要 備考
2000年 2000年サングラス 西暦2000年のミレニアムを記念したものであると推定される。
2005年 郵便配達員制帽、ポストマンバッグ 郵政民営化を争点とした衆議院解散で、小泉純一郎首相 (当時)率いる与党 自由民主党が歴史的な大勝を果たしたことに対応すると推定される。
2008年 給食帽子 帽子の内部並びにSCP-3313-JPの内部に、様々な市販品の食品 (菓子パン、乾パン、おにぎり、ビスケット、飴類など)が詰め込まれていた。これまでの事例と異なり、サイト-81ETの職員らがこれらの食品を取り出す際にSCP-3313-JPは消失しなかった。おそらくは、同年のリーマンショックによって発生した、一般民衆の困窮に対応していると推定される。サイト-81ETにおいてもリーマンショックの余波によって、複数の基本的備品が削減処置を受けていたため、サイト-81KKの戦術会計セクションの判断の下、食品はサイト-81ETの食堂で活用された。
2009年 当選確実のバラ飾り 政権交代などを争点とした衆議院解散で、鳩山由紀夫代表 (当時)率いる野党 民主党が大勝し政権交代を果たしたことに対応すると推定される。
2011年 黒色のネクタイ (黙祷や葬儀の際に用いられるもの) 全てのSCP-3313-JPが当該の“仮装”を行っていた他、笑顔を示す個体が存在せず例年のような発光が見られなかった。同年に発生した東日本大震災に対応したものと推定される。
2017年 マリオ&ルイージ帽子 (任天堂のマリオシリーズに登場するキャラクターのもの) Nintendo Switchが発売されたことに対応したものと推定される。Nx-58(“夢瓶町/夢ゲーム”)の限定ゲームチャレンジである「ハロウィンパレード収容大作戦!」中で、当該の“仮装”を行ったSCP-3313-JPに酷似したNPCが登場していることが報告された。同ネクサスを管轄するサイト-81TGの職員による調査が進行中。
2020年 布マスク 昨年末から同年に拡大した新型コロナウイルス感染症 (COVID‑19)に対応したものと推定される。
2022年 ヴィノク (ウクライナの伝統的な花冠)、プラカード プラカードには「No War」「FREE UKRAINE」などの文言に加え、ウクライナ国旗が描写されていた。ロシアによるウクライナへの侵略に対応していると推定される。
2023年 クーフィーヤ (アラビア半島の伝統的な頭巾、ここでは白黒のパレスチナ式のもの)、プラカード プラカードには「No Genocide」「FREE PALESTINE」などの文言に加え、パレスチナ国旗が描写されていた。イスラエルによるパレスチナへの大量虐殺、民族浄化の試みに対応していると推定される。

補遺.2: 2025年10月31日、例年通りサイト-81ETにSCP-3313-JPが出現した際、同サイトの職員数名がアノマリーの状態及び様子を偶発的に観測しました。この観測において予期せぬ事態が報告されたため、当時の様子を以下に記載します。

津馬 京依: 研究・収容副管理官
日奉 百合: 倫理委員会支部長/情報保全・資料保管担当者


[記録開始]

[津馬博士と日奉司書がサイト-81ETのエントランスホール隅に立っている。津馬博士は首にかけたカメラを構えており、日奉司書はバインダーとメモを保持している]

[津馬博士はエントランスホールの壁掛け時計を一瞥する

津馬博士: うん、そろそろかな。今年はどんな格好で来るのか記録しないと。

日奉司書: 報告書には「特別な対応は必要ない」と書かれていますが、記録を取るのですか? アーカイブを見ましたが、毎年あのパンプキンの写真を撮っている?

津馬博士: まぁ、毎年誰かは必ず記録上必要な“仮装”したジャックオランタンを目撃するから、本当は必要ないんだけどね。ただ、これは研究者としてのサガみたいなもの! 研究対象の記録は多い方がいいと思って……。

日奉司書: なるほど。……これは単に学術的な好奇心からの質問なのですが、津馬さんは個人的にあのかぼちゃたちが何のために“仮装”をしていると考えますか?

津馬博士: ええっ……!? いきなり、口頭試問みたいなことになったけど……。

日奉司書: [笑う] そんな難しいことじゃありませんよ。言った通り私自身の単なる好奇心です。あなたが組み立てるロジック、好きですから。

津馬博士: そゆこと? うーんと、あくまで私の考えだけど……。まず、3313-JPとハロウィーンの仮装文化との関係は切っても切れない関係にあるでしょ。ハロウィーンの仮装は元来、この世とあの世の境界が曖昧になり合流点へと至った時、あの世のものから身を守れるための防衛手段として形成された。その一方で、今日の“ポップで世俗的な”ハロウィーンの仮装文化も見逃せない。単純な楽しみやコミュニケーション、あるいは社会的な表現のために人々は仮装する。

日奉司書: 同じ“仮装”というカルチャーが異なる文脈にあるということですね。

津馬博士: そーいうこと。だから、アレが毎年この日にああいった振る舞いを“活性化”させる事に、意図を求めることは間違いじゃないと思う。それが、不確実や無軌道性という呪詛に、主観的な“確実性”の糸を通すことだから。ただ、3313-JPは他の呪詛アノマリーと比較して、それほど不条理というほどではない。むしろ、これは──

日奉司書: ……「ただ、そこにあるだけのアノマリー」?

津馬博士: そう、その線が濃いような気もしてる。毎年、特定の場所に現れ、目撃者にその日付と年間気質に紐づけられた“アバター”を投影する。ただ、そこにあるだけの怪異。そこに予測可能な意味があるのだとすれば……“その姿を誰かに見てもらいたいから”かな。全ての文が読まれるために存在するなら、全ての表現あるいは“仮装”は見られるために存在する……ともいえなくない?

日奉司書: ……なるほど……なるほど! これは素晴らしく独創的な解釈ですね。明瞭な論理がそこに打ち立てられています。

津馬博士: [微かに笑う] とはいえ、これはあくまで私の意見であって──あっ、噂をすれば……

[エントランスホール隅の扉の向こうにある物置の暗部から5体のSCP-3313-JPが出現する。津馬博士はそれを観察し、カメラのシャッターを切る]

津馬博士: いい感じ。後は“仮装”した個体を探せば──

日奉司書: 津馬さん、あれ!

日奉司書がエントランスホールの反対側を指さし、津馬博士の注意を引く

津馬博士: えっ、なに──

[津馬博士が示された方向に注目し、沈黙する]

[大量のSCP-3313-JPがそこに佇んでいる]

津馬博士: 何これ。

[津馬博士がカメラのシャッターを切る]

[記録終了]

以上の事態記録は津馬博士によって運営評議会に直ちに報告されました。このような“仮装”状態が報告された理由は現状不明であるものの、“SCP-3313-JPの行動原理を第三者に認知される”という出来事がSCP-3313-JP自体にとっての今年の出来事に対応していた可能性があります。

%E3%82%B8%E3%83%A3%E3%83%83%E3%82%AF%E3%82%AA%E3%83%A9%E3%83%B3%E3%82%BF%E3%83%B32.jpg

津馬博士が撮影したSCP-3313-JP。

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