: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)); } }

[[div class="scp-image-caption"]]
七種隊長。20██年に撮影
氏名: 七種さえぐさ 鉄幹てっかん
SCL: 3
所在: サイト-██、任務に応じ現場に派遣
職務: 機動部隊は-61("荒籠")の統率、[SCL不足により制限]
職位: 機動部隊は-61("荒籠")隊長
人物: 七種隊長は年齢70歳、身長184cmの男性です。普段着としてコートを着用することが多く、外出時には黒い中折れ帽をかぶっている様子がよくみられます。
七種隊長は日本刀、特に太刀の扱いに精通しており、作戦行動中だけでなく、日常的に太刀を身に着け職務にあたっています。刀身は██cmほどであり、本来なら目立たず持ち運びすることは困難ですが、七種隊長は後述の理由からそれを可能にしており、オブジェクトの確保、要人警護、要注意団体の拠点の襲撃など、あらゆる作戦行動において佩用しています。
七種隊長は呪術に関する知識が豊富であり、前述した太刀による高度な戦闘技術および豊富な知識、経験を高く評価され、呪術的性質を持つオブジェクトの収容や、宗教・儀式に関連する要注意団体の対処を専門とする機動部隊は-61("荒籠")の隊長を任命されました。当初は隊長を務めることにあまり乗り気ではありませんでしたが、現在は隊員らにも非常に慕われており、本人も意欲的にその職務を行っています。
近年七種隊長は、は-61の隊員の増加に伴い、解呪や結界術などの作業の大部分を隊員に任せるようになり、これについて七種隊長は「後任を育てるのも儂の役目じゃろう。」とコメントしています。
決して儂がサボりたいからやっとるわけじゃないぞ、決して。奴らには儂がおらんでもやっていけるようになってもらわないといかん。-七種隊長
七種隊長の用いる呪法や結界術の中には、蒐集院独自のそれらと同一、あるいは類似しているものが存在しており、現在、七種家自体が蒐集院となんらかの関係を持っていたのではないかと考えられています。七種隊長のもつ技術の出自および七種家に関する調査が現時点で進行中です。
七種隊長は現在開発および試験的に運用されている、反ミーム技術を利用した偽装戦闘服(仮称:タグリヌス-甲型)の着用者として選出されています。これは作戦行動中の着用者の一部あるいは全体を反ミーム的に認識および記憶不可能にするものであり、着用者によるコマンド入力によって隠匿範囲の決定が可能です。七種隊長はこれを「五行の構え」を組み合わせて行っており、これによって財団関連施設外において警戒されることなく太刀の佩用を可能にしています。タグリヌス-甲型が可能な隠匿範囲は現在公開されていませんが、一部の反ミーム効果は財団職員全員が雇用時に受けるミーム接種によって無効化可能なものであるとされています。
七種隊長が着用している偽装戦闘服は、着用時の安定感や戦闘時の可動性、本人の意向に鑑みて、彼の体形に合わせて動きやすく設計された茶色のコートを模しています。
コートに日本刀の時点で割と動きづらそうですが……。 -██博士
意外とそうでもないんじゃなあ、これが。設計担当の奴に感謝せねばな。-七種隊長
七種隊長は無類の酒好きで、仲の良い職員と、職位の枠を越えて頻繁に飲んでいる姿が見られます。酒にはかなり強く、いくら飲んでも泥酔した姿を見せることはないため、「あの人、一定以上呑んだらもう酔わない体になっているんじゃないのか」「正体は蟒蛇かなにかなんじゃないか」と噂されることもあるようです。
人に酒を奢ることも多く、酒を共に飲むのが初めての相手でも、その人に合った酒を奢ることが出来るようで、本人はこれを「数少ない特技」と称しています。
それにしても休肝日を言い当てられたのはちょっと不気味だったぞ。 -██技師
なんとなくお前さんがそういう顔をしておったからの。 -七種隊長
あ、七種のおっちゃん昨日はお酒奢ってくれてありがとねー! -Agt.東雲
昨日?七種隊長、今週は禁酒するって俺と約束したはずなんですが……まさか一緒になって飲んでたんですか? -Agt.西條
おい東雲のボウズ、昨日のことは黙っててくれる約束じゃったろう![小声での会話]
あーそれはな?誤解なんじゃよ。日本酒には清めの効果があるものもあることは知っとるじゃろう?昨日はちと骨の折れる任務があっての、それで…… -七種隊長
あれ、でもおっちゃんが昨日呑んでたのってたしかウォッカじゃ……むぐっ!? -Agt.東雲
[七種隊長はAgt.東雲を𦚰に抱えてAgt.西條から逃走する]
おお、鋼垓の。このサイトで会うのは一ヶ月ぶりか? -七種隊長
ソノ様ニ記憶シテイル。尤モ、先日マデノ京都ニ於ケル作戦デハ、其方ノ隊ノ者達トズット行動ヲ共ニシテイタガ。 -鋼垓隊長
そうじゃったな。ところで、そのうち隊の奴らも連れて花見にでも行かんか?奴らは皆お主を慕っておったようじゃが。 -七種隊長
珍シキ提案デアルナ。無論同行サセテ頂コウ。タダシ、余リ呑ミ過ギルデナイゾ。 -鋼垓隊長
余計なことを…… -七種隊長
氏名: 千日せんにち 灯子とうこ
SCL: 0
所在: サイト-81██に併設された職員寮「ゆうなぎ」寮監室
職務: 施設管理等の寮監としての業務全般
人物: 19██年1月2日生まれの女性で、身長は171cm、体重は56.2kgです。千日寮監は██大学を卒業後、2█歳の時点では財団に研究員として雇用されていましたが、201█/██/██に発生したSCP-████-JPの収容違反に遭遇し、オブジェクトの異常性に曝露しました。その結果後述の異常性を発現するようになり、職務の遂行が困難と判断されたため、彼女の適正に鑑みた結果、サイト-81██併設の職員寮寮監として任命されました。
千日寮監は前述の異常性に対する曝露により、「周囲の人間の体感時間の長さを不規則1に延長/短縮する」という異常性を発現するようになりました。これによって発生する現象は、「影響を受けた人間が正しい時刻を認識する」ことで影響を無効かあるいは防止できることが判明しましたが、場合によっては研究の阻害、ひいては重大なインシデントの発生を引き起こす可能性があるため、彼女は研究職から退くこととなりました。
また、千日寮監は同時期に「毛髪が数日に1度完全な白髪になる」という異常現象が発生していることを報告しましたが、これが前述の体感時間に関わる異常性と関連性があるのかということについては201█/██/██現在の時点で不明です。
千日寮監が主に職務を行う寮監室にはある程度の私物の持ち込みが許可されていますが、それらとは別に3つのデジタル時計が常に配備されており、これらは常に日本標準時(UTC+9)に同期されます。これは周囲の人間の正常な時刻の把握を容易にするためであり、千日寮監は随時電池の交換を命じられています。
前述の異常性によって毛髪が白く変化することに対して、彼女は疎ましく感じているようですが、その度に毛髪の一部あるいは全体を染色しているようです。彼女は毎回その時の気分によって髪の色を変えていると職員の間で噂されていますが、真偽は不明です。
千日寮監は並外れた記憶力を持っており、会話したことのある、特に入寮している職員の名前と顔は全て記憶しているようです。この能力は財団に雇用される以前から持っていたようで、彼女自身との異常性とは関わりが無いと見なされています。また、大部分の職員の趣味や出身地、体格、足音、████等に関しても職務を通して記憶しているようです。
休日は主に読書や映画鑑賞、ゲームなどをしているらしく、職員と作品のおすすめを語り合っている姿が頻繁に見られています。またスイーツを好むようで、寮監室には購入したスイーツを保管するための冷蔵庫やコーヒーマシンなどを持ち込んでいます。
千日寮監の交流記録より一部抜粋
バイオレットアッシュ……って言えばいいんですかね?その髪色とても似合ってます! -██研究員
ふふ、ありがと。久しぶりに全部染めちゃった。-千日寮監
…髪色が服飾規定に引っかかりそうで怖いんだが、大丈夫なのか? -██博士
割とギリギリだと思います。-エージェント・███
余計なこと言わないの。-千日寮監
雨霧ちゃんが仕事終わりにすぐ部屋に来るなんて珍しいね、コーヒー飲む?-千日寮監
いいじゃないですかそれぐらい。……ところで前来た時はスティックシュガー1本とミルクだったのに、なんで今日は角砂糖を瓶ごと渡してきたんですか……?-雨霧拷問官
気分よ、気分。-千日寮監
書いたSCP
| SCP | Rating | Comments | Created | Last Comment |
|---|
書いたTale
| Tale | Rating | Comments | Created | Last Comment |
|---|
翻訳したもの
| Translation | Rating | Comments | Created | Last Comment |
|---|---|---|---|---|
| Extra Black Highlighter テーマ | 22 | 1 | 05 Jun 2024 07:23 | 10 Jun 2024 07:15 |
| 全ての戦線で戦え テーマ(Sigma-9) | 16 | 1 | 13 Mar 2024 09:32 | 13 Mar 2024 09:39 |
| 全ての戦線で戦え テーマ(BHL) | 22 | 1 | 12 Mar 2024 07:04 | 12 Mar 2024 08:32 |
| SCP-3076 | 5 | 1 | 27 Jan 2024 04:54 | 27 Jan 2024 05:00 |
| SCP-2563 | -1 | 1 | 14 Dec 2019 09:13 | 14 Dec 2019 09:20 |
| SCP-2554 | 7 | 1 | 31 Oct 2019 14:17 | 31 Oct 2019 14:35 |
| SCP-2534 | 12 | 1 | 10 Sep 2019 12:03 | 10 Sep 2019 13:27 |
| SCP-2340 | 5 | 1 | 27 Aug 2019 10:57 | 27 Aug 2019 11:07 |
| SCP-4165 | 35 | 6 | 08 Jul 2019 11:15 | 04 Apr 2020 10:27 |
執筆や翻訳において役立つサービスやツール等をまとめており、有志の方々によるものを多く含みます。なお、公式のリンク集に掲載されているものは除外しているため、そちらを先に参照することをお勧めします。
執筆
画像
CCライセンスやパブリックドメインで使用できる画像を探す際に便利なサイトです。
すべての画像がSCP-JP上で利用できるわけではないため、画像を利用する際には必ずご自身でライセンスを確認してください。
- SCP-JP 未詳画像資料保管室: SCP財団日本支部(SCP-JP)での創作活動を画像の共有を通して支援するサイトです。投稿される画像のライセンスは
のいずれかとなっています。
- 不気味なCC画像bot: SCP記事に使用可能な不気味な雰囲気の画像を紹介するTwitterアカウントです。
- #寝る前のPDandCC: パブリックドメインやCCライセンスの画像を紹介するTwitterハッシュタグです。
翻訳
- SCP英単語辞書: SCP記事に頻出する通常語や造語の意味(訳)をまとめた単語集です。翻訳の際に見慣れない単語を見つけた際はここを参照してみてください。
- SCP用語訳語調査: SCP財団で用いられる用語の訳語を調査したスプレッドシートです。訳語揺れリストも参考になります。
- toribamiの著者ページ: SCP記事を翻訳し批評に出す際に有用なブックマークレットが多く紹介されています。私自身、本家記事のソースを青字で表示するブックマークレットをよく利用させていただいています。






