/* meanmenu 設定 */

#header .mask {
  background: rgba(0, 0, 0, 0.4);
  top: 80px;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 1;
  display: none;
  box-sizing: content-box; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1; }

a.meanmenu-reveal {
  display: none; }

.mean-container .mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: 60px;
  z-index: 999998;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: none;
  min-height: 60px;
  z-index: 98;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
   }

.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 99999;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
   }

.meanmenu-reveal {
  width: 60px;
  height: 60px;
  display: block !important;
  position: relative; }
.meanmenu-reveal:after {
  content: "MENU";
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
  width: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700; }
.meanmenu-reveal.meanclose:after {
  content: "CLOSE"; }
.meanmenu-reveal span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  margin: 0 auto; }
.meanmenu-reveal span:nth-of-type(1) {
  top: 13px;
  background: #fff; }
.meanmenu-reveal span:nth-of-type(2) {
  top: 21px;
  background: #fff; }
.meanmenu-reveal span:nth-of-type(3) {
  top: 29px;
  background: #fff; }
.meanmenu-reveal span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards; }
.meanmenu-reveal span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1; }
.meanmenu-reveal span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards; }

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
  top: 11px; }
.meanclose span:nth-of-type(2) {
  opacity: 0; }
.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards; }

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg); }
  50% {
    transform: translateY(8px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg); }
  50% {
    transform: translateY(-8px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg); } }
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(10px) rotate(45deg); } }
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg); } }
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-8px) rotate(0); }
  100% {
    transform: translateY(-8px) rotate(-45deg); } }
.mean-container .mean-nav {
  width: 100%;
  margin-top: 60px;
  max-height: 100vh;
  overflow-y: auto; }
.mean-container .inner {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 2; }
.mean-container ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  overflow-y: auto;
  position: relative;
  z-index: 99;
  max-height: 100vh;
  max-height: calc(100vh - 80px);
  background: #fff; }
.mean-container ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fff; }
.mean-container ul li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #ccc; }
.mean-container ul li .sub-menu {
  background: #F5F5F1; }
.mean-container ul a, .mean-container ul span {
  display: block;
  width: 100%;
  padding: 1em;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  box-sizing: border-box; }
.mean-container ul li a, .mean-container ul li span {
  width: 100%;
  padding: 0 16px;
  text-shadow: none !important;
  visibility: visible;
  line-height: 50px; }
.mean-container ul.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }
.mean-container ul a:hover, .mean-container ul span:hover {
  background: #F0FAE1; }
.mean-container ul a.mean-expand, .mean-container ul span.mean-expand {
  width: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0;
  line-height: 50px;
  font-size: 24px;
  color: #99CC00;
  font-weight: normal;
  background: #F0FAE1; }
.mean-container ul a:hover, .mean-container ul span:hover {
  background: #F0FAE1;
  height: 100%; }

.mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-container .mean-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.mean-container .mean-bar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mean-remove {
  display: none !important; }
