@charset "utf-8";

#bottomNavi2{
	display: none;
}

.grayout{	
	background-color: #000;
}

.grayout .ph img {
	opacity: 0.6;
}

@media screen and (max-width: 768px){

#bottomNavi2{
  bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 98;
  display: block;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	padding: 10px;
}

#bottomNavi2 a{
  color: #fff;
}
}
