.wrp_product_title {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 400;
}
.wrp_product_title {
  min-height: 48px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
.wrp_product_title > .inner {
  display: flex;
  align-items: center;
  max-width: 1366px;
  margin: auto;
  background: rgba(0, 0, 0, 0);
}
.wrp_product_title h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
  flex-grow: 2;
}
.wrp_product_title .left {
  display: flex;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
  flex-grow: 2;
}
.wrp_product_title .left .anchor {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  z-index: 100;
}

.wrp_product_title .left .anchor li {
  font-size: 16px;
  margin: 0 10px;
}

.left ul > li + li:after {
  border-left: 1px solid #ddd;
  position: absolute;
  height: 20px;
  content: "";
  top: 0;
  margin-top: 0;
  left: 0;
}

.wrp_product_title .right {
  display: flex;
  align-items: center;
}
.right {
  text-align: right !important;
}
.wrp_product_title .right .price {
  display: flex;
  align-items: flex-end;
  line-height: 1.2em;
  text-align: center;
  padding-right: 10px;
}
.wrp_product_title .right .price > * {
  padding: 0 5px;
}
.wrp_product_title .right .price {
  display: flex;
  align-items: flex-end;
  line-height: unset;
  text-align: center;
  padding-right: 10px;
}
.wrp_product_title .right .price > * {
  padding: 0 5px;
}
.wrp_product_title .right .price strong {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1em;
  color: #333333;
}
.wrp_product_title .right .button {
  display: flex;
  line-height: 1.2em;
}
.wrp_product_title .right .button a {
  background-color: #a4002c;
  /* background-color: var(--color-pink-flare); */
}
.wrp_product_title .right .price span:last-child {
  line-height: 1.2rem;
}

.top-concept-content,
works-content {
  padding-top: 100px;
}

.fa:before {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .wrp_product_title {
    padding: 10px 0px 0;
  }
  .wrp_product_title .left {
    display: none;
    font-size: 14px;
    position: fixed;
    top: 130px;
    background: #f5f5f2;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 5px 0;
  }
  .wrp_product_title .right {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .wrp_product_title > .inner {
    display: flex;
    align-items: center;
    max-width: 1170px;
    margin: auto;
    background: rgba(0, 0, 0, 0);
    flex-direction: column;
  }
  .wrp_product_title .right .button {
    display: flex;
    line-height: 1.2em;
    width: 100%;
  }
  .wrp_product_title .right .button li {
    width: 50%;
    border: 1px solid #fff;
  }
  .wrp_product_title .right .button a {
    display: flex;
    font-size: 13px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
@media screen and (max-width: 676px) {
  .wrp_product_title .right .price {
    margin-top: 0;
  }
  .wrp_product_title .left {
    font-size: 14px;
    position: fixed;
    top: 49px;
    background: #f5f5f2;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 5px 0;
  }
  .wrp_product_title .left span {
    font-size: 14px;
  }
  .wrp_product_title .right .price strong {
    font-size: 32px;
  }
  .wrp_product_title .right .price span:last-child {
    line-height: 1rem;
  }
}
