保安施設ファイル: アウトポスト-728
/* 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)); }
}

728.png

SCP財団保安施設ファイル

アウトポスト-728

正式名称: SCP財団 アウターオーサカ前哨拠点施設

サイト識別コード: JPOSOO-Outpost-728


概要情報


oo1.jpg

初めて撮影されたアウターオーサカ市街の写真。

サイト機能: アウトポスト-728は異次元都市「アウターオーサカ」の実地調査を目的とした前哨拠点です。同都市国家の実態究明が進むにつれて、将来的に恒久施設として再編される可能性があります。

設立: 2016年6月10日

設立管理官: 新島 樹 博士

場所: 日本国大阪府梅田 (セクションA) / アウターオーサカ (セクションB)

カバーストーリー: 商事会社オフィスビル (セクションA)、新島探偵事務所 (セクションB)

サイズ:


施設概要


アウトポスト-728は、日本国大阪府に位置するサイト-8172により暫定的に建造された特殊施設です。2016年、SCP-████-JPの調査中にその存在が明らかになった巨大異次元都市「アウターオーサカ」に対する財団の調査・収容・外交活動の前哨拠点として、アウトポスト-728は現在財団81管区において非常に重要な立ち位置にあります。

施設はアウターオーサカへの入口がある大阪府梅田のオフィスビル (セクションA) と、アウターオーサカ側の出口がある廃アパート (セクションB) の2区画から構成されています。

セクションAは主に通信本部、研究拠点、職員寮、カフェテリアから構成されています。ビルの地下区画は拡張され、大阪メトロに隣接した財団秘匿路線に通じるように改装されており、サイト-8172と施設を繋ぐ供給路として利用されています。

セクションBは主に簡易収容セル、尋問室、いくつかの次元安定装置から構成されますが、小規模な職員寮と研究ラボも併設されています。セクションBは──基本的に財団に対し敵対的な傾向があるアウターオーサカ市民に察知されないように──同市で一般的な武装探偵事務所に偽装されています。

現在、施設は4年間に渡って活動を続けており、その過程でアウターオーサカについて数多くの情報を収集してきました。以下の「アウターオーサカ概要」項に、それらの情報の簡易資料を掲載しています。施設のランクを暫定的な小規模アウトポストから、恒久的なサイトに引き上げるかどうかについては──小規模ゆえに安定して情報収集が続けられていることもあり──検討中に留まっています。


アウターオーサカ概要


都市概要とランドスケープ

oo.png

左図: アウターオーサカと他宇宙の関係性。右図: アウターオーサカとTL-1998のイメージ図。

アウターオーサカ (通称: O/O) は、容積不明の小型宇宙内に唯一存在する都市国家です。この小型宇宙は人為的に形成されたものであることが分かっていますが、その際に“不具合があった”ことにより、異常な景観を呈しています。

小型宇宙内は虚空のように何処までも延伸しているように観察され、明白な地面が存在しません。本来予定されていた都市の大きさと合致する円盤状の大地1が空間上方に存在し、そこから建造物が上下逆さに生えています。

空間形成時に用意されていたプリセットの建造物を土台として、追加の建造物が──人為的にも、自発的にも──拡張を続けており、その結果として街は非常に入り組んだ形状になっています。上方中心部は主に違法企業のオフィスビルから構成されており、周辺には商店街、工場地帯、アパートメントなどが乱雑に広がっています。

建造物間は無数の通路や道路、ケーブルや腸管で接続され、人、物流、情報のネットワークを形成しています。しかしながら、実際には“地区”ごとにある程度独立した文化や支配体制が存在しており、往来の大部分は流通業者に限られる傾向にあります。

住人と“呼び声”

do-you-know-it.jpg

SCP-████-JPの再現画像。

アウターオーサカでは口語的に「呼び声」と称される異常現象により、様々な時代、場所、世界からの物品や知性体の招致が発生します。これは単純な瞬間移動から“異世界転生”、ポータル形成や大規模な民族移動まで様々な形態を取り、その結果、アウターオーサカはその起源宇宙であるTL-1998、我々の基底宇宙、その他数多くの世界との交錯点として機能します。アウターオーサカの発見も、こうした「呼び声」現象の一つであるSCP-████-JPの調査の中での出来事でした。

住人は主にTL-1998出身のヒトが多数派を占めますが、一方でそれ以外の住人も珍しくありません。いくつかの地区では、それ以外の出自・種族の住人が多数派を構成しています。こうした地区の例として、TL-11912から退避した亡命エルデラ王国が支配する〜〜地区、地獄第三圏の妖魔界実体が多数派を占め、性産業・ドラッグ産業が発展した〜〜地区などが存在します。

その性質上、地区ごとに独立した治世が行われており、アウターオーサカ全体を支配する中央集権的な政府は存在しません。TL-1998の日本からの独立主張時に使用された“ペーパーガバメント”はあるものの、政府機能は希薄です。しかしながら、実存の空白地帯に潜り込むかのようにして、いくつかの非現実存在が“アウターオーサカ政府”の枠で実体化し、活動している模様です。

活動組織

財団によるアウターオーサカ発見は2016年のことですが、それ以前からいくつかの基底宇宙の要注意団体が都市の存在を知り、利用していた模様です。彼らは意図的にその存在が財団に漏れないように行動していたため──そして“呼び声”がこれまで財団職員を標的にしていなかったため──財団による発見が大幅に遅れることになりました。

また、アウターオーサカでは他宇宙出身の組織が活動していることも珍しくなく、時には同一組織の複数のバリエーションが入り乱れて活動する場合すらもあるようです。

SCP財団
我々以外にも、財団エージェントらしき人物が活動しているという情報が得られています。おそらくはTL-1998に由来するものと考えられていますが、交渉の試みはこれまで失敗しているため、詳細は判明していません。彼らはアウターオーサカ市民から激しく嫌悪されているように見受けられます。
世界オカルト連合
アウターオーサカは我々の宇宙でも、そして出身宇宙であるTL-1998でも世界オカルト連合に加盟しておらず、したがって一切の法的保護を受けていません。
警視庁公安部 特事課
特事課は財団に先んじてアウターオーサカの存在を把握していた組織の一つでした。彼らは財団に対する情報的優位性のため、これまで意図的にこの情報を開示してきませんでした。2016年のJAGPATOを通した情報開示請求によって特事課から得た情報は、プロジェクトの進捗を大きく進めることとなりました。
マーシャル・カーター&ダーク株式会社
基底宇宙のマーシャル・カーター&ダーク株式会社は、日本支社をアウターオーサカに置いており、市内でも強い権力を有しています。なお、これまで同社の日本支社を発見する試みは失敗していました。
日本生類創研
基底宇宙含む多数の日本生類創研、ないしはその関連企業がアウターオーサカに進出しており、一部区画では出身宇宙が異なる同社のオフィスビルが密集してさえいます。同社は多数の世界を跨いで技術共有を行っている模様であり、これが異様なテクノロジーを支える理由の一端であるものと思われます。
“博士”
2代目“博士”3はアウターオーサカでも活動している模様であり、多数の享楽的犯罪行為・テロ活動に携わっている疑惑/証拠があります。構成員の一人である“運転手”は、アウターオーサカで活動していた走り屋“ゴッドスピード”と同一人物である疑いがあります。
基础チーチュウ
アウターオーサカの治安維持目的で活動していると目される組織です。詳細は不明ながら、これまで2度その構成員を自称する人物と接触しています。

起源と歴史

アウターオーサカは当初、TL-1998の日本国大阪府が主導して設立された都市でした。TL-1998では1998年以降ヴェール体制が撤廃されており、それに伴い民間でも超常技術が運用可能となっていました。

TL-1998の2056年に、大阪府は産業奨励特区として同都市を新設しました。この際

  • 信濃中央新聞切り抜き

ゲニウス・ロキ

↑とくっつけてもいい?
人工分霊はトーヘイかプロメテウス製かなあ
大穴: 如月
基底宇宙のヒルコカノン (構想中) ともくっつける


職員情報

新島 樹

施設設立者・管理官

簡易年表

2016年6月

SCP-████-JPの調査中、エージェント・菱川が問題の異常現象と遭遇。これにより、アウターオーサカと繋がる恒常ポータルが発見される。

2016年7月

差し押さえられたオフィスビルを基に、アウトポスト-728が発足。サイト-8172から複数の職員が出向。同時期に特事課からアウターオーサカの資料を受領する。

2016年9月

チーチュウとの初接触。

2018年

「インシデント・ウロボロス」発生。プラセンタ崇拝カルトとチーチュウの抗争の中、

アウターオーサカの五重通天閣の陥落に伴い、同施設に所蔵されていた多数のアノマリーが遺失。この中に“聖ショパンの七つの調べ”の第六聖遺物が含まれていたことが判明し、
↑これ基底宇宙視点だとどう見えるんだろ

あなたは静かに息をついて、渡された書類を机に置いた。いよいよ明日だ。この夜に太陽が登れば、あなたは地下鉄道を抜け、アウトポスト-728へと異動する手筈になっている。

「」

ヒルコは昼子とも書き、太陽神の属性を与えられることもあります。混沌、漂着、犯罪、太陽。
アウターオーサカはヒルコの身体そのものです。

逆さは地獄や根の国側の象徴
そんなところでも成長する
闇の中、地獄の太陽

参考文献
http://pseudo-scp-jp.wikidot.com/1998-locations
http://scp-jp-sandbox3.wikidot.com/draft:3995762-499-82a1
http://scp-jp.wikidot.com/scp-8691-jp-j
http://scp-jp.wikidot.com/chrysalis-001

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