/*Custom-style*/

.circle-button {
  &.petit-color{
      border: 0px solid #000;
      background: #ffffff;
      &:before {
        background: var(--gradient-c);
    }
  }
}

.swiper-slide-image{
  filter: brightness(0%);
}

.elementor-widget-nav-menu li a{

  &.elementor-item-active,&:hover {
    background: var(--gradient-c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all 0.3s ease;
  }
}


div.add_sub_title nav.elementor-nav-menu--main a .menu-sub-title {
  display: block;          /* 下行に表示 */
  font-size: 10px;
  line-height: 1.2;
  margin-top: 4px;
  text-align: center;
  pointer-events: none;    /* クリック干渉しない */
}

div.header_menu{
  nav.elementor-nav-menu--main li{
    display: flex;
    & a{
      display: flex;
      flex-direction:  column;
      align-items: center;
      & span{
        color:#000;
        font-family:"Shippori+Mincho+B1";
      }
    }
  }
}

div.footer_menu{
  nav.elementor-nav-menu--main li{
    display: flex;
    width:50%;
    & a{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      & span{
        color:#ffffff;
      }
    }
  }
}
div.sidemenu{
  nav.elementor-nav-menu--main li{
    display: flex;
    width:50%;
    & a{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      & span{
        color:var(--accent-1-c);
      }
    }
  }
}
