カードゲーム総合ランキング BEST 5
1位
👑
ito(イト)
会話と直感で数字をそろえる協力ゲーム
- 人数:2〜10人
- 時間:30分
- 難易度:★☆☆☆☆
盛り上がり度:★★★★★
ルールの簡単さ:★★★★★
くわしく見る
Amazonで見る
2位
ワードウルフ
一人だけ違うお題を当てるトークゲーム
- 人数:3〜8人
- 時間:10〜20分
- 難易度:★☆☆☆☆
盛り上がり度:★★★★★
心理戦:★★★★☆
くわしく見る
Amazonで見る
.ranking-section {
max-width: 900px;
margin: 0 auto 60px;
padding: 24px;
background: radial-gradient(circle at top, #fff7e6, #f5f0ff);
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.ranking-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 24px;
font-weight: 700;
letter-spacing: 0.08em;
position: relative;
}
.ranking-title::after {
content: “”;
display: block;
width: 80px;
height: 3px;
margin: 12px auto 0;
border-radius: 999px;
background: linear-gradient(90deg, #f5b300, #e94e77);
}
.ranking-card {
position: relative;
display: grid;
grid-template-columns: auto 1fr;
gap: 12px;
padding: 18px 18px 18px 60px;
margin-bottom: 16px;
background: rgba(255,255,255,0.96);
border-radius: 18px;
border: 1px solid rgba(255,255,255,0.8);
box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}
.ranking-card:last-child {
margin-bottom: 0;
}
/* 1位だけゴージャスに */
.ranking-1 {
border: 2px solid #f5b300;
background: linear-gradient(135deg, #fff9e6, #ffffff);
}
.rank-badge {
position: absolute;
left: 16px;
top: 14px;
width: 40px;
height: 40px;
border-radius: 50%;
background: linear-gradient(135deg, #f5b300, #e94e77);
color: #fff;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}
.rank-crown {
position: absolute;
left: 12px;
bottom: 10px;
font-size: 1.3rem;
}
.rank-main {
display: flex;
flex-direction: column;
gap: 6px;
}
.game-title {
font-size: 1.4rem;
font-weight: 700;
}
.game-catch {
font-size: 0.95rem;
color: #666;
}
.game-spec {
display: flex;
flex-wrap: wrap;
gap: 8px 16px;
padding: 0;
margin: 6px 0;
list-style: none;
font-size: 0.9rem;
color: #555;
}
.game-score {
display: flex;
flex-wrap: wrap;
gap: 8px 16px;
font-size: 0.9rem;
}
.btn-detail,
.btn-amazon {
display: inline-block;
padding: 6px 14px;
border-radius: 999px;
font-size: 0.9rem;
text-decoration: none;
margin-top: 4px;
margin-right: 6px;
text-align: center;
white-space: nowrap;
}
.btn-detail {
border: 1px solid #bbb;
color: #555;
background: #fff;
}
.btn-amazon {
border: none;
color: #fff;
background: linear-gradient(135deg, #f5b300, #e94e77);
box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
/* スマホ対応 */
@media (max-width: 640px) {
.ranking-card {
grid-template-columns: 1fr;
padding-left: 56px;
}
.game-spec,
.game-score {
flex-direction: column;
align-items: flex-start;
}
}