彼所 -Illac-

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

/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
        text-decoration: none!important;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar {
        display: block;
    }
 
    .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }
 
    #side-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
 
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }
 
    #side-bar:target + #main-content {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3) 1px 1px repeat;
        z-index: -1;
    }
}
:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    white-space: nowrap;
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
 
/*--- Motion Accessibility ---*/
@media screen and (prefers-reduced-motion: reduce) {
    div.anom-bar-container { --timeScale: 0!important; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); }
    to { opacity: 1; clip-path: inset(0); }
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem); }
    to { opacity: 1; transform: translateX(0); }
}
 
@keyframes expand2 {
    from { opacity: 0; width: 1%; }
    to { opacity: 1; width: calc(100% - 0.25rem); }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}

彼所 -Illac-

illac-thumbnail.png

.

評価: 0+x

Four-thousand years ago, when we fled the Hate-filled Light aboard humanity's last surviving starship, we had much to think about. Such thoughts included: impressions of our species, burned to ash; our Foundation's dying wish; and whether our prospective, new world would hold promise.
4000年前、我らが人類に残された最後の宇宙船に乗って憎悪を湛えた光明から逃れた時、考えねばならない事案は山積みだった。次のような懸案があった。灰燼に帰した、我ら種族への展望。我ら財団の死に際の願い。そして未来が残されているか否かに関係なく、新しき世界は有望か否か。

Of those thoughts, two notions proved to grip our minds hardest.
これらの意見の内で、2つの見解が支配的になった。

First — we believed we were the gods' Fifty Immortal Children.
一つ。我々は自分たちを神々の50人の不滅の子だと信じるようになった。

That hope, however, dashed: Our bodies were dying. But it wasn't the Light's hateful doing; in fact, severance from Earth-Prime brings mortality. Our bodies age, each well into our third century. Wounds never heal. Abrasion and scarring fight Pyrrhic wars on senescent skin.
とはいえ、その希望は打ち砕かれた。我々の身体は死を迎えつつあった。それも光の憎悪が原因ではなかった。実際は母なる地球からの断絶が引き起こした死だ。肉体年齢はそれぞれ3番目の世紀に突入した。傷は決して癒えなかった。老いた肌の表面で擦り傷と傷痕が割に合わない勝負を繰り広げた。

In pain, we cried for Ninurta's forgiveness. O, Protector. Hasten our journey! Wrench the swelling sorrow from our lives! But he supplied no sign.
苦痛の中で、我々はニヌルタの慈悲を求めた。あゝ、守護神よ。旅の足取りを速めたまえ!我らの生より出づる嘆きの瘤を摘み取りたまえ!けれども、神はいかなる兆しも見せてくれなかった。

We vowed, then, to enter cryogenic stasis. We never knew if we'd wake; what we'd do…
我らは誓いを立てた後に冷凍睡眠に就いた。再び目を覚ますかは全く分からなかった。何か手を打つか否かもまた…。

scp_foundation_logo.png

When we awoke at our destination, 1.6 billion light-years away, we learned of new misfortunes. We discovered fourteen among us had perished. They each rejected living for a few years longer in hibernation. They rejected being the Fifty Immortals humanity needed. They embraced their selfish desires of damning their souls, of wandering the Land of No Return in perpetuity.
16億光年離れた目的地にて目を覚ますと、新たな凶事が判明した。仲間の内で14名が死んでいた。彼らは各々冬眠にて数年長く生きるのを拒否した。彼らは50人の不滅の人間として必要とされる現状を拒絶した。彼らはその身に宿した霊魂に永劫の罰を与えんという身勝手な欲求に屈し、決して帰還できぬ地を彷徨い続けるのだ。

And instead of pursuing their duty — our duty — we found their bare, dried bones sprawled across a lower deck.
それから―我々の仕事でもあるが―彼らの職務を遂行する代わりに、僅かな干からびた骨を下甲板から投げ捨てた。

And when we learned this planet — the only Earth-like planet in two billion light-years — could not sustain us?
この惑星―20億光年圏内で地球に類似する唯一の惑星でもある―が生存不可能と分かったのは何時だっただろう?

We then believed — second — that we had carried death with us.
それから―2つ目に―我々は死神を共に連れてきたと信じるようになった。

We thought this planet, rare to an aberrant degree, existed only to constrain us. To suck us dry — not the reverse. And now I can grasp why it pains us…
我々は殆んど異常性が見られないこの惑星は自分たちを収監するためだけに存在しているのだと考えるようになった。我らを骨の髄まで吸い尽くす。その逆は起きない。そして今や何故苛むのかを理解できるようになっていた…。

Some celestial malevolence must have placed this planet here to slaughter us. To lure us across the Cosmos, and when we are vulnerable, strike us down. The Hate-filled Light could do it if it spent aeons — but we, alone? Alone, we arrived quicker. Into the trap.
天上の悪意が我らを虐殺するべく、この星を、この場所に配置したに違いなかった。大宇宙を跨いで我らを誘い出し、我らが弱体化した時を見計らって、止めを刺したのだ。憎悪を湛えた光明は永劫の歳月を費やしてしまえば、望みを果たせるのだ。だが孤独な我らの場合は?孤独な我らは、予期されていたよりも早く辿り着いたのだ。仕掛けられた罠の真っ只中に。

Beyond our starship's hull, novel bacteria germinate, letting off an abundance of O2 — toxic to our current bodies. We cannot breathe it. We hold the tools to repopulate — the equipment to construct a new human body plan and let it surge back, by the millions. We, commanding humanity to conquer Earth, all over again.
宇宙船の船体上を侵食し、新種のバクテリアが成長を遂げ、大量の酸素―当時の我らの身体には有毒であった―を放出した。呼吸は不可能になった。生存環境を回復できる道具は保持していた。その設備は数百万年をかけて、新たなる人間の体制1を作り出し回復させた。人類を指導し、地球を再び征服した。

We could…
我らは成し遂げたのだ…。

… But our hearts are heavy.
…けれども心は沈んでいた。

On the brink of letting civilization flourish anew, on this New Earth, we know in our hearts this is fleeting. Even if we fulfill our ultimate responsibility; even if we complete our work, even if we survive? The Hate-filled Light will come, again, and destroy all we built.
この新しき地球にて文明社会を再び花開かせる間際にもなって、心の内で諸行無常を悟った。例え最終目標を達成したとしても。 例え自らの使命を成し遂げたとしても。 例え生き延びたとしても?憎悪を湛えた光明は再度降臨し、我らが築き上げた全てを破壊するだろう。

What is this, then, but a cancer? What slows the tide but thousands of wasted generations?
腫瘍以外なら、何だというのだ?潮流を停滞させたのは幾千もの衰弱した世代以外なら、何だというのだ?

What if… We simply didn't build ourselves back up?
もし…我らが最悪の事態への備えが出来ていないだけなのだとしたら?

This is a question most of us arrived at naturally. Most. A few others among us have, unfortunately, continued sustaining hope.
これは殆んどの者が当たり前に抱いた疑問だ。殆どの者がだ。不幸にも、我らの内の何人かは希望を抱き続けた。

But if we could correct that…
だが例え過ちを正せたとして…

scp_foundation_logo.png

One calm night — mere hours before we planned on activating Operation Thaumiel, powering up Aberration-2000, and sparking human civilization 2.0 — we decided to act against them. If we failed, their will would be done; if we prospered, we would inevitably die.
(異常物品-2000を強化し、オペレーションThaumielを始動させる計画を立ててから間もなく、そして人類文明2.0が動き始めるに先立っての)ある穏やかな夜、奴らに対して行動を起こすと決めた。もし我らが失敗すれば、奴らは成功を収めるだろう。もし成功すれば、間違いなく我らの生は終焉を迎える。

It was three-to-one. Of the thirty-six humans who remained, twenty-seven lost hope — I among them. The nine remaining — the hopefuls — did not scream. There was no bloody call in the night. There had been no struggle. Instead, while they slept, we considered their gleaming hibernal caskets…
3対1だった。残された36名の人間のうちで、27名が希望を持たず、私もその中にいた。(期待に満ちていた)残された9名は悲鳴を上げることはなかった。夜闇に血塗られた叫びが響く事もなかった。荒れ事も起きなかった。しかし眠りに就く間、奴らの薄光は冬に輝く宝石箱のように思えた。

… With our technology, those could run indefinitely — couldn't they?
…我らの科学技術を使えば、永久に生命活動を維持し続けられるだろう―間違いだとでも?

We squeezed their arms and legs together and hurled them into the frigid maws of cryogenic stasis units. We reinforced the outer seals. We smashed the time-locks and concealed the units with tarps. Where they awoke terrified, seconds before, the floor now sat empty.
奴等の四肢を掴み上げて、冷凍ステイシスユニットの凍てつく櫃に放り投げた。冷凍槽の気密性を強化しておいた。時限錠を破壊し、防水シートでユニットをカバーした。次に恐怖に怯えて目を覚ます時には、フロアはもぬけの空になっている。

Our Founder, too, lies in stasis — but we will not release him. He poses the most significant chance at restarting our civilization — our Foundation — among us. This cannot be.
我らの創設者ファウンダーも同様にステイシスに入れた。だが我らは彼を解放しないつもりだ。我らも含めてだが(我らの財団を)文明を再始動させるに当たって最も重要な時機を提示している。そんなバカな話があるか。

We demolished everything next. We burned all data files, ripped keepsakes to shreds. Our might against survival — against the continued survival of our species — was voracious. There is no going back.
次に全てを処分した。データファイルは全て焼却処分にし、思い出の品を細切れにした。生存に対する意思―これからの我ら種族の生存への意思―は果てしない。不退転だ。

Our experimentation subject, that vague reptile let skittering loose into the desolate continent beyond our landing site, will be the first — and last — to awaken on this planet, and one day, feel the Light return from the clutches of space-time. But, for us solitary few, we will not suffer the tragic directives that shepherded us here. That urged us to build a new Foundation, so our people might bask again in a harmonious shelter beneath a familiar golden sun.
どこか爬虫類じみている我らの実験体は着陸地点より遠方の荒涼たる大陸にて檻より放され、いつの日か、この星で最初に―そして最後に―目覚める生物となり、時空の支配から逃れたあの光明を感じ取るだろう。だが孤独を極めた我らにしてみたら、我らはこの星へと導いた悲劇的命令に苦しまずに済むだろう。あの命令に従って新たなる財団を築き上げ、我らの民は慣れ親しんだ黄金の太陽の下に眠る完璧無比な避難所にて再度、太陽の光をその身に浴びるだろう。

This planet, if it bears fruit as the onboard computer detected? It will grow without us.
船内に搭載されたコンピューターが検出した通り、この星では実を結んでくれるだろうか?我ら抜きでも成長してくれるだろう。

We are The Last.
我らは最後の者となった。

We lost everything. Our bedrock. Our people. Our future. The gods paved the way forward, but treacherous we found it, and now we are tired. We have been ground down — a reflection of those fourteen who could not go on. We are fatigued, weighted by the despairs of billions lost to the Hate-filled Light.
我らは全てを失った。礎も。民も。未来を。神々は未来へと続く道を敷いて下さったが、我らは不敬だと思い、今や辟易していた。希望を見出せずにいた。明日へと進めなかった14人の事を思い返した。我らは飢え、憎悪を湛えた光明の手に堕ちた何十億もの絶望が生み出す重圧を背負わされていた。

But we will not have [DATA EXPUNGED] win.
けれども我らは決して [データ削除済] 勝利を収めたわけではない。

The solution, I think, to eternal existence? Absolute Zero. For, inside stasis, we might finally reach the true demise the gods hid from us. We might finally contemplate on the tens of thousands of generations who got us here. And this, prolonged by our insuperable technology, will persist beneath a bed of rock and rot.
思えば、解決策は不滅の存在に見いだせ得るのか?おお絶対零度よ。なんとなればステイシスの内部では、神々が秘匿した終焉へと遂に辿り着いたやもしれぬのだから。この星へと導いた幾万もの世代の先で遂に期待し得るやもしれぬのだから。前人未踏の科学技術による延命は岩石と腐葉土の寝床の下で眠り続け、後世まで受け継がれるだろう。

Until that final standstill of entropy; protected, while our cells sit frozen.
エントロピーの完全なる停止の時までだ。我らのセルが凍てつく一方で、守り抜くのだ。

We are Human, and here we rest.
我らは人類である、そして我らはここに憩う。


評価: 0+x


出典: Illac
参照リビジョン: rev.27
作成日(EN): 2020/8/27
著者: Lt FlopsLt Flops
翻訳: DirStarFishDirStarFish
親ページ: プロジェクトThaumiel
tags: project-thaumiel tale
タグ: project-thaumiel tale en


ページコンソール

批評ステータス

カテゴリ

SCP-JP

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

GoIF-JP

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

Tale-JP

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

翻訳

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

その他

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

言語

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

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

コンテンツマーカー

ジョーク

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

アダルト

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

既存記事改稿

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

イベント

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

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

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

フォーマットスクリュー

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


シリーズ-JP所属

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

シリーズ-Other所属

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

世界観用語-JP登場

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

世界観用語-Other登場

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

ジャンル

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

任意

任意A任意B任意C
    • _


    コメント投稿フォームへ

    注意: 批評して欲しいポイントやスポイラー、改稿内容についてはコメントではなく下書き本文に直接書き入れて下さい。初めての下書きであっても投稿報告は不要です。批評内容に対する返答以外で自身の下書きにコメントしないようお願いします。

    新たなコメントを追加

    批評コメントTopへ

ERROR

The DirStarFish's portal does not exist.


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


利用ガイド

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