@charset "UTF-8";
.m_main .item-intro{
	margin-bottom: 0;
}
.m_main img{
	max-width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
  height: auto;
}

.btn_buy_large{
	background-color: #CC0000;
	color: #ffffff;
	text-align: center;
	padding: 0;
	width: 80%;
	max-width: 600px;
	margin: 20px auto;
	font-size: 1.2em;
	border-radius: 5px;
}
.event_end{
  font-size: 2rem; margin: 0 auto 50px; text-align: center;
}
/* 終了しましたの直後のリストは非表示 */
.event_end + .item-container{
  display: none!important;
}

.m_main .spring-item h2{
	font-size:36px !important;
}
.m_main .spring-item h2 small{
	font-size: 16px !important;
}

.btn_buy_large a{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	border-bottom: none !important;
	line-height: 3.6;
}
.btn_buy_large a:hover,
.btn_buy_small a:hover{
	background-color: #a30000;
}
.btn_fav_small a:hover{
	background-color: #666666;
}

.m_main p.price_large,
.m_main p.price_small,
.m_main p.sale_rate{
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}

.m_main p.price_large{
	color: #CC0000;
	font-size: 2em;
	text-align: center;
}
.m_main p.price_large span.sfree_large{
	font-size: 0.6em;
}
.m_main p.price_large:after,
.m_main p.price_small:after{
	content: "円(税込)";
	font-size: 0.8em;
}
.btn_buy_small{
	background-color: #CC0000;
	color: #ffffff;
	text-align: center;
	padding: 0;
	width: 100%;
	margin: 10px auto;
	font-size: 0.9em;
	border-radius: 3px;
}
.btn_fav_small{
	background-color: #999999;
	color: #ffffff;
	text-align: center;
	padding: 0;
	width: 100%;
	margin: 10px auto;
	font-size: 0.9em;
	border-radius: 3px;
}

.btn_buy_small a,
.btn_fav_small a{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	border-bottom: none !important;
	line-height: 3;
}

.m_main p.price_small{
	color: #CC0000;
	font-size: 1.4em;
	text-align: right;
	margin: 10px 0;
}
.m_main p.sale_rate{
	color: #CC0000;
	font-size: 0.9em;
	text-align: left;
	border: 2px solid #CC0000;
	display: inline;
	padding: 5px 10px;
	margin: 0;
}
.m_main p.price_small span.sfree_large{
	font-size: 0.8em;
}

h3.timesale_date{
	margin: 30px auto;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 1.4em;
}

.m_main  ul.time-sale-timetable{
	margin: 0 auto 50px;
  max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.m_main  ul.time-sale-timetable li {
	/*border: 1px solid #222222;*/
	background: #efefef;
	text-align: center;
	padding: 20px 0 10px;
	margin: 0 auto;
  width: calc((100% - 60px) / 4);
	margin-bottom: 15px;
	border-radius: 5px;
}

.m_main  ul.time-sale-timetable li a{
	width: 100%;
	display: block;
	font-size: 2rem;
}

.m_main  ul.time-sale-timetable li a span{
	display: block;
	margin-top: 0;
	font-size: 1.3rem;
}

.m_main  ul.time-sale-timetable li span:after{
  content: '\e313';
  font-family: 'Material Icons';
  display: block;
  margin-top: 0;
  font-size: 36px;
  color: #222222;
}

.m_main .item-intro.bottom-none::after{
	content: "";
}


@media screen and (max-width: 767px) {
	.m_main .sale-item .item-box h3{
		font-size: 13px !important;
		line-height: 1.6;
	}
	.timesale .item-box h3{
		min-height: 4.8em;
	}

	.m_main .sale-item .item-container{
		margin: 0 2%;
	}
	.m_main .sale-item .item-box {
    margin: 0 0 30px 0;
    width: calc((100% - 10px) / 2);
	}
	.m_main  ul.time-sale-timetable{
		padding: 0 2%;
	}
	.m_main  ul.time-sale-timetable li {
  	width: calc((100% - 30px) / 2);
	margin-bottom: 15px;
	padding: 10px 0 5px;
	}
	.m_main ul.time-sale-timetable li a{
		font-size:2rem;
	}
	.m_main ul.time-sale-timetable li a span{
		font-size: 1.3rem;
	}
	.m_main  ul.time-sale-timetable li span:after{
  	font-size: 24px;
	}
	.sale-item p.btn_buy_large{
		width: 90% !important;
		font-size: 1em !important;
		margin-bottom: 50px;
	}
}
