/*ナビゲーションの箇所*/
#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;
  margin: 0px;
}

#global-nav ul li {
  border-right: 1px solid #ffffff;
  transform:skewX(-30deg);
}

#global-nav ul .naviend {
 border-right: none;
}

#global-nav ul li a {
transform: skewX(30deg);
}

.global-nav-name{
  font-size:17px;
  display:block;
  width:100%;
  white-space:nowrap;
  font-weight:bold;
  line-height: 10px;
}

.snip1217 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1217 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1.5em;
  padding: 0;
  text-align:center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.snip1217 a {
  padding: 0.3em 0;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align:center;
}

.snip1217 li:hover,
.snip1217 .current {
    background-color: #13b200bf;
    transform:skewX(-30deg);
}

.change-color .snip1217 li:hover,
.change-color .snip1217 .current{
    background-color: #ffffff;
    border-right: none;
}

.change-color #global-nav .snip1217 li:hover a,
.change-color #global-nav .snip1217 .current a{
    color: #13b200;
  -webkit-transition: none;
  transition: none;
}


.snip1217 .menuen {
 font-size:9px;
}