/* 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;
}
-
Info
SCP-5751: "最期の言葉"
完全に消えてしまうものなんて無い。えー、純潔だろ。そして尊敬の念。あとは裁判沙汰とかも……
SCP-5751: "The Last Word"
Nothing is ever truly lost. Well, innocence. And respect. And court cases…
この著者の他作品!
More by this author!
特別収容プロトコル: SCP-5751を収容するには、財団は世界中全ての光学的記録メディアを確保し、これ以上の製造を停止させる必要があります。このような行動は資金・人材に莫大な支出を強いるのみならず、著しくメディアの注目を集めることになるため、このアプローチは現在考えられていません. Cernunnosクラスのオブジェクトは財団による収容自体は可能なものの、収容に要する手段が非現実的です。 。
Special Containment Procedures: To contain SCP-5751, the Foundation would need to secure all instances of optical storage media worldwide and halt their further production. As such action would represent an enormous expenditure of funds and manpower, and attract considerable media attention, this approach is not presently under consideration.. Cernunnos-class objects can be contained by the Foundation, but the measures required to do so are impractical.
ソリッドステートメディアが完全に光学的記録メディアを置き換えたならば、SCP-5751は再分類を要されるでしょう。それまでは、財団の利潤に関する場合を除き、SCP-5751実例の回収は最小限に留めるものとします。必要に応じ、記録メディアのコレクションを購入するために適度な予算ラインが組まれています。法執行機関により証拠として保管されているコレクションに関しては、より上位の機関への偽装、ないしは (可能な場合は) 機関間の協力を通して回収されるものとします。
In the event that solid-state media entirely replaces optical storage media, SCP-5751 may require reclassification. Until that point, except in cases relating to Foundation interests, minimal effort to acquire SCP-5751 instances will be made. A modest budget line exists for the purchase of storage media collections when necessary; collections held as evidence by law enforcement agencies should be acquired via impersonation of higher-level authorities or inter-agency cooperation (where possible).
SCP-5751実例はサイト-43の高価値データ保管施設-4に収蔵されています。
Instances of SCP-5751 are archived in High-Yield Data Storage Facility 4 at Site-43.
説明: SCP-5751は所有者の死後、ディスクベースの記録メディアのコレクション中に追加のディスクが現れる現象です。初期のSCP-5751実例は8インチ“フロッピー”ディスクでした。以後、本アノマリーは5¼インチ・3½インチディスク、ハードディスク、ZIPディスク、コンパクトディスク (CD-ROM)、デジタル多用途ディスク (DVD)、ミニディスク、ミニDVD、レーザーディスク、Blu-Rayディスクにも及んでいます。
Description: SCP-5751 is the phenomenon of additional items appearing in collections of disc-based storage media after their owner's death. The first SCP-5751 instances were 8-inch 'floppy' disks. The anomaly has since spread to 5¼-inch and 3½-inch disks, fixed disks, Zip disks, compact discs (CD-ROM), digital versatile discs (DVD), MiniDiscs, MiniDVD, LaserDiscs and Blu-Ray discs.
SCP-5751-305。 / SCP-5751-305.
20枚以上のディスクのコレクションを所有している人物が亡くなった際、高確率でSCP-5751実例がその中に出現します。実例には、コレクションの所有者に関するセンシティブなデジタル情報が記録されています──これには画像、文書、映像、アプリケーション固有ファイルが含まれ得ます。これらのファイルは本アノマリーにより作り出されたわけではなく、復元されたものです──ファイルは生前にコレクション所有者により削除もしくは破壊されたものです.このように断定できる証拠については、SCP-5751-1およびSCP-5751-5958のデータベースエントリを参照ください。。ディスク自体は本アノマリーにより作り出されており、同じコレクション内の他のディスクをそっくり再現しています──物理的状態まで一致しているため、財団外に起源を持つ実例では、発見者が機械で読み込めるように施した粗雑な“修理”が散見されます。
Upon the death of an individual possessing a disc collection numbering twenty items or more, there is a high probability that an SCP-5751 instance will manifest within it. The instance will contain sensitive digital information pertaining to the collection's owner; this can include images, documents, videos, and application-specific files. These files are not created by the anomaly, but rather restored; they were deleted or destroyed by the collection's owner at some point during their lives..See database entries for SCP-5751-1 and SCP-5751-5958 below for the evidence behind this assertion. The discs themselves are created by the anomaly, though they closely mimic other items in the same collection — to the point of matching their physical condition, such that instances originating outside of the Foundation often feature crude 'repairs' attempted by their discoverers to make them machine-readable.
SCP-5751実例のファイルは、どれも前所有者の道徳的・法的な問題点を提起するものです。ポルノグラフィ、それも違法な類のものが一般的です。不正行為の文章/写真/映像証拠や反社会な嗜好・志向を示すインターネットブラウザの履歴、他人から盗んだ情報なども一般的です。ほとんどの場合、SCP-5751実例が財団の注意を引くのは、死後すぐに著名人や犯罪者の個人生活に関する不自然な暴露が起こった際です。
Every file on an instance of SCP-5751 carries negative moral or legal implications about its former owner. Pornography is common, particularly illegal varieties. Textual, photographic or video evidence of wrongdoing, internet browser histories suggesting antisocial proclivities or pursuits, and information stolen from other individuals are also common. In most cases the existence of SCP-5751 instances comes to Foundation attention when unusual revelations about the personal lives of celebrities or criminals occur immediately after their deaths.
補遺5751-1、インベントリ抜粋: サイト-43ネットワークデータベース (43NET) より取得されたSCP-5751実例の代表的サンプルを以下に転載します。
Addendum 5751-1, Partial Inventory: A representative sample of SCP-5751 instances retrieved from the Site-43 Network Database (43NET) is reproduced below.
43NET: SCP-5751実例目録 [抜粋]
43NET: Catalogue of SCP-5751 Instances [SELECTED] |
アイテム番号: SCP-5751-1
Item #: SCP-5751-1 |
日付: 1980/05/14
Date: 05/14/1980 |
説明: 19点のVISUSブランドの5¼インチフロッピーディスク。それぞれに非可逆DCT圧縮された一枚の画像ファイルが保存されている。各画像は計19のバラバラ死体の1つを写している。
Description: Nineteen VISUS brand 5¼-inch floppy disks, each containing a single image file with lossy DCT compression. Each image depicts one of nineteen mutilated corpses.
備考: 1979年、アルバニアの映画製作者B. プリフティは『傷負う者たち』 (The Wounded)、“スナッフ”要素が含まれている疑惑のあるグラフィックホラー映画を発表した。暗い照明とキャスト情報の欠如により、1980年に彼が麻薬のオーバードーズで心臓発作を起こして、3分間の死亡後に蘇生するまでは逮捕を免れていた。警察は麻薬関連品を発見しようと彼の住居の捜査令状を確保したが、代わりに発見されたのは、個人特定に十分鮮明な殺害された俳優らの画像が保存されたフロッピーディスクであった。この証拠をもとに、プリフティは1982年に死刑となった。
Notes: In 1979 Albanian filmmaker B. Prifti released The Wounded, a graphic horror film suspected to contain 'snuff' elements. The low lighting and lack of cast information precluded his arrest until 1980, when he suffered a heart attack after a drug overdose and was dead for three minutes before resuscitation. Police secured a search warrant for his apartment, hoping to find drug paraphernalia; they instead discovered the floppy disks, which contained images of the murdered actors of sufficient resolution for their identification. This evidence led to Prifti's execution in 1982.
|
これらの発生事例について、レベル2クリアランス以上の全職員がアクセスできるログを開設する。本アノマリーは注目に値するものだ。 [V.L. スカウト管理官]
Inaugurating a log of these occurrences, accessible to all personnel at or above Level 2 clearance. This anomaly bears watching. [Scout, Dir. V.L.]
|
アイテム番号: SCP-5751-905
Item #: SCP-5751-905 |
日付: 1999/02/19
Date: 02/19/1999 |
説明: 1点のVISUSブランドの3 1/4インチフロッピーディスク。後期モデルの素材の質が悪かったため、状態は悪い。ディスクにはPortico 1.0のこれまで知られていなかった初期ビルドのごく一部が保存されている。Portico 1.0はソフトウェアの偉人マーク・ポストによりコードされたオペレーティングシステムであり、彼の会社を世に知らしめた。
Description: One VISUS brand 3 1/4" floppy disk, in poor condition due to inferior late-model materials. The disk contains a small portion of a previously-unknown early build of Portico 1.0, the operating system coded by software pioneer Mark Post which made his company a household name.
備考: ポストの死後、ディスクは伝記作家により発見された後、ニューヨーク・タイムズの記者に売却された。ソフトウェア分析は、このコードにAnanasoft Inc.のソフトウェアエンジニアのコメントがそのまま入っており、コードが競合オペレーティングシステムであったANANASYS Cayenneから盗用されていた事実を明らかにした。ポストはその後、社の宣伝資料から除外された。
Notes: After Post's death, the disk was discovered by his biographer who sold it to a reporter for the New York Times. Software analysis revealed that the code still contained comments from software engineers at Ananasoft Inc., indicating that it was actually plagiarized from the competing ANANASYS Cayenne operating system. Post was subsequently excised from his company's promotional material.
|
さて、どうすればこいつらは出現するんだろうな? 何も必ずや現れるとは限らないからだ。なるべく多くのセクションにこれを見てもらいたい。 [H. ブランク博士]
So, what makes these things appear? Because they don't always appear. I'd like to get as many Sections looking at this as possible. [Blank, Dr. H.]
|
アイテム番号: SCP-5751-1853
Item #: SCP-5751-1853 |
日付: 2002/11/17
Date: 11/17/2002 |
説明: 1点のMCA DiscoVision レーザーディスク。サイト-77の故 Y. 芹沢研究員の専門家としての活動に関する特に目立った点のない記録を保存している。
Description: One MCA DiscoVision LaserDisc containing an unremarkable record of the professional activities of deceased Senior Researcher Y. Serizawa at Site-77.
|
どうやら我々は冷酷なうえ残酷だと思われているらしい。 [T. モンティ]
Apparently it thinks we're cold and cruel. [Monti, T.]
|
こいつにかかりきりだな、ティモ? [H. ブランク博士]
Been sitting on that one long, Timo? [Blank, Dr. H.]
|
アイテム番号: SCP-5751-2929
Item #: SCP-5751-2929 |
日付: 2015/09/08
Date: 09/08/2015 |
説明: 1点の書換不可能なソニーブランドのコンパクトディスク。工場出荷状態で、プラケースと内紙が完備されている。ディスクは691MBの合法ながら特殊性癖のポルノグラフィが.mp4ないしは.wmvフォーマットで保存されており、同梱されている.txtファイルに完全に目録化されている。
Description: One non-rewritable Sony brand compact disc in factory fresh condition, complete with jewel case and labelled insert. The disc contains 691MB of legal, fetish pornography in .mp4 and .wmv format, immaculately catalogued in an included .txt file.
備考: サイト-43研究員 アドリヤン・ズラター博士は2015/09/08、SCP-5243に巻き込まれ、玄妙除却施設AAF-Dで亡くなった。保安・収容セクションの職員が、同日中に彼のオフィスでSCP-5751-2929を発見した。
Notes: Site-43 researcher Dr. Adrijan Zlatá was killed in Acroamatic Abatement Facility AAF-D by SCP-5243 on 09/08/2015. Security and Containment Section personnel discovered SCP-5751-2929 in his office that same day.
|
アドリヤンを5年間毎年かかさず殺しているタイムループ事象のおかげで、我々の手元には彼が消した秘密の埋蔵ポルノが今や5つもある。彼のCDコレクションを廃棄するか、アダルトビデオ店を開くかしたほうがいいと正式に勧めておこう。 [H. ブランク博士]
Thanks to the time loop event that's killed Adrijan every year for half a decade, we've now got five copies of his deleted porn stash. I'm officially recommending we either dispose of his CD collection or open an adult video store. [Blank, Dr. H.]
|
このアノマリーは戦術的に利用できるな、ちょっと頭を捻らなければ。 [D. ソコルスキー博士]
There's a tactical use for this anomaly, I just need to wrap my head around it. [Sokolsky, Dr. D.]
|
そうするには悪い風向きだけれど、流れは変わるものよ。思いついたら聞かせてもらうわ。 [S. ライト管理官]
The climate for that is bad right now, but climates change. If you think of something, let's talk. [Light, Dir. S.]
|
アイテム番号: SCP-5751-5760
Item #: SCP-5751-5760 |
日付: 2018/04/25
Date: 04/25/2018 |
説明: 傷だらけの書換可能なMemorexブランドのDVD-ROM。D.コッツ博士のコレクションに入っていたもので、10年間に渡るクラスD職員への職務要件を逸脱した違反行為の記録と、今後予定している違反行為を詳しく述べている電子日誌が保存されている。
Description: One badly scratched rewritable Memorex brand DVD-ROM in the collection of Dr. D. Coutts, containing a decade-long record of transgressions against Class-D personnel beyond the requirements of his duties, and an electronic diary detailing planned future transgressions.
備考: 倫理委員会に対してコッツ博士の違反を立証できなかった後、T.モンティ博士はサイト-77の居住区域で彼を銃殺し、結果発生したディスクを証拠として提出した。その後モンティ博士は自身の所有する個人的なディスクコレクションを破壊し、コッツ博士の遺体が発見される前に自殺した。
Notes: After failing to prove Dr. Coutts' offenses to the Ethics Committee, Dr. T. Monti shot him dead in his living quarters at Site-77 and submitted the resulting disc as evidence. Dr. Monti then destroyed his own personal disc collection and committed suicide before Dr. Coutts' body was discovered.
|
これを思いついていればなあ。自殺は余計だが。 [D. ソコルスキー博士]
Wish I'd thought of this. Minus the suicide part. [Sokolsky, Dr. D.]
|
友人の死後、その恥ずかしいファイルを消し去ってやるみたいなことではあるんだが、ただ……真反対なんだよな。 [H. ブランク博士]
It's like how people wipe their friends' embarrassing files after they die, only… the opposite. [Blank, Dr. H.]
|
同様のインシデントを防ぐため、5751をクリアランスレベル4まで上げるとしよう。 [A. マッキンス管理官]
Bumping 5751 up to Clearance Level 4 to prevent similar incidents. [McInnis, Dir. A.]
|
アイテム番号: SCP-5751-5958
Item #: SCP-5751-5958 |
日付: 2020/06/18
Date: 06/18/2020 |
説明: 1点の損傷した、書換可能なBlu-Rayディスク。D-11424のコレクションに入っており、内容は[データ削除済]。
Description: One damaged, rewritable Blu-Ray disc in the collection of D-11424, containing [DATA EXPUNGED].
備考: D-11424は彼のファイルが戻ってきたことに喜び、「これもう消えちまったと思ってたんだ!」と述べた。その後ファイルは没収された。
Notes: D-11424 expressed satisfaction at the return of his files, remarking "I thought I'd lost these forever!" The files were subsequently confiscated.
|
エウレカ。ちょいと提案をまとめる時間だ。 [D. ソコルスキー博士]
Eureka. Time to whip up a few proposals. [Sokolsky, Dr. D.]
|
待ってるわね。 [S. ライト管理官]
I'll be waiting. [Light, Dir. S.]
|
君たちがこれをもう忘れてくれてることを願ってたよ。 [H. ブランク博士]
I was hoping you'd both forgotten about this. [Blank, Dr. H.]
|
アイテム番号: SCP-5751-6018
Item #: SCP-5751-6018 |
日付: 2020/09/30
Date: 09/30/2020 |
説明: 1点の書換不可能なBlu-Rayディスク。財団エージェント C. マクデヴィットの雇用前に起きた未報告のインシデント群が保存されている。
Description: One non-rewritable Blu-Ray disc containing unreported incidents from Foundation agent C. McDevitt's pre-employment history.
備考: エージェント・マクデヴィットと他4名のエージェントらは要注意団体 第二触覚集会の3つの異なるセルでモグラとして活動していた。彼女の個人コレクションにディスクが出現したことでMTF司令官に彼女の死亡が通報され、残る4名のエージェント中3名が無事素性がばれる前に救出された。
Notes: Agent McDevitt and four other agents were working as moles within three separate cells of the Second Haptic Assembly group of interest. The appearance of a disc in her personal collection alerted her MTF commander to her death, and three of the four remaining agents were successfully extracted before their covers were also blown.
|
死亡センサーに使ったわけか。冴えてるな。4人目のエージェントはどうした? [H. ブランク博士]
Using it as a death signal. Clever. What happened to the fourth agent? [Blank, Dr. H.]
|
まずそいつが死んで、拷問でマクデヴィットのことを吐いたらしいな。ディスクが生成されなかったから、手遅れになるまで気づけなかった。 [D. ソコルスキー博士]
They died first, and apparently gave up McDevitt under torture. Didn't generate a disc, so we didn't find out until it was too late. [Sokolsky, Dr. D.]
|
前言撤回。冴えてはないな、こりゃ駄目だ。 [H. ブランク博士]
I take it back. This isn't clever, it's idiotic. [Blank, Dr. H.]
|
アイテム番号: 無し
Item #: None |
日付: 2020/10/07
Date: 10/07/2020 |
説明: N/A
Description: N/A
備考: 財団の情報提供者として活動していた5名の壊れた神の教会メンバーらが、2020年10月早期に裏切り者であると露呈してしまった。彼らはサンクト・ペテルブルグのセーフハウスに逃げ込み、救出を待った。最高司祭ロバート・ブマロはO5評議会に対峙し、財団が関与していない証拠を要求した。両組織間の不安定な停戦状態を守るため、エージェントらは評議会に否認されたのち空爆で殺害された。こうした不慮の事態をカバーするため前もってディスクコレクションが用意されていたが、新たなディスクは発生しなかった。
Notes: Five members of the Church of the Broken God, who had been acting as informants for the Foundation, were uncovered as traitors in early October 2020. They were able to escape to a safehouse in St. Petersburg to await extraction. Highest Priest Robert Bumaro confronted the O5 Council and demanded proof that the Foundation was uninvolved. The agents were disavowed by the Council and killed via airstrike, to preserve the tenuous truce between the two organizations. Disc collections had been prepared in advance to cover this eventuality; no new discs appeared, however.
|
私の判断だとも。だが私のミスじゃない。オッズは良かった。次は上手く行くさ。 [D. ソコルスキー博士]
My call, yes, but not my fault. The odds were good; it'll work next time. [Sokolsky, Dr. D.]
|
ギャンブラーの誤謬だけど、ここでやめるわけにはいかないわ。 [S. ライト博士]
Gambler's fallacy, but we've come too far to stop now. [Light, Dir. S.]
|
それを言うならサンクコストの誤謬だな、文句をつけるわけじゃないが。 [D. ソコルスキー博士]
Sunk cost fallacy, but I'm not complaining. [Sokolsky, Dr. D.]
|
アイテム番号: SCP-5751-6396
Item #: SCP-5751-6396 |
日付: 2020/10/28
Date: 10/28/2020 |
説明: 1点の書換不可能なBlu-Rayディスク。カオス・インサージェンシーの基地に関する技術的詳細とフィールドノートが保存されている。
Description: One non-rewritable Blu-Ray disc containing technical specifications and field notes on a Chaos Insurgency installation.
備考: 潜入財団エージェント L. ロイルは、カオス・インサージェンシー構成員としての偽装身分の下で一連の反規則行為を行った。彼はこれらの行いを一連のテキストファイルにまとめ (彼が勤務しているCI施設の人員配置、軍備、活動の重要な詳細情報を記載)、これらを削除した後、自殺した。ファイルはミッション開始前に彼の名義で購入されたBlu-Rayコレクションから回収された。
Notes: Embedded Foundation agent L. Royle performed a series of violent acts as part of his cover as a member of the Chaos Insurgency. He summarized these acts in a series of text files, including vital details about the staffing, armaments, and activities of the CI facility where he worked, deleted them, and subsequently committed suicide. The files were recovered from a Blu-Ray collection purchased in his name before the mission began.
|
どれほど下衆なことをロイルにやらせてこの情報を手に入れた? そして任務完了時、彼に自殺するのをどうやって納得させたんだ? [H. ブランク博士]
How much awful shit did Royle have to do to get us that info? And how did you convince him to commit suicide when he was done? [Blank, Dr. H.]
|
1) 君は知りたくないだろう 2) 彼を説得させた方法も君は知りたくないだろう [D. ソコルスキー博士]
1) You don't want to know, and 2) the stuff you don't want to know about convinced him. [Sokolsky, Dr. D.]
|
アイテム番号: SCP-5751-6504
Item #: SCP-5751-6504 |
日付: 2020/11/21
Date: 11/21/2020 |
説明: 1点のハードディスクドライブ。500GBのポルノグラフィ画像・動画が、43点の様々な個人コンピュータのメタデータと、1つのアドレス帳とともに保存されている。
Description: One hard disk drive containing 500GB of pornography images and video with metadata from thirty-four different personal computers, and one address book.
備考: ライプツィヒ警察は2009年、コンピュータ技師 O. レヴァンドフスキに対し、彼が児童ポルノグラフィのブローカーである疑いから捜査令状を執行した。レヴァンドフスキの自宅にある全てのハードディスクドライブは、磁気によりデータを削除されていることが発覚した。2020年、彼の死後に2度目の捜査令状が取得され、そこで上述のファイルを保存したドライブが発見された。メタデータとアドレス帳の情報を基に、47名のレヴァンドフスキのサプライヤーと顧客が裁判にかけられた。
Notes: Leipzig police executed a search warrant in 2009 against computer technician O. Lewandowski, on suspicion that he was acting as a broker for child pornography. All hard disk drives in Lewandowski's home were found to have been wiped clean, via magnetization. A second search warrant was issued after his death in 2020, whereupon a drive was found containing the aforementioned files. Information from the metadata and address book was used to bring forty-seven of Lewandowski's suppliers and customers to trial.
|
健闘を祈るぞ、5751。 [H. ブランク博士]
Keep fighting the good fight, 5751. [Blank, Dr. H.]
|
HDDが影響を受けるとは考えもしなかったな。ハインドサイト・2020エディションってわけだ。 [D. ソコルスキー博士]
Never occurred to me HDDs would be affected. Hindsight, 2020 edition. [Sokolsky, Dr. D.]
|
君は戦術対応のスペシャリストだろ。君には先見の明フォアサイトがないと困る。 [H. ブランク博士]
You're a tactical response specialist. You're supposed to have foresight. [Blank, Dr. H.]
|
アイテム番号: SCP-5751-6827
Item #: SCP-5751-6827 |
日付: 2020/12/19
Date: 12/19/2020 |
説明: 5点の書換不可能なBlu-Rayディスク。財団のデータを保存している。
Description: Five non-rewritable Blu-Ray discs containing Foundation data files.
備考: 2020年後期、マクスウェリズム教会は財団に最後通牒を発し、SCP-5751に関する全情報を要求した。この最後通牒が棄却されたことを受け、マクスウェリストの工作員らがサイト-43の保安境界を破り、地下施設への侵入に成功した。D. ソコルスキー博士はSCP-5751の全データを削除した。この時までに、彼はアノマリーの実践的用法についての詳細なメモとともに、データを5つの大容量ファイルにまとめていた。意気消沈したマクスウェリストらは敗戦、捕縛の末に尋問された。彼らはSCP-5751が「WANの平準化装置レベラー」であり、分散化した電子の神の正義感の顕現であったと証言した。詳細調査については、ファイルの復元を待っている。
Notes: In late 2020 the Church of Maxwellism issued an ultimatum to the Foundation, demanding all information pertaining to SCP-5751. When this ultimatum was refused, Maxwellist operatives breached the security perimeter of Site-43 and successfully entered the underground facility. Dr. D. Sokolsky deleted all SCP-5751 data, which he had already condensed into five large files along with his detailed notes on the anomaly's practical applications. The demoralized Maxwellists were defeated, captured, and interrogated. They referred to SCP-5751 as "WAN's Leveller," a manifestation of their fragmented electronic god's sense of justice. Further investigation is pending the recovery of the files.
更新: 2020年12月後期にソコルスキー博士に行われた一連の自発的医療措置の結果、失われたデータが復元された。
Update: Following a series of voluntary medical procedures conducted on Dr. Sokolsky in late December of 2020, the missing data was recovered.
|
私の誤読でないなら、ダニイル、君はBlu-Rayコレクションに全データが現れるまで殺害・蘇生させられたというわけか? [H. ブランク博士]
Am I reading this wrong, Daniil, or did you let them kill and resuscitate you until all the data showed up in your Blu-Ray collection? [Blank, Dr. H.]
|
誤読だな。私こそがBlu-Rayコレクションに全データが現れるまで殺害・蘇生させたのだ。 [D. ソコルスキー博士]
You're reading it wrong. I asked them to kill and resuscitate me until all the data showed up in my Blu-Ray collection. [Sokolsky, Dr. D.]
|
いったい何度繰り返した? [H. ブランク博士]
How many tries did that take? [Blank, Dr. H.]
|
5回以上。 [D. ソコルスキー博士]
More than five. [Sokolsky, Dr. D.]
|
お前にはもうSCPファイルを読ませるべきじゃないな。 [H. ブランク博士]
You shouldn't be allowed to read SCP files anymore. [Blank, Dr. H.]
|
宛先: ダニエル・███████博士
送信元: ダニイル・ソコルスキー博士
CC: ソフィア・ライト管理官
日付: 2020/12/30
件名: Re: SCP-5751
To: Dr. Daniel ███████
From: Dr. Daniil Sokolsky
CC: Dir. Sophia Light
Date: 12/30/2020
Subject: Re: SCP-5751
ダニエル、
Daniel,
これを次なるレベルへ進める時が来たと思うが、ソフィアがメールに返信してくれない。そういうわけでSCP-5751の書類を緊急時脅威戦術対応機構のポートフォリオへ移させてもらった。ETTRAの副長官としての立場より、以下の研究課題を進言させていただく。
I think it's time to take this to the next level, but Sophia won't answer my emails. I'm therefore moving the SCP-5751 dossier into the Emergent Threat Tactical Response Authority's portfolio. In my capacity as a deputy director of ETTRA, I propose the following research questions:
1) 5751は本当にWANの一部なのだろうか?
1) Is 5751 really a fragment of WAN?
2) 「人」が死亡したときのみ発生するのだろうか? ディスクコレクションを動物に割り当ててみたらどうなる? 「組織」にディスクコレクションを割り当ててみたら?
2) Does it only activate when PEOPLE die? What if we assigned a disc collection to an animal? What if we assigned a disc collection to an ORGANIZATION?
3) 不安定な代替タイムラインの人々からディスクコレクションを手に入れることができたとして、タイムラインの滅亡とともに新たなディスクは生成されるのだろうか? それは5751の考える「死」にカウントされるのだろうか?
3) If we could acquire disc collections from people in unstable alternate timelines, would the new discs generate upon timeline collapse? Would that count as 'death' for 5751's purposes?
4) 全てのディスクメディアのコレクションを確保するのではなく、全員で1つを持つように強制できないだろうか? 世界中の全員なら? それは大半のK-クラスシナリオが、人類により犯された残虐行為を統合した巨大なアーカイブを生成することを意味するのだろうか?
4) What if instead of securing all disc media collections, we forced everyone to have one? Everyone, in the world? Would that mean most K-class scenarios would now generate a massive archive on the combined atrocities committed by mankind?
Dクラス職員プールへのアクセスを正式に要請する。
I am formally requesting access to the D-Class personnel pool.
- サイト-43 D. ソコルスキー博士
- Dr. D. Sokolsky, Site-43
宛先: ダニイル・ソコルスキー博士
送信元: ダニエル・███████博士
CC: ソフィア・ライト管理官
日付: 2020/12/30
件名: Re: Re: SCP-5751
To: Dr. Daniil Sokolsky
From: Dr. Daniel ███████
CC: Dir. Sophia Light
Date: 12/30/2020
Subject: Re: Re: SCP-5751
ダニイル、
Daniil,
休暇を取る時間ではないかな。
I think it's time for you to take a vacation.
1) これをどうやって試験する?
1) How would you test this?
2) 猫がどんな悪行をしたかを知って何になる?
2) Why would we want to know what awful things our cats have done?
3) 宇宙の死を事実調査に利用することを提案しているのか? それとも事実調査のために宇宙の死を引き起こすことを提案しているのか? この違いは私には重要だ。
3) Are you suggesting we use the deaths of entire universes as fact-finding missions? Or are you suggesting we cause the deaths of entire universes for fact-finding missions? The distinction is important to me.
4) だからどうやってこれを試験しろというんだ。
4) HOW WOULD YOU TEST THIS.
君には正式に医療検査を受けるよう命令させてもらう。先週君の心臓をきちんと再起動できたのか、100%の自信はない。
I am formally ordering you to get a medical checkup. I'm not 100% sure they properly restarted your heart last week.
- エリア-09 ETTRA司令部 ダン博士
- Dr. Dan, ETTRA Command, Area-09
P.S. 特定の重量を持ったディスクコレクションをデッドマンズ・スイッチに利用してはどうだろうか? あるいは希少な、深妙な、ないしは奇跡術的素材で新たなフォーマットを作ってみたとして、本アノマリーはその複製に使えないか? あるいは……
P.S. What about using a disc collection with a specific weight as a dead man's switch? Or making up a new format out of rare, esoteric, or even thaumaturgical materials, and using the anomaly to duplicate them? Or…
財団 緊急時脅威戦術対応機構からの通達
NOTICE FROM THE FOUNDATION EMERGENT THREAT TACTICAL RESPONSE AUTHORITY
SCP-5751のデータベースファイルならびに関連する全情報は、現在本オフィスの専有的管轄下に置かれています。実験申請に関する全ての問い合わせ・提案は、サイト-43のダニイル・ソコルスキー博士までお願いします。
The SCP-5751 database file and all information pertaining thereto are now under the exclusive purview of this office. Please direct all enquiries or proposals for experimental applications to Dr. Daniil Sokolsky at Site-43.
— ETTRA ダン・███████長官
— Dr. Daniel ███████, Director, ETTRA
タイトル: Dead Media Society: 5 1/4' floppy disk
作者: Kino Praxis
出典: Flickr
ライセンス: CC BY 2.0
公開年: 2006
タイトル: LDDVDComparison-mod
作者: Kevin586
出典: Wikimedia Commons
ライセンス: CC BY-SA 3.0
公開年: 2005
タイトル: BLANK.png
作者:
HarryBlank
出典: SCP wiki
ライセンス: CC BY-SA 3.0
公開年: 2021
補足: 以下の画像を素材として利用。
タイトル: An HDD
作者: Ervins Strauhmanis
ライセンス: CC BY 2.0
出典: Flickr
公開年: 2013
全て
HarryBlank氏作成で、CC BY-SA 3.0。
2020年公開
- 5751.png
- Disc.jpg
- Disk.jpg
- 3.jpg
- Zlata.jpg
- DVDR.jpg
- D.jpg
- BD1.jpg
- BD2.jpg
- BD3.jpg
- Asterisk.png
2021年公開
ページコンソール
批評ステータス
カテゴリ
SCP-JP
本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。
GoIF-JP
本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。
Tale-JP
本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。
翻訳
その他
他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。
コンテンツマーカー
ジョーク
本投稿の際にジョークタグを付与する下書きが該当します。
アダルト
本投稿の際にアダルトタグを付与する下書きが該当します。
既存記事改稿
イベント
フィーチャー
短編
構文を除き数千字以下の短編・掌編の下書きが該当します。
中編
短編にも長編にも満たない中編の下書きが該当します。
長編
事前知識不要
フォーマットスクリュー
SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。
シリーズ-JP所属
JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。
シリーズ-Other所属
JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。
世界観用語-JP登場
JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。
世界観用語-Other登場
JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。
ジャンル
アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史
任意
任意A任意B任意C
ERROR
The Dr_Kasugai's portal does not exist.
エラー: |
Dr_Kasugaiのportalページが存在しません。利用ガイドを参照し、portalページを作成してください。 |
利用ガイド
非常に面白そうな記事の翻訳ありがとうございます、そして何よりお疲れ様です。
全体的に綺麗に訳されているなという印象を受けましたが、幾つか単語単位で気になる点があったので指摘させていただきます。
説明セクションの終わりあたりにある
を「奇妙な暴露」と訳されていましたが、「不自然な暴露」と訳すのはどうでしょう?確かに「unusual」は奇妙や普通ではないといった意味が正しいのですが、不自然と訳した方が原文に含まれたニュアンスや日本語としての自然さがあると思いました。
アイテム番号SCP-5751-2929の終わりにある
の内の「climate」を「天気」と訳されたようですが、これは「風潮」と訳すのが正しいと思います。紙の辞書ではないので眉唾ですが、こちらを参考にしてみてください。
ご査読ありがとうございます! コメントいただけると大変励みになりますね…… 仰るとおり、個人的に凄く面白い作品だったので、布教を兼ねて輸入しようとしています。
確かに不自然な暴露の方が収まりがいいですね! ここは修整しておきます。
個人的な趣味でなんとなくそのまま比喩として残しておきましたが、確かにきちんと情勢とかにしておくべきな気もしますね。修整しておきます。
追記: 天気と情勢をまとめて表せる“風向き”が個人的に一番しっくりきたので、こちらの表現にしました。やっぱりちょっとわかりづらい気もするので後で再検討するかもしれません。