/*#top .hamburger {
	display: block;
	width: 7%;
	height:7%;
	position: absolute;
	top: 20px;
	right: 5%;
	z-index: 10000;
	background-image:url(../img_common/navSp.png);
	background-size:100%;
	background-repeat: no-repeat;
}
.hamburger__icon {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#top .hamburger__icon, #top .hamburger__icon:before, #top .hamburger__icon:after {
  background-color: #fff;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}*/


.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
 display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.5);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  table-layout: fixed;
	box-sizing:border-box;
	padding-top:10%;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  vertical-align: middle;
  display:block;
  margin: 0;
  padding: 0;
	padding-bottom: 50px;
	border-top: 1px solid #cccccc;
}
.fat-nav li {
  list-style-type: none;
  display:block;
  text-align: left;
  font-weight:bold;
  padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.fat-nav li, .fat-nav li a {
  color: #000;
}
.fat-nav li span {
	display: block;
	float: left;
	width: 40%;
}
.fat-nav li span:last-of-type{
	width: 60%;
}
.fat-nav li a {
  text-decoration: none;
	margin: 0 3%;
	display: block;
	overflow: hidden;
}
.fat-nav .logo {
	text-align: center;
	width:80%;
	margin:10%;
}
.fat-nav .logo , .fat-nav .btn {
	border: none !important;
}
.fat-nav .l {
	font-size: 14px;
	font-weight:bold;
}
.fat-nav .s {
	font-size: 12px;
}
.mb40 {
	margin-bottom:3%;
}
.fat-nav .btn{
	text-align:center;
	width:80%;
	box-sizing:border-box;
}
.fat-nav .btn a{
	display:block;
	width:100%;
	font-size:16px !important;
}
.fat-nav .btn a.button{
	background:#EEC500 !important;
}