.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-read__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-info {
  margin: 30px 0 0;
}
.p-info__heading {
  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;
  height: 80px;
  background: #F58596;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-info__in {
  padding: 36px 40px 54px;
  background-color: #FDF1E9;
}
.p-info__read {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #784826;
}
.p-info__01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}
.p-info__01-arrow {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 43px;
  height: 45px;
  margin: auto;
}
.p-info__campaign {
  position: relative;
  padding: 0 40px 40px;
  margin: 3px 0 0;
  background: -webkit-gradient(linear, right top, left top, from(#FFDFE4), color-stop(102.31%, #FFEEDF));
  background: linear-gradient(270deg, #FFDFE4 0%, #FFEEDF 102.31%);
}
.p-info__campaign-heading {
  position: relative;
  top: -29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -29px;
}
.p-info__campaign-heading-note {
  margin: 14px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #784826;
}
.p-info__campaign-01 {
  margin: 5px 0 0;
}
.p-info__campaign-01-heading {
  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;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(202, 170, 123, 0.85)), to(rgba(184, 151, 80, 0.85)));
  background: linear-gradient(90deg, rgba(202, 170, 123, 0.85) 0%, rgba(184, 151, 80, 0.85) 100%);
  border-radius: 10px 10px 0 0;
}
.p-info__campaign-01-in {
  position: relative;
  min-height: 242px;
  padding: 30px 30px 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-info__campaign-01-block {
  max-width: 350px;
}
.p-info__campaign-01-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #444444;
}
.p-info__campaign-01-detail b {
  font-weight: inherit;
  color: #F15F76;
}
.p-info__campaign-01-note {
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  color: #444444;
}
.p-info__campaign-01-image {
  position: absolute;
  top: 16px;
  right: 15px;
}

.p-product {
  margin: 60px 0 0;
}
.p-product__heading {
  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;
  height: 80px;
  background: #F58596;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-product__in {
  position: relative;
}
.p-product__in:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 428px;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.21%, rgba(253, 241, 233, 0)), color-stop(10.4%, #FDF1E9), to(#FDF1E9));
  background: linear-gradient(180deg, rgba(253, 241, 233, 0) 4.21%, #FDF1E9 10.4%, #FDF1E9 100%);
}
.p-product__hero-in {
  position: absolute;
  top: 92px;
  left: 74px;
}
.p-product__hero-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 47px;
  letter-spacing: 0.3em;
  color: #784826;
}
.p-product__hero-detail {
  margin: 21px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #784826;
}
.p-product__hero-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 35px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #784826;
}
.p-product__hero-tips-item {
  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;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #784826;
}
.p-product__hero-tips-item:first-child {
  padding-top: 4px;
}
.p-product__point {
  position: relative;
  padding: 0 40px 40px;
  margin: -72px 0 0;
  z-index: 1;
}
.p-product__point-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-product__point-in {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 38px 30px;
  margin: 41px 0 0;
}
.p-product__point-section {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
.p-product__point-section:nth-child(n+3) {
  grid-column: 1/-1;
}
.p-product__point-head {
  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: 121px;
  padding: 4px 0 0;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
}
.p-product__point-head._02 {
  min-height: 100px;
}
.p-product__point-body {
  padding: 30px 30px 30px;
}
.p-product__point-block {
  display: grid;
  grid-template: "title image" "detail image" "note image" ". image" auto/1fr auto;
}
.p-product__point-block:not(:first-child) {
  margin-top: 29px;
}
.p-product__point-block:has(.p-product__point-image-02) {
  grid-template: "title" "detail" "image" "note" auto/1fr auto;
}
.p-product__point-block:has(.p-product__point-image-03) {
  grid-template: "detail image" "note image" ". image" auto/1fr auto;
}
.p-product__point-index {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-product__point-title-01 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #784826;
}
.p-product__point-title-02 {
  grid-area: title;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #784826;
}
.p-product__point-title-02._02 {
  text-align: center;
}
.p-product__point-detail {
  grid-area: detail;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
}
.p-product__point-detail:not(:first-child) {
  margin-top: 5px;
}
.p-product__point-note {
  grid-area: note;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #784826;
}
.p-product__point-note + .p-product__point-note {
  margin-top: 0;
}
.p-product__point-note._02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-product__point-image-01 {
  grid-area: image;
  margin: 0 -5px 0 9px;
}
.p-product__point-image-02 {
  grid-area: image;
  margin: 16px 0 0;
}
.p-product__point-image-03 {
  grid-area: image;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin: 11px 21px 0 13px;
}
.p-product__point-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product__point-01-check {
  margin: 9px 9px 2px 12px;
}
.p-product__point-01-title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #784826;
}
.p-product__point-01-detail {
  margin: 0 0 0 33px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #784826;
}

.p-member {
  margin: 60px 0 0;
}
.p-member__heading {
  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;
  height: 80px;
  background: #F58596;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-member__in {
  padding: 30px 40px 45px;
  background: #FDF1E9;
}
.p-member__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-member__01 {
  display: grid;
  grid-template: auto/1fr 1fr;
  margin: 22px 0 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}
.p-member__01-block:not(:first-child) {
  border-left: 1px solid #444444;
}
.p-member__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: 75px;
  background-color: #F0DCCF;
}
.p-member__01-body {
  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: 90px;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-member__01-body._02 {
  padding: 8px 0 0;
}
.p-member__note {
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 172%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #444444;
}