:root {
  --fullHeight: 100dvh;
}

main {
  position: relative;
}
main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: #FFD800;
  z-index: 4;
}
@media screen and (max-width: 1279px) {
  main::before {
    height: 39px;
  }
}
main::after {
  content: "";
  position: fixed;
  top: calc(100dvh - 20px);
  left: 0;
  right: 0;
  height: 20px;
  background: #FFD800;
  z-index: 4;
}
@media screen and (max-width: 1279px) {
  main::after {
    height: calc(39px + env(safe-area-inset-bottom));
    top: calc(100dvh - 39px - env(safe-area-inset-bottom));
  }
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  background: #FFD800;
  z-index: 6;
  right: 0;
  width: 20px;
}

.group-border-top {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: url("../img/shared/deco_tl.png") no-repeat top left/auto 100%, url("../img/shared/deco_tr.png") no-repeat top right/auto 100%;
}
@media screen and (max-width: 1279px) {
  .group-border-top {
    top: 19px;
  }
}

.group-border-bottom {
  position: fixed;
  z-index: 6;
  top: calc(100dvh - 40px);
  left: 0;
  right: 0;
  height: 40px;
  background: url("../img/shared/deco_bl.png") no-repeat top left/auto 100%, url("../img/shared/deco_br.png") no-repeat top right/auto 100%;
}
@media screen and (max-width: 1279px) {
  .group-border-bottom {
    top: calc(100dvh - 59px - env(safe-area-inset-bottom));
  }
}

.copyright {
  position: fixed;
  z-index: 5;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 2;
  font-size: 10px;
  left: 0;
  background: #FFD800;
}
.copyright span {
  letter-spacing: 0;
}

#group-nav-logo {
  position: fixed;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  #group-nav-logo {
    left: 50%;
    transform: translateX(-50%);
    width: 1404px;
    max-width: calc(100% - 180px);
    top: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  #group-nav-logo {
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1000px) {
  #group-nav-logo .group-inner {
    width: 346px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 688px;
    max-height: calc(var(--fullHeight) - 60px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 999px) {
  #group-nav-logo .group-inner {
    width: 270px;
  }
}
@media screen and (min-width: 1000px) {
  #group-nav-logo .group-inner .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #group-nav-logo .group-inner .group .nav li {
    position: relative;
    opacity: 0;
    animation: fadeIn 1s linear 0.5s forwards;
  }
  #group-nav-logo .group-inner .group .nav li a {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    position: relative;
    z-index: 2;
  }
  #group-nav-logo .group-inner .group .nav li:nth-child(1) {
    left: 44.5px;
    margin-bottom: 17px;
    transform: rotate(28deg);
  }
  #group-nav-logo .group-inner .group .nav li:nth-child(2) {
    left: 28.5px;
    margin-bottom: 19px;
    transform: rotate(18deg);
  }
  #group-nav-logo .group-inner .group .nav li:nth-child(3) {
    left: 7.5px;
    margin-bottom: 28px;
    transform: rotate(7deg);
  }
  #group-nav-logo .group-inner .group .nav li:nth-child(4) {
    left: 0;
    margin-bottom: 18px;
    transform: rotate(-12deg);
  }
  #group-nav-logo .group-inner .group .nav li:nth-child(5) {
    left: 32px;
    margin-bottom: 23.5px;
    transform: rotate(-18deg);
  }
  #group-nav-logo .group-inner .group .nav li:nth-child(6) {
    left: 24px;
    transform: rotate(-25deg);
  }
  #group-nav-logo .group-inner .group .logo {
    width: 230.5px;
    transform: rotate(0);
    transition: all 1s;
  }
  #group-nav-logo .group-inner .group .logo:hover {
    transform: rotate(360deg);
  }
  #group-nav-logo .group-inner .group-info {
    margin: 88px 0 0 auto;
    width: 327px;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
  }
  #group-nav-logo .group-inner .group-info .txt {
    margin-bottom: 3px;
  }
  #group-nav-logo .group-inner .group-info .name small {
    font-family: "ab-tsubaki", sans-serif;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 3px;
  }
  #group-nav-logo .group-inner .group-info .name {
    margin: 0 0 4px;
    font-size: 34px;
    line-height: 40px;
  }
  #group-nav-logo .group-inner .group-info p + p {
    margin-top: 2px;
  }
}
@media screen and (max-width: 999px) {
  #group-nav-logo {
    width: 96px;
    top: 10px;
    left: 10px;
    z-index: 6;
  }
}

@media screen and (min-width: 1280px) {
  #group-tit {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 50%;
    height: var(--fullHeight);
    transform: translateX(-50%);
    width: 1800px;
    max-width: calc(100% - 40px);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  #group-tit .tit1, #group-tit .tit2 {
    color: #000;
    font-size: 12vh;
    line-height: 1.17;
  }
  #group-tit .tit1 span, #group-tit .tit2 span {
    letter-spacing: 0.02em;
  }
  #group-tit .tit2 span {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 1279px) {
  #group-tit .tit1, #group-tit .tit2 {
    text-align: center;
    font-size: 24px;
    line-height: 39px;
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
  }
  #group-tit .tit1 span, #group-tit .tit2 span {
    letter-spacing: 0.02em;
  }
  #group-tit .tit1 {
    top: 0;
  }
  #group-tit .tit2 {
    top: calc(100dvh - 39px - env(safe-area-inset-bottom));
  }
}
#header {
  transition: all 0.5s;
}

@keyframes navAni {
  0% {
    opacity: 0;
    transform: translateX(200px) scale(0.7);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.navAni {
  animation: navAni 1s linear forwards;
  animation-play-state: paused;
}
.navAni[style*="visibility: visible"] {
  animation-play-state: running;
}

@media screen and (max-width: 999px) {
  .hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger:after {
    display: none;
  }
  .navOpen #header, .navOpen #content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .navOpen #menu-toggle .inner .group-nav-logo .group-inner .group .nav {
    animation: fadeIn 1s linear forwards;
    animation-delay: 0.5s;
  }
  #menu-toggle {
    padding: 0;
    background: transparent;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  #menu-toggle::before {
    content: "";
    position: absolute;
    top: -700px;
    width: 1468px;
    background: #fff;
    border-radius: 50%;
    right: -700px;
    height: 1468px;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  #menu-toggle::before {
    width: 1200px;
    height: 1200px;
    top: -500px;
    right: -549px;
  }
}
@media screen and (max-width: 999px) {
  #menu-toggle .inner {
    padding: 75px 0 100px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  #menu-toggle .inner {
    padding-top: 72px;
  }
}
@media screen and (max-width: 999px) {
  #menu-toggle .inner .group-nav-logo {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    width: 584px;
    max-width: calc(100% - 36px);
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  #menu-toggle .inner .group-nav-logo {
    width: calc(100% - 36px);
  }
}
@media screen and (max-width: 999px) {
  #menu-toggle .inner .group-nav-logo .group-inner {
    width: 387px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  #menu-toggle .inner .group-nav-logo .group-inner {
    width: 327px;
  }
}
@media screen and (max-width: 999px) {
  #menu-toggle .inner .group-nav-logo .group-inner .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav {
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li {
    position: relative;
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li a {
    display: inline-block;
    text-decoration: none;
    font-size: 26px;
    line-height: 31px;
    position: relative;
    z-index: 2;
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li a::before {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: url("../img/shared/nav_active.png") no-repeat center/100% auto;
    width: 106px;
    height: 41.5px;
    transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
    transform-origin: right;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li a.active::before, #menu-toggle .inner .group-nav-logo .group-inner .group .nav li a:hover::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li:nth-child(1) {
    left: 50px;
    margin-bottom: 20px;
    transform: rotate(28deg);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li:nth-child(2) {
    left: 32px;
    margin-bottom: 22px;
    transform: rotate(18deg);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li:nth-child(3) {
    left: 8px;
    margin-bottom: 32px;
    transform: rotate(7deg);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li:nth-child(4) {
    margin-bottom: 20px;
    transform: rotate(-12deg);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li:nth-child(5) {
    left: 35.5px;
    margin-bottom: 27px;
    transform: rotate(-18deg);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .nav li:nth-child(6) {
    left: 26.5px;
    transform: rotate(-25deg);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .logo {
    width: 265px;
    transition: all 1s;
    transform: rotate(0);
  }
  #menu-toggle .inner .group-nav-logo .group-inner .group .logo:hover {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  #menu-toggle .inner .group-nav-logo .group-inner .group .logo {
    width: 223px;
  }
}
@media screen and (max-width: 999px) {
  #menu-toggle .inner .group-nav-logo .group-inner .group-info {
    margin: 97px 0 0 auto;
    width: 304px;
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  #menu-toggle .inner .group-nav-logo .group-inner .group-info {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-top: 116px;
  }
}
@media screen and (max-width: 999px) {
  #menu-toggle .inner .group-nav-logo .group-inner .group-info .name {
    margin: 3px 0 4px;
    font-size: 38px;
    line-height: 44px;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  #menu-toggle .inner .group-nav-logo .group-inner .group-info .name {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 999px) {
  #menu-toggle .inner .group-nav-logo .group-inner .group-info p + p {
    margin-top: 3px;
  }
}
main {
  overflow: hidden;
}

#content {
  margin: 0 auto;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  #content {
    width: 1298px;
    max-width: calc(100% - 206px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #content {
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1000px) {
  #content .wrapper {
    width: 977px;
    max-width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  #content .wrapper {
    max-width: calc(100% - 375px);
  }
}
#content .inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  background: url("../img/shared/bg2.jpg") repeat center/100% auto, #fff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 1280px) {
  #content .inner {
    width: 600px;
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #content .inner {
    max-width: calc(100% - 40px);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

#index #content {
  margin-top: 52px;
}
#index #content .inner {
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #index #content .inner {
    border-radius: 50px;
  }
}

#footer {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 153px 0 96px;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 172px 0 54px;
  }
}
#footer .group-logo {
  position: relative;
}
#footer .group-logo .logo {
  width: 153.5px;
  margin: 0 auto;
}
#footer .group-logo .img {
  position: absolute;
  width: 82px;
}
@media screen and (max-width: 767px) {
  #footer .group-logo .img {
    width: 71px;
  }
}
#footer .group-logo .img1 {
  top: 72px;
  left: 17px;
}
@media screen and (max-width: 767px) {
  #footer .group-logo .img1 {
    left: auto;
    right: calc(50% + 85px);
    top: -15px;
  }
}
#footer .group-logo .img2 {
  top: 10px;
  left: 97px;
}
@media screen and (max-width: 767px) {
  #footer .group-logo .img2 {
    left: auto;
    right: calc(50% + 11px);
    top: -93.5px;
  }
}
#footer .group-logo .img3 {
  top: 10px;
  right: 97px;
}
@media screen and (max-width: 767px) {
  #footer .group-logo .img3 {
    right: auto;
    left: calc(50% + 11px);
    top: -93.5px;
  }
}
#footer .group-logo .img4 {
  top: 72px;
  right: 17px;
}
@media screen and (max-width: 767px) {
  #footer .group-logo .img4 {
    right: auto;
    left: calc(50% + 85px);
    top: -15px;
  }
}
#footer #ggmap {
  height: 262px;
  border-radius: 100px;
  overflow: hidden;
  margin: 15px 0 28px;
}
@media screen and (max-width: 767px) {
  #footer #ggmap {
    margin: 26px 0 29px;
    height: 377px;
    border-radius: 50px;
  }
}
#footer #ggmap iframe {
  width: 100%;
  height: 100%;
}
#footer .btn-contact {
  width: 218px;
  margin: 0 auto;
}
#footer .btn-contact a {
  border-radius: 23px;
  border: 1px solid;
  font-size: 18px;
  line-height: 21px;
  padding: 12px 0 11px;
  display: block;
  text-decoration: none;
}
#footer .btn-contact a:hover {
  opacity: 0.8;
}
#footer .tel {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 21px;
}
#footer .pagetop {
  margin: 30px auto 8px;
  width: 246px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#footer .pagetop:hover {
  opacity: 0.8;
}
#footer .pagetop .balloon {
  width: 104px;
}
#footer .pagetop .icon {
  width: 48px;
  margin-top: 29px;
}
#footer .insta {
  width: 25.5px;
  margin: 0 auto;
}
#footer .group-info {
  margin: 27.5px 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
#footer .group-info .name {
  margin: 3px 0 4px;
  font-size: 34px;
  line-height: 40px;
}
#footer .group-info p + p {
  margin-top: 2px;
}
#footer .group-info p a {
  font-size: 12px;
}

#maintitle {
  background: url("../img/shared/mask_key.png") no-repeat bottom center/100% auto;
}
@media screen and (max-width: 390px) {
  #maintitle {
    background-image: url("../img/shared/mask_key_sp.png");
  }
}
#maintitle .img {
  -webkit-mask-image: url("../img/shared/mask_key.png");
          mask-image: url("../img/shared/mask_key.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
@media screen and (max-width: 390px) {
  #maintitle .img {
    -webkit-mask-image: url("../img/shared/mask_key_sp.png");
            mask-image: url("../img/shared/mask_key_sp.png");
  }
}
#maintitle .group {
  height: 158px;
  text-align: center;
  position: relative;
  padding: 39px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #maintitle .group {
    height: 107px;
    padding: 29px 0 0;
  }
}
#maintitle .group .title {
  font-size: 50px;
  line-height: 59px;
}
#maintitle .group .title span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #maintitle .group .title {
    font-size: 36px;
    line-height: 42px;
  }
}
#maintitle .group .deco {
  position: absolute;
  width: 150.5px;
  right: 78.6px;
  bottom: 63px;
}
@media screen and (max-width: 1280px) {
  #maintitle .group .deco {
    right: 50px;
  }
}
@media screen and (max-width: 600px) {
  #maintitle .group .deco {
    right: 15px;
    bottom: 25px;
  }
}

#form {
  position: relative;
  z-index: 2;
  width: 522px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#form .form-row + .form-row {
  margin-top: 10px;
}
#form .form-row .error, #form .form-row .error-email {
  padding-left: 140px;
}
#form .form-row .inner2 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  #form .form-row .inner2 {
    display: block;
  }
}
#form .form-row .inner2 .caption {
  padding: 8px 0 0;
  width: 150px;
  font-size: 18px;
  line-height: 26px;
}
#form .form-row .inner2 .caption.pt0 {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  #form .form-row .inner2 .caption {
    padding-top: 0;
    width: 100%;
  }
}
#form .form-row .inner2 .form-value {
  width: 363px;
  max-width: calc(100% - 150px);
  display: flex;
  gap: 11px;
}
#form .form-row .inner2 .form-value.phone {
  width: 277px;
}
@media screen and (max-width: 600px) {
  #form .form-row .inner2 .form-value {
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
  }
}
#form .form-row .inner2 .form-value > span {
  padding: 8px 0 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  word-break: break-word;
}
#form .form-row .inner2 .form-value input:not([type=checkbox]), #form .form-row .inner2 .form-value textarea {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 10px;
  box-sizing: border-box;
  background: transparent;
}
#form .form-row .inner2 .form-value input:not([type=checkbox]).w1, #form .form-row .inner2 .form-value textarea.w1 {
  width: 192px;
  max-width: 100%;
}
#form .form-row .inner2 .form-value .error, #form .form-row .inner2 .form-value .error-email {
  padding-left: 0;
}
#form .form-row .inner2 .form-value textarea {
  height: 136px;
}
#form .form-row .inner2 .form-value input[type=checkbox] {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #707070;
  background: transparent;
}
#form .form-row .inner2 .form-value .text {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  line-height: 26px;
}
#form .form-row .inner2 .form-value .text a {
  text-decoration: underline;
}
#form .form-row .inner2 .form-value .text a:hover {
  text-decoration: none;
}
#form .form-row .inner2 .form-value.phone input {
  text-align: center;
}
#form .form-button {
  margin: 35px 0 0;
}
#form .form-button button {
  outline: none;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  border-radius: 23px;
  background: #FFD800;
  width: 192px;
  color: #412B0C;
  font-weight: 300;
  padding: 9.5px 0;
}
#form .form-button button:hover {
  opacity: 0.8;
}
#form .form-button .submit-confirm {
  display: none;
}
#form .form-button .submit-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form .fc-confirm .form-button .submit-confirm {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

#form #thanks {
  padding: 50px 0;
  text-align: center;
}

@keyframes text08 {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    transform: scale(1.5) translateY(-30%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.text08 {
  animation: text08 1s ease-in-out forwards;
  animation-play-state: paused;
}
.text08.run {
  animation-play-state: running;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #3E2C12;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(62, 44, 18, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(62, 44, 18, 0);
  }
}
.textAni {
  overflow: hidden;
}
.textAni img, .textAni span {
  transform: translateY(100%);
  transition: all 0.5s;
  display: inline-block;
}
.textAni.delay-1s img, .textAni.delay-1s span {
  transition-delay: 1s;
}
.textAni.run img, .textAni.run span {
  transform: translateY(0);
}

.textFade {
  opacity: 0;
  transition: all ease-in-out 1s;
}
.textFade.run {
  opacity: 1;
}

.imgAni {
  position: relative;
  overflow: hidden;
}
.imgAni::before, .imgAni::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.imgAni::before {
  /* background: #FFF; */
  z-index: 3;
  transition: 0s;
}
.imgAni::after {
  background: #FFD800;
  z-index: 2;
  transition: 0.5s;
  transition-delay: 0;
}
.imgAni img {
  opacity: 0;
  transform: scale(0.8);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0;
}
.imgAni.run::before, .imgAni.run::after, .imgAni[style*="visibility: visible"]::before, .imgAni[style*="visibility: visible"]::after {
  transform: translateY(101%);
}
.imgAni.run img, .imgAni[style*="visibility: visible"] img {
  opacity: 1;
  transform: scale(1);
}

.imgAni2 img {
  opacity: 0;
  transform: scale(1.2);
  transition: 0.5s;
}
.imgAni2.run img {
  opacity: 1;
  transform: scale(1);
}

@keyframes imgIn {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.imgIn {
  animation-name: imgIn;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 0.8s;
}

.animated.delay-01s {
  animation-delay: 0.1s;
}

.animated.delay-02s {
  animation-delay: 0.2s;
}

.animated.delay-03s {
  animation-delay: 0.3s;
}

.animated.delay-04s {
  animation-delay: 0.4s;
}

.animated.delay-05s {
  animation-delay: 0.5s;
}

.animated.delay-06s {
  animation-delay: 0.6s;
}

.animated.delay-07s {
  animation-delay: 0.7s;
}

.animated.delay-08s {
  animation-delay: 0.8s;
}

.animated.delay-09s {
  animation-delay: 0.9s;
}

.animated.delay-11s {
  animation-delay: 1.1s;
}

.animated.delay-12s {
  animation-delay: 1.2s;
}

.animated.delay-13s {
  animation-delay: 1.3s;
}

.animated.delay-14s {
  animation-delay: 1.4s;
}

/*SVG*/
#group-nav-logo .group-inner .group .nav li a::before,
#menu-toggle .inner .group-nav-logo .group-inner .group .nav li a::before {
  display: none !important;
}

.group-inner svg {
  width: 106px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: -1;
}

.group-inner path {
  fill: none;
  stroke: #ce8f00;
  stroke-width: 16px;
}

.cls-1 {
  stroke-dasharray: 447;
  stroke-dashoffset: 447;
  animation-fill-mode: forwards;
  transition: all 0.5s ease-in-out;
}

#group-nav-logo .group-inner .group .nav li a.active .cls-1,
#group-nav-logo .group-inner .group .nav li a:hover .cls-1,
#menu-toggle .inner .group-nav-logo .group-inner .group .nav li a.active .cls-1,
#menu-toggle .inner .group-nav-logo .group-inner .group .nav li a:hover .cls-1 {
  stroke-dashoffset: 0;
}

/*END SVG*/
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-delay: 1s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}