SAVON ROSE
A collection page of 高級ナビ オンラインストア
About
/* --- コンテナ設定 --- */ .rs-nav-container { font-family: "Shippori Mincho", "Yu Mincho", serif; max-width: 860px; margin: 0 auto; padding: 50px 20px; color: #444; line-height: 1.9; background-color: #fff; box-sizing: border-box; } /* --- ヘッダーエリア --- */ .rs-header { text-align: center; margin-bottom: 50px; } .rs-brand { font-family: 'Times New Roman', serif; font-size: 13px; letter-spacing: 0.25em; color: #b33951; /* エレガントなローズレッド */ text-transform: uppercase; display: block; margin-bottom: 15px; } .rs-main-title { font-size: 28px; font-weight: 500; margin: 0 0 15px 0; line-height: 1.5; color: #2c1a1e; /* 深みのあるローズブラウン */ } .rs-sub-text { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 14px; color: #888; margin: 0; } /* --- 権威性バナー(浮遊デザイン・華やかさ) --- */ .rs-trust-banner { /* 枠線なし、温かみのある影 */ border: none; box-shadow: 0 5px 25px rgba(179, 57, 81, 0.08); /* 背景は極めて薄いローズホワイト */ background-color: #fffafa; padding: 40px 30px; text-align: center; margin-bottom: 50px; position: relative; border-radius: 4px; } /* 上のライン(ローズゴールド) */ .rs-trust-banner::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #e6c8d3, #b33951, #e6c8d3); border-top-left-radius: 4px; border-top-right-radius: 4px; } .rs-trust-label { color: #b33951; font-size: 13px; font-weight: bold; display: block; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.1em; } .rs-trust-head { font-size: 20px; font-weight: bold; color: #2c1a1e; margin-bottom: 10px; } .rs-trust-desc { font-size: 13px; color: #5c3a42; } /* --- 3つの特徴 --- */ .rs-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 40px; text-align: left; } .rs-feat-item { padding-top: 15px; border-top: 1px solid #f2e6e9; } .rs-feat-num { font-family: 'Times New Roman', serif; font-size: 36px; color: #f0cdda; /* 淡いダスティピンクの数字 */ line-height: 1; margin-bottom: 10px; } .rs-feat-head { font-size: 15px; font-weight: bold; margin-bottom: 10px; color