#main_content {
	color: #444;
	text-align: left;
	position: relative;
}

.main_image {
	opacity: 0;
/*	filter: blur(4px);
	-webkit-filter: blur(4px);*/
	transition: all 600ms cubic-bezier(.35, .91, .49, .99);
	overflow: hidden;
}

.main_image.on {
	filter: blur(0);
	-webkit-filter: blur(0);
	opacity: 1;
}

.main_image .img {
	transform: scale(1.3);
	transform-origin: center;
	transition: transform 600ms cubic-bezier(.35, .91, .49, .99);
}

.main_image .img img {
	transition: transform 50ms ease-out;
}

.main_image.on .img {
	transform: scale(1);
}

.list_wrap .btn a {
	transition: opacity 100ms ease;
}

.list_wrap .btn a:hover {
	opacity: .7;
}

.list_wrap .btn a span {
	position: relative;
}

.list_wrap .btn a:hover span {
	left: 5px;
}

.btn_top {
	visibility: hidden;
}

.btn_top a {
	cursor: pointer;
}

@media screen and (min-width: 769px),
print {
	.sp {
		display: none;
	}
	
	#main_content {
		padding-bottom: 100px;
	}
	
	.main_image {
		position: relative;
		margin: 0 auto 20px;
	}
	.main_image .img img {
		width: 100%;
		height: auto;
	}
	.main_image h1 {
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.catch {
		font-size: 20px;
		line-height: 1.5em;
		margin: 0 auto 140px;
		text-align: center;
	}
	.list_wrap {
		margin: 0 auto 95px;
	}
	.list_wrap ul {
		width: 930px;
		margin: 0 auto;
	}
	.list_wrap ul li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 90px;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.list_wrap ul li:last-child {
		margin-bottom: 0;
	}
	.list_wrap .img {
		width: 445px;
	}
	.list_wrap .img img {
		width: 100%;
		height: auto;
	}
	.list_wrap .detail {
		position: relative;
		width: 445px;
	}
	.list_wrap .copy {
		font-size: 18px;
		line-height: 1.5em;
	}
	.list_wrap .btn {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 220px;
		height: 50px;
		margin: 0 auto;
		text-align: center;
	}
	.list_wrap .btn a {
		font-size: 18px;
		line-height: 50px;
		display: block;
		height: 100%;
		text-decoration: none;
		color: #fff;
		background-color: #4baed7;
	}
	.list_wrap .btn a span {
		display: inline-block;
		width: 18px;
		height: 50px;
		margin-left: 14px;
		vertical-align: top;
		background: url(../image/btn_arrow.png) center center no-repeat;
		background-size: 18px auto;
	}
	.caution {
		font-size: 12px;
		line-height: 1.5em;
		width: 930px;
		margin: 0 auto 0;
		font-family: "HondaGlobalFontJP-Light", sans-serif
	}
	.btn_top {
		width: 45px;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
	.btn_top img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	
	#main_content {
		padding-bottom: 50px;
	}
	
	.main_image {
		position: relative;
		margin: 0 auto 15px;
	}
	.main_image .img img {
		width: 100%;
		height: auto;
	}
	.main_image h1 {
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main_image h1 img {
		width: 67.4%;
		height: auto;
	}
	.catch {
		font-size: 16px;
		line-height: 1.5em;
		margin: 0 15px 80px;
	}
	.list_wrap {
		margin: 0 15px;
	}
	.list_wrap li {
		margin-bottom: 60px;
	}
	.list_wrap .img {
		margin: 0 0 15px;
	}
	.list_wrap .img img {
		width: 100%;
		height: auto;
	}
	.list_wrap .copy {
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 0 15px;
	}
	.list_wrap .btn {
		width: 220px;
		height: 50px;
		margin: 0 auto;
		text-align: center;
	}
	.list_wrap .btn a {
		font-size: 18px;
		line-height: 50px;
		display: block;
		height: 100%;
		text-decoration: none;
		color: #fff;
		background-color: #4baed7;
	}
	.list_wrap .btn a:hover {
		opacity: .7;
	}
	.list_wrap .btn a span {
		display: inline-block;
		width: 18px;
		height: 50px;
		margin-left: 14px;
		vertical-align: top;
		background: url(../image/btn_arrow.png) center center no-repeat;
		background-size: 18px auto;
	}
	.caution {
		font-size: 11px;
		line-height: 1.5em;
		margin: 0 15px 0;
	}
	.btn_top {
		width: 38px;
		position: fixed;
		bottom: 25px;
		right: 10px;
	}
	.btn_top img {
		width: 100%;
		height: auto;
	}
}
