.fixed-cv-cta {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .fixed-cv-cta {
    background: #f6a3aa;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    display: flex;
    left: 12px;
    overflow: hidden;
    position: fixed;
    right: 12px;
    width: auto;
    z-index: 9999;
  }

  .fixed-cv-cta__item {
    align-items: center;
    background: #f6a3aa;
    color: #111;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 800;
    gap: 5px;
    height: 68px;
    justify-content: center;
    line-height: 1.1;
    min-width: 0;
  }

  .fixed-cv-cta__item + .fixed-cv-cta__item {
    border-left: 1px solid rgba(0, 0, 0, 0.16);
  }

  .fixed-cv-cta__item:hover {
    opacity: 1;
  }

  .fixed-cv-cta__item img {
    filter: brightness(0);
    height: 26px;
    object-fit: contain;
    width: 26px;
  }

  .fixed-cv-cta__chat-icon {
    background: #111;
    border-radius: 7px;
    display: inline-flex;
    height: 24px;
    position: relative;
    width: 30px;
  }

  .fixed-cv-cta__chat-icon::before {
    color: #f6a3aa;
    content: '•••';
    font-size: 12px;
    left: 50%;
    letter-spacing: 1px;
    line-height: 1;
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
  }

  .fixed-cv-cta__chat-icon::after {
    border-right: 6px solid #111;
    border-top: 6px solid transparent;
    bottom: -4px;
    content: '';
    height: 0;
    left: 6px;
    position: absolute;
    transform: rotate(20deg);
    width: 0;
  }

  .fixed-cv-cta__item span {
    letter-spacing: 0.02em;
    text-shadow: none;
  }

  #web-assessment {
    scroll-margin-top: 24px;
  }

  #shop-list {
    scroll-margin-top: 24px;
  }
}

.web-assessment-intro {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin: -10px auto 30px;
  max-width: 760px;
  padding: 0 15px;
  text-align: center;
}
