
	#modalwindow{
	display:none;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10000;
	}
	#modalwindow img {
		width: 100%;
		height: auto;
		display: block;
	}
	#bamiri{
	width: 65%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #fff;
	}
	#subwindow{
	position:absolute;
	overflow-y: scroll;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	}
	.modal_close{
		position: absolute;
		top: 0;
		right: 0;
		width: 15%;
		height: 15%;
		max-width: 80px;
		max-height: 80px;
		transform: translate(50%, -100%);
	}
	/* -- 動画（YouTube・MP4　共通） end --  */


	@media screen and (max-width:767px) {
		#bamiri{
			width: 80%;
		}
		.modal_close{
			top: -40px;
			right: -20px;
			width: 40px;
			height: 40px;
			transform: translate(0,0);
		}
	}