
/******************************/
/* KEY VISUAL */
/******************************/
.p-keyVisual {
    margin-top: 64px;
}

.p-keyVisual-img {
    position: relative;
    width: 100%;
}

.p-keyVisual-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background: #fff;
}

.p-keyVisual .bx-wrapper .bx-viewport {
    box-shadow: none;
}

.p-keyVisual .bx-wrapper .bx-pager {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-keyVisual.u-container {
        margin: 0 -16px;
        padding: 0;
    }
}

/******************************/
/* TOP INFORMATION */
/******************************/

.p-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 56px;
    max-width: 780px;
    box-sizing: border-box;
    margin: 64px auto;
    padding: 24px 80px;
    border: 4px double #121212;
}

.p-information__ttl {
    display: block;
    box-sizing: border-box;
    padding: 16px 80px;
    margin: 0 auto;
    background: #121212;
    color: #fff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.08em;
}

.p-information__body {
    max-width: 640px;
}

.p-information__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: calc(1em * 1.6 * 3);
    overflow: hidden;
    margin-bottom: 32px;
    line-height: 1.6;
}

.p-information__txt a {
    text-decoration: underline;
}

.p-information__txt.is-show {
    -webkit-line-clamp: unset;
    height: auto;
    overflow: auto;
}

@media screen and (max-width: 767px) {
    .p-information {
        gap: 24px;
        padding: 16px;
        margin: 40px 8px 16px;
    }
    .p-information__ttl {
        padding: 16px 40px;
        font-size: 20px;
    }
    .p-information__body .c-more {
        margin: 16px 0 0;
    }
    .p-information__txt {
        -webkit-line-clamp: 4;
        height: calc(1em * 1.6 * 4);
        font-size: 12px;
    }
}

/******************************/
/* CATEGORY */
/******************************/
.p-category.u-container {
    padding: 64px 0;
}

.p-category-list {
    display: flex;
    justify-content: space-between;
}

.p-category-list__item {
    width: 100%;
    margin-right: 24px;
    box-sizing: border-box;
}

.p-category-list__item:last-child {
    margin-right: 0;
}

.p-category-list__link {
    display: block;
    border: 4px double #A9A8A3;
    padding: 16px;
    color: #30302E;
    font-family: "Crimson Pro", sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}

.p-category-list__link:hover{
    color: #AF251C;
    border: 4px double #AF251C;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .p-category-list {
        flex-wrap: wrap;
    }
    .p-category-list__item {
        width: calc(50% - 8px);
        margin: 4px;
    }
    .p-category-list__item:last-child {
        margin: 4px;
    }
    .p-category-list__link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        box-sizing: border-box;
        padding: 0 16px;
    }
}

/******************************/
/* ON SALE */
/******************************/

.p-onsale .c-item-list .c-item-list__item:not(.is-show):nth-child(n + 10) {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-onsale-header {
        margin-bottom: 32px;
    }
    .p-onsale .c-item-list .c-item-list__item:not(.is-show):nth-child(n + 9) {
        display: none;
    }
}

/******************************/
/*  ARCHIVE */
/******************************/

.p-archive {
    margin-bottom: 56px;
}

.p-archive .c-item-list .c-item-list__img {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .p-archive .c-item-list .c-item-list__item {
        width: calc((100% - 24px) / 4);
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .p-archive .c-item-list .c-item-list__item:nth-child(4n) {
        margin-right: 0;
    }
    .p-archive .c-item-list .c-item-list__item:not(.is-show):nth-child(n + 9) {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .p-archive .c-item-list .c-item-list__item {
        width: calc((100% - 32px) / 3);
    }
    .p-archive .c-item-list .c-item-list__item:nth-child(3n) {
        margin-right: 0;
    }
    .p-archive .c-item-list .c-item-list__item:not(.is-show):nth-child(n + 10) {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .p-archive .c-item-list .c-item-list__item {
        width: calc((100% - 8px) / 3);
        margin-right: 4px;
        margin-bottom: 4px;
    }
}

/******************************/
/* ON SALE + ARCHIVE 共通 */
/******************************/

.c-item-list__item.is-show {
    display: block;
}

/******************************/
/* 最近見た商品 */
/******************************/

.p-checked.is-top {
    margin-bottom: 64px;
}