@charset "utf-8";

.bx-inner-sm,
.mainCorner {
    max-width: 920px;
    margin-inline: auto;
    padding-inline: 25px;
}

.bx-anchor {
    margin-top: 90px;
}

.bx-anchor_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    position: relative;
    margin-bottom: 0;
}

.bx-anchor_items::before {
    content: '';
    position: absolute;
    top: -70px;
    left: calc(60% - min(48vw, 500px));
    width: calc(148 / 920 * 100%);
    height: 100%;
    max-height: 130px;
    background: url(../img/250408/anchor_bg_pc.webp) no-repeat center/contain;
}

.bx-anchor_links {
    display: grid;
    gap: 15px;
}

.bx-anchor_link a>img {
    aspect-ratio: 426 / 57;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 520px) {
    .bx-anchor_items {
        grid-template-columns: 1fr;
        width: calc(650 / 750 * 100%);
        margin-right: -25px;
        margin-left: auto;
    }

    .bx-anchor_items::before {
        top: -85px;
        left: -55px;
        z-index: 0;
        width: 100px;
        height: 100px;
        background: url(../img/250408/anchor_bg_sp.webp) no-repeat center/contain;
    }

    .bx-anchor_item {
        position: relative;
        z-index: 1;
    }

    .bx-mv-info {
        margin-top: 190px;
    }

    .bx-mv-info_img img {
        aspect-ratio: 713 / 345;
        width: 100%;
        height: 100%;
    }

    .mainCorner {
        padding: 0;
    }
}