/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; bottom: 0.5em; left: 0.5em; z-index: 15; font-family: san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888 !important; background-color: #fff !important; border-radius: 3em; color: #888 !important; text-decoration: none!important; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -25em; width: 17em; height: 100%; background-color: rgb(184, 134, 134); overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; -webkit-transition: left 0.5s ease-in-out 0.1s; -moz-transition: left 0.5s ease-in-out 0.1s; -ms-transition: left 0.5s ease-in-out 0.1s; -o-transition: left 0.5s ease-in-out 0.1s; transition: left 0.5s ease-in-out 0.1s; } #side-bar:after { content: ""; position: absolute; top: 0; width: 0; height: 100%; background-color: rgba(0, 0, 0, 0.2); } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; border: 1px solid #dedede; z-index: 10; } #side-bar:target + #main-content { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3) 1px 1px repeat; z-index: -1; } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { white-space: nowrap; animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); } to { opacity: 1; clip-path: inset(0); } } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem); } to { opacity: 1; transform: translateX(0); } } @keyframes expand2 { from { opacity: 0; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
/* Foxtrot Sigma-9 Theme [2022 Wikidot Theme] By Liryn Edited by iti119 for Japanese Branch */ /* FONTS */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@700;800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @import url('https://rsms.me/inter/inter.css'); @import url('https://fonts.googleapis.com/css2?family=Figtree:wght@800;900&display=swap'); /* FONTS > JP */ @import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;800&display=swap'); /* VARIABLES */ :root { /* VARIABLES > Core */ --header-title: "SCP財団"; --header-subtitle: "確保、収容、保護"; --logo-img: url(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-58-kjwu/fxtrt-scp_logo_lightmode.svg); --darkmode-logo-img: url(http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-59-l1ls/fxtrt-scp_logo_darkmode.svg); --logo-opacity: 14%; --head-font: 'Lexend', 'M PLUS 1p'; --ui-font: 'Sofia Sans', 'Noto Sans JP'; --mono-font: 'JetBrains Mono', 'Fira Code', monospace; --page-font: 'Inter', 'verdana', var(--yu-gothic); --base-font-size: 0.9rem; --page-font-size: 0.84rem; --yu-gothic: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic'; /* VARIABLES > Misc */ --header-txt-color: #333333; --subheader-txt-color: rgb(var(--accent)); --misc-txt-color: #464646; --link-txt-color: #E6283C; --link-hover-txt-color: white; /* VARIABLES > Color Accents */ --accent: var(--acc-default); --acc-default: 59, 59, 59; --acc-wyoming: 142, 0, 18; --acc-canada: var(--acc-default); --acc-poland: 87, 44, 17; --acc-slothspit: 27, 60, 133; --acc-vanguard: 0, 153, 75; --acc-threshold: 121, 113, 130; --acc-overwatch: 28, 37, 56; --acc-spc: 0, 165, 200; --acc-fishing: 67, 111, 145; --acc-nightfall: 151, 0, 2; --acc-hybrasil: 27, 60, 133; --acc-goc: 39, 84, 149; --acc-spooky: 252, 112, 40; /* VARIABLES > BetterFootnotes */ --fnColor: var(--link-txt-color); --fnLinger: 1s; } /* VARIABLES > Info Bar */ .info-container { --barColour: rgb(var(--accent)); --linkColour: #EDEDED; } /* MAIN */ html { scroll-behavior: smooth; overflow-x: hidden; } body { font-family: var(--ui-font), sans-serif; font-size: var(--base-font-size); color: rgb(51, 51, 51); background-image: linear-gradient(to bottom, #e0e0e0, #fff 200px); text-rendering: optimizeLegibility; overflow-wrap: break-word; } div#container-wrap { background: none; } #content-wrap { margin: 2em auto 0; } #page-content { font-family: var(--page-font), var(--ui-font), sans-serif; font-size: var(--page-font-size); } #page-content strong { font-weight: 800; } tt, .page-source, pre, #edit-page-textarea { font-family: var(--mono-font); } ol li { margin: 0 0 1em; } ul { margin: 1em 0; } li, p { line-height: 1.65; text-underline-offset: 40%; } ::selection { background: rgb(var(--accent)); color: #fff; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--link-txt-color); } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: var(--link-hover-txt-color); text-decoration: none; background-color: var(--link-txt-color); } a { transition-duration: 0.1s; } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } /* MAIN > Header */ div#header { background: none; height: 160px; } #header h1 span, #header h2 span { font-size: 0; display: none; } #header h1 a::before, #header h2::before { color: var(--header-txt-color); letter-spacing: 1px; font-family: var(--head-font), sans-serif !important; font-weight: 900; text-shadow: none; } #header h1 { margin-top: -0.3rem; } #header h1 a { width: fit-content; margin: auto; } #header h1 a::before { content: var(--header-title); font-size: 1.3em; } #header h2::before { content: var(--header-subtitle); font-weight: 700; font-size: 1.7em; color: var(--misc-txt-color); line-height: 26px; margin-top: 1rem; display: block; text-transform: uppercase; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } #header h1 span, #header h2 span { font-size: 0; display: none; } div#extra-div-1 { height: 160px; width: 100%; top: 7px; position: absolute; background: var(--logo-img) 10px 30px no-repeat; background-size: 130px; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; opacity: var(--logo-opacity); } /* MAIN > Header > Search Box */ #search-top-box-form>input[type=text] { display: none; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: rgb(var(--accent)); box-shadow: none; border-radius: 5px !important; color: #efefef; font-family: var(--ui-font); font-size: calc(var(--page-font-size) - 10%); } #search-top-box input.empty { color: #999999; } #search-top-box { position: absolute; top: 47px; width: unset; } /* MAIN > Header > Top Bar */ #top-bar, #top-bar a { top: 10rem; } #header #top-bar ul { border-radius: 10px; border: none; background: rgb(var(--accent)); padding-left: 15px; padding-right: 15px; } #header #top-bar a { color: white; background: rgb(var(--accent)); font-weight: bold; } #header #top-bar ul li ul { padding: 0px; border-radius: 0px; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border-left: solid 1px #FFF; border-right: solid 1px #FFF; } #top-bar ul li ul li a:hover { color: rgba(255, 255, 255, 0.83) !important; line-height: 230%; text-indent: 3px; } #top-bar { display: flex; justify-content: center; right: 0; } .mobile-top-bar { left: unset; } /* MAIN > Header > Login Info */ #login-status { top: 19px; } #login-status, #login-status a { color: #333333; } @media (max-width: 767px) { #header .printuser { font-size: 0; } } .printuser a { margin: 0; } .printuser img.small { width: 18px; height: 18px; padding: 1px 4px 0 0; background-image: none !important; } @media (max-width: 767px) { #header .printuser img.small { transform: translate(0, 4px); } } #my-account { display: none; } @media (max-width: 767px) { #account-topbutton { margin: 0 0 0 5px; } } /* MAIN > Header > Side Bar */ #top-bar .open-menu a { border-radius: 0px; border: none; background: rgb(var(--accent)); color: white; } #side-bar { background: #FFF; } @media (min-width: 768px) { #side-bar { padding: 0.3em 0.6em 0 0.6em; width: 18.75em; transition: left 0.2s ease-in-out; direction: rtl; text-align: left; border-right: none; } } #side-bar .side-block, #side-bar .side-block.resources, #side-bar .side-block.media, #interwiki .side-block { border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 0px; box-shadow: none; margin-bottom: 6px; direction: ltr; background: transparent; } #side-bar .side-block.resources { text-align: center; } #side-bar .heading { color: var(--misc-txt-color); border-bottom: solid 2px #cfcfcf; font-size: 9pt; font-family: var(--head-font); font-weight: 800; text-transform: uppercase; } /* CONTENT */ /* CONTENT > Blockquotes, Custom Divs */ .blockquote, div.blockquote, blockquote { border: solid 2px rgba(0, 0, 0, 0.15); background: #f7f7f7; } .jotting { padding: 1.3em; margin: 1em 4.5em; border: dashed 2px rgba(0, 0, 0, 0.2); background: #f7f7f7; } .notation { padding: 1em 1.5em; margin: 1em 3em; border-left: solid 3px rgba(0, 0, 0, 0.35); border-right: solid 3px rgba(0, 0, 0, 0.35); background: #f7f7f7; } .modal { padding: 1.2em; margin: 1em 3em; border: solid 5px rgba(0, 0, 0, 0.15); background: #fbfbfb; } .quote { padding: 0.4em 2em; margin: 3em auto; border-left: solid 3px #bbb; max-width: 500px !important; } .paper { padding: 1.5em; margin: 2em; background: #FFF; box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2); } .box { padding: 1px 9px; border: solid 3px #bbb; margin: 0.5em 1em; } div.note { font-size: unset; border: 2px solid #afafaf; background-color: #fff; } .round { border-radius: 10px; } /* CONTENT > Headings, Titles */ #page-title, .meta-title { font-family: var(--page-font--ui-font), sans-serif; font-weight: 800; color: #3b3b3b; border-bottom: solid 2px rgba(0, 0, 0, 0.2); width: fit-content; margin: 0 auto 1.5rem; } #page-title, .meta-title, #breadcrumbs, .pseudocrumbs { text-align: center; } h1, h2, h3, h4, h5, h6 { font-family: var(--head-font), sans-serif; font-weight: 800; color: #3b3b3b; } h1, h2 { font-weight: 800; } .footnotes-footer .title { font-family: var(--head-font), sans-serif; color: #3b3b3b; font-weight: 800; } /* CONTENT > Rate Module */ #page-content .creditRate { margin: unset; font-family: var(--ui-font); float: unset !important; } #page-content .rate-box-with-credit-button { background-color: #fff; border: solid 1px #bbb; box-shadow: none; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333; color: #fff; } .rate-box-with-credit-button .cancel { border: solid 1px #fff; } .page-rate-widget-box { box-shadow: none; border: solid 1px #bbb; margin: unset; margin-bottom: 4px; border-radius: 0; font-family: var(--ui-font); } .page-rate-widget-box .rate-points { background-color: #fff !important; color: #333 !important; border: none !important; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #fff; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333; color: #fff; } .page-rate-widget-box .cancel { background: #fff; border: none; border-radius: 0; display: inline-block; } .page-rate-widget-box .cancel a { color: #333; } .page-rate-widget-box .cancel a:hover { background: #333; color: #fff; border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; } /* CONTENT > Rate Module > Author Label */ .authorlink-wrapper { --author-top-adjust: 0; --author-bottom-adjust: 0; --author-right-adjust: 0; font-family: var(--ui-font); font-size: var(--base-font-size); } /* CONTENT > Side Box */ .anchor { position: sticky; height: 0; top: 0; } .sidebox { padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } @media (max-width: 1290px) { .sidebox { display: none; visibility: hidden; } } /* CONTENT > Image Block */ .scp-image-block .scp-image-caption { background-color: #f4f4f4; color: #3b3b3b; border: solid 2px rgba(0, 0, 0, 0.1); margin-top: 10px; box-sizing: border-box; border-radius: 5px; } .scp-image-block { border: none; box-shadow: none; } .scp-image-block img { border: solid 2px rgba(0, 0, 0, 0.1); box-sizing: border-box; } .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: unset; text-align: center; margin: 1.3rem auto 1.3rem auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right { float: none; margin: 10px auto; } } /* CONTENT > Tables Base */ #page-content tr th { padding: 6px; border: 2px solid rgba(0, 0, 0, 0.2); } #page-content tr td { padding: 12px; border: 2px solid #bfbfbf; line-height: 1.4; } #page-content .sidebox tr td, #page-content .sidebox tr th { padding: 0.35em; } /* CONTENT > Tables Customization (Table Coloring System) */ /* CONTENT > Tables Customization (Table Coloring System) > Table Headings, Image Captions */ #page-content .table1 tr th, #page-content .table1 .scp-image-block .scp-image-caption { background-color: #E0FFD4; } #page-content .table2 tr th, #page-content .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; } #page-content .table3 tr th, #page-content .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; } #page-content .table4 tr th, #page-content .table4 .scp-image-block .scp-image-caption { background-color: #FFDFCD; } #page-content .table5 tr th, #page-content .table5 .scp-image-block .scp-image-caption { background-color: #FFCFCF; } #page-content .table6 tr th, #page-content .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 2px; } /* CONTENT > Tables Customization (Table Coloring System) > Other Colored Divs */ .table1 .blockquote, .table1 div.blockquote, .table1 blockquote, .table1 .jotting, .table1 .notation, .table1 .modal, .table1 .paper, .blockquote.table1, div.blockquote.table1, .jotting.table1, .notation.table1, .modal.table1, .paper.table1 { background: rgb(224, 255, 212); } .table2 .blockquote, .table2 div.blockquote, .table2 blockquote, .table2 .jotting, .table2 .notation, .table2 .modal, .table2 .paper, .blockquote.table2, div.blockquote.table2, .jotting.table2, .notation.table2, .modal.table2, .paper.table2 { background: rgb(226, 244, 255); } .table3 .blockquote, .table3 div.blockquote, .table3 blockquote, .table3 .jotting, .table3 .notation, .table3 .modal, .table3 .paper, .blockquote.table3, div.blockquote.table3, .jotting.table3, .notation.table3, .modal.table3, .paper.table3 { background: rgb(255, 245, 189); } .table4 .blockquote, .table4 div.blockquote, .table4 blockquote, .table4 .jotting, .table4 .notation, .table4 .modal, .table4 .paper, .blockquote.table4, div.blockquote.table4, .jotting.table4, .notation.table4, .modal.table4, .paper.table4 { background: rgb(255, 223, 205); } .table5 .blockquote, .table5 div.blockquote, .table5 blockquote, .table5 .jotting, .table5 .notation, .table5 .modal, .table5 .paper, .blockquote.table5, div.blockquote.table5, .jotting.table5, .notation.table5, .modal.table5, .paper.table5 { background: rgb(255, 207, 207); } .table6 .blockquote, .table6 div.blockquote, .table6 blockquote, .table6 .jotting, .table6 .notation, .table6 .modal, .table6 .paper, .blockquote.table6, div.blockquote.table6, .jotting.table6, .notation.table6, .modal.table6, .paper.table6 { background: rgb(255, 218, 255); } /* CONTENT > Tabs Base */ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: inherit; background-image: inherit } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: inherit; text-decoration: inherit } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { color: inherit; background: inherit } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: inherit } .yui-navset li { line-height: inherit } /* CONTENT > Tabs Customization */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a { color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li { position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a { display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em { border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em { padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected { flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { border: none; } .yui-navset .yui-nav .selected a { width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { padding: .5em; border: 1px solid #333; box-sizing: border-box; } /* CONTENT > WORDS NO BROKEY. CROQ HAS SPOKEY. and other things */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #main-content .page-tags span { max-width: 100%; } /* CONTENT > Dustjacket Assets */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-46-ec6z/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0, 0, 0, 0.5); border-image: url('http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-47-mqmb/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; } /* CONTENT > Collapsibles */ #page-content a.collapsible-block-link:hover { text-decoration: underline; color: var(--link-txt-color); } #page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link) { text-decoration: none; font-weight: bold; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(var(--accent)); border-radius: 6px; margin-top: 5px; font-family: var(--ui-font); font-size: var(--base-font-size); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4); transition-duration: 0.4s; display: inline-block; } #page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link):hover { background: rgba(var(--accent), 0.7); box-shadow: none; } /* CONTENT > ACS Adjustments */ .top-left-box>.item { display: none; } .anom-bar-container { margin-top: 1.1rem; } .anom-bar-container, .anom-bar-container * { font-family: var(--head-font), Inter, sans-serif !important; } .acs-extra-1, .acs-extra-2, .acs-extra-3, .acs-extra-4 { font-family: var(--head-font), Inter, sans-serif !important; } .anom-bar > .top-box { text-transform: none; } /* CONTENT > Woed Bar Adjustments */ div.scale div.item1>div { color: #333; font-family: var(--head-font); font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; line-height: unset; } div.scale div.class1>div { color: #333; font-family: var(--head-font); font-size: 2em; line-height: 0.9em; letter-spacing: 2px; } div.scale { --woedbar-class-bar-color: #333 !important; } div.scale div.obj { height: 1.7em; } div.scale div.obj>div { font-size: 1.55em; } /* MISC */ #page-content hr { height: 2px; } .bt { color: rgb(var(--accent)); font-weight: bold; } #footer { background: transparent; color: #444; margin-top: 45px; } #footer a { color: #7b7b7b; } .footer-wikiwalk-nav { font-weight: 700; font-size: 88%; word-spacing: 5px; } #page-info-break { height: 10px; } #page-options-container { border-top: solid 1px rgba(213, 213, 213, 0.5); padding-top: 1rem; } .page-watch-options { padding-bottom: 0.6rem; font-size: 77%; } .page-options-bottom { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; } .page-options-bottom a { margin: 3px; color: #FFF; background: rgb(var(--accent)); padding: 5px 13px 5px 13px; text-decoration: none; font-size: 90%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .page-options-bottom a:hover { background: rgba(var(--accent), 0.8); } #page-info-break { height: 6px; } #license-area { color: #5f5f5f; background: #ecf2f1; border-top: solid 2px #d9d9d9; margin-top: 10px; } #license-area a::after { content: "."; } @media (min-width: 768px) { #main-content .page-tags { padding-right: 16rem; } } #main-content div.page-tags::before { content: "tags "; color: var(--misc-txt-color); font-family: var(--head-font); font-weight: 800; font-size: 0.8rem; } #main-content .page-tags a { display: inline-block; height: .8125rem; margin: 0 0 .5rem .75rem; padding: .1875rem .3125rem .1875rem 0; color: #FFF; background-color: rgb(var(--accent)); border-bottom-right-radius: .25rem; border-top-right-radius: .25rem; line-height: 13px; line-height: .8125rem; font-size: calc(var(--page-font-size) - 10%); font-weight: bold; } #main-content .page-tags a::before { width: 0; height: 0; top: -.1875rem; left: -.625rem; padding: 0 .0625rem .1875rem; border-color: transparent rgb(var(--accent)) transparent transparent; border-style: solid; border-width: .5rem .5rem .5rem 0; } #main-content .page-tags a::before, #main-content .page-tags a::after { content: ""; position: relative; float: left; } #main-content .page-tags a::after { width: .25rem; height: .25rem; top: .2813rem; left: -.5rem; background-color: #FFF; border-radius: .125rem; } #main-content .page-tags span { max-width: 100%; border-top: .5rem solid transparent; } #page-tags-input { font-weight: bold; word-spacing: 8px; } #edit-page-form input.text { font-family: var(--head-font), sans-serif; font-weight: 800; font-size: 150% !important; padding: 4px; } #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-weight: bold; } .edit-help-34 { font-size: 85%; opacity: 60%; transition-duration: 0.3s; width: fit-content; } .edit-help-34:hover { opacity: 100%; } .edit-help-34 a { margin-right: 3px; margin-left: 10px; } table.edit-page-bottomtable { width: 100%; } #edit-page-comments { height: 86px; } #lock-info { background-color: transparent; margin: 0.8em; line-height: 1.7; font-size: 86%; border: none; } #lock-info::before { content: "!"; padding-right: 12px; font-weight: bold; font-size: 110%; opacity: 60%; } #lock-timer { font-size: 115%; margin: 0 5px; } #lock-timer::before { content: "⏲ "; opacity: 80%; } textarea, #edit-page-form input.text { outline: none; border: 1px solid #ccc; transition-duration: 0.3s; transition-property: box-shadow; } textarea:focus-visible, #edit-page-form input.text:focus-visible { box-shadow: 0px 0px 0px 1px #a3a3a3; border: 1px solid #a3a3a3; } #action-area>p { font-size: 85%; color: darkslategrey; } #action-area>p:nth-child(5)>a { display: block; text-align: center; font-size: 120%; font-weight: bold; } #who-rated-page-area>div { column-count: 4; } @media (max-width: 900px) { #who-rated-page-area>div { column-count: 3; } } @media (max-width: 700px) { #who-rated-page-area>div { column-count: 2; } } @media (max-width: 540px) { #who-rated-page-area>div { column-count: 1; } } #page-content .content-warning.creditRate { padding-top: 8px; padding-right: 21px; } .preview-message { right: 0em; top: 2em; border: unset; padding: 1em 1.5em; background-color: rgba(0, 0, 0, 0.9); max-width: 29em; opacity: 1; z-index: 100; line-height: 1.7; filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2)); color: #EDEDED; } .error-block { background-color: rgba(255, 0, 48, 0.1); text-align: center; border: none; border-top: solid 3px #B00; border-top-left-radius: 6px; border-top-right-radius: 6px; } table.page-history tbody tr:nth-child(2n) { background: rgba(var(--accent), 0.05); } .owindow { animation: fade 0.5s; } @keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } .owindow .button-bar a { border: solid 2px rgba(0, 0, 0, 0.1); margin: 11px; padding: 0.5em 2em; border-radius: 4px; } .owindow .button-bar a:hover { background-color: var(--link-txt-color); color: var(--link-hover-txt-color); border-radius: 0px; } .owindow .button-bar { padding: 1.2em 1em 1.2em; } .owindow .table { margin-bottom: 1.5rem; } .owindow .title { cursor: default; font-family: var(--head-font); font-weight: 800; font-size: 155%; text-align: center; padding: 0.5em 1em; border-bottom: solid 2px rgba(187, 187, 187, 0.4); background-color: #F7F7F7; } .owindow.owait .content { padding: 0.5em 0.5em 2em; background-image: none; } .owindow.owait .content::after { content: " "; display: block; width: 1.5rem; height: 1.5rem; margin: -0.9rem auto; margin-top: 1rem; animation: loading 1.2s linear infinite; border-top: 0.4rem solid grey; border-right: 0.4rem solid transparent; border-bottom: 0.4rem solid grey; border-left: 0.4rem solid transparent; border-radius: 50%; } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .owindow.osuccess { padding: 0.5em; } .owindow div.content:nth-child(2)>img:nth-child(1) { margin-right: 1.2rem; margin-top: 1rem; } .odialog-shader { background-color: #262a39; } .btn { transition-duration: 0.15s; } .btn:not(#main-content .btn, #search-top-box-form input[type="submit"]), .btn.btn-primary, div.buttons input, input.button:not(#search-top-box-form input[type="submit"]) { padding: 0.5em; margin: 11px; border-radius: 3px; font-family: var(--ui-font); cursor: pointer; } #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button { background: #fff; border: solid 1px #ccc; cursor: pointer; font-family: var(--ui-font); color: #333; padding: 0.5rem 14px; margin: 1px; font-size: 90%; border-radius: 3px; } #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover { background-color: #eaeaea; } #edit-save-continue-button, #edit-save-button { background: #dbffd6; transition-duration: 0.3s; color: #005a0a; } #edit-save-continue-button:hover, #edit-save-button:hover { color: #fff; background: #0d951c; } #edit-cancel-button { background: #ffe1e1; transition-duration: 0.3s; color: #c52727; } #edit-cancel-button:hover { color: #fff; background: #c5272e; } table.page-history tbody tr { color: #757575; } .fncon { font-size: var(--page-font-size) !important; line-height: 1.64; border: 2px solid rgba(0, 0, 0, 0.2); } .fncon::before { font-size: var(--page-font-size) !important; } .hovertip { border: none !important; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); background: #FFF; padding: 3px; max-width: 400px; } input.checkbox, .page-history input, #h-perpage { cursor: pointer; } input, textarea { font-family: var(--ui-font); } #breadcrumbs, .pseudocrumbs { font-weight: bold; font-size: 110%; font-family: var(--ui-font); } /* ---- REDUCED MOTION ACCESSIBILITY ---- */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; } } /* @MEDIA */ @media (max-width: 850px) { #header h2::before { font-size: 1.4em; } } @media (max-width: 700px) { #header h2::before { font-size: 1.2em; margin-top: 0.3rem; } #top-bar, #top-bar a { top: 8.8rem; font-size: 90%; } } @media (max-width: 620px) { #header h2::before { font-size: 1em; margin-top: 0.15rem; } #top-bar, #top-bar a { top: 8.3rem; font-size: 90%; } div#header { height: 123px; } } @media (max-width: 520px) { #header h2::before { line-height: 16px; margin-top: 0.5rem; } #top-bar, #top-bar a { top: 9.3rem; } div#header { height: 145px; } } /* LOCALIZATION FOR JP BRANCH */ /* CREDIT MODULE */ #page-content .creditRate.creditModule { float: right !important; } #page-content .creditRate.creditModule .rate-box-with-credit-button { border: none 0; } #page-content .creditRate.creditModule .page-rate-widget-box { border: solid 1px #bbb; margin-bottom: 0; } #page-content .creditRate.creditModule .page-rate-widget-box .cancel, #page-content #u-credit-view .modalbox .page-rate-widget-box .cancel, #action-area .page-rate-widget-box .cancel { display: inline-flex; } #page-content .creditRate.creditModule .page-rate-widget-box .cancel a, #page-content #u-credit-view .modalbox .page-rate-widget-box .cancel a, #action-area .page-rate-widget-box .cancel a { display: inline-flex; justify-content: center; align-items: center; padding: 2px 5px; height: 16px; box-sizing: border-box; color: #000; } #page-content .creditRate.creditModule .page-rate-widget-box .cancel a:hover, #page-content #u-credit-view .modalbox .page-rate-widget-box .cancel a:hover, #action-area .page-rate-widget-box .cancel a:hover { color: #fff; } #page-content .creditRate.creditModule .creditButton { box-sizing: border-box; height: 20px; border: solid 1px #bbb; border-radius: 0; background: none; box-shadow: none; padding: 0 2px; } #page-content .creditRate.creditModule .creditButton a { display: inline-flex; justify-content: center; align-items: center; box-sizing: border-box; height: 16px; } #page-content #u-credit-view .modalbox .credit-license a:hover { background-color: transparent; } /* SIDE BAR */ #side-bar:target { width: 19em; border: none 0; } #side-bar:target .close-menu { margin-left: 20.2em; opacity: 0; } #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame { width: 100%; margin: 0 0 2em; } #top-bar .open-menu a { top: unset; border: none 0 !important; background: rgb(var(--accent)) !important; color: white !important; } #side-bar .side-block .collapsible-block-folded { background: none; } #side-bar .side-block .collapsible-block-folded a.collapsible-block-link { margin-left: 0; } #side-bar .side-block .collapsible-block-folded::before { content: ""; display: inline-block; background: url('http://scp-jp.wikidot.com/local--files/nav:side/expand.png') 0 2px no-repeat; width: 13px; height: 13px; margin-right: 2px; } #side-bar .side-block .collapsible-block-folded::before, #side-bar .side-block .menu-item img:not([src*="twitter" i]):not([src*="discord" i]) { filter: invert(37%) sepia(90%) saturate(6233%) hue-rotate(341deg) brightness(93%) contrast(92%); -webkit-user-select: none; user-select: none; } /* 圏点 */ .kt { -webkit-text-emphasis-style: filled dot; text-emphasis-style: filled dot; } /* RUBY */ .ruby, .rt { border-collapse: collapse; }

アレクシルヴァ大学 聖ジェルジオ図書館 1899年創建##
理解は実践より生ず
歴史がありながらも柔軟な学術機関として、2000年のウェブサイト設立以来、SCP財団のメンバーは全世界で3万人を超えましたが、規模は依然として小さなものです。メンバーである怪談愛好家、陰謀論者や怪奇系ブロガーの方々は各分野の専門家による指導の下で次第に専門的なものに変わりつつあり、独特で効果的な自身の行動スタイルを形作りました。また、自身の方式による異常の解釈を続けることで、現地政府との協力、対処可能な異常の共同確保・収容などといった貢献を果たしています。
大規模な武装兵力を有していないため、通常、SCP財団メンバーは活動の際に顧問の立場で政府の作戦部隊に加わり、考察作業を行います。ほとんどの状況では収容施設の不足のため、SCP財団メンバーはより良い確保、収容、保護任務の助けとなる案を提示するだけに留まります。その他、個人的依頼を受けた際にも、SCP財団メンバーは人的被害、財産の損失など害となる影響を減らす案を依頼者に提示します。
今もSCP財団メンバーは世界各地の果てで活動し、知られざる秘密を探索しています。
第二次工業革命の頃、ヴァレンティノ家はイタリアのフィレンツェからイギリスへと商売のために赴いて工場を開きました。これによって、最初の資本を蓄えることに成功しました。
1860年、ヴァレンティノ家はローマの近くにアレクシルヴァ大学を設立し、現地の教育に多大な貢献を果たしました。
1889年、アレクシルヴァ大学スコットランドキャンパスが設立、ヴァレンティノ家家長ルカ・ヴァレンティノの親友で、同時に優れた教育家でもあったヘイルクラウド(HAILCLOUD)・ジェファーソンが校長に任命されました。学校は医学、神秘学、民俗学の方面で特出していました。
1892年、ルカ・ヴァレンティノはアメリカへ足を運び、自身の貿易会社を設立すると同時に、アレクシルヴァ大学理事会主席の立場としてミスカトニック大学へ非公式の訪問を行いました。
1895年、アレクシルヴァ大学が東南アジアへの科学調査を行いました。総勢32人の調査団を乗せた調査船“アルバトロス号”がアバディーン港を発ち、同年下半期にアバディーンに帰港しました。調査団メンバーが「奇妙な病を患った」との報告がありました。
1900年代、経営不振により、アレクシルヴァ大学イタリアキャンパスが閉校し、主な職員と学生はイギリスに移りました。同年、ルカ・ヴァレンティノが逝去し、子息のラウル・ヴァレンティノが父の仕事を継ぎました。
1908年、アレクシルヴァ大学が“境界線(Horizon)”グループを設立しました。グループは世界の超常現象の探求を目的として、民俗学教授のアレン・アダマン教授、学生のジャクリーン・グリフィン、ノーラ・ローレンス、ジミー・ヴァレンティノによって設立されました。
1914年、第一次世界大戦が勃発しました。アレクシルヴァ大学教授のアレン・アダマンがイギリス軍の作戦に同行し、ソンムの戦いの中で失踪しました。
1919年、“アルバート”の名で生活していたアレン・アダマンがフランスのパリで発見されました。失踪期間中に起こった出来事を思い出すことは一切できませんでした。
1921年、ヴァレンティノ財団がアメリカで成立しました。同年、ラウル・ヴァレンティノとジャクリーン・グリフィンが南米での調査時に失踪し、その行方は現在も不明です。ラウル・ヴァレンティノの従兄弟であるフェルナンドがその職務を継ぎました。同年、中国人の周婉清、孫紹民が医学専攻でアレクシルヴァ大学に入学し勉学に励みました。
1930年、周婉清と孫紹民が帰国しました。アレクシルヴァ大学を代表してミスカトニック大学へ学術訪問に向かったルイス・アロンソは、9月に編成された南極科学調査活動に参加し、その後長大なレポートを執筆しました。
1931年、ヴァレンティノ家先導の下、SCP財団がニューヨークで成立し、教育事業の推進と調査事業の発展に尽力しました。ジェイソン・ケネディが財団理事長を務め、財団の数多の規則について関与、制定しました。
第二次世界大戦の間、財団メンバーは多数の資料を収集しました。これらの文書の原本はSCP財団ニューヨーク事務所で現在も保管されています。
1959年、アレクシルヴァ大学教授のスティーブン・グリフィンが第1回“境界線”フォーラムを開催しました。このフォーラムの目的は研究者の超常現象への関心を高めることでした。この会議の参加者は僅かで、学術界に荒波を巻き起こすものでもありませんでした。会議の後、参加した学者らは“境界線イニシアチブ”という組織の成立を宣言し、毎年3月の学術フォーラムへの招集を誓いました。
1966年、アレクシルヴァ大学とミスカトニック大学は連合科学調査隊を組織し、アフリカへ向かいました。
1972年、アレクシルヴァ大学で学んでいたジェームズ・ヴァレンティノが“境界線イニシアチブ”フォーラムと接触し強く興味を持ちました。その後、彼は当該学術機関に加わり、グリフィンと個人間での親密な関係を築きました。
1975年、ジェームズ・ヴァレンティノがアメリカのミスカトニック大学へ赴き神秘学を専攻しました。マードック・グリフィンが社会で活動を始め、アメリカの地質学者であるウィリアム・マイルズと知り合いになりました。その後、マイルズはアメリカに戻り、自身の影響力を用いて“境界線イニシアチブ”学術フォーラムをアメリカで開催しました。
1976年、ヴァレンティノがマイルズと知り合い、二人はその後親友になりました。ヴァレンティノは70年代末にイギリスへ戻り、財団の協力を得て自身の科学調査事業を進めました。
1985年、マイルズが科学調査の際に失踪、科学調査隊はその死体を発見できませんでした。遺体なき葬式が年末に行われ、アメリカの“境界線イニシアチブ”フォーラム全メンバーが葬儀に出席しました。
1986年、ジェームズ・ヴァレンティノがSCP財団を継ぎ、教育事業と科学調査事業の発展の国際的推進を継続しました。
1987年-1991年、グリフィンはSCP財団の資金提供を受けて地球全体の調査を複数回行い、多大な収穫を得ました。ヴァレンティノ、及びアレクシルヴァ大学考古系教授のデビッド・バーキン、地質学科留学生の王為民、生物学科学生のアブドラ・ラヒム・ハーンを含む27人が南米アマゾンのジャングルへ科学調査に向かい、襲撃に遭いました。27人のうち生還者は7人でした。
1992年、ヴァレンティノ、グリフィン、王為民、デビッドら16人が当時の“境界線イニシアチブ”を土台とする、SCP財団の規模の拡大を共同で宣言しました。超常事物の探索に対する資金援助により、メンバーは計237人になりました。
1993年、英国政府とSCP財団が南極の科学調査を合同で行いました。道中アクシデントに遭い、科学調査隊の6人が死亡しました。
1995年、経営学修士のイオン・ハミルトンがジェームズ・ヴァレンティノ財団に加わりました。SCP財団に加わった彼は自身のグループを率いてより効果的な管理システムを構築しました。同年、ヴァレンティノは科学調査中に不慮の失踪を遂げ、ヴァレンティノ財団は長男のアールが主管することになりました。
1997年、財団内に存在した神学崇拝への不満を理由として、王為民はSCP財団を離脱して“科学フロンティア”という組織を設立し、唯物主義による超常現象の解釈を試みました。その一方で、両学術機関は現在も交流関係があります。
1998年、複数国の政府がSCP財団との提携を始めました。
1999年、“科学フロンティア”協力の下、SCP財団は中国に事務所を設置しました。同年、経営不振により、アールはヴァレンティノ財団理事長を辞職し、妹のアリアナが理事長に就きました。
2000年、インターネットを利用してSCP財団ウェブサイトが設立されました。同年、財団は複数国の政府と協議を行い、安定した協力のためのルートを築きました。
2004年、第1回ニュー・アウトルック・フォーラムが開催され、世界27ヶ国から総勢2789名の参加者を集めました。
SCP財団
SCP財団は世界規模の非営利学術機関です。「支援、分類、保護」の原則に従って科学調査を行い、同時に政府と個人から提供された超常現象に関する顧問、相談に従事しています。現在はニューヨーク、モスクワ、パリ、ロンドン、北京、ブエノスアイレス、ヨハネスブルグ、シドニーに常駐事務所を設けており、他にも多数の事務所が存在します。
人員構成
“人員構成”タブをご覧ください。
オンライン
ウェブサイトとTelegramチャットルーム
SCP財団のウェブサイトは2000年に設立したもので、SCP財団メンバーの主な活動の中心になっています。暗号化されたサーバはSCP財団の常駐事務所内にあります。
現在ウェブサイトには掲示板、データベース、フォーラム、連絡窓口の4つのブロックがあります。
掲示板
掲示板はサイト管理者が担当します。実証済の異常現象、隠れ潜む異常現象、新たな学術活動などを含む事項をサイト全体へ通知する機能を持ちます。
データベース
データベースはSCP財団ウェブサイトのコア部分で、保管室とサポートセンターに分けられます。
保管室
サイト保管室は主にSCP財団メンバーが整理した案件資料と調査レポートの保存に用いられます。サイト管理者は定期的に審査し、偽造や証拠不足の疑いがある信憑性が低い文書の削除を行うとともに、発表者の責任追及を行います。
同時に、保管室ではブードゥー、降頭、降神など現在既知の体系化されたあらゆる超常技術の資料が整理されています。また、専任職員を招いてメンバー向け参考資料の編纂を行っています。
詳細の確認が必要な場合は、職員規程を参照してください。
サポートセンター
創設以来、SCP財団は多数の政府と協力協定を結び、顧問や任務班の派遣により、各国政府の正常性維持活動への支援を提供しました。その見返りとして、政府はSCP財団の活動に対してある程度の支援を行っています。サポートセンターでは、SCP財団と提携している多数の国家の政府関連機関との緊急連絡手段や、支援を提供可能な施設の住所など、SCP財団メンバーの作戦をサポートできる各種資料が整理されています。
また、サポートセンターは専門性の高い作業手順をSCP財団メンバーに指導することで、SCP財団メンバーの死傷者数を極力抑えています。
フォーラム
フォーラムはSCP財団ウェブサイトの重要な構成パーツの一つです。しかしTelegramの出現に伴って、フォーラムの活発さは減少しています。現在、フォーラムは異常物品の収容と対処の任務などを含む専門的議論を中心としています。
連絡窓口
連絡窓口は緊急ページです。比較的攻撃的でないアノマリーや異常事態への対処を適切に調整するために、管理人と政府連絡員が24時間オンラインでSCP財団メンバーへの作戦提案及び連絡サービスを提供しています。
Telegramチャットルーム
SCP財団メンバーと政府役人でチャットを行うために用いられます。
オフライン
事務室
小規模な事務室はSCP財団の主要なオフライン機構です。SCP財団は提携している複数の国家で、政府と任務の歩調を合わせるために、あるいは個人での超常調査依頼を引き受けるために事務室を設置しています。事務室はSCP財団の行動拠点として存在し、通常は3名から5名の専任SCP財団メンバーが駐在して日常業務を受け負います。
多くの事務室は安いオフィスビルや老朽化した団地にあり、面積は100m2未満のものがほとんどです。こうした区域の借用費/改造費は安価に抑えられます。
完全に整備された事務室は基本的に以下の要素を有しています。
事務エリア: 事務室のメインエリアです。専任のSCP財団メンバーはこのエリアで事務、担当ウェブサイトの運営管理、資料の収集整理、人員の手配と外部への連絡を行います。
準備室: 準備室はSCP財団メンバーが装備を整備する際に用いる場所です。完全な準備室にはなるべく完備されたPPE(個人用防具)の装備が配置されている必要があります。ごく一部の事務室内には少量のピストルと弾薬が配備されています。
浄化エリア: 経費に余裕がある事務室では完備された浄化システムを配備可能です。いずれにしても、こういった設備はよく見るものではありません。
応接エリア: 応接エリアは来訪者を接待する際に用います。
会議室: SCP財団メンバーが学術検討会を行う際に使用します。
事務所
事務所はSCP財団の主要な対外連絡機構です。政府の関連機関内によく見られ、関連事項についての政府との意思疎通の調整を担当します。現地政府の業務への協力を良好にするために、通常、事務所は国家行政の中心や大都市に置かれます。
倉庫
倉庫はSCP財団の保管施設です。SCP財団調査員が収集した低危険度物品はナンバリングして倉庫に収容され、SCP財団メンバーと政府研究部門の研究に提供されます。倉庫は基本的に政府から派遣された武装兵力が見張り、厳格な機密プロトコルで監視されています。
ニュー・アウトルック・フォーラム
ニュー・アウトルック・フォーラムはSCP財団、“科学フロンティア”、UIU、十九局などの民間学術機関と政府の主催で開かれます。2年に一度開催され、超常現象の研究解明の推進を目的としています。
ジェームズ・ヴァレンティノ財団
ジェームズ・ヴァレンティノ財団はSCP財団の主な後援団体で、SCP財団にとっては重要な投資者の一つです。20世紀のニューヨークで設立し、ヴァレンティノ家で最も高名な者の名が付けられています。教育事業の推進と科学研究事業の発展に尽力しているものの、SCP財団の具体的な運営は受け持ちません。
SCP財団メンバー
規模は大きくないものの、SCP財団のメンバーの出身は各分野にわたっています。SCP財団の全メンバーは高等教育と専門の研修を受ける必要があります。彼らは2ヶ月の試用期間を経て、審査によりSCP財団の正式メンバーになります。SCP財団での就業時間によって、以下に分かれます。
専任職員と兼任職員。
彼らメンバーが兼任するかどうかは個人次第です。この分類はよくある二値分類であり、他の場合がないとは限らないことに注意してください。
専任職員には以下が含まれます。
O5評議会
O5評議会はSCP財団の大切な管理部門です。サイト管理者、科学者代表、秘書課代表と調査員代表で構成され、SCP財団の財務管理及びマネジメントを担当します。
秘書課
秘書課は主に評議会会議の記録、ウェブクローラが抽出した超常事件の記述の審査・整理を担当します。選別後はサイト管理者によってページに公開されます。
広報活動部門
広報活動部門は重要な対外連絡部門で、SCP財団と各国政府との連絡を担当します。
サイト管理者
サイト管理者はSCP財団ウェブサイトの管理人で、SCP財団ウェブサイトを運営管理する役割を負います。管理人は定期的なサイトの内容の分類・保存や情報の更新、公開された内容の検証、並びにデマの書き込みへの対処、不適切な行為を行ったユーザへのBANなどを担当します。
事務室職員
成熟した事務室は、基本的に以下のメンバーを含みます。
情報技術員: 事務室内にある電子機器の基本的なメンテナンスと使用を担当します。また、SCP財団メンバーに技術的支援の提供を行います。
ファイル管理員: 事務室内ファイルの入力と管理を担当します。
医療衛生員: 最も基本的な救急処置と外傷処置を担当します。
神秘学職員: SCP財団調査員の作戦に対する参考資料の提供、戦略決定を担当します。
外部連絡員: 対外連絡を担当します。
他の職員がいることもあります。
清掃員: 普段の清掃業務を担当します。
武装職員: 事務室の保安業務を担当します。こうした職員は稀です。
異常職員: このような職員はほとんどおらず、現在のSCP財団には5名のみが記録されています。
———
兼任職員には以下が含まれます。
調査員: 調査員はSCP財団の重要な構成ピースであり、SCP財団の正式なフィールド職員です。調査員は比較的柔軟な組織構造を持ち、基本的には独自の活動がメインです。調査員の中には神秘学マニア、地理学者、墓荒らし、生物学者、記者、退役兵士やミスカトニック大学教授などの超常現象愛好者、あるいは超常現象との接触経験のある者がいます。調査員はみな高等教育を受けており、また、世界の裏側の探索に果て無き熱意を抱いています。
調査員は自身の情報源やSCP財団ウェブサイト上の掲示に基づき、自分が調査する事件や調査目標を決めます。調査の大半は単独1で行われますが、調査員はウェブサイトや他の連絡手段を用いてSCP財団や政府の部門に援助を求めることができます。
調査が終わると、基本的に調査員は完全な状態の調査レポートを執筆してSCP財団ウェブサイトに発表することで、その調査を報告します。財団と政府部門は調査内容、レポートの内容の完全性と真実性、作戦中の財団メンバーの態度に基づき、グループや個人に経済的報奨を与えます。
調査顧問: 調査顧問は調査員の中で最も経験が豊富かつレベルの高い方達であり、多くの場合は教授や研究員が務めます。彼らは大抵超常現象との接触経験が複数回あります。とある調査顧問に至っては異常物品を自身である程度利用しています(このような顧問はごく少数ですが)。彼らは政府が組織した各種科学研究や社会調査で活躍し、特殊な作戦においては、政府による異常の収容及び解明任務に専門的意見を提供することさえあります。
ここまでの詳細は“調査員の任務と職責”タブをご覧ください。
研究員: SCP財団の研究員の大半はここまでと同じく兼任です。SCP財団学術機構の性質から、研究員は基本的に自身のユニットで危険性の低い科学研究業を行います。危険性が高い科学研究はSCP財団シベリア研究所へと移され、専門の科学グループが研究します。
調査員
財団の調査員は財団の中堅職員です。彼らは世界各地で活動し、心にあふれる勇気と情熱を頼りに常人では辿り着けない場所を探索し、古の伝説や都市伝説の背後に隠された真相を探ります。
調査員の主な仕事は各種超常事件の追跡、観察と記録、そして自身のレポートを作り、財団公式サイトに公開して整理保存することです。高等教育を受けている大半の調査員は考察を終えると標準的なルポルタージュの形式で異常現象を報告します。他の調査員、例えばウェブブロガーや熟達したネットサーファーは、回想録や映像、音声で自身が観察した異常現象を記録し、形式的でないルポルタージュで補足します。
情報源
財団職員の情報源は様々です。いくつかのルートを以下にリストアップします。
インターネット
インターネットは財団にとって最も直接的、かつ最も広範に採用される情報源です。財団製ウェブクローラプログラムがネット上の関連性がある描写を自動で取得し秘書課へ送ります。秘書課はこれを整理するとサイト管理者に二次審査を依頼します。その後ウェブサイト上に公開され、関心を持った調査員が調査を行います。
対面相談
対面相談は財団のもう一つの情報源です。中には様々なルートで財団事務室の住所を知り相談に訪れる人もいます。
政府の協力要請
超常事件の調査時に、政府の関連機関が財団メンバーの活動参加を要請することもあります。通常、財団メンバーは顧問の立場で作戦に加わり、政府の作戦に案を提示します。
調査任務の展開
一般的に、調査員の任務には単独調査と集団調査という2種類の形式があります。
単独調査
事件調査は調査員が主導し、単独で(または基本5人以下のグループを引き連れて)超常事件の調査を行います。通常、単独調査を行う調査員には(機動防護服などの)極度に専門的な装備は配備されず、必要な際は財団事務所で物資や技術の支援を受けます。原則として、財団は必要な物資を48時間以内に速達で発送します。
専門的装備の不足から、調査員はよく危機に直面します。このことから、調査員は不要な被害を受けることを避けるために特に細心の注意を払う必要があります。
集団調査
集団調査は財団の調査員が参加(または組織)している、異常現象(または異常地点や異常物品)の科学的研究任務を指します。単独で働く調査員と比べて、集団調査を行う調査員はより専門的で経験に富んでいます。用いる装備もより専門的で効果的なものであり、通常は十分な物資備蓄も用意されています。
SCP財団以外の超常組織も財団同様に厳格なものではなく、主に小規模なカルトや民間の“能力者”として存在します。参考までに、財団との交流が多く、ある程度の規模を擁する団体をここにリストアップします。2
パラウォッチWiki
パラウォッチWikiとSCP財団は良好な協力関係を維持しています。パラウォッチWikiの管理者層は財団メンバーでもあります。また財団メンバーもパラウォッチWikiを財団加入への踏み台にしています。財団のサイト管理者もフォーラム中の都市伝説を真贋判定した後、信用できるものを選り抜いてサイトの掲示板に貼付します。
壊れた神の教会
壊れた神の教会は小規模宗教であり、WANを信奉している存在です。彼らは機械の故障を神の意思と解釈しています。現在はTik Tok上で約30万のファンを擁しています。
クライン生命
クライン生命は中東のバイオテクノロジー企業です。バイオテクノロジー技術の研究開発に尽力し、医学方面で多数の特許技術を有しています。世界でもトップクラスのバイオラボを保有しています。
三ツ月カンパニー
三ツ月カンパニーは民間の軍事会社です。
アンダーソン・ロボティクス
アンダーソン・ロボティクスは世界トップ100に入るロボットの生産・研究開発企業です。ここで生産されるロボットは医療、生産、緊急救援など広範に運用されています。ここで開発された軍用外骨格技術は一部の国軍でも運用されています。
ゲーマーズ・アゲインスト・ウィード
風刺的な社会団体で、現在はネット全体で1000万を超えるファンを擁しています。
国連オカルト事務局
名ばかりの国連政府機関です。
小さな事務室。得意先を金で買い、領収書と小切手におまけを毎年付けて、追放された役人と何もしない得意先が集まる場所。——調査顧問リーゾフは語る。
アレクシルヴァ大学
世界にその名を知られる高等教育機関です。イギリスはスコットランドのグラスゴー近郊に位置し、QS世界大学ランキングトップ100に入ります。
ミスカトニック大学
ごくごく普通の大学です。マサチューセッツ州にあり、1690年に設立しました。緑豊かで水がきれいな美しい地、傑物を輩出した都市アーカムに建っています。
科学フロンティア グループ
SCP財団から分裂して生まれた、財団と同じく超常現象の研究に尽力するグループです。純粋な唯物主義の観点からあらゆる超常現象を説明することを目標にしています。
UIU、十九局、GRU(解散済)などの政府機関
これらの政府機関は依然として存在しているものの、規模は事務室1個大まで縮小されています。
基本カノンの十九局に本世界観で対応する組織は“国家異常事務弁公室”であり、十九号弁公室と略されています。
どうして「境界の画定者」なの?
「境界を画定する」は「我々の認知の境界を再定義する」を意味します。財団メンバーとは認知の境界を進む人々であり、我々の認知の境界の絶え間ない更新を、彼らは努めているのです。
この世界には何が欠けているの?
沢山のものが欠けています。ヴェールが欠け、超常技術が欠け、誇れる財力とブランド力が欠け、人類を守るという偉大な望みが欠けています。
これはどんな世界で、SCP財団はどうなってるの?
これは異常が不足している世界です。この世界は私たちの真の世界を下敷きに創り上げたもので、明確なヴェールは存在しません。いわゆるアノマリーも小さなカルト教団や能力者となり散らばっています。統率された大規模なGOIは存在しません。異常は全て偶発的イベントとなっています。
この世界には、世界を滅ぼしうる異常は存在しません。ぞっとするような都市伝説と片田舎の誰も知らない秘密があるだけです。
SCP財団はどうでしょうか?小さな学術機関となり、顧問の役目も兼ねています。兼業の調査員が各地へひた走り、夜明けの寂しい大通りの都市伝説に潜む真相を見つけ、黄砂に埋もれた古城深くの暗黒空間を訪ねます。多くの場合、彼らは成果なしで帰りますが、ときに調査員はニャルラトホテプの——クロスしちゃってゴメンナサイ——何らかの証を発見します……収容はどうするかって?それは政府がやることです。SCP財団ができることは、政府へ可能な限り意見提供し、政府の収容作戦中の死傷者を減らすことです。あるいは、異常の十分量の記録から見いだした規則性を関係政府機関の参考・管理のために提供し、(可能ならば)後続研究に参加します。彼らは苦にせず好きでやっているのです。
この財団は異常を収容する能力を持たず、武装兵力を持たず、ほとんどは研究熱心な老学者らがその身をもって実験しています。
財団と政府の関係
財団はオープンな学術研究機関で、顧問の役目を兼任しています。つまり、一般大衆も彼らの存在を認知しているということです。政府は超常的問題を対処する際にも協力を求めて財団を招請します。ただ多くの場合、こうした場合は基本的に各国内部の政府機関が自力で対処します。
ここまでの内容を要約して。
SCP財団=ミスカトニック大学3
異常は弱体化。大半は説明できず、出くわしたなら逃げないと死ぬ。
調査員はクトゥルフ神話に出てくるような方々。
以上。
ヴェールは?
この世界観においては存在しません。明らかに正常から外れた世界の存在がいないためです。この世界観は私たちの現実世界を下敷きとしています。ショートビデオが一晩でいろんな超常事件のニュースで埋め尽くされたりしませんよね?「ネットで話題の生き物を調べてみた」みたいな動画の方が多いです。
この世界観ではヴェールにあたるものも一切ないため、こうした伝説を信じる人は依然として信じ、信じない人は依然として見て見ぬ振りをします。私が2000以上の動画を漁って1件の本物を目にしたとして、あなたにとってどうでもいいことでしょう。
ましてや、あなたが名状しがたきものを目にしても、友達に会って話そうと思うでしょうか?
超常技術は……?
答えはノー。現実錨や他の派手な武器は忘れましょう。この世界観において、財団はあなたが現実で手に入れられる武器しか持っていません。技術水準も21世紀で頭打ちになっています。なので天地構わず自在に舞うことなど頭の中から捨てましょう。
財団の戦闘能力は?
財団に退役軍人は少なくないものの、全体の戦闘力は依然として専門の軍隊とは比べものにもなりません。この世界観における財団メンバーとは科学調査隊員や調査記者であり、銃を持って突撃するだけの向こう見ずではありません。彼らはほとんどの場合、自身が見聞きしたことを自分の携帯で録音したり、カメラで記録します。戦闘なんてのは専門の人に任せた方がマシです。間違いなく、この世界の財団メンバーは極限状況に直面した際には通報することを選ぶでしょう。
ですが、あなたのキャラクターが『Alan Wake』や『SIREN』のようなストーリーに陥った場合、その子はきっと突破口を開こうと動くでしょう。胡八一や吴邪4などのようなキャラが登場するのはいいですが、メアリー・スーを作って欲しくはありません。出すなら自身のキャラ設定に合わせるべきでしょう。
例を挙げましょう。貴方のキャラクターは記者です。なのでとあるカルト村落に潜入し活動しています。記者として、彼は潜伏調査し、言葉巧みに重要な情報を盗み取り、その上優れた体力を持っているかもしれません。ですが銃器や弓矢といった武器は使えませんし、村内の退役兵士とは五分五分の勝負にもなりません。
X-MENみたいなのは、やめてくださいね。
いろいろ話してるけど、何が書けるの?(追記待ち)
私たちの親愛なるKanie Jaが境界の画定者の記事の模範例を示しています。ハブページの豊富な中身も同様に執筆の手助けとなるでしょう。ひどく薄気味悪いクトゥルフ神話風の小説、あるいは真面目な警察の捜査ルポや、普通の超常事件調査などが書けます。
ページコンソール
批評ステータス
カテゴリ
SCP-JP本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。
本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。
本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。
翻訳作品の下書きが該当します。
他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。
言語
EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。
コンテンツマーカー
ジョーク本投稿の際にジョークタグを付与する下書きが該当します。
本投稿の際にアダルトタグを付与する下書きが該当します。
本投稿済みの下書きが該当します。
イベント参加予定の下書きが該当します。
フィーチャー
短編構文を除き数千字以下の短編・掌編の下書きが該当します。
短編にも長編にも満たない中編の下書きが該当します。
構文を除き数万字以上の長編の下書きが該当します。
特定の事前知識を求めない下書きが該当します。
SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。
シリーズ-JP所属
JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。
JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。
JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。
JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。
ジャンル
アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史任意
任意A任意B任意C- portal:3704020 (25 Jun 2018 15:07)
コメント投稿フォームへ
批評コメントTopへ