.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

img {
  max-width: 100%;
}

.if-category {
  padding-top: 0;
}

.if-category_mv {
  margin-bottom: 4.6875vw;
}

@media screen and (min-width: 813px) {
  .if-category_mv {
    margin-bottom: 30px;
  }
}


.section, .section_innerSection {
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (min-width: 813px) {
  .section, .section_innerSection {
    padding-top: 65px;
    margin-top: -65px;
  }
}


.section_inner {
  padding: 6.666vw 3.125vw;
  position: relative;
}

@media screen and (min-width: 813px) {
  .section_inner {
    padding: 50px 15px;
  }
}

.section_title {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 80px;
	margin: 60px 0 30px;
	padding: 11px;
	background-color: #DE1E2D;
	text-align: center;
	font-size: 5.333vw;
	line-height: 60px;
	font-weight: bold;
	color: #ffffff;
}
@media screen and (min-width: 813px) {
  .section_title {
	  font-size: 45px;
	  height: 100px;
	  line-height: 80px;
  }
}
.section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #DE1E2D transparent transparent;
  translate: -50% 100%;
}

#sale {
  background: linear-gradient(#FFFFE6, #FEDE00);
}

.section_caption {
  margin-bottom: 3.125vw;
  font-size: 3.4375vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 813px) {
  .section_caption {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media screen and (min-width: 813px) {
  .product_list {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
  }
}

.product_list > li {
  margin-top: 2.666vw;
}
@media screen and (min-width: 813px) {
  .product_list > li {
	  margin-top: 20px;
	  width: 49%;
  }
}
.product_image {
	width: 100%;
}
.product_image img {
  width: 100%;
}

.banner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1.5625vw;
}

@media screen and (min-width: 813px) {
  .banner_list {
    margin-top: -10px;
  }
}

.banner_list > li {
  margin-top: 1.5625vw;
  width: calc(50% - 1.5625vw);
}

@media screen and (min-width: 813px) {
  .banner_list > li {
    margin-top: 10px;
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
