SCP-7670
評価: +9+x
アイテム番号: 7670
レベル4
収容クラス:
euclid
副次クラス:
{$secondary-class}
撹乱クラス:
vlam
リスククラス:
danger

eye.jpg

SCP-7670の左目。

特別収容プロトコル: SCP-7670はサイト-19の安全な異常動物用囲い場に収容されています。如何なる状況でも、財団職員が直接SCP-7670と交流することは認められません — SCP-7670を現在地から移送する必要が生じた場合は、まず窓の無い遮音性の収容容器に入れ、出発地と目的地の間では常に密閉された状態に維持しなければなりません。SCP-7670には1日3回給餌し、収容室の整備は自動システム (可能な場合) か、聴力・視力を喪失したDクラス職員が行う必要があります。SCP-7670の映像伝送は現在のところ認識災害とは考えられていませんが、音声伝送は媒体であることが確定しており、何としても避けるべきです。

SCP-7670と交流する人物は、被験者のみに制限しなければなりません。SCP-7670の収容に携わるにあたって不穏な悪夢、幻視、幻聴を報告した人物は、評価及び調査のためにSCP-7670研究チームの拘留下に置かれます。

説明: SCP-7670はトルコ東部のアルメニア高地、カチマズ村付近で発見された1匹のヤギ (Capra hircus) とその左目の総称です。SCP-7670に右目はありません。

SCP-7670の宿主であるヤギは実質的な不死 — 完全な破壊耐性を有する — であり、その種としては特異な行動を見せます。SCP-7670には飲食する必要がありませんが、容易に食物や水を得られる環境ではより頻繁に眠り、その間は目を閉じたままです。ヤギはその他の点では異様に従順ですが、監視されている際には異常なほど敏感にそれを察知します。この特定の行動がどの程度SCP-7670の左目に起因するかは判然としないものの、SCP-7670は食事や睡眠を摂っていない時に収容室の隠しカメラを凝視している様子が幾度も確認されています。

SCP-7670は多数の異常性を示します。SCP-7670の目を直接見た人物は、しばしば奇怪かつ異常な幻視や恐ろしい悪夢を経験します。これらの類似点として指摘された要素には以下が含まれます。

  • 光り輝く姿の幻視
  • 差し伸べられる手の幻視
  • 激しい出血の幻視
  • パニックとパラノイアの感覚
  • 監視されている感覚
  • 尾行されている感覚
  • 裏切りの感覚
  • 裁かれている感覚
  • 落下する感覚
  • 眩しい光の感覚
  • 強烈な熱の感覚

現在、これらの幻覚を軽減する手段は確立されていません — 記憶処理薬を投与された職員は、上記の幻視や感覚を報告し続ける一方で、それらの原因を思い出せません。この混乱はしばしば影響者の不安を著しく増大させるため、記憶処理はもはや影響者のストレスへの対応策としては推奨されません。

影響者はまた、覚醒中と睡眠中の両方で幻聴が聞こえるとも報告します。これらの幻聴はしばしば、付随する現象をよりトラウマ的にしたものだと述べられており、影響者は多くの場合、過激な方法で苦痛を緩和しようとします。典型的には、影響者はまず聴力喪失を試み、それで声が聞こえなくなるわけではないと気付くと、実行可能な任意の手段で自殺しようとするか、より極端な事例では、自らの頭蓋骨をこじ開けて頭の中の音源に接触しようとします。

SCP-7670の性質上、これらの現象の正確な文書資料は入手困難であり、継続的な調査の対象となっています。SCP-7670が人間に及ぼした影響についての最も包括的な記述は、16世紀のアルメニア人僧侶、サハグ・ザディアンの著作集に由来します。ザディアンの記述はSCP-7670を異常実体として認識した最初の文書記録だと考えられているものの、現在のトルコ東部及び南東部の同じ地域で書かれたそれ以前の文書にも、出所の定かでない宗教熱の奇抜な事例が数多く記録されており、その多くは現在ではSCP-7670の影響によるものだと見做されています。ザディアンによる記述の大部分は、SCP-7670の影響者が経験したパラノイア、恐怖心、落下や炎上の幻覚に関する説明の集積です。

最後に、SCP-7670自体は遺伝的にヤギであるのに対して、左目はヤギではありません。目から採取された物質の遺伝子配列解析で決定的な結論は得られていません。


: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ライセンス の元で利用可能です。