マーティネー効果
/* 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)); }
}

マーティネー効果


「どうも掴めないんですよ」

ウィリアム・ウェトル博士は丸々とした髭面に苛立ちを浮かべ、肩越しに振り向いた。「何が掴めないんだね」

「この実験の目的が掴めないんです」 バスティアン・ルブラン博士は、ウェトルが持つボロボロのニコンを指差した。「そのカメラは随分昔からあるんですから、とっくに理解されててもおかしくないでしょう? 良く知られていて、アーカイブ扱いになってますし。第一、そいつを開発したのはウチの研究者じゃないんですか」

「そうとも」とウェトルが返した。カメラを観察窓に向かって掲げ、シャッターボタンを押し、何も起きないのを見て嘆息する。「コンドラキだ。これの動作原理を本当に理解していたのはあの男だけだった」

「ならどうして彼に訊かないんですか?」

ウェトルはカメラをひっくり返してケースを弄り回したが、ものの見事に何一つ取り出せなかった。「ふーむ。他は全て筋が通るんだが、光線無しで撮影できる仕組みが分からん。ファイルによれば“対象の[データ削除済]に”焦点を合わせるらしい。何なんだ、[データ削除済]とやらは? オーラか? 魂か? 体臭か? えぇ?」

バスティアンは目をしばたかせた。「だから、どうして彼に訊かないんですか?」

ウェトルが顔を上げ、しばたき返した。「コンドラキに訊く?」

「ええ。何故そうしないんです?」

ウェトルはもう一度、もっとゆっくり瞬きした。「何故コンドラキに訊かないか?」

「そうですよ!」

「コンドラキは死んだが?

バスティアンは目を見開いた。「いつの事ですか?」

ウェトルはカメラを下ろした。「そう… 10年ぐらい前か? 本気で言ってるのかね? 誰かに頭を撃たれたのさ」と身振りをする。「だからこそ、あいつのカメラがここにあるんだぞ?」

バスティアンは眉をひそめた。「何処からそんな思い込みが来たのか分かりませんね。コンドラキはサイト-17の管理官です。先日会いました」

ウェトルはビーズのようにちっぽけな目を危険なほど細めた — ここで言う“危険”とは、一切何も見えないレベルの細目になっていて、大抵そういう時はウェトルがすっ転んでオチが付くという意味である。「コンドラキは死んだ」 彼はゆっくりと繰り返した。「トカゲを乗り回そうとして、それで撃たれた」

バスティアンが笑った。「作り話もいい所ですよ! 682が去年の10月に再捕獲された時、彼がその場にいたのを聞いてないんですか? ベンジャミン・コンドラキ、SCP財団の問題児にしてヒーロー」

既に無茶苦茶になっているウェトルの顔面が更に歪んだ。「その“ベンジャミン”とかいうデタラメは何処から湧いて出た? あいつのファーストネームを知ってる奴は一人もいないぞ」

バスティアンはウェトルに同情的な目線を投げかけた。「すみませんけど、これはきっとマーティネー効果ですね」

互いに競合する感情のごった煮が消え失せ、ただ一つ、困惑だけがウェトルの下に残された。「何だ、そのマーティネー効果とは?」

今やバスティアンも困惑しているように見えた。「多元宇宙理論的なアレですよ。チャールズ・マーティネーが去年マリオの声優を引退した記憶があるのに、実際にはそんな事は起きてなかったので、自分は別なタイムラインに迷い込んだんじゃないかと思い込むという…」

ウェトルは3回目でようやく次の一言を絞り出した。「それは… それはマンデラ効果じゃないのか?」 1回目の挑戦では全く声が出ていなかった。

「はい?」 バスティアンは明らかに憂慮していた。「そのマンデラってのはそもそもどういう意味ですか? 曼荼羅の間違いでは?」

ウェトルは視線をカメラに落とし、続けてバスティアンに戻した。呼吸はかなり浅かった。「片付けといてくれるか?」 最後の音節を不平っぽく高めた声でそう頼むと、彼は同僚を押し退け、部屋から駆け出していった。


Asterisk43.png

「ウェトルは何処?」

リリアン・リリハンメル博士が昼食のトレイを隣に滑り込ませて座った時、バスティアンはちょうどチキンサンドイッチを噛み終えたところだった。彼は少しだけ後味を堪能してから答えた。「健康・病理学セクションです」

リリハンメルは呆れ顔で皿からハンバーガーを持ち上げた。「今回は何の用事?」

「ヒューム値チェック。並行世界に飛ばされたと考えてるんですよ」

リリハンメルはパティを頬張ったまま大分汚い馬鹿笑いをした後、口元をナプキンで拭った。「まぁね、9月だからそういう事もあるでしょう。でも他の職員だって気付いたはずじゃないの。なんでそんな思い込みを?」

バスティアンは微笑んだ。「今年の人間ドックに行かなかったらしいと人伝てに聞いたもんですから」 通りすがりのブランク博士に気付き、ニヤリと笑いかける。「ゲームのネタをありがとう。効果覿面でした」

ブランクは乾杯の身振りを真似てビュッフェへ向かい、バスティアンは改めてリリハンメルの困惑した視線と向き合った。「友人が直腸検査をサボろうとしてたら、見過ごしておけないでしょ?」


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