.pagenation {
    margin: 8rem auto 0;
    text-align: center;
}
.cursor {
    position: fixed;
    top: -7rem;
    left: -7rem;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
	background-size: cover;
	background-position: center;
	opacity: 0;
    background-image: url(../img/icon/cursor-viewmore.svg);
}
.cursor::before {
    display: none;
}
.wp-pagenavi {
    margin-top: 8rem;
}
.filter {
    background-color: var(--main-color);
}
.filter-keyword {
    margin-top: 2rem;
}
.style_gallery {
    margin-top: 6rem;
    padding: 6rem 0;
    background-color: #4d4d4d;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.style_gallery_top {
    text-align: center;
}
.style_gallery_heading {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}
.style_gallery_heading_en {
    display: inline-block;
    margin-top: 3rem;
    font-size: 7.2rem;
    font-family: var(--font-ivymode);
    font-weight: 100;
    line-height: 1;
}
.style_gallery_heading_en .font-italic {
    display: inline-block;
    padding-inline: 1rem;
    font-style: italic;
}
.style_gallery_swiper {
    padding-top: 6rem;
}
.style_gallery .swiper-slide {
    transition: transform 0.4s ease-out;
}
.style_gallery .swiper-slide:hover {
    transform: rotate(1.3deg) scale(1.07);
    z-index: 1;
}
.style_swiper_image {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: cover;
}
.style_gallery_catch {
    display: inline-block;
    margin: 6rem auto 0;
    font-family: var(--font-ivymode);
    font-weight: 200;
    font-size: 2.2rem;
    line-height: initial;
    background: linear-gradient(86deg, #c0fff0 0%, #f5f6e8 36%, #5abecc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
@media (max-width: 767px) {
    .style_gallery {
        margin-top: 5rem;
        padding: 4rem 0;
    }
    .style_gallery_heading_en {
        margin-top: 1rem;
        font-size: 4.8rem;
    }
    .style_gallery_swiper {
        padding-top: 3rem;
    }
    .style_gallery_catch {
        margin-top: 3rem;
    }
}

.salon_style_catalog {
    position: relative;
    margin-top: 3rem;
}
.style_catalog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 1.5rem;
    margin-top: 0.8rem;
}
.style_catalog_item {
    width: auto;
}
.layout_main .page_heading_en {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--main-color);
}
.style_catalog_staff {
    display: block;
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 1;
}
.style_catalog_en {
    position: relative;
    padding-inline: 3.5rem 1rem;
    color: var(--main-color);
    font-family: var(--font-aktiv-grotesk);
}
.style_catalog_en::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.5rem;
    height: 1px;
    background-color: var(--main-color);
}
.style_catalog_text {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .cursor {
		display: none;
	}
    .layout_main {
        order: 1;
    }
    .wp-pagenavi {
        order: 2;
    }
    .layout_sidebar {
        order: 3;
        margin-top: 6rem;
    }
    .layout_wrap {
        grid-template-columns: 1fr;
        margin: 6rem 0;
    }
    .layout_main .page_heading_en {
        font-size: 1.6rem;
    }
    .style_catalog_list {
        grid-template-columns: 1fr 1fr;
        gap: 3rem 1.25rem;
    }
    .style_catalog_staff {
        margin-top: 1.5rem;
        font-size: 1.4rem;
    }
    .style_catalog_text {
        margin-top: 1rem;
        font-size: 1.4rem;
    }
    .style_catalog_en {
        padding-inline: 2.5rem 1rem;
        font-size: 1rem;
    }
    .style_catalog_en::before {
        width: 2rem;
    }
    .filter {
        max-width: 100%;
    }
    .filter-keyword {
        margin-top: 1.25rem;
    }
    .breadcrumb > .inner {
        padding: 0;
        padding: 0 2.4rem;
    }
}
