.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-hero__read {
  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: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#DBB27C), to(#EA9191));
  background: linear-gradient(90deg, #DBB27C 0%, #EA9191 100%);
}
.p-hero__read-sub {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
.p-hero__read-main {
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
.p-hero__campaign {
  padding: 35px 0 36px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(219, 178, 124, 0.15)), to(rgba(234, 145, 145, 0.15)));
  background: linear-gradient(90deg, rgba(219, 178, 124, 0.15) 0%, rgba(234, 145, 145, 0.15) 100%);
}
.p-hero__campaign-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-hero__campaign-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 14px 0 0;
}
.p-hero__campaign-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0 26px;
  margin: 18px 60px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.p-hero__campaign-button {
  -webkit-box-shadow: 0 4px 10px #DCC2BF;
          box-shadow: 0 4px 10px #DCC2BF;
}
.p-hero__campaign-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 60px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #777777;
}
.p-hero__set {
  position: relative;
  height: 301px;
  margin: 30px 0 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(219, 178, 124, 0.15)), to(rgba(234, 145, 145, 0.15)));
  background: linear-gradient(-90deg, rgba(219, 178, 124, 0.15) 0%, rgba(234, 145, 145, 0.15) 100%);
}
.p-hero__set-limit {
  position: absolute;
  top: 32px;
  left: 55px;
}
.p-hero__set-title {
  position: absolute;
  top: 58px;
  left: 126px;
}
.p-hero__set-button {
  position: absolute;
  top: 191px;
  left: 190px;
  -webkit-box-shadow: 0 4px 10px #DCC2BF;
          box-shadow: 0 4px 10px #DCC2BF;
}
.p-hero__set-item {
  position: absolute;
  top: 42px;
  right: 82px;
}
.p-hero__set-note {
  position: absolute;
  top: 227px;
  right: 44px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 38px;
  text-align: center;
  color: #777777;
}

.p-about {
  margin: 80px 0 0;
}
.p-about__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: 152px;
  padding: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #805A46;
}
.p-about__heading:before, .p-about__heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#DBB27C), to(#EA9191));
  background: linear-gradient(90deg, #DBB27C 0%, #EA9191 100%);
}
.p-about__heading:before {
  top: 0;
}
.p-about__heading:after {
  bottom: 0;
}
.p-about__heading-sub {
  margin: 5px 0 0;
}
.p-about__read {
  position: relative;
  margin: 80px 0 0;
}
.p-about__read-title {
  width: 436px;
  margin: 0 0 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #805A46;
}
.p-about__read-detail {
  width: 434px;
  margin: 20px 0 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: #555555;
}
.p-about__read-image {
  position: absolute;
  top: -42px;
  right: 10px;
}
.p-about__image {
  margin: 80px 0 0;
}
.p-about__voice {
  margin: 60px 0 0;
}
.p-about__voice-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;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #805A46;
  gap: 20px;
}
.p-about__voice-heading-icon._right {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-about__voice-list {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  gap: 15px;
  margin: 87px 0 0;
}
.p-about__voice-list-item {
  display: grid;
}
.p-about__voice-card {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  padding: 60px 0 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(219, 178, 124, 0.1)), to(rgba(234, 145, 145, 0.1)));
  background: linear-gradient(90deg, rgba(219, 178, 124, 0.1) 0%, rgba(234, 145, 145, 0.1) 100%);
  border-radius: 50px;
}
.p-about__voice-card-index {
  position: absolute;
  top: -66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-about__voice-card-detail {
  margin: auto 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #805A46;
}
.p-about__voice-card-name {
  margin: 7px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #805A46;
}
.p-about__voice-note {
  margin: 30px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #777777;
}

.p-function {
  margin: 80px 0 0;
}
.p-function__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: 152px;
  padding: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #805A46;
}
.p-function__heading:before, .p-function__heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#DBB27C), to(#EA9191));
  background: linear-gradient(90deg, #DBB27C 0%, #EA9191 100%);
}
.p-function__heading:before {
  top: 0;
}
.p-function__heading:after {
  bottom: 0;
}
.p-function__heading-sub {
  margin: 5px 0 0;
}
.p-function__list {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  gap: 15px;
  margin: 39px 0 0;
}
.p-function__list-item {
  display: grid;
}
.p-function__card-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #805A46;
}
.p-function__card-image-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 168px;
  margin: 13px 0 0;
}
.p-function__card-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #805A46;
}
.p-function__card-image-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0;
}
.p-function__card-note {
  margin: 25px 0 0;
  font-style: normal;
  font-weight: 350;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #444444;
}

.p-product {
  margin: 80px 0 0;
}
.p-product__heading {
  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: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#DBB27C), to(#EA9191));
  background: linear-gradient(90deg, #DBB27C 0%, #EA9191 100%);
}
.p-product__heading-sub {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
.p-product__heading-main {
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
.p-product__01 {
  padding: 35px 60px 60px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(219, 178, 124, 0.15)), to(rgba(234, 145, 145, 0.15)));
  background: linear-gradient(90deg, rgba(219, 178, 124, 0.15) 0%, rgba(234, 145, 145, 0.15) 100%);
}
.p-product__01-product {
  overflow: hidden;
  border-radius: 10px;
  margin: 30px 0 0;
}
.p-product__01-product-body {
  display: grid;
  grid-template: auto/auto 1fr;
  gap: 40px;
  min-height: 295px;
  padding: 50px 0 27px 50px;
  background-color: #fff;
}
.p-product__01-product-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-product__01-product-option {
  margin: 10px 0 0;
}
.p-product__01-product-price {
  margin: 12px 0 0;
}
.p-product__01-product-button {
  -webkit-box-shadow: 0 4px 10px #DCC2BF;
          box-shadow: 0 4px 10px #DCC2BF;
}
.p-product__01-note {
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #555555;
}
.p-product__02 {
  position: relative;
  padding: 47px 60px 60px;
  margin: 54px 0 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(219, 178, 124, 0.15)), to(rgba(234, 145, 145, 0.15)));
  background: linear-gradient(-90deg, rgba(219, 178, 124, 0.15) 0%, rgba(234, 145, 145, 0.15) 100%);
}
.p-product__02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#DBB27C), to(#EA9191));
  background: linear-gradient(90deg, #DBB27C 0%, #EA9191 100%);
}
.p-product__02-heading {
  margin: 0 0 0 136px;
}
.p-product__02-product {
  position: relative;
  padding: 57px 0 53px 416px;
  margin: 36px 0 0;
  border-radius: 10px;
  background-color: #fff;
}
.p-product__02-product-image {
  position: absolute;
  top: -9px;
  left: 62px;
}
.p-product__02-product-price {
  margin: 20px 0 0;
}
.p-product__02-product-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 73px 0 0;
  margin: 29px 0 0 0;
}
.p-product__02-product-button {
  -webkit-box-shadow: 0 4px 10px #DCC2BF;
          box-shadow: 0 4px 10px #DCC2BF;
}
.p-product__02-information {
  display: grid;
  grid-template: "image title" "image detail" "buttonWrap buttonWrap" "note note" auto/auto 1fr;
  padding: 40px 50px 40px;
  margin: 30px 0 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.p-product__02-information-image {
  grid-area: image;
  padding: 0 17px 0 23px;
}
.p-product__02-information-title {
  grid-area: title;
  margin: 3px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #805A46;
}
.p-product__02-information-detail {
  margin: 6px 0 0;
  grid-area: detail;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #805A46;
}
.p-product__02-information-button-wrap {
  grid-area: buttonWrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 19px 0 0;
}
.p-product__02-information-note {
  grid-area: note;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #555555;
}