@charset "utf-8";

/* .no-iframe,
.iframe_container {
    width: 70%;
    height: auto;
    aspect-ratio: 3 / 4;
} */

/* TAB */
@media screen and (min-width: 768px) {
    .iframe_container {
        height: auto;
    }
}

/* 絵本の贈り物 */
.c-products-guide-link {
    display: block;
    position: relative;
    margin: 0 auto;
}

.c-products-guide-owl {
    position: absolute;
    top: 0;
    left: 10%;
    width: 10%;
}

@media screen and (min-width: 768px) {
    .c-products-guide-link {
        margin: 48px auto 0 auto;
    }

    .c-products-guide-owl {
        top: 0;
        left: 64px;
        width: 62px;
    }
}

/* 背景センタリング */
@media screen and (min-width: 768px) {
    main > .products {
        background-position: bottom 25px center;
    }

    .c-product-bird02 {
        right: 490px;
    }

    .c-product-bird03 {
        right: 266px;
    }

    .c-product-rabbit {
        right: 306px;
    }
}
