/******** ¾¦ÉÊ°ìÍ÷ ********/

.product_list{
display:flex;
flex-wrap:wrap;
justify-content:center;
list-style:none;
margin:5px 0;
padding:0;
}

.product_list a{
display:inline-block;
width:240px;
height:380px;
margin:5px;
padding:20px;
background:url('https://img08.shop-pro.jp/PA01200/050/etc/product.png?cmsp_timestamp=20220109162623');
border-radius:10px;
color:#ffffee;
transition:0.4s;
}

.product_list a:hover{
opacity:0.5;
text-shadow:none;
}

.product_list .image{
margin:10px auto;
}

.product_list .image img{
width:180px;
}

.product_list .name{
margin:0.5em;
line-height:1.3em;
font-size:18px;
font-weight:900;
}

.product_list .description{
margin:0.25em;
line-height:1.3em;
font-size:14px;
}

.product_list .keyword{
margin:0.25em;
padding:0;
font-size:12px;
font-family:¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯ W3;
color:#bbaa88;
}

.product_list .keyword li{
display:inline;
margin-left:1em;
}

.product_list .keyword li:first-child{
display:inline;
margin-left:0;
}

.product_list .price{
margin:0;
line-height:1.5em;
font-size:30px;
font-weight:600;
font-family:'Optima','Palatino Linotype',serif;
color: #f0e060;
}

.product_list .regularprice{
margin-right:0.5em;
color:#888888;
text-decoration:line-through;
}