.scroll-hint-icon {
	padding: 30px 10px 10px 10px;
	height: 55px;
	top: 20px;
  }
  .scroll-hint-icon-white::before {
	background-size: 20px;
  }
  .scroll-hint-icon::before {
	position: absolute;
	top: 3px;
	left: calc(50% - 20px);
  }
  .scroll-hint-icon-white::after {
	background-image: url(../img/icon/scroll.svg);
	width: 65px;
	height: 16px;
	margin-left: -32px;
	top: 15px;
  }
  