@charset "UTF-8";


* {
    margin: 0px;
    padding: 0px;
    color: #412E27;
    box-sizing: border-box;
}

/* font設定 */
.ZenKaku-Gothic {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fontstyle-EBgaramond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}



/* パンくずリスト */
.verdiani-breadcrumb {
    font-size: .8rem;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9999;
}

.verdiani-breadcrumb a {
    text-decoration: none;
    color: #412E27;
}


html {
    scroll-behavior: smooth;
}



img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.lp-wrap {
    overflow: hidden;
}

.inner {
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto;
}

.hero {
    position: relative;
    min-height: 90svh;
    background:
        linear-gradient(to top right, rgb(0 0 0 / 40%) 30%, rgba(0, 0, 0, 0) 60%),
        url(https://gigaplus.makeshop.jp/maam/LP-VERDIANI/img/VERDIANI-img.jpg) center / cover no-repeat;
    background-size: cover;
    color: var(--white);
    display: flex;
    align-items: flex-end;
}

.hero__content {
    margin-left: 50px;
    padding-bottom: 200px;
}

.hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0.95;
    font-family: none;
    color: #fff;
}

.hero__title {
    width: 560px;
}

.hero__lead {
    width: 570px;
    margin: 24px 0 0;
    font-size: 15px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: .22rem;
}

.hero__scroll {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.95;
}

.hero__scroll::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
}


/*--------- intro ---------*/


.intro {
    padding: 70px 50px 100px;
    border-bottom: 1px dotted;
}

.intro__grid {}

.intro__label {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sub);
    margin-bottom: 12px;
}

.intro__heading {
    margin: 0;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.intro__text {
    margin: 0;
    color: var(--sub);
    font-size: 16px;
    line-height: 2rem;
}





/*--------- collection ---------*/


.collection {
    padding: 100px 50px 200px;
}

.collection+.collection {
    border-top: 1px solid var(--line);
    padding-top: 96px;
}

.collection__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 28px;
}

.collection__label {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sub);
    margin-bottom: 10px;
}

.collection__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 52px);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: math;
}

.collection__copy {
    margin: 14px 0 0;
    color: var(--sub);
    font-size: 16px;
}

.collection__more {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 20px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: opacity var(--transition);
    margin: 20px auto 80px;
    border: 1px solid;
    width: 200px;
    justify-content: center;
}

.collection__more:hover {
    opacity: 0.65;
    background-color: rgb(0, 0, 0);
    color: #fff;
}

.collection__more::after {
    content: "→";
    font-size: 14px;
    line-height: 1;
}

.feature {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
    margin-bottom: 34px;
}

.feature__image {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 520px;
    background: #e8e1d8;
}

.feature__image img {
    height: 100%;
    object-fit: cover;
}

.feature__caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px 30px;
    border-radius: var(--radius);
    background: #efe7de;
}

.feature__eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sub);
    margin-bottom: 14px;
}

.feature__title {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.feature__text {
    margin: 30px 0 50px;
    color: var(--sub);
    font-size: 14px;
    line-height: 1.6rem;
}

.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px 20px;
    padding-top: 50px;
}

.product-card {
    display: block;
    transition: transform var(--transition), opacity var(--transition);
}

.product-card:hover {
    transform: translateY(-4px);
    opacity: 0.9;
}

.product-card__thumb {
    border-radius: 14px;
    overflow: hidden;
    background: #ece6df;
    aspect-ratio: 4 / 5;
}

.product-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__meta {
    padding-top: 14px;
}

.product-card__name {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.product-card__desc {
    padding: 6px 0;
    color: var(--sub);
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px dotted;
}

.product-card__desc2 {
    margin: 6px 0 0;
    color: var(--sub);
    font-size: 10px;
    line-height: 1.8;
}


.bottom-cta {
    padding: 0 0 110px;
}

.bottom-cta__box {}

.bottom-cta__text {
    font-size: 14px;
    text-align: center;
}

.bottom-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 16px 24px;
    border: 1px solid var(--accent);
    border-radius: 999px;
    background: transparent;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: background var(--transition), color var(--transition);
}

.bottom-cta__btn:hover {
    background: var(--accent);
    color: var(--white);
}

.container {
    padding: 50px;
}



@media (max-width: 1024px) {

    .intro__grid,
    .feature {
        grid-template-columns: 1fr;
    }

    .feature__image {
        min-height: 420px;
    }
}

@media (max-width: 767px) {

    .hero {
        min-height: 90svh;
        background: linear-gradient(to top right, rgb(0 0 0 / 34%) 40%, rgba(0, 0, 0, 0) 70%), url(https://gigaplus.makeshop.jp/maam/LP-VERDIANI/img/VERDIANI-img-sp.webp) center / cover no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .hero__title {
        width: 300px;
    }

    .hero__eyebrow {
        font-size: 10px;
        font-weight: bold;
    }

    .hero__lead {
        width: 340px;
        padding: 0 15px;
        margin: 24px 0 0;
        font-size: .8rem;
        color: rgba(255, 255, 255, 0.9);
        letter-spacing: 1px;
        font-weight: bold;
    }


    .verdiani-breadcrumb {
        font-size: 0.7rem;
        top: 20px;
        left: 15px;
    }

    .hero__content {
        padding: 100px 15px 48px;
        margin-left: 0;
    }

    .intro {
        padding: 50px 15px 80px;
    }

    .intro__label {
        font-weight: bold;
    }

    .intro__text {
        font-size: .9rem;
    }

    .product-card__desc {
        padding: 6px 0 15px;
        color: var(--sub);
        font-size: 13px;
        line-height: 20px;
        border-bottom: 1px dotted;
    }


    .collection {
        padding: 100px 0;
    }

    .collection__copy {
        font-size: .9rem;
    }

    .collection+.collection {
        padding-top: 64px;
    }

    .collection__head,
    .bottom-cta__box {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
    }

    .feature {
        margin-bottom: 24px;
    }

    .feature__title {
        font-size: 1.5rem;
    }

    .feature__image {
        min-height: 320px;
    }

    .feature__caption {
        padding: 24px 20px;
    }

    .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 15px;
        padding: 0 15px;
    }

    .product-card__desc2 {
        font-size: .6rem;
    }

    .bottom-cta {
        padding-bottom: 72px;
    }

    .bottom-cta__text {
        padding: 100px 15px 0;
    }

    .bottom-cta__btn {
        width: 100%;
    }

    .circle_btn05 {
        margin: 50px 30px 100px 0;
    }
}