11/5 秋葉原UDXイルミネーション点灯式にOTAIPROとottoが参加させていただきました!

11/5秋葉原にて行われたイルミネーション点灯式にてottoがピアノコンサートを、OTAIPROが音響、ステージ設営として参加させていただきました! 遂に11月ですね!一気に気温も下がってきて皆様体調崩されたりしておりま […]

.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; /* ★最初から2px固定 */ 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:18px; font-weight:bold; margin-bottom:8px; } /* 価格 */ .otai-price{ color:#d8732a; font-weight:bold; margin-bottom:8px; } /* 説明 */ .otai-desc{ font-size:13px; color:#555; line-height:1.5; margin-bottom:12px; } /* ボタン */ .otai-btn{ display:block; text-align:center; padding:10px; background:#333; color:#fff !important; border-radius:6px; font-size:13px; } /* ボタンホバー */ .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; } }

オタレコおすすめのDJ機材

初心者向けからプロ仕様まで、人気モデルを厳選しました。

.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:6px; } /* ★価格 */ .otai-price{ color:#d8732a; font-weight:bold; margin-bottom:8px; font-size:15px; } /* 説明 */ .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におすすめの機材

制作環境をレベルアップさせる人気モデルを厳選しました。

.otai-menu-box{ background:#fff7cc; padding:25px 20px; border-radius:14px; font-family:Arial, sans-serif; } /* タイトル */ .otai-menu-box h2{ text-align:center; font-size:22px; margin-bottom:20px; color:#111; } /* グリッド */ .otai-menu-box .grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; } /* カード */ .otai-menu-box .card, .otai-menu-box .card:hover, .otai-menu-box .card:focus, .otai-menu-box .card:visited{ display:flex; flex-direction:column; background:#fff; border-radius:10px; overflow:hidden; 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; } /* 下線防止 */ .otai-menu-box .card *{ text-decoration:none !important; } /* ホバー */ .otai-menu-box .card:hover{ transform:translateY(-4px); border-color:#f2d98a; background:#fffdf5; box-shadow:0 6px 16px rgba(240,200,100,0.25); } /* ★画像(高さを半分に調整) */ .otai-menu-box .card img{ width:100%; height:120px; /* ←ここで高さ固定(約半分) */ object-fit:cover; /* ←トリミング */ display:block; } /* テキスト */ .otai-menu-box .text{ padding:12px; font-size:14px; font-weight:bold; text-align:center; line-height:1.5; } /* レスポンシブ */ @media screen and (max-width:640px){ .otai-menu-box .grid{ grid-template-columns:1fr; } }

OTAIRECORD 人気メニュー