@charset "UTF-8";

.new {
	margin-bottom: 5%;
	display: flex;
    justify-content: center;
    position: relative;
    max-width: 500px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border: 1px solid #9b3236;
    border-radius: 5px;
    background-color: #f7f7f7;
    color: #000;
	text-align: center;
}
.new::before, .new::after{
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(22% 0%, 78% 0%, 50% 100%);
    content: '';
}
.new::before{
	background-color: #9b3236;
}
.new::after{
    bottom: -13px;
    background-color: #f7f7f7;
}



.new1 {
	margin-bottom: 5%;
	display: flex;
    justify-content: center;
    position: relative;
    max-width: 500px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #f1e8d6;
    color: #000;
	text-align: center;
}
.new1::before, .new::after{
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(22% 0%, 78% 0%, 50% 100%);
    content: '';
}
.new1::before{
	background-color: #f1e8d6;
}
.new1::after{
    bottom: -13px;
    background-color: #f1e8d6;
}


/*CP用ここから*/
/*.box_y {
	background: #b69437;
	color: #fff !important;
	padding: 0 2%;
}
.cart-btn.cart-btn-regular button {
	background: #b69437;
}
.item-wrapper .cartbox .cart-detail .cv-regular .product-price-wrapper span {
	color: #000;
}
.product-tags {
	margin-bottom: 0;
}
.item-wrapper .cartbox .cart-detail .product-tags li {
    border: 1px solid #a58120;
    color: #a58120;
}
.item-wrapper .cartbox .cart-detail .product-tags {
	margin-bottom: 1.3vw;
}*/
/*CP用ここまで*/


/*セットの「一番人気」非表示*/
.page-set-item__img.has-ico01:after{
	display: none;
}



/* ブレークポイントはmin-width: 750px */
@media screen and (min-width: 750px), print {
	
/*CP用ここから*/
/*.item-wrapper .cartbox .cart-detail .product-tags {
	margin-bottom: 10px;
}*/
/*CP用ここまで*/

}

@media screen and (max-width: 749px) {
.item-description {
	padding-bottom: 0;
}
}

