@charset "utf-8";



/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.align_center{
  text-align: center;
}

.sale_wrap .mv {
display: block;
width:100%;
min-height:500px;
background:url("../img/jumbotron_pc.jpg");
background-size: cover;
background-position: center;
}
.sale_wrap .mv .mv_img{
margin:auto;
display: block;
width:100%;
max-width:800px;
height:140px;
background:url("../img/sale-date.png") no-repeat;
background-size: 100%;
background-position: center center;
}

/*
.sale_wrap .mv h1{
	margin:30px; text-align: center;font-family: Meiryo, メイリオ, sans-serif; font-size:300%;
}
*/
.sale_wrap .mv_text {
position: relative;
	top: 40px;
  padding: 30px;
}

.sale_wrap .container {
  max-width: 1580px;
  margin: 0 auto;
}


.sale_wrap .off_item_list h2, #timer {
  font-family: "メイリオ", Meiryo, Hiragino Sans, "sans-serif";
}




/* テキスト */
.item_gender {font-size:12px!important; display: block; width:90px; background-color: #ddd; padding:3px;}
.item_category {font-size:20px!important; margin-bottom: 0!important; text-align: left; font-weight:bold; line-height:100%; }
.item_name {font-size:14px!important; margin: 0!important; text-align: left;}
.item_price {font-size:18px!important; text-decoration:line-through; text-align: right;}
.price {  text-align: right; }
.item_price::before { content: '¥';}
.item_price::after { content: '（税込）'; font-size: 0.3em; margin-right: 10px; white-space: nowrap; font-weight: 400;}
.item_sale_price { font-size:26px!important; color:#e40421; font-weight:bold;}
.item_sale_price::before { content: '¥';}
.item_sale_price::after { content: '（税込）'; font-size: 0.3em; white-space: nowrap;}

@media all and (max-width: 1080px) {
.item_category {display:block; height:30px;}
.item_name {display:block; height:20px;}

}
@media all and (max-width: 767px) {
.item_gender { margin-bottom: 0!important;}
.item_category {font-size:15px!important;}
.item_name {font-size:10px!important;}
.item_price {font-size:16px!important; text-decoration:line-through; text-align: right;}
.price {  text-align: right;}
.item_sale_price { font-size:20px!important; }
}

.item_btn a { display: block; background-color: #FF0718; color: #fff; padding: 5px 10px;  margin: 0 0 0 auto; text-align:center;}






/* レスポンシブ */
@media all and (max-width: 1080px) {
}
@media all and (min-width: 768px) {
.sale_wrap .off_item_list .item_name {
		font-size: 12px;
		width:100%;
  height: 40px;
  display:table-cell;
  vertical-align: middle;
		text-align: left;
}
}

@media all and (max-width: 767px) {

.sale_wrap .mv {
min-height:60vh;
background:url("../img/jumbotron_sp.jpg") no-repeat;
background-size: 120%;
background-position: center top;
}
.sale_wrap .mv_text {
	top: 50px;
  padding: 30px;
}

.sale_wrap .mv .mv_img{
width:100%;
height: 100px;
background-size: 150%;
background-position: center;
}


}
