.hamburger {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 10000;
  padding: 0;
  -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: 17px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #222;
  -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;
  width: 20px;
}
.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);
	width: 40px;
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(178, 170, 159, 1);
  -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%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav nav {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li, .fat-nav li a {
  color: #221D1D;
}
.fat-nav li a {
  text-decoration: none;
}

#gnav {
	margin: 1em 0;
}
#gnav li {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 4.5em;
	margin: 0.2em 1em;
	padding-left: 0.5em;
	vertical-align: top;
    line-height: 1.3;
}

@media only screen and (min-width:1px) and (max-width:1092px){
#gnav li {
margin: 0.2em 0.5em;
}  
}


#gnav li span{
	position: absolute;
	left: -1em;
	top: 0;
	font-size: 0.4em;
	color: #8D8D8D;
}
#gnav li em{
	display: block;
	font-style: normal;
	font-size: 16px;
	text-align: right;
}

#hd_nav{
	font-size: 1.2em;
	margin: 5em 0 2em;
}
#hd_nav li {
	display: inline-block;
	margin: 0 3em 2em;
}
@media only screen and (min-width:1px) and (max-width:1020px){
#hd_nav li {
	margin: 0 2em 2em;
}
}


#hd_sns{
	text-align: center;
}
#hd_sns p{
	margin-right: 2em;
	font-size: 1.2em;
	display: inline-block;
    line-height: 1.0;
}
#hd_sns dl{
	font-size: 1.2em;
	display: inline-block;
    line-height: 1.0;
}
#hd_sns dt{
    margin-right: 0.5em;
	display: inline-block;
}
#hd_sns dd{
    margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	display: inline-block;
	margin-top: 0.5em;
    font-family: 'Montserrat', sans-serif;
	border-right: 1px #221D1D solid;
    font-size: 13px;
}
#hd_sns dd:last-child{
	border-right: none;
}




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

.hamburger {
	top: 1em;
	right: 1em;
}

#gnav {
  width: 40%;
  margin: 0 auto;
}
#gnav li {
	display: block;
	font-size: 2.5em;
	margin: 0 0 1em;
	padding-left: 0.5em;
    text-align: left;
}
#gnav li em{
	text-align: left;
}

#hd_nav {
   width: 43%;
  margin: 0 auto 3em;

}
#hd_nav li {
	margin: 1em 0;
    display: block;
    text-align: left;
}

#hd_sns p{
	margin: 0 1em;
    }
   
}




@media only screen and (min-width:1px) and (max-width:360px){
  
#gnav {
  width: 70%;
}
#hd_nav {
   width: 70%;
}

  
}