PlaguePJP & J Dune: XLIII

.
:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://scp-jp.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/1.6 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: unset; bottom: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: unset; bottom: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { white-space: nowrap; animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); } to { opacity: 1; clip-path: inset(0); } } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem); } to { opacity: 1; transform: translateX(0); } } @keyframes expand2 { from { opacity: 0; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
by PlaguePJP & J Dune

SCP-8597の冒頭スライド。
特別収容プロトコル: アクティブなSCP-8597実例が発見され次第、財団ウェブクローラ-TT-01 “周受資の逆襲” による標準的なオンラインコンテンツ除去プロトコルが実行されます。民間人がSCP-8597-1個体に遭遇した場合は、標準的な記憶処理プロトコルに従います。
説明: SCP-8597は、ソーシャルメディア 兼 コンテンツアプリケーションの TikTok にアップロードされるスライドショーです。
SCP-8597は13枚の画像で構成されています。視聴すると、クロード・ドビュッシーの“月の光”の30秒間のオーディオクリップがループで再生され始めます。最初のスライドは “きみのつき、きみのやつ” というタイトルカードになっており、それに続いて12枚の画像が流れます。各画像では1体のSCP-8597-1個体、その名前、及び特徴が説明されています。
SCP-8597-1は、SCP-8597を視聴すると自然に出現する、歴月に対応した12体の異常な実体の総称です。視聴者の誕生月が、12体のうちいずれが出現するかを決定する要因となります。
SCP-8597-1個体が出現するためには、ユーザーが自分の誕生月と対応するスライドを60秒以上画面に表示している必要があります。なお、タイトルカードはユーザーに“つよくしんじる”ように指定していますが、ユーザーの信念とSCP-8597-1の出現可能性を関連付ける証拠はありません。SCP-8597がユーザーのデバイス上で再生されている限り、SCP-8597-1個体はユーザーの近くに留まり続けます。
ユーザーがSCP-8597から別なコンテンツへとスクロールするか、アプリケーションを閉じるか、デバイスの電源を切ると、SCP-8597-1個体は激しく爆発し、血液と内臓の他、テキストで“悲しい顔”を表現した絵文字1だけが記された紙片が代わりに残されます。ユーザーは上記の出現パラメータに従うことで、自身に対応するSCP-8597-1個体を再出現させることができます。
補遺8597.1: SCP-8597-1個体
- SCP-8597-1A | 1月
- SCP-8597-1B | 2月
- SCP-8597-1C | 3月
- SCP-8597-1D | 4月
- SCP-8597-1E | 5月
- SCP-8597-1F | 6月
- SCP-8597-1G | 7月
- SCP-8597-1H | 8月
- SCP-8597-1I | 9月
- SCP-8597-1J | 10月
- SCP-8597-1K | 11月
- SCP-8597-1L | 12月
いちがつ
ばいきゅりあす ふらんく (bicurious frank)

- うほうほ うきうき
- ほしいものには おしっこを かける
- ざいせい ほしゅ しゅぎしゃ
説明: SCP-8597-1Aは、口語的に“バイセクシャル・ライティング”と呼ばれるピンク・紫・青の光に包まれたキンシコウ (Rhinopithecus roxellana) です。SCP-8597-1Aの照明効果は周囲1m以内に作用します。
SCP-8597-1Aの知性は6~11歳のヒト幼児と同程度です。発話能力はありませんが、短い文章を走り書きする (読解は可能) ことができます。SCP-8597-1Aはしばしば、自身を出現させたユーザーを説得して金融投資を行わせようと - 具体的には、ゲームストップとテスラ・モーターズの株式、並びに数種類の暗号通貨を購入させようと - します。
SCP-8597-1Aは自身の“バイキュリアス”という呼び名に激しい不快感を示しており、“ふつーにふらんくてよんでよ”と要請し、頻繁に呼び名を“むりぢーして”いることを財団職員に謝罪します。この明らかなストレスの結果、SCP-8597-1Aはこれまで幾度も過呼吸を起こし、気絶しています。
にがつ
いかじぇーむ(ず) (squid jame(s))

- かんこく しゅっしん
- あくあまん の ぎゃく
- じぶんの ぱらまうんと+の ぱすわーどを きょうゆう してくれる
説明: SCP-8597-1Bはアメリカアオリイカ (Sepioteuthis sepioidea) です。SCP-8597-1Bは空気中での呼吸と、音響的に高齢男性と同等の声による韓国語のごく限られた発話が可能です。
SCP-8597-1Bの発話能力が及ぶ範囲は、以下に書き起こされ、翻訳されています。
「Paramount+に登録していますか?」
「エンターテインメント史上初めて、スタートレックの全エピソードを1つの傘下に収めました。」
「月額5.99ドルで、コマーシャルによる中断はごく少なく、他のストリーミング・プラットフォームと比べてもお手頃価格なサービスです。」
「スタートレック: ヴォイジャーのDVDボックスセットはかつて200ドル以上しました。」
「エンターテインメント史上初めて、45,000を超えるエピソードと映画を全て1つの傘下に収めました。」
「スタートレック・フランチャイズの未来は、全面的にParamount+の成功にかかっています。」
SCP-8597-1Bとの会話をこれらのフレーズ以上に進展させる試みは、例外なく失敗に終わっています。
SCP-8597-1BにParamount+のログイン情報を共有させる試みが行われたものの、SCP-8597-1Bは言語に関係なく、文字の読み方やキーボードの使い方を知らないことが判明しました。
さんがつ
おーぶ (orb)

- かしこい (しつもん してね こたえを しってるよ)
- りりーす されてない びーとるずの うたを うたえる
- まよなか すぎに えさを あたえては イケナイ
説明: SCP-8597-1Cは大きな浮遊する発光性の球体であり、英語で発話できます。SCP-8597-1Cは質問を受けた時だけ発話します。以下の記録は、SCP-8597-1Cのスライドで仄めかされた予知能力の検証を目的とする、研究員たちの試みです。
質問 | 返答 |
---|---|
今日の宝くじの当選番号はいくつですか? | 「ビートルズの“トゥモロー”を聴いたことがございますか?」 |
今、何時ですか? | 「ビートルズの“ゼア・ゴーズ・ザ・ムーン”を聴いたことがございますか?」 |
私の言葉が理解できますか? もし理解できるなら、実在しないビートルズの楽曲以外のことを話してください。 | 「ビートルズの“お前の足には触りたくない”を聴いたことがございますか?」 |
研究員たちはSCP-8597スライドショーの警告文に留意しています。しかしながら、SCP-8597-1Cには食物を挿入できるような口や開口部がありません。
よんがつ
ふろっぴぃ じょー (floppy joe)

- さかな
- すいちゅうで およげる
- みずで こきゅうする
説明: SCP-8597-1Dはブラックシーバス (Centropristis striata) です。出現時にユーザーが塩素消毒されていない水中にいなければ、SCP-8597-1Dは窒息死します。
SCP-8597-1Dには識別可能な異常性がありません。
ごがつ
れもん でびん (lemon devin)

- ぶんげい あいこうか
- ぱーてぃーの しゅやく
- ゆきが すき (うぃんく)
説明: SCP-8597-1Eは、音楽家のジョン・サミットが手掛けたEDM楽曲を常に大音量で発しているレモンです。コカインをSCP-8597-1Cの上や近くに配置すると、適切な大きさのサングラスが15~30分間、SCP-8597-1Cの“顔”に現れます。
SCP-8597-1Eが発する音楽は、メディア企業 Vice.com の1998年~2006年頃の社説アーカイブを提供すると止まります。この活動中、SCP-8597-1Eは時折、社説の読み上げを遮って「あーあ、昔のヴァイスはめちゃくちゃ良かったってのによ」と発声します。
ろくがつ
おれの やつ えいぶ (my guy abe)

- まいしゅう もくようびに さいばんしょが ぎむづけた あんがー まねじめんと きょうしつに かよってる
- くるまを もってない
- ぺいぱるの よんかいばらい ぷろぐらむに はまってる
- すべてに おいて ないすな やつ
説明: SCP-8597-1Fは、ナショナルホッケーリーグ所属チーム、フィラデルフィア・フライヤーズのマスコットである“グリッティ”に似たヒト型実体です。SCP-8597-1Fは英語で発話できます。SCP-8597-1Fとの交流は、以下の書き起こしで示される通りの一貫したパターンに従って進行します。
書き起こし
SCP-8597-1F: 乗せてってくれねぇか?
フーヴァー研究員: どこに?
SCP-8597-1F: 裁判所に行かなきゃいけねぇんだ。
フーヴァー研究員: どこの裁判所?
SCP-8597-1F: 授業があるんだよ。裁判所に行かなきゃ。
フーヴァー研究員: どこの裁判所?
SCP-8597-1F: 俺の授業をやってるとこだ。
フーヴァー研究員: もっとちゃんと言ってくれなきゃ困る。
SCP-8597-1F: 嫌なら嫌って言えばいいじゃねぇか。
フーヴァー研究員: 単純な質問をしてるだけだ。
SCP-8597-1F: 出席しないと規約違反になる。
フーヴァー研究員: だからどこで授業をやってるのかって訊いてんだろうが?
SCP-8597-1F: 裁判所だ。
フーヴァー研究員: そうかい。嫌だね。
(SCP-8597-1Fは壁を殴って穴を空ける。)
SCP-8597-1F: いーち。
SCP-8597-1F: にーぃ。
SCP-8597-1Fはその後、自身を出現させたユーザーのすぐ後ろをついて歩き、数字を1から順に、合間に深呼吸しながら数え続けます。
なながつ
しんじけーてっど みっち (syndicated mitch)

- ふれんずの ぜん じゅっしーずん ないぞう
- ゆーもあの せんすが ばつぐん
- その しょうたいは ちゃんどらー
- ふれんずの ぜん じゅっしーずん ないぞう
説明: SCP-8597-1Gは、電源に接続されているか否かに関係なく、テレビドラマ “フレンズ” (1994年放送) のエピソードを再生し続けているブラウン管テレビです。全ての台詞に際してエピソードの再生が一時停止され、SCP-8597-1Gはヒステリックな笑い声に似た音を最長10秒間発してから番組を再開します。
俳優 マシュー・ペリーが2023/10/28に死去して以降、SCP-8597-1Gはペリーが演じていた登場人物 チャンドラーのあらゆる台詞に、激しく長々しい悲鳴で反応してから番組を再開するようになりました。
はちがつ
きんぎぃ おじさん (uncle kingy)

- しゃっきんが ある
- おやくそくの きめぜりふが ある
- かじのの こんぷが すうせんどるぶん たまってる
- おうまさんで あそびに いこうぜ ぼうや
説明: SCP-8597-1Hはイタリア系アメリカ人俳優のフランク・ヴィンセントに似たヒト型実体です。
“お約束の決め台詞”を言うように促されると、SCP-8597-1Hは「ギャンブルのお時間だぜぇ!」と宣言し、ユーザーを連れて消失します。数秒後に再出現したユーザーは、長期間にわたって - 1日から3週間までの範囲 - SCP-8597-Hと共に広大なカジノ風の空間で過ごしていたと主張します。この期間中の活動は、SCP-8597-1Hが様々なゲームで繰り返し、そして必ず負ける様子を見続けた後、施設から強制退去させられ、ベースライン現実に再出現する、という流れから逸脱しません。
SCP-8597-1Hの出現後にWi-fi接続されたデバイスを使用したユーザーは、そのデバイスと紐付けられたあらゆる銀行口座の預金が、スポーツ賭博運営会社 ドラフトキングス・スポーツブックのウェブサイトに入金されているのを発見します。
きゅうがつ
やぼったい だぐ (unsophisticated doug)

- なんて やつだ
- しんの しょうしゃ
- いける でんせつ
- くそみてぇな おとうとが いる
説明: SCP-8597-1Iは禿頭のヒト型実体を模した無生物の彫像です。SCP-8597-1Iを見ている人物は例外なく、SCP-8597-1Iに対して極端に好意的な印象を抱きます。
フーヴァー研究員: いよぅ、ダグの大将! 調子はどうよ?
(SCP-8597-1Iは無言で立っており、素晴らしい佇まいである。)
フーヴァー研究員: そいつは最高だね! 俺も元気にやってるよ。お気遣いどうも!
(SCP-8597-1Iは反応しないが、それで何も問題ないよね!)
フーヴァー研究員: ハッハッハ! あんたはすげぇなぁ、ダグ!
研究員のメモ: ダグの弟は本当にダメな野郎だな。
じゅうがつ
ちーぺん (志鹏)

- むらに いちにちじゅう たってる (こいつ なにしてんだろ)
- ひどい せんりひんを くれる
- おれ これいじょう たまむしいろの みずきりいし なんか いらねぇんだけど
- ばかがよぉ
説明: SCP-8597-1Jは漢王朝時代の中国の農民に似たヒト型実体です。SCP-8597-1Jが出現地点から動く様子は観察されておらず、人間が交流を試みるまで活動を示しません。話しかけられると、SCP-8597-1Jはその人物に対して、特定の課題を達成するための支援を求めます。SCP-8597-1Jは単純化された中国語で会話に応じます。
依頼の内容は様々ですが、通常は1つ以上の物品を回収し、SCP-8597-1Jの下へ持ち帰るというものです。課題を達成すると、SCP-8597-1Jはその人物に報酬を与えます。
以下は課題の例をまとめた表です。
依頼 | 報酬 |
---|---|
SCP-8597-1Jは22本の棒を集めるように依頼した。 | サイトの外部から棒が収集されると、SCP-8597-1Jは羊毛1束を対象者に贈呈した。 |
SCP-8597-1Jは野生のイノシシ4頭を囲いに追い込むように依頼した。イノシシは突然サイト-322の敷地内に出現した。 | 課題は巻き添え被害を最小限に抑えて達成された。SCP-8597-1Jはキクの花1輪を対象者に贈呈した。 |
SCP-8597-1Jは“冥府の神将、伏蔵龍”の討伐を依頼した。 | 中国神話における龍の描写に似た、黒い鱗に覆われた巨大な実体がサイト-322の地下室に出現した。サイトが即時封鎖され、適切な機動部隊が動員された。ターゲットが無力化されると、SCP-8597-1Jは銀色の粉が入った小さな木製の容器1個を対象者に贈呈した - この物品は、SCP-8597-1Jの説明によると、“工芸用具と併せて使用することによって鏃を制作できる”。財団はまだ当該物品の使用法を解明できていない。この課題の達成に際して15名が死亡した。 |
SCP-8597-1Jの実験は追って通知があるまで中断されています。
じゅういちがつ
びっぐ まぎー (big maggie)

- いつだって きみの ために そこにいる
- ほんとうに しんせつ
- かわいこちゃん
- ちょっぴり ちこくちゅう
説明: SCP-8597-1Kはピータービルト389モデルのセミトレーラートラックです。SCP-8597-1Kの出現は通常よりも遅延し、適切な条件下でスライドを視聴してから24時間以内の不確定な時点で発生します。SCP-8597-1Kはユーザーの所在地から半径1km圏内、典型的には近くの道路上で出現します。その後、SCP-8597-1Kは増強された動力でユーザーに向かって急加速し、進路上のあらゆる物体、構造物、人間を破壊します。ユーザーと物理的に接触すると、SCP-8597-1Kは消失します。SCP-8597-1Kが引き起こした全ての破壊・損害は - 死者も含めて - 消失時に逆転し、解消されます。
じゅうにがつ
やぼったい くれいぐ (unsophisticated craig)

- まぬけ
- ぜったいてき おろかもの
- くうかんの むだ
- まじで くーるな あにきが いる
説明: SCP-8597-1Lは、バットで盾を叩く無個性な類人猿に似た、自律活動する粘土彫刻です。SCP-8597-1Lは近くにいる全ての人物に自身を侮辱させ、笑わせます。また、侮辱の悪意に応じてバットで盾を複数回叩きます。
侮辱 | SCP-8597-1Lの反応 |
---|---|
“大馬鹿野郎” | SCP-8597-1Lは盾を2回叩く。 |
“私はお前が何をやっても失敗することを願う。お前が出会った全ての女性から嫌悪の目を向けられることを願う。お前には苦痛と恐怖だけしか望まない。お前がこの先の人生、何もかも上手くいかなくなることを願うし、私はお前という名の茶番劇を見届けるために地の果てまで付いていく” | SCP-8597-1Lは盾を1回叩く。 |
“自殺しろ” | SCP-8597-1Lは盾を18回叩く。 |
補遺8597.2: 事件8597-アルファ
2022年11月24日、フランチェスコ・ホワイト次席研究員 (1992年2月29日誕生) が、SCP-8597の標準的な実験を行いました。誕生月と対応するスライドを表示したにも拘らず、いかなるSCP-8597-1個体も出現しませんでした。代わりに、ホワイトの携帯電話は過熱によってクラッシュしました。
その後1時間かけて、ホワイトの胃は著しく膨らみ始めました。ホワイトがサイトの医務室に搬送された際、看護師たちは彼の体温が基準値よりも10度低いことを確認しました。ホワイトに鎮痛剤を投与する試みは全て失敗し、腹部の塊が巨大化するにつれて、激痛を訴える声は絶え間ない絶叫に変わりました。塊はホワイトの体内で暴力的にうごめき、やがて彼はベッドから転がり落ちて、膝を突いた体勢になりました。塊はホワイトの消化管内を上昇し、彼の胸部・頸部に、本来ならば彼を意識不明に陥れるか、もしくは致命的となるはずの極端な膨張を引き起こしました。ホワイトは口から黒い粘性の液体を嘔吐し、続けて手のような器官2つと、それに付着した重量25ポンド相当の肉・毛髪・歯・眼球の不定形の塊を吐き出しました。
ホワイトは意識を喪失しましたが、完全に回復しました。携帯電話の電源が復旧し、彼が再びSCP-8597にアクセスしたところ、1枚のスライドが表示されました。

閏日 (2月29日) に誕生した被験者に対して実験を繰り返し行ったところ、いずれも同一または類似の結果となりました。
本ページを引用する際の表記:
「SCP-8597」著作権者: PlaguePJP、J Dune、C-Dives 出典: SCP財団Wiki http://scp-jp.wikidot.com/scp-8597 ライセンス: CC BY-SA 3.0
このコンポーネントの使用方法については、ライセンスボックス を参照してください。ライセンスについては、ライセンスガイド を参照してください。
ファイルページ: SCP-8597 / 冒頭スライド
ソース: https://scp-wiki.wikidot.com/scp-8597
ライセンス: CC BY-SA 3.0
タイトル: slideshow1.png
著作権者: PlaguePJP
公開年: 2024
ファイルページ: SCP-8597 / フランク
ソース: https://commons.wikimedia.org/wiki/File:Zoorasia,_Yokohama,_Japan_(338049260).jpg
ライセンス: CC BY-SA 2.0
タイトル: Zoorasia, Yokohama, Japan (338049260).jpg
著作権者: pelican
公開年: 23 November 2006
補足: PlaguePJP氏と
J Dune氏によって色調加工されています。
ファイルページ: SCP-8597 / ジェームズ
ソース: https://commons.wikimedia.org/wiki/File:Caribbean_Reef_Squid_%2850673277647%29.jpg
ライセンス: CC BY 2.0
タイトル: Caribbean Reef Squid (50673277647).jpg
著作権者: YVC Biology Department
公開年: 2 December 2020
ファイルページ: SCP-8597 / オーブ
ソース: https://www.flickr.com/photos/60634076@N00/2625369474
ライセンス: CC BY 2.0
タイトル: Fusion Festival 2008 (Element 3)
著作権者: Adrian Be
公開年: June 30, 2008
ファイルページ: SCP-8597 / ジョー
ソース: https://commons.wikimedia.org/wiki/File:Giant_Black_Sea_Bass,_San_Clemente_Island,_Channel_Islands,_California.jpg
ライセンス: CC BY-SA 2.5
タイトル: Giant Black Sea Bass, San Clemente Island, Channel Islands, California.jpg
著作権者: Aquaimages
公開年: 5 February 2012
ファイルページ: SCP-8597 / デヴィン
ソース: https://www.flickr.com/photos/tschaff/3556278596/
ライセンス: CC BY-SA 2.0
タイトル: Lemon
著作権者: Tschäff
公開年: May 23, 2009
ファイルページ: SCP-8597 / エイブ
ソース: https://commons.wikimedia.org/wiki/File:2019-01-24_Gritty_Philadelphia_Flyers_at_All_Star_Game_(cropped).jpeg
ライセンス: CC BY 2.0
タイトル: 2019-01-24 Gritty Philadelphia Flyers at All Star Game (cropped).jpeg
著作権者: Tim Piper
公開年: 24 January 2019
ファイルページ: SCP-8597 / ミッチ
ソース: https://www.rawpixel.com/image/5904973/vintage-television-free-public-domain-cc0-photo
ライセンス: パブリックドメイン/CC0
タイトル: Vintage television, free public domain CC0 photo
著作権者: rawpixel
公開年: 不明
ファイルページ: SCP-8597 / キンギィ
ソース: https://commons.wikimedia.org/wiki/File:Frank_Vincent_(cropped).png
ライセンス: CC BY 2.0
タイトル: Frank Vincent (cropped).png
著作権者: Rob DiCaterino
公開年: 27 October 2012
ファイルページ: SCP-8597 / ダグ
ソース: https://commons.wikimedia.org/wiki/File:Sculpture_inuit_(Montr%C3%A9al,_Canada)_(274814421).jpg
ライセンス: CC BY 2.0
タイトル: Sculpture inuit (Montréal, Canada) (274814421).jpg
著作権者: dalbera
公開年: 18 October 2006
ファイルページ: SCP-8597 / 志鹏
ソース: https://commons.wikimedia.org/wiki/File:Chinese_peasant_costume.jpg
ライセンス: パブリックドメイン/CC0
タイトル: Chinese peasant costume.jpg
著作権者: Percy Anderson
公開年: 23 March 2015
ファイルページ: SCP-8597 / マギー
ソース: https://commons.wikimedia.org/wiki/File:Oldland_Distributing_truck_Peterbilt_No_286.jpg
ライセンス: CC BY 2.0
タイトル: Oldland Distributing truck Peterbilt No 286.jpg
著作権者: D'oh Boy (Mark Holloway)
公開年: 12 January 2006
ファイルページ: SCP-8597 / クレイグ
ソース: https://commons.wikimedia.org/wiki/File:Sculpture_inuit_(Montr%C3%A9al,_Canada)_(274814399).jpg
ライセンス: CC BY 2.0
タイトル: Sculpture inuit (Montréal, Canada) (274814399).jpg
著作権者: dalbera
公開年: 18 October 2006
ファイルページ: SCP-8597 / 閏日
ソース: https://commons.wikimedia.org/wiki/File:St_augustine_carcass.jpg
ライセンス: パブリックドメイン/CC0
タイトル: St augustine carcass.jpg
著作権者: 不明
公開年: 7 October 2006
ファイルページ: SCP-8597 / サムネ
ソース: https://scp-wiki.wikidot.com/scp-8597
ライセンス: CC BY-SA 3.0
タイトル: guythumbnail.png
著作権者: dalbera, PlaguePJP,
J Dune
公開年: 2024
補足: Crom検索時に表示されるサムネイルであり、記事そのものの内容とは無関係です。以下2枚の画像で構成されています。
ソース: Wikimedia Commons
ライセンス: CC BY 2.0タイトル: Sculpture inuit (Montréal, Canada) (274814421).jpg
著作権者: dalbera
ソース: Wikimedia Commons
ライセンス: CC BY 2.0タイトル: Sculpture inuit (Montréal, Canada) (274814399).jpg
著作権者: dalbera