@charset "UTF-8";

.hero_box {
	text-align: center;
	margin: 0 0 30px;
}

.hero_box img:nth-of-type(1) {
	max-width: 600px;
}

.hero_box img:nth-of-type(2) {
	max-width: 400px;
}

.btn_sns {
    display: flex;
    justify-content: center;
    margin: 0;
}


@media screen and (max-width: 767px) {
	.pagetop {
		bottom: 0;
	}
}
