.hamburger {
  	display: block;
  	width: 55px;
  	height: 50px;
  	position: fixed;
  	top: 20px;
	right: 11px;
  	z-index: 10000;
  	padding: 12px;
  	-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;
}

.hamburger__icon {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 31px;
  height: 1px;
  background-color: #ffffff;
  -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: -9px;
        }
.hamburger__icon:after {
  top: 9px;
}

.hamburger__icon_color,.hamburger__icon_color:before,.hamburger__icon_color:after {
	background-color: #fff;
}

.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(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #1e2b2a 0%, #000000 100%);
  background-size: cover;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -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: 100vh;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.full-menu {
	display: flex;
 	flex-direction: column;
 	align-items: center;
	bottom: 0;
}

.full-menu_logo {
	width: 60px;
	margin-right: 0;
	margin-left: 0;
}

.menu-area {
  	width: 100%;
  	-js-display: flex;
  	display: flex;
  	max-width: 500px;
  	justify-content: space-between;
}

.menu-area ul {
  	width: 100%;
	margin: 0;
	padding: 0;
}

.menu-area li {
  	list-style-type: none;
  	padding: 10px;
	width: 100%;
	font-size: 1.2em;
	line-height: 2em;
	margin: 0;
}

.menu-area li {
  color: #fff;
}

.menu-area li a {
  color: #fff;
}

.menu-area li a {
  text-decoration: none;
}

.menu-area span {
	font-size: 0.7em;
}

.max-w400 {
	max-width: 400px;
}

.m_other_link {
	margin: 0;
	padding: 0;
}

.m_other_link ul {
	display: flex;
 	justify-content: space-between;
	width: 100%;
	max-width:800px;
	margin: 0 auto;
	padding: 0;
}

.m_other_link li {
	list-style-type: none;
	width: 48%;
	text-align: center;
	position: relative;
	margin: 0 1%;
	padding: 0;
}

.m_other_link li img {
	width: 100%;
}



.m_link-btn {
	width: 250px;
	text-align: center;
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
 
.m_link-btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 1.1em;
	padding: 15px 10px;
}
 
.m_link-btn a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.3495221);
	text-decoration: none;
}

.m_link-btn span {
	font-size: 0.8em;
}

	



	




@media screen and (max-width: 640px) {
.hamburger {
  	display: block;
  	width: 55px;
  	height: 50px;
  	position: fixed;
  	top: 5px;
	right:5px;
  	z-index: 10000;
  	padding: 12px;
  	-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;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 31px;
    height: 1px;
    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;
}

.menu-area ul {
    width: 100%;
    margin: 0;
    padding: 0 0 0 3em;
}
}
