保安施設ファイル: エリア-98
/* 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

Logo.png

SCP財団保安施設ファイル

次元/遺物 研究・収容エリア-98

正式名称: SCP財団 ポーランド共和国 マウォポルスカ県 次元/遺物 研究・収容施設

サイト識別コード: EUPLMA-Area-98


基本情報


Ipperwash.jpg

イッパーウォッシュ州立公園

サイト機能: エリア-1710を基盤に構築されたエリア-98は、東欧〜中欧における戦術進学部門 (DoTT) の最重要活動拠点としての役割を有します。SCP-1710-JP、GoI-484Eとその残党勢力、その他ショパニズムに関する事物を主に担当しており、現在はプロジェクト・ザグレウスの中枢施設として機能しています。また、SCP-1710-JPからの神格存在の再出現に備えて、同施設には複数の軍事資産が配置されています。

設立: 2003年4月1日

設立管理官: シルヴェステル・マズル博士 (戦術神学部門 副管理官)

場所: ポーランド共和国 マウォポルスカ県 国家割譲区域

カバーストーリー: N/A — Published.

サイズ: 0.51 km2


サイト概要

エリア-98は2005年、当時異色の経歴で戦術神学部門管理官に昇格した

エリア-98成立
コンドラキ、管理官へ

プロジェクト・ザグレウス

サイト-43は厄介な収容上の難題に対して、創造的かつその場に合わせた対応を採ることでSCP財団内で有名です──必ずしも良いものではありませんが。

LHR2.png

複数件のアノマリーが部分的にしか収容されておらず、周辺エリアの数十件は収容されてすらいません。あるアノマリーはサイト職員を18年間付け回し、別のアノマリーの影響はサイト上層部と同盟を結んだ要注意人物がそれ以上の未収容のアノマリーを作り出すことで改善されました。いずれの事例においても、これらの解決策は最も効果的で、最も効率的で、そして最も問題発生の可能性が低いものです。他サイトからの訪問者はたびたび彷徨えるミラーモンスター、人食いキメラ豹でいっぱいの湖、毎年発生する深妙廃棄物の爆発、自己増殖性の地底精錬所の存在に困惑します。次のジョークのバリエーションは、ほとんど全ての財団施設で聞くことができるでしょう: 「本当に収容されてないのか、それともサイト-43にあるだけなのか?」。

この冗談は、ヒューロン湖研究収容施設の驚くべき事実を晦ませます。同等規模のサイトに比して、その収容違反件数は称賛に値するものです。創造的で熱心な学術コミュニティが創り上げた、中々手に負えない対象への持続的かつ合理的なアプローチこそが、この相対的成功の真の基盤となっています。

43small.png

運用セクションのマップ。クリックで拡大。

サイト-43の非定型収容思想はこの施設の誕生と共に生まれたものですが、それに関する長話はまた今度にしましょう。簡潔に言えば: 歴史的文献には記録されているものの、まだヴェールを穿つ脅威になっていないアノマリーを発見する必要と、収容下にある五千以上のSCPオブジェクトが産生する、何千何万トンもの深妙物質を処理する必要があったために、清廉な水が手に入る辺境の地に合同施設を作ることになったのです。

イッパーウォッシュ州立公園の岩盤の下で70年以上に渡り、記録・改訂セクションは異常な出来事の歴史を漁り、玄妙除却セクションは深妙廃棄物を漁ってその有害性質を調べてきました。このコラボレーションが成功したことでサイト-43の学術ネットワークは拡大され、これが現代の理論・実践 両セクション群の合同体制に繋がりました。サイト-43が──カナダに立地することにより──財団北米管轄区の“僻地”であることはまた、親密でインフォーマルな大学めいた雰囲気の醸成に寄与しています。


学術的成果 (抜粋)

ハロルド・R・ブランク博士. "無能の連中、魔法の騎馬警察: CLIO-4、OSAT、サイト-43." Praeterita, 52巻 2号 (2020夏号): 10-21.

ウド・A・オコリー博士. "知るべきだけれども名前に混乱して聞けなかった玄妙除却に関する全て." Gunk: 玄妙除却グループジャーナル, 81巻 4号: 18-29

全セクション主任. "結局のところ湖は誰のものなのか? サイト-43とイッパーウォッシュ危機." Crossroads, 17巻 (2020): 47-57.


職員情報

McInnis.jpg

マッキンス管理官

サイト管理官: アラン・J・マッキンス博士

全セクション主任: [編集済].全セクション主任はネクサス-94の住人であり、著名な公人です。

サイト駐在職員: 562名

サイト-43における全ての活動は運営セクション、すなわち理論/実践セクション群により監督されています。理論セクション群は学術ユニットの連合であり、研究とコロキウムを行います。実践セクション群はより技術的な職務を実行します。

各理論セクション群の“主席”Chairは、博士号ないしは医学博士の資格を持った職員であり、各実践セクション群の“主任”Chiefは各々異なる分野で資格を持った職員です。全セクション主任は全てのセクション間交流を監督しています。

記録情報セキュリティ管理室からの要請につき、サイト-43に関する誤解への対応ならびに我々の学術コミュニティの育成促進のため、各主席・主任は以下に掲載されるセクションにインフォーマルな“エレベーターピッチ”の説明を提出するよう指示を受けました。フォーマルな情報については、上の追記にある査読済論文にアクセスするか、SCiPNETを通して雇用・統括セクションまで連絡をお願いします。

— サイト-43 A. J. マッキンス管理官


エリア-98の関係部署

戦術神学部門 ショパニズム課

AR.png

主席: ハロルド・R・ブランク博士
勝者は歴史によって記される。

ショパニズムは

機動部隊 Ω-98 (“”)

AE.png

主席: トレバー・ブレンメル博士
使わなければ失うだけ。

プロジェクト・ザグレウス

HP.png

主席: ヘレナ・R・フォーサイス博士
時には一日一個のリンゴだけでは足りないこともある。

エリア-98管轄下のアノマリー

ID番号 概要
SCP-1710-JP ポーランド、マウォポルスカ県の████村跡地に存在する大穴。
SCP-17MB-JP-ARC イベント・ペルセポネ当時の神格による現実汚染に伴い、数千名の人間が呈した準致死性の蝉化症状。2027年に財団指定難病に再指定され、SCP指定を解除された。
SCP-17XE-JP ショパン・カルト関係者を中心とする人体蝉化現象。イベント・ペルセポネ終了後、数年間に渡って発生していた。
SCP-████-JP [プロジェクト・ザグレウス権限保持者にのみ開示]
SCP-████-JP [プロジェクト・ザグレウス権限保持者にのみ開示]
SCP-████-JP [プロジェクト・ザグレウス権限保持者にのみ開示]
SCP-████-JP [プロジェクト・ザグレウス権限保持者にのみ開示]
SCP-████-JP [プロジェクト・ザグレウス権限保持者にのみ開示]
SCP-████-JP [プロジェクト・ザグレウス権限保持者にのみ開示]
SCP-001 [プロジェクト・ザグレウス権限保持者にのみ開示]

施設の関わる出来事

1998年

7月12日、イベント・ペルセポネ発生とともにSCP-1710-JP (当時の指定はLoI-1076) が発生。

彼女はアクセスを終えた。いくら“何者ではない”であるとはいえ、これ以上の活動は財団に勘付かれてしまうだろう。要点を手帳に書き出して、彼女はこの場を後にする。

彼女は──かつてショパンを愛した、今は何者でもない者は──次なる計画に移ろうとしていた。

特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License