SCP-6607
6607_IRS_Red.png

地獄内獄歳入庁

/* 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)); }
}

評価: +7+x
blank.png
アイテム番号: SCP-6607
レベル4
収容クラス:
Thaumiel
副次クラス:
Gödel
撹乱クラス:
ekhi
リスククラス:
warning

6607_Agares.png

実体-AG02に関する初期の絵図的記述

特別収容プロトコル:.Gödel: アイテムは異常科学を用いることによって説明可能です。 2022 SCP-IRS協約 に規定される全要求事項が履行されるまで、SCP-6607実例群によりもたらされる異常効果の全ては活性状態が維持されることとなります。

機動部隊オメガ-66 ("善意の道路舗装業者")Good Intentions Paving Service.訳注: 英語圏のことわざ「地獄への道は善意で舗装されている (The road to hell is paved with good intentions)」に由来する。 は、SCP-6607の影響下にある生物種・組織・個人・地所・概念の全てを監視します。SCP-6607に由来する異常活動を原因として一般市民へ危害が加えられる・ヴェール維持が脅かされる恐れがある場合、機動部隊オメガ-66はSCP-6607-1を実行したうえで当該アノマリーを改変または無力化します。

2022 SCP-IRS協約 の完全履行 (2128年と予測) に際して、SCP-6607に由来する全異常活動の無力化が機動部隊オメガ-66により予定されています。

説明: SCP-6607は、ファウスト様秘蹟エネルギー.ファウスト様秘蹟エネルギーFaustian-Sacramental Energy(FSE): 悪魔実体と取り決められる契約・悪魔実体に捧げられる供犠・悪魔実体への儀式的礼拝などで生成されるエネルギー。

専ら、悪魔実体はFSEの生成とその吸収により存在を維持しているものと推論されています。

妖魔共振エネルギーTartarean Resonance Energy(TRE) とは混同されません。TREは悪魔実体から自然と生成される放射です。
の大量生成を目的として構築された、相互に関連性を有する一連の奇跡術的儀式を包括的に呼称したものです。SCP-6607実例がもたらす異常効果はSCP-6607-1の実行により遠隔からの監視・改変・無力化が可能であり、これによりSCP-6607の利用に伴うリスクは著しく低減されます。

SCP-6607の全実例およびに異常効果の網羅的リストは正規の申請を介してアマヤ・サラザール博士から取得可能です。

実例 異常効果
SCP-6607-13 健康と安全に関する標識に偽装された悪魔的印章が食肉処理場181か所の加工ラインに設置されていた。当該の環境下で動物が死亡した場合、動物の儀式的生贄とほぼ同等量のFSEが生成される。
SCP-6607-92 この実例が実行された場合、半径100m範囲内の全ての海水がB型Rhプラスのヒトの血液へと変化する。生成されるFSE量は範囲内の水量に比例する。本実例により生成された血液はいかなる状況においても輸血に使用してはならない。
SCP-6607-167 都市45箇所における道路構造は種々の悪魔的印章に類似するよう逆因果律的に改変されていた。奇蹟論スキャンの結果、当該の都市内で発生した車両の損傷と "ロードレイジ" によりFSEが生成されていることが判明した。
SCP-6607-200 当該実例の実行中、イギリスの石油・ガス企業であるシェル社 (Shell plc) の社名の頭文字が一時的に消失した。実例の完了以降、シェル社における全ての事業活動から微量のFSEが絶えず生成されていることが確認されている。これにより、シェル社の取締役員の霊魂生理機能が段階的に変容する事態が引き起こされるとともに、当該の役員が非悪魔的な死後世界へと "他界" できなくなる可能性が高い。.現在進行中の気候変動におけるシェル社の道徳的な意味合いを鑑みて、あの世界以外に彼らの逝きつく先があるとは私にはとても思えないがね。 —サラザール
SCP-6607-244 ダルヴァザ・ガスクレーター."地獄の門"Gates of Hell、または "地獄への扉"Door to Hell の異名で知られる。(訳注: トルクメニスタン カラクム砂漠に存在する天然ガスを燃焼し続ける巨大クレーター)は地獄第四圏への一方向的次元ゲートウェイへと変化している。当該のクレーターはガスの燃焼で生成される非奇跡術的エネルギーをFSEに変換しているものと思われる。
SCP-6607-328 当該の実例の実行中、複数の子どもの笑い声が確認された。実例を完了した時点でモンスターエナジー(Monster Energy) のロゴがわずかに変化し、上下反転した状態で「全ての栄光が第二圏の畏怖すべき主たちに帰せられよう。」と大まかに翻訳される悪魔的シンボルを模した。モンスターエナジーの缶を横に倒す行為により当該のシンボルは正位置となり、微量のFSEが生成される。

6607_Primrose-Sigil-Circle-Red.png

プリムローズ・ファティシュ・フォン・トレヴィルの印章

補遺6607-1: SCP-2791

SCP-2791は、悪魔的契約を操作するためにITCD銀行のエクストラグローバル・オペレーションズ (Extraglobal Operations) 部門が作成した異常プロセス群のネットワークであり、契約に伴う利益と付随費用を相殺して全体的な純利益が得られていました。SCP-2791の収容直後、財団は当該システムが存続不可能であると判断し、構成される契約の件数と規模を段階的に縮小させるよう試みました。2022/02/13、SCP-2791の誓約数が5億件目の大台に到達した直後、縮小による無力化は不可能と判断されました。

SCP-2791は3か月以内に収容不可能な状態に陥り、その時点で急速に不安定化して契約連鎖事象 (Oath Cascade Event) へ突入すると予測されていました。この事象が発生した場合、SCP-2791を構成する契約の全てが同時に履行されることとなり、地球上の全人類の約89%、地球の大陸の24%、太陽系内の不詳の惑星3個が速やかに差し押さえられる結果になると推定されていました。

代替となる収容手段または無力化手段の特定のため、法務部門と戦術神学部門の職員が動員されました。法学と悪魔学、及びにそれらの融合領域における豊富な経験を有していることを理由に、本件とは独立した事象により財団へ雇用されたばかりのプリムローズ・ファティシュ・フォン・トレヴィル.別名、SCP-6159もプロジェクトに参加しました。

補遺6607-2: プロトコル-AG02

O5提言6607

日付: 2022/02/16

提言: TTK-クラス 妖魔界侵蝕シナリオ.TTK-クラス 妖魔界侵蝕Tartarean-Intrusionシナリオ: 1つ以上の妖魔界次元 (地獄や冥界など) が基底現実世界への影響力を獲得するAK-クラスシナリオ。の発生を抑止するため、プロトコル-AG02を適用し、制御可能なファウスト様秘蹟エネルギー生成装置を創造する。これにより、GoI-066 ("地獄内獄歳入庁") との交渉手段として当該装置を活用可能とする。


評議会投票概要:

賛成 棄権 反対
O5-01
O5-02
O5-03
O5-04
O5-05
O5-06
O5-07
O5-08
O5-09
O5-10
O5-11
O5-12
O5-13

ステータス
承認

補遺6607-3: 初期の交渉試行

O5評議会による定義書6607への承認の後、シェルドン・カッツ氏とエイドリアンは自動応答ヘルプラインを介してGoI-066への交渉を複数回試みました。これは当該組織に対してこれ以外の連絡手段を発見できていなかったことに起因します。以下のログはカッツ氏により実施された初回の通話からの抜粋であり、通話は約6時間に渡って行われました。

6607_Site-666.png

サイト-666

補遺6607-4: 2022 SCP-IRS協約

GoI-066の代表者との会談はサイト-666で催されました。これは、当該サイトが抗悪魔兵器を多数有しており、ラスベガスが悪魔実体との中立地域である事実に即します。

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