/*ナビゲーションの箇所*/
#global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  width: min-content;
}

#global-nav ul  {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
  text-decoration: none;
  overflow-wrap: break-word;
}

#global-nav #menu>li {
  float: left;
  position: relative;
  text-align: center;
  margin: 0;
  list-style: none;
  line-height: 1.4;
  font-size: 16px;
}

#global-nav ul li a {
  text-decoration: none;
  padding: 14px 1em;
  overflow:hidden;
  text-align:center;
  position:relative;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  color: #ffffff;
}

.global-nav-name{
  font-size:17px;
  display:block;
  width:100%;
  white-space:nowrap;
  font-weight:bold;
  line-height: 11px;
}

.snip1217 .menuen {
 font-size:9px;
}

#global-nav .snip1217 li {
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            -ms-transition: 1s;
            transition: 1s;
}

#global-nav .snip1217 li:hover {
background-color: #ffffff;
}

#global-nav .snip1217 li:hover a {
 color: #58009b;
}

.snip1217 .current {
 background-image: linear-gradient(to bottom,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 100%) 15%,rgb(255 255 255 / 100%) 85%,rgb(255 255 255 / 0%) 100%);
}

#global-nav .snip1217 .current a {
 color: #58009b;
}