diff --git a/style.css b/style.css index ead0586..960f6cf 100644 --- a/style.css +++ b/style.css @@ -139,7 +139,7 @@ box-shadow: 0 4px 20px rgba(0,0,0,0.15); } -/* 退出 */ +/* 退出ボタン */ .exit-btn { padding: 6px 14px; background: #ff6b6b; @@ -231,7 +231,7 @@ to { opacity: 1; transform: translateY(0); } } -/* ピンの滑らかジャンプ */ +/* ★ ピンの滑らかジャンプ(マーカー全体) */ @keyframes smoothBounce { 0% { transform: translateY(0) scale(1); } 30% { transform: translateY(-18px) scale(1.05); }