@charset "utf-8";


img {
	width: 100%;
}


/* main_head
---------------------------- */
.main_head {
	padding: 0;
	margin: 0;
}

/* section_item
---------------------------- */
#section_item {
	padding: 80px 0 100px;
}
#section_item .category ul {
	border-bottom: 5px solid #c2c2c2;
	text-align: center;
	padding-top: 100px;
}
#section_item .category ul li {
	display: inline-block;
	width: 33.33333%;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #919191;
	padding-bottom: 8px;
	cursor: pointer;
}
#section_item .category ul li.active {
	color: #000;
	position: relative;
}
#section_item .category ul li.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #000;
}
#section_item ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#section_item ul.list li {
	width: 48%;
	margin-top: 4%;
	text-align: center;
	border: 1px solid #d8d8d8;
}
#section_item ul.list li .list_item {
	display: block;
	position: relative;
	padding: 5px;
	box-sizing: border-box;
	height: 100%;
}
#section_item ul.list li .btn {
	line-height: 55px;
	width: 55%;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #5bc3c4;
	margin: 25px 0;
	letter-spacing: 0.08em;
}
#section_item ul.list li.soon .btn {
	background-color: #000;
}
#section_item ul.list li.onsale .btn {
	background-color: #000;
}
#section_item ul.list li.endsale .btn {
	color: #919191;
	/*background-color: #d8d8d8;*/
	background-color: #FFF;
}
#section_item ul.list li h3 {
	margin: 0 4%;
	padding: 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 20px;
}
#section_item ul.list li .date {
	border-top: 1px dashed #d8d8d8;
	padding: 20px 0 20px;
	margin: 0 4%;
	font-size: 1.4rem;
}
#section_item ul.list li .date span {
	display: inline-block;
	font-size: 1.2rem;
	background-color: #222222;
	color: #fff;
	line-height: 24px;
	border-radius: 12px;
	padding: 0 1em;
	margin-right: 1em;
}
@media screen and (max-width:767px){
	#section_item {
		padding: 10% 0 15%;
	}
	#section_item .category ul {
		border-bottom: 4px solid #c2c2c2;
		padding-top: 17%;
	}
	#section_item .category ul li {
		font-size: 1.3rem;
		padding-bottom: 5px;
	}
	#section_item .category ul li.active {
		color: #f27900;
		position: relative;
	}
	#section_item .category ul li.active::after {
	  bottom: -4px;
	  height: 4px;
	}
	#section_item ul.list {
		padding-top: 1%;
	}
	#section_item ul.list li {
		width: 100%;
		margin-top: 5%;
	}
	#section_item ul.list li .btn {
		line-height: 45px;
		width: 70%;
		border-radius: 3px;
		font-size: 1.6rem;
		margin: 5% 0;
	}
	#section_item ul.list li h3 {
		margin: 0 4%;
		padding: 0;
		font-size: 1.8rem;
		line-height: 1.4;
		padding-bottom: 5%;
	}
	#section_item ul.list li .date {
		padding: 5% 0 3%;
		margin: 0 4%;
	}
	#section_item ul.list li .date span {
		display: block;
		width: 8em;
		padding: 0;
		margin: 0 auto;
	}
}

/* page_navigation
---------------------------- */
.page_navigation{
	letter-spacing: -.40em;
	text-align:center;
	margin-top: 50px;
}
.page_navigation li{
	list-style:none;
	margin:0;
	padding:0.5rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.page_navigation li a{
	text-align:center;
	font-size:1.6rem;
	line-height:2.5rem;
	padding:10px 0;
	width:3.5rem;
	color:#999;
	display:block;
	border:solid 1px #d8d8d8;
	border-radius: 5px;
	text-decoration:none;
	cursor: pointer;
	box-sizing: border-box;
}
.page_navigation li span{
	text-align:center;
	font-size:1.6rem;
	line-height:2.5rem;
	padding:9px 0;
	width:3.5rem;
	color:#fff;
	display:block;
	border-radius: 5px;
	text-decoration:none;
	background-color: #222;
	box-sizing: border-box;
}
.page_navigation li.prev_page a,
.page_navigation li.next_page a{
	position: relative;
	display:block;
	border:none;
	height:0;
	padding:0;
	padding-top:2rem;
	overflow:hidden;
	width:1.5rem;
}
.page_navigation li.prev_page a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
	width: 10px;
	height: 10px;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page_navigation li.next_page a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
	width: 10px;
	height: 10px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page_navigation li.first_page a,
.page_navigation li.last_page a{
	position: relative;
	display:block;
	border:none;
	height:0;
	padding:0;
	padding-top:2rem;
	overflow:hidden;
	width:1.5rem;
}
.page_navigation li.first_page a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 2px;
	margin:auto;
	width: 10px;
	height: 10px;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page_navigation li.first_page a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 7px;
	margin:auto;
	width: 10px;
	height: 10px;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page_navigation li.last_page a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	right: 2px;
	margin:auto;
	width: 10px;
	height: 10px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page_navigation li.last_page a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	right: 7px;
	margin:auto;
	width: 10px;
	height: 10px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#section_item .btn_box {
	text-align: right;
	margin-top: 30px;
}
#section_item .btn_box a {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	display: inline-block;
	line-height: 50px;
	padding: 0 4em;
	position: relative;
}
#section_item .btn_box a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	right:1em;
	margin:auto;
	width: 8px;
	height: 8px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
	.page_navigation{
			margin-top: 10%;
	}
	.page_navigation li a{
		font-size:1.4rem;
	}
	.page_navigation li span{
		font-size:1.4rem;
	}
	#section_item .btn_box {
		text-align: center;
		margin-top: 10%;
	}
	#section_item .btn_box a {
		font-size: 1.2rem;
		border-radius: 4px;
		line-height: 45px;
		padding: 0 4em;
	}
}

/* section_news
---------------------------- */
#section_news {
	padding: 100px 0;
	background-color: #f3f3f3;
}
#section_news .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#section_news h2 {
	width: 16%;
	margin: 0;
	padding: 0;
  line-height: 1;
  margin-top: -1.5em;
}
#section_news ul.list {
	width: 84%;
}
#section_news ul.list li:first-child {
	border-top: 1px solid #222;
}
#section_news ul.list li {
	border-bottom: 1px dashed #c0c0c0;
	padding: 1.5em 0;
	overflow: hidden;
}
#section_news ul.list li .date {
	font-size: 1.4rem;
	color: #8f8f8f;
	float: left;
	width: 14%;
}
#section_news ul.list li .text {
	font-size: 1.6rem;
	line-height: 1.6;
	float: left;
	width: 86%;
}
@media screen and (max-width:767px){
	#section_news {
		padding: 10% 0 13%;
	}
	#section_news h2 {
		width: 100%;
	  line-height: 1;
	  margin-top: 0;
	  position: relative;
	}
	#section_news h2 span {
	  padding-bottom: 0;
	  display: inline-block;
	  background-color: #f3f3f3;
	  position: relative;
		z-index: 2;
		padding-right: 0.4em;
		line-height: 1;
	}
	#section_news h2::before{
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  margin: auto;
	  content: "";
	  width: 100%;
	  height: 1px;
	  background-color: #222;
		z-index: 1;
	}
	#section_news ul.list {
		width: 100%;
	}
	#section_news ul.list li:first-child {
		border-top: none;
	}
	#section_news ul.list li {
		padding: 1.2em 0;
	}
	#section_news ul.list li .date {
		font-size: 1.3rem;
		color: #8f8f8f;
		float: none;
		width: 100%;
	}
	#section_news ul.list li .text {
		font-size: 1.4rem;
		float: none;
		width: 100%;
	}
}

/* section_buy
---------------------------- */
#section_buy {
	padding: 80px 0 100px;
}
#section_buy .section_inner {
	max-width: none;
}
#section_buy ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 100px;
}
#section_buy ul.list li {
	width: 16%;
	text-align: center;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	position: relative;
}
#section_buy ul.list li::before {
  position: absolute;
  top: -32px;
  left: -7px;
  content: "";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_buy ul.list li .num {
  position: absolute;
  top: 7px;
  left: 12px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}
#section_buy ul.list li h3 {
	margin: 0;
	padding: 50px 5% 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
#section_buy ul.list li .img img {
	width: 80%;
}
#section_buy ul.list li .text {
	padding-top: 30px;
	margin: 0 8%;
	font-size: 1.2rem;
}
@media screen and (max-width:767px){
	#section_buy {
		padding: 13% 0 15%;
	}
	#section_buy ul.list {
		padding-top: 13%;
	}
	#section_buy ul.list li {
		width: 48%;
		padding: 0 0 20px 0;
		margin-top: 4%;
	}
	#section_buy ul.list li::before {
	  top: -26px;
	  left: -6px;
	  border-top: 40px solid transparent;
	  border-bottom: 40px solid transparent;
	  border-right: 40px solid #000;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#section_buy ul.list li .num {
	  top: 5px;
	  left: 9px;
		font-size: 2.4rem;
	}
	#section_buy ul.list li h3 {
		padding: 50px 5% 20px;
		font-size: 1.6rem;
	}
	#section_buy ul.list li .img img {
		width: 95%;
	}
	#section_buy ul.list li .text {
		padding-top: 20px;
		margin: 0 4%;
		font-size: 1.1rem;
	}
}

/* section_notes
---------------------------- */
.section_notes {
	font-size: 1.6rem;
	text-align: center;
	padding: 0 5% 100px;
}
@media screen and (max-width:767px){
	.section_notes {
		font-size: 1.2rem;
		padding: 0 5% 15%;
	}
}