.hamburger,.globalMenuSp{
  display: block;
}
#menu-groval-navigation li a {
  position: relative;  
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}
#menu-groval-navigation li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

#menu-groval-navigation li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.menu-groval-navigation-container {
  margin-bottom: 2rem;
}
#menu-groval-navigation {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#menu-groval-navigation li {
  list-style: none;
  font-size: 1.8rem;
  font-family: 'Montserrat',
    sans-serif;
}
img.menu-image {
  width: 31px !important;
  height: auto;
}
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
  padding: 0 !important;
}

.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
  padding-left: 0rem !important;
}
#menu-groval-navigation .menu-item-11 a::after {
  background: #EFB6CD;
}
.menu-item-12 a::after {
  background: #FFDC49;
}
.menu-item-13 a::after {
  background: #A5E9EE;
}
.menu-item-14 a::after {
  background: #9393f8;
}
.menu-item-15 a::after {
  background: #57d6af;
}
.menu-item-352 a::after{
  background: #f49ae3; 
}
.menu-item-15 a::after {
  background: #57d6af;
}
.menu-item-16 a::after {
  background: #86D7F1;
}
.p-headerSNS-sp {
  display: none;
}
@media screen and (max-width: 930px) {
  #menu-groval-navigation li{
    font-size: 1.6rem;
  }
  img.menu-image{
    width:28px !important;
  }
}
@media screen and (max-width: 750px) {
.hamburger,.globalMenuSp{
  display: block;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 11;
  right : 13px;
  top   : 28px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 36px;
  height  : 3px ;
  left    : 1px;
  background : #57d9b2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 34px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top :24px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 24px;
  left: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav{
  margin:0;
}
nav ul li{
  justify-content: center;
}
.p-header-sns{
  justify-content: center;
  flex-wrap: wrap;
  max-width: 90%;
  margin:5rem auto 0;
}
.c-contactBtn{
  margin-top:3rem;
}
.c-contactBtn a{
  margin:3rem auto 0;
}
.p-header-sns img{
  margin:0 0.7rem;
}
nav.globalMenuSp {
  position: fixed;
  z-index : 10;
  top  : -120%;
  left : 0;
  color: #000;
  background: #fff;
  /* text-align: center; */
  /* transform: translateX(100%); */
  transition: all 0.6s;
  width: 100%;
  height:100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%; 
  text-align: center;
  display: block;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding:9px 0;
  justify-content: flex-start;
  width: 180px;
  max-width: 95%;
  margin:0 auto;
  text-align: center;
  
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #666666;
  padding: 1rem 0;
  text-decoration :none;
  text-align: left;
  font-size: 1.8rem;
  margin-left: 1rem;
}
.p-headerSNS-sp{
  display: block;
}
.p-headerSNS-sp .c-contactBtn{
  width:213px;
  padding:15px 0;
  font-size: 2.2rem;
  margin-top: 4rem;
}
.p-headerSNS-sp .c-contactBtn img{
  width:25px;
}
.p-header-sns a{
  margin:0 1rem;
}
/* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    top: 0;
  }
  #menu-groval-navigation{
    display: block;
  }
}
@media screen and (max-width: 480px) {
.hamburger {
  top: 12px;
  }
}