@charset "utf-8";
/* ===============================================================
popup video
=============================================================== */
.ttl_video{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
.video_btn{
	position: relative;
	display: block;
}
.video_btn:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(./?mortyurl=https%3A%2F%2Fwww.kansai-td.co.jp%2Fcorporate%2Fimages%2Fgallery_play.png) no-repeat;
	width: 64px;
	height: 45px;
	background-size: contain;
}
.video_clm.clm2 > .clm_in {
  margin-top: 40px;
}
.video_clm.clm2 > .clm_in:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
	#colorbox{
		top:50%!important;
		transform: translate(0, -50%)
	}
	#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent{
		height: 1px!important;
		padding-bottom: 60%;
	}
	.cboxIframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.video_clm.clm2 > .clm_in, .video_clm.clm2 > .clm_in:nth-child(2n), .video_clm.clm2 > .clm_in:nth-child(-n+2){
			margin-top: 30px;
	}
}