.pl-kv {
    background-color: #efeee9;
    padding: 120px 0 20px;
}
.pl-title-en-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.pl-title-en-wrap .title-icon {
    width: 14px;
}
.pl-title-en-wrap .pl-title-en {
    font-size: 1.4rem;
    font-weight: 500;
    color: #901e52;
}
.pl-title-wrap .pl-title {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: .03em;
}
.pl-title-wrap .pl-title .min {
    font-size: 2.4rem;
    margin-left: .5em;
}
.pl-title-wrap .pl-title::first-letter {
    color: #901e52;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 90px;
}
.breadcrumb .breadcrumb-item {
    color: #252525;
    font-size: 1.2rem;
}
.breadcrumb .breadcrumb-arrow {
    position: relative;
    display: inline-block;
    width: 3.8px;
    height: 6.7px;
}
.breadcrumb .breadcrumb-arrow::before,
.breadcrumb .breadcrumb-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 5px;
    height: 1px;
    border-radius: 9999px;
    background-color: #252525;
    transform-origin: calc(100% - 0.5px) 50%;
}
.breadcrumb .breadcrumb-arrow::before {
    transform: rotate(45deg);
}
.breadcrumb .breadcrumb-arrow::after {
    transform: rotate(-45deg);
}
.breadcrumb .bc-link {
    text-decoration: underline;
}
.breadcrumb .bc-link:hover {
    text-decoration: none;
}

.recommend-product {
    padding: 80px 0;
    background-color: #f8f9f4;
}
.recommend-product .product-card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #252525;
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
}
.recommend-product .product-card .product-img {
    width: 600px;
    aspect-ratio: 5 / 3;
    border-radius: 10px;
    overflow: hidden;
}
.recommend-product .product-card .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommend-product .product-card .txt-area {
    margin-top: 40px;
    width: 400px;
}
.recommend-product .product-card .recommend-tag {
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    background-color: #901e52;
    padding: 5px 10px;
}
.recommend-product .product-card .recommend-title {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 20px;
}
.recommend-product .product-card .item-description {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #7e7e7e;
    margin-top: 20px;
}
.recommend-product .product-card .recommend-price {
    font-size: 1.8rem;
    margin-top: 40px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 15px;
}
.recommend-product .product-card .recommend-price span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #7e7e7e;
    margin-right: 20px;
}
.dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #7e7e7e;
    border-radius: 50%;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #901e52;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.all-product-list {
    padding: 80px 0;
    background-color: #fff;
}
.item-list-title {
    width: 100%;
    border-top: solid 2px #901e52;
    margin-bottom: 40px;
}
.title-en-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 8px;
}
.title-en-wrap .title-icon {
    width: 14px;
}
.title-en-wrap .title-en {
    font-size: 1.4rem;
    font-weight: 500;
    color: #901e52;
}
.item-list-title .title-jp {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: .02em;
}
.item-list-title .title-jp::first-letter {
    color: #901e52;
}
.item-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.item-list-container .item-link {
    width: calc((100% - 60px) / 4);
    color: #252525;
}
.item-list-container .item-link .item-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
}
.item-list-container .item-link .item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.item-list-container .item-link .item-title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 10px;
    padding: 2px 0 2px 10px;
    border-left: solid 4px #901e52;
}
.item-list-container .item-link .item-price {
    font-size: 1.5rem;
    text-align: right;
    margin-top: 20px;
    color: #5a5a5a;
}
.item-list-container .item-link .item-description {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
    color: #5a5a5a;
}
.list-more-wrap {
    margin-top: 40px;
}
.list-more-wrap .list-more {
    font-size: 1.6rem;
    font-weight: 500;
    color: #901e52;
    border-bottom: solid 1px #901e52;
    display: flex;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
}
.list-more-wrap .list-more .more-arrow {
    width: 14px;
}

@media screen and (max-width:1000px) {
    .pl-kv {
        padding: 60px 0 15px;
    }
    .pl-title-wrap {
        margin-top: 40px;
    }
    .pl-title-en-wrap {
        margin-bottom: 8px;
    }
    .pl-title-wrap .pl-title {
        font-size: 2.6rem;
    }
    .breadcrumb {
        margin-top: 40px;
    }

    .recommend-product {
        padding: 40px 0;
    }
    .recommend-product .product-card {
        width: 90vw;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .recommend-product .product-card .product-img {
        width: 100%;
    }
    .recommend-product .product-card .txt-area {
        width: 100%;
        margin-top: 0;
    }
    .recommend-product .product-card .recommend-tag {
        font-size: 1.4rem;
    }
    .recommend-product .product-card .recommend-title {
        font-size: 2rem;
        margin-top: 10px;
    }
    .recommend-product .product-card .item-description {
        font-size: 1.3rem;
        margin-top: 15px;
    }
    .recommend-product .product-card .recommend-price {
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 25px;
        border-bottom: solid 1px #cccccc;
        padding-bottom: 15px;
    }

    .all-product-list {
        padding: 40px 0;
    }
    .item-list-title {
        border-top: solid 1px #901e52;
        margin-bottom: 25px;
    }
    .title-en-wrap {
        margin: 10px 0;
    }
    .item-list-title .title-jp {
        font-size: 2.2rem;
    }
    .item-list-container {
        gap: 30px 14px;
    }
    .item-list-container .item-link {
        width: calc(50% - 7px);
    }
    .item-list-container .item-link .item-thumbnail {
        border-radius: 6px;
    }
    .item-list-container .item-link .item-title {
        font-size: 1.5rem;
        padding: 2px 0 2px 6px;
    }
    .item-list-container .item-link .item-description {
        font-size: 1.2rem;
    }
    .item-list-container .item-link .item-price {
        margin-top: 15px;
    }
}

/* TCD STYLING */
.p-product-like-message-wrapper {
    left: unset;
    right: 30px;
}
.p-product-loop {
    margin: 0;
    gap: 40px 20px;
}
.p-product-loop .p-product-item {
    width: calc((100% - 60px) / 4);
    margin: 0;
}
.p-product-item__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}
.p-product-item__image-bg {
    display: block;
    width: 100%;
    height: 100%;
    padding: unset;
}
.p-product-item__labels-triangle {
    border-radius: 10px 0 0 0;
}
.p-product-item__content {
    padding: 15px 0 0;
    border: none;
    text-align: left;
}
.p-wc-category {
    font-size: 1.2rem;
    color: #901e52;
}
.p-product-item__title {
    font-size: 1.4rem;
}
.p-product-item__price {
    display: block;
    font-size: 1.5rem;
    text-align: right;
    margin-top: 10px;
    color: #5a5a5a;
}
.p-product-item__labels {
    height: 100%;
    padding-top: 0;
}
.p-product-item__buttons {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width:1000px) {
    .p-product-loop {
        gap: 30px 14px;
    }
    .p-product-loop .p-product-item {
        width: calc(50% - 7px);
        margin: 0;
    }
    .p-product-item__buttons {
        display: none;
    }

}