はきりの呪符


/* 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

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

Atta_cephalotes-pjt.jpg

SCP-XXXX-JP-2を作成中のSCP-XXXX‐JP(後でいい感じに葉っぱを紙片に編集する)。



特別収容プロトコル: SCP-XXXX-JPは標準遺体保管チャンバーで保管されています。

説明: SCP-XXXX-JPは20██/██/██に自殺した真桑友梨佳氏の死体です。死因はロープを用いた縊死であり、遺書と思われるノートの記載から自殺と判断されましたが、後述するSCP-XXXX-JP-1によって当該ノートは切り取られており、自殺に至る経緯は不明です。SCP-XXXX-JPおよびSCP-XXXX-JPが縊死に用いたロープは未特定の菌類によって覆われており、腐敗の進行が停止しています。

SCP-XXXX-JPの消化管内や気管支内などの開口部にはハキリアリに類似する実体(以下SCP-XXXX-JP-1と指定します。)が営巣しています。SCP-XXXX-JP-1は通常のアリ類のコロニーと異なり、女王アリが確認されていませんが、不明な機序によってSCP-XXXX-JP体内で増殖します。この増殖プロセスの観測には成功していません。

SCP-XXXX-JP-1はSCP-XXXX-JPを除いた最も近くにあるヒトの死体に向かって行列を作ります、当該死体へとたどり着いたSCP-XXXX-JPは近傍にある紙類と当該死体内に残存している血液を用いて陰陽道等で用いられる呪符に類似する物体(以下SCP-XXXX-JP-2と指定します。)を制作します。これには通常のハキリアリが行う植物の葉を切り取り巣へと運搬する作業と同様、それぞれの作業に対して適応したサイズの個体間が協力して作業を行います。大型の働きアリは紙類の切断と死体内の血液を採取するために死体皮膚を傷つける作業を担当し、中型の働きアリは大型の働きアリによって切断された紙類のより細かい加工や血液を用いた文様の描写を担当、小型の働きアリはより精緻な作業を担当します。制作されたSCP-XXXX-JP-2は巣であるSCP-XXXX-JPへと持ち帰られ、巣内部へと輸送されます。


非異常のハキリアリは、俗にアリタケと呼称される共生菌類を巣の内部にて栽培して食料とするために、周囲の植物の葉を切り取って巣へと輸送して肥料にするという特殊な生態を持ちます。これは本来アリが消化できない植物の葉を菌類に消化させることで、環境にありふれた植物の葉を食料へ変換し莫大な食料源を確保しています。

一方でSCP-XXXX-JP-1によるSCP-XXXX-JP-2の製作及び運搬は食糧生産に寄与するとは考えにくく、当該行動が持つ意義を確認するために行われた観測ではSCP-XXXX-JP-2の輸送によって、SCP-XXXX-JPおよび死体が存在する環境中のMorris値1に変動が存在することが確認されました。ただし、これらのMorris値の変動には当該環境下における霊的実体の数量と相関がなかったこと、SCP-XXXX-JPを霊的に隔離してもSCP-XXXX-JP-1の増殖が見られたことなどから、当該行動には霊的実体の捕食等の適応的意義はないと推定されています。

当該行動の適応的意義が不明なこと、およびSCP-XXXX-JP-2に陰陽道における呪術的作法に類似の特徴が確認されることから、SCP-XXXX-JP-1は何らかの超常団体によって作成された懸念が存在します。


追記: 戦術神学部門により、SCP-XXXX-JP-1によるSCP-XXXX-JP-2の製作及び運搬によって生じるMorris値の変化の機序が解明されました。SCP-XXXX-JP-2は神道上の「穢れ」という概念を運搬する装置であると推定されています。神道において死や血液は穢れに繋がるとされています。再現実験においてSCP-XXXX-JP-2に記された文様には概念上の穢れを保持する機能があると確認され、運搬されたSCP-XXXX-JP-2によって充分以上の穢れが蓄積された地点が神道上では黄泉の国と見做されることによって環境の霊子親媒性が向上し、Morris値の増減に関与すると確認されました。

このことから、SCP-XXXX-JP-1は「穢れ」を収集する目的で作成されたと推測されました。

追記2: SCP-XXXX-JP体内のSCP-XXXX-JP-2に用いられた紙類を解析した結果、日本生類創研プロジェクト番号-C-0420 「ザンエアリ」との記述が確認されました。当該情報に基づいた日本生類総研への諜報活動により、以下の文章を入手することが出来ました。

プロジェクト番号-C-0420 「ザンエアリ」研究報告書



第一章 実験目的と利用生類

第一節 背景
一般に生物の強い負の感情と異常性の発生頻度には正の相関が存在し、研究および生類創成におけるノイズとして知られている。慣例的にこの現象に対しては不必要な異常性の発現を抑えるために生類に抗不安薬を処方するなどの対策が行われているが、当該現象の利用に関しては負の感情の定量化が困難である点、発生する異常性に規則性が確認できない点から困難とされていた。

負の感情は人間社会にありふれた存在であり、これをリソースに変換することが出来れば新規パラリソースの開拓となり途方もない技術革新となり得る。

第二節 目的
環境中の負の感情のリソース化を目標とし、中間目標として環境中の負の感情の集積およびその利用方法を確立する。

第三節 方法
強い負の感情の集積を目的とし、自殺企図を表明している人物を捜索して負の感情を集積する。感情リソースの輸送方法が確立していないため、中間目標として既に確立している宗教的な穢れの概念の輸送を行うことでデモ機として運用し、最終的な製品への応用を確立する。

第四節 使用生類
元生類: テキサスハキリアリ(Atta texana)
葉の輸送と菌類の栽培に関わる機能を流用して、宗教的な穢れの輸送に利用可能な物品の製作と輸送を実施させる。

第二章 創成生類概要
第一節 ザンエアリ概要
学名: Zanneari joicle Ono, 2012
説示: ザンエアリは日本生類総研超常資源開発部門による成果物である。自殺企図を表明している人物を探索し、当該人物の自殺後に死体内に残留した血液と周囲の加工可能な物品を用いて宗教的な穢れを輸送する。

充分以上に穢れが蓄積した地点においては霊的実体の発生率および定着率の向上、祟りに代表される宗教的超常現象の発生率の向上などの影響が発生するため、現時点でもファーテリティ・ダウンフォール施術などと同様に他者への加害に利用する製品として販売することが可能である。

当該文章から、SCP-XXXX-JP-1への日本生類総研の関与、および日本生類総研が一般社会の人間の負の感情をリソースとして収集する計画を策定していることが確認されました。

一般に、人間のネガティブな感情は非意図的なアノマリーの発生要因として挙げられます。これにはネガティブな感情はポジティブな感情に比べて発生頻度が高く、かつ記憶に残りやすいことから、集団による現実改変怪談実体に代表されるネガティブな感情を捕食するピスティファージ実体を誘引しやすいことが理由として挙げられます。

この事実が確認されて以降、財団倫理委員会は何度も一般市民のネガティブな感情を抑制する政策の提言を受け取ってきました。これに対する倫理委員会の回答は一つです。財団が掲げる理念である確保・収容・保護は異常存在を一般社会から保護するだけではなく、一般社会の日常を保護することも含まれます。異常存在の発生率を低減するために一般社会への介入を行う事は認められません。


scp jp コウプスコウパス Euclid 死体



ページ情報

執筆者: Hoojiro_san
文字数: 4896
リビジョン数: 4
批評コメント: 0

最終更新: 30 Mar 2025 09:44
最終コメント: 批評コメントはありません
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License