: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; } } } } }
特別収容プロトコル: SCP-1612-JPはサイト-81TRの異常物品収容ロッカーへ、常に7°C以下の状態で保管されます。SCP-1612-JPを用いた実験にはサイト管理官の許可が必要です。SCP-1612-JP-Aに関連する全ての情報はクリアランスレベル4以上の職員のみに限定されます。
説明: SCP-1612-JPは異常な耐火性と引火性を有したブックカバーです。二層構造であり、主に綿により組成されており、内側には遺伝子上ハタネズミ(Microtus montebelli)と一致する表皮及び毛が混入がしていることが確認されています。検査の結果、江戸前期に製造されたものであると判明しています。
SCP-1612-JPの引火点は8.6°Cと非常に低い一方で、引火後の燃焼による炭化の兆候や、燃焼の前後における化学変化の形跡を見せません。しかしながら周囲の酸素の減少や二酸化炭素の放出などの化学反応自体は示しており、このことから、燃焼中に絶え間なく組織の再生を繰り返すことにより燃焼を維持しているものと考えられています。SCP-1612-JPはその高い引火性に対して、内部にある物品へ対しては異常に高い断熱性を示し、実験では包まれた物品は周囲が4000°Cにあっても、熱による一切の劣化や温度変化が確認されませんでした。内側から加熱を行った場合、熱を伝導することはありませんが、数十秒以内に外側より発火することが確認されています。
SCP-1612-JPを裏返した状態で内部に高温の物質を包んだ場合も同様に、内部から外部へと熱が伝導することはなく、この場合においての外側が発火することもありません。その特性から、SCP-███-JP移動作業への転用が審議されています。
補遺1: SCP-1612-JPは19██/11/07に発生した東京都文京区における民家の火災時に、燃え続ける異常な物品として財団により認知/回収されました。回収時、SCP-1612-JP内部には和本が包まれていました。
その内容は一般的な『竹取物語』に準ずるものでありますが、42頁以降より、江戸時代当時の保有者による手筆で以下の文章が追加されています。(当該文書は翻訳後報告書のために要約されたものです。原本の閲覧を希望する場合はサイト-81TR 真来アーキビストへ申請してください。)
42頁:
かぐや姫の求めた火鼠の裘は、古来中国よりその伝説が、ここ日本へも伝わり残っている。南方の山々には不尽木という興味深い木が自生しており、それは決して途絶えることなく燃え続ける。万年燃え尽きることはなく、その織布は非常に美しく華麗である。人々はこれを松明などのように利用し、火鼠はその不尽木に住処をおく。火鼠は畑やドブに住む汚いものの様でなく、愛らしい。その毛皮でつくった織布は、炎の中でこそさらに白く美しくなる。しかしひとたび水に触れてしまえば、たちまち輝きを失ってしまう。
43頁:
これらは俗説的な伝聞をまとめたものである。これまで火鼠は伝説の獣であるとされてきたが、近年江戸の町ではこの鼠が暴れていると言われている。些細なことから火が回り、鼠は焼け死ぬことなくそのまま走り去っていく。赤い炎とともに。その火がどのようにして消えるは不明であるが、一日経たぬうちに巣に帰り戻り、またほかの鼠とは見分けがつかなくなってしまう。人々は知らずして餌を与え、厄災がまた増える。火鼠は風に従い自ら水に飛び込み火を消すのだという話もある。
44頁:
天和2年12月28日に起きた大火でもこの火鼠を目撃したという人々が現れた。とはいってもこれは毎度のことであり、単にうそをついているものか、不幸にも燃え移ってしまった鼠がいただけの話であろうと言われていた。しかし今回は少し違っていた。私の近くへ逃げてきた町の人々の中からは、赤い箱とともに橙の衣を着た人々が鼠をとらえ火を消す姿を見たというものがいた。彼らは長い蛇の腹から水を出し、その後鼠を二三匹抱えていった。彼らの衣もまた燃えることなく、火の中へと飛び込んでいくと、わずかのうちに火が消え始めた。
45頁:
このような話は確かになんども耳にしたが、三日と経たずして誰もそのことを口にしなくなったどころか、すっかりと忘れてしまっている様子であった。火消や町の瓦版に書かれた大火の記録には、明らかに私の見てきたものとは異なることが書かれていた。なんとも、物の怪にでも騙されたような、奇妙な体験であった。捨てたはずの童心がくすぐられるようである。私しか知りえていない、この奇妙な出来事を残しておくために、これを頻発する災厄から守ろうと思う。焼け残った酒屋のあとに、変にきれいな布が残されていたのを拾ってきてしまったのだから。
SCP-1612-JPはその背景から保有者により重要と判断され、その他の貴重な文献資料とともに保管されていました。そのため、SCP-1612-JPによる発火からの火災によって焼失した資料は数多くあると考えられており、少なくとも江戸時代以降██件の火災がSCP-1612-JPに起因することが判明しています。
また、以上の文章について、以下の存在が示唆されており、痕跡部門による調査が進められています。
- 未発見の、SCP-1612-JPの構成元となる鼠型異常実体。
- 未発見の要注意団体やそれにより開発された異常。
- ████████████████████████
- その他の大火に関する歴史修正。
補遺2: "SCP-1612-JPの構成元となる鼠型異常実体"は未だ存在が確認されていないものの、調査の便宜上SCP-1612-JP-Aとして暫定的に指定されます。SCP-1612-JP-Aの存在は江戸時代後期には既に蒐集院により把握されており、それ自体の記録は残存していないものの、蒐集院から引き継がれた資料の一部からは、天和の大火の跡地から軽度の現実性の低下、及び時間逆行の痕跡が検知されたことが報告されており、SCP-1612-JP-Aが未来から伝来した蒐集物であることが示されていました。
補遺3: SCP-1612-JPからサンプルを採取した調査の結果、SCP-1612-JP-Aの真皮にあたる生細胞が不明な手段で維持されていることにより異常性が保たれていることが判明しました。また特筆すべき点として、複数の皮膚機能に関連する遺伝変異、成熟した樹状細胞の特異な進化、グラム陰性桿菌に対する強い抗原提示の兆候、及びノミ目(Siphonaptera)昆虫に対する即時型アレルギー反応等が見られました。これらの特徴からは、SCP-1612-JP-Aは特定の感染症について高度な免疫系を獲得しており、これらを感知した場合に表皮の発火に至ることで、感染症等の蔓延を阻止し集団免疫としての役割を担っていたことが推測されています。しかしながら、現代においてSCP-1612-JP-A生体の確保が困難であることから、その作用機序及び発火のメカニズムは未だ不明のままです。
現在まで日本初のペスト流行は1899年であるとされており、江戸時代でのペストに関する痕跡の無期限の秘匿が実行されています。









