22 1. デザイントークン
33 ========================================================================== */
44: root {
5- /* カラーパレット */
65 --color-bg : # 0d111c ;
76 --color-surface : # 161b22 ;
87 --color-panel : # 161b22 ;
1615 --color-accent : # 6366f1 ;
1716 --color-accent-dark : # 4f46e5 ;
1817 --color-accent-soft : rgba (99 , 102 , 241 , 0.1 );
19- --color-accent-rgb :
20- 99 , 102 , 241 ; /* グローエフェクト用にRGB値を変数化 */
18+ --color-accent-rgb : 99 , 102 , 241 ;
2119
22- /* シャドウ */
2320 --shadow-sm : 0 1px 2px rgba (0 , 0 , 0 , 0.05 );
2421 --shadow-md :
2522 0 4px 6px rgba (0 , 0 , 0 , 0.1 ),
3431 0 0 12px rgba (var (--color-accent-rgb ), 0.4 ),
3532 0 0 24px rgba (var (--color-accent-rgb ), 0.2 );
3633
37- /* 角丸 */
3834 --radius-sm : 4px ;
3935 --radius-md : 8px ;
4036 --radius-lg : 12px ;
4137
42- /* フォント */
4338 --font-body :
4439 "Inter" , system-ui, -apple-system,
4540 BlinkMacSystemFont, "Segoe UI" , "Hiragino Sans" ,
4641 "Noto Sans JP" , sans-serif;
4742 --font-heading : var (--font-body );
4843
49- /* トランジション */
5044 --transition-smooth : all 0.25s
5145 cubic-bezier (0.165 , 0.84 , 0.44 , 1 ); /* スムーズなアニメーション */
5246}
107101 line-height : 1.2 ;
108102 color : var (--color-heading );
109103 font-family : var (--font-heading );
110- font-weight : 700 ; /* 見出しの太さを強調 */
111- letter-spacing : -0.02em ; /* 文字間を少し詰める */
104+ font-weight : 700 ;
105+ letter-spacing : -0.02em ;
112106}
113107
114108p {
133127a : hover {
134128 color : var (--color-accent-dark );
135129 text-decoration : none;
136- text-shadow : 0 0 8px rgba (var (--color-accent-rgb ), 0.5 ); /* ホバー時にグローエフェクト */
130+ text-shadow : 0 0 8px rgba (var (--color-accent-rgb ), 0.5 );
137131}
138132
139133img {
@@ -162,7 +156,6 @@ button {
162156/* ==========================================================================
163157 3. 共通ユーティリティクラス
164158 ========================================================================== */
165-
166159.main-container {
167160 max-width : 1120px ;
168161 margin : 0 auto;
@@ -178,7 +171,6 @@ button {
178171/* ==========================================================================
179172 4. スクロールアニメーション
180173 ========================================================================== */
181-
182174.reveal-on-scroll {
183175 opacity : 0 ;
184176 transform : translateY (20px );
0 commit comments