lvetica Neue', Arial, sans-serif; display: flex; flex-direction: column; align-items: center; min-height: 100vh; } .container { width: 90%; max-width: 800px; margin-top: 20px; text-align: center; } h1 { font-size: 24px; margin-bottom: 15px; color: #ff0000; /* YouTubeカラー */ } .input-area { display: flex; gap: 10px; margin-bottom: 20px; } input[type="text"] { flex: 1; padding: 12px; border: 1px solid #333; border-radius: 6px; background-color: #222; color: #fff; font-size: 16px; outline: none; } input[type="text"]:focus { border-color: #ff0000; } button { padding: 12px 24px; background-color: #ff0000; color: white; border: none; border-radius: 6px; font-size: 16px; font-weight: bold; cursor: pointer; transition: background 0.2s; } button:hover { background-color: #cc0000; } /* シアターモード風のレスポンシブ動画枠 */ .video-wrapper { position: relative; width: 100%; padding-top: 56.25%; /* 16:9 の比率を維持 */ background-color: #000; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.5); display: none; /* 初期状態は非表示 */ } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .info-text { font-size: 13px; color: #aaa; margin-top: 10px; }
※URLを貼り付けるか、直接動画IDを入力して「再生する」を押してください。