.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
.slick-prev,
.slick-next {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-prev::after,
.slick-next::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translate(25%, 0) rotate(45deg);
}
.slick-next::after {
    transform: translate(-25%, 0) rotate(225deg);
}
.slick-prev {
    transform: translate(50%, -50%);
}
.slick-next {
    transform: translate(-50%, -50%);
}
.slick-prev::before,
.slick-next::before {
    display: none;
}
.main_visual .item {
    padding: 16px 8px 8px;
}
.img-container {
    width: 100%;
    height: 300px;
    max-height: calc(100vh - 80px);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
}
.one_to_one {
    width: 100%;
    height: 0px !important;
    padding-top: 100%;
    position: relative;
}
.one_to_one img {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    object-fit: contain;
}
.main_visual .img-container {
    border-radius: 6px;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.page-container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 20px;
}

.top_title,
.blog_title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1.5rem 0 2.75rem;
    margin: 0;
}
.top-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
.top-card_img {
    margin: 0 auto;
    width: 130px;
    height: 150px;
    object-fit: cover;
}
/* .top-card_desc {
    padding: 2rem 2rem;
    background-color: var(--bs-gray-200);
} */
.shop-card {
    padding: .6rem;
    padding-top: 0;
}
.gray-bg {
    background-color: var(--bs-gray-200);
}

.shops-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 2rem;
}

.more-button {
    width: 100%;
    max-width: 240px;
    background-color: #333;
    border: 1px solid #000;
    border-radius: 40px !important;
}
.more-button:hover,
.more-button:focus,
.more-button:active {
    color: #fff;
    background-color: #666;
    border: 1px solid #000;
}
.more-button:focus,
.more-button:hover {
    box-shadow: 0 0 0 2px #000;
}

.home_shop_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: .6rem;
    padding-bottom: 2rem;
}
.shop-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: .6rem;
}

.ui--large {
    display: none;
}

.blog_title {
    text-align: left;
}

@media (min-width: 540px) {
    .home_shop_list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}
@media (min-width: 640px) {
    .blog_title {
        text-align: center;
    }
    .blog_item:nth-child(odd) .blog_card {
        border-right: 1px solid var(--bs-gray-400);
    }
    .blog_item:nth-child(even) .blog_card {
        padding-left: 1rem;
    }
}
@media (min-width: 768px) {
    .img-container {
        height: 400px;
    }
    .page-container {
        padding: 20px 30px;
    }
    .slick-dots li button:before {
        width: 16px;
        height: 16px;
    }
    .top-card {
        flex-direction: row;
        gap: 1.5rem;
        align-items: stretch;
    }
    .top-card_desc {
        flex: 1;
        padding: 2rem 2rem;
        background-color: var(--bs-gray-200);
    }
    .home_shop_list {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        gap: 1rem;
    }
    .blog_list {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}
@media (min-width: 992px) {
    .ui--large {
        display: block;
    }
    .ui--small {
        display: none;
    }
    .blog_list {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}
@media(min-width: 1280px) {
    .shop-card {
      padding: 1rem;
      padding-top: 0;
    }
}
