.indexIndex00 {
	width: 100%;
}

.indexIndex01 {
	width: 100%;
	height: 380px;
	/* border: 3px salmon solid; */
	overflow: hidden;
	/* z-index: -1; */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: flex;
	/* align-items: center; */
	justify-content: center;
	transition: height 0.4s;
	background-color: #000000;
}

.indexIndex01s {
	/* position: absolute; */
	/* z-index: 999; */
	width: 100%;
	/* z-index: -1; */
}

.indexIndex01s>video {
	position: absolute;
	width: 1500px;
	z-index: -6;
}

.indexIndex02 {
	width: 100%;
	/* height: 100px; */
	/* background-color: #5555ff; */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.indexIndex03 {
background: #000000;
background: linear-gradient(180deg, #000000 0%, #131314 79%);
background: -webkit-linear-gradient(180deg, #000000 0%, #131314 79%);
background: -moz-linear-gradient(180deg, #000000 0%, #131314 79%);
background: -o-linear-gradient(180deg, #000000 0%, #131314 79%);
	width: 100%;
	/* height: 200px; */
	/* border-radius:5px; */
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexIndex04 {
	background-color: #ffffff;
	width: 88%;
	/* height: 200px; */
	border-radius: 5px;
	padding: 100px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 99;
}

.indexIndex05 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
}

.indexIndex05>h2 {
	font-size: 3.5rem;
	font-weight: 400;
}

.indexIndex05>p {
	margin-top: 20px;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.indexIndex06 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width:800px) {
	.indexIndex06 {
		width: 100%;
		flex-direction: column;
	}
}

.indexIndex07 {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 88px;
}

.indexIndex07>h2 {
	font-size: 1.5rem;
	font-weight: 400;
}

.indexIndex07>p:nth-of-type(1) {
	margin-top: 20px;
}

.indexIndex07>p:nth-of-type(2) {
	margin-top: 5px;
	font-size: 0.8rem;
	font-weight: 400;
}

p {
	text-align: center;
}

.indexIndex07>h3 {
	margin-top: 5px;
	font-size: 1rem;
	font-weight: 600;
}

.indexIndex07>h3 {
	margin-top: 5px;
	font-size: 1rem;
	font-weight: 600;
}

.indexIndex08 {
	position: fixed;
	width: 88%;
	margin-top: 168px;
	color: #FFFFFF;
	font-size: 4rem;
	font-weight: 400;
	transition: margin-top 0.4s,font-size 0.4s;
}
@media screen and (max-width:800px) {
.indexIndex08 {
	margin-top:88px;
	font-size: 2rem;
}
.indexIndex01 {
	height:150px;
}
}
