#menu {
  width: 260px;
  margin: 0 ;
}
#menu-btn {
  display: none;
}
#menu-content {
  margin: 0 0 15px;
  list-style-type: none;
}
#menu-content a.btn_28 {
	margin: auto;
	width: 260px;
	padding: 3px;
	align-items: center;
	text-align: center;
	background-image: linear-gradient(145deg,#312B24 , #DDB82C 50%,#433B32);
	border: 0;
	border-radius: 0;
	color: #111;
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s;
  margin-bottom: 5px;
}
#menu-content a.btn_28:active,#menu-content a.btn_28:hover {
  outline: 0;
  opacity: 1.0;
}
#menu-content a.btn_28 span {
 background: #F7EBBB;
 padding: 1rem 1rem;
 border-radius: 0;
 width: 100%;
 height: 100%;
 transition: 300ms;
}
#menu-content a.btn_28:hover span {
 background: none;
	color: #FFF;
}
#menu-content a.btn_29 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  width: 260px;
	margin: auto;
	padding: 13px 5px;
	position: relative;
	border-radius: 0;
	border: 2px solid #4E4643;
	font-weight: bold;
	/*letter-spacing: 0.5px;*/
  /*background-image: linear-gradient(145deg,#312B24 , #DDB82C 50%,#433B32);*/
  background: #FFF;
	color: #433B32;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  box-sizing: border-box;
  margin-bottom: 5px;
}
#menu-content a.btn_29:hover {
	color: #fff;
	background-image: linear-gradient(145deg,#312B24 , #DDB82C 50%,#433B32);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
  opacity: 1.0;
}
#menu-content a.btn_29:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}
#menu-content a.btn_29::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#menu-content a.btn_30 {
	margin: auto;
	width: 260px;
	padding: 3px;
	align-items: center;
	text-align: center;
	background-image: linear-gradient(145deg,#6B0F1A , #C72C41 50%, #3F0A12);
	border: 0;
	border-radius: 0;
	color: #111;
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s;
  margin-bottom: 5px;
}
#menu-content a.btn_30:active,#menu-content a.btn_30:hover {
  outline: 0;
  opacity: 1.0;
}
#menu-content a.btn_30 span {
 background: #FFEEF0;
 padding: 1.3rem 1rem;
 border-radius: 0;
 width: 100%;
 height: 100%;
 transition: 300ms;
}
#menu-content a.btn_30:hover span {
 background: none;
	color: #FFF;
}
#menu-content a.btn_31 {
	margin: auto;
	width: 260px;
	padding: 3px;
	align-items: center;
	text-align: center;
	background-image: linear-gradient(145deg,#C96A00 , #F59E0B 50%, #8A4B00);
	border: 0;
	border-radius: 0;
	color: #111;
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s;
	margin-bottom: 5px;
}

#menu-content a.btn_31:active,
#menu-content a.btn_31:hover {
	outline: 0;
	opacity: 1;
}

#menu-content a.btn_31 span {
	background: #FFF5E6;
	padding: 1.3rem 1rem;
	border-radius: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

#menu-content a.btn_31:hover span {
	background: none;
	color: #FFF;
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}
#menu-content > li {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/*#menu-content > li > a {
  text-align: center;
  display: block;
  padding: 10px 15px;
  color: #FFF;
  text-decoration: none;
  background-image: linear-gradient(90deg, #00A1E9, #0086C3);
  border-bottom: solid 3px #0079A4;
  margin-bottom: 5px;
  border-radius: 5px;
}*/
#navArea figure{
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  nav {
    position: fixed;
    top: 0;
    left: -75%;
    bottom: 0;
    width: 75%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    position: relative;
    margin: 0;
  }
  nav ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 29px;
    right: 2%;
    width: 40px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    background-color: #FFF;
    padding: 5px 15px;
    border-radius: 4px;
  }
  .toggle_btn span {
    position: absolute;
    left: 7px;
    width: 26px;
    height: 2px;
    background-color: #231815;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 6px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 6px;
  }
  .open .toggle_btn span {
    background-color: #231815;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231815;
    opacity: 0.95;
    z-index: 2;
    cursor: pointer;
  }
  #menu-content {
    display: block;
  }
  #menu-content > li {
    width: 90%;
    margin: 15px auto 0;
  }
  #menu-content > li:hover {
    background: none;
  }
  #menu-content > li > a {
    color: #111;
    height: 100%;
    padding: 6px 0px 2px;
    font-size: 100%;
    background-image: none;
    border-radius: 0;
    border-bottom: 1px solid #4E4643;
  }
}
@media screen and (max-width: 768px) {
  .toggle_btn {
    display: block;
    position: fixed;
    top: 19px;
    right: 2%;
    width: 40px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    background-color: #FFF;
    padding: 5px 15px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 480px) {
  .toggle_btn {
    display: block;
    position: fixed;
    top: 16px;
    right: 2%;
    width: 40px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
  }
}

/* SP用スタイル */
@media screen and (max-width: 959px) {
  .toggle_btn {
    display: block;
  }
  #mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: rgba(255,192,0,0.60);
    z-index: 10;
  }
  #navArea.open #mask {
    display: block;
  }
  #navArea figure{
    width: 92%;
    margin: 15px auto 0;
  }
}
