.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #ffffff;
}

.if-category_inner {
	width: 100%;
}

.if-category_mv {
	width: 100%;
}

.if-category_mv img {
  width: 100%;
}

img {
  max-width: 100%;
}

.if-category {
  padding-top: 0;
}

.if-category_container {
  padding-bottom: 20px;
}

.if-category_mv {
  margin-bottom: 0;
}

.section {
	padding: 0 0 60px;
	background-color: #e6e6eb;
}
@media screen and (max-width: 812px) {
  .section {
    padding: 0 0 10vw;
  }
}

.pt5 {
	padding-top: 5%;
}
/*.bg_1_3 {
	background: #F5F5F5;
}
.bg_2 {
	background: #FDFDFC;
}*/
.section_itemImage {
	width: 100%;
	height: auto;
}
.section_itemText {
	width: 100%;
	height: auto;
	margin: 3% auto;
	text-align: center;
}
.section_itemText p {
	text-align: center;
	/*color: #4D4D4D;*/
}

.item_name {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 812px) {
  .item_name {
    font-size: 4vw;
  }
}

.item_size {
  font-size: 22px;
  font-weight: normal;
}

@media screen and (max-width: 812px) {
  .item_size {
	  font-size: 3.7vw;
  }
}

.item_price {
  font-size: 24px;
  line-height: 1.5;
	font-weight: bold;
}
@media screen and (max-width: 812px) {
  .item_price {
	  font-size: 4vw;
  }
}

.item_tax {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 812px) {
  .item_tax {
	  font-size: 3vw;
  }
}


.section_itemBtn {
	width: 334px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .section_itemBtn {
	  width: 140px;
	  height: auto;
  }
}
.section_more {
	width:742px;
	height: auto;
	margin: 10% auto;
}
@media screen and (max-width: 812px) {
  .section_more {
	  width: 300px;
	  height: auto;
  }
}

.section_other {
	max-width: 744px;
	height: auto;
	margin: 7% auto 0;
}
@media screen and (max-width: 812px) {
  .section_other {
	  max-width: 85%;
  }
}
.section_other img {
	width: 100%;
	height: auto;
}