/* <<<変更不可ここから>>> */
.lp-wrapper {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.8;
    color: #000;
    margin-block: 40px 25px;
}

@media screen and (min-width: 768px) {
    .lp-wrapper {
        margin-block: 60px 55px;
    }
}

.lp-wrapper *,
.lp-wrapper::before,
.lp-wrapper::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.lp-wrapper * {
    font-family: 'Archivo', 'Noto Sans JP', sans-serif;
}
.lp-wrapper a {
    text-decoration: none;
}

.lp-container,
.lp-container-narrow,
.lp-container-wide {
    width: calc(100% - 32px);
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .lp-container {
        width: min(1080px, calc(100% - 120px));
    }
}

@media screen and (min-width: 992px) {
    .lp-container-narrow {
        width: min(840px, calc(100% - 120px));
    }
}

@media screen and (min-width: 992px) {
    .lp-container-wide {
        width: min(1440px, calc(100% - 104px));
    }
}

.lp-h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .lp-h2 {
        font-size: 24px;
    }
}


/* <<<変更不可ここまで>>> */

/*
ここからページ固有のスタイルを記述
ブレイクポイントは、PC：〜992px、Tab：〜768、SP：767〜
*/

#page-univers-repetto-histoire.lp-wrapper {
    margin-top: 0;
}

#page-univers-repetto-histoire .lp-container {
    background-color: #ff000025;
}

#page-univers-repetto-histoire .lp-container-narrow {
    background-color: #00ff0025;
}

#page-univers-repetto-histoire .lp-container-wide {
    /*background-color: #0000ff25;*/
}

#page-univers-repetto-histoire .subheading {
    font-size: .8125rem;
    letter-spacing: .4em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .subheading {
        font-size: .9375rem;
    }
}

/* app.css */

@media screen and (min-width: 768px) and (max-width: 1520px) {
    #page-univers-repetto-histoire .row {
        padding: 0 60px;
        align-items: center;
    }
}

#page-univers-repetto-histoire .row .columns {
    position: relative;
}

#page-univers-repetto-histoire .timeline.section-spacing-padding {
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .timeline.section-spacing-padding {
        padding-bottom: 60px;
    }
}

#page-univers-repetto-histoire .shopify-payment-button__more-options,
#page-univers-repetto-histoire .spr-summary-actions-newreview,
#page-univers-repetto-histoire .text-button {
    display: inline-flex;
    font-size: 1.25rem;
    height: 1.0625rem;
    line-height: 1.4166rem;
    margin-right: 15px;
    font-weight: 400;
    letter-spacing: var(--button-letter-spacing, 0em);
    cursor: pointer;
    position: relative;
    padding-top: 7px;
}

#page-univers-repetto-histoire .shopify-payment-button__more-options:after,
#page-univers-repetto-histoire .shopify-payment-button__more-options:before,
#page-univers-repetto-histoire .spr-summary-actions-newreview:after,
#page-univers-repetto-histoire .spr-summary-actions-newreview:before,
#page-univers-repetto-histoire .text-button:after,
#page-univers-repetto-histoire .text-button:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

#page-univers-repetto-histoire .shopify-payment-button__more-options:before,
#page-univers-repetto-histoire .spr-summary-actions-newreview:before,
#page-univers-repetto-histoire .text-button:before {
    background: #000;
}

#page-univers-repetto-histoire .shopify-payment-button__more-options:after,
#page-univers-repetto-histoire .spr-summary-actions-newreview:after,
#page-univers-repetto-histoire .text-button:after {
    background: var(--color-accent);
    transform-origin: left center;
    transform: scale(0, 1);
}

#page-univers-repetto-histoire .text-button:hover::after {
    transition: all .25s cubic-bezier(.104, .204, .492, 1);
}

#page-univers-repetto-histoire .text-button:after {
    background: #000;
    transform-origin: left center;
    transform: scale(0, 1);
    transition: transform .25s cubic-bezier(.104, .204, .492, 1);
}

/* ホバーでスケールを100%に */
#page-univers-repetto-histoire .text-button:hover::after {
    transform: scale(1, 1);
}

/* GLOBAL */

#page-univers-repetto-histoire .hidden {
    display: none;
}

/* LAYOUT */


#page-univers-repetto-histoire .container {
    max-width: var(--container-width);
    margin-inline: auto;
    padding-inline: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1520px) {
    #page-univers-repetto-histoire .container {
        padding-inline: 60px;
    }
}

/* TYPO */

#page-univers-repetto-histoire body {
    color: var(--color-black);
    font-family: var(--font-body);
}

#page-univers-repetto-histoire h1,
#page-univers-repetto-histoire .h1,
#page-univers-repetto-histoire h2,
#page-univers-repetto-histoire .h2,
#page-univers-repetto-histoire h3,
#page-univers-repetto-histoire .h3,
#page-univers-repetto-histoire h4,
#page-univers-repetto-histoire .h4 {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0;
    margin-bottom: 0;
}

#page-univers-repetto-histoire h1,
#page-univers-repetto-histoire .h1 {
    font-size: 22px;
    line-height: 24px;
}

#page-univers-repetto-histoire h2,
#page-univers-repetto-histoire .h2 {
    font-size: 20px;
    line-height: 20px;
}

#page-univers-repetto-histoire h3,
#page-univers-repetto-histoire .h3 {
    font-size: 18px;
    line-height: 18px;
}

#page-univers-repetto-histoire h4,
#page-univers-repetto-histoire .h4 {
    font-size: 16px;
    line-height: 18px;
}

#page-univers-repetto-histoire [class*="text-body-"] {
    margin-bottom: 0;
    letter-spacing: 0;
}

#page-univers-repetto-histoire .text-body-xl {
    font-size: 14px;
    line-height: 16px;
}

#page-univers-repetto-histoire .text-body-l {
    font-size: 13px;
    line-height: 16px;
}

#page-univers-repetto-histoire .text-body-m {
    font-size: 12px;
    line-height: 14px;
}

#page-univers-repetto-histoire .text-body-s {
    font-size: 11px;
    line-height: 14px;
}

#page-univers-repetto-histoire .color-darken-gray {
    color: var(--color-darken-gray);
}

#page-univers-repetto-histoire .font-medium {
    font-weight: var(--font-weight-medium);
}

@media screen and (min-width: 390px) {

    #page-univers-repetto-histoire h1,
    #page-univers-repetto-histoire .h1 {
        font-size: 24px;
        line-height: 26px;
    }

    #page-univers-repetto-histoire h2,
    #page-univers-repetto-histoire .h2 {
        font-size: 22px;
        line-height: 24px;
    }

    #page-univers-repetto-histoire h3,
    #page-univers-repetto-histoire .h3 {
        font-size: 20px;
        line-height: 20px;
    }

    #page-univers-repetto-histoire h4,
    #page-univers-repetto-histoire .h4 {
        font-size: 17px;
        line-height: 19px;
    }

    #page-univers-repetto-histoire .text-body-xl {
        font-size: 16px;
        line-height: 19px;
    }

    #page-univers-repetto-histoire .text-body-l {
        font-size: 14px;
        line-height: 18px;
    }

    #page-univers-repetto-histoire .text-body-m {
        font-size: 13px;
        line-height: 16px;
    }
}

@media screen and (min-width: 768px) {

    #page-univers-repetto-histoire h1,
    #page-univers-repetto-histoire .h1 {
        font-size: 28px;
        line-height: 30px;
    }

    #page-univers-repetto-histoire h2,
    #page-univers-repetto-histoire .h2 {
        font-size: 24px;
        line-height: 28px;
    }

    #page-univers-repetto-histoire h3,
    #page-univers-repetto-histoire .h3 {
        font-size: 22px;
        line-height: 24px;
    }

    #page-univers-repetto-histoire h4,
    #page-univers-repetto-histoire .h4 {
        font-size: 18px;
        line-height: 20px;
    }

    #page-univers-repetto-histoire .text-body-xl {
        font-size: 18px;
        line-height: 22px;
    }

    #page-univers-repetto-histoire .text-body-l {
        font-size: 16px;
        line-height: 20px;
    }

    #page-univers-repetto-histoire .text-body-m {
        font-size: 14px;
        line-height: 18px;
    }

    #page-univers-repetto-histoire .text-body-s {
        font-size: 12px;
        line-height: 16px;
    }
}

/* BUTTON */

#page-univers-repetto-histoire .symbutton {
    align-items: center;
    background: var(--color-black);
    border: 1px solid var(--color-black);
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: var(--font-weight-semi-bold);
    justify-content: center;
    line-height: 14px;
    padding: 18px;
    text-align: center;
    transition: .2s ease-in-out;
}

#page-univers-repetto-histoire .symbutton:not([disabled]):hover {
    background: var(--color-white);
    color: var(--color-black);
}

#page-univers-repetto-histoire .symbutton:not([disabled]).loading>*:not(.loading-overlay) {
    color: transparent;
}

#page-univers-repetto-histoire .symbutton[disabled] {
    background: var(--color-light-gray) !important;
    border: 1px solid var(--color-light-gray) !important;
    color: var(--color-white) !important;
}

#page-univers-repetto-histoire .symbutton.--full {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #page-univers-repetto-histoire .symbutton {
        font-size: 16px;
        line-height: 14px;
    }
}

/* gallary */

#page-univers-repetto-histoire .gallery__inner {
    display: grid;
    grid-gap: 0
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .gallery__inner {
        grid-template-columns: repeat(var(--gallery-columns), 1fr)
    }
}

#page-univers-repetto-histoire .gallery-spacing--none .gallery__inner {
    grid-gap: 0px;
    margin: 0 auto
}

#page-univers-repetto-histoire .gallery-spacing--small .gallery__inner {
    grid-gap: 3px;
    margin: 0 auto
}

#page-univers-repetto-histoire .gallery-spacing--medium .gallery__inner {
    grid-gap: 10px;
    margin: 10px auto
}

#page-univers-repetto-histoire .gallery-spacing--large .gallery__inner {
    grid-gap: 30px;
    margin: 30px auto
}

#page-univers-repetto-histoire .gallery__item svg {
    padding: 50px;
    fill: var(--bg-body, #fff);
    opacity: .5
}

#page-univers-repetto-histoire .gallery__item figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: var(--color-accent);
    padding-bottom: var(--ratio-percent)
}

#page-univers-repetto-histoire .gallery__item figure.aspect-ratio--portrait {
    padding-bottom: 125%
}

#page-univers-repetto-histoire .gallery__item figure.aspect-ratio--square {
    padding-bottom: 100%
}

#page-univers-repetto-histoire .gallery__item figure.aspect-ratio--landscape {
    padding-bottom: 75%
}

#page-univers-repetto-histoire .gallery__item figure img,
#page-univers-repetto-histoire .gallery__item figure iframe,
#page-univers-repetto-histoire .gallery__item figure video,
#page-univers-repetto-histoire .gallery__item figure svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    object-fit: cover
}

#page-univers-repetto-histoire .gallery__item figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(var(--overlay-color-rgb), var(--overlay-opacity))
}

#page-univers-repetto-histoire .gallery__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 30px;
    color: #fff;
    display: flex
}

@media only screen and (min-width: 1068px) {
    #page-univers-repetto-histoire .gallery__item-content {
        padding: 45px
    }
}

@media only screen and (min-width: 1440px) {
    #page-univers-repetto-histoire .gallery__item-content {
        padding: 60px
    }
}

#page-univers-repetto-histoire .gallery__item-content.content-top-left {
    justify-content: flex-start;
    align-items: flex-start
}

#page-univers-repetto-histoire .gallery__item-content.content-top-center {
    justify-content: center;
    align-items: flex-start
}

#page-univers-repetto-histoire .gallery__item-content.content-top-right {
    justify-content: flex-end;
    align-items: flex-start
}

#page-univers-repetto-histoire .gallery__item-content.content-middle-left {
    justify-content: flex-start;
    align-items: center
}

#page-univers-repetto-histoire .gallery__item-content.content-middle-center {
    justify-content: center;
    align-items: center
}

#page-univers-repetto-histoire .gallery__item-content.content-middle-right {
    justify-content: flex-end;
    align-items: center
}

#page-univers-repetto-histoire .gallery__item-content.content-bottom-left {
    justify-content: flex-start;
    align-items: flex-end
}

#page-univers-repetto-histoire .gallery__item-content.content-bottom-center {
    justify-content: center;
    align-items: flex-end
}

#page-univers-repetto-histoire .gallery__item-content.content-bottom-right {
    justify-content: flex-end;
    align-items: flex-end
}

#page-univers-repetto-histoire .gallery__item-content h4 {
    color: inherit;
    margin-bottom: 15px
}

#page-univers-repetto-histoire .gallery__item-content h4+.button {
    margin-top: 20px
}

#page-univers-repetto-histoire .gallery__item-content p {
    margin-bottom: 15px
}

#page-univers-repetto-histoire .gallery__item-content p.subheading {
    font-size: 1rem;
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .gallery__item-content>div {
        max-width: 90%
    }
}

#page-univers-repetto-histoire .gallery__item-content>div>*:last-child {
    margin-bottom: 0
}

#page-univers-repetto-histoire .gallery__item-content .button,
#page-univers-repetto-histoire .gallery__item-content .text-button {
    position: relative;
    z-index: 22
}

#page-univers-repetto-histoire .gallery__item-content-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21
}

@media only screen and (max-width: 767px) {
    #page-univers-repetto-histoire .gallery.swipe-on-mobile .gallery__inner {
        grid-auto-flow: column;
        grid-auto-columns: minmax(calc(90vw - 15px), 1fr);
        overflow-x: auto;
        grid-template-columns: repeat(auto-fill, minmax(calc(90vw - 15px), 1fr));
        scroll-snap-type: x mandatory;
        scrollbar-width: none
    }

    #page-univers-repetto-histoire .gallery.swipe-on-mobile .gallery__inner::-webkit-scrollbar {
        display: none
    }

    #page-univers-repetto-histoire .gallery.swipe-on-mobile .gallery__inner .gallery__item {
        scroll-snap-align: center;
        scroll-snap-stop: always
    }

    #page-univers-repetto-histoire .row:not(.full-width-row-full) .gallery.swipe-on-mobile .gallery__inner {
        margin: 0 -15px;
        width: calc(100% + 30px)
    }
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/gallery.css.map?v=2592995930925146421744879626 */

/* timeline */
#page-univers-repetto-histoire .timeline {
    background: var(--color-bg, var(--bg-body));
    color: var(--color-text, var(--color-body));
}

#page-univers-repetto-histoire .timeline scroll-shadow {
    width: 100%;
    --scroll-shadow-size: 30;
}

#page-univers-repetto-histoire .timeline .section-header h2 {
    color: inherit;
}

#page-univers-repetto-histoire .timeline--scroll {
    display: block;
    position: relative;
}

#page-univers-repetto-histoire .timeline--scroll-container {
    overflow-x: auto;
    scrollbar-width: none;
    overflow-y: hidden;
}

#page-univers-repetto-histoire .timeline--scroll-container::-webkit-scrollbar {
    display: none;
}

#page-univers-repetto-histoire .timeline--scroll-inner {
    display: inline-grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-template-columns: repeat(auto-fill, minmax(max-content, 1fr));
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .timeline--scroll-inner {
        grid-gap: 30px;
    }
}

#page-univers-repetto-histoire .timeline--scroll-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#page-univers-repetto-histoire .timeline--scroll-progress span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: left center;
    transform: scale(0, 1);
    background: var(--color-text);
}

#page-univers-repetto-histoire .timeline--scroll-pagination {
    position: sticky;
    margin-top: 30px;
    bottom: 0;
    padding: 0;
    left: 0;
    width: max-content;
    min-width: 100%;
    background-color: white;
}

#page-univers-repetto-histoire .timeline--scroll-pagination ul {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    align-items: start;
    border-top: 1px dashed rgba(21,21,21, 0.2);
}

#page-univers-repetto-histoire .timeline--scroll-pagination li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

#page-univers-repetto-histoire .timeline--scroll-pagination li div {
    transform: translateY(-13px);
    position: relative;
    z-index: 2;
}

#page-univers-repetto-histoire .timeline--scroll-pagination li .timeline--dot {
    display: block;
    transform: translateX(-3px);
    width: 6px;
    height: 6px;
    box-sizing: content-box;
    border-radius: 50%;
    background: var(--color-text, var(--color-body));
    border: 10px solid var(--color-bg, var(--bg-body));
}

#page-univers-repetto-histoire .timeline--scroll-pagination li .timeline--label {
    display: block;
    margin: 5px 0 0;
    font-weight: 500;
    font-size: 1.333rem;
    text-transform: uppercase;
    color: inherit;
    line-height: 1;
    white-space: nowrap;
}

#page-univers-repetto-histoire .timeline--slide {
    display: flex;
    flex-direction: column;
    width: calc(90vw - 30px);
    max-height: 80vh;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .timeline--slide {
        flex-direction: row;
        width: auto;
    }
}

#page-univers-repetto-histoire .timeline-image {
    flex-shrink: 0;
    height: 380px;
}

#page-univers-repetto-histoire .timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page-univers-repetto-histoire .timeline-image img.logo {
    object-fit: contain;
    object-position: 50% 50%;
}
#page-univers-repetto-histoire .timeline-content {
    display: flex;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    background: var(--color-bg-box, #fff);
    color: #000;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .timeline-content {
        width: 420px;
    }
    #page-univers-repetto-histoire .timeline-content p {
        font-size: 14px;
    }
}

#page-univers-repetto-histoire .timeline-content p,
#page-univers-repetto-histoire .timeline-content h5 {
    color: inherit;
}

#page-univers-repetto-histoire .timeline-content h5 {
    font-size: 2rem;
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) 1.0 * 32px));
    margin-bottom: 1.6666rem;
}

#page-univers-repetto-histoire .timeline-content h5 .timeline-year {
    font-size: 0.8em;
}

#page-univers-repetto-histoire .timeline-content .rte>*:last-child {
    margin-bottom: 0;
}

#page-univers-repetto-histoire .timeline-content .text-button {
    margin-top: 20px;
    margin-right: auto;
}

#page-univers-repetto-histoire .timeline-content--inner {
    padding: 20px 20px 0 20px;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .timeline-content--inner {
        padding: 50px;
    }
}

#page-univers-repetto-histoire .timeline-content {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#page-univers-repetto-histoire .timeline.text-center .text-button {
    margin-left: auto;
}

#page-univers-repetto-histoire .timeline.text-right .text-button {
    margin-left: auto;
    margin-right: 0;
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/timeline.css.map?v=107251133294186005391735578278 */

#page-univers-repetto-histoire .timeline scroll-shadow {
    --scroll-shadow-size: 0;
}

#page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-container .timeline--scroll-inner .timeline--slide .timeline-image {
    width: 36vw;
    height: initial;
}

@media (min-width: 768px) and (max-width: 1300px) {
    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-container .timeline--scroll-inner .timeline--slide .timeline-image {
        /* max-height: 60%; */
    }
}


#page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination {
    width: initial;
    overflow-x: scroll;
    scrollbar-width: auto;
    scrollbar-color: #333333 #f8f8f8;
}

#page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination::-webkit-scrollbar {
    display: none;
}

#page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination ul {
    margin-top: 15px;
    position: relative;
}

#page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination ul li .timeline--label {
    cursor: pointer;
}

#page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination ul .timeline--scroll-progress {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

#page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination ul .timeline--scroll-progress span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: left center;
    transform: scale(0, 1);
    background: var(--color-text);
}

@media only screen and (max-width: 767px) {
    #page-univers-repetto-histoire .timeline--scroll-pagination {
        margin-top: 0;
    }

    #page-univers-repetto-histoire .timeline scroll-shadow {
        padding: 0 16px;
    }

    #page-univers-repetto-histoire .timeline .full-width-row {
        padding: 0;
    }

    #page-univers-repetto-histoire .timeline .full-width-row .columns {
        padding: 0;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-container .timeline--scroll-inner .timeline--slide {
        width: calc(100vw - 32px);
        margin: 0 16px;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-container .timeline--scroll-inner .timeline--slide .timeline-content {
        text-align: center;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-container .timeline--scroll-inner .timeline--slide .timeline-image {
        width: auto;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-container .timeline--scroll-inner #slide_1947.timeline--slide .timeline-image {
        width: 63%;
        margin: 0 auto;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination::-webkit-scrollbar {
        display: block;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination ul {
        width: fit-content;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination ul li {
        margin-right: 30px;
    }

    #page-univers-repetto-histoire .timeline .timeline--scroll .timeline--scroll-pagination ul li:nth-last-child(2) {
        margin-right: 0;
    }
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/timeline-cover.css.map?v=103987571130861764791735578276 */

/* spacer */

#page-univers-repetto-histoire .spacer {
    position: relative;
    height: var(--spacer-mobile, 50px)
}

#page-univers-repetto-histoire .spacer:before,
#page-univers-repetto-histoire .spacer:after {
    content: " ";
    display: table;
    clear: both
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .spacer {
        height: var(--spacer-desktop, 100px)
    }
}

#page-univers-repetto-histoire .spacer.has-border-separator:before {
    content: "";
    height: 1px;
    display: block;
    margin: 0 auto;
    background: var(--color-border);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/spacer.css.map?v=31000789687832430481735578278 */

/* rich-text */

#page-univers-repetto-histoire .rich-text {
    background: var(--color-bg, var(--bg-body));
    color: var(--color-text, var(--color-body))
}

#page-univers-repetto-histoire .rich-text__inner {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 20px
}

#page-univers-repetto-histoire .rich-text__inner h3 {
    color: inherit
}

#page-univers-repetto-histoire .rich-text__inner img,
#page-univers-repetto-histoire .rich-text__inner .thb-placeholder {
    margin-bottom: 30px
}

#page-univers-repetto-histoire .rich-text__inner .thb-placeholder {
    display: inline-block;
    width: 120px;
    height: 120px
}

#page-univers-repetto-histoire .rich-text .rte {
    margin-bottom: 35px
}

#page-univers-repetto-histoire .rich-text .rte p:last-child {
    margin-bottom: 0
}

#page-univers-repetto-histoire .rich-text .rte p.the_whole_universe-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-univers-repetto-histoire .rich-text.text-position-left .rich-text__inner {
    margin-left: 0
}

#page-univers-repetto-histoire .rich-text.text-position-right .rich-text__inner {
    margin-right: 0
}

#page-univers-repetto-histoire .rich-text.text-width-small .rich-text__inner {
    max-width: 400px
}

#page-univers-repetto-histoire .rich-text.text-width-large .rich-text__inner {
    max-width: 800px
}

#page-univers-repetto-histoire .rich-text.text-width-xlarge .rich-text__inner {
    max-width: 1000px
}

#page-univers-repetto-histoire .rich-text.text-width-grid .rich-text__inner {
    max-width: 1380px
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/rich-text.css.map?v=104470190786103623011735578276 */

#page-univers-repetto-histoire .rich-text__inner h3 {
    width: min(733px, 100%);
    margin: 0 auto;
}

#page-univers-repetto-histoire .rich-text__inner h3.h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px
}
@media screen and (max-width: 767px) {
    #page-univers-repetto-histoire .rich-text__inner h3.h3 {
        font-size: 26px;
    }
}

#page-univers-repetto-histoire .rich-text__inner .rte {
    width: min(733px, 100%);
    margin: 0 auto;
}

#page-univers-repetto-histoire .rich-text__inner .rte.text-size-regular {
    color: #747474;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    #page-univers-repetto-histoire .rich-text__inner {
        padding: 30px 16px 0
    }

    #page-univers-repetto-histoire .rich-text__inner h3,
    #page-univers-repetto-histoire .rich-text__inner .rte {
        width: 100%
    }
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-rich-text.css.map?v=1623024959389885591744728106 */

#page-univers-repetto-histoire .collection-card__image img,
#page-univers-repetto-histoire .collection-card.style2 .collection-card__content .collection-card__link svg {
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

#page-univers-repetto-histoire .collection-list-section {
    overflow: hidden;
}

#page-univers-repetto-histoire .collection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .collection-grid {
        grid-template-columns: repeat(var(--var-collection-list-columns), 1fr);
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #page-univers-repetto-histoire .collection-grid.swipe-on-mobile {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(calc(100vw - 30px), 1fr);
        overflow-x: auto;
        grid-template-columns: repeat(auto-fill, minmax(calc(100vw - 30px), 1fr));
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-left: 1px;
        width: calc(100% + 30px);
        width: 100%;
        padding: 0 15px;
    }

    #page-univers-repetto-histoire .collection-grid.swipe-on-mobile::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #page-univers-repetto-histoire .collection-grid.swipe-on-mobile.mobile-columns--2 {
        grid-auto-columns: minmax(calc(50vw - 30px), 1fr);
        grid-template-columns: repeat(auto-fill, minmax(calc(50vw - 30px), 1fr));
    }
}

#page-univers-repetto-histoire .collection-grid__carousel {
    display: block;
    grid-gap: 0;
    overflow: visible;
}

#page-univers-repetto-histoire .collection-grid__carousel .columns {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .collection-grid__carousel {
        margin: 0 -15px;
    }
}

@media only screen and (max-width: 767px) {
    #page-univers-repetto-histoire .collection-grid__carousel .flickity-slider {
        margin: 0 -4px;
        width: calc(100% + 8px);
    }

    #page-univers-repetto-histoire .collection-grid__carousel .flickity-viewport {
        overflow: visible;
    }
}

#page-univers-repetto-histoire .collection-grid__carousel .flickity-nav.flickity-prev {
    left: -9px;
}

#page-univers-repetto-histoire .collection-grid__carousel .flickity-nav.flickity-next {
    right: -9px;
}

#page-univers-repetto-histoire .collection-card {
    width: 100%;
    position: relative;
}

#page-univers-repetto-histoire .collection-card__link {
    display: block;
}

#page-univers-repetto-histoire .collection-card__content {
    word-break: break-word;
}

#page-univers-repetto-histoire .collection-card__content h2 {
    margin-bottom: 0;
}

#page-univers-repetto-histoire .collection-card__content p {
    display: block;
    margin-top: 10px;
    font-size: 0.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#page-univers-repetto-histoire .collection-card__image {
    position: relative;
    height: 0;
    overflow: hidden;
    z-index: 5;
}

#page-univers-repetto-histoire .collection-card__image img {
    display: block;
    will-change: scale;
}

#page-univers-repetto-histoire .collection-card__image img,
#page-univers-repetto-histoire .collection-card__image .thb-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page-univers-repetto-histoire .collection-card__image.media-aspect-square {
    padding-bottom: 100%;
}

#page-univers-repetto-histoire .collection-card__image.media-aspect-portrait {
    padding-bottom: 125%;
}

#page-univers-repetto-histoire .collection-card__image.media-aspect-adapt {
    padding-bottom: var(--var-media-aspect-ratio);
}

#page-univers-repetto-histoire .collection-card__image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    pointer-events: none;
    background: rgba(var(--overlay-color-rgb), var(--overlay-opacity));
}

#page-univers-repetto-histoire .collection-card.style1 .collection-card__image {
    margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .collection-card.style1 .collection-card__image {
        margin-bottom: 15px;
    }
}

#page-univers-repetto-histoire .collection-card.style1 .collection-card__content {
    text-align: center;
}

#page-univers-repetto-histoire .collection-card.style1 .collection-card__content .collection-card__link {
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    height: auto;
    padding: 0;
    width: 100%;
    padding-bottom: 6px;
    font-family: 'Archivo', sans-serif;
}
@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .collection-card.style1 .collection-card__content .collection-card__link {
        width: auto;
    }
}

#page-univers-repetto-histoire .collection-card.style2 {
    border-radius: 6px;
    overflow: hidden;
}

#page-univers-repetto-histoire .collection-card.style2 .collection-card__content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
}

#page-univers-repetto-histoire .collection-card.style2 .collection-card__content .collection-card__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-body);
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    padding: 7px 13px;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .collection-card.style2 .collection-card__content .collection-card__link {
        padding: 17px 26px;
    }
}

#page-univers-repetto-histoire .collection-card.style2 .collection-card__content .collection-card__link svg {
    margin-left: 10px;
    flex-shrink: 0;
    width: 12px;
}

@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .collection-card.style2 .collection-card__content .collection-card__link svg {
        margin-left: 20px;
        width: 17px;
    }
}


#page-univers-repetto-histoire .list-collections {
    margin: 0 36px;
}
@media only screen and (min-width: 768px) {
    #page-univers-repetto-histoire .list-collections {
        margin: 0;
    }
}
/*# sourceMappingURL=/cdn/shop/t/5/assets/list-collections.css.map?v=108155047394426719771735578278 */


#page-univers-repetto-histoire.lp-wrapper section.section02{
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 60px;
}
#page-univers-repetto-histoire.lp-wrapper section.section02 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page-univers-repetto-histoire.lp-wrapper section.section02 ul li{
    width: calc((100% - 60px) / 3);
    position: relative;
}
#page-univers-repetto-histoire.lp-wrapper section.section02 ul li img{
    display: block;
    object-position: 50.0% 50.0%;
    width: 100%;
    height: auto;
}
#page-univers-repetto-histoire.lp-wrapper section.section02 ul li div{
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 24px 29px 18px 38px;
    background: #fff;
    text-align: right;
    font-style: normal;
}
#page-univers-repetto-histoire.lp-wrapper section.section02 ul li div h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    padding-bottom: 6px;
    width: min-content;
    min-width: 120px;
}
#page-univers-repetto-histoire.lp-wrapper section.section02 ul li div a{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    #page-univers-repetto-histoire.lp-wrapper section.section02 ul li div a {
        font-size: 13px;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section-mv{
        padding: 60px 16px 49px;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section-mv div{
        left: 0;
        padding: 0 24px;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section01{
        padding: 0 16px;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section01 ul li:nth-child(2n){
        margin-right: 0;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section02{
        padding: 0 16px;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section02 ul{
        display: block;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section02 ul li{
        width: 100%;
        height: 424px;
        margin-bottom: 16px;
    }
    #page-univers-repetto-histoire.lp-wrapper section.section02 ul li img{
        height: 100%;
    object-fit: cover;
    }

}


