.section_error {
	padding: 4rem;
}
.error_inner {
	padding: 15rem 0px 11rem;
	background: url(../img/404/bg_error_pc.png) no-repeat;
	background-size: cover;
	text-align: center;
}
.error_name {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
	color: #ffffff;
	text-shadow: 0px 0px 2.7rem rgb(255 255 255 / 20%);
	margin-bottom: 2.7rem;
}
.error_title {
	font-family: futura-pt, sans-serif;
	font-size: 4.8rem;
	font-weight: 500;
	letter-spacing: 0.45rem;
	color: #ffffff;
	margin-bottom: 5.4rem;
}
.error_text {
	font-size: 1.8rem;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.18rem;
	line-height: 1.75;
	text-shadow: 0px 0px 2.7rem rgb(255 255 255 / 20%);
	margin-top: 5.3rem;
}
.error_link {
	margin-top: 3.8rem;
}
.error_link a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 2.7rem rgb(255 255 255 / 20%);
	letter-spacing: 0.15rem;
	padding-bottom: 0.9rem;
	position: relative;
}
.error_link a:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
.error_link a:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: -3rem;
    top: 0;
    left: 0;
    right: auto;
    margin: auto;
    transition: 0.3s;
}
.error_link a:hover {
	opacity: 1;
}
.error_link a:hover:after {
    width: 0%;
}
.error_link a:hover:before {
    width: 100%;
}

@media screen and (max-width: 767px){
	.section_error {
		padding: 0px;
	}
	.error_inner {
		padding: 8.5rem 0px 9rem;
		background: url(../img/404/bg_error_sp.png) no-repeat;
		background-size: 100% 100%;
	}
	.error_name {
		font-size: 1.7rem;
		margin-bottom: 1.3rem;
		line-height: 1.5;
	}
	.error_title {
		font-size: 3.2rem;
		letter-spacing: 0.3rem;
		margin-bottom: 4.6rem;
	}
	.error_text {
		font-size: 1.6rem;
		line-height: 1.65;
		letter-spacing: 0.04rem;
		margin-top: 5.4rem;
	}
	.error_inner img.sp-only {
		display: inline-block !important;
	}
	.error_link {
		margin-top: 3.3rem;
	}
	.error_link a {
		font-size: 1.6rem;
		padding-bottom: 1.2rem;
	}
}