/* modern.css */

/*
 * ==========================================
 * Layout & Common
 * ==========================================
 */

body {
    -webkit-text-size-adjust: 100%;
    color: var(--dolce-text-color);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
    word-break: break-all;
    background-color: var(--dolce-bg-color);
}

a {
    transition: color .3s ease, opacity .3s ease;
    text-decoration: none;
    color: var(--link-color);
}

a:hover {
    opacity: .7;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

iframe {
    vertical-align: bottom;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

* {
    box-sizing: border-box;
}

.wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.main {
    flex: 1;
    width: calc(100% - 280px);
}

@media screen and (max-width: 1024px) {
    .main {
        width: 100%;
    }
}

.ready .wrapper {
    opacity: 1;
}


/* moved from index fixed style */


.uk-heading-line>::before,
.uk-heading-line>::after,
.uk-heading-line>*::before,
.uk-heading-line>*::after {
    border-bottom: 0 !important;
}

#shopTopPage .hike-sec-title {
    margin-bottom: 0 !important;
}

#shopTopPage .hike-title-bar {
    width: 48px;
    height: 4px;
    margin: 18px auto 0;
    background: #f0bf4c;
}

#shopTopPage .hike-section-subtext {
    margin: 18px 0 var(--hike-heading-gap);
    color: var(--hike-muted);
    font-size: 15px;
    letter-spacing: .04em;
    text-align: center;
}

#dolce-pickup .pickup-item a,
#dolce-pickup .pickup-item a:hover {
    opacity: 1 !important;
}

#dolce-pickup .pickup-item a:hover img {
    opacity: .72;
}

#dolce-pickup .pickup-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

#dolce-pickup .pickup-item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

#dolce-pickup .pickup-item:nth-child(n+4) {
    display: none !important;
}

#dolce-pickup .pickup-item a {
    display: block;
}

#dolce-pickup .pickup-item a>div:not(.pickup-as-anking):not(.pickup-desc) {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f7f7;
}

#dolce-pickup .pickup-item picture {
    display: block;
    width: 100%;
    height: 100%;
}

#dolce-pickup .pickup-item img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#dolce-pickup .pickup-desc {
    display: block !important;
    padding: 16px 2px 0;
    color: var(--hike-muted);
    font-family: var(--modern-font-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .04em;
    text-align: center;
}

#dolce-pickup .pickup-item a:hover .pickup-desc {
    display: block !important;
}

@media (max-width: 600px) {
    #dolce-pickup .pickup-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
}

#shopTopPage footer .footer-item-left section>h2 {
    display: none !important;
}

:root {
    --modern-font-display: "Helvetica Neue", Arial, sans-serif;
    --modern-font-text: "Helvetica Neue", Arial, sans-serif;
    --hike-text: var(--dolce-text-color, #000);
    --hike-muted: var(--dolce-subtext-color, #757575);
    --hike-header-bg: var(--dolce-header-bg-color, #fff);
    --hike-header-text: var(--dolce-header-text-color, #000);
    --hike-border: #c4c4c4;
    --hike-border-soft: #ececec;
    --hike-container: 1240px;
    --hike-pad-x: 32px;
    --hike-section-y: 96px;
    --hike-section-y-compact: 64px;
    --hike-heading-gap: 48px;
    --hike-card-row-gap: 40px;
    --hike-card-col-gap: 24px;
    --hike-font-body: clamp(14px, 1.6vw, 16px);
    --hike-font-heading: clamp(28px, 5.2vw, 46px);
    --hike-font-subheading: clamp(20px, 3.6vw, 24px);
    --hike-font-card-title: clamp(15px, 2.8vw, 18px);
    --hike-font-caption: clamp(11px, 2.4vw, 14px);
    --hike-font-small: clamp(10px, 2.2vw, 12px);
}

body {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-body);
    font-weight: 400;
    line-height: 1.7;
    color: var(--hike-text);
}

h1,
.uk-h1,
#dolce-pickup h2,
#dolce-item-list h1 {
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-heading);
    font-weight: 900;
    line-height: 1;
}

h2,
.uk-h2,
.uk-heading-line>span {
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-heading);
    font-weight: 900;
    line-height: 1;
}

h3,
h4,
.uk-h3,
.uk-h4,
.footer-wrapper h4,
.sidebar h4 {
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-body);
    font-weight: 500;
    line-height: 1.75;
}

p,
input,
textarea,
select,
.pickup-desc,
.item-detail,
.item-description,
.news-text,
.mailmagazine-text {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-body);
    font-weight: 400;
    line-height: 1.7;
}

.item-title,
.item .item-title {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-caption);
    font-weight: 500;
    line-height: 1.5;
}

#header-menu-pc a,
#header-menu-sp a,
.uk-navbar-nav>li>a {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-body);
    font-weight: 500;
    line-height: 1.5;
}

.uk-button,
button,
input[type="submit"],
.btn-more a {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-caption);
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.uk-button-small,
.uk-label,
.pickup-as-anking,
.ranking_number,
.index-label {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-caption);
    font-weight: 500;
    line-height: 1.5;
}

a.link-md,
.item-detail a,
.footer-link a {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-body);
    font-weight: 500;
    line-height: 1.75;
    text-decoration: underline;
}

.item-price,
.price,
.caption-md {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-caption);
    font-weight: 500;
    line-height: 1.5;
}

.item-price .price {
    font-size: var(--hike-font-body);
}

.caption-sm,
.smallcat,
.footer-info,
.cart-badge {
    font-family: var(--modern-font-text);
    font-size: var(--hike-font-small);
    font-weight: 500;
    line-height: 1.5;
}

.footer-copyright,
.utility-xs {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.75;
}

@media (min-width: 960px) {
    .sticky-container {
        position: sticky;
        top: 0;
        z-index: 50;
        background: var(--hike-header-bg);
    }

    header {
        background: var(--hike-header-bg);
        border-bottom: 1px solid var(--hike-border-soft);
        color: var(--hike-header-text);
    }

    #header-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
        max-width: 1240px;
        min-height: 60px;
        margin: 0 auto;
        padding: 10px 20px;
    }

    #header-menu-sp {
        display: none !important;
    }

    .header-logo {
        flex: 0 0 auto;
    }

    .header-logo a {
        display: inline-flex;
        align-items: center;
        color: var(--hike-header-text);
    }

    .header-logo h1 {
        margin: 0;
        line-height: 0;
    }

    .header-logo .logoText,
    .header-logo img {
        letter-spacing: .05em;
    }

    .header-logo img {
        display: block;
        vertical-align: middle;
    }

    #header-menu-pc {
        display: block;
        flex: 0 1 auto;
        margin-left: auto;
    }

    #header-menu-pc .uk-navbar-container {
        background: transparent;
    }

    #header-menu-pc .uk-navbar-nav {
        gap: 36px;
    }

    #header-menu-pc .uk-navbar-nav>li>a {
        min-height: 50px !important;
        padding: 0;
        color: var(--hike-header-text);
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    #header-menu-pc .uk-navbar-nav>li>a:hover {
        color: var(--hike-muted) !important;
        opacity: 1 !important;
    }

    .header-actions {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        z-index: 10;
        min-width: 0;
        min-height: 50px;
    }

    .header-search-pc {
        flex: 0 0 50px;
        position: relative;
        z-index: 2;
        color: var(--hike-header-text);
        pointer-events: none;
        height: 50px;
        min-height: 50px;
    }

    .header-base {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 10;
        pointer-events: auto;
        height: 50px;
        min-height: 50px;
    }

    .header-search-pc .uk-navbar-right {
        width: 50px;
        height: 50px;
    }

    .header-search-pc .uk-navbar-right,
    .header-search-pc .uk-navbar-right>div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-search-pc .uk-navbar-toggle {
        box-sizing: border-box;
        flex: 0 0 50px;
        pointer-events: auto;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 50px;
        min-width: 50px;
        min-height: 50px !important;
        height: 50px;
        padding: 0;
        border: 1px solid var(--hike-border);
        border-radius: 50%;
        background: var(--hike-header-bg);
        color: var(--hike-header-text) !important;
        opacity: 1 !important;
    }

    .header-actions svg {
        width: 22px;
        height: 22px;
    }

    .header-search-pc .uk-navbar-toggle:hover {
        border-color: #000;
        background: var(--hike-header-bg);
        color: var(--hike-header-text) !important;
        opacity: .7 !important;
    }

    .header-search-pc .uk-search-navbar {
        pointer-events: auto;
        width: min(320px, calc(100vw - 64px));
        padding: 12px 16px;
        background: #fff;
        border: 1px solid var(--hike-border-soft);
        box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
    }

    .header-search-pc .uk-search-input {
        color: #111;
    }

    .header-mypage-pc {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .header-mypage-pc a {
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        min-width: 50px;
        min-height: 50px;
        height: 50px;
        padding: 0;
        border: 1px solid var(--hike-border);
        border-radius: 50%;
        background: var(--hike-header-bg);
        color: var(--hike-header-text) !important;
        opacity: 1 !important;
    }

    .header-mypage-pc a:hover,
    .header-search-pc .uk-navbar-toggle:hover,
    header .header-base #baseMenu .cart a:hover {
        border-color: #000;
        opacity: .7 !important;
    }

    header .header-base #baseMenu {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 10;
        pointer-events: auto;
        min-height: 50px;
    }

    header .header-base #baseMenu ul {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        z-index: 10;
        list-style: none;
        margin: 0;
        padding: 0;
        pointer-events: auto;
    }

    header .header-base #baseMenu li {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0;
        padding: 0;
        pointer-events: auto;
        min-height: 50px;
    }

    header .header-base #baseMenu .cart {
        position: relative;
        width: 50px;
        height: 50px;
    }

    header .header-base #baseMenu a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        color: var(--hike-header-text);
        opacity: 1 !important;
        pointer-events: auto;
    }

    header .header-base #baseMenu .cart a {
        box-sizing: border-box;
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        border: 1px solid var(--hike-border);
        border-radius: 50%;
        background: var(--hike-header-bg);
        color: var(--hike-header-text);
    }

    header .header-base #baseMenu a:hover {
        opacity: .7 !important;
    }

    header .header-base #baseMenu img {
        display: block;
        max-width: none;
        max-height: none;
        min-width: 14px;
        min-height: 14px;
        width: auto;
        height: auto;
    }

    header #baseMenu>ul>li.cart img {
        display: block !important;
        max-width: 22px;
        max-height: 22px;
        width: auto !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    header .header-base #baseMenu .cart-badge {
        display: block !important;
        position: absolute;
        top: 2px;
        right: 2px;
        min-width: 14px;
        min-height: 14px;
    }

    header .header-base #baseMenu .cart-qty {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 14px;
        padding: 0 1px;
        border-radius: 50%;
        background: #fa5171;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
    }
}

header #baseMenu .cart img,
header #baseMenu>ul>li.cart img,
header #baseMenu .cart .cart_img,
header #baseMenu .cart .cart_img img,
header #baseMenu .cart [class*="cart_img"],
header #baseMenu .cart [class*="cartImg"] {
    display: none !important;
}

header #baseMenu .cart .hike-cart-icon,
header #baseMenu .cart .hike-cart-icon svg {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    line-height: 0;
}

@media screen and (max-width: 959px) {
    header {
        min-height: 60px !important;
    }

    #header-box {
        position: relative;
        min-height: 60px !important;
        height: 60px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .header-actions {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        display: flex !important;
        align-items: center;
        gap: 8px;
        min-height: 40px !important;
        height: 40px;
        line-height: 0;
        z-index: 2;
    }

    #header-menu-sp {
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        display: flex !important;
        align-items: center;
        min-height: 40px !important;
        height: 40px;
        line-height: 0;
        z-index: 2;
    }

    .header-logo,
    .header-logo a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 40px !important;
        height: 40px;
    }

    .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        max-width: calc(100% - 120px);
        overflow: hidden;
    }

    .header-base,
    header .header-base #baseMenu,
    header .header-base #baseMenu ul,
    header .header-base #baseMenu li {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-height: 40px !important;
        height: 40px;
        margin: 0;
        padding: 0;
    }

    #header-menu-sp .uk-navbar-toggle,
    .header-mypage-pc a,
    header .header-base #baseMenu .cart a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        min-width: 40px;
        min-height: 40px !important;
        height: 40px;
        padding: 0 !important;
        line-height: 0;
    }

    #header-menu-sp .uk-navbar-toggle svg,
    .header-mypage-pc svg,
    header #baseMenu .cart .hike-cart-icon svg {
        display: block;
        width: 22px;
        height: 22px;
    }

    .header-logo h1 {
        margin: 0;
    }

    .header-logo img {
        width: auto;
        max-height: 34px;
    }

    #shopTopPage main {
        padding-top: 60px;
    }

    #sp-search {
        display: block !important;
        width: 90%;
        margin: 0 auto 15px;
        margin-top: 16px;
    }
}

/* ========================================
   スマホ用サイドメニュー（オフキャンバス）
   ======================================== */
#slide-menu .uk-offcanvas-bar {
    padding: 28px 20px;
}

#slide-menu .uk-heading-line {
    margin: 32px 0 4px;
}

#slide-menu .uk-heading-line:first-of-type {
    margin-top: 4px;
}

#slide-menu .uk-heading-line > span {
    font-family: var(--modern-font-text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--hike-muted);
    text-transform: uppercase;
}

#slide-menu > .uk-offcanvas-bar > ul.uk-nav > li > a {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--hike-text);
}

#slide-menu .slide-menu-cat .category-btn {
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--hike-border-soft);
}

#slide-menu .slide-menu-cat .category-btn:last-child {
    border-bottom: 0;
}

#slide-menu .slide-menu-cat .cat-title a {
    font-size: 14px;
    font-weight: 700;
    color: var(--hike-text);
}

#slide-menu .slide-menu-cat .uk-nav-sub {
    margin: 6px 0 4px;
    padding: 0 0 0 8px;
}

#slide-menu .slide-menu-cat .uk-nav-sub li {
    padding: 5px 0;
}

#slide-menu .slide-menu-cat .uk-nav-sub a {
    font-size: 13px;
    font-weight: 500;
    color: var(--hike-muted);
}

#slide-menu .pl8 > li > a {
    padding: 9px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--hike-text);
}

/* uikit.min.css 側の en dash 文字が環境によって文字化けするため、
   コードポイント指定で確実に上書きする */
.uk-list-hyphen > ::before {
    content: "\2013\00A0\00A0" !important;
}

main .uk-heading-line.uk-text-center.section-heading-with-sub {
    margin-bottom: 0;
}

.section-subtext {
    margin: 18px 0 var(--hike-heading-gap);
    color: var(--hike-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .04em;
    text-align: center;
}

@media (max-width: 600px) {
    .section-subtext {
        margin-bottom: 32px;
        font-size: 14px;
    }
}

#shopTopPage #dolce-item-list #products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 28px;
}

#shopTopPage #dolce-item-list .item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

#shopTopPage #dolce-item-list .item>a {
    display: block;
    color: var(--hike-text);
    opacity: 1 !important;
}

#dolce-item-list .item-image,
#doloce-related .item-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f2ec;
}

#dolce-item-list .item-image picture,
#doloce-related .item-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

#dolce-item-list .item-image img,
#doloce-related .item-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .5s ease;
}

#shopTopPage #dolce-item-list .item>a:hover .item-image img {
    transform: scale(1.04);
}

#shopTopPage #dolce-item-list .index-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#shopTopPage #dolce-item-list .index-label .label {
    background: #f0bf4c;
    color: #000;
}

#shopTopPage #dolce-item-list .item-title {
    margin: 18px 0 10px;
    color: var(--hike-text);
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-body);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .01em;
}

#shopTopPage #dolce-item-list .item-status {
    margin: 0 0 8px;
}

#shopTopPage #dolce-item-list .item-status:empty {
    display: none;
}

#shopTopPage #dolce-item-list .item-price {
    margin: 0;
    color: var(--hike-text);
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-card-title);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .02em;
}

#shopTopPage #dolce-item-list .soldout-text {
    color: #d33636;
}

@media (max-width: 959px) {
    #shopTopPage #dolce-item-list #products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.maincontainer {
    max-width: var(--hike-container) !important;
    padding-left: var(--hike-pad-x) !important;
    padding-right: var(--hike-pad-x) !important;
}

#shopTopPage .flex-order>div>section,
#shopTopPage .flex-order>div>.section,
body:not(#shopTopPage) .maincontainer>section {
    padding-bottom: var(--hike-card-row-gap);
}

#dolce-itemdetail {
    padding-top: 0;
}

#shopTopPage .flex-order>div+div {
    border-top: 1px solid #ececec;
}

#shopTopPage .order-pickup,
#shopTopPage .order-blog {
    background: #fff;
}

#shopTopPage .order-pickup {
    border-top: 1px solid #ececec;
}

#shopTopPage .order-pickup .uk-heading-line,
#shopTopPage .order-pickup .uk-heading-line>span,
#shopTopPage .order-blog .uk-heading-line,
#shopTopPage .order-blog .uk-heading-line>span {
    background: #fff !important;
}

#shopTopPage .order-item-list {
    background: #fff;
}

#shopTopPage .order-slider,
#shopTopPage .order-fixed-article,
#shopTopPage .order-top-banner {
    border-top: 0 !important;
}

#shopTopPage .order-slider {
    padding-bottom: var(--hike-card-row-gap);
}

#shopTopPage .order-pickup > section {
    padding-top: var(--hike-card-row-gap);
}

#shopTopPage .order-blog > section {
    padding-top: var(--hike-card-row-gap);
}

#shopTopPage .order-item-list > section {
    padding-top: var(--hike-card-row-gap);
}

#shopTopPage .order-cat-showcase > section {
    padding-top: var(--hike-card-row-gap);
}

#shopTopPage .order-slider+div {
    border-top: 0 !important;
}

#dolce-slider,
#dolce-top-banner {
    margin-left: calc(var(--hike-pad-x) * -1);
    margin-right: calc(var(--hike-pad-x) * -1);
}

#shopTopPage #dolce-slider {
    position: relative;
    overflow: hidden;
}

#shopTopPage #dolce-slider .carousel-cell,
#shopTopPage #dolce-slider .carousel-cell a,
#shopTopPage #dolce-slider .carousel-cell picture {
    display: block;
    width: 100%;
}

#shopTopPage #dolce-slider .carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
}

/* ========================================
   トップページ：スライドショー下のカテゴリナビゲーション
   ======================================== */
#shopTopPage #hike-cat-nav {
    /* dolce.vita.min.css で .order-slider が order:1 を持つため、
       同値を指定してスライドショーの直後（DOM順）に並べる */
    order: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-left: calc(var(--hike-pad-x) * -1);
    margin-right: calc(var(--hike-pad-x) * -1);
}

#shopTopPage .hike-cat-nav-item {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    color: #fff;
}

#shopTopPage .hike-cat-nav-item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .5s ease;
}

#shopTopPage .hike-cat-nav-item:hover img {
    transform: scale(1.05);
}

#shopTopPage .hike-cat-nav-label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    background: rgba(0, 0, 0, .55);
    text-align: center;
}

#shopTopPage .hike-cat-nav-label span {
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-body);
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1.3;
}

@media (max-width: 959px) {
    #shopTopPage #hike-cat-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

#dolce-news,
#dolce-blog,
#dolce-pickup,
#dolce-item-list,
#dolce-hotword,
#dolce-cat-list-1,
#dolce-cat-list-2,
#dolce-cat-list-3 {
    margin: 0 auto;
}

main .uk-heading-line.uk-text-center {
    margin-bottom: var(--hike-heading-gap);
}

#shopTopPage #dolce-item-list #products {
    gap: var(--hike-card-row-gap) var(--hike-card-col-gap);
}

body:not(#shopTopPage) #dolce-item-list #products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--hike-card-row-gap) var(--hike-card-col-gap);
}

body:not(#shopTopPage) #dolce-item-list .item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

#dolce-pickup .pickup-wrapper {
    gap: var(--hike-card-row-gap) 28px;
}

.dolce-cat-list {
    margin-bottom: 32px;
}

.dolce-cat-list .embla__container {
    gap: 20px;
}

.dolce-cat-list .item,
.dolce-cat-list .embla__slide {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #222;
    color: #fff;
}

.dolce-cat-list .item a,
.dolce-cat-list .embla__slide a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1 !important;
}

.dolce-cat-list .item-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dolce-cat-list .item-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .75) 100%);
    z-index: 1;
}

.dolce-cat-list .item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .6s ease;
}

.dolce-cat-list .item:hover .item-image img,
.dolce-cat-list .embla__slide:hover .item-image img {
    transform: scale(1.05);
}

.dolce-cat-list .item-title,
.dolce-cat-list .item-price {
    position: absolute;
    left: 24px;
    right: 24px;
    z-index: 2;
    color: #fff;
    font-family: var(--modern-font-display);
}

.dolce-cat-list .item-title {
    bottom: 54px;
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.dolce-cat-list .item-price {
    bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    opacity: .92;
}

.btn-more {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.btn-more a.uk-button {
    min-width: 176px;
    padding: 15px 36px;
    border: 0;
    background: var(--hike-text);
    color: #fff;
}

.btn-more a.uk-button:hover {
    background: #f0bf4c;
    color: var(--hike-text);
    opacity: 1;
}

.itemdetail-wrapper,
.about-text,
.aboutus,
#payment,
#shipping {
    margin-top: var(--hike-heading-gap);
}

.footer-wrapper {
    max-width: var(--hike-container);
    margin-right: auto;
    margin-left: auto;
    padding: 64px var(--hike-pad-x) 40px;
    background: var(--dolce-footer-bg-color, #000);
    color: var(--dolce-footer-text-color, #fff);
}

.footer-wrapper>div {
    padding-top: 0;
}

.footer-wrapper section+section {
    margin-top: 40px;
}

footer {
    background: var(--dolce-footer-bg-color, #000);
    color: var(--dolce-footer-text-color, #fff);
}

footer a,
.footer-wrapper a {
    color: rgba(255, 255, 255, .78);
}

.footer-wrapper h3 span,
.footer-wrapper h4 span {
    color: var(--dolce-footer-text-color, #fff);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

@media (max-width: 959px) {
    :root {
        --hike-pad-x: 24px;
        --hike-section-y: 72px;
        --hike-heading-gap: 40px;
        --hike-card-row-gap: 32px;
    }

    body:not(#shopTopPage) #dolce-item-list #products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {
    :root {
        --hike-pad-x: 20px;
        --hike-section-y: 56px;
        --hike-section-y-compact: 40px;
        --hike-heading-gap: 32px;
        --hike-card-row-gap: 28px;
        --hike-card-col-gap: 12px;
        --hike-font-body: 14px;
        --hike-font-heading: 28px;
        --hike-font-subheading: 20px;
        --hike-font-card-title: 15px;
        --hike-font-caption: 12px;
        --hike-font-small: 11px;
    }

    body {
        line-height: 1.75;
    }

    h1,
    .uk-h1,
    h2,
    .uk-h2,
    .uk-heading-line>span,
    #dolce-pickup h2,
    #dolce-item-list h1 {
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    p,
    input,
    textarea,
    select,
    .pickup-desc,
    .item-detail,
    .item-description,
    .news-text,
    .mailmagazine-text,
    .section-subtext {
        line-height: 1.75;
        overflow-wrap: anywhere;
    }

    .item-title,
    .item .item-title,
    #shopTopPage #dolce-item-list .item-title,
    .dolce-cat-list .item-title {
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

    #shopTopPage #dolce-item-list #products {
        gap: var(--hike-card-row-gap) var(--hike-card-col-gap);
    }

    body:not(#shopTopPage) #dolce-item-list #products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--hike-card-row-gap) var(--hike-card-col-gap);
    }

    #dolce-pickup .pickup-wrapper {
        gap: 16px 10px;
    }

    #shopTopPage #dolce-slider .embla__viewport {
        overflow: hidden;
    }

    #shopTopPage #dolce-slider .carousel-cell img {
        object-fit: cover;
        object-position: center top;
    }

    .dolce-cat-list .item-title {
        left: 14px;
        right: 14px;
        bottom: 44px;
        font-size: 18px;
    }

    .dolce-cat-list .item-price {
        left: 14px;
        right: 14px;
        bottom: 18px;
        font-size: 12px;
    }

    .btn-more {
        margin-top: 40px;
    }

    .footer-wrapper {
        padding-top: var(--hike-section-y-compact);
        padding-bottom: var(--hike-section-y-compact);
    }

    #dolce-pickup .pickup-desc {
        font-size: 12px;
        line-height: normal;
        letter-spacing: normal;
    }

    .section-subtext {
        line-height: normal;
        letter-spacing: normal;
    }
}

/* 商品詳細：商品名サブテキストを非表示 */
.sub-itemname {
    display: none !important;
}

/* 商品詳細：価格を大きく太く */
.itempage-purchase .item-price .price {
    font-size: 1.1em;
    font-weight: 700;
}

@media (max-width: 600px) {
    .itempage-purchase .item-price .price {
        font-size: 0.95em;
    }
}

/* 商品詳細：商品名を小さく */
#dolce-itemdetail > h1 span {
    font-size: 0.85em;
}

/* ========================================
   トップページ：カテゴリ別商品一覧
   NEW ARRIVAL と同じグリッドを流用する
   ======================================== */
#shopTopPage #hike-cat-showcase .hike-title-bar {
    margin-bottom: 18px;
}

#shopTopPage #hike-cat-showcase .hike-cat-block {
    padding-bottom: var(--hike-card-row-gap, 60px);
}

#shopTopPage #hike-cat-showcase .hike-cat-block:last-child {
    padding-bottom: 0;
}

#shopTopPage #hike-cat-showcase .hike-cat-block + .hike-cat-block {
    padding-top: var(--hike-card-row-gap, 60px);
    border-top: 1px solid #ececec;
}

/* 読み込み中はガタつかないよう最低限の高さを確保 */
#shopTopPage #hike-cat-showcase .hike-cat-block:not(.is-loaded) .hike-cat-products {
    min-height: 200px;
}

#shopTopPage #hike-cat-showcase .hike-cat-products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 28px;
}

#shopTopPage #hike-cat-showcase .item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

#shopTopPage #hike-cat-showcase .item>a {
    display: block;
    color: var(--hike-text);
    opacity: 1 !important;
}

#shopTopPage #hike-cat-showcase .item-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f2ec;
}

#shopTopPage #hike-cat-showcase .item-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

#shopTopPage #hike-cat-showcase .item-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform .5s ease;
}

#shopTopPage #hike-cat-showcase .item>a:hover .item-image img {
    transform: scale(1.04);
}

#shopTopPage #hike-cat-showcase .index-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#shopTopPage #hike-cat-showcase .index-label .label {
    background: #f0bf4c;
    color: #000;
}

#shopTopPage #hike-cat-showcase .item-title {
    margin: 18px 0 10px;
    color: var(--hike-text);
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-body);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .01em;
}

#shopTopPage #hike-cat-showcase .item-status {
    margin: 0 0 8px;
}

#shopTopPage #hike-cat-showcase .item-status:empty {
    display: none;
}

#shopTopPage #hike-cat-showcase .item-price {
    margin: 0;
    color: var(--hike-text);
    font-family: var(--modern-font-display);
    font-size: var(--hike-font-card-title);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .02em;
}

#shopTopPage #hike-cat-showcase .soldout-text {
    color: #d33636;
}

@media (max-width: 959px) {
    #shopTopPage #hike-cat-showcase .hike-cat-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
