@charset "UTF-8";
#line a:hover img, #line a:active img, #line a:focus img { opacity: 0.8; }
section { text-align: center; }
#a01, #b02, #c03, #d04 {
	margin-top: -60px;
	padding-top: 60px;
}
/* Main
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
#line .fv { position: relative; }
#line .btn { position: absolute; left: 50%; bottom: 30px; transform: translate(-50%, 0%); width: 65%;}
#line .second { position: relative; }
#line .btn2 { position: absolute; left: 50%; bottom: 80px; transform: translate(-50%, 0%);}
#line img { max-width: 100%; }
}
 @media only screen and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none !important; }
#line .fv { position: relative; }
#line .btn { position: absolute; left: 50%; bottom: 80px; transform: translate(-50%, 0%);}
#line .second { position: relative; }
#line .btn2 { position: absolute; left: 50%; bottom: 300px; transform: translate(-50%, 0%);}
}