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

.p-heading-01 {
  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: 66px;
  margin: 0 0 35px;
  border-top: 1px solid #EC6D65;
  border-bottom: 1px solid #EC6D65;
  padding: 8px 0 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 154%;
  text-align: center;
  letter-spacing: 0.15em;
  color: #EC6D65;
}

.p-heading-02 {
  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;
}
.p-heading-02:before, .p-heading-02:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 1px;
  background-color: #EC6D65;
}
.p-heading-02__in {
  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;
  width: 111px;
  height: 111px;
  padding: 10px 0 0;
  border-radius: 50%;
  border: 1px solid #EC6D65;
}

.p-point__section-01 + .p-point__section-01 {
  margin-top: 80px;
}
.p-point__section-02 + .p-point__section-02 {
  margin-top: 50px;
}
.p-point__list-01-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 37px 0 33px;
  margin: 35px 0 0;
  background: #FBFBFB;
}
.p-point__list-01 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-point__list-01-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.p-point__list-01-item:not(:first-child) {
  margin-top: 9px;
}
.p-point__list-01-item:before {
  content: "";
  display: block;
  width: 27px;
  height: 25px;
  background: url(/theme/Pc/img/product/bbcream/202603/icon_check_pc.svg) 0 0/contain no-repeat;
}
.p-point__bridge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -14px 0 9px;
}
.p-point__read {
  position: relative;
}
.p-point__read-title {
  position: absolute;
  top: 64px;
  left: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #EC6D65;
}
.p-point__read-detail {
  position: absolute;
  top: 216px;
  left: 60px;
  width: 419px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-point__read-detail b {
  font-weight: inherit;
  color: #EC6D65;
}
.p-point__choice {
  position: relative;
}
.p-point__choice-title {
  position: absolute;
  top: 130px;
  left: 489px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #EC6D65;
}
.p-point__choice-detail {
  position: absolute;
  top: 193px;
  left: 489px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.1em;
  color: #534747;
}
.p-point__choice-detail b {
  font-weight: inherit;
  color: #EC6D65;
}
.p-point__choice-note {
  position: absolute;
  top: 335px;
  left: 489px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #534747;
}
.p-point__mod-01 {
  display: grid;
  grid-template: "title imageMain" "image imageMain" "detail imageMain" "note imageMain" ". imageMain" 1fr/1fr 464px;
  gap: 0 37px;
  margin: 25px 0 0;
}
.p-point__mod-01 + .p-point__mod-01 {
  margin-top: 42px;
}
.p-point__mod-01-title {
  margin: 12px 0 0;
  grid-area: title;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #EC6D65;
}
.p-point__mod-01-title sub {
  font-size: 12px;
}
.p-point__mod-01-detail {
  grid-area: detail;
  margin: 14px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-point__mod-01-detail b {
  color: #EC6D65;
  font-weight: inherit;
}
.p-point__mod-01-detail sub {
  font-size: 10px;
}
.p-point__mod-01-image-main {
  grid-area: imageMain;
  justify-self: end;
  align-self: center;
}
.p-point__mod-01-image-main._01 {
  margin: 8px 0 0;
}
.p-point__mod-01-image-main._02 {
  margin: 8px 0 0;
}
.p-point__mod-01-image-main._03 {
  margin: 0 80px 0 86px;
}
.p-point__mod-01-image {
  grid-area: image;
  margin: 19px 0 0;
}
.p-point__mod-01-note {
  grid-area: note;
  margin: 9px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #888888;
}
.p-point__mod-01-detail + .p-point__mod-01-note {
  margin-top: 15px;
}
.p-point__image-01 {
  margin: 35px 0 0;
}
.p-point__point {
  margin: 80px 0 0;
}
.p-point__commitment {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  gap: 20px;
}
.p-point__commitment-block {
  display: grid;
  grid-template: auto auto 1fr/1fr;
  padding: 0 0 40px;
  background: #FBFBFB;
  border-radius: 10px;
}
.p-point__commitment-image {
  background-color: #fff;
}
.p-point__commitment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0;
}
.p-point__commitment-detail {
  margin: 17px 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-point__commitment-detail b {
  color: #EC6D65;
}
.p-point__ba {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 30px;
}
.p-point__ba-block {
  display: grid;
  grid-template: auto 1fr/1fr;
  background: #FBFBFB;
  border-radius: 10px;
}
.p-point__ba-image {
  background-color: #fff;
}
.p-point__ba-detail {
  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: 118px;
  padding: 4px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-point__movie {
  margin: 30px auto 0;
}
.p-point__movie-video {
  position: relative;
}
.p-point__movie-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-point__movie-sub {
  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: 80px;
  margin: 20px 0 0;
  background: #FBFBFB;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #554848;
}

.p-use__info-01 {
  display: grid;
  grid-template: auto/270px 1fr;
}
.p-use__info-01-head {
  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: 98px;
  background: #EF857D;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-use__info-01-body {
  padding: 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFB;
}
.p-use__info-01-detail {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.p-use__info-01-detail b {
  color: #EC6D65;
}
.p-use__section {
  margin: 35px 0 0;
}
.p-use__section + .p-use__section {
  margin-top: 40px;
}
.p-use__mod-01 {
  display: grid;
  grid-template: "image title" "image detail" "image ." auto/auto 1fr;
  margin: 25px 0 0;
  gap: 0 35px;
}
.p-use__mod-01-image {
  grid-area: image;
}
.p-use__mod-01-title {
  grid-area: title;
  margin: 2px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #EC6D65;
}
.p-use__mod-01-detail {
  margin: 15px 0 0;
  grid-area: detail;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-use__info-02 {
  padding: 26px 139px 21px;
  margin: 80px 0 0;
  background: #FBFBFB;
  border: 2px solid #EF857D;
  border-radius: 10px;
}
.p-use__info-02-title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #EC6D65;
}
.p-use__info-02-list {
  margin: 8px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-use__info-02-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-use__info-02-list-item:not(:first-child) {
  margin-top: 16px;
}
.p-use__info-02-list-item:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 6px 10px 0 0;
  border-radius: 50%;
  background: #EF857D;
}