diff --git a/app/css/master.css b/app/css/master.css
index dea10ddd..a00a3aaf 100644
--- a/app/css/master.css
+++ b/app/css/master.css
@@ -412,6 +412,31 @@ blockquote:before,
justify-content: center;
align-items: center;
}
+#support-btm {
+ position: fixed;
+ bottom: 0;
+ width: 100vw;
+ background-color: var(--box);
+ z-index: 9999;
+ padding: 10px;
+ display: grid;
+ grid-template-columns: 3fr 1fr 1fr;
+ grid-template-rows: 1fr 36px;
+ grid-template-areas: "note middle right" "note close close";
+}
+#support-btm-en,
+#support-btm-ja {
+ grid-area: note;
+}
+#support-btm-middle {
+ grid-area: middle;
+}
+#support-btm-right {
+ grid-area: right;
+}
+#support-btm-close {
+ grid-area: close;
+}
/*スクロールバー*/
::-webkit-scrollbar {
diff --git a/app/view/en/index.html b/app/view/en/index.html
index 6100831e..bd64633f 100644
--- a/app/view/en/index.html
+++ b/app/view/en/index.html
@@ -681,7 +681,7 @@
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。
困ったときは、TheDesk Docsをご覧ください。