@charset "utf-8";

#page-body .container {
    background-color: transparent;
}
#page-body > .container {
    max-width: 100%;
    width: auto;
}
.breadcrumb-wrap {
    display: none;
}
.p-collection-list .breadcrumb-wrap {
    display: block;
}
.p-collection-list__container:not(.container) {
    margin: 0 4%;
}
.p-collection-list__body .row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}
.p-collection-list__body .row-fluid::before,
.p-collection-list__body .row-fluid::after {
    content: none;
}
.p-collection-list__body .row-fluid [class*="span"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.p-collection-heading {
}
.p-collection-heading__title {
    margin: 20px 0 36px;
    font-family: 'Montserrat_bold';
    color: #cfc29d;
    font-size: 39px;
    line-height: 100%;
    text-align: center;
}
.p-collection-heading__link,
.p-collection-heading__link:hover,
.p-collection-heading__link:active,
.p-collection-heading__link:focus {
    color: #cfc29d;
}
.p-collection-heading__title > span {
    font-size: 28px;
    vertical-align: top;
}
.p-collection-heading__banner {
    margin-bottom: 40px;
}
.p-collection-heading__banner > img {
    width: 100%;
}
.p-collection-bottom {
    margin-top: 20px;
    margin-bottom: 40px;
}
.p-collection-list {
}
.p-collection-list-breadcrumbs {
    position: relative;
    margin-bottom: 58px;
}
.p-collection-list-breadcrumbs__list {
    position: absolute;
    list-style: none;
}
.p-collection-list-breadcrumbs__item {
    display: inline-block;
}
.p-collection-list-breadcrumbs__link {
    font-family: "Montserrat","Noto Sans JP","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
    color: #cfc29d;
    font-size: 16px;
    line-height: 1.8;
}
.p-collection-list-breadcrumbs__link:hover {
    color: #cfc29d;
}
.p-collection-list-breadcrumbs__link::after {
    content: "/";
    margin: 0 9px;
}
.p-collection-list-breadcrumbs__current {
    font-family: "Montserrat","Noto Sans JP","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
}
.p-collection-description {
    margin-top: -18px;
    text-align: center;
}
.p-collection-description__text {
    padding: 0 20px;
    margin-bottom: 55px;
    font-size: 17px;
    line-height: 2;
}
.p-collection-list__figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    margin: 0;
    height: 100%;
    max-height: 100%;
    background: #ffffff;
    box-sizing: border-box;
}
.p-collection-list__link {
    flex: 0 0 auto;
    display: block;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
}
.p-collection-list__name {
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}
.p-collection-list__image {
    transform: scale( .9 );
    transition: transform .3s ease;
    width: 100%;
}
.p-collection-list__figure:hover .p-collection-list__image {
    transform: scale( .92 );
}
@media ( max-width: 979px ) {
    .p-collection-list__container:not(.container) {
        margin: 0 40px;
    }
}
@media ( max-width: 767px ) {
    .p-collection-list {
        overflow: hidden;
    }
    .p-collection-list .breadcrumb-wrap {
        padding: 8px 10px;
    }
    .p-collection-list__container:not(.container) {
        margin: 0;
    }
    .p-collection-list__body .row-fluid {
        margin: 0 7.5px;
        width: auto;
    }
    .p-collection-list__body .row-fluid [class*="span"] {
        padding: 0 7.5px;
    }
    .p-collection-heading__title {
        margin: 10px 0 24px;
        font-size: 24px;
    }
    .p-collection-heading__title > span {
        font-size: 18px;
    }
    .p-collection-heading__banner {
        margin: 0 -10px 20px;
    }
    .p-collection-bottom {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .p-collection-list-breadcrumbs {
        margin-bottom: 30px;
        text-align: center;
    }
    .p-collection-list-breadcrumbs__list {
        position: static;
        margin-bottom: 8px;
    }
    .p-collection-list-breadcrumbs__link {
        font-size: 11px;
    }
    .p-collection-list-breadcrumbs__current {
        font-size: 17px;
    }
    .p-collection-description {
        margin-top: -9px;
    }
    .p-collection-description__text {
        margin-bottom: 34px;
        font-size: 12px;
        text-align: left;
    }
    .p-collection-list__figure {
        padding-top: 5px;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .p-collection-list__name {
        padding: 0 2px 10px;
        font-size: 10px;
        line-height: 1.8;
    }
}

/**
 * 
 * .c-back-to-category-top
*/
.c-back-to-category-top {
}
.c-back-to-category-top__link {
    display: block;
    padding: 68px 0;
    font-family: 'Montserrat_bold';
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    background: #f3eedf;
}
.c-back-to-category-top__text {
    position: relative;
    padding-left: 24px;
}
.c-back-to-category-top__text::before {
    position: absolute;
    top: 3px;
    left: -5.5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    background:
        url( '//ds-assets.store-image.jp/ilbisonte/2020_renewal/top/collection/collection02_brackets.png' )
        no-repeat
        50%/10px 15px
    ;
}
@media ( max-width: 767px ) {
    .c-back-to-category-top__link {
        padding: 32px 0;
        font-size: 12px;
    }
    .c-back-to-category-top__text {
        padding-left: .75em;
    }
    .c-back-to-category-top__text::before {
        width: 6px;
        height: 9px;
        background-size: 6px 9px;
    }
}