@charset "utf-8";
/* CSS Document */

.top_sns{
width:43px;
height: 24px;
vertical-align:bottom;
margin: 0 0 0 15px;
}
.top_sns img{
width: 100%;
padding-right: 20px;
}
.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.menu {
  position: fixed;
  top:29px;
  right:3px;
  width: 50px;
  height: 25px;
  z-index:102;
	background-color: #fff !important;
}
button.menu.active{
	    background-color: #080F2C !important;
}
.menu span {
  position: absolute;
  width: 65%;
  height: 3px;
  background-color:#080F2C;
  z-index: 100;
	
}

.menu span:nth-of-type(1) {
  top: 0px;
  left: 0;
}

.menu span:nth-of-type(2) {
  top: 11px;
  left: 0;
}

.menu span:nth-of-type(3) {
  bottom: 0px;
  left: 0;
}

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
	background-color:#fff;
}

.menu.active span.menu_contact:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(13px) rotate(45deg) !important;
	background-color:#fff;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
  background-color:#fff;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  color: #fff;
}

#nav.active {
  right: 0;
  opacity: 1;
  background-color:#080F2C;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#nav ul {
  margin: 40px 0;
  padding: 20px 0;
}

#nav ul li {
  list-style-type: none;
}

#nav ul li a {
  display: block;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner{
  outline: 1px dotted ButtonText;
}

button,
html [type="button"] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button {
  background-color: transparent;
  border-style: none;
  color: inherit;
}