SCP-2407-JP
/*
    Simple Yonder Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
        Sigma-9 Theme by Aelanna and Dr Devan
        Y2K Theme by etoisle
        Anderson Robotics Theme by Croquembouche
        Minimal Theme Theme by stormbreath
        Word Processing Theme by stormbreath
        Flopstyle CSS by Lt Flops
 
    Edited for SCP-JP by ukwhatn
*/
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fontlibrary.org/face/glacial-indifference');
 
body {
    background-attachment: fixed;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    word-break: unset;
    --themeColor: #7E2520;
    --accentColor: #E53C35;
}
 
a {
    color: rgb(229, 60, 53);
}
 
a:visited {
    color: rgb(126, 37, 32);
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #7E2520;
    font-family: 'GlacialIndifferenceRegular';
    font-weight: bold;
}
 
#account-topbutton{
    border: 0px solid #000;
}
 
/* ---- PAGE WRAP ---- */
 div#container-wrap{
     background-image: url(http://scp-jp.wikidot.com/local--files/theme:simple-yonder/bg.png);
     background-repeat: repeat-x;
}
 
div#header {
    background-image: url(http://scp-jp.wdfiles.com/local--files/theme%3Asimple-yonder/logo.png);
    background-size: 12.5%;
}
 
#page-title {
    font-family: 'GlacialIndifferenceRegular';
    font-weight: bold;
    color: #7E2520;
}
 
#login-status,
#login-status a {
    color: white;
    font-weight: bold;
}
 
#footer {
    background: transparent;
}
 
#footer a {
    color: #444;
}
 
#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: #282828;
    box-shadow: none;
    border-radius: 2px;
    color: #f4f4f4;
}
 
#search-top-box input.empty {
    color: #bbbbbb;
}
 
div#header h1 a span {
    font-family: 'GlacialIndifferenceBold';
    font-weight: bold;
    color: #f4f4f4;
    text-shadow: 0px 0px 0px #000;
}
div#header h2 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #f4f4f4;
    padding: 17px 0;
    text-shadow: 0px 0px 0px #000;
    white-space: pre;
}
 
.scp-image-block.block-right {
    margin: 0 2em 1em;
}
 
@media (min-width: 767px) {
     #header {
             background-position: 0em 1.7em;
     }
}
 
/* ---- SIDE BAR ---- */
 
#side-bar .side-block {
    border: #ffffff 4px;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff !important;
    padding: 2px;
}
#side-bar .heading {
    border: none;
    border-radius: 0;
    color: #282828;
    font-size: 1.2em;
    padding: 1em 1em 0 0;
    border-top: 1px solid rgba(0,0,0,.12);
    margin: 1em calc(-1em + 2px) 1em 0;
    font-weight: normal;
}
 
#side-bar .menu-item > a:hover {
    background-color: rgba(0,0,0,0.04);
    color: #E53C35;
    text-decoration: none;
}
 
div.open-menu a {
    border-radius: 0;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
    color: #7E2520!important;
    border: none!important;
}
 
#side-bar a:visited,
#top-bar a,
#top-bar ul li.sfhover a,
#top-bar ul li:hover a,
#login-status ul a,
#login-status ul a:hover {
    color: #7E2520;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #fff;
        left: -23em;
    }
    #side-bar:target {
        border: none;
        box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2);
    }
    #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: 19em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 19em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
    #breadcrumbs {
        position: relative;
        top: 0;
        font-style: italic;
    }
    #side-bar {
        top: 0;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #7E2520; /* color between tab list and content */
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background: white; /* tab background */
    border-color: transparent;
    color: black;
    transition: 0.125s;
}
 
.yui-navset .yui-nav a em {
    background: #f4f4f4;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border-color: white;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background: white; /* selected tab background */
    color: #7E2520;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: white;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border-color: transparent;
    box-shadow: 0px 1px 2px 0.5px rgba(0,0,0,0.5);
    background: white;
}
 
.yui-navset .yui-content {
    background: #f4f4f4; /* content background color */
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    border-color: transparent; /* content border */
    border-top-color: transparent; /* different border color */
}
 
.yui-navset-left .yui-content {
    border-left-color: #b7a9a9; /* different border color */
}
 
/* ---- TOP MENU ---- */
 
#top-bar a {
    color: #f4f4f4;
    font-weight: normal;
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: rgb(126, 37, 32);
}
 
 .info-container .collapsible-block-content{
     padding: 0 .5em 30px;
}
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
     margin: unset;
}
#page-content .rate-box-with-credit-button {
    background-color: #ffffff!important;
    border: solid 1px white!important;
    box-shadow: none;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #7E2520!important;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #ffffff;
    color: #E53C35!important;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px white;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
    box-shadow: none;
    margin: unset;
}
 
div.page-rate-widget-box .rate-points {
    background-color: white;
    color: #7E2520 !important;
    border: solid 1px white;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: white;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #7E2520;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: white;
    color: #E53C35;
}
 
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: white;
    border: solid 1px white;
}
 
.page-rate-widget-box .cancel a {
    color: #7E2520;
}
.page-rate-widget-box .cancel a:hover {
    background: white;
    color: #E53C35;
}
 
/* ---- PAGE ELEMENTS ---- */
 
#page-content .wiki-content-table tr th {
    border: solid 1px #bbbbbb;
    background-color: #f4f4f4;
    /* set border for table title */
}
 
#page-content .wiki-content-table tr td {
    border: solid 1px #bbbbbb;
    /* set border for table content */
}
 
blockquote,
div.blockquote,
#toc,
.code {
     background-color: #f4f4f4;
     border: solid 1px #bbbbbb;
}
 
.scp-image-block {
    border: solid 1px #bbbbbb;
    box-shadow: none;
}
.scp-image-block .scp-image-caption {
    background-color: #f4f4f4;
    border-top: solid 1px #bbbbbb;
    color: black;
}
 
/* JP ONLY */
/* Credit */
#page-content div.page-rate-widget-box .rate-points {
    font-family: "Open Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: unset;
    padding: 0 5px;
}
 
#page-content .page-rate-widget-box .cancel a {
    color: #7E2520;
}
 
#page-content .page-rate-widget-box .cancel a:hover {
    color: #E53C35;
}
 
#page-content .rate-box-with-credit-button .creditButton {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-left: unset;
}
評価: +41+x
blank.png
アイテム番号: 2407-JP
レベル2
収容クラス:
keter
副次クラス:
none
撹乱クラス:
keneq
リスククラス:
notice
: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)); }
}

 

%E3%83%81%E3%83%A5%E3%83%BC%E3%83%AA%E3%83%83%E3%83%97.jpg

ハーグ市の公園で発見された影響個体

特別収容プロトコル: SCP-2407-JPの収容は現時点では不可能なため、対応リソースはその隠蔽に集中させます。

オランダにおけるチューリップの開花期間中1、オランダの主要なチューリップ栽培地に監視カメラを設置します。SCP-2407-JPの発生を確認した場合、警察官に偽装したフィールドエージェントを派遣し、影響個体を回収させます。

オランダ国内のマスメディア上層部とは、SCP-2407-JPの隠蔽協定を結んでいます。SNSや動画配信サイトなど、公共の統制下にないメディアにSCP-2407-JPの情報が流出した場合、ハッキングによる該当ポストの削除、投稿者の特定および記憶処理、カバーストーリー「AI画像を用いたジョーク」の流布を実施します。

[追加項目]現在、SCP-2407-JPの抑止計画「ミッション・エイフィド」が進行中です。

説明: SCP-2407-JPはオランダ国内で開花中の園芸品種チューリップ(Tulipa gesneriana)に影響を与える異常現象です。SCP-2407-JPの影響を受けたチューリップ(以下、影響個体)は、外見上「花芯から金色の粉状物質を噴出し始め、約 30秒掛けて全体を金色にコーティングする」と観測されるプロセスを経て、体組織を純金へと変化させます。この変化は不可逆です。プロセスが短時間で完了する点、粉状物質が完了と共に消滅する点などから、実際の原理は解明されていません。後述の錬金術課からの報告を参照して下さい。

財団が確認している限り最初のSCP-2407-JPは、2023/3/25/にリッセ町のキューケンホフ公園で発生しました。監視用Webクローラーが「公園の花壇に金属製のチューリップが植えられている」という内容のSNSポストを確認したため、諜報局オランダ支局は警官に偽装したフィールドエージェントを公園に派遣し、影響個体を回収させました。この時点では異常現象とは断定できませんでしたが、同年5/17までにオランダ各地で14本の影響個体が発見され、加えて変化プロセスの撮影にも成功したことから、この現象は正式にSCP-2407-JPにナンバリングされました。

翌2024年におけるSCP-2407-JP発生数は49件と、前年と比較して約3.5倍の増加でした。現状のペースで増加し続けた場合、2025年の発生数は約170件に達すると予想され、SCP-2407-JPを隠蔽しきれなくなる可能性があります2。O5評議会はSCP-2407-JPがLK-クラス“捲られたヴェール”シナリオを発生させる危険性を考慮し、各部門からSCP-2407-JPの抑止手段を募っています。

追記#1・オランダ政府からの資料提供に関して: オランダ政府からSCP-2407-JPの起源に関する資料が提供されました。近世オランダにおける正常性維持機関であった「カルヴァン奇跡調査庁」による報告書で、チューリップ・バブル3の期間中にSCP-2407-JPと同様の異常現象が発生していた記述が見られます。現在、歴史部門でさらなる情報を収集中です。

追記#2・錬金術課からの報告に関して:

 

sd.png

科学部門 - 錬金術課

報告および分析

〈前略〉

ええ、錬金術課は実在しますよ。科学部門のれっきとした公式部署としてね。色々な理由  新人職員が財団を胡散臭く感じてはいけないから、などなど  から、なるべく表に出ないよう心掛けてきましたが、今回ばかりはやむを得ません。何せ、ヴェール破綻の危機ですからね。

さて、結論から申し上げれば、SCP-2407-JPとは金のエーテルとチューリップの異常な結合現象です。便宜上、金のエーテルと呼んでいますが、実際は金のみならず人類が高価値と認める物品全般や、金融商品などの概念にも含まれます。地水火風のエーテル流が星の営みを形成するように、金のエーテル流は経済の営みを形成します。人の手による介入は可能なものの、完全なコントロールは困難な点も似ているかもしれませんね。

チューリップ・バブルがSCP-2407-JPの起源という説には、我か課も賛成です。おそらく、当時の人々の異常な投資熱  チューリップの球根一個が、船一隻分の金額で取引される例もあったとか! いやはや  が、本来は起こりえないチューリップと金のエーテルの結合を促し、SCP-2407-JPを引き起こしたのでしょう。

幸い、チューリップ・バブルの終焉と共にSCP-2407-JPも収まったようですが、問題はその展開があまりにも急速だったことです。おかげで、大量の金のエーテルがチューリップからすっぱり切り離され、”宙に浮いて”しまった  と例えれば、お分かり頂けるでしょうか。加えて、半ば伝説化したチューリップ・バブルに関する人々のイメージが、その状態を400年近くも維持したのでしょう。

おそらくは、錬金術の心得のある何者かが、この状態に目を付けた。その者は”大いなる封印4”をすり抜ける方法も知っており、チューリップを媒介に大量の金を錬成しようと企んだ。ところが質の悪いことに、肝心の錬金術の知識が足りず、実験の効果をオランダ中に拡散させてしまった  というのが、今回のSCP-2407-JPの原因でしょう。

さらに不運なことに  と言っては問題ですが、コロナ禍収束に伴うインバウンド5観光の増加などで、近年のオランダは好景気だそうですね。先に述べた通り、金のエーテル流は金銭の流れです。SCP-2407-JPの発生数が年々増加傾向にあるのは、オランダの金のエーテル流の活発化に呼応している可能性があります。これまた例えを用いるなら、流れの穏やかな小川より、暴れん坊の大河の方が大量の土砂を運んでくる、といったところでしょうか。

経済部門の知人の予測によれば、オランダの好景気は当分続くそうです。とは言え、オランダに「儲けるな」と頼む訳にもいきませんし、悩ましいところですね。

〈後略〉

R・ディアギレフ、第七環の錬金術師
2024/5/20


 
追記#3・諜報局オランダ支局からの報告に関して:
%E9%8C%AC%E9%87%91%E8%A1%93%E5%99%A8%E5%85%B7.jpg

ビルから押収した錬金術の実験道具

2024/5/27、諜報局オランダ支局がGoI”カオス・インサージェンシー”との関与が疑われる、アムステルダムのビルを調査しました。フィールドエージェントの到着時には既に内部は無人でしたが、地下室から錬金術の実験施設や、大量のチューリップの球根が発見されました。

現場を視察したディアギレフ管理官は「ここでSCP-2407-JPの原因になった実験が行われた可能性が高い」と分析したものの、「実験はあくまでトリガーにすぎず、再現してもSCP-2407-JPの停止は不可能」と結論しています。

追記#4・2025年に向けたSCP-2407-JP対策に関して:

提案#1


主導部署: 微生物学部門

概要: 致死性と感染力を高めたチューリップ条斑ウイルス (Tulip Streak Virus)を散布し、オランダ国内のチューリップを可能な限り駆除する。

結果: オランダ政府の反対により実施断念。

提案#2


主導部署: 諜報局世論操作班

概要: 人類のチューリップに対する評価を低下させ、金のエーテルとの結合を阻止する。

結果: 追記#4を参照。

追記#4・ミッション・エイフィドに関して: 2024/6/22、草案#2を元にしたSCP-2407-JP抑止計画「ミッション・エイフィド」を開始しました。予定されているオペレーションは以下の通りです。

ミッション・エイフィド、各オペレーション詳細(抜粋)


OP#: 01
概要: 歴史番組の放映
詳細: チューリップ・バブルがいかに多くの人々の人生を狂わせ、黄金期にあったオランダの経済を失墜させたか、歴史学者にもっともらしく解説させる。

OP#: 02
概要: デマの流布
詳細: 「チューリップは害虫が付きやすく、周囲の植物にも二次被害をもたらす」「チューリップの花粉には毒性があり、部屋に飾ると体調不良を起こす」「チューリップには破産、金の亡者、愚か者などの花言葉がある」などのデマを流布する。

OP#: 03
概要: フェイクニュースの放映
詳細: 「開発途上国で児童労働によるチューリップ栽培が行われている」「開発途上国でチューリップ栽培のために原生林が伐採されている」「世界各地でチューリップが侵略的外来種と化している」などのフェイクニュースを放映する。

OP#: 04
概要: 都市伝説の捏造
詳細: 「チューリップ栽培がマフィアなどの犯罪組織の資金源になっている」「庭にチューリップを植えると球根を食べる怪物がやって来る」「黒いチューリップの花びらは呪殺に用いられる」などの都市伝説を捏造する。

OP#: 05
概要: 投資詐欺防止キャンペーンの利用
詳細: 「必ず儲かる」と偽って仮想通貨へ投資させようとする詐欺師と、チューリップの球根へ投資させようとする近世の商人を並べて描くなど、投資詐欺とチューリップ・バブルを関連付ける表現を多用する。

%E3%83%99%E3%83%AA%E3%83%80.jpg

OP#6で用いるアニメ番組のコンセプトアート

OP#: 06
概要: アニメ番組の放映
詳細: チューリップがモチーフのキャラクター「ベリダ」を主人公にしたアニメ番組を放映する。ベリダは自身の美貌を鼻にかけるなど、非常に不愉快な性格という設定。

OP#: 07
概要: フロント宗教団体の設立
詳細: チューリップの神を信仰する宗教団体「チューリップの栄光教団」を設立し、反社会的な活動を行わせる。具体例としては、通行人の多い場所でチューリップの扮装をして祈る、他人の所有地に無許可でチューリップの球根を植える、国会議事堂の前で「チューリップに人権を認めよ」と集団で要求するなど。

OP#: 08
概要: 誤食事故の誘発
詳細: 食料品店などに陳列されているタマネギにチューリップの球根を混入させる6。[倫理委員会の判断により中止]

追記#5・2025年のSCP-2407-JP発生状況に関して: 2025/05/30時点でのSCP-2407-JP発生数は37件であり、無対策だった場合の予想数を大幅に下回りました。O5評議会はミッション・エイフィドのSCP-2407-JPに対する抑止効果を認め、来年以降も継続する方針です。

追記#6・オランダ政府からの抗議に関して: 2025/06/20、オランダ政府が財団を「ミッション・エイフィドがチューリップの栽培や観光などの産業に損害を与えている」という理由で抗議しました。現在、渉外部門で対応を検討中です。

特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。