クレジット
タイトル: SCP-XXXX-JP - エアコンディショナー
著者: Azuki_koshian224 Azuki_koshian224
作成年: 2024
:root{ --timeScale:1; --timeDelay:0s; } /*Convertingmiddledividerfrombox-shadowto ::beforepseudo-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; } /*CLASSIFIEDLEVELBARS*/ 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)); } /*TOPTEXT*/ 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, RISKCLASSES*/ 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; } /*BOTTOMTEXT*/ 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; } /*MOBILEQUERY*/ @media (max-width: 480px ) {.anom-bar > .bottom-box::before{display:none; }.anom-bar > .bottom-box{box-shadow:0 -0.5rem 00 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)); }} /*--- MotionAccessibility ---*/ @mediascreenand (prefers-reduced-motion: reduce) {div.anom-bar-container{ --timeScale:0!important; }} /*-------------------------*/ @keyframesdivider{from{max-width:0%; }to{max-width:100%; }}@keyframesbar{from{max-width:0%; }to{max-width:100%; }}@keyframesbar-mobile{from{max-height:0%; }to{max-height:100%; }}@keyframesbottomup{from{top:100px; }to{top:0; }}@keyframesexpand1{from{opacity:0; clip-path:inset(0 calc(100% - 0.75rem) 00); }to{opacity:1; clip-path:inset(0); }}@keyframesiconslide{from{opacity:0; transform: translateX(-5rem); }to{opacity:1; transform: translateX(0); }}@keyframesexpand2{from{opacity:0; width:1%; }to{opacity:1; width: calc(100% - 0.25rem); }}@keyframesfade{from{opacity:0; }to{opacity:1; }}@keyframesflowIn{from{opacity:0; transform: translateY(20px); }to{opacity:1; transform: translateY(0); }}@keyframesarrowspin{from{clip-path:circle(0%); transform: rotate(135deg); }to{clip-path:circle(75%); transform: rotate(0deg); }}@keyframesnodegrow{from{transform: scale(0);}to{transform: scale(1);}}@keyframesdiamondBorder{from{box-shadow: -0.5rem -20rem 00 rgb(var(--black-monochrome, 12, 12, 12)); }to{box-shadow: -0.5rem 000 rgb(var(--black-monochrome, 12, 12, 12)); }}
発見当初のSCP-XXXX−JP
特別収容プロトコル: SCP-XXXX-JPは、電源を切った状態でサイト-81██の標準収容ユニットに収容してください。
説明: SCP-XXXX-JPは、██████株式会社製のエアコンディショナーに酷似した実体です。外見上は、非異常性のエアコンディショナーと差異はありません。
SCP-XXXX-JPの異常性は、以下の条件を満たしたときに活性化します。
・SCP-XXXX-JPがある部屋に人間(以下、対象)が一人でいる。
・対象が何らかの作業を30分以上行っている。
・SCP-XXXX-JPが起動中である。
SCP-XXXX-JPが活性化すると、対象は強い不安を覚えます。この不安は、一般的に「将来の不安」とされる漠然とした不安が強化される形として現れます。
財団の標準不安耐性テストにおいて、平均以上の成績を出した対象は、約1分後に異常性の暴露から離脱しますが、平均未満の成績の対象は、さらなる不安の増幅を感じます。
不安の増幅が一定以上を超えた場合、対象はSCP-XXXX-JP-1に転移します。しかし、その対称性から、対象がこの転移に気が付くことは非常にまれです。
SCP-XXXX-JP-1は、基底世界に酷似した異空間です。先の方法以外に、起動中のSCP-XXXX-JPの給気口に触れることで、多人数で移動することも可能です。SCP-XXXX-JP-1は、基底世界と同一の広さを持つと考えられていますが、その実際の広さは不明です。SCP-XXXX-JP-1内に侵入した場合、GPSの信号は完全にロストします。また、SCP-XXXX-JP-1からの脱出は、SCP-XXXX-JP-1内のSCP-XXXX-JP内に入ることで行えますが、帰還後の対象は、以前存在していた"不安"が除去されていることが確認されています。また、SCP-XXXX-JP-1内には多数のSCP-XXXX-JP-2が存在することも確認されています。
SCP-XXXX-JP-2は、SCP-XXXX-JP-1内に位置する身長2mほどの人型実体です。SCP-XXXX-JP-2はSCP-XXXX-JP-1内に侵入した対象に対して非常に友好的で、対象の不安を取り除くことを目的として活動しています。
補遺: 2023年08月10日、D-XXXX及びD-9382の先行調査が失敗したことを受け、機動部隊によって2023年08月21日に追加探査が行われました。以下は、探査映像ログの書き起こしです。
XXXX.1 -SCP-XXXX-JP-1 探査記録
日付: 2023年08月21日
探索部隊: を-12 クリーン業者
対象: SCP-XXXX-JP-1
部隊長: 田中 ██ (以下、A)
部隊員: 斎藤 ██ (以下、B)
麦田 ██ (以下、C)
空井 ██ (以下、D)
付記: この調査前に、D-XXXX、D-9382による事前調査が行われていますが、両名は帰還しておらず、新たに探査が行われました。
[ログ開始]
00:00:00
"を-12"はSCP-XXXX-JP収容房に酷似した部屋に出る
A: こちら"を-12"、SCP-XXXX-JP-1に侵入した。
司令部: こちらでもGPS反応の消失を確認しました。ひとまず、サイト-81██から脱出してください。
A: 了解。
00:08:22
"を-12"はサイト-81██から██市内に移動する
B: 隊長、音がします。
A: 音?
B: はい。
23秒間の無音。Bのいう"音"は確認できず
C: なってないですね。
A: 新たな異常性かもしれないな......
司令部: こちらでも確認は取れませんでした。さらに調査を進めてください。
A: 了解。
00:11:31
B: また音だ。
A: 大丈夫か?
D: 隊長、隊長。
DがAの肩をたたく
A: どうした。
D: あっちを見てください。
Dが指した方向にカメラが向く。カメラの端にオレンジ色の物体が映りこむ
A: Dクラスのジャンプスーツか?
司令部: 向かってください。
A: 了解。
00:21:53
"を-12"はSCP-XXXX-JP-2を視認する
A: SCP-XXXX-JP-2を発見。指示求む。
司令部: 少し待ってください。
A: 了解。
直後、SCP-XXXX-JP-2が"を-12に接近する
SCP-XXXX-JP-2: おや、ユメミビトの方々ですか?
A: SCP-XXXX-JP-2に接触された。
司令部: 返答しないでください。
B: ユメミビト?
A: あ、おい!
SCP-XXXX-JP-2: ええ。私たちは、あなたたちのように向こう側からやってくる人を"ユメミビト"と呼んでいるのです。
司令部: 許可が取れました。インタビューを行ってください。SCP-XXXX-JP-2の正体についてと、Dクラス職員の行方についてです。
A: 了解。えーっと......あなたは何と呼べば?
SCP-XXXX-JP-2: 何とでも。
A: わかった。なら、SCP-XXXX-JP-2と呼ばせてもらいます。
<重要度が低いため中略>
A: それで......その、Dクラス......つまるところ、私たちと同じ世界から来た人が二人いるんですが、知りませんか?
SCP-XXXX-JP-2: うーん......ユメミビトはたくさんいますし、ほとんど全員返してますし、わかりませんね......特徴を教えてください。
A: えーっと......
B: オレンジ色の服で、男性と女性が一人ずつです。あの、このマークが服に書いてある。
BがSCP-XXXX-JP-2に財団ロゴを見せる
SCP-XXXX-JP-2: ああ! 男性の方は知っていますよ。連れてきますね。お茶でも飲んで、お待ちください。
SCP-XXXX-JP-2が未知の手段で緑茶を出現させる
B: ありがとうございます。
司令部: お茶は飲まずに回収してください。
A: 了解。
00:43:29
SCP-XXXX-JP-2がD-9382を伴って現れる
SCP-XXXX-JP-2: 連れてきましたよ。ほら、あなたを迎えに来た方です。
D-9382: (深々と頭を下げて)こんにちは。このたびは、お越しいただき、誠にありがとうございます。私をお助けいただけるということで間違いございませんでしょうか?
A: え、あ、おう......
D-9382: それはそれは、心より御礼申し上げます。誠にありがとうございます。
D-9382: (眼球のみを動かしてAを見る。眼球運動が通常よりも54%ほど増加している)
司令部: D-9382を早急に保護してください。
A: 了解。
[ログ終了]
終了報告書: "を-12"はD-9382を保護し、帰還。回収したお茶に異常性は見られなかったため、調査後に破棄されました。
補遺2: SCP-XXXX-JP-1からの脱出直後、D-9382は発音が不可能になり、恐慌状態に陥りました。以下は、D-9382に対して行われたインタビュー記録です。
対象: D-9382
インタビュアー: 高橋博士
付記: D-9382は発音が不可能になっていたため、筆記により会話を行っています。<録音開始>
高橋博士: それでは、D-9382。インタビューを開始します。
D-9382: わかりました。
高橋博士: ではー......いったい、何があったのですか?
(D-9382は逡巡する)D-9382: あのせかい
D-9382: やばい
D-9382: [解読不能]
高橋博士: D-9382、落ち着いてください。
(D-9382はしばらく手を震わせ、筆記を再開する)
D-9382: ごめん
高橋博士: いえ。探索開始から順に話してください。
D-9382: うん あの はいって 彼女が
高橋博士: 彼女?
D-9382: いっしょにはいった彼女
高橋博士: D-XXXXのことですか?
D-9382: た ぶん わからない
高橋博士: D-XXXXがどうしたんですか?
D-9382: 彼女 が
(D-9382は錯乱して文字を書きなぐる)
D-9382: いなく なて [解読不能]
高橋博士: 落ち着いて、落ち着いてください。誰か、鎮静剤を!
D-9382: [解読不能]
高橋博士: 今日はもうやめにして、明日にしましょう。
<録音終了>
終了報告書: [インタビュー後、特に記述しておくことがあれば]
SCiP.NETより通達
この報告書にはデータ破損が発生しています。復元しますか?
-
- _
あるし
Footnotes. 多くの場合はデスクワークですが、肉体労働でも異常性が活性化します。. 対象が給気口に触れた時点で、対象は異常に収縮し、内部に侵入します。付与予定タグ: scp jp safe 文書 精神影響
※(注記)タグガイドを参照してタグリストから適切なタグを選択して下さい
http://scp-jp.wikidot.com/tag-guide タグガイド
http://scp-jp.wikidot.com/tag-list タグリストこのSCPは、自分の文章が最高のものだと考えているアマチュア小説家が、自分の文章がいいものだと周りに知らせるために作った本です。
ファイルページ: eakon
ファイル名: 目
ソース: http://scp-jp-storage.wikidot.com/file:9433844-1-1gq8
ライセンス: CC BY-SA 3.0
タイトル: eakon
著作権者: Azuki_koshian224 Azuki_koshian224
公開年: 不明
ページコンソール
批評ステータス
カテゴリ
本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。
本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。
本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。
翻訳作品の下書きが該当します。
他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。
言語
日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。
コンテンツマーカー
本投稿の際にジョークタグを付与する下書きが該当します。
本投稿の際にアダルトタグを付与する下書きが該当します。
本投稿済みの下書きが該当します。
イベント参加予定の下書きが該当します。
フィーチャー
構文を除いた本文の文字数が5,000字前後か、それよりも短い下書きが該当します。
構文を除いた本文の文字数が短編と長編の中間程度の下書きが該当します。
構文を除いた本文の文字数が20,000字前後か、それよりも長い下書きが該当します。
特定の事前知識を求めない下書きが該当します。
SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。
JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。
JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。
JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。
JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。
ジャンル
任意
- [[li class="folded "]][[ul]]_
注意: 批評して欲しいポイントやスポイラー、改稿内容についてはコメントではなく下書き本文に直接書き入れて下さい。初めての下書きであっても投稿報告は不要です。批評内容に対する返答以外で自身の下書きにコメントしないようお願いします。
[[div class="content"]]
- portal:9433844 (26 Oct 2024 09:14)