.mobile-only {
  display: none;
}

.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 120px;
  position: fixed !important;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}

#suntory-alo-phoneIcon {
  left: 16px !important;
  bottom: 18px !important;
}

.suntory-alo-phone.suntory-alo-phone-0 {
  left: 16px;
  bottom: 18px;
}

.suntory-alo-phone.suntory-alo-phone-1 {
  right: 16px;
  bottom: 18px;
}

.phone-pc {
  position: absolute;
  top: 35px;
  left: 68px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .pc-only {
    display: none !important;
  }

  .suntory-alo-phone {
    height: 76px;
    width: 76px;
  }

  .suntory-alo-phone.suntory-alo-phone-0 {
    left: 12px;
    bottom: 14px;
  }

  .suntory-alo-phone.suntory-alo-phone-1 {
    right: 12px;
    bottom: 14px;
  }

  .suntory-alo-ph-circle {
    height: 76px;
    width: 76px;
  }

  .suntory-alo-ph-circle-fill {
    height: 54px;
    left: 11px;
    top: 11px;
    width: 54px;
  }

  .suntory-alo-ph-img-circle {
    height: 42px;
    left: 17px;
    top: 17px;
    width: 42px;
  }

  .suntory-alo-ph-img-circle i {
    font-size: 24px;
    line-height: 42px;
    padding-left: 8px;
  }
}
