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

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

.p-button {
  display: block;
  border-radius: 100px;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.p-button:hover {
  opacity: 0.7;
}
.p-button img:nth-child(n) {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
}

.p-point {
  margin: 27px 0 0;
}
.p-point__section:not(:first-child) {
  margin-top: 20px;
}
.p-point__heading-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-point__heading-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
}
.p-point__mod-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  padding: 0 0 40px;
  margin: 40px 0 0;
}
.p-point__mod-01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background: #FBF0E9;
  z-index: -1;
}
.p-point__mod-01-text {
  margin: 16px 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-point__mod-01-title {
  margin: 11px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-point__mod-01-note {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-point__mod-02 {
  position: relative;
  padding: 0 0 36px;
  margin: 30px 0 0;
}
.p-point__mod-02:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 313px;
  background: #FBF0E9;
  z-index: -1;
}
.p-point__mod-02-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 57px;
}
.p-point__mod-02-block {
  position: relative;
}
.p-point__mod-02-block:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 88px;
  left: -49px;
  width: 49px;
  height: 12px;
  background: url(/pgmedia/cp_ls-ovenpot_202506/img/point_arrow_01_pc.png) 0 0/contain no-repeat;
}
.p-point__mod-02-block._01 {
  margin: 0 0 0 -10px;
}
.p-point__mod-02-block._02 {
  margin: 0 0 0 -10px;
}
.p-point__mod-02-block._02:before {
  left: -37px;
}
.p-point__mod-02-text {
  margin: 29px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-point__mod-03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  padding: 0 0 38px;
  margin: 27px 0 0;
}
.p-point__mod-03:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 195px;
  background: #FBF0E9;
  z-index: -1;
}
.p-point__mod-03-text {
  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: 58px;
  margin: 17px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.p-product {
  padding: 7px 0 7px;
  margin: 60px 0 0;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.p-product__grid {
  display: grid;
  grid-template: "block image" "note note" "foot foot" auto/1fr auto;
  gap: 0 43px;
  padding: 51px 52px 40px 52px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.p-product__grid-block {
  grid-area: block;
}
.p-product__grid-image {
  grid-area: image;
  margin: -4px -44px 0 0;
}
.p-product__grid-note {
  margin: 17px 0 0;
  grid-area: note;
}
.p-product__grid-foot {
  grid-area: foot;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 30px;
  margin: 34px 0 0;
  background-color: #F6F6FB;
  border-radius: 10px;
}
.p-product__heading {
  padding: 0 0 19px;
  border-bottom: 1px solid #333333;
}
.p-product__heading-main {
  display: block;
}
.p-product__heading-sub {
  display: block;
  margin: 12px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-product__price {
  margin: 20px 0 0;
}
.p-product__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px;
  margin: 31px -12px 0 0;
  background-color: #FBF0E9;
}
.p-product__set-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #333333;
}
.p-product__set-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 0 16px 0 24px;
  border-left: 1px solid #F0DFD5;
}
.p-product__set-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-product__note {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #333333;
}

.p-reason {
  margin: 80px 0 0;
}
.p-reason__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-reason__mod-01 {
  display: grid;
  grid-template: "title image" "detail image" "foot foot" auto/1fr auto;
  gap: 0 44px;
  margin: 50px 0 0;
}
.p-reason__mod-01-title {
  grid-area: title;
}
.p-reason__mod-01-image {
  grid-area: image;
}
.p-reason__mod-01-detail {
  grid-area: detail;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-reason__mod-01-detail-item:not(:first-child) {
  margin-top: 5px;
}
.p-reason__mod-01-foot {
  grid-area: foot;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  padding: 25px 25px 25px;
  margin: 40px 0 0;
  border-radius: 30px;
  background-color: #FBF0E9;
}
.p-reason__mod-01-foot-title {
  padding: 18px 0 0;
}
.p-reason__mod-01-foot-text {
  margin: 11px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-reason__mod-02 {
  position: relative;
  display: grid;
  grid-template: "title image" "detail image" auto/1fr auto;
  gap: 0 92px;
  padding: 0 48px 0 0;
  margin: 101px 0 0;
}
.p-reason__mod-02-title {
  grid-area: title;
}
.p-reason__mod-02-image {
  grid-area: image;
  margin: -12px 0 0;
}
.p-reason__mod-02-detail {
  grid-area: detail;
  margin: 28px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-reason__mod-02-detail-item:not(:first-child) {
  margin-top: 5px;
}
.p-reason__mod-02-bg {
  position: absolute;
  top: -51px;
  left: 360px;
  z-index: -1;
}

.p-review {
  position: relative;
  padding: 154px 40px 40px;
  margin: 172px 0 0;
  background: #FBF0E9;
  border-radius: 20px;
}
.p-review__heading {
  position: absolute;
  top: -76px;
  left: 0;
  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;
  width: 100%;
}
.p-review__heading-main {
  margin: 15px 0 0;
}
.p-review__voice-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px 40px 36px 40px;
  background: #FFFFFF;
  border-radius: 20px;
}
.p-review__voice-block:not(:first-child) {
  margin-top: 30px;
}
.p-review__voice-label {
  position: absolute;
  top: -15px;
  left: 40px;
}
.p-review__voice-icon-text {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-review__voice-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.p-review__voice-detail-item:not(:first-child) {
  margin-top: 5px;
}