SCP-6116 - 夜の美術館(原題: Night at the Museum)
評価: 0+x
/* 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;
    }
}
/*
    Penumbra Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
       Paperstack Theme by EstrellaYoshte
       Ad Astra Theme by NatVoltaic and stormbreath
       Inkblot Theme by Croquembouche
       Anderson Robotics Theme by Croquembouche
       BHL Style Collapsible by Monkatraz
 
    Edited for SCP-JP by ukwhatn
*/
 
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
 
#page-content { font-size: .9rem; }
 
body {
    font-family: 'Roboto', sans-serif;
    color: #EDEDED;
    background-color: #2F333C;
    background-image: linear-gradient(
        to bottom, 
        #21252E, #21252E 90px, 
        #21252E 90px, #2F333C 200px, 
        #2F333C 200px, #2F333C 100%);
    background-repeat: no-repeat;
}
 
#main-content {
    top: -1.2rem;
}
 
/* ---- SCROLLBAR ---- */
 
::-webkit-scrollbar {
  width: 9px;
  background: transparent;
}
 
::-webkit-scrollbar-track {
  background: #21252E;
}
 
::-webkit-scrollbar-thumb {
  background: #ededed;
  border: none;
}
 
::-webkit-scrollbar-thumb:hover {
  background: var(--accentColor);
}
 
/* ---- HEADER ---- */
 
div#container-wrap {
     background-image: none;
}
div#header {
    background-image: none;
}
 
div#extra-div-1 {
    height: 164px;
    width: 100%;
    top: 0;
    position: absolute;
    background: var(--lgurl);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}
 
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.45rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none; }
/* Style the new text */
#header h1 a::before, #header h2::before {
  color: var(--accentColor);
  font-family: 'Josefin Sans', sans-serif;
  text-shadow: none;
}
/* Set the new text's content from variable */
#header h1 a::before {
  content: var(--header-title, "SCP FOUNDATION");
  font-weight: 300;
  font-size: 1.3em;
}
#header h2::before {
  content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
  font-weight: 600;
  font-size: 1.22em;
}
 
#login-status {
    color: #ededed;
}
#login-status a {
    color: var(--accentColor);
}
#login-status ul a {
    color: #ededed;
    background: #21252E;
}
#login-status ul a:hover {
    color: var(--accentColor);
}
 
#account-topbutton{
    border: solid 1px var(--accentColor);
}
 
#footer, #footer a {
    background: transparent;
    color: #ededed;
}
#license-area {
     color: #ededed;
}
 
#search-top-box {
    top: 2.2rem!important;
    right: 8px;
}
#search-top-box-form > input[type=submit] {
    border: solid 1px #ededed;
    background: #21252E!important;
    box-shadow: none;
    border-radius: 0;
    color: #ededed;
    transition: color 0.15s linear;
}
#search-top-box-form input[type=submit]:hover {
    border: solid 1px var(--accentColor);
    box-shadow: none;
    color: var(--accentColor);
}
#search-top-box-form > input[type=text] { display: none; }
 
/* ---- TOP BAR ---- */
 
#top-bar { 
     top: 8.4rem;
     display: flex;
     justify-content: center;
     right: 0;
}
#top-bar, #top-bar a {
     color: #ededed;
     transition: color 0s;
}
#top-bar ul li ul {
    border-color: var(--accentColor);
    overflow: hidden;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
   border-top-color: #2F333C;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #21252E;
    color: #ededed;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #21252E; /* top bar hover background color */
    color: var(--accentColor);
    transition: color 0.1s linear;
}
 
/* ---- SIDE BAR ---- */
 
div#side-bar{
    background: #21252E;
    clear: both;
    padding: .8em;
    border-radius: 0;
    box-shadow: none;
    overflow-x: hidden;
}
 
#side-bar .heading{
    color: #ededed;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.94rem;
    border-bottom: solid 1px #ededed;
}
#side-bar .side-block {
    border: transparent;
    border-radius: 0;
    box-shadow: none;
    background-color: #21252E!important;
}
#side-bar .side-block.media {
    background-color:#21252E;
}
#side-bar .side-block.media > * {
    display: flex;
    justify-content: space-evenly;
}
#side-bar .side-block.resources {
    background-color:#21252E;
}
.side-block .menu-item > .image {
    display: none;
}
 
#top-bar div.open-menu a {
    border-radius: 0;
    box-shadow: none;
    color: var(--accentColor)!important;
    background-color: #21252E!important;
    border: solid 1px #21252E!important;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #21252E;
        left: -21em;
    }
    #side-bar:target {
        border: none;
        box-shadow: none;
    }
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
                    opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        background-position: 18.6em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 18.6em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #side-bar:target .close-menu:hover {
        background: unset;
    }
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
    #side-bar {
        top: 0;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
/* ---- YUI TAB 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}
 
/* ---- YUI TAB 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: var(--accentColor);
     box-shadow: none;
}
 .yui-navset .yui-nav a, /* ---- Link Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav a{
     color: #ededed;
     font-weight: bold;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
     background-color: #21252E;
     border: unset;
     box-shadow: none;
     box-shadow: none;
     transition: background-color 0.15s linear;
}
 .yui-navset .yui-nav a:hover,
 .yui-navset .yui-nav a:focus{
     color: #ededed;
    /* ---- Tab Background Colour | [HOVER] ---- */
     background-color: var(--accentColor);
}
 .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: #ededed;
     background-color: #21252E;
     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: var(--accentColor);
}
 .yui-navset .yui-nav .selected a,
 .yui-navset .yui-nav .selected a em{
     border: none;
}
 .yui-navset .yui-nav .selected a{
     width: 100%;
     color: #21252E;
     font-weight: bold;
}
 .yui-navset .yui-nav .selected a:focus,
 .yui-navset .yui-nav .selected a:active{
     color: #21252E;
     background-color: var(--accentColor);
}
 .yui-navset .yui-content {
    background-color: #21252E;
    box-shadow: none;
}
 .yui-navset .yui-content,
 .yui-navset .yui-navset-top .yui-content{
     padding: .5em;
     border: none;
}
 
/*---- TAB ANIMATION by Croquembouche ---- */
 
.yui-navset .yui-content > div {
    display: block;
    top: 0;
    overflow: hidden;
    transform-origin: 0 0;
}
 
#page-content .yui-navset .yui-content > div[style*="none"] {
    display: block !important;
    flex: 0;
    max-height: 0;
    padding: 0 0.5em;
    border-width: 0;
    /* The following transition affects the one that DISAPPEARS */
    transition: padding 0s linear 0.5s,
          border-width 0s linear 0.5s,
          flex 0.5s cubic-bezier(.18,.51,.54,.9) 0s;
    animation: tab-disappear 0.5s ease-in-out 0s 1 both;
}
#page-content .yui-navset .yui-content > div[style*="block"] {
    display: block !important;
    flex: 1;
    max-height: 9999rem;
    /* The following transition affects the one that APPEARS */
    transition: padding 0s linear 0.5s,
          border-width 0s linear 0.5s,
          flex 0.5s cubic-bezier(.18,.51,.54,.9) 0.5s;
    animation: tab-appear 0.5s ease-in-out 0.5s 1 both;
}
 
@keyframes tab-disappear {
    0% { max-height: 9999rem; }
    1% { max-height: 100vh; }
    100% { max-height: 0; }
}
@keyframes tab-appear {
    0% { max-height: 0; }
    99% { max-height: 100vh; }
    100% { max-height: 9999rem; }
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: #21252E;
     --linkColour: #ededed;
}
 
 .info-container .collapsible-block-content{
     padding: 0 .5em 30px;
}
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* Ayer's info-bar patch by Monkatraz */
#page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link  {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
}
#page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before  {
    content: " ";
    display: none;
}
#page-content .info-container .collapsible-block-content::after {
    display: none;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
     margin: unset;
     margin-top: 4px;
     margin-bottom: 4px;
     margin-right: 3px;
}
#page-content .rate-box-with-credit-button {
    background-color: #21252E;
    border: solid 2px #21252E;
    border-radius: 0;
    box-shadow: 3px 0px 0px 0px var(--accentColor);
}
#page-content .rate-box-with-credit-button .creditButton p a {
    border-left-color: transparent;
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
    border-radius: 0;
}
#page-content .rate-box-with-credit-button div.page-rate-widget-box .rate-points {
    border-left: 0;
}
 
.rate-box-with-credit-button .page-rate-widget-box .cancel a:hover {
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
     color: #ededed;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
     color: var(--accentColor);
}
 
#page-content .creditButtonStandalone p a {
    background-color: #21252E;
    border: solid 2px #21252E;
    border-radius: 0;
    box-shadow: 3px 0px 0px 0px var(--accentColor);
    color: #ededed;
}
#page-content .creditButtonStandalone p a:hover {
    color: var(--accentColor);
}
 
#page-content .modalbox {
     background: #2F333C !important;
     color: #ededed;
     box-shadow: none;
}
.close-credits,
.credit-back {
    filter: grayscale(100%) invert(100%) contrast(275%);
}
 
/* ---- Credit Module for JP ---- */
 
#page-content .creditRate.creditModule .rate-box-with-credit-button {
    background-color: #21252E!important;
}
 
#page-content .creditRate.creditModule .rate-box-with-credit-button .creditButton {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}
 
#page-content .creditRate.creditModule ~ #u-credit-view .modalbox .modalbox-title {
    background: #21252e;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
     margin: unset;
     border-radius: 0;
     border: solid 2px #21252E;
     box-shadow: 3px 0px 0px 0px var(--accentColor);
     background-color: #21252E;
     margin-top: 4px;
     margin-bottom:4px;
     margin-right: 3px;
}
 
div.page-rate-widget-box .rate-points {
    background-color: #21252E;
    border: none;
    color: #ededed !important;
    text-transform: capitalize;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #21252E;
    border-top: none;
    border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #ededed;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #21252E;
    color: var(--accentColor);
}
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: #21252E;
    border: none;
}
.page-rate-widget-box .cancel a {
    color: #ededed;
}
.page-rate-widget-box .cancel a:hover {
    background: #21252E;
    color: var(--accentColor);
}
 
/* ---- PAGE ELEMENTS ---- */
 
.page-source, tt{ 
    font-family: "Fira Code", monospace;
    font-size: 0.87rem;
}
 .code pre, .code p, .code {
    font-family: "Fira Code", monospace;
    font-size: 0.87rem;
    color: #21252E;
}
 
h1 {
    color: var(--accentColor);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
h2,
h3,
h4,
h5,
h6 {
    color: #EDEDED;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
 
#page-title {
    color: #ededed;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.65rem;
    text-align: center;
    border-color: #ededed;
}
 
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a:visited {
    color: var(--accentColor);
    transition: color 0.15s linear;
}
a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--accentColor);
}
a.newpage { filter: hue-rotate(180deg); }
 
/* 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;
}
 
hr{
    background-color: var(--accentColor);
}
 
blockquote,
div.blockquote,
#toc {
    background-color: #21252E;
    border: solid 2px #2F333C;
    box-shadow: -3px 0px 0px -0.1px var(--accentColor);
}
 
.code {
    background-color: #F8F8F8;
    border: solid 3px #2F333C;
    box-shadow: none;
}
.scp-image-block {
    border: solid 8px #21252E;
    border-bottom: solid 0px #21252E;
    box-shadow: 0px 0.26rem 0px 0px var(--accentColor);
    box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
    background-color: #21252E;
    border: solid 4px #21252E;
    color: #ededed;
    font-size: 0.84rem;
}
.scp-image-block.block-left { margin-left: 0; }
.scp-image-block.block-right { margin-right: 0; }
@media (max-width: 540px) {
  .scp-image-block.block-left, .scp-image-block.block-right {
    float: none; clear: both; margin-left: auto; margin-right: auto;
  }
}
 
#page-content .wiki-content-table tr th {
    border: solid 1px var(--accentColor);
    color: var(--accentColor);
    background-color: #21252E;
    /* set border for table title */
}
#page-content .wiki-content-table tr td {
    border: solid 1px var(--accentColor);
    /* set border for table content */
}
 
/* fancy collapsible */
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
    background: #21252E;
    transition: background 0.25s linear;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: min-content;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
}
#page-content .collapsible-block-folded .collapsible-block-link::before {
    content: "▷ ";
}
#page-content .collapsible-block-unfolded .collapsible-block-link::before {
    content: "▽ ";
}
#page-content .collapsible-block-link {
    text-decoration: none;
    color: #ededed;
    font-weight: bold;
}
#page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover {
    background: var(--accentColor);
}
#page-content .collapsible-block-unfolded-link {
    box-shadow: 0px -0.26rem 0px 0px var(--accentColor);
}
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
    margin-top: 10px;
    margin-bottom: 10px;
}
 
/* Selection */
::selection {
    background: var(--accentColor);
    color: #ffffff;
}
 
/* Footnotes */
.hovertip {
    font-size: .9rem;
    background-color: #21252E !important;
    border: solid 1px var(--accentColor) !important;
}
.footnotes-footer {
    background-color: #21252E;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 1.5rem;
    box-shadow: -0.24rem 0px 0px 0px var(--accentColor);
}
.footnotes-footer .title {
    color: #ededed;
}
.footnote .f-footer, .equation .e-footer, .reference .r-footer {
    display: none;
}
 
/* Tags */
#main-content .page-tags a {
    margin-top: .18rem;
}
.page-tags span {
    border-top: 1px solid #ededed;
}
 
/* Pop-Up Windows */
.owindow {
    background-color: #21252E;
    border-color: var(--accentColor);
}
 
.owindow .modal-header {
    background-color: #21252E;
}
 
.owindow .modal-body img {
    background-color: transparent !important;
}
 
.owindow .title {
    background-color: #21252E;
    color: #var(--accentColor);
    border-bottom: 1px solid #2F333C;
}
 
.owindow .button-bar a {
    background-color: #21252E;
    border-color: var(--accentColor);
    color: #ededed;
}
.owindow .button-bar a:hover {
    background-color: var(--accentColor);
}
 
/* Edit Buttons */
.buttons .btn {
    background-color: #21252E;
    border-color: var(--accentColor);
    color: var(--accentColor);
    padding: 3px 5px;
}
.buttons .btn:hover {
    background-color: var(--accentColor);
    color: #21252E;
}
 
/* Edit Lock Info*/
#lock-info {
    background-color: #21252E;
    border-color: #ededed;
}
 
/* Close Button for Page Source, Rating, Etc */
a.action-area-close:hover {
    background-color: #21252E;
}
 
/* Page-History Current */
.pager .current {
    background-color: var(--accentColor);
    border-color: #ededed;
}
 
/* History Compare */
.inline-diff ins, .inline-diff del {
    color: #21252E;
}
 
/* ---- INTERWIKI ---- */
 
.scpnet-interwiki-frame{
    filter: invert(100%) grayscale(100%) contrast(75%);
}
 
/* ---- CUSTOM SYNTAX ---- */
 
.darkbox {
    background-color: #21252E;
    border-left: solid 0.26rem var(--accentColor);
    border-right: solid 0.26rem var(--accentColor);
    padding: .4rem;
    margin-top: 12px;
    margin-bottom:12px;
}
 
.lightbox {
    background-color: #ededed;
    color: #21252E;
    border-left: solid 0.26rem var(--accentColor);
    border-right: solid 0.26rem var(--accentColor);
    padding: .4rem;
    margin-top: 12px;
    margin-bottom:12px;
}
.lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 {
    color: #21252E;
}
 
.limit {
    margin-bottom: -1rem;
    z-index: 5;
 
}
.anchor {
    position: sticky;
    height:0;
    top: 0;
    z-index: 5;
}
.sidebox {
    background-color: #21252E;
    border-top: solid 2px var(--accentColor);
    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;
}
/* Sidebox mobile optimization, courtesy of Woed */
@media (max-width: 1290px) {
   .sidebox {
        width: auto;
        max-width: 65vw!important;
        border: none;
        padding-left: 0.4rem; padding-right: 0.4rem;
        top: 0.75rem;
        right: calc(((100vw - 45.8rem)/2) * -1);
        left: initial;
        -webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
        clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
        -webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
        transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
        -o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
        transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
        transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
        overflow: visible;
    }
 
    .sidebox::before, .sidebox::after {
        content: " ";
        position: absolute;
        right: 0;
    }
 
    .sidebox::before {
        top: calc(50% - 0.75rem);
        width: 0;
        height: 0;
        border-top: 0.75rem solid transparent;
        border-bottom: 0.75rem solid transparent;
        border-right: 0.75rem solid var(--accentColor);
        transition: border 0.1s ease-in-out 0.1s;
        z-index: 10;
    }
 
    .sidebox::after {
        top: 0;
        max-width: 0.75rem;
        width: 100%;
        height: 100%;
        box-shadow: 0.15rem 0 0 0 var(--accentColor);
        max-height: calc(100vh - 18rem);
        background-color: #21252E;
        z-index: -1;
        transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s;
    }
 
    .sidebox > * {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out 0.2s;
        -o-transition: opacity 0.2s ease-in-out 0.2s;
        transition: opacity 0.2s ease-in-out 0.2s;
    }
 
    .sidebox:hover {
        overflow: visible;
        -webkit-clip-path: inset(-0.125rem -0.25rem 0 0);
        clip-path: inset(-0.125rem -0.25rem 0 0);
        -webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
        transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
        -o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
        transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
        transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
    }
 
    .sidebox:hover::before {
        border-top: 0 solid transparent;
        border-bottom: 0 solid transparent;
    }
    .sidebox:hover::after {
        box-shadow: 0 -0.125rem 0 0 var(--accentColor);
        right: 0;
        max-width: 100%;
    }
    .sidebox:hover > * {
        opacity: 1;
    }
}
 
@media (max-width:768px) {
    .sidebox, .sidebox:hover {
        right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem);
    }
}
 
:root {
  --accentColor: #1EB5E8;
  --lgurl: url("http://scp-jp-storage.wdfiles.com/local--files/file%3A3396310-43-tbvr/logo.png");
}
アイテム番号: 6116
レベル2
収容クラス:
safe
副次クラス:
none
撹乱クラス:
vlam
リスククラス:
warning

Lidcombe_Railway_Station.jpeg

封鎖前のリッドコム国際美術館

Special Containment Procedures: The building directly around SCP-6116, designated Containment Area 956, is surrounded by a 3-meter-high chain-link fence lined with barbed wire. Due to the relatively low-cost nature of the containment, SCP-6116 is to remain in the area in Containment Area 956, and not be transported and contained in a separate site. Three guards are to patrol the perimeter of the museum, which is monitored with surveillance cameras.

特別収容プロトコル: SCP-6116を囲む建物は収容エリア-956と呼称し、有刺鉄線が張られた高さ3mの鉄柵で囲われています。収容コストは比較的低いため、SCP-6116を収容エリア-956の外に移送して収容することは行いません。監視カメラで監視された美術館の周を3名の警備官が巡回します。

In the event of unauthorized entry into SCP-6116, the intruder(s) should be subdued using non-lethal means and detained for 1 hour in the event SCP-6116's effects display delayed onset. If the intruder displays symptoms of being exposed to SCP-6116, they are to be treated using area medical facilities. Special biohazardous protocols are not necessary in the event that protocols prove cumbersome in treating detainees. Once the intruder is confirmed to be in a stable condition, they are to be amnesticized and removed from the premises.

SCP-6116に無許可で侵入した場合、侵入者を殺傷せずに制圧し、SCP-6116の症状が遅延する場合への対策として、一時間の拘束を行います。侵入者にSCP-6116の症状が発生した場合、地域の医療機関で治療を受けます。侵入者への治療において煩雑となる場合、生物災害に対するプロトコルは必要ありません。侵入者の容態が安定していることが確認され次第、記憶処理を行い施設外に退去させます。

Description: SCP-6116 is an orchestra of instruments located inside the defunct International Museum of Fine Arts, Lidcombe in Lidcombe, New South Wales, Australia. The orchestra itself consists of violins, cellos, violas, basses, oboes, flutes, clarinets, bassoons, trombones, trumpets, and horns. The building itself consists of a central facility with north, south, east, and west wings which form a cross when viewed from above.

説明: SCP-6116はオーストラリア、ニューサウスウェールズ州リッドコムの廃墟化したリッドコム国際美術館内オーケストラです。オーケストラは、ヴァイオリン、チェロ、ヴィオラ、コントラバス、オーボエ、フルート、クラリネット、ファゴット、トロンボーン、トランペット、ホルンで構成されています。建造物は中央の棟と東西南北の棟からなり、上空から見ると交差しています。

Between the hours of 11 PM and 5 AM1, SCP-6116, which is located in the west wing of the museum, animates and plays works from the classical and romantic periods2. SCP-6116 causes affected individuals to desire to listen to the music until forced to stop, usually by sedation. If not sedated, the subject will struggle against attempts to remove the subject from direct and clear earshot of SCP-6116. The subject will attempt to listen until they experience the direct effects of SCP-6116. The desire to listen becomes less prominent the farther the subject is from SCP-6116 and is completely ineffective outside a 30-meter radius.

午後11時から午前1時までの間3、美術館西棟のSCP-6116が動き出し、古典派4およびロマン派時代の作品を演奏し始めます。SCP-6116被曝者は、鎮静剤により動きを強制的に止められるまでは音楽を聴くことを望みます。鎮静剤を使用せずにSCP-6116が聞こえる範囲から被曝者を退去させると、被曝者は抵抗を見せます。被曝者はSCP-6116の影響を直接受けるまで聴こうと試みます。その欲求はSCP-6116に近づくほどに顕著になり、半径30m以上離れると欲求は消えます。

Approximately 15 minutes after the subject is exposed to SCP-6116, they experience severe skin necrosis, similar to that of necrotizing fasciitis. Although non-communicable, the onset of the necrosis is sudden and extreme. Depending on the amount of time the subject was exposed to SCP-6116, the subject may experience delayed onset of the anomalous effect.

SCP-6116に曝露しておよそ15分後、壊死性筋膜炎と同様の重度の皮膚壊死が発生します。壊死が伝染することはありませんが、発症は突然起き、症状が極端です。SCP-6116への曝露時間が短ければ異常性の発生は遅れることがあります。

Exploration Log SCP-6116

Exploration Log SCP-6116

探査ログSCP-6116


Foreword: After the discovery and containment of SCP-6116, two personnel were ordered to explore SCP-6116 to discern the nature of the anomaly. The D-class personnel was equipped with headsets, flashlights, and body cameras.
Date: 6-6-2021, 12:00 AM

序文: SCP-6116の発見、収容後に2名の職員が異常性を確認するためにSCP-6116の探査を命じられました。Dクラス職員はヘッドセット、懐中電灯、ボディカメラを装備していました。

Subject: SCP-6116

対象: SCP-6116

Team Members: D-47683 and D-2978

隊員: D-47683、D-2978


[BEGIN LOG]

[ログ開始]

Security Agent Harms: Begin log. The date is June 6, 2021. Personnel involved are D-47683 and D-2978. Hello D-47683 and D-2978. Your orders are simple. Explore this location with the provided monitoring equipment, find the anomaly, and take any evidence that you may come across.

セキュリティ・エージェント・ハームズ: ログを開始します。日は2021年6月6日。関係者はD-47683とD-2978。ハロー、D-47683、D-2978。あなたたちへの命令はシンプルです。与えられた監視用装置を用い、この場所を探査することです。異常存在を発見し、その証拠となるものを持ち帰りなさい。

D-47683: Isn't this place just an old museum? Why do you want us to explore it?

D-47683: ここはただの寂れた美術館じゃないのか?なんでこんなところを探査しなきゃいけねぇんだ。

D-2978: Look, I know you're the new guy, so a word to the wise, I suggest you shut up and follow orders. You'll live longer that way.

D-2978: はあ、君は新入りだろう。ならば忠告しておく。黙って命に従うんだ。そうすればきっと長生きできるさ。

D-47683: What do you mean?

D-47683: は?どういう意味だよ?

D-2978: Jesus. Alright, let's go.

D-2978: なんだ。まあいい、行くぞ。

D-2978 begins to move from the entrance of the east wing into the building.

D-2978が東棟入口から建造物内部に移動し始める。

D-47683: Hey! What do you mean by "live longer"?

D-47683: 聞いてんのか!「長生き」ってどういう意味なんだよ!

D-2978 is heard letting out a sigh

D-2987がため息をつく

D-2978: I'm not usually this nice, but since you're new here I'll give you the rundown. Look kid, whatever's in here will probably kill us the second it sees us.

D-2978: 普段はこんなこと絶対にしない。だが君は新入りだ、教えてやるよ。いいか、小僧。ここにいるものは、俺たちを見ればすぐに殺しにかかるだろう。

D-47683: W-What?

D-47683: な、なんだって?

D-2978: Boy, what did you do? Who did you kill to end up in this shit hole?

D-2978: あんた、何をしたんだ?誰を殺してここに来た?

D-47683: Well, I was robbing a bank with my crew, and I pulled the trigger on the clerk when we were done. I didn't mean to! I'd never killed anyone before. I don't want to die!

D-47683: あぁ、手下と一緒に銀行強盗をした後に定員に向けて引き金を引いたんだ。殺すつもりなんてなかったんだ!それまで一度も殺しなんてやってない。死にたくない!

D-2978: Ah, well shit happens.

D-2978: はは、まあよくあることだな。

D-2978 reaches the center of the complex and abruptly stops.

D-2978が複合部に到達し、突然動きを止めた。

D-47683: Hey, do you hear that?

D-47683: なあ、聞こえるか?

D-2978: Hear wha-Wait. I do hear it.

D-2978: 何が聞—待て、確かに聞こえるな。

D-2978: It almost sounds like… music. I can't tell where it's coming from, though.

D-2978: たぶん……音楽だ。まあ、どこから聞こえるかなぞわからんがな。

D-2978's breathing and perspiration increase as he stares down the west wing of the museum.

D-2978は西棟を見つめ、呼吸数と汗を増やす。

D-47683: Yeah you're right. It sounds beautiful too.

D-47683: ああ、美しい。

D-2978: Okay, whatever it is will probably kill us, so there's no use for us both to die. I'll keep going straight and you go right. Let's meet back here in thirty minutes. Got it, kid?

D-2978: よし。結局俺らは死ぬだろうが、二人とも無駄死にするのはごめんだ。俺はまっすぐ進むから、小僧は右に進め。30分後にここに戻ってくるんだぞ。いいな、小僧?

D-47683: What?! You want me to go off alone into god knows where? You said whatever's here will kill us!

D-47683: は?!あんた、誰も知らないような場所に一人で行けだって?ここにいるものはどんなものでも俺らを殺すなんて言い出したのはお前だろうが!

D-2978: Please, just trust me.

D-2978: 頼むぞ。俺を信じろ。

D-47683: Well… I guess that makes sense. Okay, I'll go north, and you can go west.

D-47683: ああ……わかった。納得した。俺は北に行くから、あんたは西に行ってくれ。

D-2978: See you in thirty, kid.

D-2978: 30分後にな、小僧。

D-2978 and D-47683 diverge at this point, with D-2978 entering the west wing of the museum, however, they are still able to communicate using the provided headsets.

D-2978とD-47683はここで二手に分かれ、D-2978は美術館の西棟に入ったが、与えられたヘッドセットを用いて通信することは可能である。

D-2978: Hey, I got to the end of the west wing and I think I found it.

D-2978: おい、西棟の端まで行ったら目当てのもんを見つけたぞ。

D-47683: "It"? What's "it"? What did you find?

D-47683: は?"目当て"ってなんなんだ。あんたは何を見つけたんだ?

D-2978: Well it's like an orchestra, but it's playing itself. It's almost like invisible musicians playing. It's amazing, so beautiful.

D-2978: そうだな、オーケストラみたいだが、勝手に演奏しているようだ。まるで見えない音楽家が演奏しているみたいだ。素晴らしい。とても美しい。

D-47683: Okay, well if that's all they wanted us to find, we can meet back in the middle.

D-47683: わかった。その目的の間で会うぞ。

D-47683 made his way back to the center of the museum; D-2978 does not move from viewing the orchestra.

D-46683は美術館の中央に戻り、D-2987はオーケストラを見て動かなかった。

D-47683: Hey, I'm at the place. Are you almost here?

D-47683: おい、間にいるぞ。あんたはすぐ来るのか?

D-2978: I'm not coming.

D-2978: 俺は戻らん。

D-47683: What? What do you mean? We were supposed to meet here!

D-47683: は?どういうことだ!ここで会うはずだっただろ!

D-2978: I'm not leaving. It's beautiful. Stay away.

D-2978: 俺は帰らない。美しい。離れろ。

At this point, D-2978's video and audio monitoring equipment are deactivated manually.

この時、D-2978の映像と音声記録装置が手動で解除された。

D-47683: Hello? Hello!? Fuck, I think his line is dead.

D-47683: もしもーし?もしもし!?クソ、回線が死んだのか?

D-47683 begins to move towards the west wing but stops when a scream is heard.

D-47683が西棟に向かって移動を開始したが悲鳴を確認し停止した。

D-47683: What the fuck was that? Oh god, please be okay.

D-47683: なんだ?ああ、無事でいてくれよ。

D-47683 begins to run towards the noise.

D-47683が音に向かって走り出す。

D-47683: FUCK!

D-47683: ファック!

D-47683 abruptly stops roughly ten meters from the door to the west wing when he sees D-2978 exit the door, limping towards him, and suffering from extreme necrosis.

D-47683は西棟の扉から約10メートル離れたところから、D-2978が極度の壊死に陥った足を引きながら出てくるのを確認し、立ち止まった。

D-2978 begins begging for mercy

D-2978が容赦を乞う

D-47683: What the-

D-47683: 何が—

D-47683 begins to run from D-2978 and hides in a custodial closet near the center of the museum.

D-47683はD-2978から走り出し、美術館中央付近の保管庫に身を隠した。

D-47683: Oh god. Oh, god. What the fu-

D-47683: ああ、神よ、ああ、神よ。なんなんだ—

D-47683 vomits.

D-47683が嘔吐する。

D-47683: Jesus. What happened to him?

D-47683: イエス様。彼に何があったんだ?

D-47683 looks around the closet and notices a makeshift bed constructed from auditorium seat cushions, several empty bottles of water, and plates of expired food.

D-47683は保管庫を見回し、客席のクッションで作成した仮説ベッド、数本の空の水ボトル、賞味期限の切れた食べ物の皿があることに気が付いた。

D-47683: Where am I? Did someone live here?

D-47683: ここはどこだ?誰かが住んでいたのか?

D-47683 sits on the makeshift bed and begins to sob

D-47683が仮設ベッドに座り、すすり泣き始める

D-47683: Where the fuck am I? I never meant to shoot that girl…and now… now I'm here. What am I supposed to do? The only guy that didn't treat me like trash here is dead because he wanted me to live. I don't deserve kindness. Not after I murdered an innocent girl.

D-47683: ここはどこなんだ?あの少女を打つつもりなんて……なかったのに今……今ここにいる。どうすればいいんだ?俺をゴミみたいに扱わなかったあの男は死んだ。俺を生かそうとしたからだ。俺に親切にされる資格なんかない。罪のない少女を殺した後は。

D-47683 backs closer to the wall but collides with a shelf, causing a book to fall on him.

D-47683は壁に近づき、棚に当たり本が衝突する。

D-47683: Ow! Huh? What's this? "Journal of Martin Schuster."

D-47683: 痛っ!なんだ?「マーティン・シュースターの日記」。

D-47683 is instructed via radio by researchers to read the journal. He proceeds to skim through several pages.

日記を読むように研究員から無線で指示され、D-47683は数ページを読み進める。

D-47683: What the hell? A reality bender? Shit like that exists? That explains what happened here. This guy… Martin… I need to get this back. Me escaping is what the old man died for.

D-47683: なんだ?現実改変者か?そんなもの……これは、ここで何が起きたかを語っている。男……マーティン……俺は、取り戻さねばならない。俺が逃げれば、ジジイは死ぬ。

D-47683 moves towards the door and slowly opens it while surveying the hall. D-2978's corpse is seen lying roughly fifteen meters away.

D-47683はゆっくりとドアへ移動し、ホールを見渡しながら、ゆっくりとドアを開ける。約15m先にD-2978の死体が横たわっている。

D-47683: If I hadn't killed that girl none of this would've happened, and maybe the old man wouldn't have died. I'm not the only one to do something unforgivable here, though, but at least Martin fixed his mistakes.

D-47683: あの女を殺さなければ、きっとこんなことにもならず、ジジイも死なずに済んだだろう。この場所で許されないことをしたのは俺だけじゃないと思う、少なくともマーティンは過ちを正した。

D-47683 proceeds to the east wing extraction point.
[END LOG]

D-47683は西棟脱出ポイントへと進んだ。
[ログ終了]


ページコンソール

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The Dr_rrrr_2919's portal does not exist.


エラー: Dr_rrrr_2919のportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:7200455 (28 Feb 2021 12:38)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License