<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>最近編集された記事</title>
		<link>http://1119s.wikidot.com</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate>Tue, 09 Jun 2026 08:21:04 +0000</lastBuildDate>
		
					<item>
				<guid>http://1119s.wikidot.com/conic-test</guid>
				<title>Conic Test</title>
				<link>http://1119s.wikidot.com/conic-test</link>
				<description>

&lt;div class=&quot;box&quot;&gt;&lt;span class=&quot;text&quot;&gt;Hover here&lt;/span&gt;&lt;/div&gt;

&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993263&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 20 May 2026 03:57:12 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="box"><span class="text">Hover here</span></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993263" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/20260405-1</guid>
				<title>20260405 1</title>
				<link>http://1119s.wikidot.com/20260405-1</link>
				<description>

&lt;div style=&quot;display: none&quot;&gt;&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993263&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 05 Apr 2026 14:08:53 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div style="display: none"></div> <p>＊基本的に<a href="http://scp-jp.wikidot.com/scp-3222-jp">SCP-3222-JP</a>のソースコードを参照して解説します。</p> <h1><span>テーマ切り替え</span></h1> <p>（ここはコピペで問題ありません）</p> <div class="code"> <pre><code>[[module ListPages offset=&quot;@URL|0&quot; range=&quot;.&quot;]] [[%%content{0}%%include :scp-wiki:theme:basalt |darkmode=a |hidetitle=a]] %%content{2}%% [!--共通CSS--] %%content{3}%% [!--ダークテーマ--] [[/module]] [[module ListPages limit=&quot;@URL|0&quot; range=&quot;.&quot; urlAttrPrefix=&quot;accessibility&quot;]] [[%%content{0}%%include :scp-wiki:theme:basalt |centertitle=a]] %%content{2}%% [!--共通CSS--] %%content{4}%% [!--通常テーマ--] [[/module]]</code></pre></div> <p>冒頭のこれは<a href="http://scp-jp.wikidot.com/esoteric-syntax/offset/1/page2_limit/1#toc21">ページ遷移単一化構文</a>の応用です。ページ遷移単一化構文では、%%<strong>content{<span style="color: #d00">2</span>}</strong>%%*が&lt;<strong><span style="color: #d00">1</span>ページ目の本文</strong>&gt;、%%<strong>content{<span style="color: #0a0">3</span>}</strong>%%が&lt;<strong><span style="color: #0a0">2</span>ページ目の本文</strong>&gt;、%%<strong>content{<span style="color: #04f">4</span>}</strong>%%が&lt;<strong><span style="color: #04f">3</span>ページ目の本文</strong>&gt;、のように対応しています。</p> <p>ここでは、記事本文を<strong>&lt;全ページ共通部分&gt;</strong>に置き、共通CSSを1ページ目に、ダークテーマを2ページ目に、通常テーマを3ページ目に置いています。1つ目のListPagesモジュールで1ページ目と2ページ目、2つ目のListPagesモジュールで1ページ目と3ページ目を呼び出すことで、ページ遷移によってテーマ切り替えが実現します。<span style="color: #999">include構文に入っている%%content{0}%%はおまじないです。</span></p> <h1><span>カスタマイズ</span></h1> <h2><span>共通CSS</span></h2> <div class="code"> <pre><code>:root { --header-title: &quot;金玉蹴撃&quot;; --header-subtitle: &quot;努力・未来・A BEAUTIFUL STAR&quot;; --UI-font: var(--body-font); --main-content-width: 55rem; }</code></pre></div> <p>共通CSS冒頭の<span style="color: code"><span style="white-space: pre-wrap;">--header-title</span></span>と<span style="color: code"><span style="white-space: pre-wrap;">--header-subtitle</span></span>で左上に表示される文字を変更しています（SCP-3222-JPでは訓戒に倣ってサブタイトルが非表示になっています）。ENのテーマをインクルードしているので、日本語にするにはそれぞれ「SCP財団」「確保・収容・保護」を指定します。</p> <p>サブタイトルを表示するには、<span style="color: code"><span style="white-space: pre-wrap;">/*&#32;Admo-like&#32;Custom&#32;*/</span></span>の直下にある</p> <div class="code"> <pre><code>#header h1 a span::after { display: none; }</code></pre></div> <br /> の記述を削除します。 <h2><span>ダークモード</span></h2> <div class="code"> <pre><code>:root { --basalt-primary-color: 8, 5, 0; --basalt-secondary-color: 11, 9, 0; --basalt-tertiary-color: 51, 51, 51; --basalt-bright-element-color: 187, 153, 51; --basalt-dark-element-color: 153, 119, 51;</code></pre></div> <p>CSS変数で重要なのは以上の5つくらいだと思います。これらはテーマの各要素の配色を決定していて、3個の数字の組は色コードを表しています。なかでも、<span style="color: code"><span style="white-space: pre-wrap;">--basalt-bright-element-color</span></span>と<span style="color: code"><span style="white-space: pre-wrap;">--basalt-dark-element-color</span></span>は彩度が高い色なので要検討です（brightはリンクの色など、darkは訪問済リンクの色などで見られます）。色コードの調整は<a href="https://www.peko-step.com/tool/tfcolor.html">こちら</a>のページが役立ちます（外部サイト）。</p> <p>CSS変数の列の一番後ろにくっついている<span style="color: code"><span style="white-space: pre-wrap;">--three-color</span></span>はACSの黄色を記事のテーマカラーに揃えるための記述なので、適宜変更するか、削除してください。</p> <p><span style="color: code"><span style="white-space: pre-wrap;">/*&#32;Admo-like&#32;Custom&#32;*/</span></span>の直下にある</p> <div class="code"> <p>@media only screen and (min-width: 1025px) {<br /> <span style="white-space: pre-wrap;">&#32;&#32;&#32;&#32;</span>body {<br /> <span style="white-space: pre-wrap;">&#32;&#32;&#32;&#32;&#32;&#32;&#32;&#32;</span>background: linear-gradient(90deg, rgba(0, 0, 0, <span style="color: #0a0">0.67</span>) 0%, rgb(var(&#8212;basalt-primary-color)) 15% 85%, rgba(0, 0, 0, <span style="color: #0a0">0.67</span>) 100%), <span style="color: #04f">url(<span style="white-space: pre-wrap;">http://scp-jp-storage.wdfiles.com/local--files/file:5722815-112-f95z/3222jp-backdrop.webp</span>)</span>;<br /> <span style="white-space: pre-wrap;">&#32;&#32;&#32;&#32;&#32;&#32;&#32;&#32;</span>background-size: cover;<br /> <span style="white-space: pre-wrap;">&#32;&#32;&#32;&#32;&#32;&#32;&#32;&#32;</span>background-attachment: fixed;<br /> <span style="white-space: pre-wrap;">&#32;&#32;&#32;&#32;&#32;&#32;&#32;&#32;</span>background-repeat: no-repeat;<br /> <span style="white-space: pre-wrap;">&#32;&#32;&#32;&#32;&#32;&#32;&#32;&#32;</span>background-position: center;<br /> <span style="white-space: pre-wrap;">&#32;&#32;&#32;&#32;</span>}<br /> }</p> </div> <br /> の青字部分でフルスクリーン時の背景の設定をしています。url()内のリンクを任意の画像に置き換えてください。緑字の数字は0~1の範囲で変更できます。値が大きいほど背景画像が暗くなります。使用する画像の明度に合わせて調整してください。 <h2><span>アクセシビリティモード</span></h2> <p>SCP-3222-JPではアクセシビリティモードで大タイトルを非表示化しています。この機能が不要なら、</p> <div class="code"> <pre><code>:is(.table1, .table2, .table3, .table4, .table5, .table6) { --basalt-th-background-color: var(--basalt-UI-dark-palette); --basalt-th-text-color: var(--basalt-light-text-color); }</code></pre></div> <br /> 以外の箇所は削除します。また、上記のListPagesの2個目の中の<span style="color: code"><span style="white-space: pre-wrap;">centertitle=a</span></span>を<span style="color: code"><span style="white-space: pre-wrap;">hidetitle=a</span></span>に変えます。さらに、ダークモードとアクセシビリティモードを行き来するため、大タイトルのリンクを相互にしなければなりません。このあたりは<a href="http://scp-jp.wikidot.com/scp-3772-jp">SCP-3772-JP</a>の方が参考になると思います。 <p><span style="white-space: pre-wrap;">&#32;</span></p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993263" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/testest</guid>
				<title>Testest</title>
				<link>http://1119s.wikidot.com/testest</link>
				<description>


&lt;div class=&quot;admo-episode_splash&quot;&gt;
&lt;div class=&quot;admo-rate_splash&quot;&gt;
&lt;div class=&quot;creditRate creditModule {$mode}&quot;&gt;
&lt;div class=&quot;rateBox&quot;&gt;
&lt;div class=&quot;rate-box-with-credit-button&quot;&gt;
&lt;div class=&quot;creditButton&quot;&gt;&lt;a class=&quot;fa fa-info&quot; style=&quot;position:relative;&quot; href=&quot;#u-credit-view&quot;&gt;&lt;img src=&quot;http://scp-jp.wikidot.com/local--files/nav:side/blank.png&quot; title=&quot;クレジットを表示する&quot; style=&quot;position:absolute;height:100%;width:100%;top:0;left:0;&quot; alt=&quot;blank.png&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;rateBox heritage-wrap&quot; style=&quot;display:none;&quot;&gt;
&lt;div class=&quot;heritage-rating-module&quot;&gt;
&lt;div class=&quot;heritage-emblem&quot;&gt;&lt;a href=&quot;/&quot;&gt;&lt;img src=&quot;http://scp-jp.wdfiles.com/local--files/component:heritage-rating/scp-heritage-v3.png&quot; style=&quot;max-width: none;&quot; alt=&quot;scp-heritage-v3.png&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;creditButton&quot;&gt;&lt;a class=&quot;fa fa-info&quot; style=&quot;position:relative;&quot; href=&quot;#u-credit-view&quot;&gt;&lt;img src=&quot;http://scp-jp-sandbox2.wikidot.com/local--files/nav:side/blank.png&quot; title=&quot;クレジットを表示する&quot; style=&quot;position:absolute;height:100%;width:100%;top:0;left:0;&quot; alt=&quot;blank.png&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;u-credit-view&quot;&gt;
&lt;div class=&quot;fader&quot;&gt;&lt;iframe src=&quot;https://scp-jp.github.io/files/util/common/credit/backmodule/start.html&quot; align=&quot;&quot; frameborder=&quot;&quot; height=&quot;&quot; scrolling=&quot;&quot; width=&quot;&quot; class=&quot;&quot; style=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;modalcontainer&quot;&gt;
&lt;div class=&quot;modalbox&quot;&gt;
&lt;div class=&quot;modalbox-title&quot;&gt;
&lt;h2&gt;&lt;span&gt;クレジット&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div class=&quot;credit&quot;&gt;
&lt;p&gt;&lt;strong&gt;タイトル:&lt;/strong&gt; SCP-3222-JP - &lt;span style=&quot;color: #b93&quot;&gt;&lt;strong&gt;金玉蹴撃&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;著者:&lt;/strong&gt; &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;作成年:&lt;/strong&gt; 2023&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;本記事は、&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/deed.ja&quot; target=&quot;_blank&quot;&gt;CC BY-SA 4.0ライセンス&lt;/a&gt;の下で提供されます。これに加えて、本記事の作成者、著者、翻訳者、または編集者が著作権を有するコンテンツは、別段の定めがない限り&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/3.0/deed.ja&quot; target=&quot;_blank&quot;&gt;CC BY-SA 3.0ライセンス&lt;/a&gt;が付与されており、同ライセンスの下で利用することができます。&lt;/p&gt;
&lt;p&gt;「コンテンツ」とは、文章、画像、音声、音楽、動画、ソフトウェア、コードその他の情報のことをいいます。&lt;/p&gt;
&lt;div class=&quot;credit-back&quot; style=&quot;text-align: center;&quot;&gt;&lt;iframe src=&quot;https://scp-jp.github.io/files/util/common/credit/backmodule/end.html&quot; align=&quot;&quot; frameborder=&quot;&quot; height=&quot;&quot; scrolling=&quot;no&quot; width=&quot;&quot; class=&quot;&quot; style=&quot;height:2em;width: 100%;margin: 0;padding: 0;border: 0;background: transparent;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;creditBottomRate&quot; style=&quot;height:30px;&quot;&gt;
&lt;div class=&quot;credit-license&quot;&gt;&lt;a class=&quot;cc cc-by-sa&quot; href=&quot;https://creativecommons.org/licenses/by-sa/3.0/deed.ja&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center; top: 0px;&quot;&gt;
&lt;div class=&quot;Dendo&quot;&gt;
&lt;div class=&quot;heritage-rating-module&quot;&gt;
&lt;div class=&quot;heritage-emblem&quot;&gt;&lt;a href=&quot;/&quot;&gt;&lt;img src=&quot;http://scp-jp.wdfiles.com/local--files/component:heritage-rating/scp-heritage-v3.png&quot; style=&quot;max-width: none;&quot; alt=&quot;scp-heritage-v3.png&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span class=&quot;cond&quot;&gt;SCP-3222-JP&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;ctrl&quot;&gt;金玉蹴撃&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;admo-accessibility&quot;&gt;
&lt;p&gt;&lt;span class=&quot;cond&quot;&gt;&amp;#187; &lt;a href=&quot;http://1119s.wikidot.com/testest/offset/1/accessibility_limit/1&quot;&gt;アクセシビリティモード&lt;/a&gt; &amp;#171;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;jotting tableb widetable&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;プロローグ&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;音声映像転写ログ KICCBACK/3222JP/00&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 人事局オフィス&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;日時:&lt;/strong&gt; 19██/██/██&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参加者:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/dr-bright-s-personnel-file&quot;&gt;ジャック・ブライト人事局長&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;複数のDクラス職員 (D-1411, D-2566, D-3153)&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写開始&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;div class=&quot;blockquote&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト局長が執務机で作業している。出入り口のすりガラスの向こう側に人影が現れ、ドアをやや乱暴にノックする。ブライト博士が顔を上げ返答する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; 入ってくれ。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411が入室する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; &amp;quot;志願者&amp;quot;かな？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; ああ、そうだ。キックバック・プログラム&lt;span class=&quot;fnnum&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;fncon&quot;&gt;全職員が参加可能な、報酬制の休暇システム。&lt;/span&gt;の。長めの力仕事からやっと解放されたから、しばらく&lt;span class=&quot;ruby&quot;&gt;ゆったり過ご&lt;span class=&quot;rt&quot;&gt;kick back&lt;/span&gt;&lt;/span&gt;したいんだ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; ふむ、よろしい。では &amp;#8212; この申請書にサインを。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は渡された書類にサインを書き込み、ブライト局長に返す。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; フーン。&lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; 意外とちょろいもんだな。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; は？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; 君、申請書をきちんと読んだかい？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; いや、&lt;em&gt;&amp;lt;言葉に詰まる。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; これね、KICCBACKの&lt;span class=&quot;kt&quot;&gt;契約書&lt;/span&gt;だよ？ ケー・アイ・シー・シーで「キック」だ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;録音上の沈黙。&amp;gt;&lt;/em&gt; 待て、何だって？ 俺をハメやがったのか！？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; 人聞きが悪いなあ。4文字目が&lt;span class=&quot;kt&quot;&gt;Kのほう&lt;/span&gt;のキックバックほどじゃあないが、君の望む通り肉体労働をする必要はないぞ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; いや、そういうことじゃ &amp;#8212; クソ、取り消しだ。取り消し！&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; 却下。さて、君ひとりでは流石に負担が大きいだろうが &amp;#8212;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト局長がD-1411越しに入口のドアを見る。D-1411はブライト局長をにらみつけている。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; &amp;#8212; ちょうどいいな。&lt;em&gt;&amp;lt;声を大きくして&amp;gt;&lt;/em&gt; そこで聞いている君、君も来たまえ。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;入口からD-2566が入室する。同時に、室内のロッカーからD-3153が現れる。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; &lt;em&gt;&amp;lt;D-3153を見る。&amp;gt;&lt;/em&gt; は？ なんだ君。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; いや、その。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; えっと？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; サボりというわけか。ここがどこだか知ってのことかね？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; &lt;em&gt;&amp;lt;応答なし。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; というか、どうやって入ったんだ？ 鍵は閉めてあったはずだが。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; え？ 普通に空いてましたけど。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; クソ。まあいい。&lt;em&gt;&amp;lt;D-2566を見る。&amp;gt;&lt;/em&gt; で、君も「キックバック」だな？ さあ、ここに名前を。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; そうだけど &amp;#8212;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; おい &amp;#8212; &lt;em&gt;&amp;lt;沈黙&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; まあまあ。それで &amp;#8212; &lt;em&gt;&amp;lt;D-3153を鋭く見つめる。&amp;gt;&lt;/em&gt; &amp;#8212; 君は最初から聞いていただろうが、&lt;span class=&quot;kt&quot;&gt;君のためを思って&lt;/span&gt;言わせてもらえば、キックバックに参加するといい。どうかね？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; ええ。&lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; ぜひ。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は依然として無言で、ブライト局長をにらんでいる。D-2566が前に出、D-3153がぎこちなく続く。2名が用紙に名前を書き込む。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; それで、僕らはいったい何をさせられるんでしょう？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;舌打ち&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; なんだ？ ただの休暇だろ？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; KICCBACK &amp;#8212; 「頭尾方向の体軸への蹴りによって失神を引き起こす &lt;em&gt;&lt;span style=&quot;color: #888&quot;&gt;(Kicking In Cranio-Caudal Body Axis Cause Knockout)&lt;/span&gt;&lt;/em&gt;」&amp;#8212; 新しく発見された異常現象の調査をしてもらう。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; あー？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト局長:&lt;/strong&gt; 金玉蹴り上げてトぼうってことさ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; は？&lt;/p&gt;
&lt;/div&gt;
&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写終了&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;後文:&lt;/strong&gt; ブライト博士が提出した契約書は、人事部門によって正式に認可されました。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style=&quot;height: min(60vh, 60vw)&quot;&gt;&lt;/div&gt;

&lt;div class=&quot;anom-bar-container item-**SCP-**3222-JP clear-3 pending {$secondary-class} {$disruption-class} {$risk-class} {$american}&quot;&gt;
&lt;div class=&quot;anom-bar&quot;&gt;
&lt;div class=&quot;top-box&quot;&gt;
&lt;div class=&quot;top-left-box&quot;&gt;&lt;span class=&quot;item&quot;&gt;アイテム番号:&lt;/span&gt; &lt;span class=&quot;number&quot;&gt;&lt;strong&gt;SCP-&lt;/strong&gt;3222-JP&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;top-center-box&quot;&gt;
&lt;div class=&quot;bar-one&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;bar-two&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;bar-three&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;bar-four&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;bar-five&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;bar-six&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;top-right-box&quot;&gt;
&lt;div class=&quot;level&quot;&gt;レベル3&lt;/div&gt;
&lt;div class=&quot;clearance&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bottom-box&quot;&gt;
&lt;div class=&quot;text-part&quot;&gt;
&lt;div class=&quot;main-class&quot;&gt;
&lt;div class=&quot;contain-class&quot;&gt;
&lt;div class=&quot;class-category&quot;&gt;収容クラス:&lt;/div&gt;
&lt;div class=&quot;class-text&quot;&gt;pending&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;second-class&quot;&gt;
&lt;div class=&quot;class-category&quot;&gt;副次クラス:&lt;/div&gt;
&lt;div class=&quot;class-text&quot;&gt;{$secondary-class}&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;disrupt-class&quot;&gt;
&lt;div class=&quot;class-category&quot;&gt;撹乱クラス:&lt;/div&gt;
&lt;div class=&quot;class-text&quot;&gt;{$disruption-class}&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;risk-class&quot;&gt;
&lt;div class=&quot;class-category&quot;&gt;リスククラス:&lt;/div&gt;
&lt;div class=&quot;class-text&quot;&gt;{$risk-class}&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;diamond-part&quot;&gt;
&lt;div class=&quot;danger-diamond&quot;&gt;&lt;a href=&quot;http://1119s.wikidot.com/classification-committee-memo&quot;&gt;link to memo&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;arrows&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;octagon&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;quadrants&quot;&gt;
&lt;div class=&quot;top-quad&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;right-quad&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;left-quad&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;bottom-quad&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;top-icon&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;right-icon&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;left-icon&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;bottom-icon&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;widetable tableb table3&quot;&gt;
&lt;table class=&quot;wiki-content-table&quot;&gt;
&lt;tr&gt;
&lt;th&gt;配属サイト&lt;/th&gt;
&lt;th&gt;配属部門&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;サイト-19&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;余剰次元異常、概念工学、心理工学、医療&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;研究管理&lt;/th&gt;
&lt;th&gt;研究責任者&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;KICCBACKプログラム&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot;&gt;ジャック・ブライト博士&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;modal table3&quot;&gt;
&lt;p&gt;&lt;span class=&quot;st&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;特別収容プロトコル:&lt;/span&gt;&lt;/span&gt; SCP-3222-JPの直接の収容は不可能ですが、その非能動的な性質や、遭遇率・危険性が低いと見積もられていることにより、喫緊の収容危機は存在しないと見做されています。現在の収容活動は、遭遇者 (存在する場合) の記憶処理を主とする情報工作に焦点が置かれます。さらなる収容プロトコルの策定は、SCP-3222-JPの詳細な性質が明らかになるまで保留されます。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;modal table3&quot;&gt;
&lt;p&gt;&lt;span class=&quot;st&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;説明:&lt;/span&gt;&lt;/span&gt; SCP-3222-JPは、EE-3222の発見と同時に存在が明らかになった超意識空間です。SCP-3222-JPの詳細な性質は未解明であるものの、EE-3222によって体外離脱した意識体のみがアクセス可能であることが現時点で判明しています。&lt;/p&gt;
&lt;div class=&quot;invert&quot;&gt;
&lt;div class=&quot;scp-image-block block-right scp-clear-false&quot; style=&quot;width:222px;&quot;&gt;&lt;img src=&quot;http://scp-jp-storage.wikidot.com/local--files/file:5722815-113-bub1/axes.svg&quot; alt=&quot;axes.svg&quot; class=&quot;image&quot; /&gt;
&lt;div class=&quot;scp-image-caption&quot;&gt;
&lt;p&gt;人体の体軸。&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;EE-3222は、人体の頭尾軸に沿って下方から強い衝撃が加えられた際に、対象の意識が意識体として肉体から分離される現象です。分離された意識体は非三次元的方向へシフトし、前述の通りSCP-3222-JPへ到達します。SCP-3222-JP内での体験は非常に抽象的に解釈されるため、また、SCP-3222-JP体験者の母数が圧倒的に不足しているため、本稿執筆時点でSCP-3222-JPを具体的に説明可能だった対象は存在しません。イベント終了時、対象の意識体は通常の体外離脱と同様にYücelの魂魄法則に従ってもとの肉体へと帰還します。&lt;/p&gt;
&lt;p&gt;EE-3222が発見されたのは&lt;span style=&quot;color: #888&quot;&gt;[編集済: 内部調停部門クリアランスが不足しています]&lt;/span&gt;。当該職員は異常現象に遭遇したことを回復後に報告し、問題の現象は簡易的な検証ののちに超常現象として正式に記録されました。&lt;/p&gt;
&lt;p&gt;EE-3222は非侵襲的な、もしくは軽微な侵襲のみを伴う体外離脱手順としての利用可能性を有することで、主に心理工学の観点から多大な研究価値が認められています。このため、研究部門は&lt;strong&gt;KICCBACKプログラム&lt;/strong&gt;を設立し、研究資金およびその他の資産の使用を許可しました。当該プログラムの主目的はSCP-3222-JPの調査及び収容評価であり、副次的にEE-3222の研究および応用開発を兼務します。&lt;/p&gt;
&lt;div style=&quot;clear:both; height: 0px; font-size: 1px&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;notation tableb widetable&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;st&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;実験ログ&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;音声映像転写ログ KICCBACK/3222JP/01/A-1&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 実験室K&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;日時:&lt;/strong&gt; 19██/██/██&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参加者:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ジャック・ブライト博士&lt;/li&gt;
&lt;li&gt;複数のDクラス職員 (D-1411, D-2566, D-3153)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;前文:&lt;/strong&gt; 実験に参加したD-1411, D-2566, D-3153には、SCP-3222-JPを観測するにあたって、&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-7179&quot;&gt;有知性霊魂インタフェース構造&lt;/a&gt;が導入されました&lt;span class=&quot;fnnum&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;fncon&quot;&gt;&lt;strong&gt;&lt;span class=&quot;ruby&quot;&gt;有知性霊魂インターフェース構造&lt;span class=&quot;rt&quot;&gt;Intelligent Soul Interface Construct&lt;/span&gt;&lt;/span&gt;: ISIC&lt;/strong&gt; - ISICは本質的にはミームであり、ノウアスフィアを介して意識と融合することによって、データを物理世界に中継できます。&lt;/span&gt;。&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写開始&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;div class=&quot;blockquote&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト博士が機器を移動させ操作しながら、他の参加者に話しかける。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; さて、とりあえず準備をしつつ話すから聞いて欲しい。まず、金玉キックなんて悍ましいことを言いはしたが、実際にそんなことをするつもりはない。説明した通り、睾丸である必要も蹴りである必要も実際にはないんだからな。もちろん、睾丸を蹴ること自体が目的なわけでもないし。要するに、股間に真下から強い打撃を与えることが条件なんだ。今回の私たちの目的は、股間を刺激し &amp;#8212; 笑うな、おかしな意味じゃないぞ。そして意識体となってSCP-3222-JPを観察するんだ。そういうわけで &amp;#8212; ほら、機械の準備ができたぞ。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト博士が台座の直下に小型の機械をスライドさせる。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 簡単な代物だ。この台が君たちを直立したまま固定し、射出機が真下から棒を素早く伸ばす。この拘束具は別に悪趣味なものじゃなくて、君たちが下手に身じろぎして狙いが外れたり、失神したあとに倒れて怪我したりするのを防ぐためにあるんだ。&lt;em&gt;&amp;lt;録音上の沈黙。&amp;gt;&lt;/em&gt; さあ、質問がなければ、早速始めよう。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411, D-2566, D-3153がそれぞれ目配せし合う。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; どうした？ 忘れ物でもしたか？ 私のほうは万全だぞ、君らのISICだって確認済みだ。心の準備なら私が手伝ってやろう。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; な、なあ博士、本当に俺らがやらなきゃダメか？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; いまさら怖くなったか？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; 怖えよ、怖えだろ！ あんただって俺たちの気持ちになってみろよ。何が面白くて玉を突かれたりなんか &amp;#8212; クソ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; そうだぜ、別に俺らじゃなくたって、女のDクラスにでもやらせりゃいいじゃ &amp;#8212;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 女だと！？ 君は変態かミソジニストか？ わざわざ女性を呼びつけて股間を棒で叩くなんてのはな、コンプラだとか何だとかが許さないんだよ。そんなんだからこんなところで働かされ &amp;#8212; &lt;em&gt;&amp;lt;咳払い&amp;gt;&lt;/em&gt;とにかく、つべこべ言うな。私は先着で決めただけなんだ。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;録音上の沈黙。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 安心しろ、さっきも言ったが、玉を狙うわけじゃない。大人しくしてればちょうど&lt;span class=&quot;kt&quot;&gt;間&lt;/span&gt;を通るかもしれないだろう？ ほら、誰からやる？ 名乗り出ないなら &amp;#8212; 君からだ、D-1411。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;舌打ち&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; そう気を悪くするな、順番が早いか遅いかの違いだ。取り掛かろう、君たちは補佐を。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト博士がD-2566, D-3153に指示を出しつつ、D-1411に器具を取り付ける。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; さあ、完全に準備完了だ。器具のほうはどうだい？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 大丈夫そうだ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; よろしい。うん、始めるぞ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; なるべく痛くないように &amp;#8212; &lt;em&gt;&amp;lt;呻き声&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; どうだ？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;叫ぶ。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; おい、大丈夫か？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;えずく。&amp;gt;&lt;/em&gt; 大丈夫だ。たぶん玉は。おい待て、触るな！ 確認しなくていい。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 続けられるか？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; ああ、平気だ。でももう失敗しないでくれ。かなり鋭く痛む。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 善処するよ。さて、もう一度行こうか。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; マジで頼むから &amp;#8212; &lt;em&gt;&amp;lt;呻き声&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写中断&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;音声映像転写ログ KICCBACK/3222JP/01/A-2&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;以下はD-1411のISICから送信されたSCP-3222-JP内における疑似視聴覚的体験の転写です。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写開始&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;div class=&quot;blockquote&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411の周囲には何もない。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class=&quot;scp-image-block block-center scp-clear-false&quot; style=&quot;width:100%;&quot;&gt;&lt;img src=&quot;http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-114-k0fu/blackout.jpg&quot; alt=&quot;blackout.jpg&quot; class=&quot;image&quot; /&gt;
&lt;div class=&quot;scp-image-caption&quot;&gt;
&lt;p&gt;00:02&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; なに &amp;#8212; なんだ。何も見えない。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は周囲を確認しようとするが、実際には身体は存在しないため失敗する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 玉は無事なのか？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は睾丸を確認しようとするが、実際には身体は存在しないため失敗する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 気味が悪いな。へんな感覚だ &amp;#8212; 感覚？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は感覚を意識する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; ゆっくりと真上に引っ張り上げられている感じがする。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は数秒間もがき、上昇に抵抗しようとするが、実際には身体は存在しないため失敗する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 体がないみたいな &amp;#8212; ないのか。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は身体を意識しようとするが、成功しない。数十秒間の試みののち、D-1411は実際には存在しない目を開く。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; しめた！ 光だ。何かが光ってる。大きくなって &amp;#8212;&lt;/p&gt;
&lt;div class=&quot;scp-image-block block-center scp-clear-false&quot; style=&quot;width:100%;&quot;&gt;&lt;img src=&quot;http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-115-f7or/haze.jpg&quot; alt=&quot;haze.jpg&quot; class=&quot;image&quot; /&gt;
&lt;div class=&quot;scp-image-caption&quot;&gt;
&lt;p&gt;01:26&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411の視界で格子状の模様がぼやけて見えている。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; なんだ、あれ。窓？ 天井？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411が景色に近づこうと試みる。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; いま、上を向いている感じがする。浮いて &amp;#8212; 落ちる。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411の視界の景色が消失し、D-1411が覚醒する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写終了&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;音声映像転写ログ KICCBACK/3222JP/01/A-1&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;以下は転写ログ01/A-1の再開です。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写再開&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;div class=&quot;blockquote&quot;&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;呻き声&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; さて、上手くいったかな？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 博士？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; これは &amp;#8212; 失敗だったみたいだ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; ま、待て！ 見たんだ、たしかに見た。何か、白い何かを &amp;#8212;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; いったん確認してみよう。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト博士がD-1411の拘束を解除し、デバイスを操作してISICの送信ログを確認する。その間、D-1411は着用しているカバーオールのチャックを慌てた様子で下ろし、下着のなかを探る。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; ああ &amp;#8212; よかった。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト博士が確認したログには、実際の経過時間と明らかに矛盾する長さの体験的描写が記録されている。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; なんと &amp;#8212; でかしたぞ、D-1411。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;チャックを上げながら、鼻を鳴らす。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト博士はさらなる記録のため、D-2566, D-3153にも同様の実験を行う。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;簡潔のため省略。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;後文:&lt;/strong&gt; 対象は打撃ののち、0.036秒間のみEE-3222を経験していたことが意識レベルチェックのデータから判明した。このことは実際の経過時間と相違しないと判断された。ISICは2分2秒にわたる体験的描写を記録していた。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写終了&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;実験ログB&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;被験者:&lt;/strong&gt; D-2566&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;得られた視覚データ:&lt;/strong&gt;
&lt;div class=&quot;image-container aligncenter&quot;&gt;&lt;img src=&quot;http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-116-5pvu/daze.jpg&quot; alt=&quot;daze.jpg&quot; class=&quot;image&quot; /&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;結果:&lt;/strong&gt; 対象は打撃ののち、およそ3分間失神した。このうち、SCP-3222-JPとの相互作用は最初の0.012秒間のみに発生していたが、ISICは45秒間の体験的描写を記録していた。実験ログAで観察されたSCP-3222-JPの視覚的描写とは明らかに異なる外観が観察された。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;備考:&lt;/strong&gt; N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;実験ログC&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;被験者:&lt;/strong&gt; D-3153&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;得られた視覚データ:&lt;/strong&gt;
&lt;div class=&quot;image-container aligncenter&quot;&gt;&lt;img src=&quot;http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-117-40id/dazzy.jpg&quot; alt=&quot;dazzy.jpg&quot; class=&quot;image&quot; /&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;結果:&lt;/strong&gt; 対象は打撃ののち、0.052秒間のみSCP-3222-JPと相互作用した。ISICは2分4秒にわたる体験的描写を記録していた。実験ログA・Bで観察されたSCP-3222-JPの視覚的描写のどちらとも異なる外観が観察された。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;備考:&lt;/strong&gt; SCP-3222-JPの外観について、観測ごとの変化や被験者による変化などの要因を考慮しつつ実験を継続するべきである。&lt;/p&gt;
&lt;p&gt;実験の最中、極度の緊張による挙睾筋反射に起因すると思われる睾丸の移動により、D-3153の左睾丸が射出棒とわずかに接触した。D-3153は苦痛を訴えたが、医療班によって異常なしと診断されたのちに実験は続行された。睾丸の拘束を検討中。&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;[9件のエントリを省略]&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;後文:&lt;/strong&gt; SCP-3222-JPの外観は、観察ごとに多少の差異が見受けられたものの、被験者に依拠して変化することが判明した。それぞれ計4回ずつの結果から、D-3153の観察による視覚的データが最も鮮明にSCP-3222-JPを記録している可能性が高いと判断された。&lt;/p&gt;
&lt;p&gt;SCP-3222-JPは依然として能動的な性質を見せず、収容クラスはEuclid相当であると見積もられている。さらなる実験ののちに、分類委員会が正式な評価を決定する予定である。&lt;/p&gt;
&lt;p&gt;D-1411の右睾丸は実験中に損傷した。実験の進行に支障はないと判断されたため、D-1411の実験への参加は継続される。&lt;/p&gt;
&lt;p&gt;今後の実験は、より一般的な体外離脱への応用を目標として実施される予定である。&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;st&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;補遺終了&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;notation tableb widetable&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;st&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;インシデントレポート&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;音声映像転写ログ KICCBACK/3222JP/13&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;前文:&lt;/strong&gt; 以下は、19██/██/██に発生したカオス・インサージェンシーによる大規模襲撃の際に記録された映像資料のうち、SCP-3222-JP研究に関連するログの主要な部分の転写です。結果的に、KICCBACKプログラムの研究部は襲撃の鎮圧に多大な貢献をもたらしたと判断されています。&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 実験セクション 通路&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; CAM HW-B-1, -4, -5&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;[14:02]&lt;/strong&gt; カメラには実験室へ向かう研究部一行 (ブライト博士, D-1411, D-2566, D-3153) が映っている。サイト内警報が発令され、一行は最寄りの実験室を目指して走り出す。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[14:03]&lt;/strong&gt; 一行がインサージェンシーの部隊と遭遇する。一行は進路を変更して走る。&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 実験セクション 通路&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; CAM HW-C-3&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;[14:03]&lt;/strong&gt; 襲撃部隊はDクラス職員たちを無視してブライト博士に対し発砲を繰り返すが、命中しない。ブライト博士が拳銃で応戦しつつ、実験室に近づく。D-3153が実験室の扉で銃弾を防御し、他のメンバーを誘導する。一行は実験室に駆け込む。しかしながら、背後から接近してきた別の襲撃部隊の発砲が扉に跳弾し、ブライト博士とD-3153が被弾する。ブライト博士は即死し、D-3153は腹部を負傷する。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[14:04]&lt;/strong&gt; D-3153がブライト博士の死体を押し込みつつ実験室に飛び込み、扉を閉じる。&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 実験セクション 実験室C&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; CAM EP-C-1&lt;/p&gt;
&lt;hr /&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411がD-3153を受け止め、D-2566が施錠する。D-3153は壁にもたれて座り込む。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; &lt;em&gt;&amp;lt;息切れ&amp;gt;&lt;/em&gt; いてえ。&lt;em&gt;&amp;lt;呻く。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411とD-2566が室内の設備や器具を用いてバリケードを設置する。室外から襲撃部隊がドアを叩いている。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; マズいな。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411が室内を見渡し、ブライト博士の死体を見下ろす。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 何かないか？ &lt;em&gt;&amp;lt;ブライト博士の懐を探る。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; 出血の具合はどうだ？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; 酷くはないけど、放置したらまずそうかもな。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; おい、コレ &amp;#8212;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411が布でくるまれた&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-963&quot;&gt;SCP-963&lt;/a&gt;を発見する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; どうするんだ？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;録音上の沈黙。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; 僕にくれ。博士を復活させよう。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; お前、でも &amp;#8212;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; 全員死ぬよりマシだ。僕のことはいい。怪我だってしてる。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 本気だな。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153:&lt;/strong&gt; 当然。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; ありがとう。 &lt;em&gt;&amp;lt;目をつぶる。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411がD-3153にSCP-963を押し付ける。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; 畜生。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; おい、何があった！？ &lt;em&gt;&amp;lt;録音上の沈黙。&amp;gt;&lt;/em&gt; ああ、そうか。クソ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 博士、俺たちにはあんただけが頼りだ。どんな指示でも従うから、なんとかする方法を考えてきてくれ。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;レーザートーチによってドアが切断され始める。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411がD-2566に目配せする。D-2566が頷き、D-3153 (ブライト博士) の背後に立って肩と脚を押さえる。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; 何する気だ！？ よせ、このボディは怪我してるんだぞ！&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 気張りな！ &lt;em&gt;&lt;span style=&quot;color: #888&quot;&gt;(Take it easy!)&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411がD-3153 (ブライト博士) の股間を蹴る。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; &lt;em&gt;&amp;lt;痛みによる絶叫&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; &lt;em&gt;&amp;lt;蹴り続けながら&amp;gt;&lt;/em&gt; それと！ おまけに！ 俺の！ 金玉の！ 復讐 &lt;em&gt;&lt;span style=&quot;color: #888&quot;&gt;(revenge)&lt;/span&gt;&lt;/em&gt; だ！&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; &lt;em&gt;&amp;lt;痛みによる絶叫&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; SCP-3222-JP&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; ISIC&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; &lt;em&gt;&amp;lt;絶叫&amp;gt;&lt;/em&gt; あぁ！？ これは &amp;#8212; なんだ、金玉だらけだ！&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ISICからの記録には何も映っていない。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class=&quot;scp-image-block block-center scp-clear-false&quot; style=&quot;width:100%;&quot;&gt;&lt;img src=&quot;http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-114-k0fu/blackout.jpg&quot; alt=&quot;blackout.jpg&quot; class=&quot;image&quot; /&gt;
&lt;div class=&quot;scp-image-caption&quot;&gt;
&lt;p&gt;[データなし]&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; いや、球状の &amp;#8212; 何なんだ？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;データなし&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; まさか &amp;#8212;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;データなし&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 外側にいるのか？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;データなし&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; おいおい、これはまさに&lt;span class=&quot;kt&quot;&gt;考えに来た&lt;/span&gt;というわけだ！ 考えるどころじゃないぞ！&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 実験セクション 通路&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; CAM HW-C-3&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;[14:07]&lt;/strong&gt; 実験室Cの扉を切断している襲撃部隊の工作員が頭部を押さえて苦しみ始める。直後、工作員は頭部のさまざまな開口部から激しく出血して死亡する。ほぼ同時に周囲の工作員たちも同様に死亡する。&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; SCP-3222-JP&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; ISIC&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; ハハハ！ でたらめだ、無茶苦茶だ！&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 全体&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; 多数&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;[14:07]&lt;/strong&gt; 全ての襲撃部隊が上記と同様にして死亡する。&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 実験セクション 実験室C&lt;br /&gt;
&lt;strong&gt;撮影:&lt;/strong&gt; CAM EP-C-1&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; 待て！&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-1411は制止を無視してさらに一度蹴る。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; &lt;em&gt;&amp;lt;叫ぶ。&amp;gt;&lt;/em&gt; 待て！ もういい！&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-2566:&lt;/strong&gt; アッ！？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-2566がトーチが空けた扉の穴の反対側の異変に気付き、D-1411を制止する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 博士、どうだ！？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; &lt;em&gt;&amp;lt;えずく&amp;gt;&lt;/em&gt; 終わったよ、たぶんな。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 何をすれば &amp;#8212; なんだって？&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;D-3153 (ブライト博士) は着用しているカバーオールのチャックをやや手間取りながら慌てて下ろし、下着のなかを探る。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-3153 (ブライト博士):&lt;/strong&gt; &lt;em&gt;&amp;lt;絶叫&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;D-1411:&lt;/strong&gt; 大丈夫か？&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;後文:&lt;/strong&gt; カオス・インサージェンシーによる襲撃はわずか8分で鎮圧され、死者2名、負傷者12名、被害総額は9千ドルに留められました。&lt;/p&gt;
&lt;p&gt;以下はミーム的再構築によって復号されたブライト博士によるSCP-3222-JPの観察です。&lt;/p&gt;
&lt;div class=&quot;image-container aligncenter&quot;&gt;&lt;img src=&quot;http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-118-hnca/gold.jpg&quot; alt=&quot;gold.jpg&quot; class=&quot;image&quot; /&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;st&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;補遺終了&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style=&quot;height: min(40vh, 40vw);&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;jotting tableb widetable&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong&gt;エピローグ&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;音声映像転写ログ KICCBACK/3222JP/0X&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;場所:&lt;/strong&gt; サイト-19 人事局オフィス&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;日時:&lt;/strong&gt; 19██/██/██&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;参加者:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ジャック・ブライト博士&lt;/li&gt;
&lt;li&gt;████博士&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写開始&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;div class=&quot;blockquote&quot;&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;ブライト博士が執務机で作業している。出入り口のすりガラスの向こう側に人影が現れ、ドアをノックする。ブライト博士が顔を上げ返答する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 入ってくれ。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;████博士が入室する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; ブライト、3222についてだが &amp;#8212;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; ああ、今回のことだね。正式に説明する前に、少し付き合ってくれるかい。&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;em&gt;&amp;lt;████博士は首肯する。&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 手短に説明するなら、あれはまさに思考そのものだったと思うよ。あの空間には無数の思考が詰まっていて &amp;#8212; イメージとしてはノウアスフィアに近いが、それほど完全ではない。私も含めたここら一帯の大勢の思考の集合体を、私は自分の思考から飛び出して俯瞰することができていた。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; つまり、当時のサイト-19の職員や襲撃部隊らということか？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; その通りだ。私はやつらの思考に潜り込んで、内側から破壊することができた。結果があのザマといったところだろう。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; 実験のときにはなぜそのようなことは起こらなかったんだ？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; これはただの推測だが、私のように異常な精神の増強を施されていない者にとっては、あそこは取るに足らない不鮮明な世界だったと思う。Dクラスたちもそうだが、ISICもあの空間をきちんと認識することはできていなかったのがそう考える理由だ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; では、潜在的な危険性を考慮しても、安全であるといえるだろうか。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; 調べようがないとも思うが、あれにアクセスすること自体が難しい &amp;#8212; 狙って起こそうとしてもうまくいくことのほうがよっぽど少なかったからな。そこで自由にして回るのはさらに、と考えれば、まあ、安全だろう。私の判断ではな。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; わかった。まあ、私だけでなく、委員会にもそう伝えてやってくれ。それと、今日はいくつか知らせがあってきたんだ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; ふむ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; いい知らせと悪い知らせ、どっちから聞きたい？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; &lt;em&gt;&amp;lt;間&amp;gt;&lt;/em&gt; いい知らせから。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; よし。まず、検査の結果、君の新しいボディの睾丸は無事だったとわかったよ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; &lt;em&gt;&amp;lt;歓喜の声を上げ、ガッツポーズをする。&amp;gt;&lt;/em&gt; で、悪い知らせというのは？&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;████博士:&lt;/strong&gt; 無事なのは片方だけだ。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ブライト博士:&lt;/strong&gt; [罵倒]&lt;/p&gt;
&lt;/div&gt;
&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;&amp;#171;転写終了&amp;#187;&lt;/th&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style=&quot;height: min(40vh, 40vw);&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;admo-end_card&quot;&gt;
&lt;div class=&quot;admo-credits&quot;&gt;
&lt;div&gt;
&lt;h1&gt;&lt;span&gt;&lt;span class=&quot;ctrl&quot;&gt;SCP-3222-JP&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;span class=&quot;cond&quot;&gt;WRITTEN BY &lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt; &lt;strong&gt;iti119&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;[!&amp;#8212;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 05 Apr 2026 14:34:59 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="admo-episode_splash"> <div class="admo-rate_splash"> <div class="creditRate creditModule {$mode}"> <div class="rateBox"> <div class="rate-box-with-credit-button"> <div class="creditButton"><a class="fa fa-info" style="position:relative;" href="#u-credit-view"><img src="http://scp-jp.wikidot.com/local--files/nav:side/blank.png" title="クレジットを表示する" style="position:absolute;height:100%;width:100%;top:0;left:0;" alt="blank.png" class="image" /></a></div> </div> </div> <div class="rateBox heritage-wrap" style="display:none;"> <div class="heritage-rating-module"> <div class="heritage-emblem"><a href="/"><img src="http://scp-jp.wdfiles.com/local--files/component:heritage-rating/scp-heritage-v3.png" style="max-width: none;" alt="scp-heritage-v3.png" class="image" /></a></div> </div> <div class="creditButton"><a class="fa fa-info" style="position:relative;" href="#u-credit-view"><img src="http://scp-jp-sandbox2.wikidot.com/local--files/nav:side/blank.png" title="クレジットを表示する" style="position:absolute;height:100%;width:100%;top:0;left:0;" alt="blank.png" class="image" /></a></div> </div> </div> <div style="clear:both;"></div> <div id="u-credit-view"> <div class="fader"><iframe src="https://scp-jp.github.io/files/util/common/credit/backmodule/start.html" align="" frameborder="" height="" scrolling="" width="" class="" style=""></iframe></div> <div class="modalcontainer"> <div class="modalbox"> <div class="modalbox-title"> <h2><span>クレジット</span></h2> </div> <div class="credit"> <p><strong>タイトル:</strong> SCP-3222-JP - <span style="color: #b93"><strong>金玉蹴撃</strong></span><br /> <strong>著者:</strong> <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span><br /> <strong>作成年:</strong> 2023</p> <hr /> <p>本記事は、<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.ja" target="_blank">CC BY-SA 4.0ライセンス</a>の下で提供されます。これに加えて、本記事の作成者、著者、翻訳者、または編集者が著作権を有するコンテンツは、別段の定めがない限り<a href="https://creativecommons.org/licenses/by-sa/3.0/deed.ja" target="_blank">CC BY-SA 3.0ライセンス</a>が付与されており、同ライセンスの下で利用することができます。</p> <p>「コンテンツ」とは、文章、画像、音声、音楽、動画、ソフトウェア、コードその他の情報のことをいいます。</p> <div class="credit-back" style="text-align: center;"><iframe src="https://scp-jp.github.io/files/util/common/credit/backmodule/end.html" align="" frameborder="" height="" scrolling="no" width="" class="" style="height:2em;width: 100%;margin: 0;padding: 0;border: 0;background: transparent;"></iframe></div> </div> <div class="creditBottomRate" style="height:30px;"> <div class="credit-license"><a class="cc cc-by-sa" href="https://creativecommons.org/licenses/by-sa/3.0/deed.ja" target="_blank"></a></div> <div style="text-align: center; top: 0px;"> <div class="Dendo"> <div class="heritage-rating-module"> <div class="heritage-emblem"><a href="/"><img src="http://scp-jp.wdfiles.com/local--files/component:heritage-rating/scp-heritage-v3.png" style="max-width: none;" alt="scp-heritage-v3.png" class="image" /></a></div> </div> </div> <div></div> </div> </div> </div> </div> </div> </div> <div> <p><span class="cond">SCP-3222-JP</span></p> <p><span class="ctrl">金玉蹴撃</span></p> <p><span style="white-space: pre-wrap;">&#32;</span></p> </div> <div class="admo-accessibility"> <p><span class="cond">&#187; <a href="http://1119s.wikidot.com/testest/offset/1/accessibility_limit/1">アクセシビリティモード</a> &#171;</span></p> </div> </div> <div class="jotting tableb widetable"> <p style="text-align: center;"><strong>プロローグ</strong></p> <table> <tr> <th>音声映像転写ログ KICCBACK/3222JP/00</th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 人事局オフィス</p> <p><strong>日時:</strong> 19██/██/██</p> <p><strong>参加者:</strong></p> <ul> <li><a class="newpage" href="http://1119s.wikidot.com/dr-bright-s-personnel-file">ジャック・ブライト人事局長</a></li> <li>複数のDクラス職員 (D-1411, D-2566, D-3153)</li> </ul> </td> </tr> <tr> <th>&#171;転写開始&#187;</th> </tr> <tr> <th> <div class="blockquote"> <p style="text-align: center;"><em>&lt;ブライト局長が執務机で作業している。出入り口のすりガラスの向こう側に人影が現れ、ドアをやや乱暴にノックする。ブライト博士が顔を上げ返答する。&gt;</em></p> <p><strong>ブライト局長:</strong> 入ってくれ。</p> <p style="text-align: center;"><em>&lt;D-1411が入室する。&gt;</em></p> <p><strong>ブライト局長:</strong> &quot;志願者&quot;かな？</p> <p><strong>D-1411:</strong> ああ、そうだ。キックバック・プログラム<span class="fnnum">.</span><span class="fncon">全職員が参加可能な、報酬制の休暇システム。</span>の。長めの力仕事からやっと解放されたから、しばらく<span class="ruby">ゆったり過ご<span class="rt">kick back</span></span>したいんだ。</p> <p><strong>ブライト局長:</strong> ふむ、よろしい。では &#8212; この申請書にサインを。</p> <p style="text-align: center;"><em>&lt;D-1411は渡された書類にサインを書き込み、ブライト局長に返す。&gt;</em></p> <p><strong>ブライト局長:</strong> フーン。<em>&lt;間&gt;</em> 意外とちょろいもんだな。</p> <p><strong>D-1411:</strong> は？</p> <p><strong>ブライト局長:</strong> 君、申請書をきちんと読んだかい？</p> <p><strong>D-1411:</strong> いや、<em>&lt;言葉に詰まる。&gt;</em></p> <p><strong>ブライト局長:</strong> これね、KICCBACKの<span class="kt">契約書</span>だよ？ ケー・アイ・シー・シーで「キック」だ。</p> <p><strong>D-1411:</strong> <em>&lt;録音上の沈黙。&gt;</em> 待て、何だって？ 俺をハメやがったのか！？</p> <p><strong>ブライト局長:</strong> 人聞きが悪いなあ。4文字目が<span class="kt">Kのほう</span>のキックバックほどじゃあないが、君の望む通り肉体労働をする必要はないぞ。</p> <p><strong>D-1411:</strong> いや、そういうことじゃ &#8212; クソ、取り消しだ。取り消し！</p> <p><strong>ブライト局長:</strong> 却下。さて、君ひとりでは流石に負担が大きいだろうが &#8212;</p> <p style="text-align: center;"><em>&lt;ブライト局長がD-1411越しに入口のドアを見る。D-1411はブライト局長をにらみつけている。&gt;</em></p> <p><strong>ブライト局長:</strong> &#8212; ちょうどいいな。<em>&lt;声を大きくして&gt;</em> そこで聞いている君、君も来たまえ。</p> <p style="text-align: center;"><em>&lt;入口からD-2566が入室する。同時に、室内のロッカーからD-3153が現れる。&gt;</em></p> <p><strong>ブライト局長:</strong> <em>&lt;D-3153を見る。&gt;</em> は？ なんだ君。</p> <p><strong>D-3153:</strong> いや、その。</p> <p><strong>D-2566:</strong> えっと？</p> <p><strong>ブライト局長:</strong> サボりというわけか。ここがどこだか知ってのことかね？</p> <p><strong>D-3153:</strong> <em>&lt;応答なし。&gt;</em></p> <p><strong>ブライト局長:</strong> というか、どうやって入ったんだ？ 鍵は閉めてあったはずだが。</p> <p><strong>D-3153:</strong> え？ 普通に空いてましたけど。</p> <p><strong>ブライト局長:</strong> <em>&lt;間&gt;</em> クソ。まあいい。<em>&lt;D-2566を見る。&gt;</em> で、君も「キックバック」だな？ さあ、ここに名前を。</p> <p><strong>D-2566:</strong> そうだけど &#8212;</p> <p><strong>D-1411:</strong> おい &#8212; <em>&lt;沈黙&gt;</em></p> <p><strong>ブライト局長:</strong> まあまあ。それで &#8212; <em>&lt;D-3153を鋭く見つめる。&gt;</em> &#8212; 君は最初から聞いていただろうが、<span class="kt">君のためを思って</span>言わせてもらえば、キックバックに参加するといい。どうかね？</p> <p><strong>D-3153:</strong> <em>&lt;間&gt;</em> ええ。<em>&lt;間&gt;</em> ぜひ。</p> <p style="text-align: center;"><em>&lt;D-1411は依然として無言で、ブライト局長をにらんでいる。D-2566が前に出、D-3153がぎこちなく続く。2名が用紙に名前を書き込む。&gt;</em></p> <p><strong>D-3153:</strong> それで、僕らはいったい何をさせられるんでしょう？</p> <p><strong>D-1411:</strong> <em>&lt;舌打ち&gt;</em></p> <p><strong>D-2566:</strong> なんだ？ ただの休暇だろ？</p> <p><strong>ブライト局長:</strong> KICCBACK &#8212; 「頭尾方向の体軸への蹴りによって失神を引き起こす <em><span style="color: #888">(Kicking In Cranio-Caudal Body Axis Cause Knockout)</span></em>」&#8212; 新しく発見された異常現象の調査をしてもらう。</p> <p><strong>D-1411:</strong> <em>&lt;間&gt;</em> あー？</p> <p><strong>ブライト局長:</strong> 金玉蹴り上げてトぼうってことさ。</p> <p><strong>D-2566:</strong> は？</p> </div> </th> </tr> <tr> <th>&#171;転写終了&#187;</th> </tr> <tr> <td><strong>後文:</strong> ブライト博士が提出した契約書は、人事部門によって正式に認可されました。</td> </tr> <tr> <th></th> </tr> </table> </div> <div style="height: min(60vh, 60vw)"></div> <div class="anom-bar-container item-**SCP-**3222-JP clear-3 pending {$secondary-class} {$disruption-class} {$risk-class} {$american}"> <div class="anom-bar"> <div class="top-box"> <div class="top-left-box"><span class="item">アイテム番号:</span> <span class="number"><strong>SCP-</strong>3222-JP</span></div> <div class="top-center-box"> <div class="bar-one"></div> <div class="bar-two"></div> <div class="bar-three"></div> <div class="bar-four"></div> <div class="bar-five"></div> <div class="bar-six"></div> </div> <div class="top-right-box"> <div class="level">レベル3</div> <div class="clearance"></div> </div> </div> <div class="bottom-box"> <div class="text-part"> <div class="main-class"> <div class="contain-class"> <div class="class-category">収容クラス:</div> <div class="class-text">pending</div> </div> <div class="second-class"> <div class="class-category">副次クラス:</div> <div class="class-text">{$secondary-class}</div> </div> </div> <div class="disrupt-class"> <div class="class-category">撹乱クラス:</div> <div class="class-text">{$disruption-class}</div> </div> <div class="risk-class"> <div class="class-category">リスククラス:</div> <div class="class-text">{$risk-class}</div> </div> </div> <div class="diamond-part"> <div class="danger-diamond"><a href="http://1119s.wikidot.com/classification-committee-memo">link to memo</a><br /> <div class="arrows"></div> <div class="octagon"></div> <div class="quadrants"> <div class="top-quad"></div> <div class="right-quad"></div> <div class="left-quad"></div> <div class="bottom-quad"></div> </div> <div class="top-icon"></div> <div class="right-icon"></div> <div class="left-icon"></div> <div class="bottom-icon"></div> </div> </div> </div> </div> </div> <div class="widetable tableb table3"> <table class="wiki-content-table"> <tr> <th>配属サイト</th> <th>配属部門</th> </tr> <tr> <td style="text-align: center;">サイト-19</td> <td style="text-align: center;">余剰次元異常、概念工学、心理工学、医療</td> </tr> <tr> <th>研究管理</th> <th>研究責任者</th> </tr> <tr> <td style="text-align: center;">KICCBACKプログラム</td> <td style="text-align: center;">ジャック・ブライト博士</td> </tr> </table> </div> <div class="modal table3"> <p><span class="st"><span style="text-decoration: underline;">特別収容プロトコル:</span></span> SCP-3222-JPの直接の収容は不可能ですが、その非能動的な性質や、遭遇率・危険性が低いと見積もられていることにより、喫緊の収容危機は存在しないと見做されています。現在の収容活動は、遭遇者 (存在する場合) の記憶処理を主とする情報工作に焦点が置かれます。さらなる収容プロトコルの策定は、SCP-3222-JPの詳細な性質が明らかになるまで保留されます。</p> </div> <div class="modal table3"> <p><span class="st"><span style="text-decoration: underline;">説明:</span></span> SCP-3222-JPは、EE-3222の発見と同時に存在が明らかになった超意識空間です。SCP-3222-JPの詳細な性質は未解明であるものの、EE-3222によって体外離脱した意識体のみがアクセス可能であることが現時点で判明しています。</p> <div class="invert"> <div class="scp-image-block block-right scp-clear-false" style="width:222px;"><img src="http://scp-jp-storage.wikidot.com/local--files/file:5722815-113-bub1/axes.svg" alt="axes.svg" class="image" /> <div class="scp-image-caption"> <p>人体の体軸。</p> </div> </div> </div> <p>EE-3222は、人体の頭尾軸に沿って下方から強い衝撃が加えられた際に、対象の意識が意識体として肉体から分離される現象です。分離された意識体は非三次元的方向へシフトし、前述の通りSCP-3222-JPへ到達します。SCP-3222-JP内での体験は非常に抽象的に解釈されるため、また、SCP-3222-JP体験者の母数が圧倒的に不足しているため、本稿執筆時点でSCP-3222-JPを具体的に説明可能だった対象は存在しません。イベント終了時、対象の意識体は通常の体外離脱と同様にYücelの魂魄法則に従ってもとの肉体へと帰還します。</p> <p>EE-3222が発見されたのは<span style="color: #888">[編集済: 内部調停部門クリアランスが不足しています]</span>。当該職員は異常現象に遭遇したことを回復後に報告し、問題の現象は簡易的な検証ののちに超常現象として正式に記録されました。</p> <p>EE-3222は非侵襲的な、もしくは軽微な侵襲のみを伴う体外離脱手順としての利用可能性を有することで、主に心理工学の観点から多大な研究価値が認められています。このため、研究部門は<strong>KICCBACKプログラム</strong>を設立し、研究資金およびその他の資産の使用を許可しました。当該プログラムの主目的はSCP-3222-JPの調査及び収容評価であり、副次的にEE-3222の研究および応用開発を兼務します。</p> <div style="clear:both; height: 0px; font-size: 1px"></div> </div> <p><span style="white-space: pre-wrap;">&#32;</span></p> <div class="notation tableb widetable"> <p style="text-align: center;"><span class="st"><span style="text-decoration: underline;">実験ログ</span></span></p> <hr /> <table> <tr> <th>音声映像転写ログ KICCBACK/3222JP/01/A-1</th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 実験室K</p> <p><strong>日時:</strong> 19██/██/██</p> <p><strong>参加者:</strong></p> <ul> <li>ジャック・ブライト博士</li> <li>複数のDクラス職員 (D-1411, D-2566, D-3153)</li> </ul> <p><strong>前文:</strong> 実験に参加したD-1411, D-2566, D-3153には、SCP-3222-JPを観測するにあたって、<a class="newpage" href="http://1119s.wikidot.com/scp-7179">有知性霊魂インタフェース構造</a>が導入されました<span class="fnnum">.</span><span class="fncon"><strong><span class="ruby">有知性霊魂インターフェース構造<span class="rt">Intelligent Soul Interface Construct</span></span>: ISIC</strong> - ISICは本質的にはミームであり、ノウアスフィアを介して意識と融合することによって、データを物理世界に中継できます。</span>。</p> </td> </tr> <tr> <th>&#171;転写開始&#187;</th> </tr> <tr> <th> <div class="blockquote"> <p style="text-align: center;"><em>&lt;ブライト博士が機器を移動させ操作しながら、他の参加者に話しかける。&gt;</em></p> <p><strong>ブライト博士:</strong> さて、とりあえず準備をしつつ話すから聞いて欲しい。まず、金玉キックなんて悍ましいことを言いはしたが、実際にそんなことをするつもりはない。説明した通り、睾丸である必要も蹴りである必要も実際にはないんだからな。もちろん、睾丸を蹴ること自体が目的なわけでもないし。要するに、股間に真下から強い打撃を与えることが条件なんだ。今回の私たちの目的は、股間を刺激し &#8212; 笑うな、おかしな意味じゃないぞ。そして意識体となってSCP-3222-JPを観察するんだ。そういうわけで &#8212; ほら、機械の準備ができたぞ。</p> <p style="text-align: center;"><em>&lt;ブライト博士が台座の直下に小型の機械をスライドさせる。&gt;</em></p> <p><strong>ブライト博士:</strong> 簡単な代物だ。この台が君たちを直立したまま固定し、射出機が真下から棒を素早く伸ばす。この拘束具は別に悪趣味なものじゃなくて、君たちが下手に身じろぎして狙いが外れたり、失神したあとに倒れて怪我したりするのを防ぐためにあるんだ。<em>&lt;録音上の沈黙。&gt;</em> さあ、質問がなければ、早速始めよう。</p> <p style="text-align: center;"><em>&lt;D-1411, D-2566, D-3153がそれぞれ目配せし合う。&gt;</em></p> <p><strong>ブライト博士:</strong> どうした？ 忘れ物でもしたか？ 私のほうは万全だぞ、君らのISICだって確認済みだ。心の準備なら私が手伝ってやろう。</p> <p><strong>D-2566:</strong> な、なあ博士、本当に俺らがやらなきゃダメか？</p> <p><strong>ブライト博士:</strong> いまさら怖くなったか？</p> <p><strong>D-2566:</strong> 怖えよ、怖えだろ！ あんただって俺たちの気持ちになってみろよ。何が面白くて玉を突かれたりなんか &#8212; クソ。</p> <p><strong>D-1411:</strong> そうだぜ、別に俺らじゃなくたって、女のDクラスにでもやらせりゃいいじゃ &#8212;</p> <p><strong>ブライト博士:</strong> 女だと！？ 君は変態かミソジニストか？ わざわざ女性を呼びつけて股間を棒で叩くなんてのはな、コンプラだとか何だとかが許さないんだよ。そんなんだからこんなところで働かされ &#8212; <em>&lt;咳払い&gt;</em>とにかく、つべこべ言うな。私は先着で決めただけなんだ。</p> <p style="text-align: center;"><em>&lt;録音上の沈黙。&gt;</em></p> <p><strong>ブライト博士:</strong> 安心しろ、さっきも言ったが、玉を狙うわけじゃない。大人しくしてればちょうど<span class="kt">間</span>を通るかもしれないだろう？ ほら、誰からやる？ 名乗り出ないなら &#8212; 君からだ、D-1411。</p> <p><strong>D-1411:</strong> <em>&lt;舌打ち&gt;</em></p> <p><strong>ブライト博士:</strong> そう気を悪くするな、順番が早いか遅いかの違いだ。取り掛かろう、君たちは補佐を。</p> <p style="text-align: center;"><em>&lt;ブライト博士がD-2566, D-3153に指示を出しつつ、D-1411に器具を取り付ける。&gt;</em></p> <p><strong>ブライト博士:</strong> さあ、完全に準備完了だ。器具のほうはどうだい？</p> <p><strong>D-1411:</strong> 大丈夫そうだ。</p> <p><strong>ブライト博士:</strong> よろしい。うん、始めるぞ。</p> <p><strong>D-1411:</strong> なるべく痛くないように &#8212; <em>&lt;呻き声&gt;</em></p> <p><strong>ブライト博士:</strong> どうだ？</p> <p><strong>D-1411:</strong> <em>&lt;叫ぶ。&gt;</em></p> <p><strong>ブライト博士:</strong> おい、大丈夫か？</p> <p><strong>D-1411:</strong> <em>&lt;えずく。&gt;</em> 大丈夫だ。たぶん玉は。おい待て、触るな！ 確認しなくていい。</p> <p><strong>ブライト博士:</strong> 続けられるか？</p> <p><strong>D-1411:</strong> ああ、平気だ。でももう失敗しないでくれ。かなり鋭く痛む。</p> <p><strong>ブライト博士:</strong> 善処するよ。さて、もう一度行こうか。</p> <p><strong>D-1411:</strong> マジで頼むから &#8212; <em>&lt;呻き声&gt;</em></p> </div> </th> </tr> <tr> <th>&#171;転写中断&#187;</th> </tr> </table> <p><span style="white-space: pre-wrap;">&#32;</span></p> <table> <tr> <th>音声映像転写ログ KICCBACK/3222JP/01/A-2</th> </tr> <tr> <td>以下はD-1411のISICから送信されたSCP-3222-JP内における疑似視聴覚的体験の転写です。</td> </tr> <tr> <th>&#171;転写開始&#187;</th> </tr> <tr> <th> <div class="blockquote"> <p style="text-align: center;"><em>&lt;D-1411の周囲には何もない。&gt;</em></p> <div class="scp-image-block block-center scp-clear-false" style="width:100%;"><img src="http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-114-k0fu/blackout.jpg" alt="blackout.jpg" class="image" /> <div class="scp-image-caption"> <p>00:02</p> </div> </div> <p><strong>D-1411:</strong> なに &#8212; なんだ。何も見えない。</p> <p style="text-align: center;"><em>&lt;D-1411は周囲を確認しようとするが、実際には身体は存在しないため失敗する。&gt;</em></p> <p><strong>D-1411:</strong> 玉は無事なのか？</p> <p style="text-align: center;"><em>&lt;D-1411は睾丸を確認しようとするが、実際には身体は存在しないため失敗する。&gt;</em></p> <p><strong>D-1411:</strong> 気味が悪いな。へんな感覚だ &#8212; 感覚？</p> <p style="text-align: center;"><em>&lt;D-1411は感覚を意識する。&gt;</em></p> <p><strong>D-1411:</strong> ゆっくりと真上に引っ張り上げられている感じがする。</p> <p style="text-align: center;"><em>&lt;D-1411は数秒間もがき、上昇に抵抗しようとするが、実際には身体は存在しないため失敗する。&gt;</em></p> <p><strong>D-1411:</strong> 体がないみたいな &#8212; ないのか。</p> <p style="text-align: center;"><em>&lt;D-1411は身体を意識しようとするが、成功しない。数十秒間の試みののち、D-1411は実際には存在しない目を開く。&gt;</em></p> <p><strong>D-1411:</strong> しめた！ 光だ。何かが光ってる。大きくなって &#8212;</p> <div class="scp-image-block block-center scp-clear-false" style="width:100%;"><img src="http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-115-f7or/haze.jpg" alt="haze.jpg" class="image" /> <div class="scp-image-caption"> <p>01:26</p> </div> </div> <p style="text-align: center;"><em>&lt;D-1411の視界で格子状の模様がぼやけて見えている。&gt;</em></p> <p><strong>D-1411:</strong> なんだ、あれ。窓？ 天井？</p> <p style="text-align: center;"><em>&lt;D-1411が景色に近づこうと試みる。&gt;</em></p> <p><strong>D-1411:</strong> いま、上を向いている感じがする。浮いて &#8212; 落ちる。</p> <p style="text-align: center;"><em>&lt;D-1411の視界の景色が消失し、D-1411が覚醒する。&gt;</em></p> </div> </th> </tr> <tr> <th>&#171;転写終了&#187;</th> </tr> </table> <p><span style="white-space: pre-wrap;">&#32;</span></p> <table> <tr> <th>音声映像転写ログ KICCBACK/3222JP/01/A-1</th> </tr> <tr> <td>以下は転写ログ01/A-1の再開です。</td> </tr> <tr> <th>&#171;転写再開&#187;</th> </tr> <tr> <th> <div class="blockquote"> <p><strong>D-1411:</strong> <em>&lt;呻き声&gt;</em></p> <p><strong>ブライト博士:</strong> さて、上手くいったかな？</p> <p><strong>D-1411:</strong> 博士？</p> <p><strong>ブライト博士:</strong> これは &#8212; 失敗だったみたいだ。</p> <p><strong>D-1411:</strong> ま、待て！ 見たんだ、たしかに見た。何か、白い何かを &#8212;</p> <p><strong>ブライト博士:</strong> <em>&lt;間&gt;</em> いったん確認してみよう。</p> <p style="text-align: center;"><em>&lt;ブライト博士がD-1411の拘束を解除し、デバイスを操作してISICの送信ログを確認する。その間、D-1411は着用しているカバーオールのチャックを慌てた様子で下ろし、下着のなかを探る。&gt;</em></p> <p><strong>D-1411:</strong> ああ &#8212; よかった。</p> <p style="text-align: center;"><em>&lt;ブライト博士が確認したログには、実際の経過時間と明らかに矛盾する長さの体験的描写が記録されている。&gt;</em></p> <p><strong>ブライト博士:</strong> なんと &#8212; でかしたぞ、D-1411。</p> <p><strong>D-1411:</strong> <em>&lt;チャックを上げながら、鼻を鳴らす。&gt;</em></p> <p style="text-align: center;"><em>&lt;ブライト博士はさらなる記録のため、D-2566, D-3153にも同様の実験を行う。&gt;</em></p> <p style="text-align: center;"><em>&lt;簡潔のため省略。&gt;</em></p> </div> </th> </tr> <tr> <td><strong>後文:</strong> 対象は打撃ののち、0.036秒間のみEE-3222を経験していたことが意識レベルチェックのデータから判明した。このことは実際の経過時間と相違しないと判断された。ISICは2分2秒にわたる体験的描写を記録していた。</td> </tr> <tr> <th>&#171;転写終了&#187;</th> </tr> </table> <p><span style="white-space: pre-wrap;">&#32;</span></p> <table> <tr> <th>実験ログB</th> </tr> <tr> <td><strong>被験者:</strong> D-2566</td> </tr> <tr> <td><strong>得られた視覚データ:</strong> <div class="image-container aligncenter"><img src="http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-116-5pvu/daze.jpg" alt="daze.jpg" class="image" /></div> </td> </tr> <tr> <td><strong>結果:</strong> 対象は打撃ののち、およそ3分間失神した。このうち、SCP-3222-JPとの相互作用は最初の0.012秒間のみに発生していたが、ISICは45秒間の体験的描写を記録していた。実験ログAで観察されたSCP-3222-JPの視覚的描写とは明らかに異なる外観が観察された。</td> </tr> <tr> <td><strong>備考:</strong> N/A</td> </tr> <tr> <th>実験ログC</th> </tr> <tr> <td><strong>被験者:</strong> D-3153</td> </tr> <tr> <td><strong>得られた視覚データ:</strong> <div class="image-container aligncenter"><img src="http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-117-40id/dazzy.jpg" alt="dazzy.jpg" class="image" /></div> </td> </tr> <tr> <td><strong>結果:</strong> 対象は打撃ののち、0.052秒間のみSCP-3222-JPと相互作用した。ISICは2分4秒にわたる体験的描写を記録していた。実験ログA・Bで観察されたSCP-3222-JPの視覚的描写のどちらとも異なる外観が観察された。</td> </tr> <tr> <td> <p><strong>備考:</strong> SCP-3222-JPの外観について、観測ごとの変化や被験者による変化などの要因を考慮しつつ実験を継続するべきである。</p> <p>実験の最中、極度の緊張による挙睾筋反射に起因すると思われる睾丸の移動により、D-3153の左睾丸が射出棒とわずかに接触した。D-3153は苦痛を訴えたが、医療班によって異常なしと診断されたのちに実験は続行された。睾丸の拘束を検討中。</p> </td> </tr> <tr> <th>[9件のエントリを省略]</th> </tr> <tr> <td> <p><strong>後文:</strong> SCP-3222-JPの外観は、観察ごとに多少の差異が見受けられたものの、被験者に依拠して変化することが判明した。それぞれ計4回ずつの結果から、D-3153の観察による視覚的データが最も鮮明にSCP-3222-JPを記録している可能性が高いと判断された。</p> <p>SCP-3222-JPは依然として能動的な性質を見せず、収容クラスはEuclid相当であると見積もられている。さらなる実験ののちに、分類委員会が正式な評価を決定する予定である。</p> <p>D-1411の右睾丸は実験中に損傷した。実験の進行に支障はないと判断されたため、D-1411の実験への参加は継続される。</p> <p>今後の実験は、より一般的な体外離脱への応用を目標として実施される予定である。</p> </td> </tr> <tr> <th></th> </tr> </table> <p style="text-align: center;"><span class="st"><span style="text-decoration: underline;">補遺終了</span></span></p> </div> <p><span style="white-space: pre-wrap;">&#32;</span></p> <div class="notation tableb widetable"> <p style="text-align: center;"><span class="st"><span style="text-decoration: underline;">インシデントレポート</span></span></p> <hr /> <table> <tr> <th>音声映像転写ログ KICCBACK/3222JP/13</th> </tr> <tr> <td><strong>前文:</strong> 以下は、19██/██/██に発生したカオス・インサージェンシーによる大規模襲撃の際に記録された映像資料のうち、SCP-3222-JP研究に関連するログの主要な部分の転写です。結果的に、KICCBACKプログラムの研究部は襲撃の鎮圧に多大な貢献をもたらしたと判断されています。</td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 実験セクション 通路<br /> <strong>撮影:</strong> CAM HW-B-1, -4, -5</p> <hr /> <p><strong>[14:02]</strong> カメラには実験室へ向かう研究部一行 (ブライト博士, D-1411, D-2566, D-3153) が映っている。サイト内警報が発令され、一行は最寄りの実験室を目指して走り出す。</p> <p><strong>[14:03]</strong> 一行がインサージェンシーの部隊と遭遇する。一行は進路を変更して走る。</p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 実験セクション 通路<br /> <strong>撮影:</strong> CAM HW-C-3</p> <hr /> <p><strong>[14:03]</strong> 襲撃部隊はDクラス職員たちを無視してブライト博士に対し発砲を繰り返すが、命中しない。ブライト博士が拳銃で応戦しつつ、実験室に近づく。D-3153が実験室の扉で銃弾を防御し、他のメンバーを誘導する。一行は実験室に駆け込む。しかしながら、背後から接近してきた別の襲撃部隊の発砲が扉に跳弾し、ブライト博士とD-3153が被弾する。ブライト博士は即死し、D-3153は腹部を負傷する。</p> <p><strong>[14:04]</strong> D-3153がブライト博士の死体を押し込みつつ実験室に飛び込み、扉を閉じる。</p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 実験セクション 実験室C<br /> <strong>撮影:</strong> CAM EP-C-1</p> <hr /> <p style="text-align: center;"><em>&lt;D-1411がD-3153を受け止め、D-2566が施錠する。D-3153は壁にもたれて座り込む。&gt;</em></p> <p><strong>D-3153:</strong> <em>&lt;息切れ&gt;</em> いてえ。<em>&lt;呻く。&gt;</em></p> <p style="text-align: center;"><em>&lt;D-1411とD-2566が室内の設備や器具を用いてバリケードを設置する。室外から襲撃部隊がドアを叩いている。&gt;</em></p> <p><strong>D-1411:</strong> マズいな。</p> <p style="text-align: center;"><em>&lt;D-1411が室内を見渡し、ブライト博士の死体を見下ろす。&gt;</em></p> <p><strong>D-1411:</strong> 何かないか？ <em>&lt;ブライト博士の懐を探る。&gt;</em></p> <p><strong>D-2566:</strong> 出血の具合はどうだ？</p> <p><strong>D-3153:</strong> 酷くはないけど、放置したらまずそうかもな。</p> <p><strong>D-1411:</strong> おい、コレ &#8212;</p> <p style="text-align: center;"><em>&lt;D-1411が布でくるまれた<a class="newpage" href="http://1119s.wikidot.com/scp-963">SCP-963</a>を発見する。&gt;</em></p> <p><strong>D-2566:</strong> どうするんだ？</p> <p style="text-align: center;"><em>&lt;録音上の沈黙。&gt;</em></p> <p><strong>D-3153:</strong> 僕にくれ。博士を復活させよう。</p> <p><strong>D-2566:</strong> お前、でも &#8212;</p> <p><strong>D-3153:</strong> 全員死ぬよりマシだ。僕のことはいい。怪我だってしてる。</p> <p><strong>D-1411:</strong> 本気だな。</p> <p><strong>D-3153:</strong> 当然。</p> <p><strong>D-1411:</strong> <em>&lt;間&gt;</em> ありがとう。 <em>&lt;目をつぶる。&gt;</em></p> <p style="text-align: center;"><em>&lt;D-1411がD-3153にSCP-963を押し付ける。&gt;</em></p> <p><strong>D-1411:</strong> <em>&lt;間&gt;</em> 畜生。</p> <p><strong>D-3153 (ブライト博士):</strong> おい、何があった！？ <em>&lt;録音上の沈黙。&gt;</em> ああ、そうか。クソ。</p> <p><strong>D-1411:</strong> 博士、俺たちにはあんただけが頼りだ。どんな指示でも従うから、なんとかする方法を考えてきてくれ。</p> <p style="text-align: center;"><em>&lt;レーザートーチによってドアが切断され始める。&gt;</em></p> <p style="text-align: center;"><em>&lt;D-1411がD-2566に目配せする。D-2566が頷き、D-3153 (ブライト博士) の背後に立って肩と脚を押さえる。&gt;</em></p> <p><strong>D-3153 (ブライト博士):</strong> 何する気だ！？ よせ、このボディは怪我してるんだぞ！</p> <p><strong>D-1411:</strong> 気張りな！ <em><span style="color: #888">(Take it easy!)</span></em></p> <p style="text-align: center;"><em>&lt;D-1411がD-3153 (ブライト博士) の股間を蹴る。&gt;</em></p> <p><strong>D-3153 (ブライト博士):</strong> <em>&lt;痛みによる絶叫&gt;</em></p> <p><strong>D-1411:</strong> <em>&lt;蹴り続けながら&gt;</em> それと！ おまけに！ 俺の！ 金玉の！ 復讐 <em><span style="color: #888">(revenge)</span></em> だ！</p> <p><strong>D-3153 (ブライト博士):</strong> <em>&lt;痛みによる絶叫&gt;</em></p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> SCP-3222-JP<br /> <strong>撮影:</strong> ISIC</p> <hr /> <p><strong>ブライト博士:</strong> <em>&lt;絶叫&gt;</em> あぁ！？ これは &#8212; なんだ、金玉だらけだ！</p> <p style="text-align: center;"><em>&lt;ISICからの記録には何も映っていない。&gt;</em></p> <div class="scp-image-block block-center scp-clear-false" style="width:100%;"><img src="http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-114-k0fu/blackout.jpg" alt="blackout.jpg" class="image" /> <div class="scp-image-caption"> <p>[データなし]</p> </div> </div> <p><strong>ブライト博士:</strong> いや、球状の &#8212; 何なんだ？</p> <p style="text-align: center;"><em>&lt;データなし&gt;</em></p> <p><strong>ブライト博士:</strong> まさか &#8212;</p> <p style="text-align: center;"><em>&lt;データなし&gt;</em></p> <p><strong>ブライト博士:</strong> 外側にいるのか？</p> <p style="text-align: center;"><em>&lt;データなし&gt;</em></p> <p><strong>ブライト博士:</strong> おいおい、これはまさに<span class="kt">考えに来た</span>というわけだ！ 考えるどころじゃないぞ！</p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 実験セクション 通路<br /> <strong>撮影:</strong> CAM HW-C-3</p> <hr /> <p><strong>[14:07]</strong> 実験室Cの扉を切断している襲撃部隊の工作員が頭部を押さえて苦しみ始める。直後、工作員は頭部のさまざまな開口部から激しく出血して死亡する。ほぼ同時に周囲の工作員たちも同様に死亡する。</p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> SCP-3222-JP<br /> <strong>撮影:</strong> ISIC</p> <hr /> <p><strong>ブライト博士:</strong> ハハハ！ でたらめだ、無茶苦茶だ！</p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 全体<br /> <strong>撮影:</strong> 多数</p> <hr /> <p><strong>[14:07]</strong> 全ての襲撃部隊が上記と同様にして死亡する。</p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 実験セクション 実験室C<br /> <strong>撮影:</strong> CAM EP-C-1</p> <hr /> <p><strong>D-3153 (ブライト博士):</strong> 待て！</p> <p style="text-align: center;"><em>&lt;D-1411は制止を無視してさらに一度蹴る。&gt;</em></p> <p><strong>D-3153 (ブライト博士):</strong> <em>&lt;叫ぶ。&gt;</em> 待て！ もういい！</p> <p><strong>D-2566:</strong> アッ！？</p> <p style="text-align: center;"><em>&lt;D-2566がトーチが空けた扉の穴の反対側の異変に気付き、D-1411を制止する。&gt;</em></p> <p><strong>D-1411:</strong> 博士、どうだ！？</p> <p><strong>D-3153 (ブライト博士):</strong> <em>&lt;えずく&gt;</em> 終わったよ、たぶんな。</p> <p><strong>D-1411:</strong> 何をすれば &#8212; なんだって？</p> <p style="text-align: center;"><em>&lt;D-3153 (ブライト博士) は着用しているカバーオールのチャックをやや手間取りながら慌てて下ろし、下着のなかを探る。&gt;</em></p> <p><strong>D-3153 (ブライト博士):</strong> <em>&lt;絶叫&gt;</em></p> <p><strong>D-1411:</strong> 大丈夫か？</p> </td> </tr> <tr> <th></th> </tr> <tr> <td> <p><strong>後文:</strong> カオス・インサージェンシーによる襲撃はわずか8分で鎮圧され、死者2名、負傷者12名、被害総額は9千ドルに留められました。</p> <p>以下はミーム的再構築によって復号されたブライト博士によるSCP-3222-JPの観察です。</p> <div class="image-container aligncenter"><img src="http://scp-jp-storage.wdfiles.com/local--files/file%3A5722815-118-hnca/gold.jpg" alt="gold.jpg" class="image" /></div> </td> </tr> <tr> <th></th> </tr> </table> <p style="text-align: center;"><span class="st"><span style="text-decoration: underline;">補遺終了</span></span></p> </div> <div style="height: min(40vh, 40vw);"></div> <div class="jotting tableb widetable"> <p style="text-align: center;"><strong>エピローグ</strong></p> <table> <tr> <th>音声映像転写ログ KICCBACK/3222JP/0X</th> </tr> <tr> <td> <p><strong>場所:</strong> サイト-19 人事局オフィス</p> <p><strong>日時:</strong> 19██/██/██</p> <p><strong>参加者:</strong></p> <ul> <li>ジャック・ブライト博士</li> <li>████博士</li> </ul> </td> </tr> <tr> <th>&#171;転写開始&#187;</th> </tr> <tr> <th> <div class="blockquote"> <p style="text-align: center;"><em>&lt;ブライト博士が執務机で作業している。出入り口のすりガラスの向こう側に人影が現れ、ドアをノックする。ブライト博士が顔を上げ返答する。&gt;</em></p> <p><strong>ブライト博士:</strong> 入ってくれ。</p> <p style="text-align: center;"><em>&lt;████博士が入室する。&gt;</em></p> <p><strong>████博士:</strong> ブライト、3222についてだが &#8212;</p> <p><strong>ブライト博士:</strong> ああ、今回のことだね。正式に説明する前に、少し付き合ってくれるかい。</p> <p style="text-align: center;"><em>&lt;████博士は首肯する。&gt;</em></p> <p><strong>ブライト博士:</strong> 手短に説明するなら、あれはまさに思考そのものだったと思うよ。あの空間には無数の思考が詰まっていて &#8212; イメージとしてはノウアスフィアに近いが、それほど完全ではない。私も含めたここら一帯の大勢の思考の集合体を、私は自分の思考から飛び出して俯瞰することができていた。</p> <p><strong>████博士:</strong> つまり、当時のサイト-19の職員や襲撃部隊らということか？</p> <p><strong>ブライト博士:</strong> その通りだ。私はやつらの思考に潜り込んで、内側から破壊することができた。結果があのザマといったところだろう。</p> <p><strong>████博士:</strong> 実験のときにはなぜそのようなことは起こらなかったんだ？</p> <p><strong>ブライト博士:</strong> <em>&lt;間&gt;</em> これはただの推測だが、私のように異常な精神の増強を施されていない者にとっては、あそこは取るに足らない不鮮明な世界だったと思う。Dクラスたちもそうだが、ISICもあの空間をきちんと認識することはできていなかったのがそう考える理由だ。</p> <p><strong>████博士:</strong> では、潜在的な危険性を考慮しても、安全であるといえるだろうか。</p> <p><strong>ブライト博士:</strong> 調べようがないとも思うが、あれにアクセスすること自体が難しい &#8212; 狙って起こそうとしてもうまくいくことのほうがよっぽど少なかったからな。そこで自由にして回るのはさらに、と考えれば、まあ、安全だろう。私の判断ではな。</p> <p><strong>████博士:</strong> わかった。まあ、私だけでなく、委員会にもそう伝えてやってくれ。それと、今日はいくつか知らせがあってきたんだ。</p> <p><strong>ブライト博士:</strong> ふむ。</p> <p><strong>████博士:</strong> いい知らせと悪い知らせ、どっちから聞きたい？</p> <p><strong>ブライト博士:</strong> <em>&lt;間&gt;</em> いい知らせから。</p> <p><strong>████博士:</strong> よし。まず、検査の結果、君の新しいボディの睾丸は無事だったとわかったよ。</p> <p><strong>ブライト博士:</strong> <em>&lt;歓喜の声を上げ、ガッツポーズをする。&gt;</em> で、悪い知らせというのは？</p> <p><strong>████博士:</strong> 無事なのは片方だけだ。</p> <p><strong>ブライト博士:</strong> [罵倒]</p> </div> </th> </tr> <tr> <th>&#171;転写終了&#187;</th> </tr> </table> </div> <div style="height: min(40vh, 40vw);"></div> <div class="admo-end_card"> <div class="admo-credits"> <div> <h1><span><span class="ctrl">SCP-3222-JP</span></span></h1> </div> <div> <p><span class="cond">WRITTEN BY <span style="white-space: pre-wrap;">&#32;</span> <strong>iti119</strong></span></p> </div> </div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/chromatic-aberration</guid>
				<title>Chromatic Aberration</title>
				<link>http://1119s.wikidot.com/chromatic-aberration</link>
				<description>

&lt;img src=&quot;http://scp-jp.wdfiles.com/local--files/scp-3930/thescreamer.png&quot; alt=&quot;thescreamer.png&quot; class=&quot;image&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;wrapper&quot; style=&quot;background-image: url(&#039;http://scp-jp.wdfiles.com/local--files/scp-3930/thescreamer.png&#039;);&quot;&gt;&lt;img src=&quot;http://scp-jp.wdfiles.com/local--files/scp-3930/thescreamer.png&quot; alt=&quot;thescreamer.png&quot; class=&quot;image&quot; /&gt;
&lt;div class=&quot;ch r&quot; data-color=&quot;#f00&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;ch g&quot; data-color=&quot;#0f0&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;ch b&quot; data-color=&quot;#00f&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 12 Feb 2026 09:14:46 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <img src="http://scp-jp.wdfiles.com/local--files/scp-3930/thescreamer.png" alt="thescreamer.png" class="image" /><br /> <br /> <div class="wrapper" style="background-image: url('http://scp-jp.wdfiles.com/local--files/scp-3930/thescreamer.png');"><img src="http://scp-jp.wdfiles.com/local--files/scp-3930/thescreamer.png" alt="thescreamer.png" class="image" /> <div class="ch r" data-color="#f00"></div> <div class="ch g" data-color="#0f0"></div> <div class="ch b" data-color="#00f"></div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/anchor-test</guid>
				<title>Anchor Test</title>
				<link>http://1119s.wikidot.com/anchor-test</link>
				<description>

&lt;div class=&quot;anchor&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;box&quot;&gt;&lt;/div&gt;

&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 20 Mar 2026 14:20:34 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="anchor"></div> <div class="box"></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/haikei</guid>
				<title>Haikei</title>
				<link>http://1119s.wikidot.com/haikei</link>
				<description>


&lt;div style=&quot;max-width: 400px !important; aspect-ratio: 0.7; padding: 1em; margin: 0 auto; background: white; box-shadow: #4404 0 0 8px;&quot;&gt;&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 06 Mar 2026 15:47:31 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div style="max-width: 400px !important; aspect-ratio: 0.7; padding: 1em; margin: 0 auto; background: white; box-shadow: #4404 0 0 8px;"></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/pointer-test</guid>
				<title>Pointer Test</title>
				<link>http://1119s.wikidot.com/pointer-test</link>
				<description>

&lt;div class=&quot;test _1&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;u-laser-pointer&quot; class=&quot;test _2&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;u-laser-pointer-hovertip&quot;&gt;&lt;/div&gt;

&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 14 Feb 2026 14:45:43 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="test _1"></div> <div id="u-laser-pointer" class="test _2"></div> <div id="u-laser-pointer-hovertip"></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/dummy-text-generator</guid>
				<title>Dummy Text Generator</title>
				<link>http://1119s.wikidot.com/dummy-text-generator</link>
				<description>

&lt;p&gt;&lt;iframe src=&quot;http://1119s.wikidot.com/dummy-text-generator/html/5a39b80d4c8d3039aef122de3d9e6d6fa6c538a8-1929476147164934260&quot; allowtransparency=&quot;true&quot; frameborder=&quot;0&quot; class=&quot;html-block-iframe&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;div style=&quot;display: none&quot;&gt;&lt;/div&gt;

&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 29 Jan 2026 18:51:46 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><iframe src="http://1119s.wikidot.com/dummy-text-generator/html/5a39b80d4c8d3039aef122de3d9e6d6fa6c538a8-3719459541418922381" allowtransparency="true" frameborder="0" class="html-block-iframe"></iframe></p> <div style="display: none"></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/cantera</guid>
				<title>Cantera</title>
				<link>http://1119s.wikidot.com/cantera</link>
				<description>

&lt;div style=&quot;display: none&quot;&gt;&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 29 Jan 2026 18:54:46 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div style="display: none"></div> <div class="box" style="--pos: 40%;"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">+ show block</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <p>Uni stes, in order topromote he gene were, secure the blesgs oflibey. Al legise poshein shall be tedin a coess ofhe uned. Represes sha becompo of eles in each sta shahve te quications rsite. Reptive who sha nthave attained of heunited stes, ad chosen.</p> <p>An dir tessll be tioned amo heveral win this uon, arding to eirrtive fre peons, iding ose bou to ntxed, three fis he fitmeet of thcoess of he united stas, an wiin ery subse trmof the sll by la dire. Henumber of thand, btch untch ration sllon, conneut ve, jeey fur, pelvania eig. Inth sentation rom anysta, th exeve arity iue wri of election to fill suh.</p> <p>Usetir speak andher per of eachment. Te nate oftes shl be comd of twsenators oevte. Assed incquence of the be died as eally asma classes. Te ats of ndof th thiass at teexation ofthe yar; an if ancies happen by legise ofny sta, the exece porary appots uilhe net fill uchvacaes. Sllbe asena whshall othave ag oftty stes, ad wo sll nt, when eleed, be an itant of tha.</p> </div> <div class="box" style="--pos: 80%;"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">+ show block</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <p>The uted staall be sident thenate, but all ha no vo, ess. Otr offers, adalso a the unit stat. Sole por to tr al ichments. Wensitt frthat te ted stas is trd, the ief and no sonshall beicted hout thecorence of two thir of thmbers pres. Sha ot extend furer thn tosts: uthe party icted shall neeless be punis, rding to. Of hoing elons fr allbe scribed inch hecongre my at an time by lw mke aer suc regulat, ext as toth aces.</p> <p>Least oein evy ye, ndch meetg on he rst. Hejge ofth elects, returns ach sha conute a quo to do busss; but aan ay be auted to coml thof absent members, in uch man. He lesof its prodings, ts memrs fr disorde behavi. Journal of itpeedings, and ay tion shall, at te des of oe fih of ose pres, beered on.</p> <p>Of ngress, all, wiut thcons ofth oth, ay otrplace tan that in whh thetw hou allbe. Andrtatives sll reive a ensation pce, beprivil from arre durg thr ssion ame; ad fr an eech ordeb inthy shlno be quioned. Represee shl, dug th time fr ichhe anycivil iceunr orth emolums have been reased dng hiscontnce in off. Shall origte in te hoe ofrepresives; bu te sene amendms ason other lls. Ssed he house ofrepresens itome a presen toth sident ofte united if he appe with hioctions to th hse inwhh it have oated, wh shl enter th to recoer it. If aer such reration ass th ll, it sha twths of th boses sha be sllbe ened on the joual shall nt be rurned by he prent whin sha ve bn presed to hm, thame all be ala, in liemner unless th congress by eir rnment pret.</p> </div> <div class="box" style="--pos: 20%;"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">+ show block</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <p>To ichhe ay be necess (cept on aquestion of adjment) sha be ented to uted sta; nd bef teme shl ta eff, repa by two thirds ofthe of a bil. To ly an colt tax, des, imsts common defence nd genl welfare of th united ates; but alduti, iosts anexcs shall be.</p> <p>Onthe edit of he uni states. Nations, adamg he several ses, and wih. Uorm ru of lization, ad unrm laws onth subjt of ptcies ghout heued ses. Vue thereof, and of forgn coin, an mees. To provide or the of counteting te seces nd curr coin he unit ses. Post roa. Prote te progress of sciee tir pective wtings addiscoves. The supreme urt. Pish pires nd felonies commit on hh se, ad offences against thlaw of.</p> <p>Of mar and rsal, nd make les concg. Rsend suppo aes, ut no. Vy. Govnt nd region of te lan an val. Th milia to exece. Proe ornizing, arg, an th dipline. Exclu legisla in al seswhats, ch district notexcee ten les sts, an te accee of congs, bee te seaof tegovernt of thunited sta, ad to exse like dock-ds, nd oerneedl buildings. All be essary ndpper fr carrng int exeion te uned stes, depart or offic teof.</p> </div> <div class="box" style="--pos: 50%;"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">+ show block</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <p>Chpers as any noweing allink be prohi by te coess por to thar. Of eascor all ntblic fety ayrequ it. Expo fac la sll be paed. Nocapitan, orher direct, ax. Notx or duty shl be eted om ay sta. Byay regul ofcommer or neste er thoof other: to, orfrom, ne state, be oblid to dut in anotr.</p> <p>Om te treasu, bt exitures ofll publ moy shl. Begraed by th united sts: no penny off of pfit tst undthem, sha, witht thensent ofcgress, aept of any sent, ement, ofe, or title, ofan. Any taty, alli, or coi mon; mit lls any bill of ainder, ex st fac law, or awimping he of concts, or ant any tle of. Witt he consent of he conss, ly an impts orexports, eptwt my be fot's inion laws: ad he ne duce of allirts or exports, sha be or th se of he lasshl be suect tothe revision and coul.</p> <p>Consent ofress, ayny tyof toage, kee tros, or aded, or insuh immi ger as.</p> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/svg-resources</guid>
				<title>Svg Resources</title>
				<link>http://1119s.wikidot.com/svg-resources</link>
				<description>

&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti120&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=7228394&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti120&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=7228394)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti120&quot;  &gt;iti120&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 01 Jan 2026 18:31:31 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti120" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=7228394&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti120" style="background-image:url(http://www.wikidot.com/userkarma.php?u=7228394)" /></a><a href="http://www.wikidot.com/user:info/iti120" >iti120</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/hovertips</guid>
				<title>Hovertips</title>
				<link>http://1119s.wikidot.com/hovertips</link>
				<description>

&lt;p&gt;&lt;span id=&quot;u-test1-tipstest&quot;&gt;text text text&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 03 Dec 2025 08:50:34 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><span id="u-test1-tipstest">text text text</span></p> <div id="u-test1-tipstest-hovertip"> <div> <p>text text text</p> </div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/colsidebar</guid>
				<title>Colsidebar</title>
				<link>http://1119s.wikidot.com/colsidebar</link>
				<description>

&lt;div id=&quot;u-colsidebar-button&quot;&gt;
&lt;div class=&quot;collapsible-block&quot;&gt;
&lt;div class=&quot;collapsible-block-folded&quot;&gt;&lt;a class=&quot;collapsible-block-link&quot; href=&quot;javascript:;&quot;&gt;+&amp;nbsp;show&amp;nbsp;block&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;collapsible-block-unfolded&quot; style=&quot;display:none&quot;&gt;
&lt;div class=&quot;collapsible-block-unfolded-link&quot;&gt;&lt;a class=&quot;collapsible-block-link&quot; href=&quot;javascript:;&quot;&gt;–&amp;nbsp;hide&amp;nbsp;block&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;collapsible-block-content&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;u-colsidebar&quot;&gt;
&lt;div class=&quot;side-block&quot; style=&quot;background-color: #a7dba2;&quot;&gt;
&lt;div class=&quot;heading&quot;&gt;
&lt;p&gt;新しいメンバー向け情報&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/about-the-scp-foundation&quot;&gt;SCP財団とは&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/faq-jp&quot;&gt;faq-jp&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/contact-staff&quot;&gt;問い合わせ&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/site-rules&quot;&gt;サイトルール&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/licensing-guide&quot;&gt;ライセンスガイド&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/main.png&quot; alt=&quot;main.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/guide-for-newbies&quot;&gt;サイトへの参加&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;hr /&gt;
&lt;div class=&quot;side-block&quot;&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/home.png&quot; alt=&quot;home.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;/&quot;&gt;メインページ&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;heading&quot;&gt;
&lt;p&gt;SCPデータベース&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-jp-4&quot;&gt;シリーズJP-IV&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(3000-JP~3999-JP)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-jp-3&quot;&gt;シリーズJP-III&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(2000-JP~2999-JP)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-jp-2&quot;&gt;シリーズJP-II&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(1000-JP~1999-JP)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-jp&quot;&gt;シリーズJP-I&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(001-JP~999-JP)&lt;/span&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-10&quot;&gt;シリーズX&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(9000~9999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-9&quot;&gt;シリーズIX&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(8000~8999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-8&quot;&gt;シリーズVIII&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(7000~7999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-7&quot;&gt;シリーズVII&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(6000~6999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-6&quot;&gt;シリーズVI&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(5000~5999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-5&quot;&gt;シリーズV&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(4000~4999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-4&quot;&gt;シリーズIV&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(3000~3999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-3&quot;&gt;シリーズIII&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(2000~2999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series-2&quot;&gt;シリーズII&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(1000~1999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-series&quot;&gt;シリーズI&lt;/a&gt; &lt;span class=&quot;sub-text&quot;&gt;(001~999)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;heading&quot;&gt;
&lt;p&gt;SCPライブラリ&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/foundation-tales-jp&quot;&gt;Tales-JP&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/canon-hub-jp&quot;&gt;カノン-JP&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/series-hub-jp&quot;&gt;連作-JP&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/foundation-tales&quot;&gt;Tales&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/canon-hub&quot;&gt;カノン&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/scp-international&quot;&gt;SCP国際版&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/goi-formats&quot;&gt;GoIフォーマット一覧&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/goi-formats-jp&quot;&gt;GoIフォーマット-JP一覧&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/series.png&quot; alt=&quot;series.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/international-goi-formats&quot;&gt;GoIフォーマット国際版&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;heading&quot;&gt;
&lt;p&gt;サイト&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/main.png&quot; alt=&quot;main.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://1119s.wikidot.com/system:recent-changes&quot;&gt;最近の更新&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://1119s.wikidot.com/most-recently-created&quot;&gt;最近作成された記事&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://1119s.wikidot.com/most-recently-edited&quot;&gt;最近編集された記事&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/main.png&quot; alt=&quot;main.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/random:random-page&quot;&gt;ランダムページ&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/top-rated-pages&quot;&gt;評価の高い記事&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/lowest-rated-pages&quot;&gt;評価の低い記事&lt;/a&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/top-rated-pages-en&quot;&gt;評価の高い記事-EN&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;heading&quot;&gt;
&lt;p&gt;コミュニティ&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/guide-hub&quot;&gt;ガイド&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/other-link-hub&quot;&gt;お役立ちリンク集&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/members-pages-jp&quot;&gt;著者ページ-JP&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/international-members-pages&quot;&gt;著者ページ国際版&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/artwork-jp&quot;&gt;アートワーク-JP&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/international-artwork&quot;&gt;アートワーク国際版&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/forum.png&quot; alt=&quot;forum.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/forum:start&quot;&gt;フォーラム&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://1119s.wikidot.com/forum:recent-posts&quot;&gt;最近の投稿&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://scp-jp-sandbox3.wikidot.com/forum:recent-posts&quot;&gt;最近の下書き批評&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/forum.png&quot; alt=&quot;forum.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/discord-guideline&quot;&gt;チャット(Discord)&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item sub-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://ja.scp-wiki.net/meet-the-staff-jp&quot;&gt;スタッフ一覧&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;heading&quot;&gt;
&lt;p&gt;執筆&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/help.png&quot; alt=&quot;help.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/how-to-write:how-to-write&quot;&gt;how-to-write:how-to-write&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/tag-guide&quot;&gt;タグガイド&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/tag-list&quot;&gt;タグリスト&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/wiki-syntax:startpage&quot;&gt;Wikidotシンタックス&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;heading&quot;&gt;
&lt;p&gt;リンク&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/home.png&quot; alt=&quot;home.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://www.scp-wiki.net/&quot; target=&quot;_blank&quot;&gt;SCP Foundation&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://05command-ja.wikidot.com/&quot; target=&quot;_blank&quot;&gt;財団日本支部理事会&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://1119s.wikidot.com/links&quot;&gt;リンク集&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://scp-int.wikidot.com/&quot; target=&quot;_blank&quot;&gt;SCP-INT&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://scp-jp-storage.wikidot.com/&quot; target=&quot;_blank&quot;&gt;ファイルストレージ&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://scp-jp-sandbox3.wikidot.com/start&quot; target=&quot;_blank&quot;&gt;サンドボックスⅢ&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;（&lt;a href=&quot;http://scp-jp-sandbox2.wikidot.com/start&quot; target=&quot;_blank&quot;&gt;サンドボックス&lt;/a&gt;）&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;（&lt;span style=&quot;text-decoration: line-through;&quot;&gt;&lt;a href=&quot;http://scpsandbox-jp.wikidot.com/start&quot; target=&quot;_blank&quot;&gt;旧サンドボックス&lt;/a&gt;&lt;/span&gt;）&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;http://scpper.com/&quot; target=&quot;_blank&quot;&gt;ScpperDB&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;menu-item&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/default.png&quot; alt=&quot;default.png&quot; class=&quot;image&quot; /&gt;&lt;a href=&quot;https://discord.gg/zeEwVG7&quot; target=&quot;_blank&quot;&gt;SCP-JP運営チャット&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;hr /&gt;
&lt;div class=&quot;side-block sns&quot; style=&quot;background-color: #e5e5ff;&quot;&gt;
&lt;div class=&quot;menu-item&quot;&gt;
&lt;div style=&quot;display: flex; align-items: flex-start; justify-content: center;&quot;&gt;&lt;a href=&quot;https://twitter.com/scpjp_announce&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/Twitter-icon-50.png&quot; title=&quot;SCP-JP Twitter&quot; style=&quot;width:40px; height:40px;&quot; alt=&quot;Twitter-icon-50.png&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://ja.scp-wiki.net/discord-guideline&quot;&gt;&lt;img src=&quot;https://scp-jp.github.io/files/util/common/media/nav/side/discord_icon.png&quot; title=&quot;SCP-JP Discord Chat&quot; style=&quot;width:37px; height:37px;&quot; alt=&quot;discord_icon.png&quot; class=&quot;image&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;side-block&quot; style=&quot;background-color: #f0f0f0;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;p&gt;&lt;span style=&quot;font-size:80%;&quot;&gt;© SCP財団&lt;br /&gt;
&lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/credits&quot;&gt;クレジット&lt;/a&gt; | &lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/licensing-guide&quot;&gt;ライセンス&lt;/a&gt; | &lt;a class=&quot;newpage&quot; href=&quot;http://1119s.wikidot.com/contact-staff&quot;&gt;問い合わせ&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;scpnet-interwiki-wrapper interwiki-stylable&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;iframe src=&quot;http://1119s.wikidot.com//interwiki.scp-jp.org/styleFrame.html?priority=0&amp;theme=https://scp-jp.github.io/files/theme/sigma-9/sigma-9.min.css&amp;css={$css}&quot; style=&quot;display: none&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 11 Dec 2025 06:03:07 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div id="u-colsidebar-button"> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">+&nbsp;show&nbsp;block</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">–&nbsp;hide&nbsp;block</a></div> <div class="collapsible-block-content"></div> </div> </div> </div> <div id="u-colsidebar"> <div class="side-block" style="background-color: #a7dba2;"> <div class="heading"> <p>新しいメンバー向け情報</p> </div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/about-the-scp-foundation">SCP財団とは</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/faq-jp">faq-jp</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/contact-staff">問い合わせ</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/site-rules">サイトルール</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/licensing-guide">ライセンスガイド</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/main.png" alt="main.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/guide-for-newbies">サイトへの参加</a></div> </div> <hr /> <div class="side-block"> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/home.png" alt="home.png" class="image" /><a href="/">メインページ</a></div> <div class="heading"> <p>SCPデータベース</p> </div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-jp-4">シリーズJP-IV</a> <span class="sub-text">(3000-JP~3999-JP)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-jp-3">シリーズJP-III</a> <span class="sub-text">(2000-JP~2999-JP)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-jp-2">シリーズJP-II</a> <span class="sub-text">(1000-JP~1999-JP)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-jp">シリーズJP-I</a> <span class="sub-text">(001-JP~999-JP)</span></div> <hr /> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-10">シリーズX</a> <span class="sub-text">(9000~9999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-9">シリーズIX</a> <span class="sub-text">(8000~8999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-8">シリーズVIII</a> <span class="sub-text">(7000~7999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-7">シリーズVII</a> <span class="sub-text">(6000~6999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-6">シリーズVI</a> <span class="sub-text">(5000~5999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-5">シリーズV</a> <span class="sub-text">(4000~4999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-4">シリーズIV</a> <span class="sub-text">(3000~3999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-3">シリーズIII</a> <span class="sub-text">(2000~2999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series-2">シリーズII</a> <span class="sub-text">(1000~1999)</span></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-series">シリーズI</a> <span class="sub-text">(001~999)</span></div> <div class="heading"> <p>SCPライブラリ</p> </div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/foundation-tales-jp">Tales-JP</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/canon-hub-jp">カノン-JP</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/series-hub-jp">連作-JP</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/foundation-tales">Tales</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/canon-hub">カノン</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/scp-international">SCP国際版</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/goi-formats">GoIフォーマット一覧</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/goi-formats-jp">GoIフォーマット-JP一覧</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/series.png" alt="series.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/international-goi-formats">GoIフォーマット国際版</a></div> <div class="heading"> <p>サイト</p> </div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/main.png" alt="main.png" class="image" /><a href="http://1119s.wikidot.com/system:recent-changes">最近の更新</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://1119s.wikidot.com/most-recently-created">最近作成された記事</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://1119s.wikidot.com/most-recently-edited">最近編集された記事</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/main.png" alt="main.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/random:random-page">ランダムページ</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/top-rated-pages">評価の高い記事</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/lowest-rated-pages">評価の低い記事</a></div> <hr /> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/top-rated-pages-en">評価の高い記事-EN</a></div> <div class="heading"> <p>コミュニティ</p> </div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/guide-hub">ガイド</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/other-link-hub">お役立ちリンク集</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/members-pages-jp">著者ページ-JP</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/international-members-pages">著者ページ国際版</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/artwork-jp">アートワーク-JP</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/international-artwork">アートワーク国際版</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/forum.png" alt="forum.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/forum:start">フォーラム</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://1119s.wikidot.com/forum:recent-posts">最近の投稿</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://scp-jp-sandbox3.wikidot.com/forum:recent-posts">最近の下書き批評</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/forum.png" alt="forum.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/discord-guideline">チャット(Discord)</a></div> <div class="menu-item sub-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://ja.scp-wiki.net/meet-the-staff-jp">スタッフ一覧</a></div> <div class="heading"> <p>執筆</p> </div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/help.png" alt="help.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/how-to-write:how-to-write">how-to-write:how-to-write</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/tag-guide">タグガイド</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/tag-list">タグリスト</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a class="newpage" href="http://1119s.wikidot.com/wiki-syntax:startpage">Wikidotシンタックス</a></div> <div class="heading"> <p>リンク</p> </div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/home.png" alt="home.png" class="image" /><a href="http://www.scp-wiki.net/" target="_blank">SCP Foundation</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://05command-ja.wikidot.com/" target="_blank">財団日本支部理事会</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://1119s.wikidot.com/links">リンク集</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://scp-int.wikidot.com/" target="_blank">SCP-INT</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://scp-jp-storage.wikidot.com/" target="_blank">ファイルストレージ</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://scp-jp-sandbox3.wikidot.com/start" target="_blank">サンドボックスⅢ</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" />（<a href="http://scp-jp-sandbox2.wikidot.com/start" target="_blank">サンドボックス</a>）</div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" />（<span style="text-decoration: line-through;"><a href="http://scpsandbox-jp.wikidot.com/start" target="_blank">旧サンドボックス</a></span>）</div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="http://scpper.com/" target="_blank">ScpperDB</a></div> <div class="menu-item"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/default.png" alt="default.png" class="image" /><a href="https://discord.gg/zeEwVG7" target="_blank">SCP-JP運営チャット</a></div> </div> <hr /> <div class="side-block sns" style="background-color: #e5e5ff;"> <div class="menu-item"> <div style="display: flex; align-items: flex-start; justify-content: center;"><a href="https://twitter.com/scpjp_announce" target="_blank"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/Twitter-icon-50.png" title="SCP-JP Twitter" style="width:40px; height:40px;" alt="Twitter-icon-50.png" class="image" /></a><a href="http://ja.scp-wiki.net/discord-guideline"><img src="https://scp-jp.github.io/files/util/common/media/nav/side/discord_icon.png" title="SCP-JP Discord Chat" style="width:37px; height:37px;" alt="discord_icon.png" class="image" /></a></div> </div> </div> <div class="side-block" style="background-color: #f0f0f0;"> <div style="text-align: center;"> <p><span style="font-size:80%;">© SCP財団<br /> <a class="newpage" href="http://1119s.wikidot.com/credits">クレジット</a> | <a class="newpage" href="http://1119s.wikidot.com/licensing-guide">ライセンス</a> | <a class="newpage" href="http://1119s.wikidot.com/contact-staff">問い合わせ</a></span></p> </div> </div> <div class="scpnet-interwiki-wrapper interwiki-stylable"></div> <p><iframe src="http://1119s.wikidot.com//interwiki.scp-jp.org/styleFrame.html?priority=0&theme=https://scp-jp.github.io/files/theme/sigma-9/sigma-9.min.css&css={$css}" style="display: none"></iframe></p> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/test</guid>
				<title>Test</title>
				<link>http://1119s.wikidot.com/test</link>
				<description>


&lt;div class=&quot;filter test&quot;&gt;&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sat, 19 Sep 2020 15:20:37 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="filter test"></div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/radio-buttons-4</guid>
				<title>連動式ラジオボタン改</title>
				<link>http://1119s.wikidot.com/radio-buttons-4</link>
				<description>


&lt;div class=&quot;radio-buttons id&quot;&gt;&lt;span&gt;選択肢1&lt;/span&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢2&lt;/a&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢1&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;span&gt;選択肢2&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;radio-buttons id&quot;&gt;&lt;span&gt;選択肢1&lt;/span&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢2&lt;/a&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢1&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;span&gt;選択肢2&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div class=&quot;hl-main&quot;&gt;
&lt;pre&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.radio-buttons&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;margin:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;span&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;, &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;display:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; flex !important&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;align-items:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;center&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;justify-content:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; flex-start&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;gap:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.5&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;color:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;inherit&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;text-decoration:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;none&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;cursor:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;pointer&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
        &amp;amp;::&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;before&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;content:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;quot;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;box-sizing:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; border-box&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;width:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;height:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;solid&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.125&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#999&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border-radius:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;50&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;span:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:before {
        background-color: &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#04f&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border-color:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#04f&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;outline:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;solid&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.125&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#fff&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;outline-offset:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; -&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.25&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:hover&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:before&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border-color:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; currentColor&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
}
 
&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.radio-buttons.id&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    :&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;root:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;is(:not(:has(&amp;amp; .folded)), :not(:has(&amp;amp; .unfolded))) &amp;amp; :is(span, a):nth-of-type(&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;),
    :root:has(&amp;amp; .folded):has(&amp;amp; .unfolded) &amp;amp; :is(span, a):nth-of-type(&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;) {
        display: &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;none&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; !important&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:root:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)), &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;))) &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;test:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:root:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;) &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;test:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
}&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Tue, 02 Dec 2025 08:36:40 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="radio-buttons id"><span>選択肢1</span> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢2</a><a href="javascript:;">選択肢1</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <span>選択肢2</span></div> <div class="radio-buttons id"><span>選択肢1</span> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢2</a><a href="javascript:;">選択肢1</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <span>選択肢2</span></div> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">.radio-buttons</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">margin:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-identifier">span</span><span class="hl-code">, </span><span class="hl-identifier">a</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> flex !important</span><span class="hl-code">; </span><span class="hl-reserved">align-items:</span><span class="hl-code"> </span><span class="hl-string">center</span><span class="hl-code">; </span><span class="hl-reserved">justify-content:</span><span class="hl-code"> flex-start</span><span class="hl-code">; </span><span class="hl-reserved">gap:</span><span class="hl-code"> </span><span class="hl-number">0.5</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">color:</span><span class="hl-code"> </span><span class="hl-string">inherit</span><span class="hl-code">; </span><span class="hl-reserved">text-decoration:</span><span class="hl-code"> </span><span class="hl-string">none</span><span class="hl-code">; </span><span class="hl-reserved">cursor:</span><span class="hl-code"> </span><span class="hl-string">pointer</span><span class="hl-code">; &amp;::</span><span class="hl-identifier">before</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">content:</span><span class="hl-code"> &quot;&quot;</span><span class="hl-code">; </span><span class="hl-reserved">box-sizing:</span><span class="hl-code"> border-box</span><span class="hl-code">; </span><span class="hl-reserved">width:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">height:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">border:</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-number">0.125</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-var">#999</span><span class="hl-code">; </span><span class="hl-reserved">border-radius:</span><span class="hl-code"> </span><span class="hl-number">50</span><span class="hl-string">%</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">span:</span><span class="hl-code">:before { background-color: </span><span class="hl-var">#04f</span><span class="hl-code">; </span><span class="hl-reserved">border-color:</span><span class="hl-code"> </span><span class="hl-var">#04f</span><span class="hl-code">; </span><span class="hl-reserved">outline:</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-number">0.125</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-var">#fff</span><span class="hl-code">; </span><span class="hl-reserved">outline-offset:</span><span class="hl-code"> -</span><span class="hl-number">0.25</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">a</span><span class="hl-special">:hover</span><span class="hl-code">:</span><span class="hl-special">:before</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">border-color:</span><span class="hl-code"> currentColor</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> } </span><span class="hl-identifier">.radio-buttons.id</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> :</span><span class="hl-reserved">root:</span><span class="hl-code">is(:not(:has(&amp; .folded)), :not(:has(&amp; .unfolded))) &amp; :is(span, a):nth-of-type(</span><span class="hl-number">2</span><span class="hl-code">), :root:has(&amp; .folded):has(&amp; .unfolded) &amp; :is(span, a):nth-of-type(</span><span class="hl-number">1</span><span class="hl-code">) { display: </span><span class="hl-string">none</span><span class="hl-code"> !important</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-special">:root:is</span><span class="hl-code">(</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(&amp; </span><span class="hl-identifier">.folded</span><span class="hl-code">)), </span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(&amp; </span><span class="hl-identifier">.unfolded</span><span class="hl-code">))) </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">test:</span><span class="hl-code"> </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-special">:root:has</span><span class="hl-code">(&amp; </span><span class="hl-identifier">.folded</span><span class="hl-code">)</span><span class="hl-special">:has</span><span class="hl-code">(&amp; </span><span class="hl-identifier">.unfolded</span><span class="hl-code">) </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">test:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> }</span></pre></div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/radio-buttons</guid>
				<title>Radio Buttons</title>
				<link>http://1119s.wikidot.com/radio-buttons</link>
				<description>

&lt;div class=&quot;radio-buttons&quot;&gt;

&lt;div id=&quot;wiki-tabview-5156fba300f3737778897562b87952cc&quot; class=&quot;yui-navset&quot;&gt;
&lt;ul class=&quot;yui-nav&quot;&gt;
&lt;li class=&quot;selected&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;&lt;em&gt;非使用タブ&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;&lt;em&gt;選択肢1&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;&lt;em&gt;選択肢2&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;&lt;em&gt;選択肢3&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;&lt;em&gt;選択肢4&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;&lt;em&gt;選択肢5&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;yui-content&quot;&gt;
&lt;div id=&quot;wiki-tab-0-0&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;wiki-tab-0-1&quot; style=&quot;display:none&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;wiki-tab-0-2&quot; style=&quot;display:none&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;wiki-tab-0-3&quot; style=&quot;display:none&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;wiki-tab-0-4&quot; style=&quot;display:none&quot;&gt;&lt;/div&gt;
&lt;div id=&quot;wiki-tab-0-5&quot; style=&quot;display:none&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 04 Sep 2024 02:18:04 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="radio-buttons"> <div id="wiki-tabview-fc556a76bba57b559ba4c95529a73bbd" class="yui-navset"> <ul class="yui-nav"> <li class="selected"><a href="javascript:;"><em>非使用タブ</em></a></li> <li><a href="javascript:;"><em>選択肢1</em></a></li> <li><a href="javascript:;"><em>選択肢2</em></a></li> <li><a href="javascript:;"><em>選択肢3</em></a></li> <li><a href="javascript:;"><em>選択肢4</em></a></li> <li><a href="javascript:;"><em>選択肢5</em></a></li> </ul> <div class="yui-content"> <div id="wiki-tab-0-0"></div> <div id="wiki-tab-0-1" style="display:none"></div> <div id="wiki-tab-0-2" style="display:none"></div> <div id="wiki-tab-0-3" style="display:none"></div> <div id="wiki-tab-0-4" style="display:none"></div> <div id="wiki-tab-0-5" style="display:none"></div> </div> </div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/radio-buttons-2</guid>
				<title>連動式ラジオボタン</title>
				<link>http://1119s.wikidot.com/radio-buttons-2</link>
				<description>


&lt;div class=&quot;radio-buttons id&quot;&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢1&lt;/a&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢2&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;radio-buttons id&quot;&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢1&lt;/a&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢2&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;code&quot;&gt;
&lt;div class=&quot;hl-main&quot;&gt;
&lt;pre&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.radio-buttons&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;margin:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;position:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;relative&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.colmod-block&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;li:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:before {
        content: &amp;quot;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;position:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;absolute&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;top:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;left:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;width:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;100&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;height:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1.2&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;lh&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.colmod-block&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;display:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; flex !important&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;align-items:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;center&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;justify-content:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; flex-start&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;gap:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.5&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;color:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;inherit&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;text-decoration:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;none&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
        &amp;amp;::&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;before&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;content:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;quot;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;box-sizing:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; border-box&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;width:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;height:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;solid&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.125&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#999&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border-radius:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;50&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;outline:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;solid&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.125&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#fff&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;outline-offset:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; -&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.25&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &amp;amp;:&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;hover:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:before {
            border-color: currentColor&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    }
}
&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.radio-buttons.id&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    :&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;root:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;not(:has(&amp;amp; .folded)), :root:not(:has(&amp;amp; .unfolded)) &amp;amp; a:nth-of-type(&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)::before,
    :root:has(&amp;amp; .folded):has(&amp;amp; .unfolded) &amp;amp; a:nth-of-type(&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)::before {
        background-color: &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#04f&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border-color:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#04f&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:root:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;) &amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;li&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:before&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;top:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1.2&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;lh&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
}&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Sun, 16 Nov 2025 01:56:09 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="radio-buttons id"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢1</a><a href="javascript:;">選択肢2</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> </div> <div class="radio-buttons id"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢1</a><a href="javascript:;">選択肢2</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> </div> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">.radio-buttons</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">margin:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-reserved">position:</span><span class="hl-code"> </span><span class="hl-string">relative</span><span class="hl-code">; </span><span class="hl-identifier">.colmod-block</span><span class="hl-code"> </span><span class="hl-reserved">li:</span><span class="hl-code">:before { content: &quot;&quot;</span><span class="hl-code">; </span><span class="hl-reserved">position:</span><span class="hl-code"> </span><span class="hl-string">absolute</span><span class="hl-code">; </span><span class="hl-reserved">top:</span><span class="hl-code"> </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-reserved">left:</span><span class="hl-code"> </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-reserved">width:</span><span class="hl-code"> </span><span class="hl-number">100</span><span class="hl-string">%</span><span class="hl-code">; </span><span class="hl-reserved">height:</span><span class="hl-code"> </span><span class="hl-number">1.2</span><span class="hl-code">lh</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">.colmod-block</span><span class="hl-code"> </span><span class="hl-identifier">a</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> flex !important</span><span class="hl-code">; </span><span class="hl-reserved">align-items:</span><span class="hl-code"> </span><span class="hl-string">center</span><span class="hl-code">; </span><span class="hl-reserved">justify-content:</span><span class="hl-code"> flex-start</span><span class="hl-code">; </span><span class="hl-reserved">gap:</span><span class="hl-code"> </span><span class="hl-number">0.5</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">color:</span><span class="hl-code"> </span><span class="hl-string">inherit</span><span class="hl-code">; </span><span class="hl-reserved">text-decoration:</span><span class="hl-code"> </span><span class="hl-string">none</span><span class="hl-code">; &amp;::</span><span class="hl-identifier">before</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">content:</span><span class="hl-code"> &quot;&quot;</span><span class="hl-code">; </span><span class="hl-reserved">box-sizing:</span><span class="hl-code"> border-box</span><span class="hl-code">; </span><span class="hl-reserved">width:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">height:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">border:</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-number">0.125</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-var">#999</span><span class="hl-code">; </span><span class="hl-reserved">border-radius:</span><span class="hl-code"> </span><span class="hl-number">50</span><span class="hl-string">%</span><span class="hl-code">; </span><span class="hl-reserved">outline:</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-number">0.125</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-var">#fff</span><span class="hl-code">; </span><span class="hl-reserved">outline-offset:</span><span class="hl-code"> -</span><span class="hl-number">0.25</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> &amp;:</span><span class="hl-reserved">hover:</span><span class="hl-code">:before { border-color: currentColor</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> } } </span><span class="hl-identifier">.radio-buttons.id</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> :</span><span class="hl-reserved">root:</span><span class="hl-code">not(:has(&amp; .folded)), :root:not(:has(&amp; .unfolded)) &amp; a:nth-of-type(</span><span class="hl-number">1</span><span class="hl-code">)::before, :root:has(&amp; .folded):has(&amp; .unfolded) &amp; a:nth-of-type(</span><span class="hl-number">2</span><span class="hl-code">)::before { background-color: </span><span class="hl-var">#04f</span><span class="hl-code">; </span><span class="hl-reserved">border-color:</span><span class="hl-code"> </span><span class="hl-var">#04f</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-special">:root:has</span><span class="hl-code">(&amp; </span><span class="hl-identifier">.folded</span><span class="hl-code">)</span><span class="hl-special">:has</span><span class="hl-code">(&amp; </span><span class="hl-identifier">.unfolded</span><span class="hl-code">) &amp; </span><span class="hl-identifier">li</span><span class="hl-code">:</span><span class="hl-special">:before</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">top:</span><span class="hl-code"> </span><span class="hl-number">1.2</span><span class="hl-code">lh</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> }</span></pre></div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/radio-buttons-3</guid>
				<title>Radio Buttons 3</title>
				<link>http://1119s.wikidot.com/radio-buttons-3</link>
				<description>

&lt;div class=&quot;radio-buttons id&quot;&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢1&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢2&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;radio-buttons id&quot;&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢1&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;folded&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;_&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;colmod-link-top&quot;&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;a href=&quot;javascript:;&quot;&gt;選択肢2&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;colmod-content&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;foldable-list-container&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;box&quot;&gt;
&lt;p&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&amp;#32;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;code&quot;&gt;
&lt;div class=&quot;hl-main&quot;&gt;
&lt;pre&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.radio-buttons&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.colmod-block&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;margin:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;position:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;relative&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;a&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;display:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; flex !important&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;align-items:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;center&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;justify-content:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; flex-start&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;gap:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.5&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;color:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;inherit&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;text-decoration:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;none&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
        &amp;amp;::&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;before&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;content:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;quot;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;box-sizing:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; border-box&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;width:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;height:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;solid&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.125&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#999&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;border-radius:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;50&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;outline:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;solid&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.125&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#fff&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;outline-offset:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; -&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0.25&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;em&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &amp;amp;:&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;hover:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:before {
            border-color: currentColor&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
}
 
&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.radio-buttons.id&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &amp;amp;:&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(:&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(:&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)), :&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(:&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;))) &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.colmod-block&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;nth-child&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(1) &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;a:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:before,
    &amp;amp;:has(.folded):has(.unfolded) .colmod-block:nth-child(&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;) a::before {
        border-color: &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#04f&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;background-color:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;#04f&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(~&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;))&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(~&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;) &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)),&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(~&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;) &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;))),
    &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)),&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)))&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(~&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;))&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;),
    &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;) ~ &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)),&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;))),
    &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)),&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:not&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;))) ~ &lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:is&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&amp;amp;,&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.folded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-special&quot;&gt;:has&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.unfolded&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;) &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;property:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;quot;test&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
        ~ &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.box&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;background:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;red&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
}&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Mon, 01 Dec 2025 07:28:21 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="radio-buttons id"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢1</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢2</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> </div> <div class="radio-buttons id"> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢1</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> <div class="colmod-block"> <ul> <li class="folded"> <ul> <li style="list-style: none">_</li> </ul> <div class="colmod-link-top"> <div class="foldable-list-container"><a href="javascript:;">選択肢2</a></div> </div> <div class="colmod-content"></div> <div> <div class="foldable-list-container"></div> </div> </li> </ul> </div> </div> <div class="box"> <p><span style="white-space: pre-wrap;">&#32;</span></p> </div> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">.radio-buttons</span><span class="hl-code"> </span><span class="hl-identifier">.colmod-block</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">margin:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-reserved">position:</span><span class="hl-code"> </span><span class="hl-string">relative</span><span class="hl-code">; </span><span class="hl-identifier">a</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> flex !important</span><span class="hl-code">; </span><span class="hl-reserved">align-items:</span><span class="hl-code"> </span><span class="hl-string">center</span><span class="hl-code">; </span><span class="hl-reserved">justify-content:</span><span class="hl-code"> flex-start</span><span class="hl-code">; </span><span class="hl-reserved">gap:</span><span class="hl-code"> </span><span class="hl-number">0.5</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">color:</span><span class="hl-code"> </span><span class="hl-string">inherit</span><span class="hl-code">; </span><span class="hl-reserved">text-decoration:</span><span class="hl-code"> </span><span class="hl-string">none</span><span class="hl-code">; &amp;::</span><span class="hl-identifier">before</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">content:</span><span class="hl-code"> &quot;&quot;</span><span class="hl-code">; </span><span class="hl-reserved">box-sizing:</span><span class="hl-code"> border-box</span><span class="hl-code">; </span><span class="hl-reserved">width:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">height:</span><span class="hl-code"> </span><span class="hl-number">1</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">border:</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-number">0.125</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-var">#999</span><span class="hl-code">; </span><span class="hl-reserved">border-radius:</span><span class="hl-code"> </span><span class="hl-number">50</span><span class="hl-string">%</span><span class="hl-code">; </span><span class="hl-reserved">outline:</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-number">0.125</span><span class="hl-string">em</span><span class="hl-code"> </span><span class="hl-var">#fff</span><span class="hl-code">; </span><span class="hl-reserved">outline-offset:</span><span class="hl-code"> -</span><span class="hl-number">0.25</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> &amp;:</span><span class="hl-reserved">hover:</span><span class="hl-code">:before { border-color: currentColor</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> } </span><span class="hl-identifier">.radio-buttons.id</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> &amp;:</span><span class="hl-identifier">is</span><span class="hl-code">(:</span><span class="hl-identifier">not</span><span class="hl-code">(:</span><span class="hl-identifier">has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)), :</span><span class="hl-identifier">not</span><span class="hl-code">(:</span><span class="hl-identifier">has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">))) </span><span class="hl-identifier">.colmod-block</span><span class="hl-code">:</span><span class="hl-identifier">nth-child</span><span class="hl-code">(1) </span><span class="hl-reserved">a:</span><span class="hl-code">:before, &amp;:has(.folded):has(.unfolded) .colmod-block:nth-child(</span><span class="hl-number">2</span><span class="hl-code">) a::before { border-color: </span><span class="hl-var">#04f</span><span class="hl-code">; </span><span class="hl-reserved">background-color:</span><span class="hl-code"> </span><span class="hl-var">#04f</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;)</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">)</span><span class="hl-special">:has</span><span class="hl-code">(~</span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;))</span><span class="hl-special">:is</span><span class="hl-code">(</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(~</span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;) </span><span class="hl-identifier">.folded</span><span class="hl-code">)),</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(~</span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;) </span><span class="hl-identifier">.unfolded</span><span class="hl-code">))), </span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;)</span><span class="hl-special">:is</span><span class="hl-code">(</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)),</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">)))</span><span class="hl-special">:has</span><span class="hl-code">(~</span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;))</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">), </span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;)</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">) ~ </span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;)</span><span class="hl-special">:is</span><span class="hl-code">(</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)),</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">))), </span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;)</span><span class="hl-special">:is</span><span class="hl-code">(</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)),</span><span class="hl-special">:not</span><span class="hl-code">(</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">))) ~ </span><span class="hl-special">:is</span><span class="hl-code">(&amp;,</span><span class="hl-identifier">*</span><span class="hl-code"> &amp;)</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.folded</span><span class="hl-code">)</span><span class="hl-special">:has</span><span class="hl-code">(</span><span class="hl-identifier">.unfolded</span><span class="hl-code">) </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">property:</span><span class="hl-code"> &quot;test&quot;</span><span class="hl-code">; ~ </span><span class="hl-identifier">.box</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">background:</span><span class="hl-code"> </span><span class="hl-var">red</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> }</span></pre></div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/foldable</guid>
				<title>Foldable</title>
				<link>http://1119s.wikidot.com/foldable</link>
				<description>

&lt;div class=&quot;foldable-list-container&quot;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;リンク&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Wikidot
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc&quot; target=&quot;_blank&quot;&gt;ドキュメンテーション&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wikidot.com/doc:wiki-syntax&quot; target=&quot;_blank&quot;&gt;Wiki構文&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://community.wikidot.com/howto:howto-list&quot; target=&quot;_blank&quot;&gt;ハウツー&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;サーチエンジン
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.google.com&quot; target=&quot;_blank&quot;&gt;Google&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.yahoo.com&quot; target=&quot;_blank&quot;&gt;Yahoo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;メインカテゴリー1
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;メイン1 - サブ1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;マイン1 - サブ2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;メインカテゴリー2
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;メイン2 - サブ1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;メイン2 - サブ2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;メイン2 - サブ3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;メインカテゴリー3
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;メイン3 - サブ1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;test
&lt;ul&gt;
&lt;li&gt;te&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;javascript:;&quot;&gt;test&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;te&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Fri, 28 Nov 2025 04:23:00 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="foldable-list-container"> <ul> <li><a href="javascript:;">リンク</a> <ul> <li>Wikidot <ul> <li><a href="http://www.wikidot.com/doc" target="_blank">ドキュメンテーション</a></li> <li><a href="http://www.wikidot.com/doc:wiki-syntax" target="_blank">Wiki構文</a></li> <li><a href="http://community.wikidot.com/howto:howto-list" target="_blank">ハウツー</a></li> </ul> </li> <li>サーチエンジン <ul> <li><a href="http://www.google.com" target="_blank">Google</a></li> <li><a href="http://www.yahoo.com" target="_blank">Yahoo</a></li> </ul> </li> </ul> </li> <li>メインカテゴリー1 <ul> <li><a href="javascript:;">メイン1 - サブ1</a></li> <li><a href="javascript:;">マイン1 - サブ2</a></li> </ul> </li> <li>メインカテゴリー2 <ul> <li><a href="javascript:;">メイン2 - サブ1</a></li> <li><a href="javascript:;">メイン2 - サブ2</a></li> <li><a href="javascript:;">メイン2 - サブ3</a></li> </ul> </li> <li>メインカテゴリー3 <ul> <li><a href="javascript:;">メイン3 - サブ1</a></li> </ul> </li> <li>test <ul> <li>te</li> </ul> </li> <li><a href="javascript:;">test</a> <ul> <li>te</li> </ul> </li> </ul> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/nest-test</guid>
				<title>Nest Test</title>
				<link>http://1119s.wikidot.com/nest-test</link>
				<description>

&lt;p&gt;&lt;a href=&quot;#u-user&quot;&gt;test&lt;/a&gt;&lt;/p&gt;
&lt;div id=&quot;u-user&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;test&quot;&gt;
&lt;p&gt;test 1&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;test&quot;&gt;
&lt;p&gt;test 2&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;box&quot;&gt;
&lt;p&gt;&lt;span class=&quot;test&quot;&gt;span test&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;code&quot;&gt;
&lt;div class=&quot;hl-main&quot;&gt;
&lt;pre&gt;&lt;span class=&quot;hl-identifier&quot;&gt;.test&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;display:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;none&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
 
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;#u-user&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;target&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; + &amp;amp;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;#u-user&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; + &amp;amp; ~ &amp;amp;,
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;#u-user&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; ~ &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;display:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;block&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;#u-user&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; ~ &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;span&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;display:&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;inline&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;
    &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Thu, 11 Apr 2024 06:24:33 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <p><a href="#u-user">test</a></p> <div id="u-user" style="display: none;"></div> <div class="test"> <p>test 1</p> </div> <div class="test"> <p>test 2</p> </div> <div class="box"> <p><span class="test">span test</span></p> </div> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">.test</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> </span><span class="hl-string">none</span><span class="hl-code">; </span><span class="hl-identifier">#u-user</span><span class="hl-code">:</span><span class="hl-identifier">target</span><span class="hl-code"> + &amp;, </span><span class="hl-identifier">#u-user</span><span class="hl-code"> + &amp; ~ &amp;, </span><span class="hl-identifier">#u-user</span><span class="hl-code"> ~ </span><span class="hl-identifier">*</span><span class="hl-code"> &amp; </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> </span><span class="hl-string">block</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">#u-user</span><span class="hl-code"> ~ </span><span class="hl-identifier">*</span><span class="hl-code"> </span><span class="hl-identifier">span</span><span class="hl-code">&amp; </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">display:</span><span class="hl-code"> </span><span class="hl-string">inline</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span></pre></div> </div> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://1119s.wikidot.com/colpopup-start-base</guid>
				<title>Colpopup Start Base</title>
				<link>http://1119s.wikidot.com/colpopup-start-base</link>
				<description>


&lt;div class=&quot;colpopup info&quot;&gt;
&lt;div class=&quot;colmod-block&quot;&gt;
&lt;ul&gt;
&lt;li style=&quot;list-style: none&quot;&gt;[[li class=&amp;quot;folded &amp;quot;]][[ul]]_&lt;/li&gt;
&lt;/ul&gt;
[[div class=&amp;quot;colmod-link-top&amp;quot;]]&lt;br /&gt;
[[div_ class=&amp;quot;foldable-list-container&amp;quot;]]&lt;br /&gt;
&lt;a href=&quot;javascript:;&quot;&gt;+ show block&lt;/a&gt;&lt;a href=&quot;javascript:;&quot;&gt;- hide block&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
[[div class=&amp;quot;colmod-content&amp;quot;]]
&lt;p&gt;[[div_ class=&amp;quot;colpopup-content {$class}&amp;quot; style=&amp;quot;{$style}&amp;quot;]]&lt;/p&gt;
&lt;p&gt;by &lt;span class=&quot;printuser avatarhover&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;&lt;img class=&quot;small&quot; src=&quot;http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;amp;size=small&amp;amp;amp;timestamp=1780993264&quot; alt=&quot;iti119&quot; style=&quot;background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/iti119&quot;  &gt;iti119&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
				<pubDate>Wed, 21 Jul 2021 20:35:27 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						 <div class="colpopup info"> <div class="colmod-block"> <ul> <li style="list-style: none">[[li class=&quot;folded &quot;]][[ul]]_</li> </ul> [[div class=&quot;colmod-link-top&quot;]]<br /> [[div_ class=&quot;foldable-list-container&quot;]]<br /> <a href="javascript:;">+ show block</a><a href="javascript:;">- hide block</a></div> </div> [[div class=&quot;colmod-content&quot;]] <p>[[div_ class=&quot;colpopup-content {$class}&quot; style=&quot;{$style}&quot;]]</p> <p>by <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/iti119" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5722815&amp;amp;size=small&amp;amp;timestamp=1780993264" alt="iti119" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5722815)" /></a><a href="http://www.wikidot.com/user:info/iti119" >iti119</a></span></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>