.vi-tuber-mobile-nav {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.24s ease;
  z-index: 10000;
}

.vi-tuber-mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

.vi-tuber-mobile-nav__overlay {
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.vi-tuber-mobile-nav__panel {
  align-content: center;
  align-items: center;
  background: #fffbfef5;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 0;
  height: auto;
  justify-content: flex-start;
  margin: 10px;
  max-height: calc(100dvh - 20px);
  max-width: calc(100% - 20px);
  overflow-y: auto;
  padding: 100px 30px;
  position: relative;
  transform: translateY(12px);
  transition: transform 0.24s ease;
  width: calc(100% - 20px);
}

.vi-tuber-mobile-nav.is-open .vi-tuber-mobile-nav__panel {
  transform: translateY(0);
}

.vi-tuber-mobile-nav__head {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
  width: 100%;
}

.vi-tuber-mobile-nav__title {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.vi-tuber-mobile-nav__close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--s-color-659de661);
  cursor: pointer;
  display: inline-flex;
  flex: none;
  font-size: 30px;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.vi-tuber-mobile-nav__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.vi-tuber-mobile-nav__link {
  border-bottom: 0;
  color: var(--s-color-659de661);
  display: block;
  font-family: var(--s-font-f28585f4), "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  text-align: center;
}

.vi-tuber-mobile-nav__link:hover,
.vi-tuber-mobile-nav__cta:hover,
.vi-tuber-mobile-nav__social a:hover {
  opacity: 0.7;
}

.vi-tuber-mobile-nav__social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 34px 0 0;
  max-width: 310px;
  width: 100%;
}

.vi-tuber-mobile-nav__image-link {
  align-items: center;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.vi-tuber-mobile-nav__image-link img {
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vi-tuber-mobile-nav__icon {
  align-items: center;
  color: var(--s-color-659de661);
  display: inline-flex;
  font-size: 30px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.vi-tuber-mobile-nav__text-link {
  align-items: center;
  border: 1px solid rgba(41, 68, 97, 0.24);
  border-radius: 999px;
  color: var(--s-color-659de661);
  display: inline-flex;
  font-family: var(--s-font-f28585f4), "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  min-height: 34px;
  padding: 6px 12px;
}

.vi-tuber-mobile-nav__cta {
  align-items: center;
  background: var(--s-color-7d8639ed);
  border: 0;
  border-radius: 999px;
  color: var(--s-color-659de661);
  display: inline-flex;
  font-family: var(--s-font-f28585f4), "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.4;
  margin: 30px 0 0;
  max-width: 300px;
  min-height: 54px;
  padding: 12px 24px;
  text-align: center;
  width: 100%;
}

body.vi-tuber-mobile-nav-open {
  overflow: hidden;
}

@media screen and (min-width: 851px) {
  .vi-tuber-mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .sd[data-s-7d298772-5b9a-4160-9b88-14a9f9ef454a].vi-tuber-mobile-nav__panel {
    align-content: center;
    align-items: center;
    background: #fffbfef5;
    border-radius: 20px;
    display: flex;
    flex: none;
    height: auto;
    justify-content: flex-start;
    margin: 10px;
    padding: 100px 30px 100px 30px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 608px) {
  .vi-tuber-mobile-nav__link {
    font-size: 15px;
  }
}
