{% block main %}
<style>
.main_box_ltd {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 100%;
height: auto;
background: linear-gradient(180deg, #990000 5%, #cc0000 95%);
position: relative;
{#margin-top: 2vw;#}
}
.box_ltd{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
background-color: ;
width: 900px;
margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}
.box_ltd2{
background-color: #fff;
width: auto;
height: 100px;
border-radius: 6px;
margin-top: 4px;
margin-bottom: 4px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
}
.fit-picture_ltd {
width: auto;
height: 100%;
border-radius: 6px ;
border: 1px solid #fff ;
}
</style>
<div class="main_box_ltd">
<div class="box_ltd">
<div class="box_ltd3">
</div>
<div class="box_ltd2">
<a href="https://www.nakatomishop.com/products/detail/1395">
<img class="fit-picture_ltd" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/SAC-2500LTD_340_100.png"></a>
</div>
<div class="box_ltd2">
<a href="https://www.nakatomishop.com/products/detail/1396">
<img class="fit-picture_ltd" src="https://nakatomishop.sakura.ne.jp/prod/merchandiseimage/25summer/SAC-2900LTD_340_100.png"></a>
</div>
</div>
</div>
{% endblock %}