@charset "utf-8";


/*
==============================

ロングショット

==============================
*/


header   {
	height: 720px;
	background-color:#000;
}

.gzone-title   {
	height: 720px;
}

.gzone-title1   {
    height: 720px;
}

.gzone-title2  {
    height: 720px;
	background-repeat:no-repeat;
	background-position: right;
	background-image:url(image1.jpg);
}

.gzone-title3 {
    height: 720px;
}

.gzone-title p  {
	background: rgba(0,0,0, 0.5)
}


@media screen and (min-width:560px) {
	.gzone-title3 {
		background: linear-gradient(to right, #000 calc(100% - 560px), transparent 250px); /* Standard syntax */
	}
}
@media screen and (min-width:556px) and (max-width:559px) {
	.gzone-title3 {
		background: linear-gradient(to right, #000, transparent 250px); /* Standard syntax */
	}
}
@media screen and (max-width:450px)	 { /* Smart Phone */
	.gzone-title2 {
			background-position: -120px bottom;
	}
}

