/*------------------------------
コンテンツ枠
------------------------------*/
#container {
	margin: 0 auto;
	text-align: center;
}

#wrap_top {
	background: url(images/bg.png) repeat-y;
    background-size: contain;
    width: 100%;
}
/*------------------------------
メインコンテンツ枠
------------------------------*/
#main p {
	margin: 0;
	padding: 40px 0 0 0;
}

.frame-wrapper__video {
	position: relative;
}

.frame-wrapper__video_inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.frame-wrapper__video_inner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 751px) {
	.frame-wrapper {
		position: relative;
		max-width: 1240px;
    	margin: auto;
		z-index: 1001;
	}
	
	.frame-wrapper__video {
		position: absolute;
		width: 588px;
    	left: 65px;
		top: 100px;
	}
}

@media only screen and (max-width: 750px) {
	#container {
		width: 100%;
	}
	
	img {
	border: 0;
	vertical-align: top;
	width: 100%
	}
	
	.contents {
		position: relative;
		z-index: 10;
	}
	
	.frame-wrapper {
		position: absolute;
		margin: 20px auto 0;
		z-index: 1001;
		width: -webkit-fill-available;
		left: 0;
		right: 0;
	}
	
	.frame-wrapper__video {
		width: 80vw;
        padding: 8px;
		margin: auto;
	}
}

.guard_img {
	position: relative;
}


/* 画像ダウンロード禁止対応 */
.guard_wrap {
	width: 100%;
	height:100%;
	position: relative;
}

.guard {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	z-index: 1000;
}
