#menu {
  width: 250px;
  margin: 0 ;
}
#menu-btn {
  display: none;
}
#menu-content {
  margin: 0 0 15px;
  list-style-type: none;
}
#menu-content a.btn_25 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 5rem;
	/*width: 120px;*/
	margin: auto;
  margin-bottom: 6px;
	padding: 0 1rem;
	border-radius: 6px;
	background: rgba(0,0,54,1.00);
	background-size: 400%;
	color: #fff;
}
#menu-content a.btn_25:hover::before {
  transform: scaleX(1);
}
#menu-content a.btn_25:hover {
	color: #fff;
  opacity: 1;
}
#menu-content a.btn_25 span {
  position: relative;
  z-index: 1;
}
#menu-content a.btn_25::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(39, 172, 217, 1) 10.8%,
    rgba(18, 83, 229, 1) 94.3%
  );
  transition: all 0.475s;
}
#menu-content a.btn_26 {
  line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 4rem;
	/*width: 120px;*/
	margin: auto;
  margin-bottom: 6px;
	padding: 0 1rem;
	border-radius: 6px;
	background: #298714;
	background-size: 400%;
	color: #fff;
}
#menu-content a.btn_26:hover::before {
  transform: scaleX(1);
}
#menu-content a.btn_26:hover {
	color: #fff;
  opacity: 1;
}
#menu-content a.btn_26 span {
  position: relative;
  z-index: 1;
}
#menu-content a.btn_26::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    #8FC320 10.8%,
    #4BB234 94.3%
  );
  transition: all 0.475s;
}
#menu-content a.btn_27 {
  text-align: center;
  line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 5rem;
	/*width: 120px;*/
	margin: auto;
  margin-bottom: 6px;
	padding: 0 1rem;
	border-radius: 6px;
	background: #298714;
	background-size: 400%;
	color: #fff;
}
#menu-content a.btn_27:hover::before {
  transform: scaleX(1);
}
#menu-content a.btn_27:hover {
	color: #fff;
  opacity: 1;
}
#menu-content a.btn_27 span {
  position: relative;
  z-index: 1;
}
#menu-content a.btn_27::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    #8FC320 10.8%,
    #4BB234 94.3%
  );
  transition: all 0.475s;
}
#menu-content a.btn_28 {
  text-align: center;
  line-height: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 5rem;
	/*width: 120px;*/
	margin: auto;
  margin-bottom: 6px;
	padding: 0 1rem;
	border-radius: 6px;
	background: #A80000;
	background-size: 400%;
	color: #fff;
}
#menu-content a.btn_28:hover::before {
  transform: scaleX(1);
}
#menu-content a.btn_28:hover {
	color: #fff;
  opacity: 1;
}
#menu-content a.btn_28 span {
  position: relative;
  z-index: 1;
}
#menu-content a.btn_28::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    #FF4848 10.8%,
    #D40000 94.3%
  );
  transition: all 0.475s;
}
#menu-content a.btn_29 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 5rem;
	/*width: 120px;*/
	margin: auto;
  margin-bottom: 6px;
	padding: 0 1rem;
	border-radius: 6px;
	background: #0079A4;
	background-size: 400%;
	color: #fff;
    line-height: 110%;
}
#menu-content a.btn_29:hover::before {
  transform: scaleX(1);
}
#menu-content a.btn_29:hover {
	color: #fff;
  opacity: 1;
}
#menu-content a.btn_29 span {
  position: relative;
  z-index: 1;
}
#menu-content a.btn_29::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(39, 172, 217, 1) 10.8%,
    rgba(18, 83, 229, 1) 94.3%
  );
  transition: all 0.475s;
}
#menu-content a.btn_30 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 5rem;
	/*width: 120px;*/
	margin: auto;
  margin-bottom: 6px;
	padding: 0 1rem;
	border-radius: 6px;
	background: #CCCCCC;
	background-size: 400%;
	color: #fff;
    line-height: 110%;
}
#menu-content a.btn_30:hover::before {
  transform: scaleX(1);
}
#menu-content a.btn_30:hover {
	color: #fff;
  opacity: 1;
}
#menu-content a.btn_30 span {
  position: relative;
  z-index: 1;
}
#menu-content a.btn_30::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #CCCCCC;
  transition: all 0.475s;
}
#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);*/
  margin-bottom: 15px;
}
#navArea figure figcaption{
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
}
@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: 16px;
    right: 2%;
    width: 40px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    background-color: #000036;
    padding: 5px 15px;
    border-radius: 4px;
  }
  .toggle_btn span {
    position: absolute;
    left: 7px;
    width: 26px;
    height: 2px;
    background-color: #FFF;
    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: #fff;
  }
  .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: #000036;
    opacity: 0.9;
    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 #000036;
  }
}
@media screen and (max-width: 768px) {
  .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;
    background-color: #000036;
    padding: 5px 15px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 480px) {
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    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;
  }
}
