@charset "utf-8";
/*////////////////////////////////////////////////////////////////////////
YouTube動画ポップアップ（colorbox iframe）共通スタイル
index.php / chara/index.php / special/index.php / movie/index.php に
個別に重複していた<style>ブロックをここに集約。
////////////////////////////////////////////////////////////////////////*/
#cboxContent{
	margin: 0;
}
#cboxClose{
	right: 0.5%;
	top:0.5%;
}

.cboxIframeWrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 16 / 9;
	z-index: 9999;
	padding: 0.5em;
}

#colorbox, #cboxWrapper, #cboxContent {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
