@charset "UTF-8";

/* price
------------------------------ */
.product{
    padding: 2% 4%;
    }
.item_ttl_name{
    font-size: .9rem;
    line-height: 1.3rem!important;
    text-align:  left;
    margin: 8% 0 0;
    }
.size_box{
	font-size: .8rem;
	widows: 80%;
    }
/*sale price*/
.sale .price_box p{
	text-align: right;
	color: #FD5157;
    margin: -15% 0 0;
    }
.sale .retail_price{text-decoration: line-through;}
.sale .c_price:after{
	content: '';
	display: inline-block;
	width: 50px;/*画像の幅*/
	height: 19px;/*画像の高さ*/
	background-image: url(../saleIcon3.jpg);
	background-size: contain;
    margin: 10% 0 0 5%;
    }
.sale .discount{font-size: 1.2rem;}
/*normal price*/
.price_box {
    margin: 10% 2% 0 0;
}
.price_box p{
    margin: -5% 0 0;
	text-align: right;
	color: #333;
    
}
.c_price{
	font-size: .8rem;
	line-height: .2rem;
    font-weight: bold;
    }
.c_price span{
	font-size: .9rem;
    font-weight: bold;
    }
.retail_price{text-decoration: line-through;}
/*retail_price none*/
.retail_price-empty .retail_price{display: none;}
.soldout img,
.soldout a{
}
.box_01{
    position: relative;
    }
.soldout_txt{
    background: rgba(34, 34, 34, .5);
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    z-index: 10;
    }
.pickup_slider .cube_01 .soldout_txt{
    background: rgba(34, 34, 34, .5);
    position: absolute;
    top: 20%;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    transform: translate(-50%, -30%) ;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    }


/* --------------------------------
* モール
* -------------------------------- */
@media screen and (max-width: 840px) {
    
.item_ttl{
    width: 100%;
    padding: 1rem 0 1.4rem;;
    }
.item_ttl p{
    font-size: .9rem;
    font-weight: normal;
    line-height: 1.2;
    }
.item_ttl_name{
    font-size: .9rem;
    font-weight: normal;
    text-align:  left;
    }
.retail_price{
    font-size: .8rem;
    font-weight: normal;
    }
.price_box {
    margin: 6% 0;
    }
.c_price{
    font-size: .8rem ;
    font-weight: normal;
    }
.c_price span{
    font-size: .8rem;
    font-weight: normal;
    }
.discount {
    font-size: .8rem;
    font-weight: normal;
    }

}



  /* --------------------------------
  * SP
  * -------------------------------- */
@media screen and (max-width:639px) {
/* base */
.ttl_image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    }
.space{
    margin: 15% 0 0;    
    }    
.soldout_txt {
    background: rgba(34, 34, 34, .5);
    position: absolute;
    top: 20%;
    width: 80%;
    margin: 0 auto;
    font-size: .9rem;
    line-height: 1.4rem;
    text-align: center;
    color: #fff;
    }    
.item_ttl{
    width: 100%;
    padding: 1rem 0 1.4rem;
    }
.item_ttl_name{
    font-size: .8rem;
    text-align:  left;
    line-height: .8rem;
    margin: 0;
    }
.retail_price{
    font-size: .7rem;
    }
.price_box p{
    margin: -3% 0 0;
    }
.c_price{
    font-size: .6rem ;
    font-weight: bold;
    }
.c_price span{
    font-size: .7rem;
    font-weight: bold
    }
.price_box {margin: 6% 0;}
.discount {font-size: 1rem;}

}
