@charset "UTF-8";

/*--------------------
 Base
--------------------*/
body {
    position: relative;
    color: #231815;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    min-width: 320px;
}

.block-goods-lp img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

