SCP-2254 - 魔性のラハイアと情欲の谷The Demon La Hire and the Valley of Lust
本記事は、CC BY-SA 4.0ライセンスの下で提供されます。これに加えて、本記事の作成者、著者、翻訳者、または編集者が著作権を有するコンテンツは、別段の定めがない限りCC BY-SA 3.0ライセンスが付与されており、同ライセンスの下で利用することができます。
「コンテンツ」とは、文章、画像、音声、音楽、動画、ソフトウェア、コードその他の情報のことをいいます。
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
--logo-image: url("https://scp-jp.github.io/Black-Highlighter/img/logo.svg");
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/1.6 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: unset;
bottom: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
background: unset;
opacity: 1;
pointer-events: all;
z-index: -1;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: unset;
bottom: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important;
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu {
pointer-events: none;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
transition:
opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar {
padding: inherit;
} }
#content-wrap {
display: flex;
flex-direction: row;
width: calc(100vw - (100vw - 100%));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
max-width: var(--body-width-on-desktop, 45.75rem);
margin: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@supports (-webkit-hyphens:none) {
#side-bar {
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before,
#side-bar:hover .close-menu::after {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
: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)); }
}
SCP-2254の主な出現地点である、アラバマ州ファロン近郊のリトルリバー峡谷。
特別収容プロトコル: SCP-2254はアラバマ州ファロンの町に収容されています。SCP-2254は物理実体を持たないために長期的な収容容器に居住させることが困難ですが、ファロンへのSCP-2254の隔離による曝露件数は、SCP-2254の持続的収容と引き換えに許容可能なものと見做されています。
現地の法執行機関に潜入している財団エージェントは、SCP-2254の関与から生じた異常な妊娠を識別し、影響者の飲料水に許容可能量のミフェプリストンおよびプロスタグランジンを混入させて流産を誘発します。このプロトコルによって、SCP-2254の発見以来、SCP-2254-1個体の出現率は大幅に低下しています。
ブラックチューズデー・プロトコルの継続的な実施はSCP-2254の収容維持に不可欠です。
収容メモアップデート: 財団プロトコル2513.99に基づき、SCP-2254は収容状態を維持したままプロジェクト・パラゴンに移管されます。その他の収容手順に変更はありません。
説明: SCP-2254はアラバマ州ファロンの町に収容されている敵対的かつ巨大な非実体存在です。SCP-2254は肉眼では見えず、赤外線カメラの使用を通してのみ視認可能です。SCP-2254の形状は大幅に歪んだヒト型であり、身長およそ12.8mで、著しく膨張した腕と6本の脚、変形した首と顔面、肩までの長さの豊かな髪、激しく奇形化した生殖器を特徴としています。SCP-2254の皮膚は暗い色合いで斑模様があり、SCP-2254の顔には縦一列で3個ずつ両側に並ぶ合計6個の目を除いては特徴が無く、鼻や口は欠落しています。SCP-2254に唯一存在する他の決定的な特徴は、額に焼き印で押されていると思しきハートマークの上にある“ J ”という文字のピクトグラムです。
赤外線カメラで撮影されたSCP-2254の処理画像。
SCP-2254は認知改変によって人間の意思決定に影響を及ぼし、他の状況ではそのような衝動に駆られないであろう若い人間(典型的に20歳未満)の行動を操作して性行為を行わせることができるようです。これは影響者たちが半ば無意識で集合させられ、余情と性的興奮を高められた状態で性交する“夢幻状態”として表出することが報告されています。これらの性行為は一般的には常に体内射精で終了しますが、SCP-2254の影響は催涙剤(催涙ガスなど)の使用やアンモニアの吸入によって妨害できます。性行為中にSCP-2254の影響範囲から連れ出された人物は通常、干渉者に対して若干の困惑と敵意を示しますが、これは時間と共に弱まります。影響者は問題の性行為に対して如何なる類の後悔も表明しませんが、これもまたSCP-2254の影響力の性質であるか否かは現在不明です。
SCP-2254は概してファロン近郊にあるリトルロック峡谷の滝から出現しますが、何ら規則的なパターンはありません。SCP-2254は自由に性的交流が可能である適切な年齢のターゲットが多く出歩いている夜に出現する傾向が強いと考えられていますが、これはまだ確証されていません。SCP-2254はターゲットたちの集まりに向かって歩きながら、場合によっては自らの進路上にいるターゲットを別なターゲットに向かって移動するように促し、より多数の人物を性行為に従事させようと試みます。
少なくとも1組のターゲットが1ヶ所に合流して性的交流を開始すると、SCP-2254はそのカップル(または集団)の高さまで顔を下げ、性行為が終了するまで瞬きせずに凝視し続けます。ごく稀に体内射精が発生しなかった場合、SCP-2254は暫くの間そのカップルの頭上に留まり、その間カップルは殆ど交流しません。ある程度時間が過ぎた後、SCP-2254は再び顔を下げ、カップルは性行為を再開します。2度目の性行為で体内射精が発生しなかった事例はありません。この形式による受胎の確率は通常と変わりませんが、母親がSCP-2254-1個体と指定される異常な胎児を妊娠する可能性は顕著に高くなっています(>68%)。
SCP-2254の影響で異常妊娠した人物は、SCP-2254-1胎児構造の急激な成長を経験し、また2254-1胎児は急速に非ヒト的特徴を帯びます。これらの胎児の遺伝的構成はどちらの親とも完全には一致せず、代わりに仮説上の原人や初期のヒト先祖に強く類似します。さらにSCP-2254-1個体の多くはSCP-2254と同じ奇形の特徴を有しています。成長するにつれて、SCP-2254-1個体は次第により多くの栄養を母親から吸収し始め、母親を飢餓状態にしながら自らの急成長を促進します。これにも拘らず、SCP-2254-1個体は生みの母親の認識に悪影響を及ぼすため、母親は例え内側から貪られている状態でもSCP-2254-1個体を精力的に保護しようとします。
解剖中のSCP-2254-1個体。推定年齢は受胎後8日。
SCP-2254-1個体は通常生まれる前に母親を殺すことはありませんが、出産時には著しい被害を及ぼし、母親を膣管からの失血で死に至らしめる場合があります。母親を疲労させ、極端な栄養失調状態にする懐胎と出産の過程にも拘らず、影響された母親は概してSCP-2254-1個体の異常性質を認識できず、正常な人間の新生児であるかのように母乳育児などの世話を行います。SCP-2254-1個体は著しい性的暴力性を有しており、母親と共にいる時に自らへの干渉を試みるあらゆる生物を強姦し、永続的障害を負わせ、消費しようと試みます。
母親は死亡(典型的には深刻な栄養失調か心臓発作)するか、SCP-2254-1個体(通常2~3体同時に生まれる)が成熟するまで母乳育児を継続します。母親が死亡した場合、SCP-2254-1個体は死体を消費してから失踪し、廃墟・森林・廃品置き場などの雨風を凌げる近隣領域に棲みつきます。未収容のSCP-2254-1個体群は、過去15年間に報告された性的暴行死事件のうち少なくとも30件の原因だと考えられています。
補遺2254.1: 発見
SCP-2254は、アラバマ州フォートパイン在住のアマチュア写真家が赤外線カメラレンズを通して偶然SCP-2254の映像を捉えた際に発見されました。財団資産が速やかに町の境界線を確保し、その後4ヶ月間に及ぶ研究と調査が始まりました。これによってSCP-2254は通常の手法では収容できないと断定されました。やがて、SCP-2254が最近転居した町民の後を追ってアラバマ州バーミンガム市へ移動する事案が発生した後、影響者がファロンの外部へ移動することを阻止するためのプログラムが実施されました。更なる情報は補遺2254.2を参照してください。
補遺2254.2: ブラックチューズデー・プロトコル
ブラックチューズデー・プロトコルは、意図的かつ効果的にアラバマ州ファロンの地域経済を抑圧することによって、地元住民を制御されたSCP-2254の影響下に留め続けるために確立されました。ブラックチューズデー・プロトコルは5つの中核要素から成ります。
- 地元の学校やその他教育プログラムへの支出を州レベルで削減する
- 住民が都会生活を美化、賛美するメディアを見る機会を減らす
- 住民がヘロインなどの麻薬を使用する機会を増やす
- アルコールとタバコの値下げ
- 家族の年長者が育児に専念し、より若い家族は自由に出産を続けるという家族構造に重きを置く、福音派キリスト教の“家族第一”原則を強く奨励する
ブラックチューズデー・プロトコルはまた、既に町内には住んでおらず、時折SCP-2254から訪問されている元ファロン住民の女性5名への継続的な処置についても規定しています。これら16~29歳の女性たち全員の飲料水には、妊娠を抑制するために、前述したミフェプリストンとプロスタグランジンの混合物が混入されています。彼女らはこの処置を自覚しておらず、子供を妊娠できないことがメンタルヘルスへの著しい負担となっていますが、このプロトコルは彼女らがSCP-2254-1個体を妊娠する可能性を大幅に下げ、ファロンの外で生まれるSCP-2254-1個体の数を0まで減少させました。
補遺2254.3: インタビュー
以下は、調査ジャーナリストを装ったエージェント ラミエールによる、地元住民の女性ケイト・バーネットへのインタビューです。特筆すべき事に、バーネット夫人はSCP-2254の影響によって異常な妊娠を2回経験しています。最初の妊娠では2体のSCP-2254-1個体が生まれています。2度目の妊娠では、現行の収容対策の結果としてSCP-2254-1個体は捕捉、終了されました。
[記録開始]
エージェント ラミエール: (沈黙) …よし、録音を始めました。応じていただき感謝します、ええと…?
バーネット夫人: あ、ケイトで構いません。ケイト・バーネット。旧姓はケイト・フォーレストですけれど。
エージェント ラミエール: 成程、了解しました。それでですね、以前お電話した時、私はあなたの医療記録について幾つか質問しました。
バーネット夫人: 赤ちゃんたちのことですね。
エージェント ラミエール: そうです。何人のお子さんを産んだと仰いましたっけ?
バーネット夫人: ええと、まずダニエルでしょう、それとバブと、双子と、まだ赤ちゃんのうちに死んでしまったジューンです。もう1人妊娠していましたが、その子は結局生まれませんでした。
エージェント ラミエール: ああ、ありがとう。双子について何か不思議な点が無かったかどうかを教えていただけませんか? 妊娠した時に起きた奇妙な何かとか。
バーネット夫人: あの子たちの父親のことでしょうか。全く良い所の無い人でした。ある夜、私たちは酔った挙句に馬鹿な真似をして、私が妊娠すると彼は逃げたんです。子供と関わり合いたくなかったんですよ。あの時ジャックがいなければ墜ろしていたかもしれません。
エージェント ラミエール: ジャック?
バーネット夫人: ええ。ジャックは精一杯2人の父として頑張ってくれました。その方が良かったんです、彼はメイソンなんかよりずっと良い父親ですからね。
エージェント ラミエール: ジャックとは誰ですか?
バーネット夫人: 彼は- (躊躇う) あなたはこれまで、夢で何かを見て、その後に実際の生活の中でもそれを見て、その2つが同じ物だって分かった経験はありますか? ジャックはそういう人です。彼はメイソンに妊娠させられた夜に私の下に来ました、ブロンドの髪に素敵な目をした可愛らしい人です。女性への正しい接し方を分かってます。私がメイソンに捨てられた、彼に妊娠させられたらしいと話すと、ジャックは心配しなくていいと言いました。自分がここに居て色々と世話をするって。
エージェント ラミエール: 何故妊娠したと分かったのですか?
バーネット夫人: ああ、母親の勘ですよ。時々ただ分かることってあるでしょう。私も、ジャックもそれを知っていました。でも彼は、何もかも問題無い、自分が赤ちゃんたちの面倒を見ると言いました。
エージェント ラミエール: 成程。ジャックとはいつ頃から知り合いなのですか?
バーネット夫人: ええっと… 私がまだ幼い時期だったと思います。多分9年生でダニエルを産んだ頃からですね。その後にジャックが来たんです。当時のジャックはそれほど話さなくて、私は彼にとって特別な女の子だと、あと暫くこの辺りにいるからとだけ言ってました。ダンが育っていた頃はあまり姿を見せませんでしたけど、双子が生まれた時と、流産した時にはここにいました。ああ- (鼻をすする) 彼はあの事をとても悲しんでました。私はひたすら泣いて、彼はただ私の手を取って「よしよし、大丈夫。君はまだ僕の特別な娘こだよ」って言ってくれたんです。
エージェント ラミエール: ジャックを知っているのはあなただけなんですか?
バーネット夫人: うーん… そうは思いません。この辺りの女の子たちは全員ジャックと知り合いだと思います。彼、すごく優しく支えてくれるタイプですから。こう、母親になりたいっていうのがどういう気持ちかを理解して、何も問題ないように傍にいてくれるんですよね。そうは言っても、何人かの女の子にとっては、彼はただのジャックです。でも… (笑う) ここだけの話、彼は私だけのジャックですよ。
エージェント ラミエール: そうですか。他に何か付け加えたい事などありますか?
バーネット夫人: 特には。 (沈黙) あの、あなた事情通らしいのでお聞きしますね。これまでジャックの兄弟を見かけましたか?
エージェント ラミエール: 兄弟?
バーネット夫人: はい。確か名前は全員ジャックだったはずです、ほんの少し違ってる程度で。ジャックは彼らを怖がってます。私も怖いんですけど、会ったことはありません。ジャックの話しぶりを聞いてると、それだけで悪い人たちだって分かります。
エージェント ラミエール: 悪い? どう悪いんですか?
バーネット夫人: 分かりません。私が知ってるのは、ジャックがいつも微笑んでることです — 兄弟の話をする時以外はずっと。兄弟について話す時の彼は全然笑顔じゃありません。
[記録終了]