.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 {
  position: relative;
}
.p-hero__title {
  position: absolute;
  top: 99px;
  left: 36px;
}
.p-hero__button {
  position: absolute;
  display: block;
  top: 401px;
  left: 36px;
  -webkit-box-shadow: 5px 5px 10px rgba(152, 129, 122, 0.3);
          box-shadow: 5px 5px 10px rgba(152, 129, 122, 0.3);
  border-radius: 100px;
}

.p-renewal {
  margin: 35px 0 0;
}
.p-renewal__read {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 20px;
  margin: 0 0 30px;
}
.p-renewal__read-block {
  display: grid;
  grid-template: auto/auto 1fr;
}
.p-renewal__read-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;
  width: 150px;
}
.p-renewal__read-head._01 {
  background: #7FB07C;
}
.p-renewal__read-head._02 {
  position: relative;
  background: #EF857D;
}
.p-renewal__read-head._02:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  display: block;
  border: solid transparent;
  border-width: 0 22px 26px 22px;
  border-bottom-color: #EF857D;
}
.p-renewal__read-body {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 20px 20px;
  background: #FBFBFB;
}
.p-renewal__read-list {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-renewal__read-list-item {
  position: relative;
  padding: 0 0 0 19px;
}
.p-renewal__read-list-item:not(:first-child) {
  margin-top: 11px;
}
.p-renewal__read-list-item:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.p-renewal__read-list._01 b {
  color: #7FB07C;
}
.p-renewal__read-list._01 .p-renewal__read-list-item:after {
  background: #7FB07C;
}
.p-renewal__read-list._02 b {
  color: #EF857D;
}
.p-renewal__read-list._02 .p-renewal__read-list-item:after {
  background: #EF857D;
}
.p-renewal__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;
  height: 80px;
  background: #EF857D;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-renewal__in {
  padding: 40px 40px 40px;
  background: rgba(239, 133, 125, 0.1);
}
.p-renewal__section {
  padding: 30px 40px 40px;
  background: #FFFFFF;
  border-radius: 10px;
}
.p-renewal__section + .p-renewal__section {
  margin-top: 40px;
}
.p-renewal__heading-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-renewal__heading-02-in {
  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;
  position: relative;
  min-width: 429px;
  min-height: 78px;
  padding: 8px 46px 0;
}
.p-renewal__heading-02-in:before, .p-renewal__heading-02-in:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 15px;
  border: 1px solid #EF857D;
}
.p-renewal__heading-02-in:before {
  left: 0;
  border-right: none;
}
.p-renewal__heading-02-in:after {
  right: 0;
  border-left: none;
}
.p-renewal__heading-02-text {
  margin: 9px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.07em;
  color: #EC6D65;
}
.p-renewal__grid {
  display: grid;
  grid-template: auto/1fr auto;
  gap: 20px;
  margin: 30px 0 0;
}
.p-renewal__grid + .p-renewal__grid {
  margin-top: 40px;
}
.p-renewal__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: #554848;
}
.p-renewal__detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-renewal__detail:not(:first-child) {
  margin-top: 15px;
}
.p-renewal__note {
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}
.p-renewal__sub-image {
  margin: 10px 0 0 -22px;
}

.p-user {
  margin: 60px 0 0;
}
.p-user__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: #EF857D;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-user__in {
  padding: 20px 40px 40px;
  background: #FBFBFB;
}
.p-user__read {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-user__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #666666;
}
.p-user__section {
  padding: 20px 0 21px;
  margin: 20px 0 0;
  background: #FFFFFF;
  border-radius: 10px;
}
.p-user__title {
  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: 30px;
  background: #7FB07C;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-user__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;
  margin: 25px 0 0;
}
.p-user__01-arrow {
  border: solid transparent;
  border-width: 20px 0 20px 18px;
  border-left-color: #999999;
  margin: -24px 16px 0 8px;
}

.p-campaign {
  margin: 75px 0 0;
}
.p-campaign__heading-01 {
  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;
  position: relative;
  min-height: 121px;
  padding: 21px 0 0;
  background: linear-gradient(90.97deg, #EF9D7D 0%, #EF857D 100%);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-campaign__heading-01-sub {
  position: absolute;
  top: -15px;
  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-width: 212px;
  height: 35px;
  padding: 0 11px 0;
  margin: auto;
  background: #FFFFFF;
  border: 2px solid #EF857D;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #EC6D65;
}
.p-campaign__heading-01-date {
  margin: 3px 0 0;
}
.p-campaign__heading-01._02 {
  background: linear-gradient(90.97deg, #7CB0A0 0%, #7FB07C 100%);
}
.p-campaign__heading-01._02 .p-campaign__heading-01-sub {
  border: 2px solid #7FB07C;
  color: #549E50;
}
.p-campaign__in {
  padding: 40px 40px 40px;
  background-color: #FDF3F2;
}
.p-campaign._02 .p-campaign__in {
  background-color: #EEF5EE;
}
.p-campaign__read {
  margin: -14px 0 27px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  text-align: center;
  letter-spacing: 0.07em;
  color: #554848;
}
.p-campaign__read b {
  font-size: 26px;
  color: #549E50;
}
.p-campaign__section {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.p-campaign__section + .p-campaign__section {
  margin-top: 29px;
}
.p-campaign__section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-shadow: 0 0 0 1px #EF857D inset;
          box-shadow: 0 0 0 1px #EF857D inset;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}
.p-campaign__section._no-border:after {
  display: none;
}
.p-campaign__section._02:after {
  -webkit-box-shadow: 0 0 0 1px #7FB07C inset;
          box-shadow: 0 0 0 1px #7FB07C inset;
}
.p-campaign__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;
  min-height: 69px;
  background: #EF857D;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-campaign__heading-02 b {
  font-size: 22px;
  font-weight: inherit;
}
.p-campaign__product {
  display: grid;
  gap: 30px;
  grid-template: auto/auto 1fr;
  padding: 40px 40px 40px;
}
.p-campaign__product-image {
  position: relative;
}
.p-campaign__product-image-off {
  position: absolute;
  top: -20px;
  left: -20px;
}
.p-campaign__product-name {
  min-height: 68px;
}
.p-campaign__product-detail {
  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;
  padding: 23px 0 25px;
  margin: 5px 0 0;
  background: #FBFBFB;
}
.p-campaign__product-button {
  display: block;
  margin: 15px 0 0;
  -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-campaign__product-note {
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}
.p-campaign__product-note-02 {
  margin: 4px 25px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}
.p-campaign__product-note-02-item {
  margin-top: 5px;
}

.p-sample {
  margin: 60px 0 0;
}
.p-sample__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: #EF857D;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-sample__heading b {
  font-size: 26px;
  font-weight: inherit;
}
.p-sample__in {
  padding: 40px 40px 40px;
  background: #FBFBFB;
}
.p-sample__section {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
}
.p-sample__product {
  display: grid;
  gap: 60px;
  grid-template: auto/auto 1fr;
  padding: 40px 40px 45px;
}
.p-sample__product-image {
  position: relative;
  padding: 98px 0 0 12px;
}
.p-sample__product-image-off {
  position: absolute;
  top: -25px;
  left: -25px;
}
.p-sample__product-name {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #554848;
}
.p-sample__product-spec {
  margin: 10px 0 0;
}
.p-sample__product-price {
  margin: 30px 0 0;
}
.p-sample__product-button {
  display: block;
  width: 335px;
  margin: 4px 0 0;
  -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-sample__product-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}
.p-sample__product-note-02 {
  margin: 4px 25px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}
.p-sample__product-note-02-item {
  margin-top: 5px;
}