{% if (data.goods_bottom_sashikomi is defined and data.goods_bottom_sashikomi != '') or (data.goods_html is defined and data.goods_html != '') %}
<style>
.bottom_sashikomi_wrapper .item3 {
margin: calc(10 * (100vw / 805)) 0 0 calc(12 * (100vw / 805));
}
.bottom_sashikomi_wrapper a.sale .comment {
line-height: 105%;
}
@media screen and (max-width:320px) {
.bottom_sashikomi_wrapper a.sale .comment {
padding: 0em 0.2em;
}
}
</style>
<div class="adjust-contents-to-sp bottom_sashikomi_wrapper" style="margin-top: 15px;">
{{ LM_insertFile(data) }}
</div>
<div class="clear"></div>
{% endif %}