@charset "utf-8";

html{
  scroll-behavior: smooth;
}


	#one {
		background: url("../../images/products/smartbrella_si_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

	#two {
		background: url("../../images/common/img02.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

	#three {
		background: url("../../images/common/bgimg01.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

.news_t{
  color: #BCAA6D;
}

.news_tp{
  color: #D81403;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 100px;
  background: #FFF;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #BCAA6D;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

