@charset "utf-8";
/*------ PC版ナビバーの幅調整 ------*/
span.price{
	color: #cc0000;
	font-weight: bold;
}
span.brand{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff00 0%);
}
.flex_box.fv{
	margin: -10px auto 0 auto;
}
.flex_box.fv .col_3 {
    width: 32%;
    margin: 0.5%;
    padding: 0.5em;
    background: white;
    box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
    border-radius: 6px;
    text-align: center;
    list-style: none;
}
.fv p{
	font-size: 1.4rem;
	font-weight: bold;
}
span.collabo-con {
	font-size: 16px;
	font-weight: bold;
}