.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_bg {
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 813px) {
  .section_bg {
    margin-bottom: 20px;
  }
}

.section_bg .section_inner {
  padding-top: 3.125vw;
}
@media screen and (min-width: 813px) {
  .section_bg .section_inner {
    padding-top: 20px;
  }
}

.caution {
	margin: 1% 0 0;
	font-size: 2.666vw;
	line-height: 1.3em;
	text-align: center;
	color: #FFF;
}
@media screen and (min-width: 813px) {
  .caution {
	  font-size: 20px;
	}
}

.sale_title {
    position: relative;
    display: inline-block;
	width: 94%;
    height: 60px;
    padding: 0 2rem;
    background: linear-gradient(#FFEBCB 0 20%, #B29628 80%);
    color: #1A1A1A;
    font-weight: bold;
    text-align: center;
	font-size: 5.333vw;
	line-height: 60px;
	margin: 8% 3% 0;
}
@media screen and (min-width: 813px) {
  .sale_title {
	  font-size: 40px;
	  height: 80px;
	  line-height: 80px;
  }
}
.sale_title::before,
.sale_title::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: transparent #1A1A1A;
    border-style: solid;
    content: '';
}
.sale_title::before {
    left: 0;
    border-width: 30px 0px 30px 10px;
}
@media screen and (min-width: 813px) {
  .sale_title::before {
	  left: 0;
	  border-width: 40px 0px 40px 10px;
	}
}
.sale_title::after {
    right: 0;
    border-width: 30px 10px 30px 0px;
}
@media screen and (min-width: 813px) {
  .sale_title::after {
	  right: 0;
	  border-width: 40px 10px 40px 0px;
	}
}

/*.section_head {
  margin: 0 0 6.25vw;
}
@media screen and (min-width: 813px) {
  .section_head {
    margin: 0 0 40px;
  }
}*/
.sale_headTitle {
	font-size: 4.266vw;
	font-weight: 700;
	text-align: center;
	margin-top: 5%;
}
@media screen and (min-width: 813px) {
  .sale_headTitle {
	  font-size: 32px;
  }
}
.text-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(255, 150, 0, 1);
  font-weight: bold;
}

#sale {
	background: #1A1A1A;
}

.sale_item_title {
    position: relative;
    display: inline-block;
	width: 100%;
    height: 80px;
    padding: 0 2rem;
    background: linear-gradient(#FFEBCB 0 20%, #B29628 80%);
    color: #1A1A1A;
    font-weight: bold;
    text-align: center;
	font-size: 5.333vw;
	line-height: 80px;
	margin: 8% 0 0;
}
@media screen and (min-width: 813px) {
  .sale_item_title {
	  font-size: 40px;
	  height: 100px;
	  line-height: 100px;
  }
}



.pickup_title {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	padding: 16px;
	background-color: #eb191e;
	text-align: center;
	font-size: 5.333vw;
	line-height: 60px;
	font-weight: bold;
	color: #ffffff;
}
@media screen and (min-width: 813px) {
  .pickup_title {
	  font-size: 40px;
	  height: 100px;
	  line-height: 80px;
  }
}
.pickup_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #eb191e transparent transparent;
  translate: -50% 100%;
}





.product {
  padding: 0 0.78125vw;
}

@media screen and (min-width: 813px) {
  .product {
    padding: 0;
  }
}

.product_list {
	display: flex;
	width:94%;
	height: auto;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

@media screen and (min-width: 813px) {
  .product_list {
	  width:100%;
	  justify-content: flex-start;
	  margin: 0;
  }
}

.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 {
  display: block;
  margin: -0.78125vw 0 1.5625vw;
  font-size: 3.125vw;
}

@media screen and (min-width: 813px) {
  .product_badge {
    margin: -10px 0 10px;
    font-size: 14px;
  }
}

.product_badge span {
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #E00501;
  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;
  }
}

.check_list > li {
  margin-top: 1.5625vw;
}

@media screen and (min-width: 813px) {
  .check_list > li {
    margin-top: 10px;
  }
}

.category_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -2.03125vw -0.9375vw 0;
  padding: 0 0.78125vw;
}

.category_list > li {
  margin: 2.03125vw 0.9375vw 0;
  width: calc( ( 100% - 3.75vw ) / 3);
}

.category_list > li:nth-of-type(3n+1) {
  margin-left: 0;
}

.category_list > li:nth-of-type(3n+3) {
  margin-right: 0;
}

.category_item {
  display: block;
  padding: 6.25vw 1.5625vw 3.90625vw;
  height: 100%;
  background: #fff;
  border: 1px solid #EDEDED;
}

.category_image {
  display: block;
  margin: 0 auto 3.125vw;
  width: 12.5vw;
}

.category_image img {
  width: 100%;
}

.category_name {
  display: block;
  color: #333;
  font-size: 3.28125vw;
  font-weight: 500;
  line-height: 1.238;
  text-align: center;
}

.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);
  }
}

.product_sub {
	display: block;
	margin: -0.78125vw 0 1.5625vw;
	font-size: 3.125vw;
	font-weight: bold;
}

@media screen and (min-width: 813px) {
  .product_sub {
    margin: -10px 0 10px;
    font-size: 14px;
  }
}

.product_sub span {
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #4b99f7;
  color: #fff;
}

.product_price_b {
	font-size: 3.5vw;
	text-decoration: line-through;
}
@media screen and (min-width: 813px) {
  .product_price_b {
    font-size: 16px;
  }
}

.lead_txt {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	margin: 6.666vw 0 2.888vw
}
@media screen and (min-width: 813px) {
  .lead_txt {
    font-size: 28px;
  }
}
.lead_txt em {
	color: #eb1e00;
	font-weight: bold;
}
.lead_text_big {
	font-weight: bold;
	font-size: 22px
}
@media screen and (min-width: 813px) {
  .lead_text_big {
    font-size: 40px;
  }
}

/*.section_ttl {
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	line-height: 14.399vw;
	background-color: #ff8c00;
	text-align: center;
	margin-bottom: 6.666vw;
}
@media screen and (max-width: 812px) {
  .section_ttl {
    font-size: 48px;
	line-height: 14.444vw;
  }
}*/



@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
