amazon GWスマイルSALE 2026

A collection page of PYKES PEAK

sale
Products
15
Active ads
0
Depth
Published
2026/02/20

About

/* ======================================================================== Shopify コレクション説明欄用 CSS (GWスマイルSALE版) ======================================================================== */ /* ★修正: ポップなフォント(Zen Maru Gothic)を確実に読み込む */ @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&display=swap'); .collection-lp-wrapper { max-width: 100%; margin: 0 auto; padding: 0 0 40px; font-family: 'Zen Maru Gothic', 'Hiragino Rounded W4 JIS2004', 'Hiragino Kaku Gothic ProN', sans-serif; color: #333; background-color: #EBF5FA; background-image: radial-gradient(#F9E700 2px, transparent 2px); background-size: 30px 30px; box-sizing: border-box; } /* ★修正: バナーの枠設定を強化 */ .collection-banner { width: 100%; max-width: 900px; margin: 0 auto 40px; display: block; line-height: 0; box-shadow: 0 8px 20px rgba(0,0,0,0.08); border-radius: 8px; overflow: hidden; box-sizing: border-box; } /* ★修正: 画像自体にも角丸を指定し、はみ出しを完全に防ぐ */ .collection-banner img { width: 100%; height: auto; object-fit: cover; border-radius: 8px; display: block; } /* タイトル周り */ .title-wrapper { text-align: center; margin-bottom: 40px; padding-top: 20px; } .amazon-sale-title { font-size: 36px; font-weight: 900; letter-spacing: 0.05em; color: #079fca; margin: 0 0 10px; text-shadow: 3px 3px 0px #F9E700; line-height: 1.2;} .amazon-sale-subtitle { display: inline-block; font-size: 14px; color: #333; background: #F9E700; padding: 6px 20px; border-radius: 50px; font-weight: bold; margin: 0; border: 2px solid #333; } /* セール詳細ボード */ .sale-board { background: #fff; border-radius: 12px; padding: 40px 20px; margin-bottom: 50px; max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; position: relative; border: 3px solid #079fca; box-shadow: 8px 8px 0px #F9E700; box-sizing: border-box; } .sale-board::before { content: ''; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 100px; height: 25px; background: #E0E0E0; border-radius: 20px; border: 3px solid #333; b