@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 {
  padding: 30px;
}

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


/*---ここから不要エリア----*/
/* off_navigation */
.sale_wrap .off_navigation ul {
  margin: 40px 0 52px;
  padding: 0;
  display: flex;
}

.sale_wrap .off_navigation ul li {
  width: calc((100% - (20px * 3)) / 4);
  margin: 0 20px 0 0;
  list-style: none;
}

.sale_wrap .off_navigation ul li:last-of-type {
  margin-right: 0;
}

.sale_wrap .off_navigation ul li a {
  display: inline-block;
  padding: 17px 93px;
  background: #fff;
  border: 1px solid #2A2A2A;
  font-size: 16px;
  text-decoration: none;
  color: #2A2A2A;
}

.sale_wrap .off_navigation ul li a:hover {
  opacity: .8;
}

/*---ここまで不要エリア----*/

/* off_item_list */
.sale_wrap .off_item_list {
  border-bottom: 1px solid #E6E6E6;
}

.sale_wrap .off_item_list:not(:first-of-type) {
  padding: 20px 0 0;
}

.sale_wrap .off_item_list:last-of-type {
  border: none;
}

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


/*---ここから不要エリア----*/

.sale_wrap .off_item_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}


.sale_wrap .off_item_list ul li {
  /*width: calc((100% - (30px * 2)) / 4);均等割*/
	width: calc(100% / 4);
  margin: 0 30px 60px 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  flex: 1 0 auto; /* fix IE11 */
}
.sale_wrap .off_item_list ul li > * {
  /*flex-shrink: 0;  fix IE11 */
	text-align: center;
 margin: 1px auto;
}
.sale_wrap .off_item_list li:nth-of-type(3n) {
  margin-right: 0;
}

.sale_wrap .off_item_list ul li a {
  display: block;
}

.sale_wrap .off_item_list ul li a:hover {
  opacity: .8;
}

/*---ここまで不要エリア----*/


.sale_wrap .off_item_list p{
 margin:3px!important;
}

.sale_wrap .off_item_list .item_img img{
display: block;
margin-top: 20px;
}

.sale_wrap .off_item_list .item_gender {
  font-size: 12px;
  color: #141414;
		text-align: left;
		font-weight: bold;
}

.sale_wrap .off_item_list .item_price {
  /*margin: 8px 0 0;*/
  font-size: 16px;
  text-decoration: line-through;
		text-align: left;
}
.sale_wrap .off_item_list .item_price::before {
	content: '¥';
}
.sale_wrap .off_item_list .item_price::after {
	content: '（税込）';
	font-size: 6px;
}

.sale_wrap .off_item_list .item_sale_price {
  font-size: 20px;
  color: #FF0000;
	font-weight: bold;
	text-align: right;
}
.sale_wrap .off_item_list .item_sale_price::before {
	content: ' ¥';
}
.sale_wrap .off_item_list .item_sale_price::after {
	content: '（税込）';
	font-size: 6px;
}


.sale_wrap .off_item_list .item_btn {
  margin-top: auto; /* 位置を下に揃える */
  margin-bottom: 0;
  text-align: center;
}

.sale_wrap .off_item_list .item_btn a {
  display: block;
width:100%;
  margin: 10px 0 0;
  padding: 3px 5px;
  background: #e40421;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sale_wrap .off_item_list .off_item_more_btn a {
  max-width: 330px;
  display: block;
  margin: 50px auto 60px auto;
  border: 1px solid #616161;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
	background: #000;
	color: #fff;
	font-weight: bold;
}

/* レスポンシブ */
@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 .mv_img{
width:100%;
height: 100px;
background-size: 150%;
background-position: center;
}

.sale_wrap .off_item_list .item_name {
text-align: left;
height:40px;
}
.sale_wrap .off_item_list .item_price {
display: block;
}
.sale_wrap .off_item_list .item_sale_price {
display: block;
}
}
