くずまきワイン 春の風物詩「さくらワイン」予約受付中

A collection page of IMADEYA ONLINE STORE

category
Products
1
Active ads
0
Depth
Published
2025/12/16

About

:root { --text-color: #333; --text-muted: #666; --accent-color: #FF7474; /* 指定:文字強調 */ --bg-gray: #eff2f4; /* 指定:ウィンドウ背景 */ --btn-bg: #404040; /* 指定:ボタン背景 */ --btn-text: #FFF; /* 指定:ボタン文字色 */ } body { font-family: var(--font-base); color: var(--text-color); line-height: 1.8; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; } img { max-width: 100%; height: auto; vertical-align: bottom; } .container { max-width: 1000px; margin: 0 auto; padding: 0 20px; } /* --- Typography --- */ h1, h2, h3 { margin: 0; font-weight: normal; } .serif { font-family: var(--font-serif); } .text-center { text-align: center; } .text-accent { color: var(--accent-color); } .mb-20 { margin-bottom: 20px; } .mb-40 { margin-bottom: 40px; } .mt-60 { margin-top: 60px; } /* --- Components --- */ .btn-primary { display: inline-block; background-color: var(--btn-bg); color: var(--btn-text); padding: 15px 40px; text-decoration: none; font-size: 14px; letter-spacing: 0.1em; transition: opacity 0.3s ease, transform 0.2s ease; border: 1px solid var(--btn-bg); } .btn-primary:hover { opacity: 0.8; transform: translateY(-2px); } /* --- Section: Hero --- */ .hero-section { padding: 80px 0 60px; text-align: center; } .hero-title { font-size: 2.4rem; margin-bottom: 1rem; letter-spacing: 0.05em; } .hero-subtitle { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 2rem; display: block; } /* --- Section: Intro --- */ .intro-section { max-width: 800px; margin: 0 auto 80px; text-align: center; } /* --- Section: Products (Grid) --- */ .product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 80px; } .product-card { display: flex; flex-direction: column; } .product-image { background-color: #f9f9f9; /* 商品画像のプレースホルダー背景 */ aspect-ratio: 3 / 4; /* 既存サイトの比率に合わせる */ object-fit: cover; margin-bottom: 20px; width: 100%; } .product-tag { display: inline-block; font-size: 12px; border: 1px solid #ccc; padding: 4px 10px; margin-bottom: 10px; width: fit-content; } .product-name