@charset "UTF-8";
.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_mv {
  margin-bottom: 80px;
}

@media screen and (max-width: 812px) {
  .if-category_mv {
    margin-bottom: 40px;
  }
}

.section {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 812px) {
  .section {
    margin-bottom: 30px;
  }
}

.section_mv {
  margin-bottom: 60px;
}

@media screen and (max-width: 812px) {
  .section_mv {
    margin-bottom: 25px;
  }
}

.items {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 812px) {
  .items {
    padding: 0 6.25%;
  }
}

.item {
  width: 201px;
  position: relative;
  margin-right: 32px;
  margin-bottom: 32px;
}

.item:nth-child(4n) {
  margin-right: 0px;
}

@media screen and (max-width: 812px) {
  .item {
    width: 47.25%;
    margin-right: 5%;
  }
  .item:nth-child(2n) {
    margin-right: 0px;
  }
}

.image-category-wrap {
  border: rgba(62, 58, 57, 0.15) 1px solid;
  margin-bottom: 15px;
}

.image-wrap img {
  width: 100%;
}

.category-wrap {
  width: 100%;
  background-color: #fff;
}

.category {
  font-family: "Noto Sans CJK JP◆", 'Noto Sans JP', 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 5px;
  width: 100%;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}

.category.ladies {
  background-color: #cc8593;
}

.category.girls {
  background-color: #cca047;
}

.category.mens {
  background-color: #679ac2;
}

.category.boys {
  background-color: #98b36b;
}

.price {
  text-align: center;
  font-family: "Avenir", "Noto Sans CJK JP◆", 'Noto Sans JP', 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #3e3a39;
}

.price__tax {
  font-size: 16px;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
