	.start {
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 9000;
	}
	.start p {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 9999;
		width: 100%;
	}

    .start p img{
		width: 100%;
	}
	/* スクリーンサイズが1900px以上の場合に適用 */
@media only screen and (min-width: 1000px) {
	.start p img{
		width: 50%;
		padding-left: 25%;
	}
}
/* スクリーンサイズが1900px以上の場合に適用 */
@media only screen and (min-width: 1900px) {
	.start p img{
		width: 50%;
		padding-left: 25%;
	}
}