/* 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;
}
アイテム番号: SCP-3773
オブジェクトクラス: Safe
特別収容プロトコル: SCP-3773-14はサイト-87サブレベル13の小動物収容室に収容されています。1日に最低3回、収容スタッフによりSCP-3773-14とのエンリッチメント活動が実施されます。SCP-3773-14の食事は実質的に非異常のネコ科動物と同一ですが、SCP-3773-14の全形態は乳糖不耐症です。ペット用ブラシや玩具などの外部の物品は、インシデント3773-13再発の可能性を防ぐため、SCP-3773-14に与えられる前に完全に除染せねばなりません。
SCP-3773-14が死亡した場合、SCP-3773は60日以下の期間保管されます。新たなネコをSCP-3773に導入してSCP-3773-15に指定し、SCP-3773の異常性発現時には収容プロトコルを適切に更新します。
説明: SCP-3773はリネンのロープで作られた首輪です。SCP-3773の化学分析により、リネンの繊維は少なくとも200匹の異なる飼い馴らされたネコ科動物の毛を含んでいることが判明しました。最古の毛の標本は紀元前2025年頃まで遡ります。恐らく元の結合機構の摩耗のため、一対の真鍮製の留め金がSCP-3773に追加されています。SCP-3773は軽微な認識災害を示します。それを破壊する意図をもってSCP-3773に作用した人物は、付近の安全な表面にそれを置いて、SCP-3773が視界から外れるまでそれを無視します。
SCP-3773の異常性はFelis catus種の個体に取り付けられると発現し、この個体はSCP-3773-#に指定されます。SCP-3773はSCP-3773-#が死亡するまで除去することはできず、寸法は拡大・縮小して、不快感をもたらすことなくSCP-3773-#の皮膚付近に必ず収まります。SCP-3773-#は過去にSCP-3773を着用したSCP-3773とDNAが接触したネコ科動物と一致する生物学的変化を見せます。SCP-3773は同時に最低でも80匹のネコの生物学的情報を"保存"可能と推定されています。
SCP-3773-#は一見意志に応じて、複数の異なるネコ科動物の特徴を持つように自身を改変する能力を示します。毛皮の色、目の色、尾の長さや有無、生物学的性別は全てのSCP-3773-#において異なります。しかし、SCP-3773が形態をとっているネコ科動物がそうでなかったとしても、全てのSCP-3773-#は一律に乳糖不耐症です。これらの形態の変化は、食物の好み、撫でることや高い音などの刺激に対する反応の変化、異なる名前への反応などの行動の変化を伴います。SCP-3773-#が出産した子は、SCP-3773に現在"保存"されているネコ科動物と遺伝的に同一となります。
SCP-3773-#のデフォルトの"形態"は、現在SCP-3773-#に存在する全ての遺伝的情報のキメラ的な混合であるように見受けられます。毛皮はつぎはぎ模様で、目の色は多色である場合が多く、場合によっては全て機能する複数の尾が現れることもあります。
補遺: インシデント3773-13: サイト-87の異常動物学者であるカサンドラ・パイク博士は、SCP-3773-14の娯楽目的で、ヘアブラシ、おもちゃのネズミ、"ディングルボール"といった彼女の飼い猫のものであるアイテムを持ち込むことを許可されました。パイク博士のネコは2015年8月に不明な状況で死亡していました。パイク博士は行動を研究する目的でSCP-3773-14との交流を許可されました。
2016年1月、サイト-87の収容棟で以下の音声が記録されました。
ジェイコブ・コラ博士: やあ、キャシー。モングレルと遊びにここに?
カサンドラ・パイク博士: 実は、今日がこの子といられる最後の日— 少なくともしばらくは、なの。ヘンドリックス博士が新しい仕事に慣れるのを手伝うためにオレゴンに飛ばないと。
コラ博士: 入って。
(ブザーの音、続いて収容エアロックの開く音。その後約70秒間の沈黙の後、収容室内インターコムが鳴る。)
パイク博士: ジェイク、これ見て、今すぐ。
コラ博士: 何があった?
パイク博士: 3773-14、モングレル、どう呼ぶにしても…… その子が、私のネコみたいに見えるの。私の死んだネコに、(パイク博士の声が震える)オリバーみたいに見えるの。声もそっくり。
コラ博士: そんなはずはない。君のネコは3773に接触したことはない。その遺伝的特徴を持つわけがない。
パイク博士: じゃあ何で…… 何で私のネコみたいに見えるの? どういうこと?
コラ博士: この世にさびネコは何百万といる。落ち着くんだ。
(数秒の沈黙)
パイク博士: 3773が作る身体ってどれくらい精巧なの?
コラ博士: 何でそんなことを?
パイク博士: オリバーは私が迎え入れてからずっと肋骨が治ってなかった。どこかの馬鹿が蹴ったか何かしたの。右側の、皮膚の下に大きなこぶがあった。それがあるか見てみたい。
コラ博士: どうぞ。
パイク博士: ねえ、ねえオリー。オリバー。こっち来て。オリー。ねえすごいジェイク、名前呼んだら来た。こっち来て、ママの下に、こっちよ……
(パイク博士はSCP-3773-14への愛情を示す無意味な音を10秒間あげた後、突然止める)
パイク博士: 何てこと。ある。こぶがある。小さな折れた肋骨が。(パイク博士は泣き始める。)何なのこれジェイク。何なの。
その後の実験により、SCP-3773はそれを装着したネコ科動物に限らず、DNAを曝露させたあらゆるネコ科動物を記録する潜在的な可能性が示されました。現在までに、パイク博士の飼い猫を含む3匹のネコ科動物がこの方法でSCP-3773に記録されています。
補遺: パイク博士が2016年2月にオレゴン州から帰還した後、SCP-3773-14に対する彼女の職務が再開されました。SCP-3773-14は大抵パイク博士の死亡したネコの形態をとり、彼女に苦痛を与えています。本文書の都合上、SCP-3773-14のこの形態はSCP-3773-14Aに指定されます。
パイク博士は、2つの時間的制約のないプロジェクトを一時中断して、3か月間SCP-3773-14の研究スタッフとしてフルタイムの割り当てを要求しました。この要求は、サイト-87の異常動物学及び超常動物学研究の現責任者であるアダム・ラーセン博士により承認されました。しかし1週間の研究の後、パイク博士の行動は極めて異質なものへと変化しました。パイク博士は大多数の時間をSCP-3773-14と過ごすようになり、ある時にはSCP-3773-14の収容室で眠りに落ち、同じ階層に保管されている2つの異なる異常物品の収容を危険にさらしました。この件でパイク博士は懲戒処分を受けましたが、クリアランスは剥奪されませんでした。
以下の会話は、2016年3月19日午前1時12分にパイク博士と配偶者のクロード・マッティングス博士との間で行われたものを記録されました。
マッティングス博士: カサンドラ、どこへ行くんだ? こんな真夜中に。
パイク博士: マイヤーに行くだけよ。トゥインキーが食べたいんだけど、こんな遅くに開いてるのってあそこくらいだから。
マッティングス博士: スーパーに行くのにセキュリティパスは必要ないだろ。
パイク博士: 夜間受付でサインアウトするときにはいるの。
マッティングス博士: ……地上へのエレベーターはあっちだぞ。また収容室に向かってるんじゃないのか?
パイク博士: 私をどうしたいの、クロード? あそこにいるのは私のネコよ。あの子が死んだときに私がどうなったか覚えてるでしょ。あの子は私の人生で唯一あんなに長くいて…… またあの子を見るチャンスが欲しいの。お別れを言いに。
マッティングス博士: どうしたいかって? すぐにでも診察室に連れていきたいさ。君は明らかに何かの影響を受けてる。
パイク博士: どういうこと?
マッティングス博士: 君の執着心、死んだネコに似てるものへの信仰…… 不自然だ。君は術られてるんじゃないか。
パイク博士: 術られてなんかない。そうならどんな風になるか知ってるでしょ。こんなんじゃないでしょ! わ…… 私はオリーにさよならを言いたいの。いい? それだけ。
マッティングス博士: 試す方法は簡単だ。5単語。
パイク博士: 本気? いいわ、言ってみて。
マッティングス博士: 黒き月は吼えているかDoes the Black Moon howl?
この時点でパイク博士の発声パターンは大幅に変化し、録音には金属同士が音楽を鳴らすように震える音が拾われる。
パイク博士: 太陽は笑みを絶やすことなし。彼女はその耀きに適う笑みを浮かべていたが愛しき人がドゥアトへと逝きてより、心は重く固くなっていった。あなたが彼女にもう一度機会を与えたのと同じように、彼女にも別れを言う機会が与えられるに値する。
マッティングス博士: 何。だ。これ?
パイク博士の発声パターンは通常に戻り、上記のことを知らないように見える。
パイク博士: 満足?
マッティングス博士は走ってセキュリティ警報を鳴らし、パイク博士の場所にエージェントを呼び寄せる。
この後、パイク博士は最低3か月間、低レベル人型実体収容室に拘束され、その間にSCP-3773の異常性用の対抗認識災害治療が開発されました。
パイク博士のSCP-3773へのクリアランスは剥奪されました。
補遺: パイク博士へのインタビュー: 以下のインタビューは、パイク博士が認識災害治療のために隔離されてから1か月後に実施されました。
ウェスト博士: ハロルド・ウェスト博士、カサンドラ・パイクへのインタビューを開始する。認識災害テスト。黒き月は吼えているか?
パイク博士: 太陽は笑みを絶やすことなし。
ウェスト博士: 認識災害は健在。ブレーカー博士によれば、その返答はエジプト由来の認識災害と一致するらしくて、最後に見られたのは—
パイク博士: (ため息)これは何から何まで一匹のネコよ。
ウェスト博士: 何だって?
パイク博士: 私がしたかったのは…… 私の人生の良き5年間、一緒にいられて良かった相手に愛してるって言いたかっただけなの。
ウェスト博士: マッティングス博士の訪問は手配できるよ。
パイク博士: (笑い)彼以外でって話よ! あの子…… 私がスロースピットに、このサイトに来たとき、何が起きたか覚えてる?
ウェスト博士: 冷凍庫事件。みんな覚えてる。
パイク博士: 私が家に籠って回復しようとしてたとき、サイトが修復中だったとき、私は庭にいるこのネコをずっと見てた。あの子は食べ物を求めてドアに来て、オリバー・ツイストみたいに懇願し始めた。あの子はいつももっと欲しがってたの。ある日私の部屋にやってきて、そして…… ただそこにいた。
そして…… オリバーはある日いなくなった。私が外に出して、二度と帰ってこなかった。数日後にある生垣で見つかって、そして……(パイク博士の声は張り詰める)あぁ、ハリー、私はもう駄目なの。
ウェスト博士: 薬剤は取ってる?
パイク博士: 毎日。くれる服用量が多すぎるけど。調整のことは考えてる? 私は受け取った量の半分服用するはずなんだけど、みんな全部飲むよう促してくる。
ウェスト博士: それはそうだよ、カサンドラ。(ウェスト博士は数秒沈黙し、ため息をつく)はっきりといえば、ここではみんながみんなを知ってる。そしてほぼ全員が君のことを、何が起きてるのかを心配してる。3773はここでちゃんとスキップらしくしてるアイテムの一つで、こんな風に研究員に影響してるのを見ると……
パイク博士: 何も災害とかなかったらどうする?
ウェスト博士: ファイブワードテストははっきりとそれを反証してる。ほぼ確実に認識災害を検知できるミームだからね。
パイク博士: 録音は聞いたでしょ。あれ私みたいに聞こえた?(一時休止)多分私は術られてると思うけど、認識災害でじゃない。多分何かが私に干渉してここに連れてきたんだと思う。
ウェスト博士: その勢力は何があってそんなことを?
パイク博士: ……私を独りにさせたいから。それでやっと私のやりたいことができるようになる。
これ以降パイク博士は質問に反応しなくなる。ウェスト博士はインタビューを終了する。
補遺: 映像ログ: 以下は2016年6月3日にパイク博士の観察室で記録された映像の転写です。
22:05: カメラの不調。映像は3分後に再開した。その間の音声は利用不可能。
22:08: パイク博士は眠っている状態から身体を動かし、起き上がって顔を部屋の扉に向ける。
22:09: 収容室の扉が開き白い光が入ってくる。パイク博士の収容室外部のカメラでは扉は閉じている。
22:11: 光の中から2匹のネコ科動物が現れる。1匹はSCP-3773-14Aに類似しており、もう1匹は長さ0.5メートルの尾、顔に金のマスク、光る目をした黒い飼い猫に類似した未知の実体である。映像の解像度は低いが、後者の実体はSCP-3773を着用して、前者は着用していないように見える。
22:12: SCP-3773-14Aはパイク博士のベッドに飛び乗り、愛情をもって交流し始める。パイク博士は泣いて、SCP-3773-14Aを抱きしめる。パイク博士は未知の3773-#実体に話しかけているように見える。
22:30: 2つのタイムスタンプの間に、パイク博士とSCP-3773-14Aは交流して遊び、未知の3773-#実体は自身の背後から、SCP-3773-14Aとパイク博士が遊べるようにロープとボールを生成しているのが見える。22:30、SCP-3773-14Aはパイク博士から飛び降りて扉に向かう。パイク博士はその後を追い、拾い上げて額にキスをする。
22:34: SCP-3773-14Aと未知のSCP-3773-#実体の両者は出発し、その背後で扉が閉じる。パイク博士はベッドに戻って眠り、左手には何かを持っているのが見える。
翌朝の映像の確認後、SCP-3773-14の収容室が検査されましたが、収容室の隅で眠っている様子が映っていました。このインシデント以降、SCP-3773-14はパイク博士の以前のネコの形態を取っていません。
この後、パイク博士自身はサイトセキュリティのメンバーによりインタビューされました。
エージェント・ニコラス・イーウェル: このインシデントは覚えていますか?
パイク博士: ……覚えてる、だけどこんなことが起きたなんて信じられない。そして目が覚めたらドアのところにあなたたちみんながいて、服に猫の毛が付いてた。
エージェント・イーウェル: 黒き月は吼えているか?
パイク博士: [データ削除済]
エージェント・イーウェル: 認識災害は、元々あったとしても、もうないようです。期間中はあなたを観察下に置いておきます。あなたのネコと一緒にいたこの…… 実体が何かわかりますか?
パイク博士: ……考えてることがあるけど、サブレベル5の神話部門が後押ししてくれないと自信は持てない。彼女は私があの子と遊ぶためにおもちゃを作り続けてた。あの子が大好きだったボールだってくれたの。何とか本当にさよならを言うことができた。どんなにいい閉幕だったか想像できる、エージェント・イーウェル?
エージェント・イーウェル: ノーコメントで。
パイク博士: いいものだったわ。飼ったことあるネコはオリバーが最初じゃないけど、恐らくあの子が最高の子の一匹。私は…… あの子を失ったこととクロードとの口喧嘩とに挟まれて途方に暮れてた。今なら、何でもやれる気がする。
エージェント・イーウェル: まずはカウンセリングを受けましょう。観察が終わってこちらが…… 話を簡単にするために、認識災害があなたのシステムから消えたと確信出来たら、ワイス管理官の命令によりあなたは3か月間の精神休暇に入ります。それまでは、重大な緊急事態でもない限りはこの住所に戻って来てはいけません。家族はいますか?
パイク博士: オハイオに両親と兄が。
エージェント・イーウェル: 彼らを訪れるいい機会です。もちろんミーム契約にはサインしてくださいよ。
パイク博士: 緘口令ってことね。いいわ、家族にペラペラしゃべったりしない。(パイク博士は咳払いする。)それで全部?
エージェント・イーウェル: 最後に。あなたが寝に戻ったとき、手に何かを持ってました。あれは何ですか?
パイク博士: ここにあるわ、ちょっと待ってて。
SCP-3773-Aは飼い猫が着用することを目的とした、取り外し可能な留め金が付いた非異常の革製の首輪です。ウバステと書かれた真鍮製のネームプレートが取り付けられています。