/* <<<変更不可ここから>>> */
.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;
}

.lp-wrapper h1,
.lp-wrapper h2,
.lp-wrapper h3,
.lp-wrapper h4,
.lp-wrapper button,
.lp-wrapper,
.lp-wrapper * {
    font-family: 'Archivo', 'Noto Sans JP', sans-serif;
}

@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 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〜
*/

.lp-wrapper{
    margin-top: 0;
}

@media screen and (max-width: 1520px) {
    .lp-container-wide {
        width: 100%;
        max-width: 1440px;
        padding: 0 60px;
    }
}
@media screen and (max-width: 767px) {
    .lp-container-wide {
        padding: 0;
    }
}
.lp-container-large{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.lp-container-all{
    width: 100%;
    margin: 0 auto;
}

/*main bnr*/
.lp-wrapper .section-mv{
    max-width: 1440px;
    margin: 0 auto;
}
.lp-wrapper .section-mv .hero-video-box{
    width: 100%;
}
.lp-wrapper .section-mv .hero-video-box video{
    width: 100%;
}
.lp-wrapper .hero-box{
    width: 82%;
    margin: -90px auto 0;
    background: #fff;
    padding: 30px 95px;
    position: relative;
    z-index: 2;
    font-family: 'Archivo', sans-serif;
    text-align: center;
}
.lp-wrapper .hero-box h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.lp-wrapper .hero-box p{
    font-size: 14px;
    margin: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
    .lp-wrapper .hero-box{
        width: 91.4%;
        margin: -60px auto 0;
        padding: 30px 20px 20px;
    }
    .lp-wrapper .hero-box p{
        font-size: 13px;
    }
    .lp-wrapper .hero-box h2 {
        font-size: 18px;
    }
}

/*sec01 3column bnr*/
.lp-wrapper div.section01{
    padding: 0 4px;
}
.lp-wrapper div.section01 ul{
    grid-gap: 10px;
    margin: 12px auto;
    grid-template-columns: repeat(var(--gallery-columns), 1fr);
    display: grid;
    grid-auto-flow: column;
}
.lp-wrapper div.section01 ul li{
    position: relative;
}
.lp-wrapper div.section01 ul li figure{
    padding-bottom: 125%;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.lp-wrapper div.section01 ul li figure img{
    object-position: 50.0% 50.0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    object-fit: cover;
    opacity: 1;
}
.lp-wrapper div.section01 ul li div.sec01-text-box{
    justify-content: flex-start;
    align-items: flex-end;
    padding: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    color: #fff;
    display: flex;
}
.lp-wrapper div.section01 ul li h4{
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.lp-wrapper div.section01 ul li a{
    position: relative;
    display: inline-flex;
    z-index: 22;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    cursor: pointer;
    margin: 0 15px 6px 0;
}
.lp-wrapper div.section01 ul li a span{
}
.lp-wrapper div.section01 ul li a span:before,
.lp-wrapper div.section01 ul li a span:after{
    background: #fff3;
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}
.lp-wrapper div.section01 ul li a span:before{
    background: #fff3;
}
.lp-wrapper div.section01 ul li a span:after{
    background: #fff;
    transition: all .25s cubic-bezier(.104,.204,.492,1);
    transform-origin: left center;
    transform: scaleX(0);
}
.lp-wrapper div.section01 ul li a span:hover:after {
      transform: scale(1, 1);
}
@media screen and (max-width: 992px) {
    .lp-wrapper div.section01 ul li div.sec01-text-box{
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .lp-wrapper div.section01{
        padding: 0 20px;
    }
    .lp-wrapper div.section01 ul{
        grid-auto-flow: row;
    }
    .lp-wrapper div.section01 ul li h4{
        font-size: 22px;
    }
}

/*sec02 title*/
.lp-wrapper div.contents-ttle{
    padding: 60px 0;
    text-align: center;
    margin-bottom: 8px;
}
.lp-wrapper div.contents-ttle h3,
.lp-wrapper div.contents-ttle p{
    max-width: 620px;
    margin: 0 auto;
    padding: 0 20px;
        line-height: 1.87rem;
}
.lp-wrapper div.contents-ttle h3{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.lp-wrapper div.contents-ttle p{
    color: #747474;
    font-size: 14px;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .lp-wrapper div.contents-ttle{
        padding: 60px 0 30px;
    }
    .lp-wrapper div.contents-ttle h3{
    }
    .lp-wrapper div.contents-ttle h3, 
    .lp-wrapper div.contents-ttle p{
        padding-left: 16px;
        padding-right: 16px;
    }
    .lp-wrapper div.section06 h3{
    }
}

/*sec03 2column area*/
.lp-wrapper div.section03{
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}
.lp-wrapper div.section03 ul{
    width: 100%;
    flex-direction: row;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
}
.lp-wrapper div.section03 ul:nth-child(2n){
    flex-direction: row-reverse;
}
.lp-wrapper div.section03 ul li{
    width: 50%;
}
.lp-wrapper div.section03 ul li:nth-child(2){
    padding: 30px 60px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-wrapper div.section03 ul li h4{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
    margin-bottom: 26px;
}
.lp-wrapper div.section03 ul li p{
    color: #747474;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .lp-wrapper div.section03 ul li h4 {
        margin-bottom: 18px;
        font-size: 20px;
    }
    .lp-wrapper div.section03 ul{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .lp-wrapper div.section03 ul li{
            width: 100%;
    }
    .lp-wrapper div.section03 ul:nth-child(2n){
        flex-direction: column;
    }
    .lp-wrapper div.section03 ul li p {
        font-size: 13px;
    }
}

/*sec04 1column width*/
.lp-wrapper div.section04{
    display: flex;
    overflow: hidden;
    margin: 60px 0;
    position: relative;
    height: 650px;
    justify-content: center;
    align-items: center;
    padding-bottom: 55px;
    background-image: url("//ds-assets.store-image.jp/repetto/2025/univers-repetto-savoir-faire/images/03.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.lp-wrapper div.section04 div.sec04-gradation{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(183deg, rgba(0, 0, 0, 1) 1%, rgba(231, 209, 209, 0) 21%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 11;
    pointer-events: none;
}
.lp-wrapper div.section04 div.sec04-text-box{
    max-width: 1000px;
    position: relative;
    padding: 70px 50px;
    z-index: 20;
    text-align: center;
    color: #FFFFFF;
}
.lp-wrapper div.section04 div.sec04-text-box h3{
    letter-spacing: .4em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.lp-wrapper div.section04 div.sec04-text-box p{
    font-size: 18px;
    margin-bottom: 1.25rem;
}
.lp-wrapper div.section04 div.sec04-text-box a{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0%);
    border: 1px solid #000000;
    border-color: #fff;
    color: #fff;
    position: relative;
    z-index: 22;
    margin-top: 26px;
    margin-left: -5px;
    background: transparent;
    text-transform: uppercase;
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-align: center;
    overflow: hidden;
}
.lp-wrapper div.section04 div.sec04-text-box a:before{
    transition: all .25s cubic-bezier(.104,.204,.492,1);
    background: #fff;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    width: 125%;
    height: 100%;
    opacity: 1;
    border-radius: var(--button-border-radius, 0px);
    transform-origin: bottom left;
    backface-visibility: hidden;
    transform: rotate3d(0, 0, 1, 6deg) translate3d(-1.2em, 110%, 0);
    will-change: transform;
    color: #fff;
    text-transform: uppercase;
}
.lp-wrapper div.section04 div.sec04-text-box a:hover{
    color: #000;
    transition: 0.3s;
}
.lp-wrapper div.section04 div.sec04-text-box a:hover:before{
    transform: rotate3d(0, 0, 1, 0) translateZ(0);
}
@media screen and (max-width: 767px) {
    .lp-wrapper div.section04{
        margin: 30px 0 50px;
    }
    .lp-wrapper div.section04 div.sec04-text-box p{
        font-size: 13px;
        line-height: 2.2rem;
        margin-bottom: 1.9rem;
    }
    .lp-wrapper div.section04 div.sec04-text-box a{
        margin: 0 0 0 -5px;
    }
}

/*sec05 2column area*/
.lp-wrapper div.section05{
    margin-bottom: 62px;
}
.lp-wrapper div.section05 ul{
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    flex-direction: row;
    margin-bottom: 40px;
    width: 100%;
}
.lp-wrapper div.section05 li{
    width: 50%;
}
.lp-wrapper div.section05 ul li:nth-child(2){
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.lp-wrapper div.section05 ul li:nth-child(2) h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.lp-wrapper div.section05 ul li:nth-child(2) p{
    color: #7b7678;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 1.7rem;
}
.lp-wrapper div.section05 ul li:nth-child(2) a{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .lp-wrapper div.section05{
        padding: 0 16px;
        margin-bottom: 22px;
    }
    .lp-wrapper div.section05 ul{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .lp-wrapper div.section05 li{
        width: 100%;
    }
    .lp-wrapper div.section05 ul li:nth-child(2){
        padding: 20px 20px 0;
    }
    .lp-wrapper div.section05 ul li:nth-child(2) h4{
        margin-bottom: 6px;
    }
    .lp-wrapper div.section05 ul li:nth-child(2) a{
        margin-bottom: 1.25rem;
        font-size: 13px;
    }
    .lp-wrapper div.section05 ul li:nth-child(2) p{
        font-size: 13px;
    }
    .lp-wrapper div.contents-ttle p{
        font-size: 13px;
    }
}

/*sec07 end contents*/
.lp-wrapper div.section07 ul{
    display: flex;
    justify-content: flex-end;
}
.lp-wrapper div.section07 ul li:nth-child(1){
    width: 447px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 32px;
    margin-top: 132px;
}
.lp-wrapper div.section07 ul li:nth-child(1) img{
    margin: 0 0 31px;
}
.lp-wrapper div.section07 ul li:nth-child(1) h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.lp-wrapper div.section07 ul li:nth-child(1) p{
    margin-top: 8px;
    color: #747474;
    line-height: calc(21.4 / 12);
    letter-spacing: 0;
    font-family: 'Archivo', 'Noto Sans JP', sans-serif;
}
.lp-wrapper div.section07 ul li:nth-child(1) a{
    width: 140px;
    padding: 10px 20px 12px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
    height: 45px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    letter-spacing: .02em;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    appearance: none;
    transition: color .25s cubic-bezier(.104,.204,.492,1), background-color .25s cubic-bezier(.104,.204,.492,1), border-color .25s cubic-bezier(.104,.204,.492,1);
    margin-top: 18px;
}
.lp-wrapper div.section07 ul li:nth-child(1) a:before{
    z-index: -1;
    transition: all .25s cubic-bezier(.104,.204,.492,1);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    width: 125%;
    height: 100%;
    background: #fff;
    opacity: 1;
    border-radius: var(--button-border-radius, 0px);
    transform-origin: bottom left;
    backface-visibility: hidden;
    transform: rotate3d(0, 0, 1, 6deg) translate3d(-1.2em, 110%, 0);
    will-change: transform;
}
.lp-wrapper div.section07 ul li:nth-child(1) a span{
    transition: all .25s cubic-bezier(.104,.204,.492,1);
    position: relative;
    z-index: 8;
    font-size: 12px;
    font-style: normal;
    line-height: initial;
    text-transform: uppercase;
}
.lp-wrapper div.section07 ul li:nth-child(1) a:hover{
    color: #000;
    transition: 0.3s;
}
.lp-wrapper div.section07 ul li:nth-child(1) a:hover:before{
    transform: rotate3d(0, 0, 1, 0) translateZ(0);
}
.lp-wrapper div.section07 ul li:nth-child(2){
    width: 50%;
    max-width: unset;
}
@media screen and (max-width: 1520px) {
    .lp-wrapper div.section07{
        padding: 0 60px;
    }
}
@media screen and (max-width: 992px) {
    .lp-wrapper div.section07 ul li:nth-child(1){
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .lp-wrapper div.section07{
        padding: 0;
    }
    .lp-wrapper div.section07 ul{
        flex-direction: column;
    }
    .lp-wrapper div.section07 ul li:nth-child(1){
        width: 100%;
        margin: 0;
    }
    .lp-wrapper div.section07 ul li:nth-child(2){
        display: none;
    }
    .lp-wrapper div.section07 ul li:nth-child(1) img{
        margin: 0;
    }
    .lp-wrapper div.section07 ul li:nth-child(1) h4,
    .lp-wrapper div.section07 ul li:nth-child(1) p{
        padding: 0 20px;
    }
    .lp-wrapper div.section07 ul li:nth-child(1) h4{
        font-size: 20px;
        margin-top: 27px;
    }
    .lp-wrapper div.section07 ul li:nth-child(1) p{
        font-size: 12px;
    }
    .lp-wrapper div.section07 ul li:nth-child(1) a{
        margin-left: 20px;
        margin-top: 15px;
    }
}


/*#page-temp .lp-container {
    background-color: #ff000025;
}

#page-temp .lp-container-narrow {
    background-color: #00ff0025;
}

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