.p-u-zoom-50 {
  zoom: 0.5;
}

.p-content__in {
  max-width: 930px;
  margin: auto;
}

.p-heading-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 153px;
}
.p-heading-01:before, .p-heading-01:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#EB8E7B), to(#D86F82));
  background: linear-gradient(90deg, #EB8E7B 0%, #D86F82 100%);
}
.p-heading-01:before {
  top: 0;
}
.p-heading-01:after {
  bottom: 0;
}
.p-heading-01__main {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #774E38;
}
.p-heading-01__sub {
  margin: 6px 0 -16px;
}

.p-hero {
  position: relative;
}
.p-hero__heading-sub {
  position: absolute;
  top: 40px;
  left: 40px;
}
.p-hero__heading {
  position: absolute;
  top: 40px;
  left: 305px;
}
.p-hero__foot {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-hero__foot-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}

.p-about {
  margin: 80px 0 0;
}
.p-about__01 {
  display: grid;
  grid-template: "title image" "detail image" ". image" auto/341px 1fr;
  gap: 0 106px;
  padding: 0 30px 0;
  margin: 40px 0 0;
}
.p-about__01-title {
  grid-area: title;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.07em;
  color: #774E38;
}
.p-about__01-detail {
  grid-area: detail;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-about__01-image {
  grid-area: image;
  margin: 12px 0 0;
}
.p-about__02 {
  margin: 40px 0 0;
}
.p-about__03 {
  padding: 40px 40px 40px;
  margin: 40px 0 0;
  background: top right/100% auto no-repeat #F0ECEC;
}
.p-about__03-title {
  width: 380px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.07em;
  color: #C56778;
}
.p-about__03-detail {
  width: 380px;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #774E38;
}
.p-about__03-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 40px 0 0;
}
.p-about__03-note {
  margin: 5px 0 -23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #774E38;
}

.p-function {
  margin: 80px 0 0;
}
.p-function__01 {
  margin: 40px 0 0;
}
.p-function__01-grid {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  gap: 15px;
}
.p-function__01-card-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #774E38;
}
.p-function__01-card-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 187px;
  margin: -6px 0 0;
}
.p-function__01-card-read {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.15em;
  color: #774E38;
}
.p-function__01-card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 0;
}
.p-function__01-note {
  margin: 40px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #444444;
}

.p-product {
  margin: 95px 0 0;
}
.p-product__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 101px;
  padding: 6px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#EB8E7B), to(#D86F82));
  background: linear-gradient(90deg, #EB8E7B 0%, #D86F82 100%);
}
.p-product__heading-sub {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-product__heading-main {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-product__heading-note {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.p-product__in {
  padding: 40px 40px 40px;
  background: rgba(197, 103, 120, 0.15);
}
.p-product__product {
  display: grid;
  grid-template: "image name" "image text" "image price" 1fr "note note"/auto 1fr;
  gap: 0 30px;
  padding: 39px 39px 39px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #D86F82;
}
.p-product__product._info {
  border-color: transparent;
}
.p-product__product:not(:first-child) {
  margin-top: 30px;
}
.p-product__product-image {
  grid-area: image;
}
.p-product__product-name {
  grid-area: name;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #774E38;
}
.p-product__product-name._info {
  font-size: 20px;
  letter-spacing: 0.07em;
}
.p-product__product-text {
  grid-area: text;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #774E38;
}
.p-product__product-text:not(:first-child) {
  margin-top: 10px;
}
.p-product__product-price {
  grid-area: price;
  align-self: end;
}
.p-product__product-price-sub {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #774E38;
}
.p-product__product-price-sub:not(:first-child) {
  margin-top: 10px;
}
.p-product__product-price-block {
  padding: 20px 20px 20px;
  background: #F7F5F2;
}
.p-product__product-price-block:not(:first-child) {
  margin-top: 5px;
}
.p-product__product-price-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  background: #B9A56B;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.p-product__product-price-button:not(:first-child) {
  margin-top: 15px;
}
@media (hover: hover) {
  .p-product__product-price-button:hover {
    opacity: 0.7;
  }
}
.p-product__product-price-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  display: block;
  width: 7px;
  height: 14px;
  margin: auto;
  background: url(/pgmedia/cp_larose_202604/img/product_arrow_pc.svg) 0 0/contain no-repeat;
}
.p-product__product-note {
  grid-area: note;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #444444;
}