.style_gallery {
    position: sticky;
    top: 12rem;
}
.style_gallery_main {
    position: relative;
}
.style_gallery_image {
    position: absolute;
    inset: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.style_gallery_image.is-current {
    position: relative;
    opacity: 1;
    z-index: 1;
}
.style_gallery_image.is-next {
    z-index: 2;
}
.style_gallery_image.is-show {
    opacity: 1;
}
.style_gallery_thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0;
    list-style: none;
}
.style_gallery_thumbs_btn {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: pointer;
}
.style_gallery_thumbs_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.5s ease;
}
.style_gallery_thumbs_btn:hover .style_gallery_thumbs_image {
    transform: scale(1.08);
}
.style-detail_cont {
    display: grid;
    grid-template-columns: 46rem 1fr;
    gap: 4rem;
    margin-top: 8rem;
}
.style-info_title {
    font-size: 2.5rem;
    line-height: 1.6;
}
.style-info_meta {
    margin-top: 3rem;
}
.style-meta_item {
    display: grid;
    grid-template-columns: 11rem 1fr;
    align-items: start;
    gap: 3rem;
}
.style-meta_item:nth-of-type(n + 2) {
    margin-top: 1rem;
}
.style-meta_label {
    position: relative;
    padding-inline: 3.5rem 1rem;
    color: var(--main-color);
    font-family: var(--font-aktiv-grotesk);
    font-size: 1.6rem;
    line-height: 1;
}
.style-meta_label::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.5rem;
    height: 1px;
    background-color: var(--main-color);
}
.style-meta_value,
.style-keywords_item {
    font-size: 1.5rem;
    line-height: 1.5;
}
.style-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.style-info_desc {
    margin-top: 3rem;
}
.style-desc_text {
    font-size: 1.5rem;
    line-height: 1.8;
}
.style-desc_text:nth-of-type(n + 2) {
    margin-top: 3rem;
}
@media (max-width: 767px) {
    .style-detail_cont {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .style_gallery_thumbs {
        margin-top: 1rem;
    }
    .style-info_title {
        font-size: 2.25rem;
    }
    .style-meta_item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .style-meta_item:nth-of-type(n + 2) {
        margin-top: 3rem;
    }
    .style-keywords {
        gap: 0.75rem 1.25rem;
    }
    .style-desc_text:nth-of-type(n + 2) {
        margin-top: 1.5rem;
    }

    .style-detail {
        flex-direction: column;
        gap: 22px;
    }
    .style-detail_gallery,
    .style-detail_info {
        min-width: 0;
    }
}

.style_swiper_item {
    width: auto;
}
.style_swiper_thumb {
    aspect-ratio: 1 / 1;
}
.style_swiper_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_swiper_staff {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 1;
}
.style_swiper_en {
    position: relative;
    padding-inline: 3.5rem 1rem;
    color: var(--main-color);
    font-family: var(--font-aktiv-grotesk);
}
.style_swiper_en::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.5rem;
    height: 1px;
    background-color: var(--main-color);
}
.style_swiper_text {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    line-height: 1.6;
}
.btn_center {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}
@media (max-width: 767px) {
    .style_swiper_staff {
        margin-top: 2rem;
        font-size: 1.3rem;
    }
    .style_swiper_text {
        font-size: 1.6rem;
    }
    .btn_center {
        margin-top: 4rem;
        padding-right: 2rem;
        text-align: right;
    }
    .breadcrumb > .inner {
        padding: 0;
        padding: 0 2.4rem;
    }
}
