@charset "utf-8";
/* pre eofy_sale
-------------------------------------------*/
.eofy_sale {
	margin-bottom: 80px;
	text-align: center;
}
.eofy_sale h1 {
	margin: 0 20px;
}
@media screen and (max-width: 599px) {
	.eofy_sale {
		margin-bottom: 40px;
	}
	.eofy_sale h1 {
		margin: 10px 10px 0;
	}
}

/* sale c
-------------------------------------------*/
.main_area {
	margin-bottom: 30px;
}

.c_page .ttl_sec {
	padding: 12px 20px 10px 20px;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	background-color: #ec3800;
}
.c_page .item_area {
	margin-bottom: 80px;
}
.c_page .item_area .bnr {
	margin-top: 40px;
	padding: 0 25px;
	text-align: center;
}
.c_page .item_area .bnr a {
	display: inline-block;
}
.c_page .item_list+.ttl_sec {
	margin-top: 40px;
}
.c_page .item_list {
	position: relative;
	overflow: hidden;
}
.c_page .item_list:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}
.c_page .item_list ul {
	margin: 0 -10px;
	zoom: 1;
}
.c_page .item_list ul:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.c_page .item_list ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 16.66666%;
	padding: 30px 10px;
	border-bottom: #cccccc solid 1px;
}
.c_page .item_list ul li a {
	display: block;
}
.c_page .item_list ul li a:hover {
	text-decoration: none;
}
.c_page .item_list ul li a:hover .name,
.c_page .item_list ul li a:hover .text {
	text-decoration: underline;
}
.c_page .item_list ul li .list_inner {
	position: relative;
	display: block;
	text-decoration: none;
}
.c_page .item_list ul li .list_inner span {
	display: block;
}
.c_page .item_list ul li .list_inner .image {
	margin-bottom: 10px;
	text-align: center;
}
.c_page .item_list ul li .list_inner .image img {
	max-width: 100%;
	height: auto;
}
.c_page .item_list ul li .list_inner .name {
	position: relative;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2950a5;
	line-height: 1.43;
	word-break: break-all;
}
.c_page .item_list ul li .list_inner .price {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	color: #ff0000;
	text-align: center;
	line-height: 1;
}
.c_page .item_list ul li .list_inner .text {
	position: relative;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	word-break: break-all;
}
.c_page .item_list ul li .list_inner .name:before,
.c_page .item_list ul li .list_inner .name:after,
.c_page .item_list ul li .list_inner .text:before,
.c_page .item_list ul li .list_inner .text:after {
	position: absolute;
	background: #fff;
}
.c_page .item_list ul li .list_inner .name:before,
.c_page .item_list ul li .list_inner .text:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
.c_page .item_list ul li .list_inner .name:after,
.c_page .item_list ul li .list_inner .text:after {
	content: '';
	width: 100%;
	height: 100%;
}

/* SOLD OUT アイコンの表示 */
.soldout {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
}
.soldout img {
	width: 100%;
}

/* カルーセルエリア*/
.cateTi {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 25px;
}
ul.cal_itemList li .i_price span {
	display: inline-block;
	margin-top: 5px;
	padding: 4px 5px;
	color: #fff;
	background: #ff0000;
	font-size: 20px;
	font-size: 2rem;
}
.cate_more {
	display: block;
	border: 1px solid #3b60bf;
	float: right;
	margin-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	max-width: 400px;
}

.cate_more a {
	display: block;
	padding: 8px 32px 8px 16px;
	text-decoration: none;
	color: #2950a5;
	background: url(../ico/btn_right_arrow01.png) no-repeat 95% center;
	background-size: 13px 13px;
	max-width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cate_more a:hover {
	color: #fff;
	text-decoration: none;
	background: #1d53ca url(../ico/btn_right_arrow01_on.png) no-repeat 95% center;
	background-size: 13px 13px;
	filter: alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity: 1.0; /* FF , Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	opacity: 1.0;
	zoom: 1; /*IE*/
}
.cate_more .ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.ttl_category {
	margin: 0 0 30px 0;
	padding: 12px 20px 10px 20px;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	background-color: #ec3800;
}
.category_list li {
	margin: 0 0 30px 0;
	padding: 0 2.5% 30px 0;
	box-sizing: border-box;
	width: 33.33%;
	float: left;
	border-bottom: 1px solid #cccccc;
}
.category_list li .txt_catch {
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #00aeef;
	line-height: 1.5;
	word-break: break-all;
}
.category_list .txt_catch span {
	margin-right: 5px;
	padding: 1px 4px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	background: #ff548f;
}
.category_list li > div.clearfix {
	padding-bottom: 30px;
}
.category_list li .img {
	position: relative;
	width: 36.8%;
	float: left;
}
.category_list li .img img {
	max-width: 100%;
	height: auto;
}
.category_list li .txt {
	width: 57.8%;
	float: right;
	line-height: 1.4;
}
.category_list li .txt .name {
	margin-bottom: 10px;
	word-break: break-all;
}
.category_list li .txt .name a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #2950a5;
	line-height: 1.4;
}
.category_list li .txt .spec {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	word-break: break-all;
}
.category_list li .txt .price {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.category_list li .txt .price span {
	display: inline-block;
	padding: 2px 5px;
	background: #ff0000;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.4;
}

/* SOLD OUT アイコンの表示 */
.category_list li .img .soldout {
	position: absolute;
	bottom: 0;
	left: 0;
}
.category_list li .img .soldout img {
	width: 100%;
}

.back_page {
	display: inline-block;
	border: 1px solid #3b60bf;
	margin: 30px 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.back_page a {
	display: block;
	padding: 8px 16px 8px 32px;
	text-decoration: none;
	color: #2950a5;
	background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
	background-size: 13px 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.back_page a:hover {
	color: #fff;
	text-decoration: none;
	background: #1d53ca url(../ico/btn_left_arrow01_on.png) no-repeat 10px center;
	background-size: 13px 13px;
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1.0; /* FF , Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	opacity:1.0;
	zoom:1; /*IE*/
}

.makerWrap {
	overflow: hidden;
	border: 1px solid #cccccc;
	margin-bottom: 60px;
}

.makerWrap .makerListTi {
	background: #eee;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 17px 25px;
	border: 1px solid #FFF;
	margin-bottom: 25px;
}

.makerWrap ul.makerList {
	margin: 0 25px 5px;
	overflow: hidden;
}

.makerWrap ul.makerList li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}

.makerWrap ul.makerList li a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #3e64c6;
}
.makerWrap ul.makerList li a:hover {
	color: #3e64c6;
}



@media screen and (max-width: 1024px) {
	ul.cal_itemList li .i_price span {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.c_page .item_list ul li {
		width: 25%;
	}

	.category_list li {
		padding: 0px 2% 30px 0px;
		width: 50%;
	}
	.category_list li .img {
		width: 28.4%;
	}
	.category_list li .txt {
		width: 67%;
	}
	.category_list li .txt .price span {
		display: inline;
		margin-left: 5px;
	}
	.cate_more a:hover {
		color: #2950a5;
		background: url(../ico/btn_right_arrow01.png) no-repeat 95% center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
		zoom:1; /*IE*/
	}
	.back_page a:hover {
		color: #2950a5;
		background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
		zoom:1; /*IE*/
	}

	.makerWrap ul.makerList li {
		width: 33.3%;
		float: left;
		margin-bottom: 15px;
	}
	.makerWrap ul.makerList li.tb_none {
		display: none;
	}
	.alltime .cal_campaign {
		border-left: 0;
		border-right: 0;
	}
	.makerWrap ul.makerList li a {
		font-size: 14px;
		font-size: 1.4rem;
	}
}


@media screen and (max-width: 599px) {
	/* sale c
-------------------------------------------*/
	.main_area {
		margin: 10px 0 15px 0;
	}

	.c_page .ttl_sec {
		padding: 4px 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.c_page .item_area {
		margin-bottom: 40px;
	}
	.c_page .item_list+.ttl_sec {
		margin-top: 20px;
	}
	.c_page .item_list ul {
		margin: 0 -7px;
	}
	.c_page .item_list ul li {
		width: 33.33333%;
		padding: 15px 7px;
	}
	.c_page .item_list ul li .list_inner .name {
		height: 30px;
		font-size: 10px;
		font-size: 1rem;
	}
	.c_page .item_list ul li .list_inner .price {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.c_page .item_list ul li .list_inner .text {
		max-height: 26px;
		font-size: 9px;
		font-size: 0.9rem;
	}

	.cateTi {
		margin-bottom: 15px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.cate_more {
		float: none;
		display: block;
		margin: 30px auto 10px;
		width: 80%;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.cate_more a {
		max-width: 100%;
		margin: 0 auto;
		padding: 6px 24px 6px 24px;
	}
	.cate_more a:hover {
		color: #2950a5;
		background: url(../ico/btn_right_arrow01.png) no-repeat 95% center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
		zoom:1; /*IE*/
	}

	ul.cal_itemList li .i_price {
		margin: 0;
	}
	ul.cal_itemList li .i_price span {
		padding: 5px;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.ttl_category {
		margin: 0 0 15px 0;
		padding: 4px 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.category_list li {
		margin-bottom: 15px;
		padding: 0px 0 15px 0px;
		width: 100%;
		float: none;
	}
	.category_list li > div.clearfix {
		padding-bottom: 15px;
	}
	.category_list li .txt_catch {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.category_list .txt_catch span {
		padding: 1px 2px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.category_list li .img {
		width: 30%;
	}
	.category_list li .img img {
		width: 100%;
	}
	.category_list li .txt {
		margin-left: 3%;
		float: left;
		line-height: 1.2;
	}
	.category_list li .txt .name a{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.category_list li .txt .spec {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.category_list li .txt .price {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.category_list li .txt .price span {
		margin-left: 5px;
		padding: 4px 5px;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.back_page {
		float: none;
		margin: 20px auto;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.back_page a {
		margin: 0 auto;
		padding: 6px 14px 6px 30px;
	}
	.back_page a:hover {
		color: #2950a5;
		background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
		background-size: 13px 13px;
		filter:alpha(opacity=100); /* IE 6,7*/
		-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
		-moz-opacity:1.0; /* FF , Netscape */
		-khtml-opacity: 1.0; /* Safari 1.x */
		opacity:1.0;
	}

	.makerWrap {
		margin-bottom: 40px;
	}
	.makerWrap .makerListTi {
		margin-bottom: 5px;
		padding: 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.makerWrap ul.makerList {
		margin: 0 5% 5px;
		overflow: hidden;
	}
	.makerWrap ul.makerList li {
		width: 48.5%;
		margin-right: 3%;
		float: left;
		margin-bottom: 5px;
	}
	.makerWrap ul.makerList li:nth-child(2n) {
		margin-right: 0;
	}
	.makerWrap ul.makerList li.tb_none {
		display: block;
	}
	.makerWrap ul.makerList li a {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
