.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_container {
  padding-bottom: 20px;
}

.if-category_mv {
  margin-bottom: 0;
}

.link {
  margin-bottom: 20px;
}

.link_list {
  display: flex;
}

.link_list li {
  box-sizing: border-box;
  width: 25%;
  color: #b8896d;
  background: #fff;
  border-top: 1px solid #b8896d;
  border-bottom: 1px solid #b8896d;
  border-right: 1px solid #b8896d;
}

.link_list li:first-of-type {
  border-left: 1px solid #b8896d;
}

.link_list li a {
  display: block;
  padding: 20px 20px;
  width: 100%;
  color: inherit;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .link_list li a {
    padding: 3.125vw 3.125vw;
    font-size: 3.125vw;
  }
}

.link_list li a.active {
  color: #fff;
  background: #b8896d;
}

@media screen and (min-width: 813px) {
  .link_list li a:hover {
    color: #fff;
    background: #b8896d;
  }
}

.section {
  padding: 30px 20px;
  background: #eee;
}

@media screen and (max-width: 812px) {
  .section {
    padding: 3.125vw 3.125vw;
  }
}

.section + .section {
  margin-top: -30px;
}

@media screen and (max-width: 812px) {
  .section + .section {
    margin-top: -4.6875vw;
  }
}

.section_inner {
  padding: 50px 50px;
  background: #fff;
}

@media screen and (max-width: 812px) {
  .section_inner {
    padding: 9.375vw 6.25vw;
  }
}

.section_title {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 28px;
  line-height: 1.5;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

@media screen and (max-width: 812px) {
  .section_title {
    margin-bottom: 4.6875vw;
    padding: 2.34375vw 0;
    font-size: 3.4375vw;
    border-width: 1px;
  }
}

.section_title .price {
  flex-shrink: 0;
  margin-left: 2em;
}

@media screen and (min-width: 813px) {
  .section_cont {
    display: flex;
    justify-content: space-between;
  }
}

.section_images, .section_images--reverse {
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (min-width: 813px) {
  .section_images, .section_images--reverse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (max-width: 812px) {
  .section_images, .section_images--reverse {
    margin-bottom: 9.375vw;
  }
}

.section_images--reverse {
  flex-direction: row-reverse;
}

.section_image, .section_image--top, .section_image--bottom {
  width: 376px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 812px) {
  .section_image, .section_image--top, .section_image--bottom {
    margin-bottom: 6.25vw;
    width: 100%;
  }
}

@media screen and (min-width: 813px) {
  .section_image--bottom {
    width: 352px;
  }
}

.section_product, .section_product--under {
  width: 350px;
}

@media screen and (max-width: 812px) {
  .section_product, .section_product--under {
    margin: 0 auto;
    width: 67.5vw;
  }
}

@media screen and (min-width: 813px) {
  .section_product--under {
    width: 100%;
  }
}

.section_productList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 813px) {
  .section_productList {
    margin-top: -30px;
  }
}

@media screen and (max-width: 812px) {
  .section_productList {
    margin-bottom: -4.6875vw;
  }
}

.section_productList li {
  width: 160px;
  text-align: center;
}

@media screen and (min-width: 813px) {
  .section_productList li {
    margin-top: 30px;
  }
}

@media screen and (max-width: 812px) {
  .section_productList li {
    margin-bottom: 4.6875vw;
    width: 31.25vw;
  }
}

.section_productList li a {
  display: block;
}

.section_productImage {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 812px) {
  .section_productImage {
    margin-bottom: 1.5625vw;
  }
}

.section_productImage::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.section_productImage img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section_productNumber {
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 812px) {
  .section_productNumber {
    font-size: 3.125vw;
  }
}

.section_productNumber .number {
  font-size: 20px;
}

@media screen and (max-width: 812px) {
  .section_productNumber .number {
    font-size: 3.125vw;
  }
}

.section_productPrice {
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 812px) {
  .section_productPrice {
    font-size: 4.375vw;
  }
}

.section_productPrice .tax {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 812px) {
  .section_productPrice .tax {
    font-size: 3.125vw;
  }
}

.section_productCaption {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 812px) {
  .section_productCaption {
    margin-top: 1.5625vw;
    font-size: 2.8125vw;
  }
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
