-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
314 lines (299 loc) · 17.1 KB
/
index.html
File metadata and controls
314 lines (299 loc) · 17.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>きあらちゃんをさがせ | kiasaga - Looking for Kiara-chan</title>
<meta name="description" content="今、大人気の女性アイドルグループ=LOVE(イコラブ)をオマージュした謎解きRPGです。みんなできあらちゃんをさがしましょう!" />
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta property="og:title" content="きあらちゃんをさがせ!" />
<meta property="og:description" content="=LOVE(イコラブ)の齋藤 樹愛羅ちゃんがライブ直前に突然いなくなってしまった...!メンバーみんなできあらちゃんをさがそう!" />
<meta property="og:image" content="https://kiasaga.love/images/kiasaga_image.png" />
<meta property="og:url" content="https://example.com/" />
<meta property="og:site_name" content="きあらちゃんをさがせ!" />
<meta property="og:type" content="website" />
<meta name="google-adsense-account" content="ca-pub-9872727933973932">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9872727933973932" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&family=Pixelify+Sans:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Twitter conversion tracking base code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
twq('config','qfjm3');
</script>
<!-- End Twitter conversion tracking base code -->
</head>
<body>
<!-- Language Toggle -->
<div class="language-toggle">
<button id="lang-ja" class="lang-btn active">日本語</button>
<button id="lang-en" class="lang-btn">English</button>
</div>
<!-- Hero Header -->
<header id="top" class="hero">
<div class="hero-content">
<div class="hero-text">
<div class="logo">
<h1 class="logo-main">kiasaga</h1>
<h2 class="logo-sub" data-ja="きあらちゃんをさがせ" data-en="Looking for Kiara-chan">きあらちゃんをさがせ</h2>
</div>
<p class="tagline" data-ja="ミニ謎ときRPGゲーム" data-en="Mini Mystery RPG Game">ミニ謎ときRPGゲーム</p>
<p class="author-credit">
<span data-ja="Created By " data-en="Created By ">Created By </span>
<a href="https://x.com/equal_maika_121" target="_blank" rel="noopener noreferrer">イコまい</a>
</p>
</div>
<div class="hero-game">
<div class="game-screen">
<img src="./images/kiasaga.png" alt="Game Screenshot" class="game-screenshot">
</div>
</div>
</div>
</header>
<!-- Play Game Section -->
<section id="play" class="play-section">
<div class="container">
<h2 data-ja="今すぐ遊ぶ!" data-en="Play Now!">今すぐ遊ぶ!</h2>
<a href="https://game.kiasaga.love/" class="play-button">
<span data-ja="ゲームをプレイ" data-en="Play Game">ゲームをプレイ</span>
<span class="play-icon">🎮</span>
</a>
<p class="play-description" data-ja="ブラウザで今すぐ遊べます!スマートフォンでもOK" data-en="Play instantly in your browser! Mobile-friendly">ブラウザで今すぐ遊べます!スマートフォンでもOK</p>
</div>
</section>
<!-- Compete Section -->
<section id="compete" class="compete-section">
<div class="container">
<h2 data-ja="クリアした速さを競い合おう!" data-en="Compete for Clearing Speed!">クリアした速さを競い合おう!</h2>
<p class="compete-description" data-ja="あなたのクリア時間を記録して、他のプレイヤーと競争しよう🏆" data-en="Record your clear time and compete with other players 🏆">あなたのクリア時間を記録して、他のプレイヤーと競争しよう🏆</p>
<a href="https://forms.gle/g6BBDsbjgv2J7tzp8" target="_blank" class="compete-button">
<span data-ja="クリア時間を登録する" data-en="Register Clear Time">クリア時間を登録する</span>
<span class="compete-icon">⏱️</span>
</a>
<p class="compete-note" data-ja="スクリーンショットをアップロードしてください" data-en="Please upload a screenshot">スクリーンショットをアップロードしてください</p>
</div>
</section>
<!-- Feedback Section -->
<section id="feedback" class="feedback-section">
<div class="container">
<h2 data-ja="ゲームの感想を送ってね!" data-en="Share Your Game Experience!">ゲームの感想を送ってね!</h2>
<p class="feedback-description" data-ja="あなたの感想が次の作品作りのヒントになります✨" data-en="Your feedback helps us create better games ✨">あなたの感想が次の作品作りのヒントになります✨</p>
<a href="https://ofuse.me/equalmaika/letter" target="_blank" class="feedback-button">
<span data-ja="ゲームの感想を送る!" data-en="Send Game Feedback!">ゲームの感想を送る!</span>
<span class="feedback-icon">💌</span>
</a>
<p class="feedback-note" data-ja="感想やご意見をお気軽にどうぞ!" data-en="Feel free to share your thoughts and opinions!">感想やご意見をお気軽にどうぞ!</p>
</div>
※支援付きレターは<strong>OFF</strong>にして送れます
</section>
<!-- Controls Section -->
<section id="control" class="controls-section">
<div class="container">
<h3 class="controls-title" data-ja="操作方法" data-en="Controls">操作方法</h3>
<div class="controls-content">
<div class="controls-left">
<h4 data-ja="矢印キーで舞香ちゃんを操作" data-en="Use arrow keys to control Maika-chan">矢印キーで舞香ちゃんを操作</h4>
<p data-ja="キーボードの矢印キーで舞香ちゃんを移動させることができます。" data-en="Use keyboard arrow keys to move Maika-chan around.">キーボードの矢印キーで舞香ちゃんを移動させることができます。</p>
</div>
<div class="controls-center">
<img src="./images/control.png" alt="Game Controls" class="controls-image">
</div>
<div class="controls-right">
<h4 data-ja="ボタン操作" data-en="Button Controls">ボタン操作</h4>
<p data-ja="Xボタンで表示の切り替え、AとBで会話をすすめるよ" data-en="X button to toggle display, A and B buttons to advance conversations">Xボタンで表示の切り替え、AとBで会話をすすめるよ</p>
</div>
</div>
</div>
</section>
<!-- Story Section -->
<section id="story" class="story-section">
<div class="container">
<div class="section-content">
<div class="section-image">
<img src="./images/story.png" alt="Story" class="feature-image">
</div>
<div class="section-text">
<h3 data-ja="ストーリー" data-en="Story">ストーリー</h3>
<p data-ja="ライブのある日、メンバーの齋藤樹愛羅ちゃんが突然ライブ会場でいなくなってしまいました。同じメンバーである佐々木舞香ちゃんが主人公になって、メンバーやゲストから情報を集めてきあらちゃんを探していきます。" data-en="On the day of a live concert, member Kiara Saito suddenly disappears from the venue. Fellow member Maika Sasaki becomes the protagonist, gathering information from members and guests to find Kiara-chan.">ライブのある日、メンバーの齋藤樹愛羅ちゃんが突然ライブ会場でいなくなってしまいました。同じメンバーである佐々木舞香ちゃんが主人公になって、メンバーやゲストから情報を集めてきあらちゃんを探していきます。</p>
</div>
</div>
</div>
</section>
<!-- How to Play Section -->
<section id="howtoplay" class="howto-section">
<div class="container">
<div class="section-content reverse">
<div class="section-text">
<h3 data-ja="遊び方" data-en="How to Play">遊び方</h3>
<p data-ja="キーボードの矢印キーまたは画面タッチで移動できます。人に話しかけて情報を集めよう!謎を解いてきあらちゃんを見つけ出そう。" data-en="Move with arrow keys or touch controls. Talk to people to gather information! Solve puzzles and find Kiara-chan.">キーボードの矢印キーまたは画面タッチで移動できます。人に話しかけて情報を集めよう!謎を解いてきあらちゃんを見つけ出そう。</p>
</div>
<div class="section-image">
<img src="./images/howtoplay.png" alt="Controls" class="feature-image">
</div>
</div>
</div>
</section>
<!-- Characters Section -->
<section id="character" class="characters-section">
<div class="container">
<div class="section-content">
<div class="section-image">
<img src="./images/character.png" alt="Characters" class="feature-image">
</div>
<div class="section-text">
<h3 data-ja="キャラクター" data-en="Characters">キャラクター</h3>
<p data-ja="主人公は佐々木舞香ちゃん。いなくなったきあらちゃんを探すため、様々な人と話をします。メンバーやスタッフ、ファンの皆さんが手がかりを教えてくれるかも?" data-en="The protagonist is Maika Sasaki. To find the missing Kiara-chan, she talks to various people. Members, staff, and fans might give you clues!">主人公は佐々木舞香ちゃん。いなくなったきあらちゃんを探すため、様々な人と話をします。メンバーやスタッフ、ファンの皆さんが手がかりを教えてくれるかも?</p>
</div>
</div>
</div>
</section>
<!-- Profile Section -->
<section id="profile" class="profile-section">
<div class="container">
<div class="section-content reverse">
<div class="section-text">
<h3 data-ja="プロフィール" data-en="Profiles">プロフィール</h3>
<p data-ja="気になるメンバーのプロフィールをいつでもみれるよ!" data-en="Check out member profiles anytime you want!">気になるメンバーのプロフィールをいつでもみれるよ!</p>
</div>
<div class="section-image">
<img src="./images/profile.png" alt="Profiles" class="feature-image">
</div>
</div>
</div>
</section>
<!-- Quiz Section -->
<section id="quiz" class="quiz-section">
<div class="container">
<div class="section-content">
<div class="section-image">
<img src="./images/quiz.png" alt="Quiz" class="feature-image">
</div>
<div class="section-text">
<h3 data-ja="クイズ" data-en="Quiz">クイズ</h3>
<p data-ja="目指せ、イコラブクイズ王!" data-en="Aim to become the =LOVE quiz champion!">目指せ、イコラブクイズ王!</p>
</div>
</div>
</div>
</section>
<!-- BGM Section -->
<section id="bgm" class="bgm-section">
<div class="container">
<div class="section-content reverse">
<div class="section-text">
<h3 data-ja="BGM" data-en="BGM">BGM</h3>
<p data-ja="ゲームBGMのジュークボックスもあるよ!" data-en="There's also a jukebox for game BGM!">ゲームBGMのジュークボックスもあるよ!</p>
</div>
<div class="section-image">
<img src="./images/bgm.png" alt="BGM" class="feature-image">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features-section">
<div class="container">
<div class="section-content reverse">
<div class="section-text">
<h3 data-ja="ゲームの特徴" data-en="Game Features">ゲームの特徴</h3>
<ul class="features-list">
<li data-ja="短時間で楽しめるミニRPG" data-en="Mini RPG that you can enjoy in a short time">短時間で楽しめるミニRPG</li>
<li data-ja="かわいいドット絵キャラクター" data-en="Cute pixel art characters">かわいいドット絵キャラクター</li>
<li data-ja="謎ときとアドベンチャー要素" data-en="Mystery and adventure elements">謎ときとアドベンチャー要素</li>
<li data-ja="ブラウザで今すぐプレイ可能" data-en="Playable instantly in browser">ブラウザで今すぐプレイ可能</li>
</ul>
</div>
<div class="section-image">
<img src="./images/feature.png" alt="Features" class="feature-image">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2025 kiasaga - きあらちゃんをさがせ. All rights reserved.</p>
<p class="footer-developer">
<span data-ja="Developed by " data-en="Developed by ">Developed by </span>
<a href="https://equal-maika.jp/" target="_blank" rel="noopener noreferrer">イコまい</a>
</p>
<p class="footer-social">
<a href="https://x.com/kiasaga_rpg" target="_blank" rel="noopener noreferrer" class="footer-x-link">
<span class="x-icon">𝕏</span> @kiasaga_rpg
</a>
</p>
<p class="footer-note" data-ja="このゲームは=LOVE(イコールラブ)のオマージュ作品です" data-en="This game is a homage to =LOVE (Equal Love)">このゲームは=LOVE(イコールラブ)のオマージュ作品です</p>
</div>
</footer>
<script src="script.js"></script>
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"ItemList",
"itemListElement":[
{
"@type":"ListItem",
"position":1,
"url":"https://kiasaga.love/"
},
{
"@type":"ListItem",
"position":2,
"url":"https://kiasaga.love/#play"
},
{
"@type":"ListItem",
"position":3,
"url":"https://kiasaga.love/#compete"
},
{
"@type":"ListItem",
"position":4,
"url":"https://kiasaga.love/#feedback"
},
{
"@type":"ListItem",
"position":5,
"url":"https://kiasaga.love/#howtoplay"
},
{
"@type":"ListItem",
"position":6,
"url":"https://kiasaga.love/#character"
},
{
"@type":"ListItem",
"position":7,
"url":"https://kiasaga.love/#profile"
},
{
"@type":"ListItem",
"position":8,
"url":"https://kiasaga.love/#quiz"
},
{
"@type":"ListItem",
"position":9,
"url":"https://kiasaga.love/#bgm"
},
{
"@type":"ListItem",
"position":10,
"url":"https://kiasaga.love/#features"
}
]
}
</script>
<!-- Twitter conversion tracking event code -->
<script type="text/javascript">
// Insert Twitter Event ID
twq('event', 'tw-qfjm3-qfjm4', {
value: 5, // use this to pass the value of the conversion (e.g. 5.00)
conversion_id: 'kiasaga1126' // use this to pass a unique ID for the conversion event for deduplication (e.g. order id '1a2b3c')
});
</script>
<!-- End Twitter conversion tracking event code -->
</body>
</html>