/* gm-embed-product */
.gm-embed-product {
    position: relative;
    width: 100%;
    padding: calc(310 / 700 * 100%) 0 0;
}
.gm-embed-product__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    border: solid 1px #ccc;
}

@media screen and (max-width: 1139px) {
    .gm-embed-product {
        position: relative;
        width: 100%;
        padding: calc(280 / 580 * 100%) 0 0;
    }
    .gm-embed-product__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4px;
        border: solid 1px #ccc;
    }
}

@media screen and (max-width: 1023px) {
    .gm-embed-product {
        position: relative;
        width: 100%;
        padding: calc(310 / 690 * 100%) 0 0;
    }
    .gm-embed-product__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4px;
        border: solid 1px #ccc;
    }
}

@media screen and (max-width: 749px) {
    .gm-embed-product {
        position: relative;
        width: 100%;
        padding: calc(240 / 500 * 100%) 0 0;
    }
    .gm-embed-product__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4px;
        border: solid 1px #ccc;
    }
}

@media screen and (max-width: 599px) {
    .gm-embed-product {
        position: relative;
        width: 100%;
        padding: calc(190 / 314 * 100%) 0 0;
    }
    .gm-embed-product__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4px;
        border: solid 1px #ccc;
    }
}

/* gm-embed-product-thumbnails */
.gm-embed-product-thumbnails {
    position: relative;
    width: 100%;
    padding: calc(926 / 737 * 100%) 0 0;
}
.gm-embed-product-thumbnails__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 749px) {
    .gm-embed-product-thumbnails {
        position: relative;
        width: 100%;
        padding: calc(721 / 560 * 100%) 0 0;
    }
}

@media screen and (max-width: 599px) {
    .gm-embed-product-thumbnails {
        position: relative;
        width: 100%;
        padding: calc(280 / 194 * 100%) 0 0;
    }
}

/* gm-product-image */
.gm-product-image {
    position: relative;
    width: 80%;
    padding-top: 80%;
}

.gm-product-image__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 599px) {
    .gm-product-image {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }
}



/* gm-embed-featured-page */

/** gm-embed-featured-page-products **/
.gm-embed-featured-page-products {
}
.gm-embed-featured-page-products__title {
    width:100%;
    height: 40px;
    padding: 0;
    margin: 16px 0px 4px 0px;
}

.gm-embed-featured-page-products__container {
    border: solid 1px #eee;
    padding: 8px;
}

.gm-embed-featured-page-products__iframe-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: none; /* IE, Edge scroll非表示 */
    scrollbar-width: none; /* Firefox scroll 非表示 */
}
/* Chrome, Safari scroll 非表示 */
.gm-embed-featured-page-products__iframe-container::-webkit-scrollbar {
    display: none;
}

.gm-embed-featured-page-products__iframe {
    width: 100%;
    height: 250px;
}
.gm-embed-featured-page-products__more-read-container {
    padding-bottom: 0px;
}
.gm-embed-featured-page-products__more-read-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    background-color: #329ebb;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAl0lEQVRYhe3WPQ7CMAyG4ZTLpSfpgtj523rDqmyIgWswvCxZkEraSK2/qPK3J36kWLFD8HgKAkTgAbyBk3XxFvjwm94SMDAdGwTw+gOwQQBdBmCGuNeAuDkiIa6OSIjLDOJogThnAM/c2cNKhmale8qzoA+2ewJpE6L8C9TFdfNAXVw7jqlgIZGvZNqlNCEiMKJYyz27zRdmj8YeO02NPAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: 18px 18px;
    height: 34px;
    padding-right: 2px;
    border-radius: 2px;
}
.gm-embed-featured-page-products__more-read-link {
    width: 100%;
    padding: 8px 0px;
    color: white !important;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: normal;
}

/** gm-embed-featured-page-simple **/
.gm-embed-featured-page-simple {
    border-width: 1px;
    border-color: #ddd;
    background-color: #ebedef;
    border-style: solid;
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 5% 0;
    text-align: center;
    background-color: #EBEDEF;
}

.gm-embed-featured-page-simple__title {
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
}

.gm-embed-featured-page-simple__iframe {
    width: 100%;
    height: 150px;
}

@media screen and (max-width: 749px) {
    .gm-embed-featured-page-simple__iframe {
        width: 100%;
        height: 120px;
    }
}
@media screen and (max-width: 599px) {
    .gm-embed-featured-page-simple__iframe {
        width: 100%;
        height: 126px;
    }
}
@media screen and (max-width: 320px) {
    .gm-embed-featured-page-simple__iframe {
        width: 100%;
        height: 140px;
    }
}


