.center {
  width: 100%;
  text-align: center;
}

.menu {
  position: relative;
  height: 60px;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
  width: 980px;
}

.flexinner {
  height: 60px;
  background: url(../img/new_top/nav_bg.jpg) repeat-x;
  width: 100%;
  min-width: 980px;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 0px 1px rgba(0, 0, 0, .3);
}

#fixedBox {
  height: 60px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu > li {
  float: left;
  width: calc(100% / 4);
  height: 60px;
}

.menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #252525;
  text-align: center;
}

.menu > li a:hover {
  background-color: #c63d44;
  color: #fff;
}

.menu > li a .txt-ja {
  font-size: 18px;
  line-height: 1.8;
}

.menu > li a .txt-en {
  color: #929292;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .08em;
}

.menu > li a:hover .txt-en {
  color: #fff;
}

ul.menu__second-level2,
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}

.menu__second-level2 li a,
.menu__second-level li a {
  position: relative;
  z-index: 100000;
  display: inline-block;
}

.menu__second-level2 li.arrow a:hover,
.menu__second-level li.arrow a:hover {
  text-decoration: underline !important;
}

.menu li.nav01:hover {
  background: none;
}

.menu li.nav02:hover {
  background: none;
}

.menu li.nav03:hover {
  background: none;
}

.menu li.nav04:hover {
  background: none;
}

.menu li.nav05:hover {
  background: none;
}


.menu li.nav01 {
  width: calc(100% / 4);
  height: 60px;
  background: none;
}

.menu li.nav02 {
  width: calc(100% / 4);
  height: 60px;
  background: none;
}

.menu li.nav03 {
  width: calc(100% / 4);
  height: 60px;
  background: none;
}

.menu li.nav04 {
  width: calc(100% / 4);
  height: 60px;
  background: none;
}

.menu li.nav05 {
  width: calc(100% / 4);
  height: 60px;
  background: none;
}

.menu li.nav06 {
  width: calc(100% / 4);
  height: 60px;
  background: none;
}

.menu li.nav04 a {
  background-color: #c63d44;
  color: #fff;
}

.menu li.nav04 a:hover {
  background-color: #d65b62;
}

.menu li.nav04 a .txt-en {
  color: #fff;
}

.menu li.nav04:hover {}

.menu {
  *zoom: 1;
}

li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 0 30px;
  background: rgba(198, 61, 68, 0.9);
  /* -webkit-transition: all .2s ease;
    transition: all .2s ease;*/
}

li.menu__mega ul.menu__second-level2 {
  display: none !important;
  position: absolute;
  top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  padding: 30px 0 30px;
  background: rgba(198, 61, 68, 0.9);
  /* -webkit-transition: all .2s ease;
    transition: all .2s ease;*/
}

li.menu__mega:hover ul.menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

li.menu__mega:hover ul.menu__second-level2 {
  top: 60px;
  visibility: visible;
  opacity: 1;
}

li.menu__mega ul.menu__second-level li:first-child {
  width: 390px;
}

li.menu__mega ul.menu__second-level2 > li {
  width: 196px;
  border: none;
  text-align: left;
}

li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 295px;
  border: none;
  text-align: left;
}

li.menu__mega:hover ul.menu__second-level li.arrow a {
  font-size: 1.4rem;
  line-height: 2.3em;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 20px;
}

li.menu__mega:hover ul.menu__second-level2 li.arrow a {
  font-size: 1.2rem;
  line-height: 2.3em;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 35px;
}

li.menu__mega:hover ul.menu__second-level li.arrow a::before {
  width: 5px;
  height: 8px;
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  font-size: 10px;
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

li.menu__mega:hover ul.menu__second-level2 li.arrow a::before {
  width: 5px;
  height: 8px;
  content: ">";
  position: absolute;
  top: 0;
  left: 18px;
  display: block;
  color: #fff;
  font-size: 10px;
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

/*--header2--------------------------*/

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
