@charset "UTF-8";

/*
==================================================

   ビデオ

==================================================
*/



/*
==================================================
  コンテンツ
==================================================
*/

/* ----- 動画埋め込み ----- */
#contents div.video-wrap {
width: 900px;
margin: 0 auto;
}



/* ----- ★834 ----- */
@media screen and (max-width: 834px) {

#contents div.video-wrap {
width: auto;
max-width: 600px;
}

}
/* ----- /834 ----- */




