nginx
tcp/443 tcp/80
Open service 49.212.243.153:443 · g-spiel.com
2026-01-22 05:45
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 22 Jan 2026 05:46:00 GMT
Content-Type: text/html
Content-Length: 15333
Connection: close
Last-Modified: Thu, 15 Jan 2026 15:57:45 GMT
ETag: "3be5-6486f4920557a"
Accept-Ranges: bytes
Page title: 合同会社シュピール | Spiel LLC
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>合同会社シュピール | Spiel LLC</title>
<style>
/* --- Base Variables --- */
:root {
--primary-color: #1a2a3a; /* 深いネイビー */
--accent-color: #007bff; /* 知的な青 */
--bg-color: #ffffff;
--bg-secondary: #f4f7f6; /* 薄いグレー */
--text-main: #333333;
--text-sub: #666666;
--text-light: #ffffff;
--font-stack: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* --- Reset & Base Styles --- */
body {
font-family: var(--font-stack);
margin: 0;
padding: 0;
color: var(--text-main);
line-height: 1.8;
background-color: var(--bg-color);
}
a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
a:hover { opacity: 0.7; }
.fade-in {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.8s, transform 0.8s;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
/* --- Header --- */
header {
position: fixed;
top: 0;
width: 100%;
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
z-index: 1000;
box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}
.header-inner {
max-width: 1000px;
margin: 0 auto;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-family: sans-serif;
font-size: 24px;
color: #1a2a3a;
display: flex;
align-items: baseline;
gap: 4px; /* SpielとLLCの間の絶妙な距離感 */
}
.logo .brand {
font-weight: 700; /* Spiel:太字 */
}
.logo .type {
font-weight: 300; /* LLC:細字 */
color: #666;
font-size: 20px; /* 指定の20px */
}
.logo .dot {
color: #007bff; /* ドット:青 */
font-weight: 700;
}
nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; }
nav a { font-size: 0.9rem; font-weight: 500; color: var(--text-main); }
/* --- Hero Section (ここを修正:画像なしでグラデーションに) --- */
.hero {
height: 700px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 20px;
margin-bottom: 80px;
/* ダークでデジタルな雰囲気のグラデーション */
background-image: url('img/main-visual.jpg');
color: var(--text-light);
position: relative;
overflow: hidden;
}
/* 背景に少し動きをつける装飾(幾何学模様) */
.hero::before {
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background:
radial-gradient(circle at 20% 30%, rgba(0, 123, 255, 0.1) 0%, transparent 20%),
radial-gradient(circle at 80% 70%, rgba(0, 255, 123, 0.05) 0%, transparent 20%);
z-index: 1;
}
.hero-content {
z-index: 2;
}
.hero-content h1 {
font-size: 3.5rem;
margin: 0 0 20px;
letter-spacing: 0.1em;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero-content p {
fo
Open service 49.212.243.153:80 · g-spiel.com
2026-01-22 05:45
HTTP/1.1 301 Moved Permanently Server: nginx Date: Thu, 22 Jan 2026 05:45:59 GMT Content-Type: text/html; charset=iso-8859-1 Content-Length: 228 Connection: close Location: https://g-spiel.com/ Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://g-spiel.com/">here</a>.</p> </body></html>