posimai-store/tokushoho.html

207 lines
6.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="description" content="特定商取引法に基づく表記 — Posimai Store">
<meta name="theme-color" content="#0D0D0D">
<link rel="manifest" href="/manifest.json">
<link rel="icon" type="image/png" href="/logo.png">
<title>特定商取引法に基づく表記 — Posimai Store</title>
<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;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #0D0D0D;
--surface: #161616;
--surface2: #1e1e1e;
--border: rgba(255,255,255,0.08);
--text: #F3F4F6;
--text2: #9CA3AF;
--text3: #6B7280;
--accent: #6EE7B7;
--radius: 16px;
--radius-sm: 10px;
}
body {
font-family: 'Inter', -apple-system, sans-serif;
background: var(--bg);
color: var(--text);
font-size: 15px;
line-height: 1.8;
-webkit-font-smoothing: antialiased;
}
nav {
position: sticky;
top: 0;
z-index: 100;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 24px;
height: 56px;
background: rgba(13,13,13,0.85);
backdrop-filter: blur(16px);
border-bottom: 1px solid var(--border);
}
.nav-brand {
font-size: 15px;
font-weight: 600;
letter-spacing: -0.02em;
}
.nav-brand span { color: var(--accent); }
.nav-back {
font-size: 13px;
color: var(--text2);
text-decoration: none;
transition: color 0.15s;
}
.nav-back:hover { color: var(--text); }
main {
max-width: 720px;
margin: 0 auto;
padding: 64px 24px 96px;
}
h1 {
font-size: 22px;
font-weight: 600;
letter-spacing: -0.03em;
margin-bottom: 8px;
}
.subtitle {
font-size: 13px;
color: var(--text3);
margin-bottom: 48px;
}
table {
width: 100%;
border-collapse: collapse;
background: var(--surface);
border-radius: var(--radius);
overflow: hidden;
}
tr {
border-bottom: 1px solid var(--border);
}
tr:last-child { border-bottom: none; }
th {
width: 180px;
padding: 16px 20px;
text-align: left;
font-size: 13px;
font-weight: 500;
color: var(--text2);
vertical-align: top;
white-space: nowrap;
background: var(--surface2);
}
td {
padding: 16px 20px;
font-size: 14px;
color: var(--text);
vertical-align: top;
}
.note {
margin-top: 32px;
padding: 16px 20px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: var(--radius-sm);
font-size: 13px;
color: var(--text2);
}
@media (max-width: 480px) {
th { width: 130px; font-size: 12px; }
td { font-size: 13px; }
}
</style>
</head>
<body>
<nav>
<div class="nav-brand">Posimai <span>Store</span></div>
<a class="nav-back" href="/">ストアに戻る</a>
</nav>
<main>
<h1>特定商取引法に基づく表記</h1>
<p class="subtitle">Specified Commercial Transactions Act</p>
<table>
<tr>
<th>販売事業者</th>
<td>SoarEnrich</td>
</tr>
<tr>
<th>代表者名</th>
<td>大平 英二</td>
</tr>
<tr>
<th>所在地</th>
<td>〒321-0153 栃木県宇都宮市北若松原1丁目6-4 2F</td>
</tr>
<tr>
<th>電話番号</th>
<td>請求があった場合、遅滞なく開示します</td>
</tr>
<tr>
<th>連絡先</th>
<td><a href="/contact.html" style="color: var(--accent);">お問い合わせフォーム</a>よりご連絡ください</td>
</tr>
<tr>
<th>販売価格</th>
<td>各商品ページに記載の価格(税込)</td>
</tr>
<tr>
<th>支払方法</th>
<td>クレジットカード決済Stripe</td>
</tr>
<tr>
<th>支払時期</th>
<td>ご注文時</td>
</tr>
<tr>
<th>引き渡し時期</th>
<td>決済完了後、即時にライセンスキーまたはアクセス権を発行します</td>
</tr>
<tr>
<th>返品・キャンセル</th>
<td>デジタルコンテンツの性質上、購入完了後の返品・キャンセルは原則お受けできません。商品に重大な瑕疵がある場合はお問い合わせください。</td>
</tr>
<tr>
<th>動作環境</th>
<td>モダンブラウザChrome / Safari / Firefox / Edge 最新版)。インターネット接続が必要です。</td>
</tr>
<tr>
<th>その他の費用</th>
<td>商品代金以外に費用は発生しません(インターネット接続料は購入者負担)。</td>
</tr>
</table>
<p class="note">
ご不明な点は<a href="/contact.html" style="color: var(--accent);">お問い合わせフォーム</a>からご連絡ください。
</p>
</main>
</body>
</html>