.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;*/
	padding-top: 13.33vw;
	margin-top: -13.33vw;
}

@media screen and (min-width: 813px) {
  .section, .section_innerSection {
    /*padding-top: 65px;
    margin-top: -65px;*/
	  padding-top: 100px;
	  margin-top: -100px;
  }
}

.section_inner {
  padding: 6.666vw 3.125vw;
  position: relative;
}

@media screen and (min-width: 813px) {
  .section_inner {
    padding: 50px 15px;
  }
}
/* ▲ ここまで基本設定 ▲ */


/* 商品リスト　SP:2列　PC:4列 */
.product {
  padding: 0 0.78125vw;
}
@media screen and (min-width: 813px) {
  .product {
    padding: 0;
  }
}

.product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 813px) {
  .product_list {
    justify-content: flex-start;
    margin: 0 -13px;
  }
}

.product_list > li {
  margin-top: 4.6875vw;
  width: 44.375vw;
}
@media screen and (min-width: 813px) {
  .product_list > li {
    margin: 30px 13px 0;
    width: 198px;
  }
}

.product_image {
  margin-bottom: 3.125vw;
  width: 100%;
}
@media screen and (min-width: 813px) {
  .product_image {
    margin-bottom: 20px;
  }
}

.product_image img {
  width: 100%;
}

.product_badge,
.product_badge_pricedown {
  display: block;
  margin: -0.78125vw 0 1.5625vw;
  font-size: 3.125vw;
}
@media screen and (min-width: 813px) {
	.product_badge,
	.product_badge_pricedown {
		margin: -10px 0 10px;
		font-size: 14px;
	}
}

.product_badge span {
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #E00501;
  color: #fff;
}
.product_badge_pricedown span {
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #d84067;
  color: #fff;
}

.product_title {
  margin-bottom: 3.125vw;
  font-size: 3.4375vw;
  line-height: 1.18;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 813px) {
  .product_title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.product_title a {
  display: block;
  color: inherit;
  font: inherit;
}

.product_price {
  color: #E00501;
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 1.18;
}
@media screen and (min-width: 813px) {
  .product_price {
    font-size: 20px;
  }
}

.product_price > small {
  display: block;
  margin-top: 0.78125vw;
  color: #231815;
  font-size: 3.4375vw;
  font-weight: 400;
}
@media screen and (min-width: 813px) {
  .product_price > small {
    margin-top: 5px;
    font-size: 14px;
  }
}

.product_price_b {
	font-size: 3.5vw;
	text-decoration: line-through;
	line-height: 1.5em;
	margin-bottom: 20px;
}
@media screen and (min-width: 813px) {
  .product_price_b {
    font-size: 16px;
  }
}


/* バナー */
/*.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);
  }
}*/


/* リード文 */
.lead_txt {
	font-size: 4vw;
	line-height: 1.5em;
	text-align: center;
}
@media screen and (min-width: 813px) {
  .lead_txt {
	  font-size: 30px;
	}
}

.txt_blue {
	color: #58B2DE;
	font-weight: bold;
}

.txt_pink {
	color: #FF3282;
	font-weight: bold;
}


/* まとめ買い */
.matomegai {
	width: 92vw;
	height: auto;
	border-radius: 20px;
	background-color: #FFFFE1;
	padding: 5.33vw;
	margin: 5.33vw auto 0;
}
@media screen and (min-width: 813px) {
  .matomegai {
	  width: 800px;
	  padding: 40px;
	  margin: 40px auto 0;
	}
}

.matomegai_ttl {
	font-size: 3.47vw;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 813px) {
  .matomegai_ttl {
	  font-size: 26px;
	}
}

.matomegai_txt {
	font-size: 2.93vw;
	line-height: 1.5em;
	text-align: center;
}
@media screen and (min-width: 813px) {
  .matomegai_txt {
	  font-size: 22px;
	}
}

.txt_green {
	color: #00a16a;
	font-weight: bold;
}

.txt_yellow {
	color: #ffb24b;
}

.guide_btn {
	max-width: 85.33vw;
	height: auto;
	margin-top: 1.33vw auto 0;
}
@media screen and (min-width: 812px) {
  .guide_btn {
	  width: 640px;
	  margin: 10px auto 0;
  }
}

/* カテゴリーリンク */
.category_btn {
	max-width: 88.67vw;
	height: auto;
	margin: 5.33vw auto 0;
	
}
@media screen and (min-width: 812px) {
  .category_btn {
	  width: 798px;
	  margin: 40px auto 0;
  }
}

.bnr_wrap {
	margin-bottom: 8vw;
}
@media screen and (min-width: 812px) {
  .bnr_wrap {
	  margin-bottom: 60px;
  }
}

.bnr_wrap h3 {
	font-size: 3.47vw;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4vw;
}
@media screen and (min-width: 812px) {
  .bnr_wrap h3 {
	  font-size: 26px;
	  margin-bottom: 30px;
  }
}
.bnr_wrap h3:before {
    content: "▼ ";
	color: #ff3282;
}
.bnr_wrap h3:after {
    content: " ▼";
	color: #ff3282;
}

.bnr_img {
	max-width: 88vw;
	height: auto;
	margin: 0 auto;
}
@media screen and (min-width: 812px) {
  .bnr_img {
    width: 800px;
  }
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
