/* 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)); }
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
Edited by iti119 for SCP-JP
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: 0.8rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', verdana, arial, helvetica, sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#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 {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', verdana, arial, helvetica, sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-45-51f1/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0 90px, #e0e0e0 90px, #ffffff 200px, #ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#top-bar div.open-menu a {
border: 1px solid #333 !important;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
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: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.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: none;
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-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height: 0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- 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: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
#page-content .fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-46-ec6z/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
#page-content .fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-47-mqmb/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
/*---- Localization for JP ----*/
/* Rate Module */
#page-content div.page-rate-widget-box .rate-points {
font-family: verdana,arial,sans-serif;
font-size: 0.8rem;
}
.creditRate .page-rate-widget-box .cancel a {
display: inline-flex;
align-items: center;
justify-content: center;
height: 16px;
padding: 2px 5px;
box-sizing: border-box;
color: #333333;
}
.creditRate .page-rate-widget-box .cancel a:hover {
color: #ffffff;
}
/* Credit Module */
#page-content .creditRate.creditModule .rate-box-with-credit-button {
border: none 0;
}
#page-content .creditRate.creditModule .rate-box-with-credit-button .page-rate-widget-box {
border: solid 1px #000;
margin-bottom: 0;
}
.creditRate.creditModule .rate-box-with-credit-button .creditButton {
display: inline-flex;
width: 20px;
height: 18px;
background: #ffffff;
border-color: #000;
border-radius: 0;
box-shadow: none;
}
.creditRate.creditModule .rate-box-with-credit-button .creditButton a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 16px;
}
/* Info Module */
.creditRate:not(.creditModule) .rate-box-with-credit-button .creditButton {
width: auto;
background: none;
border: none 0;
border-radius: 0;
box-shadow: none;
}
.creditRate:not(.creditModule) .rate-box-with-credit-button .creditButton p a {
display: inline-flex;
justify-content: center;
align-items: center;
height: 16px;
padding: 0;
}
/* Side Bar */
#side-bar {
display: grid;
grid-template-areas:
"a"
"a"
"a"
"a"
"red"
"blue"
"b"
"b";
}
#side-bar .side-block[style="background-color: #a7dba2;"] {
background: #D7EFE7 !important;
}
#side-bar .side-block[style="background-color: #e5e5ff;"] {
background: #D8ECF4 !important;
grid-area: blue;
}
#side-bar .side-block[style="background-color: #fff0f0;"] {
background: #F5D8E0 !important;
grid-area: red;
}
#side-bar .side-block[style="background-color: #f0f0f0;"] {
background: #FFFFFF !important;
}
@media (max-width: 767px) {
#side-bar:target {
display: grid;
width: 19em;
}
}
@media (min-width: 768px) {
#side-bar:target {
display: grid;
width: 19em;
border: none 0;
border-right: solid 1px #333;
}
#side-bar:target .close-menu {
margin-left: 21em;
opacity: 0;
}
}
#side-bar hr {
margin-top: 0;
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.bunny.net/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: .9rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#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 {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
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: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.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: none;
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-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}
#header h2::before {
font-size: 0.9em !important;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- 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: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
/*
QUEERSTYLE CSS
By Queerious
Forked from:
Blankstyle CSS by Placeholder McD and HarryBlank
Using:
White Outline Classic LGBTQ+ Pride Logo by Woedenaz from https://scp-wiki.wikidot.com/component:pride-highlighter
*/
@import url('https://fonts.bunny.net/css2?family=Vast+Shadow&display=swap');
#header h1 a::before {
font-size: 1.2em;
text-shadow: 3px 3px 3px #fff;
}
#header h2::before {
font-size: 0.9em;
text-shadow: 1px 1px 1px #fff;
}
#header {
margin-top: 0.5em;
}
:root {
--header-title: "SCP Foundation";
--header-subtitle: "SECURE, CONTAIN, PROTECT";
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 9vw;
}
}
#top-bar, #top-bar a {
text-shadow: 0.75px 0.75px 1px #fff;
}
div#extra-div-1 {
height: 150px;
background-image: url('https://scp-wiki.wdfiles.com/local--files/component:pride-highlighter/gp_logo.svg');
}
#page-content .creditButton p a {
color:#373737;
}
/* Email Component Fix */
#page-content .top-left-box :is(.from-box, .to-box, .cc-box, .subject-box) {
margin-right: 0em;
}
#page-content .top-middle-box :is(.from-name-box, .to-name-box, .cc-text-box, .subject-text-box) {
margin-left: 0em;
}
/* Pseudogenesis Formats */
.pseudo-div {
border:solid 4px #B22A2A;
background:#403450;
color: #ffffff;
padding: 5px 10px;
margin-bottom: 10px;
font-family: "Vast Shadow", serif;
text-align: center;
}
.pseudo-div :is(h1,h2,h3,h4,h5,h6) {
font-family: "Vast Shadow", serif;
letter-spacing: 0px;
font-weight: normal;
color: white;
}
不確定の爬虫類
SCP-682について、私たちが知っていることは何だろうか?そして、本当に知っているといえるのだろうか?
SCP-682は頻繁に噂や憶測、出まかせの的となっているが、いったいどこまでが事実でどこからが作り話なのだろうか?確かに、その主要な特徴こそ描写間で一致しているように見える。しかし、「不死身の爬虫類」について本当はどこまでわかっているのだろうか?そもそもこれは爬虫類なのだろうか?
SCP-682は巨大な爬虫類のような生物
違うだろう。
Anomalies最新号の特集では、財団内外から専門家を招き、この愛しい獣について判明している事柄を分析してもらった— —しかし、何を分析してもらえばよいのだろうか?公平のため、先入観をできる限り排した情報として何を提供できるだろうか?真実を知るには、可能な限り原典の視点に近づかなければならない。即ち、一次資料を参照する必要がある。
不幸なことに、SCP-682に接近しすぎた人間はインタビューも出版もできなくなってしまう傾向にある。それでは、どうすればよいのだろうか?当然、情報源を直接に参照すればよいのである。ある録音に、SCP-682の発話が記録されている これは、一般の研究機関が入手できる唯一の実例だ。ここには次のようにある:
SCP-682: (D-085を攻撃しながら) …奴らはthey were…忌まわしいdisgusting…
三つの言葉。この単純な三つの言葉によって、SCP-682の秘密が明らかにされるだろう。
ルカ・アルマロス — サイト-19 文芸学部門
文学分析
記述されたテキストを分析する際には、その物語の書かれた文脈が意味を理解する上で重要となる。よって、発話された言葉の意味を理解するためには、話し手のおかれた文脈が鍵となるのである。しかしながら、我々の前の話し手は、殺人趣味の巨大な爬虫類である。これは文学用語における、我々が「複雑化(complication)」と呼ぶものである。
そこで、代わりにこの三語のみに注目することとしよう。この特定の三語を選ぶにあたって、SCP-682はいかなる選択をしたのだろうか、そしてその用法からいかなる意味合いが推測できるだろうか?
"…奴らthey"
まず第一の言葉に関して見ると、既に大きな事実を見て取ることが出来る。'They'とは既出の存在の集合として定義される三人称複数形主格の語である。ここからはSCP-682に英語を理解する能力があり、過去と現在の事象についての認識があり、そして最も重要なこととして、自我を有していることが分かる。
SCP-682に意識があることが分かるのである。
"はwere…"
この語からは、SCP-682が時間的な因果関係を理解し、時間の流れを線形として、我々の理解と近い形で理解できることが示唆される。'Were'もまた複数形過去形の直説法動詞である。直説法が用いられているということは、SCP-682が主観的叙述と客観的叙述の差異を理解できることを意味している。
ゆえに、SCP-682は時間と客観的事実を理解し、他者を認識することができるとわかるのである。
"忌まわしいdisgusting…"
語源を調査したところ、'disgusting'とはdisgustの分詞であり、「食欲を失せさせる」という意味の古フランス語desgousterを基としている。これはさらに「味覚」を意味するラテン語gustusに由来しており、さらに根源的には「味わう」を意味する印欧祖語のǵewsに由来する。この語源の連鎖を追うことで、SCP-682の潜在的な歴史上の移動経路を、その言語の進化に沿って推測することができる。加えて、'disgusting'からはSCP-682が主観的な意見や個人的な嗜好をもち、そして最も重要な点として、現在の出来事を過去の関連する出来事と比較することができるのだと示唆される。
三つの言葉から、SCP-682が意識を有する爬虫類のような個体であり、線形の時間を知覚することができ、同様に他者の記憶や主観的性質や意見を保持することもできることがわかる。それならば、我々ともそう大きく異なりはしないのではないだろうか?
リタ・イェルナ — 料理長, アンブローズ・バイ・ザ・カルデラ
料理分析
毎日、私はこの同じこの三つの言葉を聞いております。
"これは不快だ!They were disgusting!"
アンブローズ・バイ・ザ・カルデラは「溶岩洞窟から食卓へ」の理念を誇りに、すべての素材は地元産のものを使用しております 当店の名物料理は「イグアナの溶岩ポシェ」ですが、それでもイグアナに火が通っていない、生だ、気持ち悪い、喉が焼け焦げたとの苦情を仰るお客様が毎日少なくとも一人はいらっしゃいます。その方々は食べ物に何を期待するかということに気をとられて、「イグアナの溶岩ポシェ」の背後にある根本的なメッセージを見落としているのです 生であることは、火山の中で生きるために必要な生物学的適応を適切に理解するうえで必須なのです。私たちはお客様に食べ物と同様の活気を与えます。それこそが、私たちの特別な点なのです。
SCP-682も同様のアプローチを信じているようです。その作り出す料理においては、その瞬間の確実さと素材の基本的な様相に焦点があてられています。食材を生で食すという選択によって、自然の風味が強調されます。食事に味付けをしないということは、その嗜好がミニマリズム的で本質的であることを強く示唆しています。SCP-682が人間を食すことを「不快だdisgusting」と評しているということは、二つの事柄を示唆しています。即ち、SCP-682は優れた料理評論家であるだけでなく、正しくもあるのです。
もし、私が財団のリソースを用いてSCP-682に人間を提供するのであれば、以下のように調理するでしょう:
Dクラスの脱構築 — 時価
人間の形態の脱構築。人間の形態の再構成のうちに、独特の味わいと味覚の冒険が際立ちます。死体から脂肪を抽出し、骨から食器を再構築し、さらに蒸留された感情エッセンスを使用することで、完璧な味覚体験を保証します。
Dクラスのあばら肉のローストをフレンチ風に、煮詰めた胃のジュ、ヘモグロビンのジュレ、逆球体化した「眼球」、内蔵のたたきの盛り合わせを添えて、「骨灰」磁器で。
ボグス・センターズ — 異常犯罪部門
犯罪者プロファイリング
正直に言おう。奇天烈な状況は人並み以上に見て来ている。殺人犯はますます創造的になってきているし、私がプロファイリングしてきたアノマリーのことはきっと信じてもらえないだろう。だから、Anomaliesからの連絡で犯罪科学的プロファイリングの作成が依頼された時には、もう待ちきれない心地だった。何千枚もの現場写真に無数の検死報告書、私の身長よりも高い臓物の山、そしてたった一文の引用文が送られてきたときは 正直に言って、少し圧倒されてしまった。
"奴らは忌まわしい。"
全く、なんて不気味なんだ、そうだろ?とにかく、やると言った以上はやってみよう。ズボンを引き上げて、赤い糸を寄せ集め、分析をはじめる時間だ。君たちには想像もできないだろうが どうやら我らが被疑者は殺人が好きらしい!より具体的には、うちの上司の言うように、「被疑者は無差別に殺人を行い、犠牲者を部分的に消費し、並外れた暴力の行使を楽しんでいる」ということだ。ということで、プロファイリングは以下のようになる:
未知の被疑者に関する犯罪科学的プロファイリング
被疑者の文化や年齢は不明であり、体重は65kgから2000kgの間と推定される。靴とズボンのサイズは不明。現場からは繊維が証拠として発見されなかったことから、冷血かつ無毛であると思われる。現場写真からは、被疑者が人体に存在する血液の総量を予期していないことが見て取れ、本質的には人間的ではないことが示唆される 要するに、とんでもない量の血だまりを残しておきながらそれを気にも留めていないらしい。
この化け物 失礼、被疑者はソシオパス的傾向とサイコパス的振る舞いをもつらしく、主に人命に対して「忌まわしさ」を示している。これは我々を死ぬほど忌まわしく思っているということから明らかだ。このことは、犠牲者がいかに惨殺され、その遺体がいかに無礼に扱われるかということ、そして傍観者が無視されているということにも表れている。被疑者は被害者の選定に関して無差別的であるようだが、しかし計画的な犯罪の主体であるというよりは突発的な殺人者であるように思われる。
分かるだろう。奴はバカなのさ。
私の推測じゃあ、奴は多分負け犬だといえる。つまり、奴は男性とも女性とも関係を維持するのに苦闘していた可能性が高く、間違いなく孤独だったかよそ者だった。おそらく厳しい幼少期を送り、そしていじめの被害経験も加害経験もあるのだろう。奴は暴力をふるう。それが奴の知る唯一の方法だ。痛みと暴力が支配なのであり、それが殺人犯の知る唯一の言語なのだ。
以上のプロファイリングを基にすると、被疑者は学校を中退し、高校教育は修了していないと思われる。恐らくは旅行者だと思われるが、住居をもたない可能性や、あるいは放浪者である可能性もある。被疑者の捜索のためには、沼地や湿地、あるいはそれ以外の広く淀んだ水場を調査するべきだと提案する。
スザンヌ・バー — 倫理委員会
倫理・道徳分析
私は、「奴らは忌まわしい」と語るアノマリーの倫理及び道徳について分析することを依頼され、さらに実体を可能な限り客観的に、他の文脈上の要素が意思決定へ影響しないように評価することを求められました。
しかし、倫理とはそのように機能するものではありません。
私たちが目にするあらゆるものは、何が道徳的で何が不道徳かというレンズを通して見られます しかし、倫理というものはそれそのものだけを考察するのではなく、行為の広がりを考察するのです。主体を純粋にこの三つの単語のみから分析するなどということは失敗に終わるでしょうから、そうするつもりはありません。
私たちの議題は682についてですが、ここで二つの疑問を論じさせてください:
- SCP-682の終了を試行し続けることは道徳的といえるでしょうか?
- SCP-682は道徳を理解するでしょうか?
これらは実際には非常に関わりあった疑問であり、いずれも同じ真実を示しています。つまり、SCP-682を殺す行為の道徳性は、それが道徳性をもつかどうかの理解に直接的に結びついているのです。
より単純に、この議論を一つの疑問に落とし込むことも可能です。つまり、SCP-682が後悔を感じられるならば、終了試行を続けることは道徳的といえるでしょうか?説明いたしましょう。
もしSCP-682が後悔を感じられるのならば、反省を表明することもできるはずです。もし反省を表明することができるならば、過去の出来事を反省することもでき、また善悪の違いについての道徳的理解を持っていることになります。善悪の違いを知っているのであれば、自身の行為を道徳的に正しいと考えるか、あるいはその殺人行為を不道徳であると考えるはずです。
もしSCP-682が殺人を不道徳であると判断したならば、収容手順は非常に異なったものとなっているでしょう。SCP-682が殺人を不道徳であると捉えていないと仮定すると、残る状況は二種類です。もしSCP-682が他者を死に至らしめた行動を後悔しているのなら、終了試行を継続することは不道徳であるといえるでしょう。倫理委員会は後悔によって、個人が自らの欠点に気付いていて、回復への道の入り口に立っていることを知ることができます。変わることのできる存在を殺そうとし続けることは不道徳といえるでしょう。
しかし、そのような存在はSCP-682ではありません。たしかに、それは新しい環境に適応し、極限状況を生き残り、終わりのない破壊に耐えることもできますが そのすべてを通して、それは同質的です。同じままなのです。私たちが何をしようと、何度SCP-682の終了を試みようと、何も変わりません。常にそうであったように、ただ純粋に人類を憎み、私たちを惨殺しようとするだけです。
SCP-682は救いがたいものだと私は考えています。一切の反省を見せないだけでなく、自らの行為を変化させ成長しようとしている証拠を一切示さないのです。したがって私は、終了試行が他の関係者にとって倫理的であるならば、財団がSCP-682の殺害を試み続けないことこそ不道徳であると主張します。
それに、ひょっとしたら上手くいくかもしれませんよ?
フェオウィン・ウィルソン — ウィルソンズ・ワイルドライフ・ソリューションズ
未確認動物学的分析
これを書くことになるとは思ってもみませんでしたよ。正直なところ、ここにいられるとも思いませんでした。ボーリング協定こそありますが、監督者たちは完全な分離を望んでいたのだとずっと思っていました。私たちは彼らの援助で生き物たちを適切にケアできる代わりに、財団の他の領域で日々起こっている未確認動物への虐待を無視しているんです。
でもそれは、私の夢や計画、企てを止めはしませんでした。
682について話すなら、これは物でも概念でもないことを覚えておくことが重要です これは動物なんです。財団の捕まえた異常存在に対して、優先して満たされるニーズの種類について考えると、大きな空白があるのが分かります。つまり、財団は682に十分な栄養と運動と空間を提供してるのに、エンリッチメントは大きく欠けているんです。
少なくとも、私がこれを書き始めたときにはそう思っていました。もちろん、682はずっと収容セルに閉じ込められているのに、財団がエンリッチメントを優先させられる機会などどこにあるでしょうか?財団の心理学者に聞いたところでは、収容されているアノマリーにとても一般的にみられる傾向が、持続的で深刻なうつ状態だそうです 収容施設に到着したばかりの新しい生き物たちにもその傾向はみられます。うつ状態の生き物たちは無気力で無関心になって、世話係を攻撃しやすくなるんです。
まず、682は明らかにうつ状態で、その兆候もあるし要件もすべて満たしているように見えると思います。未確認動物学では、これは囲いの中にエンリッチメントが欠けていることが原因で、普通は同じ種の別の生き物を配置してあげたり、その生き物に娯楽や新たな課題を与えてあげることで解決できるとされています。でも、682を見てください。仲間もいないし、ずっと閉じ込められっぱなしで、それなのに エンリッチメントに欠けていると本当に言えるのでしょうか?
私はそうは言えないと思います。
もちろん、私にはこれが他の生き物たちにとってエンリッチメントになるとは思えませんが、SCP-682にとっては終了試行が「エンリッチメント」として機能していると確信しています。これは日常に変化をもたらし、新しくて興奮する刺激を682に与えて、それでいてこのトカゲの健康への長期的な影響は最小限にとどまっているみたいです。終了試行が道徳的に正しいかどうかを論じることはできませんが、しかし、動物にとって何が最善かという観点からはどうでしょう?
こんなことを言うことになるなんて信じられないですが、SCP-682を殺そうとし続けることがSCP-682にとっては最善の利益になるんです。
本当に楽しんでいるようですね。
結局、ここまでの要点とは何だったのだろうか?我々財団の研究者というものは、専門化する傾向にある。我々は他の分野を顧みることなく各々が象牙でできたブルータリズム様式の塔に閉じこもり、そこから出版物や研究を投げ捨てて下の労働者たちに拾い集めさせているのだ。我々は座し、議論し、争う。もちろん、対象分野の専門家はより多くの知見を有しているだろうが、すべての解釈に対して正しいような単一の視点というものは存在しない。
財団を形作る声たちの合唱を通してのみ、我々は最大限のことを為すことができる。我々の声が未来への道を決めるのである。
本記事はAnomalies2024年春号に掲載されたものです。