
body {
	background-color: #d8d8d8;
}

	@media screen and (max-width: 766px) {
		body {
		    background-position: 50% 50%;
		}
	}

#youtube{
    background-image: url(../images/studio_c1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;

	width:960px;
	height: 555px;
	padding: 80px 180px;
}
	@media screen and (max-width: 766px) {
		#youtube{
			background-image: url(none);
			width:auto;
			height: auto;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 0;
		}
		.sp #youtube{
			padding-top: 60px;
		}
	}


#youtube iframe{
	width:960px;
	height:100%;
}
	@media screen and (max-width: 766px) {
		#youtube iframe{
			width: 90vw;
			height:500px;
			padding-bottom: 0;
		}
	}
	@media (max-width: 542px) {
		#youtube iframe{
			height:300px;
		}
	}
.img_iphone{
}
.txt_limited{
	padding-top: 35px;
	text-align: left;
}
	@media screen and (max-width: 766px) {
		.txt_limited{
			display: none;
		}
	}

.txt_price{
	margin-top: 20px;
}


