.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__heading {
  position: absolute;
  top: 76px;
  left: 44px;
}
.p-hero__heading-sub {
  position: absolute;
  top: 248px;
  left: 64px;
}
.p-hero__button {
  position: absolute;
  top: 245px;
  left: 100px;
  -webkit-box-shadow: 0 3px 8px #aa9d97;
          box-shadow: 0 3px 8px #aa9d97;
}
.p-hero__link {
  position: absolute;
  top: 320px;
  left: 141px;
}
.p-hero:has(.p-hero__heading-sub) .p-hero__button {
  top: 295px;
}
.p-hero:has(.p-hero__heading-sub) .p-hero__link {
  top: 370px;
}

.p-read {
  margin: 42px 0 0;
}
.p-read__detail {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 41px;
  text-align: center;
  color: #643f3f;
}
.p-read__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 0;
}

.p-wrapping {
  display: block;
  padding: 40px 40px 40px;
  margin: 43px 0 0;
  background-color: #FAFAFA;
}
.p-wrapping__heading {
  margin: 50px 0 0 42px;
}
.p-wrapping__heading-sub {
  display: block;
}
.p-wrapping__heading-main {
  display: block;
  margin: 12px 0 0;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.14em;
  line-height: 38px;
  text-align: left;
  color: #643f3f;
}
.p-wrapping__in {
  overflow: hidden;
  margin: 55px 0 0;
  border-radius: 10px;
  background-color: #fff;
}
.p-wrapping__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: 57px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #E56B8C;
}
.p-wrapping__body {
  padding: 30px 76px 30px;
}
.p-wrapping__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-wrapping__set-plus {
  margin: 0 28px 0;
}
.p-wrapping__set-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
}
.p-wrapping__set-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;
  gap: 5px;
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 21px;
  text-align: center;
  color: #e56b8c;
}
.p-wrapping__set-title::before, .p-wrapping__set-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  position: relative;
  top: 1px;
  background-color: #E56B8C;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.p-wrapping__set-title::after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.p-wrapping__set-item-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;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  border: 1px solid #E56C8C;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 12px;
  text-align: center;
  color: #e56b8c;
}
.p-wrapping__set-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0;
}
.p-wrapping__set-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background: #fff5f7;
  border: 2px solid #e56b8c;
  -webkit-box-shadow: 2px 3px 4px #c7b2b4;
          box-shadow: 2px 3px 4px #c7b2b4;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}
.p-wrapping__set-button-item {
  position: absolute;
}
.p-wrapping__set-button._01 .p-wrapping__set-button-item {
  top: -9px;
  left: 9px;
}
.p-wrapping__set-button._02 .p-wrapping__set-button-item {
  top: -3px;
  left: 8px;
}
.p-wrapping__set-button-text {
  color: #e56b8c;
}
.p-wrapping__set-button._01 .p-wrapping__set-button-text {
  padding-left: 18px;
}
.p-wrapping__set-button._02 .p-wrapping__set-button-text {
  padding-left: 21px;
}
.p-wrapping__set-button-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
.p-wrapping__set-option {
  padding: 0 21px 17px;
  margin: 33px 0 0;
  border-radius: 10px;
  background: #f8f5f5;
}
.p-wrapping__set-option-title {
  position: relative;
  top: -13px;
  margin: 0 0 -13px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: center;
  color: #836d6d;
}
.p-wrapping__set-option-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 6px 0 0;
}
.p-wrapping__set-option-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #836d6d;
}
.p-wrapping__set-option-link-item {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.p-wrapping__set-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  margin: 14px 0 0;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #643f3f;
}
.p-gift-mothers {
  background: #DEC8A6;
  margin: 91px 0 0;
}
.p-gift-mothers:after {
  content: "";
  display: block;
  overflow: hidden;
}
.p-gift-mothers__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 102px;
  background: #D1271E;
}
.p-gift-mothers__heading-main {
  position: absolute;
  top: -51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-gift-mothers__heading-sub {
  margin: 0 0 0 49px;
}
.p-gift-mothers__heading-date {
  margin: 0 31px 0 0;
}
.p-gift-mothers__in {
  margin: 40px 40px 40px;
  padding: 40px 40px 35px;
  background-color: #fff;
}
.p-gift-mothers__grid {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 30px;
}
.p-gift-mothers__product-image-note {
  margin: 1px 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: 10px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-gift-mothers__product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-gift-mothers__product-tips {
  margin: 15px 0 0;
}
.p-gift-mothers__product-price {
  margin: 11px 0 0;
}
.p-gift-mothers__product-button {
  width: 220px;
  margin: 14px auto 0;
  -webkit-box-shadow: 0 3px 8px #AA9D97;
          box-shadow: 0 3px 8px #AA9D97;
}
.p-gift-mothers__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 73px 0 58px;
  margin: 40px -40px 0;
  background: rgba(222, 200, 166, 0.3);
}
.p-gift-mothers__add-image {
  margin: 0 25px 0 0;
}
.p-gift-mothers__add-in {
  padding: 0 0 4px;
}
.p-gift-mothers__add-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #AA7A31;
}
.p-gift-mothers__add-detail {
  margin: 8px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.p-gift-mothers__information {
  margin: 26px 0 0;
}
.p-gift-mothers__information-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-gift-mothers__information-heading:before, .p-gift-mothers__information-heading:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  height: 1px;
  background-color: #D1271E;
}
.p-gift-mothers__information-heading b {
  color: #D1271E;
}
.p-gift-mothers__information-detail {
  margin: 16px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #666666;
}

.p-gift {
  margin: 80px 0 0;
}
.p-gift__heading {
  padding: 20px 0 19px;
  background-color: #E56B8C;
}
.p-gift__heading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.p-gift__heading-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px 0 0;
}
.p-gift__in {
  padding: 40px 40px 39px;
  background-color: #F5EDEC;
}
.p-gift__search {
  padding: 0 40px 0;
}
.p-gift__search + .p-gift__search {
  margin-top: 33px;
}
.p-gift__search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 46px;
  text-align: center;
  color: #643f3f;
}
.p-gift__search-title::before, .p-gift__search-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  height: 1px;
  background-color: #BC9E9E;
}
.p-gift__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px 31px;
  margin: 15px 0 0;
}
.p-gift__search-list._02 {
  margin: 16px 0 0;
}
.p-gift__search-radio-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-gift__search-radio-01-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #b5b5b5;
  margin-right: 8px;
}
.p-gift__search-radio-01-icon:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 50%;
  background: #e56b8c;
}
.p-gift__search-radio-01-input:checked ~ .p-gift__search-radio-01-icon:before {
  display: block;
}
.p-gift__search-radio-01-in {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-align: center;
  color: #848484;
}
.p-gift__search-radio-01-small {
  font-size: 15px;
}
.p-gift__search-radio-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-gift__search-radio-02-in {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #918686;
}
.p-gift__search-radio-02-in:before {
  position: absolute;
  content: "";
  display: none;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #E56B8C;
}
.p-gift__search-radio-02-input:disabled ~ .p-gift__search-radio-02-in {
  opacity: 0.2;
}
.p-gift__search-radio-02-input:checked ~ .p-gift__search-radio-02-in {
  color: #E56B8C;
}
.p-gift__search-radio-02-input:checked ~ .p-gift__search-radio-02-in:before {
  display: block;
}
.p-gift__search-radio-02-small {
  font-size: 15px;
}
.p-gift__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 61px 24px;
  padding: 50px 50px 60px;
  margin: 57px 0 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.p-gift__result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 16px);
}
.p-gift__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-gift__card-image img {
  width: 100%;
  height: auto;
}
.p-gift__card-name {
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #643f3f;
}
.p-gift__card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 9px 0 0;
}
.p-gift__card-label-item {
  padding: 0 4px 2px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #c90909;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #c90909;
}
.p-gift__card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 7px 0 auto;
  font-weight: 500;
  line-height: 22px;
  text-align: right;
  color: #643f3f;
}
.p-gift__card-price-prefix {
  font-size: 14px;
  margin-right: 6px;
}
.p-gift__card-price-value {
  font-size: 18px;
}
.p-gift__card-price-unit {
  font-size: 14px;
}
.p-gift__card-price-suffix {
  font-size: 12px;
}
.p-gift__card-button {
  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: 198px;
  height: 40px;
  margin: 15px auto 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: right;
  color: #fff;
  background: url(/pgmedia/cp_gift_202404/img/gift_icon_arrow_pc.svg) center right 17px/4px auto no-repeat #e56b8c;
}
.p-gift__card-button[aria-disabled] {
  background: #b2b2b2;
  opacity: 1;
}
.p-gift__note {
  letter-spacing: -10px;
  margin: 19px 0 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #643f3f;
}
.p-gift__note-item {
  display: inline;
  letter-spacing: normal;
}
.p-gift__note-item:not(:first-child) {
  margin-left: 12px;
}

.p-faq {
  margin: 80px 0 0;
}
.p-faq__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;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #98857D;
}
.p-faq__in {
  padding: 40px 40px 40px;
  background-color: #F5EDEC;
}
.p-faq__faq {
  padding: 30px 30px 39px;
  border-radius: 10px;
  background-color: #F9F5F4;
}
.p-faq__faq:not(:first-child) {
  margin-top: 55px;
}
.p-faq__faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-faq__faq-question-icon {
  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: 42px;
  height: 42px;
  padding: 0 0 4px;
  background: #fff;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #643f3f;
}
.p-faq__faq-question-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  margin: auto 0 auto 15px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: left;
  color: #643f3f;
}
.p-faq__faq-answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}
.p-faq__faq-answer:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #918686, #918686 1px, transparent 1px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.p-faq__faq-answer-icon {
  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: 42px;
  height: 42px;
  padding: 0 0 4px;
  background: #fff;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #E56B8C;
}
.p-faq__faq-answer-detail {
  padding: 8px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  margin-left: 15px;
}
.p-faq__faq-answer-text-01 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  color: #e56b8c;
}
.p-faq__faq-answer-text-02 {
  margin: 7px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #e56b8c;
}
.p-faq__faq-answer-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin: 43px 0 0;
}
.p-faq__faq-answer-set-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 30px 0 30px;
  background-color: #fff;
}
.p-faq__faq-answer-set-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;
  width: 220px;
  height: 34px;
  margin: 0 auto 0;
  border-radius: 17px;
  background: #98857d;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  color: #fff;
}
.p-faq__faq-answer-set-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px 0 0;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px 0 50px;
  z-index: 51;
  overflow: auto;
}
.p-modal__container {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: auto;
  border-radius: 10px;
}
.p-modal__ghost {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-modal__close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin: 0 0 -10px 20px;
}
.p-modal__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 46px;
  text-align: center;
  color: #643f3f;
}
.p-modal__heading:before, .p-modal__heading:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  height: 1px;
  background-color: #E56B8C;
}
.p-modal__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 29px 0 0;
}
.p-modal__block {
  margin: auto 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
}
.p-modal__label {
  display: inline-block;
  padding: 4px 22px 6px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 24px;
  text-align: left;
  color: #643f3f;
  background-color: #F5EDEC;
}
.p-modal__text-01 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 24px;
  text-align: left;
  color: #643f3f;
}
.p-modal__text-01:not(:first-child) {
  margin-top: 15px;
}
.p-modal__text-02 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 24px;
  text-align: left;
  color: #643f3f;
}
.p-modal__text-02._space {
  margin-top: 20px;
}
.p-modal__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 20px;
  text-align: left;
  color: #643f3f;
}
.p-modal__note + .p-modal__note {
  margin-top: 2px;
}
.p-modal__detail {
  margin: 30px 0 0;
}
.p-modal__button {
  width: 198px;
  margin: 30px auto 0;
}

.cart-area {
  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: 21px 0 30px;
  background-color: #f9f9f9;
}
.cart-area .btn_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  font-size: 13px;
}
.cart-area .btn_select select {
  width: 40px;
  height: 20px;
  margin-left: 2px;
  font-size: 13px;
}