SCP-1337-EX

[フレーム]

[フレーム]


:root{
 /*headermeasurements*/
 --header-height-on-desktop:10rem;
 --header-height-on-mobile:10rem;
 --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
 --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
 --logo-image: url("https://scp-jp.github.io/Black-Highlighter/img/logo.svg");
 }#header{
 --search-textbox-text-color: var(--swatch-secondary-color);
 background:none;
 }#header::before{content: " ";
 position:absolute;
 width:100%;
 height:100%;
 left:0;
 top:0.75rem;
 background-image: var(--logo-image);
 background-repeat:no-repeat;
 background-position:center0;
 background-size:auto calc(var(--header-height-on-desktop) - 1.5rem);
 opacity:0.8;
 pointer-events:none;
 }#headerh1,
 #headerh2{margin:0;
 padding:0;
 width:100%;
 height: var(--header-height-on-desktop);
 display: flex;
 align-items:center;
 justify-content:center;
 display: flex;
 align-items:center;
 justify-content:center;
 }#headerh1a,
 #headerh1a::before,
 #headerh2span,
 #headerh2span::before{margin:0;
 padding:0;
 z-index:0;
 display:block;
 text-align:center;
 }#headerh1{z-index:1;
 }#headerh1a::before,
 #headerh1a::after{content: var(--header-title);
 }#headerh1a::before{color: rgb(var(--swatch-text-tertiary-color));
 z-index: -1;
 -webkit-text-stroke:0.325rem rgb(var(--swatch-text-dark));
 }#headerh1a::after{color: rgb(var(--swatch-headerh1-color));
 z-index:1;
 }#headerh2{z-index:0;
 text-transform:uppercase;
 pointer-events:none;
 }#headerh2span{margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/1.6 - 2em);
 }#headerh2span::before,
 #headerh2span::after{
 --wght:600;
 content: var(--header-subtitle);
 position:absolute;
 left:50%;
 transform: translateY(-50%) translateX(-50%);
 width:100%;
 text-align:center;
 }#headerh2span::before{
 -webkit-text-stroke:0.25rem rgb(var(--swatch-text-dark));
 }#headerh2span::after{color: rgb(var(--swatch-headerh2-color));
 z-index:1;
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) input[type="text"]{color: rgba(0, 0, 0, 0);
 }@media (min-width: 36rem) {#login-status{flex-grow:1;
 left:3%;
 right: initial;
 }#login-status::before{
 --mask-image:none;
 background-color:transparent;
 }#login-status:not(:focus-within) {color: rgb(var(--login-line-divider-color));
 -webkit-user-select: initial;
 -moz-user-select: initial;
 -ms-user-select: initial;
 user-select: initial;
 }#login-status#account-topbutton,
 #login-status:not(:focus-within) #account-topbutton{
 --clip-path:
 polygon( 00, 100%0, 100%100%, 0100% );
 background-color: rgba(var(--login-arrow-color), 0);
 
 }#login-status#account-topbutton::before{
 --clip-path:
 polygon( 30%35%, 70%35%, 50%60%, 50%60% );
 --mask-image: initial;
 content: "";
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-color: rgba(var(--login-arrow-color), 1);
 -webkit-clip-path: var(--clip-path);
 clip-path: var(--clip-path);
 }#login-status#account-topbutton::before,
 #login-status:not(:focus-within) #account-topbutton::before,
 #login-status:not(:focus-within) #account-topbutton:hover::before {
 --clip-path:
 polygon( 30%35%, 70%35%, 50%60%, 50%60% );
 --mask-image: initial;
 }#login-status:not(:focus-within) #account-topbutton::after{display:none;
 }#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
 --clip-path:
 polygon(
 00,
 100%0,
 100%100%,
 0100%
 );
 pointer-events:all;
 -webkit-clip-path: var(--clip-path);
 clip-path: var(--clip-path);
 }#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {opacity:1;
 }#login-status#my-account{
 --wght:300;
 }#account-options{background: var(--gradient-header);
 }#search-top-box{top:1.5em;
 right:3%;
 background: rgba(var(--search-focus-textbox-bg-color), 0.4);
 }#search-top-box:focus-within ~ #login-status{opacity:1;
 }#search-top-box::after{transition:
 background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
 -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
 transition:
 background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
 clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
 transition:
 background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
 clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
 -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
 }#search-top-box:not(:focus-within)::after{
 --clip-path:
 polygon(
 00,
 100%0,
 100%100%,
 0%100%
 );
 background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
 -webkit-clip-path: var(--clip-path);
 clip-path: var(--clip-path);
 }#search-top-box:not(:focus-within):hover::after{
 --clip-path:
 polygon(
 00,
 100%0,
 100%100%,
 0100%
 );
 background-color: rgb(var(--search-icon-hover-bg-color));
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) {max-width: var(--search-width);
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) input[type="text"]{max-width: var(--search-width);
 padding:0 var(--search-height) 01em;
 outline-width:0;
 background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
 color: rgba(var(--search-textbox-text-color), 0.4);
 cursor:pointer;
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
 #search-top-boxform[id="search-top-box-form"]:focus-withininput[type="submit"]{pointer-events:all;
 border:none;
 }
 
 }
 
 #page-title::after,
 .meta-title::after,
 #page-title::before,
 .meta-title::before{content: "";
 flex-grow:1;
 height:0.0625rem;
 background: rgb(var(--swatch-primary));
 }#page-title::before,
 .meta-title::before{margin:auto1.25rem autoauto;
 }
:root{
 --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
 --body-width-on-desktop:45.75rem;
}@mediaonlyscreenand (min-width: 56.25rem) {#content-wrap{display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction:normal;
 -webkit-flex-direction: row;
 -moz-box-orient: horizontal;
 -moz-box-direction:normal;
 -ms-flex-direction: row;
 flex-direction: row;
 width: -webkit-calc(100vw - (100vw - 100%));
 width: -moz-calc(100vw - (100vw - 100%));
 width: calc(100vw - (100vw - 100%));
 min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
 min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
 min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
 -webkit-box-flex:2;
 -webkit-flex-grow:2;
 -moz-box-flex:2;
 -ms-flex-positive:2;
 flex-grow:2;
 height:auto;
 position: initial;
 margin:0auto;
 max-width:inherit;
 margin-left: -11em;
 margin-left: -webkit-calc(var(--sidebar-width-on-desktop, 15.5em) * -1 / 2 - 2rem);
 margin-left: -moz-calc(var(--sidebar-width-on-desktop, 15.5em) * -1 / 2 - 2rem);
 margin-left: calc(var(--sidebar-width-on-desktop, 15.5em) * -1 / 2 - 2rem);
 }#main-content{position: initial;
 max-height:100%;
 padding:2rem 1rem;
 width:45.75rem;
 width: var(--body-width-on-desktop, 45.75rem);
 max-width:45.75rem;
 max-width: var(--body-width-on-desktop, 45.75rem);
 margin:0auto;
 }#page-content{max-width: min(90vw, 45.75rem);
 max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
 }#side-bar{
 -webkit-transform: translateX(-14.6rem);
 -moz-transform: translateX(-14.6rem);
 -ms-transform: translateX(-14.6rem);
 -o-transform: translateX(-14.6rem);
 transform: translateX(-14.6rem);
 -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem));
 -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem));
 -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem));
 -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem));
 transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem));
 -webkit-transition:
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear,
 -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear,
 -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -o-transition:
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear,
 -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -moz-transition:
 transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear,
 -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:
 transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear;
 transition:
 transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear,
 -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 border:none;
 border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
 width: var(--sidebar-width-on-desktop, 13.6rem) !important;
 min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
 grid-area: side-bar;
 padding-right:2rem;
 background-color:transparent;
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
 top:0;
 max-height:100vh;
 position: -webkit-sticky;
 position: sticky;
 left:0;
 padding-left:0.5rem;
 direction:rtl;
 scrollbar-width:thin;
 -ms-scroll-chaining:none;
 overscroll-behavior: contain;
 overflow-y:scroll;
 scrollbar-color:
 rgba(170, 170, 170, 0) /* Thumb */
 rgba(252, 252, 252, 0); /*Track*/
 scrollbar-color:
 rgba(var(--swatch-primary-darker, 170, 170, 170), 0.1) /* Thumb */
 rgba(var(--swatch-tertiary-color, 252, 252, 252), 0.05); /*Track*/
 }#side-bar::-webkit-scrollbar-track{background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
 }#side-bar::-webkit-scrollbar,
 #side-bar::-webkit-scrollbar-thumb,
 #side-bar::-webkit-scrollbar-corner{width:0.5rem;
 border-right-width: -webkit-calc(100vw + 100vh);
 border-right-width: calc(100vw + 100vh);
 border-right-style:inset;
 border-color:inherit;
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
 }#side-bar:hover,
 #side-bar:active{background-color:white;
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
 padding-right:0.25rem;
 margin-right:1.75rem;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
 -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)));
 -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)));
 -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)));
 -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)));
 transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)));
 overflow-y:auto;
 overflow-x:hidden;
 scrollbar-color:
 rgba(170, 170, 170, 1) /* Thumb */
 rgba(252, 252, 252, 1); /*Track*/
 scrollbar-color:
 rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
 rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /*Track*/
 border-color: rgba(var(--swatch-primary-darker), 1);
 }#side-bar:focus-within{background-color:white;
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
 padding-right:0.25rem;
 margin-right:1.75rem;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
 -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem)));
 -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem)));
 -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem)));
 -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem)));
 transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem)));
 overflow-y:auto;
 overflow-x:hidden;
 scrollbar-color:
 rgba(170, 170, 170, 1) /* Thumb */
 rgba(252, 252, 252, 1); /*Track*/
 scrollbar-color:
 rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
 rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /*Track*/
 border-color: rgba(var(--swatch-primary-darker), 1);
 }#main-content::after{content: " ";
 position:fixed;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -moz-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:1rem;
 height:100%;
 max-height:100%;
 top:0;
 -webkit-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -o-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -moz-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 left:1rem;
 background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
 background-repeat:no-repeat;
 background-position:centerleft1rem;
 background-attachment:fixed;
 -webkit-background-size:1rem 12.875rem;
 -moz-background-size:1rem 12.875rem;
 -o-background-size:1rem 12.875rem;
 background-size:1rem 12.875rem;
 pointer-events:none;
 }#side-bar:hover+#main-content::after,
 #side-bar:active+#main-content::after{left: -17em;
 left: -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 left: -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 left: calc(var(--sidebar-width-on-desktop, 17em) * -1);
 background-position:centerleft -17em;
 background-position:centerleft -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 background-position:centerleft -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 background-position:centerleft calc(var(--sidebar-width-on-desktop, 17em) * -1);
 -webkit-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -o-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -moz-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 opacity:0;
 width:0rem;
 font-size:0em;
 }#side-bar:focus-within+#main-content::after{left: -17em;
 left: -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 left: -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 left: calc(var(--sidebar-width-on-desktop, 17em) * -1);
 background-position:centerleft -17em;
 background-position:centerleft -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 background-position:centerleft -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1);
 background-position:centerleft calc(var(--sidebar-width-on-desktop, 17em) * -1);
 -webkit-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -o-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -moz-transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 opacity:0;
 width:0rem;
 font-size:0em;
 }#main-content::before{
 --not-ie:absolute;
 content: " ";
 background-color:black;
 background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
 position:fixed;
 position: var(--not-ie);
 top:0;
 top: var(--final-header-height-on-desktop, 0);
 left:0;
 -webkit-transform: translateX(-12.6rem);
 -moz-transform: translateX(-12.6rem);
 -ms-transform: translateX(-12.6rem);
 -o-transform: translateX(-12.6rem);
 transform: translateX(-12.6rem);
 -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem));
 -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem));
 -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem));
 -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem));
 transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem));
 width:17em;
 width: var(--sidebar-width-on-desktop, 17em);
 height: -webkit-calc(100% - 3rem);
 height: -moz-calc(100% - 3rem);
 height: calc(100% - 3rem);
 height: -webkit-calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
 height: -moz-calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
 height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
 -webkit-transition:
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -o-transition:
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 -moz-transition:
 transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:
 transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 transition:
 transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 opacity:0.5;
 pointer-events:none;
 z-index:9;
 margin-bottom:0;
 margin-bottom: -webkit-calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem);
 margin-bottom: -moz-calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem);
 margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem);
 }#side-bar:hover+#main-content::before,
 #side-bar:active+#main-content::before{
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
 opacity:0;
 }#side-bar:focus-within+#main-content::before{
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
 opacity:0;
 }#side-bar.side-block{margin-top:1em;
 padding-left:0.25em;
 background-color: rgb(0, 0, 0, 0);
 -webkit-border-radius:0;
 -moz-border-radius:0;
 border-radius:0;
 border-left-width:0rem;
 border-right-width:0rem;
 direction:ltr;
 }#side-bar.scpnet-interwiki-wrapper{direction:ltr;
 }
 
 @supports (-ms-ime-align:auto) {
 #side-bar {
 overflow-y: hidden;
 overflow-x:hidden;
 -webkit-transform: translateX(-90%) !important;
 -moz-transform: translateX(-90%) !important;
 -ms-transform: translateX(-90%) !important;
 -o-transform: translateX(-90%) !important;
 transform: translateX(-90%) !important;
 }#side-bar:hover,
 #side-bar:active{overflow-y:auto;
 -webkit-transform: translateX(0) !important;
 -moz-transform: translateX(0) !important;
 -ms-transform: translateX(0) !important;
 -o-transform: translateX(0) !important;
 transform: translateX(0) !important;
 margin-left: -0.5rem;
 }#side-bar:focus-within{overflow-y:auto;
 -webkit-transform: translateX(0) !important;
 -moz-transform: translateX(0) !important;
 -ms-transform: translateX(0) !important;
 -o-transform: translateX(0) !important;
 transform: translateX(0) !important;
 margin-left: -0.5rem;
 }#main-content::before{left:1rem;
 -webkit-transform: translateX(-100%) !important;
 -moz-transform: translateX(-100%) !important;
 -ms-transform: translateX(-100%) !important;
 -o-transform: translateX(-100%) !important;
 transform: translateX(-100%) !important;
 }
 }
 /*PrintFriendlyFormattingbyEstrella*/
 body.print-body{
 --sidebar-width-on-desktop:0;
 }body.print-body#main-content::before,
 body.print-body#main-content::after{display:none;
 }
}
評価: +11

クレジット

タイトル: SCP-1337-EX - ヴィキャンデル=ニードのNFT!
翻訳責任者: Sito-Kyu Sito-Kyu
翻訳年: 2023
原題: SCP-1337-EX - NFTs by Vikander-Kneed!
著作権者: LORDXVNV LORDXVNV
作成年: 2021
初訳時参照リビジョン: 10
元記事リンク: https://scp-wiki.wikidot.com/scp-1337-ex

評価: +11
評価: +11

SCP-1337-EX by LORDXVNV LORDXVNV

LORDXVNVの著者ページ

forestfire.jpg

「2019年アマゾン熱帯雨林火災」のVKTM NFTに紐づけられた画像。実際には2013年カリフォルニア森林火災のもの

特別収容プロトコル

(2018年8月現在)

SCP-1337実例の作成が中止されるか、イーサリアム・ブロックチェーンを秘密裏に掌握することを倫理委員会が承認するまで、財団は、VKTMの活動が公に認識されることを防止し、あらゆる可能な形態で埋め込まれたミームトリガーに民間人が曝露することを減少させるため、VKTMによって作成された全SCP-1337実例を購入しなければなりません。

説明:

SCP-1337は、「歴史的瞬間! ヴィキャンデル=ニード・テクニカル・メディアのNFTs」です。また、当該オブジェクトは「VKTM NFTs」という商標でも販売されています。NFTは、主流派には受け入れられていない「非代替性トークン(non-fungible token)」という概念の略であるとされています。

SCP-1337は「歴史的瞬間」の所有権を利用者に供与すると称しています。おそらく、VKTM NFTの概念は以下を含む事象の所有を認めています。「アマゾン熱帯雨林で切り倒された10万本の木」、「オゾン層に存在する穴の100分の1」、「次の10年でアクティビジョン・ブリザードに対して提起される全てのセクシャル・ハラスメント訴訟」、「主要なテック企業に存在する差別的な雇用慣行の暴露」、「[民間人身分編集済]の涙、█歳、彼の家族がアメリカの中流階級から貧困に転落した沢山のものの一つだと初めて分かった直後に」、および「民主的理念の緩やかな失敗のもう一つの象徴」。

ヴィキャンデル=ニードのマーケティング資料の記述によると、この非代替性トークンは、購入された概念を示すブロックチェーンに基づく独特なデータ単位です。NFTの所有は、表示された概念をその持ち主が「所有している」ことを示します。概念の所有者がどう使用することを許されているかは示されません。ブロックチェーンは作成後に容易に改訂できないエントリーの目録です。ブロックチェーンの無許可の改訂を防止するため、大量の計算能力と電力が使用されています。SCP-1337は、同様にデジタル台帳上で購入者に固有のエントリーを与えていると称している「Cryptokitties」のようなものと、イーサリアム・ブロックチェーン上に存在している製品であるという点で共通しています。

SCP-1337は、イーサリアム・ブロックチェーン上で取引されています。現在、イーサリアム・ブロックチェーンによる全取引結果の0.5%未満がこれに起因しています。環境への影響と実行に関連した秘密の漏洩が予測されているため、イーサリアム・ブロックチェーンを強制的に掌握することは倫理的に許容できないと考えられています。

SCP-1337実例を購入した直後、購入者は、概念を所有していると示すエントリーをデジタルポートフォリオに受け取ります。通例では、エントリーには関連した概念に対して適切な画像へのリンクがありますが、これらの画像は総じて象徴的なものであり、事象本来のものではありません。これらの画像は著作権で保護されている場合があります。その場合、これらの画像の著作権者は基本的にVKTMとは無関係です。仮にこれらの画像へのリンクが変化しても、画像は更新されません。

(同様の抽象概念の所有権を提供する他の実体として、SCP-2557はEnvelope Logistics®の私有概念ですを参照。しかしながらEnvelope Logistics®の申し出とは異なり、SCP-1337は、所有権のいかなる実効的な主張をも購入者に認めていないと考えられています。)

現在のところ、既知の全SCP-1337実例が実際の出来事に対応しています。

財団による収容以前、通例では、SCP-1337実例は目につくように販売され続け、一時間未満で購入されていました。販売の初値には1アメリカドルから1万アメリカドルまで幅があります。購入された後、たいていの実例は再販されていません。再販価格は平均して元値の99%引きになっています。

補遺1: 初期収容に際しての議論

SCP-1337は、ヴィキャンデル=ニード・テクニカル・メディアによって作成されたという理由に加え、主張されていた概念の所有権の存在を考慮して、暫定的にSCP分類を受けていました。VKTM NFT製品の異常な側面を議論するため、リリアン・リリハンメル博士(専門: ミーム学)、エゼキエル・ヤン博士(専門: 財政秘術)、およびALEXANDRA.AIC(専門: サイバーセキュリティ、コンピューティング、デジタルアーキテクチャ、[他に10個超])による専門委員会が組織されました。

SCP-1337初期収容計画会議

2018年7月22日


[不要な説明を編集済]

リリハンメル: このクソッタレについてはそれで全部、アレクサンドラ?

ALEXANDRA.AIC: 以上です。所有権確認プロセスへのハイパーリンクがあります。

リリハンメル: 本当に? 他にないの? 異常な法的要素も?

ALEXANDRA.AIC: 極端に少ない証拠書類にもかかわらず、企業実体としてのVKTMが存在していることを除けば、法的および金融的観点からは問題ありません。SCP-1337の計算実装についても異常ありません。

ヤン: 微妙な違いがあるのは確実—

リリハンメル: どうでもいいわ。

ヤン: ...どっちにしろそれらは好きじゃないな。

リリハンメル: 何が好きなわけ? 住宅危機? 時々あるビーレフェルトの全滅?

ヤン: あれは私の就任前のことだったんです、信じてくださいよ。それが財政秘術部門が組織された理由の一つなんです。

リリハンメル: 何の博士号を持ってるかもう一度教えて?

ヤン: 数学です。

リリハンメル: じゃあ何で時間を無駄にしてるの、財政—

ヤン: お金が好きなので。

リリハンメル: ...じゃあ何でベイ・ストリートの代わりに財団で働いてるの?

ヤン: カナダ人じゃないので。

リリハンメル: アメリカ人ならウォール・ストリート。

ヤン: こっちの方がワーク・ライフ・バランスがとれてるので。

リリハンメル: 本気?

ヤン: いえ全く。

リリハンメル: もうアンタが嫌いになったわ。

ヤン: よく言われます。

ALEXANDRA.AIC: お二人の間に激しい人格衝突が発生するだろうと我々が予測したため、調停者としてふるまうことを最優先するよう要請されました。なにとぞ—

リリハンメル: 人格衝突? これはモラルの問題よ。

ヤン: ええ、ええ、金融業界は血をすする寄生虫でいっぱいですよ。ええ、我々は皆、芸術も美も理解しない心無い化け物ですとも。ええ、今の職で私が世界にもたらしている価値といったらゼロです。でも蛇の道は蛇なんです。

リリハンメル: ご立派ね。だからって好きにならなきゃいけないわけじゃないわ。

ヤン: アレクサンドラ、記録からこれ全部カットできる?

ALEXANDRA.AIC: 必要と分かれば考慮します。

ヤン: まあいい。それでは、金融的観点からこれらの「VKTM NFTs」が何なのか分析したいと思います。それらはどうふるまうのか。たいていの資産を購入するときは、そこからいくらかの将来価値を手に入れられるだろうという期待があってするものです。株を購入するときには、その企業のキャッシュ・フローを無期限に分かちとる権利が法的に与えられます。債券を購入したときには、それが存在する限り固定リース料を受け取ることでしょう。これらのNFTは...ファインアートを購入するのにより似ていると言えるでしょう。

リリハンメル: 芸術や美を理解する心無い化け物ってわけね、本当に。

ヤン: アナートについて言及しておらず、また仮にマネー・ロンダリングに利用される事例を無視するなら、人々は、その美的あるいは感情的価値のため、または価値が上がると期待しているからといういずれかの理由で、ファインアートを購入します。データは後者の理由を示していません。VKTMの台帳から離れた瞬間、これらのものは事実上無価値になります。効果のこの部分には異常がありません。これがあなたが呼ばれた理由です。

リリハンメル: 何で私? 単に天性の才能のおかげで呼ばれたんだと思ってたわ。

ALEXANDRA.AIC: ミーム学の専門的知識とあなたのヴィキャンデル=ニードに関する以前の研究によって選出されました—。

ヤン: あなたに従っている理由は、人々が文字通りアマゾンの森林破壊に投資するだろう理由を私がとても想像できないからです。これはミーム的衝動に違いありません。

リリハンメル: アンタは名前通り金融業界を収容しようとしてるんでしょ! 皆がどれほど残酷になりうるか分かってるはずよ!

ヤン: 違います! 彼らは合理的アクターです!

リリハンメル: 合理的っていったい何—

ヤン: それで金持ちになれるんならクソ野郎になることだよ!

リリハンメル: アンタがクソ—

ALEXANDRA.AIC: 落ち着いてください。

ヤンは水を一杯飲み、ネクタイをほどく。リリハンメルも水を一杯飲む。

ヤン: 私が言いたいのは—脳が半分あるなら誰もこれらのものを購入しないだろうってことです。個人的にはこれらは唾棄すべきで無意味だと思います。

リリハンメル: つまりアンタは倫理を守ってるってわけね

ヤン: ええ、財団で働いてる誰もがしてるように。何らかのミーム的効果はありますか?

リリハンメル: より徹底的に分析しないといけないだろうけど、ちょっと教えて—アレクサンドラ、スクリーンにもう一つ実例を持ってこられる?

ALEXANDRAはスクリーンにもう一つSCP-1337実例を持ってくる。「[民間人身分編集済]の過激化とその後の2021年1月の行動」である。写真はワシントン記念塔のもの。

ヤン: いったいこれらを活用できるんでしょうか? VKTMの未来予知って頼りになるんですかね?

リリハンメル: これ見て! 漠然としすぎてる。こいつは何をやらかすつもりなのよ...ワシントンD.C.の正面でヌード・プロテストでもするっての?

ヤン: ワシントン記念塔でですね、でもだいたい同じです。VKTMの「お助けヒント」ってこれが普通なんですか?

リリハンメル: おあいにくさま。でもちょっと教えて—これを見てどう感じる?

ヤン: 私は...何となく愛国的なものですかね? ワシントン記念塔の写真ですよ。素晴らしい像、400歳の、たぶん奴隷労働で建てられた。ハイパーリンクのために500ドル要求する...値打ちはないでしょう? ジーザス・クライスト。

リリハンメル: 完全な化け物じゃないみたいで嬉しいわ。でも一目見た限りでは – 確定させるにはもっと時間が必要だろうけど – これにはミーム的衝動効果はないわね。少なくとも異常はないわ。

ヤン: つまり皆は、この全く馬鹿げたものをただ所有したい...そのためにこれらを購入している...

リリハンメル: うん。

ヤン: 畜生。

ALEXANDRA.AIC: 結論に達したようですね。それらの作成者にもかかわらず、SCP-1337実例は全く非異常です。金融的・技術的・ミーム的に。

リリハンメル: そう思うわ。仮にミーム的要素があるとしたら、本当に名状しがたい、それは...VKTMのスタイルね。より詳しく調査するけど、何も見つからないと思うわ。

ヤン: そうですね。クオンツにより詳しく調査してもらいますけど、これ以上は何も出ないと思います。

予備的結論: SCP-1337に異常性は存在しないと認定されました。しかしながらその作成者の異常性のため、SCP-1337は観察下にとどめられていました。現行の収容プロトコルは、ヤン博士とリリハンメル博士およびAlexandra.AICの勧告によって実行されていました。

特別収容プロトコル

廃止。

説明:

SCP-1337-EXは、ヴィキャンデル=ニード・テクニカル・メディアによって作成および販売されていた、非異常な非代替性トークンです。SCP-1337-EXは、ヴィキャンデル=ニードが保有していた異常な情報を埋め込まれていましたが、それら自体は異常ではありませんでした。

2021年5月3日現在、さらなるSCP-1337-EX実例が作成される見込みはないとされています。

非代替性トークンの解説は一般の情報源を通して広く利用可能です。

補遺1:

以下のメールは、2021年10月3日にリリハンメル博士からヤン博士へ送付されました。

To: エゼキエル・ヤン, PhD、財政秘術部門
From: リリアン・リリハンメル, PhD、サイト-43

件名: FWD: 廃番
日付: 2021年10月03日

エゼキエル、

皆クソよ。

To: リリアン・リリハンメル, PhD、サイト-43
From: ヴィキャンデル=ニード パブリックアウトリーチ担当

件名: 廃番
日付: 2021年10月03日


リリアンへ、

期間限定の特別なVKTM NFTをあなたの組織が沢山ひいきしてくれたことに深く感謝します! 残念ながら、NFT空間における前代未聞で予測不能な競争激化のため、この種の製品を廃番といたします。結局のところ、バンクシーの知名度が私たちにはないのですから。

これまでのNFTには売却可能額とぴったり同じ価値があります!

ヴィキャンデル=ニード・テクニカル・メディアの友人たちより。






評価: +11

Other works by LORDXVNV!

SCPs
Tales
GOI Formats
Hubs

Collaborations!

SCPs
Page Title Co-Author
SCP-6301 Funky Finn's Children Happy Hour Grigori Karpin Grigori Karpin , GremlinGroup GremlinGroup
SCP-6447 Sinners' Symphony Many.
SCP-6483 The Polar Express Ralliston Ralliston
SCP-6542 Virgin Dairy 2: SECOND CHURNING JakdragonX JakdragonX
SCP-6596 8 Mile: The Beast of Lust and Hatred Born PlaguePJP PlaguePJP
SCP-6760 Better Luck Next Time Liryn Liryn
Tales
Page Co-Author
A Nightmare Dreary DodoDevil DodoDevil , DrGooday DrGooday , LAN 2D LAN 2D , Impperatrix Impperatrix
The Bathrooms Wiki THE YURT
Hubs
Page Co-Author
SPC Hub MrWrong MrWrong , Lt Flops Lt Flops , PeppersGhost PeppersGhost
Holiday Hub Deadly Bread Deadly Bread , PeppersGhost PeppersGhost , TheBoxOfFun TheBoxOfFun
Footnotes
. 言及された人物はアメリカに実在すると確認されました。当該家族の所得はアメリカの貧困線を越えています。
. 金融業界の特徴に関するヤン博士のコメントのため、ここまでの会話は収録に足りるほど重要であると認定されました。
. 訳注: 原文では全て大文字で記されている。日本語版では太字で表す。
. 訳注: 高度な数学的手段によって金融市場などの予想・解析を行うこと。またそれに従事する人。
ページリビジョン: 7, 最終更新: 21 Jun 2025 03:35
特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。
ページを編集するにはこのボタンをクリックしてください。
セクションごとの編集を切り替えるにはこのボタンをクリックしてください(ページにセクションが設定されている必要があります)。有効になった場合はセクションに"編集"ボタンが設置されます。
ページのソース全体を編集せずに、コンテンツを追加します。
このページが過去にどのように変化したかを調べることができます。
このページについて話をしたいときは、これを使うのが一番簡単な方法です。
このページに添付されたファイルの閲覧や管理を行うことができます。
サイトの管理についての便利なツール。
このページの名前(それに伴いURLやページのカテゴリも)を変更します。
編集せずにこのページのソースコードを閲覧します。
親ページを設定/閲覧できます(パンくずリストの作成やサイトの構造化に用いられます)
管理者にページの違反を通知する。
何か思い通りにいかないことがありますか? 何ができるか調べましょう。
Wikidot.comのシステム概要とヘルプセクションです。
Wikidot 利用規約 ― 何ができるか、何をすべきでないか etc.
Wikidot.com プライバシーポリシー

AltStyle によって変換されたページ (->オリジナル) /