SCP-7165 - 無作法(原題: The Faux Pas)

このページの批評は終了しました。

SCP-7165 by HarryBlankHarryBlank rev.10


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

アイテム番号: SCP-7165
レベル2
収容クラス:
esoteric
副次クラス:
nagi
撹乱クラス:
dark
リスククラス:
notice

TLK.png

SCP-7165 iconography. SCP-7165の図像。

Special Containment Procedures: SCP-7165 will be monitored for further romantic interference in the lives of SCP Foundation personnel by Cliometria.aic and MTF Kappa-43 ("The Mediators")..Nagi-class anomalies have ceased to display anomalous properties, and will be monitored for reclassification should said properties remanifest.
特別収容プロトコル: SCP-7165はSCP財団職員の人生での恋愛へのさらなる干渉がないか、Cliometoria.aicおよびMTFカッパ-43("仲介人")によって監視されます。.Nagiクラスアノマリーは異常性質を示さなくなり、その性質が再発した際の再分類に備えて監視されます。

Attempts to deactivate the associated web domain are ongoing.
関連するウェブドメインを停止する試みが進行中です。


Description: SCP-7165 is an online dating service entitled "Tender Lovin' Karen" operated by GoI-5889 (Vikander-Kneed Technical Media). Promotional text on the website offers the following overview:
説明: SCP-7165は、GoI-5889(ヴィキャンデル=ニード・テクニカル・メディア)が運営している「Tender Lovin' Karen」という名前の出会い系サイトです。ウェブサイト上のプロモーション文では、次のような概要を示しています。

Are you looking for that special someone? Specifically, this special someone? Dr. Karen T. Elstrom, Chair of Administration and Oversight at SCP Foundation Lake Huron Research and Containment Site-43? Well, does Vikander-KneedTM have a treat in store for you! Just sign up to Tender Lovin' Karen, swipe left on the only other user you can see, and hey presto! An instant romantic connection is formed with the star-crossed lover of our times, she of zero successful dates in the last twenty-odd years. Will you be the one to finally melt this ice queen's heart of gold? Not if you couldn't detect the mixed metaphor in the previous sentence! She's very picky.
特別な人を探していますか? 特に、この特別な人、SCP財団ヒューロン湖研究収容サイト-43管理・監督セクション長のカレン・T・エルストロム博士を? ええ、ヴィキャンデル=ニードTMがあなたのためにおもてなしできるのです! Tender Lovin' Karenに登録して、見つかる唯一のユーザーを左にスワイプするだけで、あら不思議! 現代の薄運の情人the star-crossed loverとすぐさま恋愛関係を築けるのです! 彼女はここ二十余年デートに成功したことは1度たりともありませんでした。氷の女王の優しき心をついに融かせるのはあなたになるのでしょうか? あなたが前文の混喩に気づけない人でなければきっと! 彼女はとても細かい人ですから。

The mechanism by which SCP-7165 functions is unclear, but users indicating interest in Dr. Elstrom are insinuated seamlessly into her existing dating services as a potential match. Only one such match led to an in-person meeting, resulting in the anomaly's discovery.
SCP-7165が機能する作用は不明であるものの、エルストロム博士に興味を示す利用者は彼女のいる出会い系サイトでマッチングできるかもしれないとシームレスに考えるようになります。そのようなマッチングが対面での出会いに発展したのは1件のみであり、それがアノマリーの発見につながりました。


Addendum 7165-1, Phenomenological Overview: On 21 August 2023, Dr. Elstrom arranged a date with a Tinder user she had successfully matched with after independently confirming the user's identity using Foundation resources, as per protocol. A transcript of their outing at the Anafabulous! bistro in Three Portlands is appended below.
補遺7165-1、現象論的概説: 2023年8月23日、エルストロム博士はマッチングに成功したTinderユーザーとのデートを、プロトコルのため財団資源を利用してユーザーの身元を自力で確認したのちに手配しました。スリー・ポートランドのアナファビュラス!ビストロへの外出の転写が以下に添付されています。

<Dr. Elstrom is waiting at her table. An entity resembling a moose with three television screens in place of its head approaches, trampling the chair opposite her and standing on the remains. Each screen displays an image of one dozen red roses.>
<エルストロム博士はテーブルで待っている。頭部が3台のテレビ画面になったヘラジカに類似する実体が接近し、彼女の対面側の椅子を踏みつぶして残骸の上に立つ。それぞれの画面には、1ダースの赤いバラの画像が映されている。>

Entity: Hey there, beautiful. I'm your date.
実体: やあ、お嬢さん。デートだね。

Dr. Elstrom: You're not Antonio Banderas.
エルストロム博士: あんたはアントニオ・バンデラスじゃないわね。

Entity: And you're very perceptive!
実体: 君はカンがすごくいいね!

Dr. Elstrom: You're the moose from Vikander-Kneed.
エルストロム博士: ヴィキャンデル=ニードのヘラジカでしょう。

Entity: Maybe a little too perceptive.
実体: 少しカンがよすぎるかもね。

Dr. Elstrom: I got fifteen matches today. Were they all VKTM?
エルストロム博士: 今日は15件もマッチングがあったわ。全員VKTMかしら?

Entity: Let's focus on the here and now, girl. This is our night.
実体: 今ここの話をしようじゃないか、嬢ちゃん。僕たちだけの夜だ。

Dr. Elstrom: This is sexual harassment.
エルストロム博士: それはセクハラよ。

<One of the screens changes to display VKTM representative Mari MacPhaerson. She is wearing blue pajamas and a yellow sleep mask; the sleep mask is soaked through with blood.>
<画面の1つが変わり、VKTM代表マリ・マクファーソンを映す。彼女は青いパジャマと黄色のアイマスクを着けている。アイマスクは血でぐっしょりになっている。>

MacPhaerson: I didn't think of that. Shit. Fuck. Dump it.
マクファーソン: そんなこと思いもしなかったわ。クソ。畜生。ヤメだヤメ。

The entity demanifested, and all fifteen matches disappeared from Dr. Elstrom's Tinder account. Eleven yellow roses and an apology card addressed to Dr. Elstrom arrived at Site-43 the following day. Shortly after its discovery and correlation with SCP-7165, all content hosted on the "Tender Lovin' Karen" domain was erased.
実体は消失し、エルストロム博士のTinderアカウントから15件全てのマッチングがなくなりました。翌日、サイト-43にエルストロム博士宛の11本の黄色いバラとお詫びのカードが到着しました。この発見とSCP-7165との相互関係の直後、「Tender Lovin' Karen」ドメイン上にホストされた全てのコンテンツが抹消されました。

Dr. Elstrom has terminated all of her personal dating service accounts.
エルストロム博士は自身の個人的な出会い系サイトのアカウントを全て終了しました。


記事ここまで

tag: _cc _licensebox doctor-elstrom keter media on-guard-43 online remixcon2023 scp vikander-kneed
タグ: en keter 記憶媒体 on-guard-43 オンライン scp ヴィキャンデル・ニード

以下はフォーラム投稿用


ソース: SCP-7165 rev.10
著者: HarryBlankHarryBlank
作成日(EN): 2023/09/03

この記事はリミックスコンの参加記事であり、リミックス元はSCP-5232SCP-5796です。


ページコンソール

批評ステータス

カテゴリ

SCP-JP

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

GoIF-JP

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

Tale-JP

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

翻訳

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

その他

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

言語

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

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

コンテンツマーカー

ジョーク

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

アダルト

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

既存記事改稿

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

イベント

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

フィーチャー

短編

構文を除いた本文の文字数が5,000字前後か、それよりも短い下書きが該当します。

中編

構文を除いた本文の文字数が短編と長編の中間程度の下書きが該当します。

長編

構文を除いた本文の文字数が20,000字前後か、それよりも長い下書きが該当します。

事前知識不要

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

フォーマットスクリュー

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


シリーズ-JP所属

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

シリーズ-Other所属

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

世界観用語-JP登場

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

世界観用語-Other登場

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

ジャンル

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

任意

任意A任意B任意C

ERROR

The Witherite's portal does not exist.


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


利用ガイド

  1. portal:6370408 (02 May 2020 04:11)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License