.timeline-elevator {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    line-height: 0;
	/*max-width: 1200px;
	margin: 0 auto;*/
}
.timeline-elevator,
.timeline-elevator * {
  pointer-events: none;
}

.timeline-elevator-background {
    width: 100%;
}

.timeline-elevator-overlay {
    position: absolute;
    z-index: 30;
    line-height: 0;
    pointer-events: none;
}

.timeline-elevator-car-back {
    z-index: 24;
}

.timeline-elevator-car-front {
    z-index: 26;
}

.timeline-elevator-cargo-pile {
    z-index: 40;
}

.timeline-elevator-truck {
    z-index: 50;
}

.timeline-elevator-person {
    z-index: 70;
}

.timeline-elevator-lift {
    z-index: 60;
}
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*左右背景シルエット*/
#wrap{
	width: 100%;
	background: url(../img/silhouette.png) repeat-x bottom / auto 260px, linear-gradient(#0089e9, #052555);
}
/*左右背景グラデのみ*/
/*#wrap{
	width: 100%;
	background: linear-gradient(#0089e9, #052555);
}*/
/*左右エフェクト*/
/*#wrap{
	background-image: url(../img/konkuriwall.jpg);
	background-size: auto;
	background-blend-mode: multiply;
	background-color: #ccc;
}*/
.gradation{
	width: 67%;
	height:auto;
	margin:0 auto;
	background-image: linear-gradient(#0089e9, #052555);
}

/* =======================================
	コピーライト
======================================= */
#under_wrapper{
	width:100%;
	height:25px;
	background:#000307;
}

#under_wrapper_center{
	width:min(95%,1100px);
	height:25px;
	margin:0 auto;
}
p.copy{
	font-size:77%;
	text-align:center;
	line-height:25px;
	color:#FFF;
	letter-spacing:2px;
}

@media screen and (max-width: 750px) {
	.gradation{
		width: 100%;
	}
	#under_wrapper {
		height: auto;
		padding: 10px 0;
	}

	#under_wrapper_center {
		height: auto;
	}

	p.copy {
		letter-spacing: 0.5px;
		line-height: 1.5;
		font-size: 0.7rem;
	}

}





