<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Official Website</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
</style>
</head>
<body class="bg-zinc-950 text-zinc-100 min-h-screen selection:bg-purple-500 selection:text-white relative overflow-x-hidden">
<div class="fixed top-0 left-1/2 -translate-x-1/2 w-[600px] h-[350px] bg-purple-600/15 blur-[120px] rounded-full pointer-events-none -z-10"></div>
<header class="max-w-3xl mx-auto pt-20 pb-10 px-6 text-center">
<div class="inline-block px-3 py-1 mb-4 text-xs font-medium tracking-wider text-purple-300 uppercase bg-purple-950/60 border border-purple-500/30 rounded-full">
Official Portfolio
</div>
<h1 class="text-4xl sm:text-5xl font-extrabold tracking-tight mb-3 bg-gradient-to-r from-white via-zinc-200 to-zinc-400 bg-clip-text text-transparent">
Artist / Project Name
</h1>
<p class="text-zinc-400 text-sm sm:text-base max-w-lg mx-auto">
Composer / Guitarist / Experimental Sound Production
</p>
</header>
<main class="max-w-3xl mx-auto px-6 space-y-8 pb-24">
<section class="p-6 sm:p-8 bg-zinc-900/50 backdrop-blur-md rounded-2xl border border-zinc-800/80 shadow-xl">
<div class="flex items-center gap-2 mb-4 text-purple-400">
<i data-lucide="user" class="w-5 h-5"></i>
<h2 class="text-lg font-bold text-white tracking-wide">About</h2>
</div>
<p class="text-zinc-300 text-sm leading-relaxed">
重厚なギターサウンドとアトモスフェリックな音響空間の融合を軸に、楽曲制作・ミックス・サウンドメイクを行っています。
</p>
</section>
<section class="p-6 sm:p-8 bg-zinc-900/50 backdrop-blur-md rounded-2xl border border-zinc-800/80 shadow-xl">
<div class="flex items-center gap-2 mb-4 text-purple-400">
<i data-lucide="play-circle" class="w-5 h-5"></i>
<h2 class="text-lg font-bold text-white tracking-wide">Featured Video</h2>
</div>
<div class="aspect-video w-full rounded-xl overflow-hidden border border-zinc-800 bg-black shadow-inner">
<iframe
class="w-full h-full"
src="https://www.youtube.com/embed/dQw4w9WgXcQ"
title="YouTube video"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
</section>
<section class="p-6 sm:p-8 bg-zinc-900/50 backdrop-blur-md rounded-2xl border border-zinc-800/80 shadow-xl">
<div class="flex items-center gap-2 mb-4 text-purple-400">
<i data-lucide="disc" class="w-5 h-5"></i>
<h2 class="text-lg font-bold text-white tracking-wide">Music & Links</h2>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4">
<a href="https://drive.google.com/your-folder-link" target="_blank" rel="noopener noreferrer"
class="group flex items-center justify-between p-4 bg-zinc-950/60 hover:bg-zinc-800/80 rounded-xl border border-zinc-800 hover:border-purple-500/50 transition-all duration-200 shadow-sm hover:-translate-y-0.5">
<div class="flex items-center gap-3">
<div class="p-2.5 bg-zinc-900 rounded-lg text-purple-400 group-hover:text-purple-300 border border-zinc-800">
<i data-lucide="hard-drive" class="w-5 h-5"></i>
</div>
<div>
<div class="font-semibold text-sm text-zinc-100 group-hover:text-purple-300 transition-colors">Google Drive</div>
<div class="text-xs text-zinc-400">ポートフォリオ / デモ音源</div>
</div>
</div>
<i data-lucide="arrow-up-right" class="w-4 h-4 text-zinc-500 group-hover:text-purple-400 transition-colors"></i>
</a>
<a href="https://note.com/your-id" target="_blank" rel="noopener noreferrer"
class="group flex items-center justify-between p-4 bg-zinc-950/60 hover:bg-zinc-800/80 rounded-xl border border-zinc-800 hover:border-emerald-500/50 transition-all duration-200 shadow-sm hover:-translate-y-0.5">
<div class="flex items-center gap-3">
<div class="p-2.5 bg-zinc-900 rounded-lg text-emerald-400 group-hover:text-emerald-300 border border-zinc-800">
<i data-lucide="book-open" class="w-5 h-5"></i>
</div>
<div>
<div class="font-semibold text-sm text-zinc-100 group-hover:text-emerald-300 transition-colors">note</div>
<div class="text-xs text-zinc-400">制作ノート・機材コラム</div>
</div>
</div>
<i data-lucide="arrow-up-right" class="w-4 h-4 text-zinc-500 group-hover:text-emerald-400 transition-colors"></i>
</a>
</div>
</section>
<section class="p-6 sm:p-8 bg-zinc-900/50 backdrop-blur-md rounded-2xl border border-zinc-800/80 shadow-xl">
<div class="flex items-center gap-2 mb-4 text-purple-400">
<i data-lucide="calendar" class="w-5 h-5"></i>
<h2 class="text-lg font-bold text-white tracking-wide">Live & Event</h2>
</div>
<div class="space-y-3">
<div class="flex items-center justify-between p-4 bg-zinc-950/40 rounded-xl border border-zinc-800/60">
<div class="space-y-1">
<span class="inline-block px-2 py-0.5 text-[10px] font-semibold bg-purple-500/20 text-purple-300 border border-purple-500/30 rounded">UPCOMING</span>
<div class="font-medium text-sm text-zinc-200">2026.09.20 @ Venue Name</div>
<div class="text-xs text-zinc-500">Live Event Title / Detail</div>
</div>
<a href="#" class="text-xs font-medium px-3 py-1.5 bg-zinc-800 hover:bg-zinc-700 text-zinc-200 rounded-lg transition-colors border border-zinc-700">
詳細
</a>
</div>
</div>
</section>
<section class="p-8 bg-gradient-to-b from-zinc-900/80 to-zinc-950/80 backdrop-blur-md rounded-2xl border border-zinc-800/80 text-center shadow-xl">
<h2 class="text-xl font-bold text-white mb-2">Contact / Work Request</h2>
<p class="text-xs text-zinc-400 mb-6 max-w-sm mx-auto">
楽曲制作、ミックス、ギター演奏、イベント出演等のご相談はお気軽にご連絡ください。
</p>
<a href="mailto:your-email@example.com"
class="inline-flex items-center gap-2 px-6 py-3 bg-purple-600 hover:bg-purple-500 text-white text-sm font-semibold rounded-xl transition duration-200 shadow-lg shadow-purple-600/30 hover:scale-[1.02]">
<i data-lucide="mail" class="w-4 h-4"></i>
メールでお問い合わせ
</a>
</section>
</main>
<footer class="text-center py-8 text-xs text-zinc-600 border-t border-zinc-900">
© 2026 Artist Name. All rights reserved.
</footer>
<script>
lucide.createIcons();
</script>
</body>
</html>