SCP-3935

評価: +58+x
blank.png
アイテム番号: 3935
レベル3
収容クラス:
euclid
副次クラス:
none
撹乱クラス:
keneq
リスククラス:
caution

SCP-3935_school.png

サルベーション高等学校。


SCP-3935_location.png

米国インディアナ州サルベーション。

特別収容プロトコル: インディアナ州の町であるサルベーションは隔離、封鎖され、街の中心から2kmの隔離領域が設けられます。近辺の街エミネンスに通じる道はすべて撤去、変更されます。財団職員は一般人の兆候が分かるように、サルベーションへの既知の旅行ルート全てを監視する必要があります。サルベーションへの侵入を試みた全ての市民は、地方自治体の管理下に移送されなければいけません。カバーストーリー3935.18 “有害廃棄物災害”が現在流布されています。

SCP-3935を含む建物であるサルベーション高等学校は財団のセキュリティ担当者により保護されています。いかなる状況にあっても未承認の人物がSCP-3935へ入ることは許可されません。SCP-3935によって何らかの影響を受けたと思われる個人は、評価のためにエミネンス付近にある臨時サイト-81-5に移動されます。

現在、本来のサルベーションの住民は生殖を行えないと予想されます。この予想からの逸脱は綿密に監視されるべきです。

現在、SCP-3935の探査は禁止されています。SCP-3935内の危険な状態のため、将来の探査はD-クラス職員に限定されます。

説明: SCP-3935はインディアナ州にあるサルベーション高等学校の下に位置する超時間的かつ超空間的な非ユークリッド空間です。SCP-3935は上記の特定の異常を示しますが、SCP-3935外でも異常現象が報告されているため、現在異常はサルベーションの町全体に影響を与えていると考えられます。これらの影響の全体の程度は明らかになっていません。

SCP-3935は、サルベーション高等学校のプールの下、建物の北西の角の近くにある地下室の崩壊した部分を通ってのみ到達することができます。SCP-3935は、連邦調査局異常事件課のメンバーによって調査され、収容された1970年代半ばにサルベーション高校で起こった変則的な活動の源であったと考えられています。彼らの調査に関する情報はこのファイル内で入手できます。

SCP-3935へのアクセスポイントは、崩壊した地下部分の約25 m下、石造りのアーチが含まれる小さな前室に存在しています。アーチの本来の作成者やどのようにして最初に地下に埋められたかは調査対象となっています。アーチにはどの文献にも存在しないと考えられる英語の語句が刻まれています:

下へと続く道はより深く、より長くうねり、
それが描き出す模様は言い表せない。
永遠に彷徨う定めの喪われた物
これこそが静かな狂気が作りし物だ。

補遺 3935.1: 発見

SCP-3935は1976年6月18日の週にサルベーション高等学校内で起こった一連の超常現象に続いて初めて発見されました(補遺 3935.2参照)。学校の主要な超常活動期間が終わった後、土台の狭い隙間につながる壁と床の崩れた部分が、用務員の一員によって発見されました。地下一階の下部に存在する用途不明な地下室に存在していた崩壊した壁は、土台の隙間が人が侵入するのに十分に大きさまで劣化していました。

請負業者による被害の監査の間、独立チームのメンバーはSCP-3935近くの前室に偶然に滑り落ちました。個人を容易に外に出す方法がないため、管理者は個人にSCP-3935に少しばかり侵入し、出口があるかどうか確認するよう勧めました。個人がSCP-3935から帰ってこなかったため、請負業者と地方自治体の人員が調査を行いました。 SCP-3935に入った11人のうち2人だけが前室に戻り彼らが体験したことを説明し始めた際に、地方当局に潜入していた財団職員が調査を引き継ぎました。

時間経過とともに、サルベーション高校の外での異常現象がより顕著になり始めました。1976年6月に発生したイベントのあと、町は正式に居住を禁止され、全町民1が移転しました。

補遺3935.2: UIUファイルレポート

補遺 3935.3: 最初の探索ログと回復ログ

補遺 3935.4: サルべーションでの超常現象

補遺 3935.5: 要注意人物へのインタビュー


: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)); }
}

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