@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Shippori+Mincho:wght@400;500;700&display=swap");

body:has(.lp_lamarge) {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body:has(.lp_lamarge) img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.lp_lamarge {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    width: 100%;
    overflow-x: clip;
    padding-top: 64px;
}

.lp_lamarge * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: inherit;
}

.lp_lamarge .fade {
    opacity: 0;
    filter: blur(6px);
    translate: 0 30px;
    transition: all 0.5s ease-in;
}

.lp_lamarge .fade.delay {
    transition-delay: 0.5s;
}

.lp_lamarge .fade.is_in {
    opacity: 1;
    filter: blur(0);
    translate: 0;
}

.lp_lamarge .mv_wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.lp_lamarge .mv_wrap .swiper-slide {
    overflow: hidden;
}

.lp_lamarge .mv_wrap .swiper-slide img {
    scale: 1.2;
    filter: blur(8px);
    opacity: 0.25;
    transition: scale 0.8s ease-in-out, filter 0.45s linear, opacity 0.45s linear;
}

.lp_lamarge .mv_wrap .swiper-slide-active img {
    scale: 1;
    filter: blur(0);
    opacity: 1;
}

.lp_lamarge .mv_wrap .swiper-pagination {
    display: none;
}

.lp_lamarge .mv_wrap .logo {
    display: none;
}

.lp_lamarge .contents_wrap {
    position: relative;
    z-index: 0;
    width: min(100%, 495px);
    margin-inline: auto;
    overflow-x: clip;
}

.lp_lamarge .contents_wrap .concept_block {
    padding: 20px 20px 100px;
    text-align: center;
    line-height: 1.9375;
}

.lp_lamarge .contents_wrap .concept_block .logo {
    width: 258px;
    margin-inline: auto;
}

.lp_lamarge .contents_wrap .concept_block .logo figcaption {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.lp_lamarge .contents_wrap .concept_block p {
    margin-top: 80px;
}

.lp_lamarge .sec_img {
    width: calc(100% - 20px);
    position: relative;
    z-index: 0;
}

.lp_lamarge .sec_img::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 370/600;
    position: absolute;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: none;
    top: -124px;
    left: 20px;
}

.lp_lamarge .sec_img._pallax {
    width: calc(100% - 128px);
    margin: -56px auto 0;
    filter: drop-shadow(-2px 4px 20px rgba(0, 0, 0, 0.16));
}

.lp_lamarge .sec_txt {
    padding: 0 20px;
}

.lp_lamarge .sec_txt .lead {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 15px;
    padding-right: 30px;
}

.lp_lamarge .entitle {
    font-family: "Corinthia", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #4C92C5;
    opacity: 0.5;
}

.lp_lamarge .entitle._small {
    font-size: 48px;
}

.lp_lamarge .entitle._org {
    color: #B05C40;
    opacity: 0.7;
    text-align: center;
    margin-top: 40px;
}

.lp_lamarge .cnt_slider {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-top: 40px;
    position: relative;
    z-index: 0;
}

.lp_lamarge .cnt_slider::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 370/640;
    position: absolute;
    left: -20px;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: none;
}

.lp_lamarge .cnt_slider .swiper-slide {
    overflow: hidden;
}

.lp_lamarge .cnt_slider .swiper-slide img {
    opacity: 0;
    transition: opacity 0.125s linear;
}

.lp_lamarge .cnt_slider .swiper-slide-active img {
    opacity: 1;
}

.lp_lamarge .cnt_info {
    font-family: "Futura", sans-serif;
    font-weight: 500;
    font-size: 12px;
    width: calc(100% - 40px);
    margin: 48px auto 0;
}

.lp_lamarge .cnt_info a {
    display: block;
    color: #636363;

    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 0;
}

.lp_lamarge .cnt_info a .name {
    position: relative;
    z-index: 0;
    padding-right: min(calc(34/390*100vw), 35px);
}

.lp_lamarge .cnt_info a .name::before {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: #636363;
    opacity: 0.8;
    position: absolute;
    bottom: -4px;
    right: 0;
    transform-origin: center right;
    transition: width 0.35s linear;
}

.lp_lamarge .cnt_info a .name::after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #636363;
    position: absolute;
    right: 0;
    bottom: -2px;
    rotate: 30deg;
}

.lp_lamarge .cnt_info a:hover .name::before {
    width: 100%;
}



.lp_lamarge .cnt_info p {
    line-height: 1.6;
}

.lp_lamarge .cnt_info .price {
    margin-top: 8px;
}

.lp_lamarge .cnt01_block {
    padding-top: 125px;
}

.lp_lamarge .cnt01_block .sec_img::before {
    top: -124px;
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg01.jpg);
}

.lp_lamarge .cnt02_block .cnt_slider::before {
    top: 134px;
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg02.jpg);
}

.lp_lamarge .cnt03_block {
    margin-top: 175px;
    padding-top: 125px;
}

.lp_lamarge .cnt03_block .sec_img::before {
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg03.jpg);
}

.lp_lamarge .cnt04_block .cnt_slider::before {
    top: 134px;
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg04.jpg);
}

.lp_lamarge .cnt05_block {
    margin-top: 175px;
    padding-top: 125px;
}

.lp_lamarge .cnt05_block .sec_img::before {
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg05.jpg);
}

.lp_lamarge .cnt06_block .cnt_slider::before {
    top: 134px;
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg06.jpg);
}

.lp_lamarge .cnt07_block {
    margin-top: 175px;
    padding-top: 125px;
}

.lp_lamarge .cnt07_block .sec_img::before {
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg07.jpg);
}

.lp_lamarge .cnt08_block .cnt_slider::before {
    top: 134px;
    background-image: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg08.jpg);
}

.lp_lamarge .pallax_layout {
    position: relative;
    z-index: 0;
    margin-top: 195px;
}

.lp_lamarge .pallax_layout .cnt_palla_base {
    position: relative;
    z-index: 0;
}

.lp_lamarge .pallax_layout .cnt_palla_base .sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
}

.lp_lamarge .pallax_layout .cnt_palla_base .sticky::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 390/500;
    background: url(//ba0058se.itembox.design/item/images/lamarge/lamarge_img_bg09.jpg) no-repeat top center/100% auto;
    translate: 0 -20%;
    position: absolute;
    z-index: -1;
}

.lp_lamarge .pallax_layout .cnt_palla_base .sticky img {
    display: block;
}

.lp_lamarge .pallax_layout .sec_txt {
    padding: 0;
    position: relative;
    z-index: 1;
}

.lp_lamarge .pallax_layout .zoom_img {
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    margin-top: -2px;
}

.lp_lamarge .pallax_layout .zoom_img .lead {
    line-height: 1.937;
}

.lp_lamarge .pallax_layout .zoom_img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 30px;
}

.lp_lamarge .pallax_layout .zoom_img ul li {
    width: calc((100% - 6px) / 2);
    position: relative;
    z-index: 0;
}

.lp_lamarge .pallax_layout .zoom_img ul li img {
    width: 100%;
}

.lp_lamarge .pallax_layout .zoom_img ul li .icon {
    width: 34px;
    aspect-ratio: 1/1;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.lp_lamarge .pallax_layout .zoom_img .cnt_info {
    width: 100%;
}

.lp_lamarge .pallax_layout .zoom_img .cnt_info a+a {
    margin-top: 20px;
}

.lp_lamarge .pallax_layout .overlay_area {
    position: relative;
    z-index: 1;
    padding-bottom: 95px;
}

.lp_lamarge .pallax_layout .overlay_area::after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.lp_lamarge .cnt10_block,
.lp_lamarge .cnt11_block,
.lp_lamarge .cnt12_block {
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.lp_lamarge .img_modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lp_lamarge .img_modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.lp_lamarge .img_modal_bg {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.82);
}

.lp_lamarge .img_modal_inner {
    position: relative;
    z-index: 2;
    max-width: 90vw;
    max-height: 90vh;
}

.lp_lamarge .img_modal_close {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    aspect-ratio: 1/1;
    background-color: #B05C40;
    padding: 10px;
    translate: 0 -100%;
}

.lp_lamarge .img_modal_close img {
    width: 12px;
    aspect-ratio: 1/1;
    rotate: 45deg;
}

.lp_lamarge .img_modal_inner img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 960px) {
    .lp_lamarge {
        padding-top: 90px;
    }

    .lp_lamarge .lp_container {
        display: flex;
        position: relative;
        z-index: 0;
    }

    .lp_lamarge .mv_wrap {
        position: sticky;
        top: 96px;
        left: 11.75%;
        aspect-ratio: unset;
        height: 100%;
        width: 30.9375%;
    }

    .lp_lamarge .mv_wrap .swiper-slide {
        aspect-ratio: 495/580;
        overflow: hidden;
    }

    .lp_lamarge .mv_wrap .logo {
        display: block;
        width: 78.7878787879%;
        margin: 36px auto 0;
        text-align: center;
    }

    .lp_lamarge .mv_wrap .logo figcaption {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    }

    .lp_lamarge .contents_wrap {
        width: 30.9375%;
        margin-inline: auto 10%;
    }

    .lp_lamarge .sec_img {
        width: 63.7931034483%;
        margin-left: 14.6551724138%;
    }

    .lp_lamarge .sec_img::before {
        width: 123.2432432432%;
        aspect-ratio: 456/600;
        left: min(2.5vw, 40px);
    }

    .lp_lamarge .sec_img._pallax {
        width: 45.6896551724%;
    }

    .lp_lamarge .sec_txt {
        padding-left: 14.6551724138%;
        margin-top: 4px;
    }

    .lp_lamarge .cnt_slider {
        width: 63.7931034483%;
        margin-inline: auto 12.0689655172%;
    }

    .lp_lamarge .cnt_slider::before {
        width: 127.027027027%;
        aspect-ratio: 470/640;
        left: auto;
        right: 40px;
    }

    .lp_lamarge .cnt_info {
        width: 63.7931034483%;
        margin-inline: auto 12.0689655172%;
    }

    .lp_lamarge .pallax_layout .cnt_palla_base .sticky::after {
        translate: 0 -48%;
    }

    .lp_lamarge .pallax_layout .cnt_palla_base .sticky img {
        width: 67.2413793103%;
        margin-inline: auto;
    }

    .lp_lamarge .pallax_layout .zoom_img {
        padding-inline: 17.2413793103%;
    }

    .lp_lamarge .img_modal {
        padding-top: 90px;
    }

    .lp_lamarge .img_modal_inner {
        position: relative;
        z-index: 2;
        max-width: unset;
        height: calc(100% - (40px + 20px + 45px));
    }

    .lp_lamarge .img_modal_close {}

    .lp_lamarge .img_modal_close img {}

    .lp_lamarge .img_modal_inner img {
        width: auto;
        height: 100%;
        display: block;
    }
}

/* FSデフォルトパーツの調整 */

#brand_detail {
    position: relative;
    background-color: #fff;
    padding-top: 80px;
}