/*特集ページ*/
  #feature_biz_backpack .page_top_wrap{
	background: url(https://bermas2211.itembox.design/item/img/biz_backpack_main_bg.jpg) no-repeat;
	background-size: cover;
  }

#feature_biz_backpack .page_top {
  width: 100%;
  height: 495px;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#feature_biz_backpack .page_top .text_wrap{
	color: #fff;
}
@media screen and (max-width: 1400px) {
  #feature_biz_backpack .page_top {
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .page_top {
    position: relative;
    height: 200px;
	justify-content: center;
  }
}

#feature_biz_backpack .page_top .img_wrap {
  min-width: 396px;
  height: 100%;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  #feature_biz_backpack .page_top .img_wrap {
    min-width: auto;
  }
}

#feature_biz_backpack .page_top img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  #feature_biz_backpack .page_top img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#feature_biz_backpack .page_top .text_wrap {
  width: auto;
  margin: 70px 50px 60px;
}

@media screen and (max-width: 1400px) {
  #feature_biz_backpack .page_top .text_wrap {
    width: 65%;
    margin: 20px;
  }
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .page_top .text_wrap {
    width: 75%;
    margin: 0;
  }
}

#feature_biz_backpack .page_top p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .2px;
}

@media screen and (max-width: 1400px) {
  #feature_biz_backpack .page_top p {
    margin-top: 20px;
    font-size: 13px;
  }
  #feature_biz_backpack .page_top p .br_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .page_top p {
    display: none;
  }
}

#feature_biz_backpack h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .4px;
}

@media screen and (max-width: 1400px) {
  #feature_biz_backpack h2 {
    font-size: 37px;
  }
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 500px) {
  #feature_biz_backpack h2 {
    font-size: 28px;
  }
}

#feature_biz_backpack .biz_backpack_sp_toptxt {
  display: none;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .biz_backpack_sp_toptxt {
    display: block;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: .4px;
  }
}



#feature_biz_backpack .biz_backpack_rank,
#feature_biz_backpack .biz_backpack_al ul{
  width: 100%;
}

#feature_biz_backpack .biz_backpack_rank h3 span{
		color: #000!important;
	}
#feature_biz_backpack .biz_backpack_rank ul{
	justify-content: space-between;
   	flex-wrap: wrap;
}
#feature_biz_backpack .biz_backpack_rank li{
	width: 18%;
}
#feature_biz_backpack .biz_backpack_rank ul .rank_num{
	position: relative;
}
#feature_biz_backpack .biz_backpack_rank ul .rank_num::before{
	width: 32px;
    height: 32px;
	display: block;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
#feature_biz_backpack .biz_backpack_rank ul .rank_num:nth-of-type(1):before {
    content: "1";
    background: #EDD865;
}
#feature_biz_backpack .biz_backpack_rank ul .rank_num:nth-of-type(2):before {
    content: "2";
    background: #6E7E85;
}
#feature_biz_backpack .biz_backpack_rank ul .rank_num:nth-of-type(3):before {
    content: "3";
    background: #583E23;
}
#feature_biz_backpack .biz_backpack_rank li .num_name{
	padding: 0 0 10px;
	font-size: 15px;	
	font-weight: 700;
}
#feature_biz_backpack .biz_backpack_rank li .price{
	font-size: 14px;
}
	

@media screen and (max-width:768px){
	#feature_biz_backpack .biz_backpack_rank h3{
		line-height: 1.5;
	}
	#feature_biz_backpack .biz_backpack_rank h3 span{
		display: block;
		color: #000 !important;
	}
	#feature_biz_backpack .biz_backpack_rank li {
		width: 45%;
		margin: 0 2% 30px;
	}
	#feature_biz_backpack .biz_backpack_rank li:last-child{
		margin: 0 2%;
	}
}/*768px*/



@media screen and (max-width: 768px) {
  #feature_biz_backpack .biz_backpack_al ul {
    display: block;
    padding: 0 10px;
    margin: 30px 0 50px;
  }
}

#feature_biz_backpack .biz_backpack_al li {
  width: 20%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #000;
}

#feature_biz_backpack .biz_backpack_al li:nth-of-type(1) {
  border-left: 1px solid #000;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .biz_backpack_al li:nth-of-type(1) {
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .biz_backpack_al li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}

#feature_biz_backpack .biz_backpack_al a {
  color: #000;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#feature_biz_backpack .biz_backpack_al a::after {
  content: "\f107";
  display: block;
  margin-top: 5px;
  font-family: FontAwesome;
}

#feature_biz_backpack .biz_backpack_al a:hover {
  color: #c52c24;
}

#feature_biz_backpack .biz_backpack_slide {
  margin-top: 1px;
}

#feature_biz_backpack .biz_backpack_slide .infiniteslide {
  display: none;
}

#feature_biz_backpack .biz_backpack_slide .infiniteslide li {
  width: 280px;
  height: 200px;
}

#feature_biz_backpack .biz_backpack_slide .infiniteslide li img {
  width: 100%;
  height: 100%;
}
#feature_biz_backpack .biz_backpack_wrapper{
	margin-top: 100px;
}
#feature_biz_backpack h3 {
  margin-bottom: 50px;
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  letter-spacing: .4px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack h3 {
    font-size: 20px;
  }
}


#feature_biz_backpack .cont_head {
  width: 100%;
  margin-top: 125px;
}
#feature_biz_backpack .cont_head:first-child{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #feature_biz_backpack .cont_head {
    display: block;
    margin-top: 100px;
  }
}

#feature_biz_backpack .cont_head .text {
  width: 50%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .cont_head .text {
    width: 100%;
    padding: 20px;
  }
}

#feature_biz_backpack .cont_head .text p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .cont_head .text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

#feature_biz_backpack .cont_head h4 {
  margin-bottom: 30px;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .cont_head h4 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

#feature_biz_backpack .cont_head h4 span {
  display: block;
  margin: 20px 0;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .cont_head h4 span {
    margin: 10px;
    font-size: 18px;
  }
}

#feature_biz_backpack .cont_head h4::before {
  content: "";
  display: block;
  margin: auto;
}

#feature_biz_backpack .cont_head .img_wrap {
  position: relative;
  display: block;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .cont_head .img_wrap {
    width: 100%;
  }
}

#feature_biz_backpack .cont_head .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#feature_biz_backpack #biz_backpack_rain h4::before {
  width: 50px;
  height: 55px;
  background: url(https://bermas2211.itembox.design/item/img/biz_backpack_rain_icon.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack #biz_backpack_rain h4::before {
    width: 33px;
    height: 30px;
  }
}

#feature_biz_backpack #biz_backpack_capacity h4::before {
  width: 57px;
  height: 60px;
  background: url(https://bermas2211.itembox.design/item/img/biz_backpack_capacity_icon.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack #biz_backpack_capacity h4::before {
    width: 42px;
    height: 40px;
  }
}

#feature_biz_backpack #biz_backpack_3way h4::before {
  width: 87px;
  height: 51px;
  background: url(https://bermas2211.itembox.design/item/img/biz_backpack_3way_icon.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack #biz_backpack_3way h4::before {
    width: 50px;
    height: 29px;
  }
}

#feature_biz_backpack #biz_backpack_unique h4::before {
  width: 39px;
  height: 53px;
  background: url(https://bermas2211.itembox.design/item/img/biz_backpack_unique_icon.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack #biz_backpack_unique h4::before {
    width: 25px;
    height: 34px;
  }
}

#feature_biz_backpack #biz_backpack_carry_on h4::before {
  width: 29px;
  height: 59px;
  background: url(https://bermas2211.itembox.design/item/img/biz_backpack_carry_icon.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack #biz_backpack_carry_on h4::before {
    width: 20px;
    height: 40px;
  }
}

#feature_biz_backpack .item_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .item_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#feature_biz_backpack .item_wrap_li {
  width: 21%;
  margin: 1% 4% 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .item_wrap_li {
    width: 50%;
    margin: 15px 0;
    padding: 0 10px;
  }
}

#feature_biz_backpack .item_wrap_li:nth-of-type(4) {
  margin: 1% 0 0 0;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .item_wrap_li:nth-of-type(4) {
    margin: 15px 0;
  }
}

#feature_biz_backpack .item_wrap li .item_img {
  display: block;
}

#feature_biz_backpack .item_wrap li .item_img img {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#feature_biz_backpack .item_wrap li .item_img:hover img {
  opacity: 0;
}

#feature_biz_backpack .item_wrap li .item_txt {
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#feature_biz_backpack .item_wrap li .item_txt .item_copy {
  font-size: 13px;
  line-height: 1.8;
}

#feature_biz_backpack .item_wrap li .item_txt .num_name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#feature_biz_backpack .item_wrap li .item_txt .price {
  font-size: 14px;
  text-align: right;
  line-height: 1.7;
}

#feature_biz_backpack .item_wrap li .item_txt:hover {
  color: #cf251c;
}

#feature_biz_backpack .mark_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .mark_wrap {
    margin-top: 5px;
  }
}

#feature_biz_backpack .mark_wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  margin: 0 3px 0 0;
  font-size: 11px;
  line-height: 2.8;
}

@media screen and (max-width: 768px) {
  #feature_biz_backpack .mark_wrap li {
    width: 100%;
    padding: 0;
  }
}

#feature_biz_backpack .mark_wrap li::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 4px;
}

#feature_biz_backpack .mark_wrap .carry_on_icon::before {
  background: url(https://bermas2211.itembox.design/item/img/carry.png?t=20190226104336) center center no-repeat;
  background-size: contain;
}

#feature_biz_backpack .mark_wrap .shoulder_icon::before {
  background: url(https://bermas2211.itembox.design/item/img/shoulder.png?t=20190226104336) center center no-repeat;
  background-size: contain;
}

#feature_biz_backpack .mark_wrap .pc_icon::before {
  background: url(https://bermas2211.itembox.design/item/img/pc.png?t=20190226104336) center center no-repeat;
  background-size: contain;
}

#feature_biz_backpack .mark_wrap .two_brief_icon::before {
  background: url(https://bermas2211.itembox.design/item/img/2brief.png?t=20190226104336) center center no-repeat;
  background-size: contain;
}

#feature_biz_backpack .mark_wrap .pet_bottle_icon::before {
  background: url(https://bermas2211.itembox.design/item/img/pet.png?t=20190226104336) center center no-repeat;
  background-size: contain;
}
#feature_biz_backpack .mark_wrap .expandable_icon::before {
  background: url(https://bermas2211.itembox.design/item/img/expandable.png?t=20190226104336) center center no-repeat;
  background-size: contain;
}
#feature_biz_backpack .mark_wrap .way3_icon::before {
  background: url(https://bermas2211.itembox.design/item/img/3way.png?t=20190226104336) center center no-repeat;
  background-size: contain;
}

/* ----------------- */