.swiper {
    margin-top: 187px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #356167;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    z-index: 99;
}

.swiper-pagination-bullet-active {
    background: #39646a;
}
button.btn-common {
    font-size: 1.6rem;
    display: block;
    margin: 50px auto 30px;
    width: 90%;
    max-width: 300px;
    background: #356167;
    border-radius: 50px;
    border: 0;
    a {
        display: block;
        padding: 1.5rem 0;
        color: #fff;
    }
}

main {
    margin: 0 auto;
}
section {
    margin: 11vh auto 0;
}

.p-section__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #356167;
    margin-bottom: 1rem;
    span {
        display: block;
        font-size: 1.4rem;
    }
}
.p-topMenu__content {
    max-width: 1100px;
    margin: 2vh auto 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
    div {
        overflow: hidden;
        width: calc((100% - 6rem) / 4);
        border-radius: 5px;
    }
    img:hover {
        overflow: hidden;
        object-fit: cover;
        scale: 1.03;
        transition: all 0.8s;
    }
}
.p-information {
    max-width: 1100px;
    margin: 2vh auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6edd7;
    padding: 1rem 0;
    .p-information__content {
        width: 70%;
        dt {
            cursor: pointer;
            position: relative;
            font-weight: bold;
            padding: 0.7rem 0;
        }

        dd {
            display: none;
            margin: 0.7rem 0;
            font-size: 1.2rem;
        }
        dt::after {
            content: "+";
            position: absolute;
            right: 0;
            top: 0.7rem;
            transform: rotate(0deg);
            transition: transform 0.3s;
        }
        dt.active::after {
            content: "-";
            transform: rotate(180deg);
            right: 2px;
        }
    }
    .p-information__title {
        width: 25%;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        color: #356167;
        span {
            font-weight: 400;
            font-size: 1.2rem;
            display: block;
        }
    }

    dl {
        margin: 1rem auto;
    }
    dt {
        font-size: 1.2rem;
        font-weight: 600;
        color: #356167;
        text-decoration: underline;
    }
    dd {
        font-size: 1.2rem;
        text-align: justify;
        line-height: 1.8;
        margin-top: 0.5rem;
    }
}
.p-event__content {
    margin: 2rem auto 0;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    div {
        width: calc((100% - 1rem) / 2);
    }
}
.p-ranking__title {
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #356167;
}

.p-ranking__list {
    position: relative;
    margin: 40px auto 20px;
    max-width: 1100px;
    display: flex;
    gap: 2rem;
    li.p-ranking__item {
        position: relative;
        width: calc((100% - 8rem) / 5);
        display: flex;
        flex-direction: column;
        .item-icon {
            top: 25px;
        }
    }
    img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    li:nth-child(6 + n) {
        display: none;
    }
    li:first-child::before {
        display: block;
        content: "No.1";
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        color: #356167;
        font-style: italic;
        letter-spacing: -1px;
    }
    li:nth-child(2)::before {
        display: block;
        content: "No.2";
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        color: #356167;
        font-style: italic;
        letter-spacing: -1px;
    }
    li:nth-child(3)::before {
        display: block;
        content: "No.3";
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        color: #356167;
        font-style: italic;
        letter-spacing: -1px;
    }
    li:nth-child(4)::before {
        display: block;
        content: "No.4";
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        color: #356167;
        font-style: italic;
        letter-spacing: -1px;
    }
    li:nth-child(5)::before {
        display: block;
        content: "No.5";
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        color: #356167;
        font-style: italic;
        letter-spacing: -1px;
    }
}

.p-ranking__list .item-list-image::before {
    display: block;
    position: absolute;
    content: "";
    background: url(https://gigaplus.makeshop.jp/lululusilk/renewal/images/header-icon-2.png) no-repeat center
        center/cover;
    width: 20px;
    height: 20px;
    z-index: 99;
    top: -5rem;
    left: 0;
    right: 0;
    margin: auto;
}
.p-recommend__list {
    position: relative;
    margin: 40px auto 20px;
    max-width: 1100px;
    display: flex;
    gap: 2rem;
    li.p-recommend__item {
        position: relative;
        width: calc((100% - 8rem) / 5);
        display: flex;
        flex-direction: column;
    }
    img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}

.p-checked__list {
    position: relative;
    margin: 40px auto 20px;
    max-width: 1100px;
    display: flex;
    gap: 1rem;
    li {
        width: calc((100% - 7rem) / 8);
    }
    img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}
.p-blog {
    padding: 50px 0;
    background: #f6edd7;
}
.p-blog__list {
    position: relative;
    margin: 40px auto 20px;
    max-width: 1100px;
    display: flex;
    gap: 3rem;
    div.p-blog__item {
        width: calc((100% - 6rem) / 3);
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        padding-bottom: 1rem;
    }
    img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }
}
.p-blog__title {
    font-weight: 600;
    font-size: 1.6rem;
    color: #356167;
    width: 90%;
    margin: 0 auto;
}
.p-blog__description {
    font-size: 1.4rem;
    margin-top: 1rem;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
    width: 90%;
    margin: 0 auto;
}
.p-original__content {
    margin: 2rem auto 0;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    color: #356167;
    div {
        width: calc((100% - 4.5rem) / 4);
    }
    img {
        border-radius: 5px;
    }
    a {
        display: block;
    }
    .p-original__title {
        font-size: 1.8rem;
        color: #356167;
        text-align: center;
        font-weight: 600;
        margin-top: 0.5rem;
    }
    .p-original__copy {
        background: #356167;
        color: #fff;
        text-align: center;
        border-radius: 50px;
        font-size: 1.3rem;
        display: flex;
        justify-content: center;
        width: 90%;
        margin: 0.5rem auto 0;
    }
    .p-original__description {
        font-size: 1.2rem;
        text-align: justify;
        margin-top: 0.5rem;
        color: #333;
        /* overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        max-height: 90px;*/
    }
}
.p-bannerinfo__list {
    margin: 8vh auto 0;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    color: #356167;
    li.p-bannerinfo__item {
        width: calc((100% - 4.5rem) / 4);
    }
}
@media screen and (max-width: 820px) {
    .button.btn-common {
        font-size: 1.4rem;
        margin: 30px auto;
    }
    /* .p-header__logo img {
        max-width: 90px;
        height: auto;
    }*/
    .swiper {
        margin-top: 115px;
        img {
            overflow: hidden;
            height: 30vh;
            object-fit: cover;
        }
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .p-topMenu__content {
        margin-left: 3%;
        gap: 0.8rem;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        div {
            width: 40%;
            min-width: 160px;
        }
        img {
            overflow: hidden;
        }
        img:hover {
            overflow: hidden;
            scale: 1.1;
        }
    }
    .p-information {
        width: 94%;
        display: block;
        gap: 1rem;
    }
    section {
        margin: 8vh auto 0;
    }
    .p-section__title {
        font-size: 2rem;
    }

    .p-information {
        .p-information__content {
            width: 100%;
        }
        .p-information__title {
            display: none;
        }

        dl {
            width: 90%;
            margin: 0 auto;
        }
    }
    .p-ranking__title {
        margin-top: 1rem;
    }
    .p-ranking__list {
        position: relative;
        margin: 40px auto 20px;
        max-width: 1100px;
        display: flex;
        gap: 2rem;
        margin-left: 3%;
        padding: 2rem 0;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        li.p-ranking__item {
            width: 35%;
        }
    }
    .p-recommend__list {
        margin: 40px auto 20px;
        max-width: 1100px;
        display: flex;
        gap: 2rem;
        margin-left: 3%;
        padding: 2rem 0;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        li.p-recommend__item {
            width: 35%;
        }
    }
    .p-blog__list {
        margin: 0 auto;
        width: 100%;
        display: block;
        margin-left: 0;
        padding-bottom: 0;
        div.p-blog__item {
            width: 90%;
            margin: 2rem auto;
        }
        img {
            border-radius: 5px;
            aspect-ratio: 16/9;
            object-fit: cover;
        }
    }
    .p-bannerinfo__list {
        width: 94%;
        gap: 1rem;
        li.p-bannerinfo__item {
            width: calc((100% - 1rem) / 2);
        }
    }
    .p-checked__list {
        margin: 20px auto;
        max-width: 1100px;
        display: flex;
        gap: 1rem;
        margin-left: 3%;
        padding-bottom: 2rem;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        li.p-checked__item {
            width: 30%;
        }
        .price {
            font-size: 11px;
            white-space: normal;
        }
        img {
            width: 110px;
        }
    }
    .p-event__content {
        width: 94%;
        display: block;
        div {
            width: 100%;
        }
    }
    .p-original__content {
        margin: 2rem auto 0;
        width: 94%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem 1rem;
        color: #356167;
        div {
            width: calc((100% - 1rem) / 2);
        }
        img {
            border-radius: 5px;
        }
        a {
            display: block;
        }
        .p-original__title {
            text-align: center;
            font-weight: 600;
            margin-top: 0.5rem;
        }
    }
    .sale-discount-rate {
        display: block;
    }
}

.add-list-cart {
    background: #111;
}
p.item-name {
    font-size: 1.2rem;
    overflow: hidden;
    text-align: justify;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
}
.price {
    letter-spacing: 0;
    margin: 0 0 1rem;
    font-weight: 600;
}
.item-icon .item-soldout {
    background: #111;
}
.item-category {
    color: #356167;
    margin-bottom: 8px;
    font-size: 12px;
    text-decoration: underline;
    white-space: normal;
}
p.item-soldout {
    text-align: center;
    background: #ddd;
    font-size: 12px;
}
.item-icon .item-sale {
    background: #f23e0c;
}
.item-icon {
    position: absolute;
    font-size: 12px;
    right: -8px;
    color: #fff;
    padding: 0 3px;
    z-index: 1;
}
