/* CSS Document */

.twitter-bnr_pc{
	width:100%;
	position: absolute;
	top: 610px;
	z-index: 10;
	
}
.twitter-bnr_pc .bnr_pc{
	margin: 0 auto;
	padding: 0;
    width: 860px;
    flex-wrap: wrap;
}
/*.twitter-bnr_pc .bnr_pc:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }*/
.twitter-bnr_pc .bnr_pc .bnr_pc_img{
	display: inline;
	
}

.twitter-bnr_pc .bnr_pc .bnr_pc_img a{
	display: block;
	width: 164px;
	margin-right: 10px;
	float: left;
}
.twitter-bnr_pc .bnr_pc .bnr_pc_img:last-child a{
	display: block;
	width: 164px;
	margin-right: 0px;
	float: left;
}

.twitter-bnr_pc .bnr_pc .bnr_pc_img a img{
	width: 100%;
	height: auto;

}

#section02 h1 {
	text-align: center;
	margin-top: 50px;
	display: block;
		position: absolute; 
		top: 640px;
	left: 50%;
	transform: translateX(-50%);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #715618;
    background-image: url(../img/menu-bg.png);
    background-position: center;
    background-repeat: no-repeat;
}
