お母さんの時間を彩るのはこの一本。感謝を醸す「母の日」の酒。

A collection page of IMADEYA ONLINE STORE

seasonal
Products
19
Active ads
0
Depth
Published
2026/05/01

About

母の日特集 - IMADEYA /* ========================================= Variables (指定カラー・フォントの定義) ========================================= */ :root { --color-accent: #FF7474; --color-window-bg: #eff2f4; --color-btn-bg: #404040; --color-btn-text: #FFF; --color-text-main: #333333; --color-product-name: #000000; --font-ja: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif; --font-en: 'Roboto Slab', serif; } /* ========================================= Base Styles ========================================= */ body { font-family: 'Roboto Slab', 'Yu Gothic', '游ゴシック', YuGothic, sans-serif; background-color: var(--color-window-bg); color: var(--color-text-main); line-height: 1.6; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { max-width: 100%; height: auto; vertical-align: bottom; image-rendering: -webkit-optimize-contrast; } a { color: var(--color-text-main); text-decoration: none; transition: color 0.3s ease; } a:hover { color: var(--color-accent); } a:focus-visible, button:focus-visible, .swiper-button-next:focus-visible, .swiper-button-prev:focus-visible { outline: 2px dashed var(--color-accent); outline-offset: 4px; } /* ========================================= Layout & Components ========================================= */ .p-article { max-width: 1000px; margin: 0 auto; padding: 0 20px 60px; background-color: #fff; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); } .p-lower-kv { margin-bottom: 40px; } .p-lower-kv__img { width: 100%; overflow: hidden; border-radius: 0 0 8px 8px; } .p-lower-kv__lead { padding: 40px 20px 20px; text-align: center; } .p-lower-kv__lead strong { color: var(--color-accent); font-size: 1.5rem; display: block; margin-bottom: 20px; letter-spacing: 0.05em; } .ly_section-m { margin-top: 70px; margin-bottom: 25px; border-bottom: 2px solid var(--color-window-bg); padding-bottom: 12px; } .ly_section-l { margin-bottom: 50px; } .el_hdg-secondary { font-size: 1.4rem; color: var(--color-text-main); margin: 0;