.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__button {
  position: absolute;
  top: 570px;
  left: 266px;
}

.p-point {
  padding: 0 0 40px;
  background: #FBFBFB;
}
.p-point__heading-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -9px 0 0 0;
}
.p-point__grid {
  display: grid;
  padding: 0 40px 0;
  grid-template: auto/1fr 1fr;
  gap: 20px;
  margin: -13px 0 0;
}
.p-point__grid-column {
  position: relative;
  border-radius: 300px 300px 20px 20px;
  overflow: hidden;
  padding: 0 0 20px;
  z-index: 1;
}
.p-point__grid-column:after {
  content: "";
  position: absolute;
  top: 396px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.p-point__grid-column._01:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 240, 0)), color-stop(4.43%, #EEEEF0));
  background: linear-gradient(180deg, rgba(238, 238, 240, 0) 0%, #EEEEF0 4.43%);
}
.p-point__grid-column._02:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 231, 236, 0)), color-stop(3.99%, #D7E7EC));
  background: linear-gradient(180deg, rgba(215, 231, 236, 0) 0%, #D7E7EC 3.99%);
}
.p-point__icon {
  position: relative;
  z-index: -1;
}
.p-point__heading-02 {
  position: absolute;
  top: 384px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-point__block {
  padding: 25px 25px 25px;
  margin: 19px 20px 0;
  background-color: #fff;
  border-radius: 20px;
}
.p-point__text {
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-point__note {
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #888888;
}
.p-point__image {
  margin: 15px 0 0;
}
.p-point__fragrance {
  position: relative;
  margin: 20px 40px 0;
  overflow: hidden;
}
.p-point__fragrance-heading {
  position: absolute;
  top: 73px;
  left: 40px;
}
.p-point__fragrance-text {
  position: absolute;
  top: 191px;
  left: 40px;
  width: 453px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-point__fragrance-image-01 {
  position: absolute;
  top: 348px;
  left: 11px;
}
.p-point__fragrance-image-02 {
  position: absolute;
  top: 377px;
  left: 464px;
}
.p-point__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-point__button {
  margin: 20px 0 0;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.p-customer {
  position: relative;
  padding: 50px 40px 40px;
  margin: 126px 0 0;
  background: #FBFBFB;
}
.p-customer__icon-01 {
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-customer__heading-01 {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-customer__read {
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-customer__read b {
  color: #EB8F6F;
}
.p-customer__tab {
  margin: 30px 0 0;
}
.p-customer__tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.p-customer__tab-head-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
}
.p-customer__tab-head-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;
  height: 63px;
  border-radius: 10px 10px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-decoration: none !important;
}
.p-customer__tab-head-button._01 {
  background-color: #CAB340;
}
.p-customer__tab-head-button._02 {
  background-color: #8DB8DE;
}
.p-customer__tab-head-button:not(._active) {
  height: 48px;
  background-color: #CCCCCC;
}
.p-customer__tab-body-content {
  padding: 20px 0 29px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.p-customer__tab-body-content._01 {
  -webkit-box-shadow: 0 0 0 2px #CAB340 inset;
          box-shadow: 0 0 0 2px #CAB340 inset;
}
.p-customer__tab-body-content._02 {
  -webkit-box-shadow: 0 0 0 2px #8DB8DE inset;
          box-shadow: 0 0 0 2px #8DB8DE inset;
}
.p-customer__faq {
  margin: 40px 0 0;
}
.p-customer__faq-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-customer__faq-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 62px;
  padding: 9px 24px 8px 40px;
  background: #8BC3A5;
  border-radius: 10px;
}
.p-customer__faq-head-text {
  margin: 4px 0 0 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-customer__faq-head-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.p-customer__faq-head:not(._active) .p-customer__faq-head-arrow {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.p-customer__faq-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 33px 25px 23px;
  margin: 0 15px 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.p-customer__faq-body-icon {
  margin: 3px 0 0;
}
.p-customer__faq-body-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  font-style: normal;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.p-customer__faq-body-detail b {
  color: #EB8F6F;
}
.p-customer__faq-body-detail a {
  color: #7EB898;
}
.p-customer__faq-block {
  margin: 20px 0 0;
}

.p-product {
  padding: 40px 40px 40px;
  margin: 60px 0 0;
  background: #FBFBFB;
}
.p-product__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-product__01 {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 20px;
  margin: 20px 0 0;
}
.p-product__01-block {
  display: grid;
}
.p-product__01-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: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 0 32px;
}
.p-product__01-card-name {
  margin: 23px 0 0;
}
.p-product__01-card-price {
  margin: 15px 0 0;
}
.p-product__01-card-button {
  margin: 6px 0 0;
  background: #C1AC03;
  -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-product__01-card-note {
  margin: 17px 0 0;
}
.p-product__02 {
  margin: 40px 0 0;
}
.p-product__02-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #534747;
}
.p-product__02-in {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  gap: 20px;
  margin: 20px 0 0;
}
.p-product__02-block {
  display: grid;
}
.p-product__02-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: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 14px 0 20px;
}
.p-product__02-card-image {
  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: 205px;
}
.p-product__02-card-image._02 {
  margin: -5px 0px 5px;
}
.p-product__02-card-image._03 {
  margin: -4px 0 -3px;
}
.p-product__02-card-name {
  margin: 9px 0 0;
}
.p-product__02-card-price {
  margin: 5px 0 0;
}
.p-product__02-card-button {
  margin: 3px 0 0;
  background: #C1AC03;
  -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;
}