@charaset "utf-8";


header {
	background-color: #1e90ff;
	height: 75px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

.headerleft {
  color: white;
  font-size: 65px;
  float: left;
}

.headerright {
	color: white;
	font-size: 20px;
	padding-right: 20px;
	padding-top: 40px;
	float: right;
}

.puti {
	width: 100%;
	padding-top: 80px;
}


*, *::before, *::after {
  box-sizing: border-box;
}

.contentsone li {
	position: relative;
}

.contents li {
	position: relative;
}

.contentsone li {
	margin-top: 200px;
	text-align: center;
}

.contents li {
	margin-top: 200px;
}

.contents li:not(:first-of-type) {
	margin-top: 200px;
}

.contents li:nth-of-type(even) .contentsText {
	right: 0;
}

.contents li:nth-of-type(even) .contentsText {
	align-items: flex-start;
}

.contents li:nth-of-type(odd) img {
	margin-left: auto;
}

.contentsText{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: 40px;
}

.contents li.show h2,
.contents li.show p,
.contents li.show img {
	transform: none;
	opacity: 1;
}

.contents h2 {
	font-size: 50px;
	font-weight: bold;
	white-space: nowrap;
	padding: 10px 20px;
	line-height: 1.4;
	letter-spacing:  .05em;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
}

.contents p {
	line-height: 1.6;
	font-size: 18px;
	max-width: 560px;
	padding: 15px;
	margin-top: 30px;
	opacity: 0;
	transform: translateX(20px);
	transition: 1s;
}

.contents img {
	width: 60%;
	display: block;
	opacity: 0;
	transform: translateX(-20px);
	transition: 1s;
}

footer {
	background-color: #1e90ff;
	height: 75px;
	width: 100%;
}

.home2 {
	color: white;
	font-size: 30px;
	float: left;
	padding: 20px 20px 20px 10px;
}

.catalog2 {
	color: white;
	font-size: 30px;
	float: left;
	padding: 20px 20px 20px 10px;
}

.contacts2 {
	color: white;
	font-size: 30px;
	float: left;
	padding: 20px 20px 20px 10px;
}

a {
	text-decoration: none;
}