.otai-wrap{
background:#f7f5f2;
padding:30px 20px;
border-radius:14px;
font-family:Arial, sans-serif;
}
/* タイトル */
.otai-wrap h2{
text-align:center;
font-size:24px;
margin-bottom:10px;
}
.otai-wrap p{
text-align:center;
font-size:14px;
color:#666;
margin-bottom:25px;
}
/* グリッド */
.otai-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
}
/* カード(リンク) */
.otai-card,
.otai-card:hover,
.otai-card:focus,
.otai-card:visited{
display:flex;
flex-direction:column;
justify-content:space-between;
background:#fff;
border-radius:12px;
padding:15px;
border:2px solid #ddd;
box-sizing:border-box;
text-decoration:none !important;
color:#111;
transition:
transform .25s,
box-shadow .25s,
background .25s,
border-color .25s;
cursor:pointer;
}
/* 下線完全防止 */
.otai-card *{
text-decoration:none !important;
}
/* ホバー */
.otai-card:hover{
transform:translateY(-4px);
border-color:#f2d98a;
background:#fffdf5;
box-shadow:0 6px 16px rgba(240,200,100,0.25);
}
/* 画像 */
.otai-card img{
width:100%;
margin-bottom:10px;
}
/* 商品名 */
.otai-title{
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
/* 説明(DTMは軽めに) */
.otai-desc{
font-size:13px;
color:#555;
line-height:1.5;
margin-bottom:12px;
}
/* ボタン */
.otai-btn{
display:block;
text-align:center;
padding:8px;
background:#333;
color:#fff !important;
border-radius:6px;
font-size:12px;
}
/* ホバー時ボタン */
.otai-card:hover .otai-btn{
background:#e0b94f;
color:#fff !important;
}
/* レスポンシブ */
@media screen and (max-width:1024px){
.otai-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media screen and (max-width:640px){
.otai-grid{
grid-template-columns:1fr;
}
}
作曲・DTMにおすすめの機材
制作環境をレベルアップさせる人気モデルを厳選しました。