@charset "UTF-8";

@media (min-width: 768px) {
	.home .container {
		padding-top: 620px;
	}
	.home .title1 {
		margin-bottom: 20px;
	}
	.home .title1 span {
		padding-top: 50px;
	}
}

.home #mainImg {
	height: 600px;
	padding-bottom: 20px;
}
.home .imgBox {
	width: 100%;
	height: 100%;
	background: url(../../images/img_top_main.jpg) center top / cover no-repeat;
}

.slogan {
	animation: BGfadein 1.5s ease-in 1.5s both;
	box-sizing: border-box;
	display: block;
	height: 388px;
	left: 50%;
	overflow: hidden;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 186px;
	transform: translateX(-21px);
	width: 388px;
}

.slogan img {
	animation: FIB 4s ease-in-out 2s both
}

.video-area {
	width: 850px;
	margin: 40px auto 0;
}
.home .main {
	margin-top: 0
}


@media (max-width: 767px) {
	.home .video-area {
		width: 84.8%;
		margin-top: calc(60 / 750 * 100vw)
	}
	.home #mainImg {
		background: -webkit-linear-gradient(left, rgba(219, 209, 160, 1) 0%, rgba(17, 142, 164, 1) 100%);
		background: -o-linear-gradient(left, rgba(219, 209, 160, 1) 0%, rgba(17, 142, 164, 1) 100%);
		background: linear-gradient(to right, rgba(219, 209, 160, 1) 0%, rgba(17, 142, 164, 1) 100%);
		display: block;
		height: 0;
		padding-top: 139.6vw;
		padding-bottom: 0;
		position: relative;
	}
	.home .imgBox {
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		padding-top: 134.8vw;
		background: url(../../images/img_top_main.jpg) left -10vw top 18vw / cover no-repeat;
	}
	.slogan {
		top: 50%;
		width: 84.8%;
		height: auto;
		min-height: 84.8vw;
		padding: 5.666667vw;
		transform: translate(-50%, -39.7%)
	}
	.home .main {
		margin: -4.8vw auto 0;
		margin-top: 0;
	}
	.home .title1 {
		margin-bottom: 0;
	}
}



.attention {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 850px;
	margin: 30px auto 60px;
	padding: 1.75em;
	background-color: bisque;
	border-radius: 20px;
}
.release {
	display: block;
	width: 100%;
	max-width: 910px;
	margin: 45px auto;
	padding: 0 10px 42px;
	border-bottom: 1px solid #ccc;
}
.release .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
}
.attention .txt,
.release .txt {
	line-height: 1.75;
}
@media (min-width: 769px) {
	.attention .txt {
		text-align: center;
	}
}
.bttn {
	display: block;
}

.bttn a {
	display: block;
	box-sizing: border-box;
	width: 194px;
	height: 46px;
	margin: 0 auto;
	padding: 22px 0 24px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 0;
	text-align: center;
	background-color: #747DAA;
}
.bttn a::after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	line-height: 0;
	padding-left: 1.25em
}

@media (max-width: 767px) {
	.attention {
		width: 84.8%;
		margin: 9.333333vw auto;
	}
	.release {
		width: 84.8%;
		margin: 9.333333vw auto;
		padding: 0 0 1.5em;
		border-bottom: 2px solid #ccc;
	}
	.release .date {
		font-size: 3.466667vw;
		margin-bottom: 1em;
	}
	.attention .txt,
	.release .txt {
		font-size: 3.466667vw;
	}
	.bttn {
		text-align: center;
	}
	.bttn a {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 5vw 4vw 6vw;
		font-size: 3.066667vw;
	}
	.bttn a::after {
		font-size: 3.733333vw;
	}

}

@keyframes BGfadein {
	from {
		background: rgba(12,19,57,0)
	}
	to {
		background: rgba(12,19,57,.65)
	}
}
@keyframes FIB {
	from {
		opacity: 0;
		transform: translateY(100%)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
