.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%;
}

body {
  padding-top: 0;
}

img {
  max-width: 100%;
}

.if-category_mv {
  margin-bottom: 0;
}

.if-category_main {
  background: linear-gradient(to top, #F794BA 16%, #f4b8d1 16%);
  position: relative;
}

.if-category_title {
  margin-left: -1.875vw;
}

.if-category_lead {
  width: 90%;
  margin: 0 auto;
}

.if-category_profile_wrapper {
  width: 84%;
  margin: 0 auto 9.0625vw;
  background-color: #fff;
  padding: 6.25vw 4.6875vw 8.75vw;
  border-radius: 20px;
}

.if-category_profile_top {
  width: 85%;
  margin: 0 auto 4.375vw;
}

.if-category_profile_text {
  margin-bottom: 5.3125vw;
}

.if-category_sns {
  width: 85%;
  display: block;
  margin: 0 auto;
}

.if-category_profile_lead {
  width: 84%;
  margin: 0 auto;
}

.if-category_profile_code {
  width: 80%;
  margin: 0 auto 4.6875vw;
}

.if-category_profile_caution {
  width: 70%;
  margin-left: 6.875vw;
  padding-bottom: 6.875vw;
}

.if-category_product {
  position: relative;
  padding-bottom: 15.625vw;
}

.if-category_product.--shoes {
  background-color: #F4CA42;
}

.if-category_product.--salopettes {
  background-color: #04936C;
}

.if-category_product.--t-shirts {
  background-color: #5FD4E0;
}

.if-category_product.--caps {
  background-color: #B682BF;
}

.if-category_product.--one-piece {
  background-color: #F4B8D1;
}

.if-category_product_title {
  position: absolute;
  top: 0;
  height: 30.78125vw;
}

.if-category_product_description {
  width: 84%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 6.25vw 7.8125vw 8.59375vw;
  position: relative;
}

.if-category_product_description.--caps {
  margin-top: -15.9375vw;
}

.if-category_product_description + .if-category_product_description {
  margin-top: 11.875vw;
}

.if-category_product_text {
  font-size: 4.375vw;
  font-weight: bold;
  margin-bottom: 1.5625vw;
  line-height: 1.36;
}

.if-category_product_price {
  width: 78%;
}

.if-category_product_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6.25vw;
  width: 55%;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
