@charset "UTF-8";
/* Index CSS Document */

.l_contents {
    padding-top: 90px;
}


.pl_collection {
    padding: 0 0 45px;
}
.pl_collection .p_ttl--section {
    text-align: center;
    margin-bottom: 35px;;
}
.pl_collection--intro {
    font-size: 16px;
    letter-spacing: 0.075em;
    text-align: center;
    margin-bottom: 50px;
}

.pl_detail {
    padding: 0 0 110px;
}
.pl_detail--head {
    padding: 26px 35px;
    border-bottom: 4px solid #E3B691;
    background-color: #FDF9F8;
    margin-bottom: 45px;
}
.pl_detail--head--inner {
    margin-bottom: 15px;
}
.pl_detail--ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: 20px;
}
.pl_detail--class {
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    background-color: #3B3230;
    padding: 0 15px;
}
.pl_detail--furigana {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
}

.pl_detail--left {
    width: 550px;
}

.pl_img-area {
    width: 100%;
}
.pl_img {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #DBDBDB;
}
.pl_img::before {
    padding-top: 100%;
}
.pl_img-area > *:first-child {
    width: 100%;
}
.pl_img-area > *:nth-child(n + 2) {
    width: 85px;
}
.pl_img:first-child {
    margin-bottom: 15px;
}
.pl_img:nth-child(n + 2) {
    margin-bottom: 10px;
}

.pl_detail--right {
    width: 480px;
    padding-top: 25px;
}
.pl_spec {
    margin-bottom: 45px;
}
.pl_spec--item {
    margin-bottom: 30px;
}
.pl_spec--item:last-child {
    margin-bottom: 0;
}
.pl_spec--item > * {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.pl_spec--item dt {
    font-weight: 700;
    margin-bottom: 15px;
}
.pl_detail--right .txt p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.1;
}

@media screen and (max-width: 375px) {

    .pl_collection {
        padding: 0 0 30px;
    }
    .pl_collection .p_ttl--section {
        margin-bottom: 30px;
    }
    .pl_collection--intro {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .p_pagination {
        padding-top: 30px;
    }
    .pl_detail {
        padding: 0 0 55px;
    }
    .pl_detail--head {
        padding: 15px 15px;
        border-bottom: 3px solid #E3B691;
        background-color: #FDF9F8;
        margin-bottom: 30px;
    }
    .pl_detail--head--inner {
        margin-bottom: 10px;
    }
    .pl_detail--ttl {
        width: 100%;
        font-size: 20px;
        margin: 0;
        order: 2;
    }
    .pl_detail--class {
        height: 20px;
        font-size: 10px;
        padding: 0 10px;
        order: 1;
        margin-bottom: 10px;
    }
    .pl_detail--furigana {
        font-size: 11px;
    }
    .pl_detail--left {
        width: 100%;
    }
    .pl_detail--right {
        width: 100%;
    }
    .pl_img-area > *:nth-child(n + 2) {
        width: 19%;
    }
    .pl_img:first-child {
        margin-bottom: 10px;
    }
    .pl_img:nth-child(n + 2) {
        margin-bottom: 5px;
    }
    .pl_spec--item > * {
        font-size: 16px;
    }
    .pl_detail--right .txt p {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }
    .pl_spec {
        margin-bottom: 30px;
    }
}
