<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>【ガソラク】カーボンニュートラルシート インフォグラフィック</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></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;700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
.chart-container {
position: relative;
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
height: 320px;
max-height: 400px;
}
@media (min-width: 768px) {
.chart-container {
height: 400px;
}
}
.flow-arrow {
font-size: 2rem;
line-height: 1;
color: #EE9B00;
}
</style>
</head>
<body class="bg-gray-100" style="background-color: #005F73;">
<div class="container mx-auto p-4 md:p-8">
<header class="text-center mb-12 text-white">
<h1 class="text-4xl md:text-6xl font-black mb-2" style="color: #E9D8A6;">ガソラク徹底解説</h1>
<p class="text-lg md:text-xl font-bold">貼るだけで燃費が最大30%向上!未来のカーライフを実現する</p>
<p class="text-3xl md:text-5xl font-black mt-2" style="color: #94D2BD;">カーボンニュートラルシート</p>
</header>
<section class="mb-12">
<div class="bg-white rounded-lg shadow-2xl p-6 md:p-8">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-6" style="color: #005F73;">あなたのカーライフ、こんな悩みありませんか?</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 text-center">
<div class=" p-4 rounded-lg" style="background-color: #94D2BD;">
<div class="text-4xl mb-2">⛽</div>
<h3 class="font-bold text-lg text-white">高騰するガソリン代</h3>
<p class="text-white">家計を圧迫し続ける燃料費。なんとかしたい…</p>
</div>
<div class=" p-4 rounded-lg" style="background-color: #94D2BD;">
<div class="text-4xl mb-2">📉</div>
<h3 class="font-bold text-lg text-white">愛車の燃費性能</h3>
<p class="text-white">もう少し燃費が良ければ、もっと遠くへ行けるのに…</p>
</div>
<div class=" p-4 rounded-lg" style="background-color: #94D2BD;">
<div class="text-4xl mb-2">🌍</div>
<h3 class="font-bold text-lg text-white">地球環境への配慮</h3>
<p class="text-white">環境に優しい運転をしたいけど、具体的にどうすれば?</p>
</div>
</div>
</div>
</section>
<section class="mb-12">
<div class="bg-white rounded-lg shadow-2xl p-6 md:p-8">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-6" style="color: #005F73;">その答えがここに。「ガソラク」の驚きのメカニズム</h2>
<p class="text-center max-w-3xl mx-auto mb-8 text-gray-600">「ガソラク」は、特許技術である希土鉱石のエネルギーを利用してエンジンに入る「空気」を前処理します。これにより燃焼効率を根本から改善し、燃費向上と排ガス浄化を同時に実現します。</p>
<div class="flex flex-col md:flex-row items-center justify-center gap-4 md:gap-8 text-center">
<div class="flex-1 p-4 rounded-lg border-2 border-dashed" style="border-color: #0A9396;">
<div class="text-4xl mb-2">💨</div>
<h3 class="font-bold text-lg" style="color: #0A9396;">Step 1: 吸気効率化</h3>
<p class="text-gray-600">空気がシートを通過。希土鉱石の微量なエネルギーに反応します。</p>
</div>
<div class="flow-arrow hidden md:block">→</div>
<div class="flow-arrow md:hidden transform rotate-90">↓</div>
<div class="flex-1 p-4 rounded-lg border-2 border-dashed" style="border-color: #0A9396;">
<div class="text-4xl mb-2">✨</div>
<h3 class="font-bold text-lg" style="color: #0A9396;">Step 2: 酸素活性化</h3>
<p class="text-gray-600">空気中の酸素が活性化され、燃料と結合しやすい状態に変わります。</p>
</div>
<div class="flow-arrow hidden md:block">→</div>
<div class="flow-arrow md:hidden transform rotate-90">↓</div>
<div class="flex-1 p-4 rounded-lg border-2 border-dashed" style="border-color: #0A9396;">
<div class="text-4xl mb-2">🔥</div>
<h3 class="font-bold text-lg" style="color: #0A9396;">Step 3: 燃焼効率向上</h3>
<p class="text-gray-600">活性酸素が燃料を完全燃焼へと導き、エネルギー効率を最大化します。</p>
</div>
</div>
</div>
</section>
<section class="mb-12 grid grid-cols-1 md:grid-cols-5 gap-8">
<div class="md:col-span-3 bg-white rounded-lg shadow-2xl p-6 md:p-8">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-2" style="color: #005F73;">驚異的な燃費改善効果</h2>
<p class="text-center max-w-3xl mx-auto mb-6 text-gray-600">様々な車種で燃費向上が実証されています。あなたの愛車も、もっと経済的に。</p>
<div class="chart-container">
<canvas id="fuelEfficiencyChart"></canvas>
</div>
</div>
<div class="md:col-span-2 flex flex-col gap-8">
<div class="bg-white rounded-lg shadow-2xl p-6 text-center flex-1 flex flex-col justify-center">
<p class="text-lg font-bold" style="color: #005F73;">エンジン効率向上</p>
<p class="text-7xl font-black" style="color: #CA6702;">最大30<span class="text-4xl">%</span></p>
<p class="text-gray-500">科学的に証明された向上率</p>
</div>
<div class="bg-white rounded-lg shadow-2xl p-6 text-center flex-1 flex flex-col justify-center">
<p class="text-lg font-bold" style="color: #005F73;">年間ガソリン代節約</p>
<p class="text-6xl font-black" style="color: #CA6702;">約3<span class="text-4xl">万円</span></p>
<p class="text-gray-500">年間12,000km走行の場合</p>
</div>
</div>
</section>
<section class="mb-12">
<div class="bg-white rounded-lg shadow-2xl p-6 md:p-8">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-6" style="color: #005F73;">地球に優しい!CO2と有害排ガスを大幅削減</h2>
<p class="text-center max-w-3xl mx-auto mb-8 text-gray-600">燃費が向上することは、環境負荷の低減に直結します。「ガソラク」は、あなたの運転をエコな活動に変えます。</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center">
<h3 class="font-bold text-xl mb-2" style="color: #0A9396;">一酸化炭素(CO)</h3>
<div class="chart-container" style="height: 200px;">
<canvas id="coReductionChart"></canvas>
</div>
<p class="text-2xl font-bold mt-2" style="color: #0A9396;">4% 削減</p>
</div>
<div class="text-center">
<h3 class="font-bold text-xl mb-2" style="color: #0A9396;">炭化水素(HC)</h3>
<div class="chart-container" style="height: 200px;">
<canvas id="hcReductionChart"></canvas>
</div>
<p class="text-2xl font-bold mt-2" style="color: #0A9396;">45% 削減</p>
</div>
<div class="text-center">
<h3 class="font-bold text-xl mb-2" style="color: #0A9396;">ディーゼル黒煙</h3>
<div class="chart-container" style="height: 200px;">
<canvas id="smokeReductionChart"></canvas>
</div>
<p class="text-2xl font-bold mt-2" style="color: #0A9396;">50-75% 削減</p>
</div>
</div>
</div>
</section>
<section class="mb-12">
<div class="bg-white rounded-lg shadow-2xl p-6 md:p-8">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-6" style="color: #005F73;">まだある!ガソラクがもたらすプラスの変化</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 text-center">
<div class="p-6 rounded-lg" style="background-color: #E9D8A6;">
<div class="text-5xl mb-3">🚀</div>
<h3 class="font-bold text-xl" style="color: #CA6702;">性能向上</h3>
<p class="mt-2" style="color: #BB3E03;">アクセルが軽くなり、トルクアップを体感。運転がもっと楽しくなります。</p>
</div>
<div class="p-6 rounded-lg" style="background-color: #E9D8A6;">
<div class="text-5xl mb-3">⏱️</div>
<h3 class="font-bold text-xl" style="color: #CA6702;">わずか5分で装着</h3>
<p class="mt-2" style="color: #BB3E03;">特別な工具は不要。シール感覚で誰でも簡単に取り付け可能です。</p>
</div>
<div class="p-6 rounded-lg" style="background-color: #E9D8A6;">
<div class="text-5xl mb-3">📅</div>
<h3 class="font-bold text-xl" style="color: #CA6702;">効果は約2年持続</h3>
<p class="mt-2" style="color: #BB3E03;">一度貼れば、長期間にわたって燃費改善効果を享受できます。</p>
</div>
</div>
</div>
</section>
<section class="mb-12">
<div class="bg-white rounded-lg shadow-2xl p-6 md:p-8">
<h2 class="text-2xl md:text-3xl font-bold text-center mb-6" style="color: #005F73;">安全性と適合性</h2>
<p class="text-center max-w-3xl mx-auto mb-8 text-gray-600">安心してご使用いただくために、安全性と法規適合性もクリアしています。</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
<div>
<h3 class="text-xl font-bold text-center mb-4" style="color: #0A9396;">微量な放射線量で人体への影響なし</h3>
<div class="chart-container" style="height: 250px;">
<canvas id="safetyChart"></canvas>
</div>
</div>
<div>
<div class="text-center p-6 rounded-lg border-2" style="border-color: #0A9396;">
<div class="text-5xl mb-4">✅</div>
<h3 class="text-xl font-bold mb-2" style="color: #005F73;">法的基準に完全適合</h3>
<p class="text-gray-600">「道路運送車両法」などの基準に適合しており、車両改造には該当しません。</p>
<p class="font-bold mt-4 text-lg" style="color: #0A9396;">安心してご使用いただけます。</p>
</div>
<div class="text-center mt-6 p-6 rounded-lg border-2" style="border-color: #0A9396;">
<div class="text-5xl mb-4">🚗</div>
<h3 class="text-xl font-bold mb-2" style="color: #005F73;">幅広い車種に対応</h3>
<p class="text-gray-600">軽自動車からトラック、重機まで、様々な内燃機関で効果が期待できます。</p>
</div>
</div>
</div>
</div>
</section>
<footer class="text-center text-white py-6">
<p class="font-bold text-2xl mb-2" style="color: #E9D8A6;">さあ、「ガソラク」で最高のカーライフを始めよう!</p>
<p>経済的な余裕と快適なドライブ、そして地球に優しい選択を、今すぐ。</p>
</footer>
</div>
<script>
document.addEventListener('DOMContentLoaded', () => {
const FONT_COLOR = '#005F73';
const FONT_COLOR_LIGHT = '#94D2BD';
const ACCENT_COLOR_1 = '#EE9B00';
const ACCENT_COLOR_2 = '#CA6702';
const ACCENT_COLOR_3 = '#9B2226';
const GRID_COLOR = '#E0E0E0';
const processLabel = (label) => {
if (label.length <= 16) return label;
const words = label.split(' ');
const lines = [];
let currentLine = '';
for (const word of words) {
if ((currentLine + ' ' + word).trim().length > 16) {
lines.push(currentLine.trim());
currentLine = word;
} else {
currentLine = (currentLine + ' ' + word).trim();
}
}
if (currentLine) {
lines.push(currentLine.trim());
}
return lines;
};
const defaultTooltipCallback = {
plugins: {
legend: {
labels: {
color: FONT_COLOR
}
},
tooltip: {
callbacks: {
title: function(tooltipItems) {
const item = tooltipItems[0];
let label = item.chart.data.labels[item.dataIndex];
if (Array.isArray(label)) {
return label.join(' ');
} else {
return label;
}
}
}
}
}
};
const fuelEfficiencyCtx = document.getElementById('fuelEfficiencyChart').getContext('2d');
new Chart(fuelEfficiencyCtx, {
type: 'bar',
data: {
labels: ['2000cc HV', '660cc 軽自動車', '3500cc ガソリン車'].map(processLabel),
datasets: [{
label: '燃費向上率 (%)',
data: [5, 16, 6],
backgroundColor: [ACCENT_COLOR_1, ACCENT_COLOR_2, FONT_COLOR_LIGHT],
borderRadius: 5,
borderWidth: 0
}]
},
options: {
...defaultTooltipCallback,
maintainAspectRatio: false,
scales: {
y: {
beginAtZero: true,
title: { display: true, text: '向上率 (%)', color: FONT_COLOR },
ticks: { color: FONT_COLOR },
grid: { color: GRID_COLOR }
},
x: {
ticks: { color: FONT_COLOR },
grid: { display: false }
}
},
plugins: {
...defaultTooltipCallback.plugins,
legend: { display: false },
}
}
});
const createDoughnutChart = (id, data, color) => {
const ctx = document.getElementById(id).getContext('2d');
return new Chart(ctx, {
type: 'doughnut',
data: {
labels: ['削減', '残存'],
datasets: [{
data: [data, 100 - data],
backgroundColor: [color, '#f0f0f0'],
borderWidth: 0
}]
},
options: {
...defaultTooltipCallback,
maintainAspectRatio: false,
cutout: '70%',
plugins: {
...defaultTooltipCallback.plugins,
legend: { display: false },
}
}
});
};
createDoughnutChart('coReductionChart', 4, ACCENT_COLOR_3);
createDoughnutChart('hcReductionChart', 45, ACCENT_COLOR_3);
const smokeReductionCtx = document.getElementById('smokeReductionChart').getContext('2d');
new Chart(smokeReductionCtx, {
type: 'doughnut',
data: {
labels: ['削減範囲', '残存'],
datasets: [{
data: [75, 25],
backgroundColor: [ACCENT_COLOR_3, '#f0f0f0'],
borderWidth: 0,
circumference: (ctx) => {
if (ctx.dataIndex === 0) {
return (75 - 50) / 100 * 360;
}
return 360 - (25 / 100 * 360)
},
rotation: -90 - (50/100 * 360) / 2
}]
},
options: {
...defaultTooltipCallback,
maintainAspectRatio: false,
cutout: '70%',
plugins: {
...defaultTooltipCallback.plugins,
legend: { display: false },
}
}
});
const safetyCtx = document.getElementById('safetyChart').getContext('2d');
new Chart(safetyCtx, {
type: 'bar',
data: {
labels: ['ガソラクの放射線量', '日本の安全ガイドライン'].map(processLabel),
datasets: [{
label: '年間放射線量 (mSv/年)',
data: [0.36, 1.0],
backgroundColor: [FONT_COLOR_LIGHT, ACCENT_COLOR_1],
barPercentage: 0.6,
categoryPercentage: 0.7
}]
},
options: {
...defaultTooltipCallback,
maintainAspectRatio: false,
indexAxis: 'y',
scales: {
x: {
beginAtZero: true,
title: { display: true, text: 'mSv/年', color: FONT_COLOR },
ticks: { color: FONT_COLOR },
grid: { color: GRID_COLOR }
},
y: {
ticks: { color: FONT_COLOR },
grid: { display: false }
}
},
plugins: {
...defaultTooltipCallback.plugins,
legend: { display: false }
}
}
});
});
</script>
</body>
</html>


