.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__in {
  position: relative;
  height: 530px;
}
.p-hero__option {
  position: absolute;
  top: 31px;
  left: 27px;
}
.p-hero__heading {
  position: absolute;
  top: 102px;
  right: 74px;
}
.p-hero__detail {
  position: absolute;
  top: 348px;
  right: 88px;
  width: 310px;
  padding: 17px 0 23px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.p-hero__button {
  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;
  width: 245px;
  height: 50px;
  margin: auto;
  padding: 0 4px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#EEA537), to(#E6D132));
  background: linear-gradient(90deg, #EEA537 0%, #E6D132 100%);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 64.7761px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 0 2px 3px #EFAB36;
}
.p-hero__button-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 10px;
  height: 5px;
}
.p-hero__button-icon svg {
  width: 100%;
  height: auto;
}
.p-hero__foot {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template: "logo ." "logo title" "logo detail" "logo ." auto/auto 1fr;
  gap: 0 40px;
  padding: 0 0 0 102px;
  background: #81CDE0;
}
.p-hero__foot-logo {
  grid-area: logo;
  align-self: center;
  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: 153px;
  height: 153px;
  margin: -16px 0 -15px;
  border-radius: 50%;
  background: #FFFFFF;
}
.p-hero__foot-title {
  grid-area: title;
}
.p-hero__foot-detail {
  grid-area: detail;
  margin: 12px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
}

.p-about {
  padding: 109px 40px 40px;
  background: 0 0/cover no-repeat;
}
.p-about__read {
  position: relative;
  padding: 0 30px 0;
}
.p-about__read-heading {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 39px;
  color: #444444;
  z-index: 1;
}
.p-about__read-heading-sub {
  position: absolute;
  top: -82px;
  left: -32px;
  z-index: -1;
}
.p-about__read-detail {
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #444444;
}
.p-about__read-note {
  margin: 4px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #444444;
}
.p-about__read-image {
  position: absolute;
  right: 4px;
  top: -72px;
}
.p-about__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 58px 20px;
  margin: 55px 0 0;
}
.p-about__section {
  position: relative;
  padding: 50px 40px 40px;
  background: #FFFFFF;
  border-radius: 10px;
}
.p-about__section._01 {
  display: grid;
  grid-template: "image title" "image detail" "image note" "image ." auto/auto 1fr;
  gap: 0 30px;
}
.p-about__section._02, .p-about__section._03 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}
.p-about__section._01 .p-about__title {
  text-align: left;
}
.p-about__section._01 .p-about__image {
  margin: 0;
}
.p-about__index {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.p-about__index-sub {
  font-style: normal;
  font-weight: 400;
  font-size: 16.83px;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#EEA537), to(#F6DE28));
  background: linear-gradient(90deg, #EEA537 0%, #F6DE28 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.p-about__index-number {
  font-style: normal;
  font-weight: 400;
  font-size: 46.83px;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#EEA537), to(#F6DE28));
  background: linear-gradient(90deg, #EEA537 0%, #F6DE28 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.p-about__image {
  grid-area: image;
  margin: 30px 0 0;
}
.p-about__title {
  grid-area: title;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #444444;
  text-align: center;
}
.p-about__title b {
  font-weight: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #FFF8A9));
  background: linear-gradient(transparent 10%, #FFF8A9 10%);
}
.p-about__detail {
  grid-area: detail;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #444444;
}
.p-about__note {
  margin: 5px 0 -12px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 32px;
  color: #444444;
}

.p-product {
  margin: 50px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 249, 168, 0.5)), to(rgba(255, 217, 184, 0.5)));
  background: linear-gradient(90deg, rgba(255, 249, 168, 0.5) 0%, rgba(255, 217, 184, 0.5) 100%);
}
.p-product__heading {
  margin: 0 -4px 0;
}
.p-product__in {
  padding: 22px 40px 40px;
}
.p-product__product {
  position: relative;
  padding: 40px 40px 40px;
  background-color: #fff;
  display: grid;
  grid-template: "image name" "image price" "image foot" "image ." auto/auto 1fr;
  gap: 0 25px;
}
.p-product__product + .p-product__product {
  margin-top: 20px;
}
.p-product__product-label {
  position: absolute;
  top: 0;
  left: 0;
}
.p-product__product-image {
  grid-area: image;
}
.p-product__product-name {
  grid-area: name;
  margin: 18px 0 0;
}
.p-product__product-price {
  grid-area: price;
}
.p-product__product-price._01 {
  margin: -15px 0 0;
}
.p-product__product-price._02 {
  margin: -15px 0 0;
}
.p-product__product-foot {
  grid-area: foot;
  padding: 30px 0 30px;
  margin: 20px 0 0;
  background: #F6F6FB;
  border-radius: 10px;
}
.p-product__product-button {
  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;
  max-width: 308px;
  min-height: 50px;
  margin: auto;
  background: linear-gradient(92.44deg, #FF81B6 8.23%, #EC669E 96.17%);
  border: 1px solid #FFFFFF;
  border-radius: 64.7761px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 0 2px 3px rgba(215, 8, 70, 0.26);
  text-decoration: none;
}
.p-product__product-button-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 6px;
  height: 10px;
  margin: auto;
}
.p-product__product-button-icon svg {
  width: inherit;
  height: auto;
}

.p-lineup {
  margin: 60px 0 0;
}
.p-lineup__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}