.han-yukari-cik-auto {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 999999 !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.22) !important;
    line-height: 1 !important;
    font-size: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.han-yukari-cik-auto.han-is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.han-yukari-cik-auto:hover,
.han-yukari-cik-auto:focus,
.han-yukari-cik-auto:active {
    background: #000000 !important;
    color: #ffffff !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.22) !important;
}

.han-yukari-cik-auto svg {
    width: 21px !important;
    height: 21px !important;
    display: block !important;
    fill: #ffffff !important;
    color: #ffffff !important;
    pointer-events: none !important;
}

.han-yukari-cik-auto svg path {
    fill: #ffffff !important;
}

@media (max-width: 767px) {
    .han-yukari-cik-auto {
        right: 16px !important;
        bottom: 16px !important;
        width: 44px !important;
        height: 44px !important;
    }

    .han-yukari-cik-auto svg {
        width: 19px !important;
        height: 19px !important;
    }
}
