.hamburger {
  display: block!important;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
    z-index: 100!important;
  padding: 16px 0px 0px 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
	background:#18316b!important;
	margin:0px 0px 0px 0;
          z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999!important;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;

}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999999999999999999!important;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9)!important;
  -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 .menuTitle{
    display:block;
    margin:0px auto 40px auto;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
        padding-top:0%;
    position:relative;
	overflow: hidden;

}
.fat-nav__wrapper .fatimg{
	position: absolute!important;
	left:0!important;
	top:0!important;
	width:50%!important;
	height:100vh!important;
	background:url( ../images/fatimg.jpg) no-repeat center center;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
.fat-nav__wrapper ul{
    position:absolute;
    top:50%;
    right:50%!important;
    	-webkit-transform: translate(100%, -50%); /* Safari用 */
	transform: translate(100%, -50%);
	width:50%!important;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);

}
.fat-nav ul {
  display: block;
  margin: 0 auto;
  padding: 0;
    width:50%!important;
}
.fat-nav li{
  list-style-type: none;
  text-align: center;
	display: block;
	width:100%;
}
.fat-nav li a{
  list-style-type: none;
  text-align: center;
  padding: 15px 0 15px 0;
  font-size: 1em;
	font-weight:bold;
	display: block;
	     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.fat-nav li a:hover{
	background-color: rgba(255,255,255,0.09);
}
.fat-nav li img{
    width:50%;
	max-width:250px;
    height:auto;
	display: block;
	margin:0 auto 35px;
}
.fat-nav li:last-child img{
    max-width:370px;
}

.fat-nav li, .fat-nav li a {
  color: #fff;
}
.fat-nav li a {
  text-decoration: none;
}

/*　SP時表示
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px) {
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
    padding-top:0%;
}  
.fat-nav__wrapper .fatimg{
	position: absolute!important;
	left:0px!important;
	top:0px!important;
	width:50%!important;
	height:107vh!important;
	background:url(../images/fatimg_sp.jpg) no-repeat center center;
  min-height: 100vh;
  background-size: 100%;
	background-size: cover;
  background-position: center;
	margin:0!important;
}	
.fat-nav__wrapper ul{
    position:absolute;
    top:50%;
    right:0px!important;
    	-webkit-transform: translate(0%, -50%); /* Safari用 */
	transform: translate(0%, -50%);
	width:50%!important;
}  
 .fat-nav li:last-child img{
    width:85%;
}   
  
    
}
@media (max-width:321px) {

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 20px 0 20px 0;
  font-size: 1em;
	font-weight:bold;
}
}