Naturally sweet rice seasoning with sun dried salt.
Whilst most mirin nowadays contains sugar and preservatives, our rice is naturally fermented with koji from just rice with some salt being added at the end of the process. Mirin is used to sweeten and gives a depth in flavour.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}