@charset "utf-8";

:where([class^="ri-"])::before { content: "\f3c2"; }
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
}
.custom-checkbox:checked {
    background-color: #6366f1;
    border-color: #6366f1;
}
.custom-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}
.custom-radio:checked {
    border-color: #6366f1;
}
.custom-radio:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6366f1;
}
.favorite-btn:hover .heart-icon {
    transform: scale(1.2);
    transition: transform 0.2s;
}
.favorite-btn.active .heart-icon {
    color: #ef4444;
    fill: #ef4444;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}
.filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: none;
}
.filter-modal.active {
    display: flex;
}
.pagination-btn {
    transition: all 0.2s;
}
.pagination-btn:hover {
    transform: translateY(-1px);
}
.wp-pagenavi {
    display:flex;
}
.wp-pagenavi span.current,.wp-pagenavi a {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4px !important;
    justify-content: center;
    align-items: center;
    margin: 0 0.3em;
}
.wp-pagenavi span.pages {
    display: none;
    width: 3.5rem;
    height: 2.5rem;
    border-radius: 4px !important;
    justify-content: center;
    align-items: center;
    margin: 0 0.3em;
}
.wp-pagenavi a.page,a.nextpostslink,a.previouspostslink{
    color: #333;
}
.wp-pagenavi a:hover {
    border-color: #6366f1;
    color: #999;
transform: translateY(-1px);
}
.wp-pagenavi span.current {
    background-color: #6366f1;
    color: #eee;
}
.wp-pagenavi span.current:hover {
    transform: translateY(-1px);
}
.shop-thumb {
    object-fit: cover;
    aspect-ratio: 16/9;
    object-position: center center;
}
div.container div.main {
    max-width: 1000px;
    margin: auto;
}
