box-sizing: border-box;
background-color: #222222;
color: #ffffff;
}
button {
padding: 12px;
font-size: 16px;
background-color: #a1ede8;
border: none;
border-radius: 8px;
cursor: pointer;
font-weight: bold;
color: #000000;
transition: 0.2s;
}
button:hover {
background-color: #e6b800;
}
/* 動画コンテナ */
#videoContainer {
margin-top: 30px;
position: relative;
width: 100%;
max-width: 560px;
padding-bottom: 56.25%; /* 16:9 アスペクト比 */
height: 0;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(255,255,255,0.2);
}
#videoContainer iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
注意:簡易版です。検索機能・サポートはありません。
入力は動画IDのみ対応。自己責任でご利用ください。