@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------
main
------------------------------------------------*/
.main_wrap {
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.m_block_wrap {
  padding: 40px 0 0 0;
  text-align: center;
  position: relative;
}
.m_block_l {
  font-size: 21px;
  line-height: 1.3;
}
.m_block_r {
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.main_img {
  display: block;
}	
.slider{
	display: none !important;
}
@media screen and (max-width:768px){
.main_wrap {
  padding-bottom: 80px;
}	
.m_block_r {
  top: inherit;
  bottom: -40px;	
	}
.main_img {
  display: none;
}	
.slider{
	display: block !important;
}	
.slick-slide img {
  margin: 0 auto;
}	
}

@media screen and (max-width:414px){
.main_wrap {
  padding: 0 20px 40px 20px;
}	
.m_block_wrap {
  padding: 20px 0 0 0;
	}	
.m_block_l {
  font-size: 17px;
  line-height: 1.5;
}
.m_block_r {
  display: none;
}
}

/*------------------------------------------------
backnumber
------------------------------------------------*/
#sec01 {
  background: #121111;
  padding: 40px 0;
}
.h2_title {
  text-align: center;
  margin-bottom: 40px;
}
.h2_title span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.s_b_list_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s_b_list_ul:after{
	width: calc((100% - 80px) / 3);
	content: "";
	display: block;
	height: 0;
}
.inner_section {
  max-width: 1200px;
  margin: 0 auto;
}
.s_b_list_li {
  width: calc((100% - 120px) / 3);
  margin-bottom: 60px;
}
.s_b_list_li a {
  color: #fff;
  text-decoration: none;
}
.s_b_list_li a:hover {
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;	
}
.s_b_list_img img {
  width: 100%;
}
.s_b_list_img {
  margin-bottom: 18px;
  position: relative;
}
.s_b_h3 {
  font-size: 20px;
  font-size: min(1.8vw,20px);		
  font-weight: 500;
  line-height: 1.4;	
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.pro_name {
  font-size: 16px;
  font-size: min(1.5vw,16px);		
  color: #9f9fa0;
  margin-bottom: 20px;
}
.pro_name span{
  font-size: 14px;
  border: solid 1px #fff;
  padding: 2px;
  text-align: center;
  margin-right: 10px;
  width: 90px;
  display: inline-block;
}
.cate.accessories {
   color: #67c2bc;
   border: solid 1px #67c2bc;	
}
.cate.travel {
   color: #d79bbf;
   border: solid 1px #d79bbf;	
}
.cate.camp {
   color: #cfa972;
   border: solid 1px #cfa972;	
}
.s_b_txt {
  font-size: 16px;
  font-size: min(1.5vw,16px);		
  line-height: 1.6;
  margin-bottom: 32px;
}
.s_b_price {
  font-size: 16px;
  font-size: min(1.5vw,16px);	
  text-align: left;
  line-height: 1.4;	
}
.s_b_price span {
  font-size: 13px;
  font-size: min(1.2vw,13px);	
}
.limit {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  font-size: 16px;
  font-size: min(1.5vw,16px);	
  letter-spacing: 0.04em;
  color: #959595;
}
.cate.wine {
  color: #920783;
  border: solid 1px #920783;
}
.cate.athlete{
  color: #009e96;
  border: solid 1px #009e96;
}
.cate.gourmet{
  color: #ddb630;
  border: solid 1px #ddb630;
}
.section.pb {
  padding-bottom: 160px !important;
}




@media screen and (max-width:768px){
#sec01 {
  padding: 80px 20px;
}
.s_b_list_li {
  width: calc((100% - 40px) / 2);
  margin-bottom: 60px;
}	
.s_b_h3 {
  font-size: min(2.6vw,20px);	
	}
.s_b_txt {
  font-size: min(2.3vw,18px);
}
.s_b_price {
  font-size: min(2.3vw,18px);
	}
.s_b_h3 {
  margin-bottom: 20px;
}	
}


@media screen and (max-width:414px){
.s_b_h3 {
  font-size: 20px;
	}
.s_b_txt {
  font-size: 16px;
	}
.s_b_price {
  font-size: 16px;
	}
#sec01 {
  background: #121111;
  padding: 40px 20px;
}
.s_b_list_ul {
  display: block;
}	
.s_b_list_li {
  width: 100%;
  margin-bottom: 60px;
}	
.s_b_h3 {
  margin-bottom: 20px;
}	
.pro_name span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.pro_name {
  font-size: 14px;
	}
.s_b_txt {
  margin-bottom: 20px;
}	
.s_b_price {
  text-align: left;
}
.limit {
  font-size: 15px;
	}
.section.pb {
  padding-bottom: 80px !important;
}	
}










