.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: 3.125vw;
}

@media screen and (min-width: 813px) {
  .if-category_mv {
    margin-bottom: 20px;
  }
}

.section, .section_innerSection {
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (min-width: 813px) {
  .section, .section_innerSection {
    padding-top: 65px;
    margin-top: -65px;
  }
}

.anchor {
  position: relative;
}

.anchor_list {
  margin: 0 -0.625vw;
  padding: 0 2.34375vw;
  display: flex;
}

@media screen and (min-width: 813px) {
  .anchor_list {
    margin: 0 -8px;
    padding: 0 15px;
  }
}

.anchor_list > li {
  margin: 0 0.625vw;
  width: 100%;
}

@media screen and (min-width: 813px) {
  .anchor_list > li {
    margin: 0 8px;
  }
}

.anchor_item {
  display: block;
  padding: 4.6875vw 0;
  width: 100%;
  background: #ED6F5A;
  color: #fff;
  font-size: 3.4375vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  border-radius: 0.46875vw;
  position: relative;
}

@media screen and (min-width: 813px) {
  .anchor_item {
    padding: 30px;
    font-size: 22px;
  }
}

.anchor_item::after {
  display: block;
  content: "";
  width: 2.03125vw;
  height: 1.09375vw;
  background-image: url(/ec/images/feature/110E4k01000/anchor_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5625vw;
  margin: auto;
}

@media screen and (min-width: 813px) {
  .anchor_item::after {
    width: 13px;
    height: 7px;
    bottom: 10px;
  }
}

.anchor_item img {
  width: auto;
  height: 2.8125vw;
}

.section_inner {
  padding: 0 2.34375vw 10.9375vw;
  position: relative;
}

@media screen and (min-width: 813px) {
  .section_inner {
    padding: 0 15px 70px;
  }
}

.section_innerSection {
  padding-bottom: 10.9375vw;
}

.section_innerSection:last-of-type {
  padding-bottom: 0;
}

.section_title {
  padding: 7.8125vw 2.34375vw;
  font-size: 5.9375vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}

@media screen and (min-width: 813px) {
  .section_title {
    padding: 50px 15px;
    font-size: 38px;
  }
}

.section_title img {
  width: auto;
  height: 5.9375vw;
}

@media screen and (min-width: 813px) {
  .section_title img {
    height: 38px;
  }
}

.section_head {
  margin: 0 -2.34375vw 3.125vw;
}

@media screen and (min-width: 813px) {
  .section_head {
    margin: 0 -15px 40px;
  }
}

.section_headTitle {
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
  padding: 3.90625vw 2.34375vw;
}

@media screen and (min-width: 813px) {
  .section_headTitle {
     font-size: 32px;
  }
}

@media screen and (min-width: 813px) {
  .section_headTitle {
    padding: 25px 15px;
  }
}

#sale .section_headTitle {
  background: #FF0074;
  color: #fff;
}

.section_headImage img {
  width: 100%;
}

.section_caption {
	margin-bottom: 5vw;
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
	/*line-height: 1.25;
	letter-spacing: 0.1em;*/
}

@media screen and (min-width: 813px) {
  .section_caption {
    font-size: 24px;
  }
}


.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 -12px;
  }
}

.product_list > li {
  margin-top: 4.6875vw;
  width: 44.375vw;
}

@media screen and (min-width: 813px) {
  .product_list > li {
    margin: 30px 12px 0;
    width: 196px;
  }
}

.product_image {
  margin-bottom: 3.125vw;
  width: 100%;
}

.product_image img {
  width: 100%;
}

.product_badge {
	display: block;
	margin: -0.78125vw 0 0.78125vw;
	font-size: 3vw;
}

@media screen and (min-width: 813px) {
  .product_badge {
    margin: -10px 0 10px;
    font-size: 16px;
  }
}
.product_badge span {
	display: inline-block;
	padding: 0.2em 0.5em;
	background: #FF0074;
	color: #fff;
	font-weight: 700;
}

.product_price {
	color: #E00501;
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 813px) {
  .product_price {
    font-size: 20px;
  }
}
.product_price span {
	color: #231815;
	font-size: 3.4375vw;
	font-weight: 400;
	text-decoration: line-through;
}
@media screen and (min-width: 813px) {
  .product_price span {
    font-size: 14px;
  }
}
.product_price > small {
  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;
  }
}



.productlist_ttl {
	width: 50%;
	height: auto;
	margin: 5% auto 0;
}
@media screen and (min-width: 813px) {
  .productlist_ttl {
    width: 35%;
  }
}


@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
