〆切: 04/22「SCP-6911 - All I need is a little me time.」

出典: SCP-6911
著者: Uncle NicoliniUncle Nicolini
作成日(EN): 2021/11/19
SCP-6911 - All I need is a little me time.
SCP-6911 - 私に必要なのは少しの自由時間だけ。
タグ: en 建造物 エバーウッド博士 euclid on-guard-43 scp

ソース: flickr
ライセンス: CC BY-SA 2.0

タイトル: Endless corridor
著作権者: elPadawan
公開年: 2011年

/* 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)); }
}

評価: 0+x
hallway.jpg

The hallway affected by SCP-6911. / SCP-6911の影響を受けた廊下。

アイテム番号: SCP-6911

オブジェクトクラス: Euclid

Special Containment Procedures: Dr. Everwood's office has been decommissioned. No personnel are permitted to attempt to enter the room outside of SCP-6911 testing periods.

特別収容プロトコル: エバーウッド博士のオフィスは解体されています。SCP-6911の実験中以外で職員がこの部屋への入室を試みることは認められません。

Description: SCP-6911 is a spatial anomaly occurring on hall E, floor 2B of Site-55's personnel offices. The anomaly is activated when a human subject enters the hallway with the intent of entering Dr. Everwood's office. When active, SCP-6911 will shrink the hallway, thus rendering it impossible to proceed beyond a certain point. If other individuals are present in the hallway when SCP-6911 is triggered, they will be pushed beyond the threshold of the shrinking effect.

説明: SCP-6911は、サイト-55職員オフィスの地下2階ホールEで発生する空間異常です。SCP-6911は対象となる人物がエバーウッド博士のオフィスに入室する意図を持って廊下に進入した際に活性化します。活性化したSCP-6911は廊下を狭め、特定地点を越えて進行することを不可能にします。別の人物が廊下に存在する場合にSCP-6911が引き起こされた場合、その人物は収縮効果の境界点よりも前に押し出されます。

Dr. Everwood is the only individual capable of bypassing SCP-6911 entirely.

SCP-6911を完全に回避できるのはエバーウッド博士のみです。

Addendum 6911.A- Interview: Dr. Everwood was interviewed by Nhung Ngo, a psychiatrist consultant from the Spatial Anomalies Department, shortly after the discovery of SCP-6911 to ascertain any involvement or probable origins of SCP-6911.

補遺6911.A - インタビュー: SCP-6911の発見から間もなくして、SCP-6911の関係性や推定原因を解明するべく、空間異常部門出身の精神科医コンサルタントであるニュン・ゴがエバーウッド博士へのインタビューを実施しました。

<ログ開始>

Ngo: Hello, Jay. I know you're busy, but as I'm sure you're aware-

ゴ: こんにちは、ジェイ。お忙しいとは思いますが、ここにいる理由は恐らく理解して —

Everwood: Yeah, I know, I know. My office is an SCP now. Great.

エバーウッド: ええ、分かってる、分かってるって。私のオフィスがSCPになった件でしょ。最高よね。

Ngo: Well, not your office per se, but the hallway leading to it.

ゴ: まぁオフィスそのものではなく、そこに続く廊下のほうですがね。

Everwood: Either way, the whole thing has me quite cheesed.

エバーウッド: どっちにしろ、この件には本っ当にうんざりしてるのよ。

Ngo: I'll try to be brief then. As I was saying, you're the only person who can successfully bypass SCP-6911.

ゴ: では、できるだけ手短にいきます。先ほども申した通り、SCP-6911を回避できているのはあなただけです。

Everwood: Trust me, if I knew why or how this happened, you'd be the first to know. And much to my surprise, I haven't just become magic despite my best efforts to the contrary.

エバーウッド: 私を信じて。もしこうなった理由や過程を私が分かっていたなら、あなたが真っ先に知ることになったはずでしょ。それに大変驚くべきことだけど、これまで必死に努力してきたというのに、それでも私はまだ魔法使いには至ってないのよ。

Ngo: You're saying you've been trying to learn thaumaturgy?

ゴ: これまでに奇跡術を習得しようとしていたと?

Everwood: That was a joke, Nhung.

エバーウッド: 今のはジョークよ、ニュン。

Ngo: Oh. Sorry. They don't get many jokesters over at Spatial Anomalies.

ゴ: おっと。すみません。空間異常部門にはあまり冗談好きがいないものでして。

Everwood: Figures they'd all be squares.

エバーウッド: みな堅物だものね。

Ngo:

ゴ: ……

Everwood: That was a joke as well. Come on, cut me some slack. I've gotta cope with my office being fucked somehow.

エバーウッド: 今のもジョーク。ほら、そうカッカしないで。私のオフィスがイカれたのをどうにかしないと。

Ngo: Fair enough. So listen Jay, I just have a couple of questions about what's happened in your office the last few days, alright?

ゴ: それもそうですね。ではジェイ、ここ数日にあなたのオフィスであったことについていくつか質問しますが、よろしいですか?

Everwood: Sure.

エバーウッド: ええ。

Ngo: Alright. So for starters, have any anomalous objects entered your office?

ゴ: 分かりました。ではまず、これまでオフィスに何らかの異常オブジェクトが進入しましたか?

Everwood: Yeah. More than I could count. The Junior Researchers come to my office carrying just about anything they get their mitts on. I get it, they're mostly clueless, but just because the pen has the MC&D logo on it doesn't mean it's anomalous. Give me a break.

エバーウッド: ええ。それはもう数えきれないほどに。次席研究員の奴らが、手に入れたものを何でもオフィスに持ってくるの。彼らの大半が無学なのは分かるけど、ペンにMC&Dのロゴがあるからってそれが異常だとは限らないっての。ほんと勘弁してほしい。

Ngo: Any idea of their SCP item designation?

ゴ: SCPアイテムの指定番号は何か思い出せますか?

Everwood: Nope. Do you have any idea how many items come across my desk every day? Every time someone finds something from an external group of interest, it's dropped in my lap. A jinn lamp from ORIA? It's been in my office. Tapioca pearls from Marshall, Carter, and Dark? You bet they've been in my office. An anti-theology explosive from SAPPHIRE? Yup, in my office. I could go on.

エバーウッド: 何も。私のデスクに毎日どれほどのアイテムが送られてくるか知ってる? 誰かが外部の要注意団体から何かを見つける度に、それが私のところに届いてくるのよ。マーシャル・カーター&ダークのタピオカ? ええ、それなら私のオフィスね。SAPPHIREの反神学爆薬? はい、それも私のオフィス。やろうと思えばまだまだ続けられる。

Ngo: Point taken.

ゴ: なるほど。

Everwood: Actually, I will go on. Consultations are draining my very soul. The moment someone suspects a GoI even so much as farted in the direction of their object, they come to me. Just the other day I had a fucking dowsing rod, you know those useless sticks that supposedly detect water? The fool thought it detected anomalies. And just because the people they confiscated it from were Parawatch users, they brought that up to my office.

エバーウッド: ま、続けるけど。コンサルテーションは私の魂を削っていった。GoIがお手製のオブジェクトに向かって屁をこいたと疑われただけで、すぐにそれが私のところにやってくる。先日なんてクソみたいなダウジングロットが送られてきた。知ってる? あの水を探知するとかいう役立たずの棒よ。アノマリーを探知したって例の馬鹿が思い込んだやつね。で、あれは押収元がパラウォッチユーザーだったってだけで私のオフィスに持ち込まれたのよ。

Ngo: I, err…

ゴ: その、あー……

Everwood: Fucking Parawatch. Those people aren't even on the same side of the veil we are. I had to explain to him that no, they hadn't just magically gained powers and that he had brought a glorified stick into my office. Jeez, Louise.

エバーウッド: パラウォッチが何だってのよ。あそこの奴らは私たちと同じヴェールの側に立ってすらいない。彼に説明が必要だったわ、「違う、あいつらは魔法のように力を得たんじゃない」とか、「いんちき棒を私のオフィスに持ち込んできやがって」とか。ふざけんなっての、ルイーズの奴め。

Ngo: I'm sorry. It sounds like you're very stressed out.

ゴ: すみません。かなりストレスを募らせているようですね。

Everwood: Sorry. It's been a rough few… weeks? Months? Years? Anyway, next question, please.

エバーウッド: ごめんなさい。大体ここ…… 数週間? 数か月? 数年? はずっとそうね。とにかく、次の質問をお願い。

Ngo: You already said you aren't practicing thaumaturgy. So that leaves me out of questions, actually.

ゴ: 先ほど、奇跡術の練習はしていなかったと申していましたね。そうなると、もう私に質問は残っていないのですよ。

Everwood: You know, I don't know if this is important at all, but I think I should say it. I just kind of wished that I could have some peace and quiet. And I did have it! For a few hours, anyway. Later I come to find that the hallway my office is in was quarantined and apparently this happened. I feel stupid even saying this out loud, but it's the truth.

エバーウッド: じゃあ、これが重要かどうかは全く分からないけど、とりあえず言っとく。私は単に、平穏で静かに過ごせたらなってちょっと思ったの。そしたら本当に過ごせた! ほんの数時間だったけれど、それでもね。後になって、私のオフィスへの廊下が隔離されたおかげでどうもこうなったらしいって分かったの。口に出して言うのも馬鹿らしいけれど、それが事実よ。

Ngo: I see.

ゴ: そうですか。

Everwood: Sometimes weird things just happen though, don't they?

エバーウッド: でも、奇妙なことって何もなくても起こる時くらいあるでしょう?

Ngo: I suppose they do. But you know what? I have an idea that may solve this little problem of yours.

ゴ: きっとそうなのでしょうね。それはそうと、どうでしょう? この些細な問題を解決できそうなアイデアがありますよ。

Everwood: Do tell.

エバーウッド: 聞かせて。

<ログ終了>

Addendum 6911.02: Following the interview, Dr. Ngo suggested Dr. Everwood take on a research assistant. Researcher Rex Alces was selected by Dr. Everwood, who now oversees a portion of their previously assigned work including consultations and item assessment.

補遺6911.02: インタビュー後、ゴ博士はエバーウッド博士に研究助手を雇用するよう提案しました。レックス・アルセス研究員がエバーウッド博士によって選出され、現在はコンサルテーションやアイテム評価を含む、博士がこれまでに担当していた一部業務の監督を任されています。

SCP-6911 has not manifested since this change. Reclassification to Neutralized is currently pending.

この変化以降、SCP-6911は発生していません。Neutralizedへの再分類は現在保留されています。


ページコンソール

批評ステータス

カテゴリ

SCP-JP

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

GoIF-JP

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

Tale-JP

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

翻訳

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

その他

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

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

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

アダルト

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

既存記事改稿

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

イベント

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

フィーチャー

短編

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

中編

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

長編

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

事前知識不要

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

フォーマットスクリュー

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


シリーズ-JP所属

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

シリーズ-Other所属

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

世界観用語-JP登場

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

世界観用語-Other登場

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

ジャンル

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

任意

任意A任意B任意C

ERROR

The walksoldi's portal does not exist.


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


利用ガイド

  1. portal:3324351 (14 Jan 2019 08:56)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License