SCP-1360-JP
評価: +50+x
blank.png
/*
    Paperstack Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
      Inkblot Theme by Croquembouche
      Word Processor Theme by stormbreath
      Modern Theme by Azamo
      Simple Yonder Theme by EstrellaYoshte
 
     Edited by ukwhatn for SCP-JP
*/
 
/* Japanese Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
/* English Font */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
 
#page-content {
    font-size: 0.87rem;
}
 
body {
    font-family: "Noto Sans JP", "Oxygen", sans-serif;
}
 
body {
    color: black;
    background-image: linear-gradient(
            to bottom,
            #EFEFEF, #EFEFEF 276px,
            #D3D3D3 276px, #ffffff 282px,
            #ffffff 282px, #ffffff 100%
    );
    background-repeat: no-repeat;
}
 
#main-content {
    top: -1.6rem;
    padding: 0.2em;
}
 
.page-source, .code pre, .code p, .code, tt {
    font-family: "Fira Code", monospace;
}
 
/* ---- HEADER ---- */
 
div#container-wrap {
    background-image: none;
}
 
div#header {
    background-image: none;
}
 
#header h1, #header h2 {
    margin-left: 0;
    float: none;
    text-align: center;
}
 
/* Move the subtitle down a smidge */
#header h2 {
    margin-top: 0.45rem;
}
 
/* Hide the existing text */
#header h1 span, #header h2 span {
    font-size: 0;
    display: none;
}
 
/* Style the new text */
#header h1 a::before, #header h2::before {
    color: #333333;
    font-family: "Josefin Sans", sans-serif;
    text-shadow: none;
}
 
/* Set the new text's content from variable */
#header h1 a::before {
    content: var(--header-title, "SCP FOUNDATION");
    font-weight: 300;
    font-size: 1.3em;
}
 
#header h2::before {
    content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
    font-weight: 600;
    font-size: 1.22em;
}
 
#login-status,
#login-status a {
    color: #333333;
}
 
#page-title {
    display: none;
}
 
#footer, #footer a {
    background: transparent;
    color: #333333;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: #333333;
    box-shadow: none;
    border-radius: 0px;
    color: #efefef;
}
 
#search-top-box input.empty {
    color: #999999;
}
 
#search-top-box {
    top: 2.3rem !important;
    right: 8px;
}
 
/* ---- TOP BAR ---- */
 
#top-bar {
    display: flex;
    justify-content: center;
    right: 0;
    top: 7.9rem;
}
 
#top-bar, #top-bar a {
    color: #333333;
}
 
/* ---- SIDE BAR ---- */
 
#side-bar .side-block {
    border: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 7px #999999;
    background: #ffffff;
}
 
#side-bar .side-block.media > * {
    display: flex;
    justify-content: space-evenly;
}
 
#top-bar div.open-menu a {
    border-radius: 0;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
    border: 1px white;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
 
    #page-title {
        margin-top: 0.7em;
    }
 
    #side-bar {
        background-color: #fff;
    }
 
    #side-bar:target {
        border: none;
        box-shadow: 3px 0 1px -2px rgba(0, 0, 0, 0.04), 1px 0 5px 0 rgba(0, 0, 0, 0.2);
    }
 
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
        opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        background-position: 19em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
 
    #side-bar:target .close-menu {
        width: calc(100% - 19em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
 
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
 
    #side-bar {
        top: 0;
    }
 
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
 
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
    background-color: inherit;
    background-image: inherit
}
 
.yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus {
    background: inherit;
    text-decoration: inherit
}
 
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover {
    color: inherit;
    background: inherit
}
 
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    border-color: inherit
}
 
.yui-navset li {
    line-height: inherit
}
 
/* ---- YUI TAB CUSTOMIZATION ----*/
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - .125rem);
    margin: 0 auto;
    border-color: #333333;
    box-shadow: none;
}
 
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a {
    color: #333333;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
    background-color: #efefef;
    border: unset;
    box-shadow: none;
    box-shadow: none;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    color: #ffffff;
    /* ---- Tab Background Colour | [HOVER] ---- */
    background-color: #333333;
}
 
.yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li {
    position: relative;
    display: flex;
    flex-grow: 2;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #ffffff;
    border-color: transparent;
    box-shadow: none;
}
 
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
 
.yui-navset .yui-nav li em {
    border: unset;
}
 
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    padding: .35em .75em;
 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
.yui-navset .yui-navset-top .yui-nav .selected {
    flex-grow: 2;
    margin: 0;
    padding: 0;
    /* ---- Tab Background Colour | [SELECTED] ---- */
    background-color: #333333;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border: none;
}
 
.yui-navset .yui-nav .selected a {
    width: 100%;
    color: #ffffff;
}
 
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active {
    color: #ffffff;
    background-color: #333333;
}
 
.yui-navset .yui-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #999999;
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    padding: .5em;
    border: none;
}
 
/* ---- INFO BAR ---- */
body {
    --barColour: #333333;
}
 
.info-container .collapsible-block-content {
    padding: 0 .5em 30px;
}
 
.info-container .collapsible-block-content .wiki-content-table {
    width: 100%;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate {
    margin: unset;
    margin-bottom: 4px;
}
 
#page-content .rate-box-with-credit-button {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    box-shadow: 0px 0px 7px #999999;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #333333;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #333333;
    color: #ffffff;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px #ffffff;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
    box-shadow: 0px 0px 7px #999999;
    margin: unset;
    margin-bottom: 4px;
    border-radius: 0;
    font-family: "Oxygen", sans-serif;
}
 
div.page-rate-widget-box .rate-points {
    background-color: #ffffff;
    color: #333333 !important;
    border: solid 1px #ffffff;
    border-radius: 0;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #333333;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #333333;
    color: #ffffff;
}
 
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 0;
}
 
.page-rate-widget-box .cancel a {
    color: #333333;
}
 
.page-rate-widget-box .cancel a:hover {
    background: #333333;
    color: #ffffff;
    border-radius: 0;
}
 
/* ---- PAGE ELEMENTS ---- */
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family:  "Sawarabi Gothic", "Josefin Sans", sans-serif;
    font-weight: bold;
}
 
blockquote,
div.blockquote,
#toc,
.code {
    background-color: #F8F8F8;
    border: solid 1px #F8F8F8;
    box-shadow: 0px 0px 4px #999999;
}
 
.scp-image-block {
    border: solid 8px #ffffff;
    box-shadow: 0px 0px 5px #999999;
    box-sizing: border-box;
}
 
.scp-image-block .scp-image-caption {
    background-color: #ffffff;
    border-top: solid 4px #ffffff;
    color: black;
}
 
#page-content .wiki-content-table tr th {
    border: solid 1px #999999;
    background-color: #efefef;
    /* set border for table title */
}
 
#page-content .wiki-content-table tr td {
    border: solid 1px #999999;
    /* set border for table content */
}
 
/*-- tags --*/
 
#main-content .page-tags span {
    max-width: 100%;
}
 
#main-content .page-tags a {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.76rem;
    background-color: #FDFDFD;
    border-radius: 0.6rem 0.12rem;
    margin: .25rem .2rem;
    .5rem .2rem;
    padding: 0.2rem 0.42rem 0.25rem 0.46rem;
    box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0, 0, 0, 0.27);
}
 
#main-content .page-tags a:before {
    content: "•";
    font-size: 1.1rem;
    float: left;
    position: relative;
    top: -0.19rem;
    left: -0.24rem;
    color: #ffffff;
    background-color: #B8B8B8;
    color: transparent;
    text-shadow: 1px 1px 0.7px rgba(255, 255, 255, 0.82);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
 
/* ---- CUSTOM SYNTAX ---- */
 
.header-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
    align-content: space-between;
    width: 100%;
    left: 0;
    align-items: flex-start;
    row-gap: 2px;
}
 
.text-item {
    flex-grow: 1;
    max-width: 25%;
    text-align: center;
}
 
.grid-item {
    flex-grow: 1;
    min-width: 25%;
    text-align: center;
    margin: 8px 6px;
}
 
@media (max-width: 1200px) {
    .grid-item {
        min-width: 50%;
    }
}
 
.logo {
    position: absolute;
    width: 180px;
    top: -154px;
    left: -17em;
    z-index: -1;
}
 
@media (max-width: 767px) {
    .logo {
        width: 36%;
        top: -9.7em;
        left: 32%;
    }
}
 
.textbox {
    position: absolute;
    width: 42%;
    top: 7.5rem;
}
 
@media (max-width: 960px) and (min-width: 767px), (max-width: 666px) {
    .textbox {
        position: relative;
        width: 100%;
        top: 0;
    }
}
 
/* CreditModule対応 by ukwhatn */
.creditRate.creditModule .creditButton {
    background-color: white;
    border: unset;
    border-radius: 0px;
    margin-left: 5px;
    height: 100%;
}
 
.creditRate.creditModule .creditButton a {
    height: 100%;
    line-height: 20px;
}
/* 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;
    }
}

Project Sky-High is still ongoing.

ガイドへのリンク
アイテム番号:1360-JPItem#:1360-JP
クリアランスレベル4: Clearance
収容クラス: keter
keter-icon.svg
副次クラス: {$secondary-class}
{$secondary-icon}
撹乱クラス: #/ekhi
ekhi-icon.svg
リスククラス: #/caution
caution-icon.svg

特別収容プロトコル: SCP-1360-JPの存在を秘匿するため、各国に存在する主流な天文・宇宙科学関係機関及び世界気象機関の全てにミルグラム従順度検査で高得点を獲得した財団潜入エージェントを派遣する必要があります。アメリカ航空宇宙局を筆頭とする天文学データベースには各機関との機密協定の下、SCP-1360-JPに関する情報の削除を施行してください。隠蔽の破綻のリスクより、SCP-1360-JPに関する情報は確実に削除、秘匿される必要があります。世界気象監視計画にて収集される情報にSCP-1360-JPが含まれることは容認されません。財団による秘匿手順の全ての試みが失敗した場合、ENUI-5化合物の大量散布によって事態の収束が強行されます。

image

SCP-1360-JP(1987年更新)

説明: SCP-1360-JPは南極大陸上空の成層圏にて観測された時空間異常です。SCP-1360-JPはそれ自体を境界面として時空間が著しく湾曲しており、性質上は一般的な財団科学技術における「ポータル」「ワームホール」のそれに該当します。SCP-1360-JPの接続先は乱数的に選択された並行世界の地球であると考えられており、地球からの観測時は並行世界が地球を内包するように「裏返って」形成されているように見えます。この時空間の湾曲現象は境界面を超えることによって反転します。SCP-1360-JPを用いた時空間の移動は自由に行うことが可能であり、重力などの物理法則はSCP-1360-JPの境界面で完全に隔絶されています。惑星間の引力はこの性質のために機能していないようであり、並行世界の地球が直接衝突する、などの確率は限りなく低いものと推定されています。例外的に、電波などの波長はSCP-1360-JPを介して伝達可能です。現在SCP-1360-JPは急速にその規模を拡大しつつあり、この速度でSCP-1360-JPが拡大すれば10月上旬には南極大陸全土を覆う規模に達すると見られています。


発見経緯


SCP-1360-JPは1982年9月に財団南極観測サイト-672A("アムンゼン・スコット基地")にて確認されました。当該現象を確認したのは財団だけではなく、南極各地に存在する各国機関の拠点でも同様の現象が確認されていたものと推測されます。これを受け財団は急遽各国機関に渉外エージェントを派遣、幾つかの条件の下に機密協定を締結し、ヴェール維持とSCP-1360-JPの完全なる秘匿を最優先事項として行動を起こしました。

1982年10月、基底現実のサイト-672AはSCP-1360-JPの遠方に存在が確認された構造物に対し交信を試みました。


収容対応


サイト-672A調査報告

image

サイト-672A周辺区域。

送信元サイト: 672A("アムンゼン・スコット基地")

脅威レベル:

撹乱クラス: Ekhi


状況: SCP-1360-JPは10月現在、南極大陸の凡そ69%を内包するようにして展開されています。SCP-1360-JPが展開された領域は太陽光が遮断されるために非常に暗く、また気温も極端に低下しつつあります。先日の調査では南極に生息する生物の死体が確認されました。死因は凍死、もしくは衰弱死だと推測されています。SCP-1360-JPは拡大し続けています。この原理や安全な収容手順について議論するのではなく、先ずはSCP-1360-JPの無力化手段について起草する必要があるのではないでしょうか。


 

 

O5-Command EYES ONLY

動議: SCP-1360-JPの出現に対応し、ヴェール維持を大前提とした収容手順を実行すべきか。

: O5-1,O5-2,O5-4,O5-7,O5-8,O5-9,O5-11,O5-13

: O5-3,O5-5,O5-6,O5-12

結果: 動議可決

動議の可決に伴い、SCP-1360-JPの収容を最終目的とする全てのプロトコルはプロジェクト・スカイハイへと移行されます。

SCP-1360-JPは1982年10月現在、その規模を更に拡大しつつあります。SCP-1360-JPによって発生しうる様々な現象、及びヴェール崩壊の危険性に対処すべく、監督評議会によってプロジェクト・スカイハイが承諾されました。プロジェクト・スカイハイに指定されるプロトコルの主要な目的はSCP-1360-JPの完全収容、もしくは無力化、並びにヴェール維持を前提とした初期収容の研究です。現段階で以下のプロトコルは全てプロジェクト・スカイハイに定義されています。

▼プロトコル・フェイヒュー

各国政府との協定の下に、南極条約を完全破棄。南極の領有権を実質的に財団が管理できる状態へと移行し、反対派の全ての国家に対し渉外エージェントを派遣。各国に大幅に利権を譲渡する形で契約を締結、もしくはミームエージェントへの暴露による強行的な賛同を得る。この場合、如何なる人権的問題、倫理的問題に関しても配慮しないものとする。

▼プロトコル・ウルズ

南極観測サイト-672A("アムンゼン・スコット基地")に機動部隊オメガ-89("ホワイトナイト")及び特装部隊タウ-90("Crackdown")合計740名、車両64基の導入、及び財団研究部門、工学技術事業部門、科学部門、そして管理部門の人員を派遣する。サイト-672Aの拡張とともに軍事・研究サイトとしての側面を更に強化し、SCP-1360-JP封じ込めのためのプロトコルの確立に努める。

▼プロトコル・ウンジョー

南極大陸上空1.9kmの地点に財団製疑似人工太陽の配置。SCP-1360-JPの影響範囲内は太陽光が届かないため、光源・熱源の確保を主要な目的としている。人工太陽の寿命は凡そ3ヶ月であるため、全てのプロトコルの早急な解決が求められる。

▼プロトコル・ライゾ

南極大陸の監査、及びSCP-1360-JPの異常性に関する広域にわたる観察、調査。

<他12のプロトコルがエントリーされています>

更新: 1982年11月、プロジェクト・スカイハイは実行されました。タイムラインは以下の通りです。

プロジェクト・スカイハイは結果として成功に終わりました。SCP-1360-JPは部分的に残留しており、未だ発信される電波は微弱ながら観測されていますが、ヴェールの維持という面では完全に収容出来たと考えられています。SCP-1360-JPはKeterクラスを経てSafeクラスへと移行される為の評決が現在監督評議会によってなされています。
 


オブジェクトクラス再定義について


1982年、プロジェクト・スカイハイの実行によってSCP-1360-JPは収容されたものと見做されていました。しかしながら1983年8月、SCP-1360-JPは南極大陸上空に再出現しました。SCP-1360-JPが1982年のほぼ同時期に出現していたことを考慮し、サイト-672A研究員らは最終的にこれらが周期的な一連のプロセスであると判断しました。このため、ヴェール維持また拡張を抑制するための収容手順として毎年プロジェクト・スカイハイを実行する必要性が浮上します。しかしながらプロジェクト・スカイハイに導入できる費用には限度があり、プロジェクト・スカイハイの実行が可能なのは1990年までと予測されています。

現在SCP-1360-JPは急速に規模を拡大しており、南極大陸の74%を内包するまでに至りました。財団は各国機関、及び大衆の撹乱のリスクを防ぐべく、ENUI-5化合物大量散布を施行しました。当該データに関する詳細なデータはエントリより削除されています。南極大陸で発生している異常な因果が民間の関係者に露見するなど、過去に幾つかのヴェール崩壊可能性を含む事案は発生しましたが、この散布実験によって事態の鎮圧には成功しました。

一方で、プロジェクト・スカイハイでない手段を用いたSCP-1360-JP収容の試みもこれまでに実行されてきました。以下はその収容試行についての抜粋です。(別称: ハガラズ処置)

ハガラズ処置-試行記録抜粋

実行内容
SCP-1360-JPに対する小規模機器を用いた現実改変の行使。
結果
即座に再生された。

実行内容
有質量物質の展開による物理的なSCP-1360-JP侵食の阻害
結果
阻害には至らず、物質は接触した瞬間に破壊された。

実行内容
Phy.EngineによるSCP-1360-JPの破壊
結果
SCP-1360-JPを貫通し、"向こう側"へと消失した。"向こう側"からの通信は無い。

<他9の手順が登録されています>

Project Sky-High is still ongoing.

 

<報告書が更新されました>

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