@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

/*----------------------------------------
common
----------------------------------------*/
.lp_container {
    margin: 0 auto;
}

.lp_container * {
    font-family: "Archivo", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #000000;
    /*font-feature-settings: "palt";*/
    /*font-weight: 500;*/
    /*font-size: 18px;*/
}

.lp_container section,
.lp_container p,
.lp_container span,
.lp_container div,
.lp_container h1,
.lp_container h2,
.lp_container h3,
.lp_container h4,
.lp_container h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.lp_container {
    width: auto !important;
}

.lp_container a {
    transition: all .3s;
}

.lp_container img {
    transition: all .5s;
}

.lp_container li {
    list-style: none;
}

.lp_container strong,
.lp_container strong a {
    font-weight: bold;
}


/*----------------------------------------
container
----------------------------------------*/

.lp_container .pc {}

.lp_container .sp {
    display: none;
}

@media screen and (max-width: 800px) {
    .lp_container .pc {
        display: none;
    }

    .lp_container .sp {
        display: block;
    }
}


/*----------------------------------------
anchor link
----------------------------------------*/

.lp_container .pagetop {
    margin-top: 6%;
}

.lp_container .pagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #18171b;
}

.lp_container .pagetop a span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* font-family: "Archivo", sans-serif;
font-family: "Noto Sans JP", sans-serif; */

/*----------------------------------------
container
----------------------------------------*/



/* ----------------------------------------
-------------------mv--------------------
----------------------------------------*/

.lp_container .inner {
    width: 80%;
    max-width: 1350px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .lp_container .inner {
        max-width: 700px;
        padding: 0 25px;
        margin: 0 auto;
    }
}

.lp_container .eng {
    font-family: "Archivo", sans-serif;
}

.lp_container .jp {
    font-family: "noto-sans-cjk-jp", sans-serif;
}


.lp_container .mv {
    display: flex;
    text-align: left;
    height: 700px;
    max-height: 800px;
    margin-bottom: 100px;
}

@media screen and (max-height: 850px) {

}

.lp_container .mv .mv_img {
    width: calc(50% + 250px);
    background-image: url(//ds-assets.store-image.jp/repetto/2024/holiday-gift-guide/mv_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
}
/* @media screen and (max-height: 742px) {
    .lp_container .mv .mv_img {
            
            background-size: contain;
        }
} */

.lp_container .mv .mv_text_window {
    position: relative;
    width: calc(50% - 250px);
}

.lp_container .mv .mv_text_box {
    position: absolute;
    top: 130px;
    left: -127px;
    color: #000;
    line-height: 1;
}

.lp_container .mv .mv_text_box .title_eng {
    margin-bottom: 16px;
    font-size: 71px;
    font-weight: 500;
    line-height: 71px;
    letter-spacing: -2px;
}

.lp_container .mv .mv_text_box .title_jp {
    margin-left: 7px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.02px;
}

@media screen and (max-width: 1100px) {
    .lp_container .mv .mv_text_box .title_eng {
        font-size: 60px;
        line-height: 60px;
    }

    .lp_container .mv .mv_text_box .title_jp {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .lp_container .mv {
        display: block;
        margin: 0 auto;
        height: auto;
        width: 100%;
        margin-bottom: 130px;
    }

    .lp_container .mv .mv_img {
        margin: 0 auto;
        width: 100%;
        background-image: none;
    }

    .lp_container .mv .mv_text_window {
        width: 100%;
    }

    .lp_container .mv .mv_text_box {
        top: -60px;
        left: 20px;
        line-height: 1;
    }

    .lp_container .mv .mv_text_box .title_eng {
        margin-bottom: 16px;
        font-size: 44px;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 1px;
    }

    .lp_container .mv .mv_text_box .title_jp {
        margin-left: 7px;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }

}

/* ----------------------------------------
-------------------sec01-------------------
----------------------------------------*/

.lp_container .sec_01 {
    margin-bottom: 120px;
}

.lp_container .sec_01 .item_window {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.lp_container .sec_01 .item_box {
    width: calc((100% - 34px) / 3);
    max-width: 440px;
}


.lp_container .sec_01 .item_img_box {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
.lp_container .sec_01 .item_img_box a {
    display: block;
}

.lp_container .sec_01 .item_img_box .text_box {
    position: absolute;
    bottom: 7%;
    left: 8%;


}

.lp_container .sec_01 .item_img_box .text_box .eng {
    margin-bottom: 6px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.01em;
    text-shadow: #6c3e07 0 0 92px;
}

@media screen and (max-width: 1450px) {
    .lp_container .sec_01 .item_img_box .text_box .eng {
        font-size: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .lp_container .sec_01 .item_img_box .text_box .eng {
        font-size: 24px;
    }
}


.lp_container .sec_01 .item_img_box .text_box .jp {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.1em;
    text-shadow: #6c3e07 0 0 92px;
}

.lp_container .sec_01 .item_img_box a:hover .text_box .jp {
    text-decoration: none !important;
}

.lp_container .sec_01 .item_img_box a .text_box .jp::after {
    position: absolute;
    left: 0;
    content: '';
    /* 下線の長さ */
    width: 58px;
    height: 1px;
    background: #fff;
    bottom: -6px;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.lp_container .sec_01 .item_img_box a:hover .text_box .jp::after {
    transform: scale(1, 1);
}

.lp_container .sec_01 .item_box .item_text {
    margin: 0 auto;
    width: 94%;
    color: #7b7678;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.05em;
    font-weight: 400;
}

@media screen and (max-width: 800px) {
    .lp_container .sec_01 {
        margin-bottom: 83px;
    }

    .lp_container .sec_01 .item_window {
        justify-content: center;
        flex-flow: column;
        row-gap: 53px;
        width: 100%;
    }

    .lp_container .sec_01 .item_box {
        width: 100%;
        margin: 0 auto;
    }


    .lp_container .sec_01 .item_img_box {
        position: relative;
        margin-bottom: 10px;
        width: 100%;
    }

    .lp_container .sec_01 .item_img_box .text_box {
        position: absolute;
        bottom: 25px;
        left: 15px;


    }

    .lp_container .sec_01 .item_img_box .text_box p {
        margin-bottom: 6px;
        font-size: 36px;
        font-weight: 500;
        color: #fff;
        letter-spacing: -0.01em;
    }

    .lp_container .sec_01 .item_img_box .text_box a {
        font-size: 12px;
        letter-spacing: -0.1em;
    }

    .lp_container .sec_01 .item_img_box .text_box a::after {
        /* 下線の長さ */
        width: 54px;
    }


    .lp_container .sec_01 .item_box .item_text {
        width: 94%;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.05em;
    }
}

/* ----------------------------------------
---------------sec02 sec03-----------------
----------------------------------------*/

.lp_container .sec_02 {
    margin-bottom: 125px;
}

.lp_container .sec_03 {
    margin-bottom: 100px;
}

.lp_container .sec_02 .style_head,
.lp_container .sec_03 .style_head {
    text-align: left;
    margin-left: -6px;
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}


/* ----------------------------------------
-------------------swiper------------------
----------------------------------------*/


.lp_container .swiper-area {
    position: relative;
}

.lp_container .swiper-area .swiper {
    width: 100%;
}

.lp_container .swiper-area .swiper .swiper-wrapper {
    width: 100%;
}

.lp_container .swiper-area .swiper .swiper-wrapper .swiper-slide {
    display: block;
}

/* .lp_container .swiper-area .swiper-slide:hover img {
    filter: brightness(80%);
} */

.lp_container .swiper-area .swiper .swiper-wrapper .swiper-slide .slide_image_box {
    margin-bottom: 5px;
    width: 100%;
}

.lp_container .swiper-area .swiper .swiper-wrapper .swiper-slide p {
    text-align: left;
    font-size: 14px;

}

.lp_container .swiper-area .swiper-button-prev {
    left: -80px;
    color: #000;
}

.lp_container .swiper-area .swiper-button-next {
    right: -80px;
    color: #000;
}

.lp_container .swiper-area .swiper-scrollbar {
    cursor: pointer;
    margin-top: 38px;
    height: 4px;
    background-color: #f6f6f6;
}

.lp_container .swiper-area .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #b7b7b7;
}

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

    .lp_container .sec_02,
    .lp_container .sec_03 {
        overflow: hidden;
    }

    .lp_container .sec_02 {
        margin-bottom: 90px;
    }

    .lp_container .sec_03 {
        margin-bottom: 90px;
    }

    .lp_container .sec_02 .style_head,
    .lp_container .sec_03 .style_head {
        margin-bottom: 18px;
    }

    .lp_container .swiper-area {
        width: 100%;
    }

    .lp_container .swiper {
        overflow: visible;
    }

    .lp_container .swiper-area .swiper .swiper-wrapper .swiper-slide .slide_image_box {
        margin-bottom: 15px;
    }

    .lp_container .swiper-area .swiper .swiper-wrapper .swiper-slide p {
        font-size: 12px;

    }

    .lp_container .swiper-area .swiper-scrollbar {
        height: 5px;
        margin-top: 29px;
    }
}

/* ----------------------------------------
-------------------sec04-------------------
----------------------------------------*/

.lp_container .sec_04 {
    margin-bottom: 428px;
}

.lp_container .sec_04 .service_window {
    display: flex;
    justify-content: space-between;
}

.lp_container .sec_04 .service_box {
    position: relative;
    width: calc((100% - 34px) / 3);
    max-width: 440px;
}

.lp_container .sec_04 .service_img_box {
    width: 100%;
}

.lp_container .sec_04 .text_box {
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 83%;
    background-color: #fff;
}

.lp_container .sec_04 .text_box .service_head_jp {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
}

.lp_container .sec_04 .text_box .service_head_eng {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
}

.lp_container .sec_04 .text_box .service_head_text {
    text-align: left;
    margin: 0 auto;
    width: 87%;
    margin-bottom: 20px;
    color: #7b7678;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.09em;
}

.lp_container .sec_04 .text_box div {
    position: relative;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 87%;
}

.lp_container .sec_04 .text_box div a {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: underline;
}

.lp_container .sec_04 .text_box div a:hover {
    color: #7b7678;
}


.lp_container .sec_04 .text_box .note {
    text-align: left;
    margin: 0 auto;
    width: 87%;
    padding-bottom: 30px;
    color: #7b7678;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.09em;
}

@media screen and (max-width: 800px) {
    .lp_container .sec_04 {
        margin-bottom: 55px;
    }

    .lp_container .sec_04 .service_window {
        justify-content: center;
        flex-flow: column;
        row-gap: 0px;
        width: 100%;
    }

    .lp_container .sec_04 .service_box {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .lp_container .sec_04 .service_box_01 {
        margin-bottom: 360px;
    }

    .lp_container .sec_04 .service_box_02 {
        margin-bottom: 291px;
    }

    .lp_container .sec_04 .service_box_03 {
        margin-bottom: 244px;
    }

    .lp_container .sec_04 .service_img_box {}

    .lp_container .sec_04 .text_box {
        position: absolute;
        bottom: 35px;
        width: 92%;
        transform: translate(-50%, 100%);
    }

    .lp_container .sec_04 .text_box .service_head_jp {
        padding-top: 21px;
        margin-bottom: 10px;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .lp_container .sec_04 .text_box .service_head_eng {
        margin-bottom: 9px;
        font-size: 30px;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: 0px;
    }

    .lp_container .sec_04 .text_box .service_head_text {
        margin: 0 auto;
        width: 95%;
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.09em;
    }

    .lp_container .sec_04 .service_box_02 .text_box .service_head_text,
    .lp_container .sec_04 .service_box_03 .text_box .service_head_text {
        margin-bottom: 8px;
    }

    .lp_container .sec_04 .text_box div {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 95%;
    }

    .lp_container .sec_04 .text_box div a {
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0px;
    }

    .lp_container .sec_04 .text_box .note {
        margin: 0 auto;
        width: 95%;
        padding-bottom: 30px;
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.09em;
    }
}

.lp_container .sitetop {
    position: relative;
    margin: 0 auto;
    padding-bottom: 42px;
}

.lp_container .sitetop a {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: underline;
}
.lp_container .sitetop a:hover {
    color: #7b7678;
}




@media screen and (max-width: 800px) {
    .lp_container .sitetop {
        padding-bottom: 84px;
    }

    .lp_container .sitetop a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
    }
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 20px !important;

}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "" !important;
    height: 50px;
    margin: auto;
    width: 20px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    background-image: url(//ds-assets.store-image.jp/repetto/2024/holiday-gift-guide/slider-left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url(//ds-assets.store-image.jp/repetto/2024/holiday-gift-guide/slider-right.png);
}