@media(max-width:600px) {
    .home-arrow .slick-arrow.slick-next {
        top:-50px
    }

    .home-arrow .slick-arrow.slick-prev {
        top:-50px
    }

    .arrow .slick-arrow.slick-prev {
        left: -85px;
        top: 35px;
    }

    .arrow .slick-arrow.slick-next {
        left: -35px;
        top: 35px;
    }
}

.header-desktop__sub-nav-wrapper .row .col-auto .header-logo a img {
    width: 140px !important;
}

.tk-proxima-nova {
    font-family: "proxima-nova", sans-serif;
}

#footer nav#block-mhm-footer .col-2 ul li a {
    font-size: 12px !important;
}


#block-footer-mypage {
    margin-top: 0 !important;
}


.tk-biz-udpgothic {
    font-family: "biz-udpgothic", sans-serif;
}

.testing {
    width: 100% !important;
    position: relative;
}


.c-my-page__content p:nth-child(2) {
    text-align: center;
    font-size: var(--Font-size-JP-headline-XXL);
    font-weight: 700;
    line-height: 150%;
    margin-top: 16px;
    max-width: 85% !important;
}

.c-my-page__content h2 {
    text-align: center;
}

.c-my-page__content p:nth-child(3) {
    text-align: center;
    font-size: var(--font-size-jp-body-label-m);
    font-weight: 400;
    line-height: 175%;
    margin-top: 24px;
    max-width: 85% !important;
}

/* the slides */
.multiple-items .slick-slide {
    margin: 0 20px;
}

/* the parent */
.multiple-items .slick-list {
    margin: 0 -20px;
}

.c-top-sliders>ul .slick-slide {
    display: flex !important;
    justify-content: center !important;
    opacity: 1 !important;
    margin: 0;
    width: auto !important;
}

.slick-dots li.slick-active button {
    background-color: none !important;
}

button.slick-next.slick-arrow {
    z-index: 999999999;
    position: absolute;
    background: transparent;
    height: 50px;
    width: 50px;
    right: 0;
}

.home-banner {
    position: relative;
}

.home-arrow {
    position: absolute;
    bottom: 50%;
}

button.slick-prev.slick-arrow {
    z-index: 999999999;
    position: absolute;
    background: transparent;
    height: 50px;
    width: 50px;
    left: 0;
}

.slick-track {
    display: flex;
}




li.slick-slide {
    width: 100% !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    bottom: -60px;
    /* pindahkan ke bawah seperti desain */
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #c00;
    /* warna merah atau sesuai desain */
    font-size: 24px;
}

.slick-arrow {
    border: 1px solid rgb(226, 226, 226);
    color: #c00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.slick-arrow:hover {
    border: 1px solid #c00;
}

.arrow {
    position: absolute;
    z-index: 10;
    top: -90px;
    right: 50px;
}

.field.field--name-field-update-date.field--type-datetime.field--label-hidden.field__item {
    background: #f6f6f6;
}

.c-top-slick-next,
.c-top-slick-prev {
    display: none !important;
}