.if-category {
  background-color: #FFF;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
}

.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;
  }
}
*/

.bg_sale {
	background-color: #fdf112;
}

.section_inner {
  /*padding: 6.666vw 3.125vw;*/
	padding: 0 3.125vw 6.666vw;
  position: relative;
}

@media screen and (min-width: 813px) {
  .section_inner {
    /*padding: 50px 15px;*/
	  padding: 0 15px 50px;
  }
}

.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;
/*  background: #EFEFEF;*/
}
@media screen and (min-width: 813px) {
  .section_bg .section_inner {
    padding-top: 20px;
  }
}

/* ----- ----- リード文 ----- -----*/
.lead {
	text-align: center;
	padding: 30px 30px 60px;
}
@media screen and (max-width: 812px) {
	.lead {
		padding: 4vw 4vw 8vw; /*15px 15px 60px*/
	}
}

.lead_text {
	font-size: 28px;
	line-height: 1.7em;
	font-weight: bold;
}
@media screen and (max-width: 812px) {
	.lead_text {
		font-size: 4.27vw; /*16px*/
	}
}
.lead_text span {
	font-size: 37px;
	color: #de0000;
}
@media screen and (max-width: 812px) {
	.lead_text span {
		font-size: 5.33vw; /*20px*/
	}
}


/* ----- ----- カテゴリリンクボタン ----- -----*/
.category_buttons_wraper {
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 812px) {
	.category_buttons_wraper {
		margin-bottom: 8vw;
	}
}


.nav_ttl {
	font-size: 37px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 812px) {
	.nav_ttl {
		font-size: 4vw;
		margin-bottom: 2.67vw;
	}
}

.nav_ttl span {
	color: #de0000;
}

.if-category_buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
	
}
@media screen and (max-width: 812px) {
	.if-category_buttons {
		padding: 0 2.34375vw;
	}
}

.if-category_buttons .if-category_buttonItem {
  display: block;
  width: 49.545%;
  /* ナビボタンの数ごとに数値を変更してください */
  /* --- 参考までに
  width: 49.5%;　2つ
  width: 33%;　3つ
------------------ */
  opacity: 1;
  transition: opacity .2s;
  margin-bottom: 0.91%;
  padding: 26px 0px 36px;
  background: #F03232;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  .if-category_buttons .if-category_buttonItem {
    padding: 4.0625vw 0vw 5.625vw;
  }
}

.if-category_buttons .if-category_buttonItem::after {
  display: block;
  content: "";
  width: 14px;
  height: 8px;
  background: url(/ec/images/feature/110E3I01000/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 812px) {
  .if-category_buttons .if-category_buttonItem::after {
    width: 2.1875vw;
    height: 1.25vw;
    bottom: 1.5625vw;
  }
}

.if-category_buttons .if-category_buttonItem.full {
  width: 100%;
}

.if-category_buttons .if-category_buttonItem:not(.is-active)::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.if-category_buttons .if-category_buttonItem:hover {
  opacity: 0.7;
}

.if-category_buttons .if-category_buttonItem img {
  width: 100%;
}

.if-category_buttons .if-category_buttonItem img.if-category_buttonText {
  width: auto;
  height: 18px;
}

@media screen and (max-width: 812px) {
  .if-category_buttons .if-category_buttonItem img.if-category_buttonText {
    height: 2.8125vw;
  }
}

/* ----- ----- ふきだしタイトル ----- -----*/
.section_title {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100px;
	margin: 0 0 30px;
	padding: 11px;
	background-color: #b20000;
	text-align: center;
	font-size: 5.333vw;
	line-height: 80px;
	font-weight: bold;
	color: #ffffff;
}
@media screen and (min-width: 813px) {
  .section_title {
	  font-size: 45px;
	  height: 130px;
	  line-height: 111px;
  }
}
.section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #b20000 transparent transparent;
  translate: -50% 100%;
}

/* ----- ----- 目玉品 ----- -----*/
.product {
  padding: 0 0.78125vw 8vw;
}
@media screen and (min-width: 813px) {
  .product {
    padding: 0 0 60px 0;
  }
}

.product_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
@media screen and (min-width: 813px) {
  .product_list {
    justify-content: 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%;
}



/* ----- -----  ----- -----*/
@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
