@charset "UTF-8";

/* 251118 */
.tt_fixed_nav {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 100;
}
.tt_fixed__link {
  display: block;
}
.tt_fixed__img {
  width: 180px;
}
.tt_fixed__img.-ani {
  animation: yureru-j 4s infinite;
}
@keyframes yureru-j {
  0% {transform: translate(0px, 2px);}
  5% {transform: translate(0px, -2px);}
  10% {transform: translate(0px, 2px);}
  15% {transform: translate(0px, -2px);}
  20% {transform: translate(0px, 2px);}
  25% {transform: translate(0px, -2px);}
  30% {transform: translate(0px, 0px);}
}
@media (min-width: 1460px) {
  .tt_follow_i {
    max-width: 140px;
    padding: 0;
  }
  .tt_follow__list {
    display: grid;
    gap: 5px;
    padding: 5px;
  }
  .tt_follow__listitem {
    display: flex;
  }
  .tt_follow__listitem:not(:last-child)::before {
    content: none;
  }
  .tt_follow__link {
    padding: 0;
  }
  .tt_follow__link > img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .tt_fixed_nav {
    bottom: min(10%, 70px);
    right: 0;
  }
  .tt_fixed__img {
    width: 120px;
  }
}