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

評価: +27+x
blank.png

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

%E6%B9%96%E6%B2%BC.jpg

SCP-4010-JP-1

特別収容プロトコル: サイト-81ETがNx-74 (“神音町”)内で多発するSCP-4010-JPの情報収集・抑制対応に当たっており、その他の地域におけるSCP-4010-JPの上記対応においては、サイト-81KKによって近畿広域に展開された財団資産がその役割を担います。両サイトの人員から構成される近畿共同ネットワーク (KJN-KE)が、情報共有や管轄地域の相違によって生じる収容分業の円滑化を促進しており、緊急時等の際には同ネットワークの中核が収容任務の一時的統合並びに介入の有無を判断します。

現地で発見されたSCP-4010-JPの音声はコピーを複製した後、電話機の録音からその内容を削除します。複製品の現物はサイト-81ETの呪物保管庫にアーカイブとして保存されますが、その一部や特筆すべき実例は更なる分析・解析を意図して、サイト-81KKの研究・開発セクションへと委託されます。

神音町に拠点を置く財団フロントシンクタンクである社会慈善・社会貢献研究所 (Institute for Social Charity and Philanthropy)は、SCP-4010-JPを悪質な詐欺行為の一種として宣伝するカバーストーリーを展開しており、民間人がアノマリーに応答・反応することを防止するよう呼び掛けています。

SCP-4010-JP-1の周辺は4台の監視カメラによって、サイト-81ETの管理室モニターで常にモニタリングされ続けます。この近辺はサイト-81ETと協力体制にある神音町議会によって、溺死事故多発地域という名目でフェンスや立ち入り禁止看板が設置されており、民間人の侵入を防止しています。SCP-4010-JP-1にて新たなオブジェクトの出現が確認され次第、機動部隊φ-8157 ("泥砂漁りの水兵")1が現場に出動し、オブジェクトの確保並びにサイト-81ETへの移送の任務を担います。サイト-81ETで同オブジェクトは分析及び目録化された後、収容区画の第七収容室内で冷凍保存されます。

説明: SCP-4010-JPは北摂地域を中心とした近畿広域で発生している、極東世論調査センターを名乗る機関からの電話アンケートです。SCP-4010-JPの発生事例の統計においては、神音町での発生が全体の4割を占めており、それの近隣に位置する川西市、伊丹市、猪名川町、西谷村、尼崎市、西宮市、池田市、箕面市、豊中市でも10以上の事例が報告されている他、少数あるいは1度のみの発生も含めれば、その発生地域は三田市、神戸市、淡路市、京丹後市、与謝野町にまで至っています。

SCP-4010-JPはこれら地域に所在する固定電話や居住する個人の携帯電話に対する、電話の発信という形態を取ります。SCP-4010-JPの着信番号はほぼ常に非通知番号や050のIP電話からランダムに選ばれたそれですが、ごくまれに“ありえない番号”2である場合もあります。SCP-4010-JPを逆探知する試みは全て失敗しており、不可解にもその特定先が神音町 緒蔵地区の湿地帯に位置する湖沼 (以下、SCP-4010-JP-1)を指すという結果に終わっています。

SCP-4010-JPは中性的な声色を示す機械音声による一方的な情報伝達という形式を取っており、着信を受け取った個人が音声によって相互作用を行うことは不可能です。この機械音声は必ず最初に“「極東世論調査センターからの、世論調査アンケートのお願いです」”という旨を名乗り、幾つかの社会問題・時事問題などの基礎的概要を述べ、個人が電話機の数字ボタン/キーを押すことで、それに賛成や反対の意見を表明するように促します。しかし、SCP-4010-JPの世論調査アンケートは幾つかの点で、非超常の機関が行うそれとは異なる異質かつ異常な点を備えています。以下にその特徴を列挙します。

  • 存在しない社会問題・時事問題、政治家や政治団体への言及:「先月末から近畿広域で発生している赤い豪雨被害に対しての、政府の対応を評価しますか?」「前選挙で理性党が第二党へと躍進し、与党入りしたことに期待しますか?」「老後の資産・カルマ運用に関する、レケレタルミの一連の発言をどう思いますか?」等。
  • 社会問題・時事問題とは無関係の話題に関する言及: 「古都で密かに燃え続ける火の粉を知っていますか?」「写真フォルダに撮った覚えのない写真があったとして、あなたはそれを即座に処分できますか?」「深みに嵌った多くの魂を覚えていますか?」「野崎さん今どこにいますか?」3等。
  • アンケート途中で断続的かつ時おり挿入される雑音・別音声: 「不特定多数の児童が童謡: 牛若丸を歌う歌声」「間延びした女性の笑い声の反響音」4「弱弱しい犬の鳴き声と思わしき音声。背景でシャープペンシルのカチカチというノック音が聞こえている」「高齢の男性と思わしき声がロシア語で、湿っている (Это мокро)、燃えている (Это горит)、泣いている (Это плачет)と呟く声」「核警報サイレン」等。

全アンケート質問が終了した時点で、音声は“「アンケートへのご協力ありがとうございます。皆様から収集した内容は保持され、今後の活動に活用される予定です」”というメッセージを発し通信は終了されます。

個人が全てのアンケート質問に応答した直後、SCP-4010-JP-1の水底から人体の一部分の複製が浮上します。これには腕部、脚部、手足指、眼球が含まれており、これらの身体部位には針縫合によって個人名、個人の基礎的パーソナリティ5、電話番号などが目視可能な状態で縫い付けられています。これらの情報はアンケートに回答した個人のそれと一致している他、人体部位のDNA検査は当該個人とほぼ整合6します。全てのオブジェクト発生事例において身体部位はいずれも左腕、左脚、左腕・左脚に由来する指、左眼球、など身体の左側に起源を持つ複製でした。

極東世論調査センターを名乗る機関は実在せず、これまでに存在していたという証拠及び根拠も存在していません。

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