.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;
  }
}

.lead {
  margin: 6.25vw 0;
  font-size: 4.0625vw;
  font-weight: 600;
  line-height: 1.385;
  text-align: center;
}

.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: #1969d7;
  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/11020Y00000/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 3.125vw 4.6875vw;
  position: relative;
}

@media screen and (min-width: 813px) {
  .section_inner {
    padding: 0 15px 30px;
  }
}

.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;
  }
}

/*.section_innerSection {
  padding-bottom: 10.9375vw;
}

.section_innerSection:last-of-type {
  padding-bottom: 0;
}*/

.section_title {
  padding: 7.8125vw 2.34375vw 4.6875vw;
  font-size: 6.67vw;
  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: 10.67vw 0 6.25vw;
	background-color: #e16f1e;
	width: 100%;
	height: 10.67vw;
	border-radius: 5.33vw;
	color: #FFF;
	font-size: 3.75vw;
	font-weight: 700;
	text-align: center;
	line-height: 10.67vw;
	letter-spacing: 0.1em;
	margin-left: -0.1em;
}

@media screen and (min-width: 813px) {
	.section_head {
		margin: 80px 0 40px;
		font-size: 24px;
		height: 100px;
		border-radius: 50px;
		line-height: 100px;
	}
}

.section_sub + .section_sub {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 813px) {
  .section_sub + .section_sub {
    margin-top: 50px;
  }
}

.section_subHead {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  font-weight: 600;
}

@media screen and (min-width: 813px) {
  .section_subHead {
    font-size: 28px;
  }
}

.section_subHead::before {
  content: "";
  display: inline-block;
  margin-right: 1.5625vw;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: currentColor;
}

@media screen and (min-width: 813px) {
  .section_subHead::before {
    margin-right: 10px;
  }
}

#sneakers .section_subHead::before {
  background-color: #e16f1e;
}

#wear .section_subHead::before {
  background-color: #aaaa32;
}

#bag .section_subHead::before {
  background-color: #e1461e;
}

#raingoods .section_subHead::before {
  background-color: #aa468c;
}

.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;
  }
}

.section_caption small {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
  position: relative;
}

.section_caption small::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.9375vw;
  background-image: url(/ec/images/feature/11020Y00000/caption_underline.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 813px) {
  .section_caption small::after {
    height: 6px;
  }
}

.section_more {
	margin: 10.67vw auto 16vw;
	width: 45.3125vw;
}

@media screen and (min-width: 813px) {
  .section_more {
    margin: 40px auto 60px;
    width: 290px;
  }
}

.section_more img {
  width: 100%;
}

.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 {
  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;
	font-weight: bold;
}

.product_badge .matome {
	display: inline-block;
	padding: 0.1em 0.5em;
	background: #4d99f7;
	color: #fff;
	font-weight: bold;
}

.product_sub {
	color: #E00501;
	font-weight: bold;
}

.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);
  }
}

.section_title_matome {
	padding-top: 7.8125vw;
}
@media screen and (min-width: 813px) {
  .section_title_matome {
    padding-top: 50px
  }
}


@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
