@charset "utf-8";
/* CSS Document */

.outlet{

}
h1 {
    font-size: 20px;
    line-height: 160%;
    margin: 20px 0;
	padding:0;
}
h1 img{
	width:100%;
}

p{
	font-size:12px;
}

.outlet-limited {
    background: rgba(0, 0, 0, 0) url("https://www.receno.com/outlet/img/sp-limited-back.png") no-repeat scroll left top;
    background-size:50%;
    color: white;
    font-size:100%;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    width: 70%;
	margin-top:-10px;
}
.outlet-limited.ext {
    background: rgba(0, 0, 0, 0) url("https://www.receno.com/outlet/img/sp-limited2-back.png") no-repeat scroll left top;
    background-size:50%;
}

.outlet-item{
	width:46%;
	padding:10px 2% 20px;
	font-size:12px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
	float:left;
}
.outlet-item:nth-of-type(odd){
	clear:both;
}
.outlet-item img{
	width:100%;
}
.outlet-item-new .owl-thumbs{
	margin-bottom:20px;
}
.l-name{	
	line-height:140%;
}
.outlet-item strong{
	color:red;
	font-size:16px;
}

.outlet-detail{
	font-size:11px;
	margin-bottom:20px;
}




/* ▼アウトレットNew　2017-07-20 */
/* ----------------------------------------------------- */
.lead {
	background: #f9f9f9;
    margin: 20px 2% 0;
    border: 1px solid #ccc;
    padding: 15px;
}
.outlet-item-new {
    width: 96%;
    float: none;
    margin: 0 2%;
    border-bottom: 1px solid #ccc;
    font-size: .8rem;
}
.outlet-item-new h3 {
    color: #2A2A2A;
    font-size: .9rem;
    padding: 2vw 2% 4vw;
    border-bottom: 1px solid #6A542F;
    margin-top: 20px;
    line-height: 140%;
}
.outlet-item-new table{
	width: 100%;
	text-align: left;
	font-size:.75rem !important;
}
.outlet-item-new th{
	background: #f6f6f6;
	padding: 10px;
	width: 25%;
}
.outlet-item-new td{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	width: 70%;
}
.outlet-item-new td strong{
	color: #98afac;
	font-size: 16px;
}
.outlet-cart-new{
	width: 250px;
	margin: 20px auto;
	text-align: center;
}
.outlet-cart-new .cartbutton-new {
    margin-top: 0px;
    width: 90%;
    border-radius: 5px;
    margin-left: 0;
}
#ip-owl-carousel .owl-height{
	min-height: 55vh;
}
.owl-carousel .owl-stage-outer{
	min-height: 55vh;
}
button img{
	max-width: 100%;
	margin: 0 3px;
}
.name{
	
}
.cart-stock-cm{
	margin: 0;
	width: 70%;
}
.cart-stock-cm li{
	border: none;
}
.number{
	height: auto !important;
	margin: 10px 0 -10px;
	width: 25%;
}
.number a{
	display: block;
	width: 100px;
	color: #111;
	text-decoration: none;
}
.number a img{
	display: none;
}
.number a:after{
	content: "売り切れました"
}
.cart-stock-cm div.number img{
	width:100% !important;
}

.sale-top-navi{
    widht: 100%;
    width: 100%;

	margin:20px 0;

    flex-flow: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sale-top-navi li {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    padding: 15px 0 !important;
    font-size: .9rem;
	background-color: #f7f6f4;
}
.sale-top-navi li a {
	color:#f0554a !important;
	text-decoration:none;
}
.sale-top-navi li a:after {
    content: "〉";
    padding-left: 10%;
    font-weight: bold;
}
.sale-top-navi li.active a{
    color: white;
}
.sale-top-navi li.active{
    background: #f0554a !important;
    text-align: center;
    color: white;
}
.i-list .price strong.sale{
	color: #e33522
}


/* ▼在庫表示　2019-07-01 */
/* ----------------------------------------------------- */
.fs-c-button--addToCart--variation::after {
    content: "○";
    font-size: 1rem;
    font-weight: bold;
    color: #111;
    display: block;
    cursor: text;
    line-height: 100%;
}
.fs-c-button__label {
    display: none;
}
.fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--subscribeToArrivalNotice:first-of-type	:after{
    content: "完売しました";
    font-size: .8rem;
    font-weight: bold;
    color: #111;
    display: block;
	cursor:text;
}
.outlet-item-new em {
    color: red;
}