@charset "utf-8";
/* CSS Document */
.product_fv {
  position: relative;
  margin-bottom: 3rem;
  /*height: 480px;
    background: url("../img/product/pc/fv_product.jpg") no-repeat center bottom;
    background-size: cover;*/
}

.product_fv img {
  width: 100%;
}

.product_fv .page_ttl {
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -50%;
}

.product_graph {
  text-align: center;
  margin-bottom: 4rem;
}

.product_list {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.product_list::after {
  content: "";
  width: 50%;
  height: 0;
  display: block;
}

.product_list li {
  flex-basis: 50%;
  max-width: 500px;
  box-sizing: border-box;
  padding: 0 6% 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
}

.product_name {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.product_img {
  margin-bottom: 0.5rem;
}

.product_feature {
  text-align: left;
  margin-bottom: 0.8rem;
}

.feature_01,
.feature_02,
.feature_03 {
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  margin-right: 0.3rem;
  padding: 0 0.5em;
  margin-bottom: 0.5rem;
  vertical-align: middle;
}

.feature_01 {
  background: #f33;
}

.feature_02 {
  background: #c90;
}

.feature_03 {
  background: #09c;
}

.detail_btn {
  display: block;
  border: 1px solid #081f2c;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #081f2c;
  margin-bottom: 0.5rem;
}

.product_chart {
  margin-bottom: 1rem;
}

.detail_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../img/vitax/common/icon_arrow_circle.svg") no-repeat;
  background-size: 100% 100%;
  margin-left: 2em;
  vertical-align: middle;
}

.detail_btn:hover {
  background: #081f2c;
  color: #fff;
}

.shop_btn {
  display: block;
  border: 1px solid #e62e8b;
  box-sizing: border-box;
  padding: 0.3rem 1rem;
  background: #fff;
  color: #e62e8b;
}

.shop_btn::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../../img/vitax/common/icon_cart_p.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 1.5em;
  vertical-align: middle;
}

.shop_btn:hover {
  background: #e62e8b;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .product_fv {
    margin-bottom: 2rem;
    /*height: 418px;
    background: url("../img/product/sp/fv_product.jpg") no-repeat center bottom;*/
  }

  .product_fv .page_ttl {
    top: 15%;
  }

  .product_graph {
    margin-bottom: 3rem;
  }

  .product_list::after {
    display: none;
  }

  .product_list li {
    flex-basis: auto;
    max-width: 100%;
    padding: 0 2% 4rem;
  }

  .product_name {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .product_feature {
    font-size: 0.75rem;
  }

  .feature_01,
  .feature_02,
  .feature_03 {
    font-size: 0.75rem;
  }
}

css {
  aspect-ratio: 533 / 330;
}
