/*html,
body{
   height: 100%;
}
 */
.section_scroll{
   width: 100%;
   height: 100%;
	overflow: hidden;
}
 
.section_line{
   display: flex;
   align-items: center;
   width: 100%;
   height: 100%;
	padding: 0;
	overflow: hidden;
	margin-bottom: 60px;
}
 
.section_bar,.section_bar2{
	background: url("../img/top/niji.jpg") repeat;
	background-attachment: fixed;
	background-size: cover;
   /* width: 100%; */
   height: 2px;
}

@media screen and (max-width: 768px) {
	.section_bar,.section_bar2{
   
   height: 1px;
}

}


