/*
Theme Name:  force-child
Theme URI:  https://my-system.co.jp/
Description:  Theme to support tutsplus tutorial. Child theme for rebirth_free001.
Author:  my-system
Textdomain:  
Author URI:  https://my-system.co.jp/
Template:  force_tcd078
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://my-system.co.jp/             
*/

/* ----------------------------------------------------------------------
 カスタマイズ 2022/03/03 トップ動画レスポンシブ切り替え
---------------------------------------------------------------------- */

#video-rpsv {text-align: center;}

#video-pc {width: 100%;}
@media only screen and (max-width: 767px) {
  #video-pc {display:none;}
  #video-sp {width: 100%;}
}

