@keyframes slide-right {
  0% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-101%);
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes upAnimeR {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes downAnimeR {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@keyframes subWrapAniOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes subWrapAniClosed {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mainWrapAniOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mainWrapAniClosed {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes slide-bottom {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-250px);
  }
}
@keyframes glnavFixedOpenSp {
  0% {
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes glnavFixedClosedSp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(250px);
    opacity: 0;
  }
}
.ym-hvp-parent.smpl-scaleup {
  overflow: hidden;
}

.ym-hvp-img.smpl-scaleup {
  transition: all 0.5s ease;
  display: block;
  width: auto;
}

.ym-hvp-parent.smpl-scaleup:hover .ym-hvp-img.smpl-scaleup {
  transform: scale(1.05);
}

.ym-fade-type-upslow {
  transition: 0.6s;
  transform: translateY(20px);
  opacity: 0;
}

.is-active .ym-fade-type-upslow, .ym-fade-type-upslow.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-up {
  transition: 0.6s;
  transform: translateY(50px);
  opacity: 0;
}

.is-active .ym-fade-type-up, .ym-fade-type-up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-down {
  transition: 0.6s;
  transform: translateY(-50px);
  opacity: 0;
}

.is-active .ym-fade-type-down, .ym-fade-type-down.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.ym-fade-type-left {
  transition: 0.6s;
  transform: translateX(50px);
  opacity: 0;
}

.is-active .ym-fade-type-left, .ym-fade-type-left.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.ym-fade-type-right {
  transition: 0.6s;
  transform: translateX(-50px);
  opacity: 0;
}

.is-active .ym-fade-type-right, .ym-fade-type-right.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-active .ym-fade-type-up:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-up:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-up:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-up:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-up:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-down:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-down:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-down:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-down:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-down:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-left:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-left:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-left:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-left:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-left:nth-child(6) {
  transition-delay: 1.5s;
}

.is-active .ym-fade-type-right:nth-child(2) {
  transition-delay: 0.3s;
}

.is-active .ym-fade-type-right:nth-child(3) {
  transition-delay: 0.6s;
}

.is-active .ym-fade-type-right:nth-child(4) {
  transition-delay: 0.9s;
}

.is-active .ym-fade-type-right:nth-child(5) {
  transition-delay: 1.2s;
}

.is-active .ym-fade-type-right:nth-child(6) {
  transition-delay: 1.5s;
}

#top-glnav {
  transition-duration: 0.2s;
}
#ym-off-canvas-wrap.closedMove {
  animation: rightAnime 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
#ym-off-canvas-wrap.openMove {
  animation: leftAnime 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 900px) {
  #hamb-btn-fix.closedMove {
    animation: top-hamb-open 0.25s both cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  #hamb-btn-fix.openMove {
    top: 0rem;
    animation: top-hamb-closed 0.42s both cubic-bezier(0.39, 0.575, 0.565, 1);
    position: fixed;
  }
  #ym-off-canvas-wrap.closedMove {
    animation: subWrapAniClosed 0.4s both;
  }
  #ym-off-canvas-wrap.openMove {
    animation: subWrapAniOpen 0.4s both;
  }
  #ym-off-canvas-wrap .sub-wrap_pri,
#ym-off-canvas-wrap .sub-wrap_sec,
#ym-off-canvas-wrap .sub-wrap_thr {
    display: none;
  }
  #ym-off-canvas-wrap .sub-wrap_pri.closedMove,
#ym-off-canvas-wrap .sub-wrap_sec.closedMove,
#ym-off-canvas-wrap .sub-wrap_thr.closedMove {
    animation: subWrapAniClosed 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  #ym-off-canvas-wrap .sub-wrap_pri.openMove,
#ym-off-canvas-wrap .sub-wrap_sec.openMove,
#ym-off-canvas-wrap .sub-wrap_thr.openMove {
    animation: subWrapAniOpen 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@media screen and (max-width: 900px) {
  #ym-off-canvas-wrap .sub-wrap_pri.closedMove,
#ym-off-canvas-wrap .sub-wrap_sec.closedMove,
#ym-off-canvas-wrap .sub-wrap_thr.closedMove {
    animation: rightAnime 0.25s both cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  #ym-off-canvas-wrap .sub-wrap_pri.openMove,
#ym-off-canvas-wrap .sub-wrap_sec.openMove,
#ym-off-canvas-wrap .sub-wrap_thr.openMove {
    animation: leftAnime 0.4s both cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
