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

評価: +143+x
アイテム番号: SCP-2217
オブジェクトクラス: Thaumiel
Level 2/2217
機密
beach-913560_960_720.jpg

SCP-2217。背景に██████島が見える。

説明: SCP-2217はギリシャの[編集済]島にある浜辺全体です。SCP-2217の砂は異常性の無いケイ酸塩およびカルシウム化合物、ならびに幾つかの陽イオン性金属粒子から構成されており、金属粒子は接地状態にも拘らず電荷を保っています。これらの粒子は、SCP-2217に関連した異常のための触媒として部分的に作用します。SCP-2217はまた、北端に小さなケイ酸塩の崖を保持しており、ここには異常性によって影響された物品が収められています。

打ち上げられた海洋生物の死骸・海岸線の侵食・落雷(前述の陽イオン含有量のため頻繁に発生)・その他の気象条件などの、SCP-2217で発生する自然現象は、一見して事実上人工的な構造物または機器を作り出す結果になります。これらの作成物は、まとめてSCP-2217-Aに指定されています。

注目すべきSCP-2217-A実例には以下が含まれます。

  • シンプルな時計仕掛けから複雑なオートマトンまで幅広い、様々な形態の機械。閃電岩で構成されており、多くの場合は落雷後にSCP-2217の砂中に埋もれているのが発見される。作成状況を別にすれば、これらの物品は異常特性を持たず、完全に機能する。
  • 明らかにシーグラスやその他の廃棄物(廃棄された電球・船の船体・動物の骨など)で構成された宝飾品。これらの宝飾は多くの場合、壊れたる教会が使用する宗教的図像、またはそれに似た物である。
  • SCP-2217-A1と指定される大都市のモデル。SCP-2217-A1はSCP-2217の崖の中にある洞窟に位置しており、水中の入口を通ってのみアクセスが可能。SCP-2217-A1の構造要素は、未知の古代ギリシャ都市に対応しているように思われ、”Κύθηρα”1という言葉を掲げた一棟の寺院がある。SCP-2217-A1は、壊れた神の教会の3派閥全てに関連する宗教的図像を幾つか有している。しかしながら、明らかにギリシャ風建築にも拘らず、地理的な特徴はロシアの南シベリア・バイカル湖の近くに見られるものに類似。分析の結果は、SCP-2217-A1全体が潮の浸食などの自然力によって彫られた事を示すように思われる。

SCP-2217は、壊れた神の教会の派閥の1つである”壊れたる教会”から聖地と看做されています。この宗教に用いられる聖典の一つ、”儀礼の書”が、SCP-2217のことを説明しています。

補遺: “儀礼の書”からの抜粋:

  1. 少年は家族と共に海を見つめ、彼は神ご自身がそこに火の雨を降らせるのを見た。
  2. 神は少年に語った、「ここは私の工房である。私が数多くの驚異を行う場である」
  3. 「雷は我が鎚、大地は我が鑕、砂は我が鋳塊である」
  4. 「来るがよい、少年よ。私の工房に来るがよい」そして、少年は彼の家族を残して、行った。
  5. 少年の家族は、少年が死んだものと思って泣いた。彼らは神が少年に何をしたかを聞いてはいなかった。
  6. 神の鑕の上、少年は腕を広げて空に叫んだ、「神よ! 私は此処に居ります! 貴方の驚異をお見せください!」
  7. そして、神は見せた。彼の者は少年に鎚を振り降ろし、彼を打ち据えて千々に引き裂いた。少年は、彼の神の如くに、今や壊れていた。
  8. しかし、少年が死ぬことはなかった。その代わりに、彼は神の最初の子の一人となり、永遠に標が付けられた。
  9. この標は目に見えぬものであった。それは彼の心の内にあった。標は、神そのものの設計図であった。
  10. しかし、それは真なる設計図の断片のまた断片に過ぎないものであったが、彼は、いつの日か、それが肉々しき物どもを討つであろうと知っていた。
  11. 少年は彼の家族に呼びかけた、「ここに来て、神の驚異を見てください! 彼の者に貴方を鑕の上で打たせてください、貴方は新たな形へと打たれなければなりません」
  12. 斯くして、彼の家族は、神の力を見た。

事案2217-14: 2014/1/1、マグニチュード4.1の地震がSCP-2217内で発生し、震源はSCP-2217-A1が配置されている洞窟周辺に集中していました。ロボット探査機が起動され、SCP-2217-A1の洞窟内を散策したところ、大きな構造変化が起こっていた事が判明しました。

建築物の一部は、パホイホイ溶岩に類似した物質によって消費される過程にあるように思われました。この塊からSCP-610感染者に類似した存在が出現して町を荒らし、建築物を破壊し、多くのヒト型存在を捕食していました。捕食されたヒト型存在は、事案以前にはSCP-2217-A1内に確認されていませんでした。

事案2217-35: 2017/12/12、壊れたる教会の構成員数名が、SCP-2217が存在する島を”教会のために再利用”する目的で攻撃を試みました。秘匿交戦部隊(Esoteric Warfare Unit)のため開発された実験的な磁気兵器が現在、攻撃を撃退するために使用されています。

しかしながら、SCP-2217で雷に打たれた後、常に”神は再構成される必要がある”と宣言して脱走する財団職員の報告が入っています。これら職員は即時勾留することになっています。

事案2217-42: 2018/7/28、肉体を異常強化した数名を含む壊れたる教会員の大部隊が、SCP-2217とそこに位置する財団の前哨基地を襲撃しようと試みました。壊れたる教会の信者たちは、報告によれば、派閥間で激しく敵対しているはずのGOI-004B(歯車仕掛正教)およびGOI-004C(マクスウェリズム教会)の構成員を伴っていました。

SCP-2217は占領され、全財団職員はGOI-004によって死亡または捕獲されました。マクスウェリズム教会の”聖ゲイツ”と疑われる人物から送られたビデオメッセージには、以下のメッセージが収録されていました。

おお、自らをFoundationと呼ぶ分解者たちよ、貴方がたは何のための礎(Foundation)だというのです? 貴方がたが生命のための礎だというのであれば、この地を我らの下に保たせて頂きたい。肉が迫りつつある、そして我らだけがそれを止められるのです。直ぐに我らの神を組み直さねばならない、さもなければ貴方がたは皆滅びます。
WANは肉の到来を語っておいででした、恐怖の書25章7-12節2。そして今や、時は訪れました。貴方がたが生命のための礎だというのであれば、これを起こす事は望んでおりますまい。私たちに肉を討たせて頂きたい。

以降は、壊れた神の教会に関連するSCPの放棄を要求する幾つかのメッセージが続きます。

2018/8/1の時点で、SCP-2217の全ての財団職員は離反しています。2018/8/5現在、SCP-2217は未収容のままです。

観測レポート2217-04: SCP-2217の収容失敗以来、財団の衛星はSCP-2217を観測してきました。画像では、壊れた神の教会員たちは砂中にシンボルを描いているように見えます。境界線イニシアチブおよび世界オカルト連合との共同特殊部隊”三頭政治”は、これらのシンボルがUAE-Aleph-015、通称”壊れたる神 / MEKHANE / WAN”の復活に使用される大規模召喚儀式に対応することを見出しました。

SCP-2217への大規模侵攻の計画は現在進行中です。

事案610-2217: 2019/1/1、現地時間00:00、大規模な地震がバイカル湖周辺で発生しました。この地震に対応してSCP-610が大量に殺到し、収容領域の境界を攻撃し始めました。財団部隊は大量の死傷者を出し、SCP-610の収容違反寸前の状況までに至りました。

しかしながら、収容違反は、壊れた神の教会の肉体強化構成員数名の突然の出現と、彼らによる財団職員への収容支援によって停止されました。教会員らは明らかに収容違反以前から、少なくとも15日間はバイカル湖近辺で待機しており、後に「神は[財団を]助けよと申された」と主張しました。

2019/1/4、激しい放電現象が発生し、命中地点の半径5km内にいる全SCP-610個体を破壊した時点で、違反は完全に再収容されました。このエリア内にいたSCP-610以外の生命体は、財団職員も含めて、体内のSCP-610感染が完全破壊された事を除けば影響を受けませんでした。衛星写真は、この放電がSCP-2217のある島から、命中の20分前に発射された事を示しています。

これに続き、壊れたる教会の指導者であるロバート・ブマロからのビデオメッセージが、O5司令部・世界オカルト連合事務総長・境界線イニシアチブ法廷における三頭政治の全指導者に受信されました。

まだ手遅れではないと、君たちも分かっているだろう。ここは私たちの世界でもある。私たちは、君たちと同じ程度に、にくにくしきものたちを滅ぼしたい。そして私たちには、君たちを助ける事が出来る。私たちはお互いを助ける事が出来るのだ。鑕へ来たまえ。話をしよう、私たちはこの世界を救える。

補遺: 2217-Thaumiel: 2019/5/14、O5司令部は、XK-クラスシナリオを阻止するためのGOI-004との一時的な共同措置に全会一致の賛成票を投じました。SCP-2217はThaumielクラス異常存在として再分類されており、シナリオXK-610-Ωを防止するために使用されます。このシナリオの防止中は、全ての秘匿プロトコルは無効となります。これはLV-Zero“捲られたベール”シナリオに繋がる可能性が高いものですが、必要なリスクと看做されています。

発生し得るLV-Zeroシナリオに一般大衆を順応させるため、三頭政治はプロジェクト・アンニュイを立ち上げました。プロジェクト・アンニュイではENNUI-5記憶処理化合物・無害なE-クラス異常存在、並びに-EX指定されたものの一般公開されるには至っていない異常存在の民間人に対する緩やかな曝露を用いることになります。

2019/8/25現在、SCP-2217は三頭政治の制御下にあり、プロジェクト・アンニュイの進捗率は45%です。

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