/*ナビゲーションの箇所*/
#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;
  padding-bottom: 5px;
}

#global-nav #menu>li {
  float: left;
  position: relative;
  text-align: center;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-family:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

#global-nav ul li a {
  text-decoration: none;
  padding: 14px 1em;
  padding-top: 0px;
  overflow:hidden;
  text-align:center;
  position:relative;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  color: #000000;
  font-family:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

.global-nav-name{
  font-size:17px;
  display:block;
  width:100%;
  white-space:nowrap;
  font-weight:bold;
  line-height: 17px;
  font-family:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

.rounded-4 {
  background:
    radial-gradient(circle closest-side, currentcolor, transparent) bottom var(--p1, 0px) left 50% /100% var(--p, 12px) no-repeat,
    linear-gradient(currentcolor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
  color: #5176fc;
}

.rounded-4:hover {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}

.snip1217 .current {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}

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