@charset "utf-8";
.sm, .sm ul, .sm .nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm ul {
  display: none;
}
.sm .nav, .sm .nav a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*font-size: 20px;*/
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple {
  /* background: #fff; */
}
.sm-simple .nav > a.accesskey {
    background: transparent;
}
.sm-simple .nav > a {
      color: #fff;
      font-size: 110%;
      padding: 11px 27px 11px 17px;
      white-space: nowrap;
      display: block;
      border-radius: 100px;
      margin: 2px 4px;
      background-image: url(../images/all/nav_bg01.png);
      background-repeat: no-repeat;
      background-position: right top;
      text-decoration: none;
}
.sm-simple .nav > a {
    background-color: #b3b60a;
}
.sm-simple .nav:nth-child(4) > a {
    background-color: #b3b60a;
}
.sm-simple .nav:nth-child(5) > a {
    background-color: #f7b64b;
}
.sm-simple .nav:nth-child(6) > a {
    background-color: #cf5ba8;
}
.sm-simple .nav:nth-child(7) > a {
    background-color: #7b4b9c;
}
.sm-simple .nav:nth-child(8) > a {
    background-color: #ce4f6a;
}
.sm-simple .nav:nth-child(9) > a {
    background-color: #35b699;
}
.sm-simple .nav:nth-child(10) > a {
    background-color: #35a5b6;
}

.en .sm-simple .nav > a {
    font-size: 120%;
    letter-spacing: -0.03rem;
    padding: 11px 10px;
}
.jp .sm-simple .nav a {letter-spacing: 0.15rem;font-size: 110%;padding: 11px 15px;}
.sm-simple .nav a.current {
  background: #555555;
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc !important;
}
.sm-simple a .sub-arrow {
  position: absolute;
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  border-left: 8px solid transparent;
}
.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-simple .nav ul li a:hover {
    background-color: #55b0da !important;
}
  .sm-simple a:hover, .sm-simple a:active, .sm-simple a.highlighted, .sm-simple .nav a:focus {
    background-color: #2b93c3 !important;
  }
/* Mobile menu toggle button */
.main-menu-btn {
  position: fixed;
  display: inline-block;
  width: 50px;
  height: 44px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  text-align: center;
  z-index: 9999;
  background-color: #2b93c3;
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 47%;
  left: 9px;
  height: 3px;
  width: 30px;
  background: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -10px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 10px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:focus {
    width: 44px;
    height: 44px;
    clip: auto;
    top: 5px;
    z-index: 9;
    left: 6px;
    appearance: none;
}
#main-menu, #main-menu > .has-mega-menu {
  /* position: static !important; */
}
#main-menu .mega-menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
#main-menu > .has-mega-menu .scroll-up, #main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}
#main-menu .mega-menu > li {
  overflow: auto;
}
#main-menu .mega-menu > li .row {
  margin: 0;
}
#main-menu .mega-menu .mega-nav > p a {
  font-weight: bold;
  color: #000;
  font-size: 105%;
}
#main-menu .mega-menu .mega-nav {
  margin: 0 0 15px 0;
}
#main-menu .mega-menu ul {
  position: static;
  display: block;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .mega-menu ul li {
  border: 0;
}
#main-menu .mega-menu a {
  padding: 10px 10px;
}
#main-menu .mega-menu .mega-nav > p {
  margin: 0;
}
#main-menu .mega-menu .mega-nav .note {
  padding: 10px 12px;
  line-height: 160%;
}
  .menu_box h1 {
  position: absolute;
  top: 10px;
  left: 0;
  }
@media (min-width: 992px) {
  .main-nav {
  position: relative;
  max-width: 1000px;
  margin: auto;
  height: 382px;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:column-reverse;
  flex-direction:column-reverse;
}
  #main-menu-state{
    display: none;
  }

body .menu_box.smaller .main-nav {
    height: auto;
    padding: 6px 0;
}
  .sm-simple ul {
    position: absolute;
  }
  .sm-simple .nav {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
    border: none;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .nav ul li a {
    padding: 10px 20px;
    font-weight: normal;
    color: #ffffff;
    background-color: #3c9dca;
    border-radius: 50px;
    text-decoration: none;
  }


  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background-color: #fff;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a .sub-arrow {
    right: 20px;
    transform: translate(50%, 15%);
    top: 50%;
  }
  .sm-simple a > .sub-arrow::before {
    content: "";
    border-right: solid 5px transparent;
    border-left: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-top: solid 7px #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(0, -26%);
  }
  .sm-simple > .nav {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple .nav ul li a .sub-arrow::before {
    border-right: solid 5px transparent;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #ffffff;
    position: absolute;
    margin: -4px 0 0 0;
  }
  .sm-simple ul > li {
  padding: 1px 0;
  }
  .sm-simple ul > li:first-child {
  }
  .sm-simple .scroll-up, .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow, .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }

  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu .mega-menu {
    padding: 15px;
    margin-left: -30px !important;
    margin-right: -30px !important;
    max-height: 50vh;
    overflow: overlay;
  }
  #main-menu .mega-menu .mega-nav > p {
    border-bottom: 1px #e1e1e1 solid;
  }
}
@media (max-width: 991.98px) {
  .sm::after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }


  .sm-simple aa.highlighted .sub-arrow::before {
    content: "-";
  }
    .sm-simple .nav{
    /* padding: 0 5px; */
}
  .sm-simple .nav a {
    border-bottom: 1px #e5e5e5 solid;
  }

.sm-simple .nav .accesskey {
    display: none;
}
  .sm-simple .nav ul li a {
    padding: 11px 20px;
    color: #555;
  }
  .sm-simple .mega-menu .mega-nav ul {
    background: transparent;
  }
  .sm-simple a .sub-arrow {
    border-right: solid 5px transparent;
    border-left: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-top: solid 7px #ffffff;
    position: absolute;
    transform: translate(0, -25%);
    right: 20px;
    top: 50%;
  }
  .sm-simple a .sub-arrow::before {
    display: none;
  }
  .sm-simple .nav ul li a .sub-arrow {
    /* background-color: #fff; */
  }
  .menu_box h1{
    padding: 0 15px 0 55px;
    top: 0;
    z-index: 9999;
}
  .menu_box h1 img{
    max-width: 100%;
}
  #main-menu {
    height: 100vh;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: visible;
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
  }
  .menu_box {
    position: fixed !important;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none;
  }
  #main-menu .mega-menu {
    padding: 5px 0;
  }
  .sm-simple ul {
    margin: auto !important;!i;!;
    max-width: inherit !important;!i;!;
    width: 100% !important;!i;!;
}
}