@charset "UTF-8";

.p-bridal-mv {
    max-width: 1200px;
    margin: 0 auto;
}
.p-bridal-mv img {
    display: block;
}
.p-bridal-lead .textArea .p-bridal-pageTitle .big {
    font-family: var(--font8);
    letter-spacing: 0;
    margin: 0;
    color: var(--brown9);
}
.p-bridal-lead .textArea .p-bridal-pageTitle .small {
    font-family: var(--font5);
    margin: 0;
}
.p-bridal-lead .textArea .leadText {
    font-family: var(--font5);
}
.p-bridal-lead .imgArea img {
    display: block;
}

@media all and (min-width: 1200px) {
    main {
        padding-top: 120px;
    }
}
@media all and (min-width: 782px) {
    .p-bridal-mv {
        margin-bottom: 50px;
    }
    .p-bridal-lead {
        max-width: 1070px;
        margin-right: 30px;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .p-bridal-lead .textArea .p-bridal-pageTitle {
        margin-top: 54px;
        margin-bottom: 50px;
    }
    .p-bridal-lead .textArea .p-bridal-pageTitle .big {
        font-size: 7.2rem;
        line-height: 1.35;
    }
    .p-bridal-lead .textArea .p-bridal-pageTitle .small {
        font-size: 2rem;
        line-height: 1.35;
        letter-spacing: 0.1em;
        margin-top: 10px;
    }
    .p-bridal-lead .textArea .leadText {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        line-height: 1.833;
    }
    .p-bridal-lead .imgArea {
        width: 100%;
        max-width: 300px;
        flex-shrink: 0;
    }
}
@media all and (max-width: 781px) {
    .p-bridal-mv {
        margin-bottom: 20px;
    }
    .p-bridal-lead {
    }
    .p-bridal-lead .textArea .p-bridal-pageTitle {
        margin-bottom: 20px;
    }
    .p-bridal-lead .textArea .p-bridal-pageTitle .big {
        font-size: 3.6rem;
        line-height: 1.25;
    }
    .p-bridal-lead .textArea .p-bridal-pageTitle .small {
        font-size: 1.4rem;
        line-height: 1.357;
        letter-spacing: 0.05em;
        margin-top: 10px;
    }
    .p-bridal-lead .textArea .leadText {
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        line-height: 1.555;
    }
    .p-bridal-lead .imgArea {
        max-width: 150px;
        margin-left: auto;
    }
}
