.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__limit {
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__read {
  position: absolute;
  top: 83px;
  right: 61px;
}
.p-hero__heading {
  position: absolute;
  top: 95px;
  left: 108px;
}
.p-hero__note {
  position: absolute;
  top: 459px;
  right: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  /* identical to box height, or 100% */
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.p-present {
  margin: 16px 0 0;
}
.p-present__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 130px;
  padding: 4px 0 0;
  background: linear-gradient(90.61deg, #498AB9 0.46%, #987EB6 99.5%);
}
.p-present__heading-main {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-present__heading-sub {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0.8;
}
.p-present__in {
  padding: 62px 50px 50px;
  background-color: #F6F6FB;
}
.p-present__conditions {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 10px;
}
.p-present__conditions-block {
  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;
  padding: 61px 30px 22px;
  background-color: #fff;
}
.p-present__conditions-index {
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-present__conditions-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #7A7C91;
}
.p-present__conditions-note {
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #8C8D98;
}
.p-present__conditions-label {
  margin: 22px 0 0;
}
.p-present__conditions-list + .p-present__conditions-label {
  margin-top: 22px;
}
.p-present__conditions-list {
  margin: 11px 0 0;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.07em;
}
.p-present__conditions-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-present__conditions-list b {
  font-weight: 700;
}
.p-present__conditions-list-item > b {
  color: #F5859E;
}
.p-present__conditions-date {
  margin: 1px -20px 0;
}
.p-present__conditions-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: 100%;
  min-height: 40px;
  border-radius: 100px;
  margin: 17px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-present__conditions-title._01 {
  background-color: #F5859E;
}
.p-present__conditions-title._02 {
  background-color: #92AABA;
}
.p-present__conditions-text + .p-present__conditions-title {
  margin-top: 7px;
}
.p-present__conditions-text {
  max-width: 339px;
  margin: 11px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #555555;
}
.p-present__faq-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  min-height: 70px;
  margin: 51px 0 0;
  color: #F5859E;
}
.p-present__faq-heading:before, .p-present__faq-heading:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  background-color: currentColor;
}
.p-present__faq-heading-main {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1;
}
.p-present__faq-heading-sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-present__faq-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 21px 0 0 10px;
}

.p-faq {
  margin: 32px 0 0;
}
.p-faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-faq__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px 0 0;
}
.p-faq__accordion {
  margin: 30px 0 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #AFAFBC;
}
.p-faq__accordion:not(:first-child) {
  margin-top: 9px;
}
.p-faq__accordion-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 20px 55px 20px 20px;
  cursor: pointer;
}
.p-faq__accordion-head:before, .p-faq__accordion-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.p-faq__accordion-head:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq__accordion-head._active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-faq__accordion-head-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-faq__accordion-body-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  padding: 20px 40px 30px 20px;
  margin: 0 0 0;
  background-color: #fff;
}
.p-faq__accordion-body-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  padding: 7px 0 0;
}
.p-faq__accordion-body-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #7A7C91;
}
.p-faq__accordion-body-detail {
  margin: 11px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #7A7C91;
}
.p-faq__accordion-body-detail-text:not(:first-child) {
  margin-top: 18px;
}
.p-faq__accordion-body-detail-text + .p-faq__accordion-body-detail-text {
  margin-top: 4px;
}
.p-faq__accordion-body-detail-image-01 {
  margin: 19px 0 21px;
}
.p-faq__accordion-body-detail-image-02 {
  margin: 29px 0 0;
}
.p-faq__accordion-body-detail a {
  text-decoration: none;
}
.p-faq__accordion-body-detail a:hover {
  text-decoration: underline;
}

.p-product {
  margin: 50px 0 0;
}
.p-product__hero {
  position: relative;
}
.p-product__hero-heading {
  position: absolute;
  top: 63px;
  left: 70px;
}
.p-product__hero-detail {
  position: absolute;
  top: 182px;
  left: 80px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.p-product__hero-sub {
  position: absolute;
  top: 438px;
  left: 80px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.8;
}
.p-product__point {
  padding: 0 0 80px;
  background: 0 0/cover no-repeat;
}
.p-product__point-01 {
  position: relative;
  display: grid;
  grid-template: "detail heading" "image heading" ". heading" auto/1fr auto;
  padding: 62px 78px 0 70px;
}
.p-product__point-01-heading {
  grid-area: heading;
}
.p-product__point-01-detail {
  max-width: 638px;
  padding: 27px 0 0;
  grid-area: detail;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: #555555;
}
.p-product__point-01-image {
  grid-area: image;
  margin: 19px 0 0 -15px;
}
.p-product__point-02 {
  position: relative;
  display: grid;
  grid-template: "heading ." "heading image01" "heading detail" auto/1fr auto;
  padding: 26px 70px 34px 91px;
}
.p-product__point-02-heading {
  grid-area: heading;
}
.p-product__point-02-detail {
  max-width: 476px;
  margin: 33px 0 0 auto;
  grid-area: detail;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #555555;
}
.p-product__point-02-image-01 {
  grid-area: image01;
  margin: 28px 0 0 45px;
}
.p-product__point-02-image-02 {
  position: absolute;
  bottom: 0;
  left: 70px;
}
.p-product__point-02-image-03 {
  position: absolute;
  top: -5px;
  right: -1px;
}
.p-product__point-03 {
  display: grid;
  grid-template: "block image" auto/1fr auto;
  margin: 50px 70px 0;
  background-color: #fff;
  -webkit-box-shadow: 4px 10px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 10px 16px rgba(0, 0, 0, 0.07);
}
.p-product__point-03-image {
  grid-area: image;
}
.p-product__point-03-block {
  display: grid;
  grid-template: "text text" "label-01 label-02" ". ." 1fr/1fr 1fr;
  gap: 0 10px;
  padding: 35px 33px 0 40px;
  grid-area: block;
}
.p-product__point-03-text {
  grid-area: text;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: #555555;
}
.p-product__point-03-label-01 {
  grid-area: label-01;
  margin: 15px 0 0;
}
.p-product__point-03-label-02 {
  grid-area: label-02;
  margin: 15px 0 0;
}
.p-product__bottle-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;
  min-width: 308px;
  min-height: 50px;
  background: linear-gradient(92.44deg, #FF81B6 8.23%, #EC669E 96.17%);
  -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;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF !important;
  text-decoration: none;
  text-shadow: 0px 2px 3px rgba(215, 8, 70, 0.26);
}
.p-product__bottle-button + .p-product__bottle-button {
  margin-top: 17px;
}
.p-product__bottle-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 7px;
  height: 16px;
  margin: auto;
  background: url(/pgmedia/cp_stainlessbottle_202511/img/product_arrow_01_pc.svg) 0 0/contain no-repeat;
}
.p-product__bottle-button-wrap {
  grid-area: button-wrap;
  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;
  margin: 13px 30px 0 0;
}
.p-product__bottle-button-text {
  margin: -2px 0 19px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #666666;
}
.p-product__bottle {
  position: relative;
}
.p-product__bottle-limit {
  position: absolute;
  top: 35px;
  left: 58px;
}
.p-product__bottle-heading {
  position: absolute;
  top: 107px;
  right: 94px;
}
.p-product__bottle-heading-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 1;
}
.p-product__bottle-heading-bg {
  mix-blend-mode: multiply;
}
.p-product__bottle-item {
  position: absolute;
  top: 415px;
  right: 77px;
}
.p-product__bottle-detail {
  position: absolute;
  top: 409px;
  left: 89px;
  max-width: 353px;
}
.p-product__bottle-detail-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.p-product__bottle-detail-note {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 27px;
  color: #FFFFFF;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin: 5px -10px 0 0;
}
.p-product__bottle-foot {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 0 26px;
  background: rgba(255, 255, 255, 0.2);
}
.p-product__in {
  padding: 0 0 40px;
  margin: 60px 0 0;
  background: 0 0/cover no-repeat;
}
.p-product__bridge-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 42px 0 0;
}
.p-product__bridge-button {
  width: 328px;
  margin: 15px auto 0;
  -webkit-box-shadow: 0 6.47761px 10.1791px rgba(118, 118, 118, 0.29);
          box-shadow: 0 6.47761px 10.1791px rgba(118, 118, 118, 0.29);
}
.p-product__product {
  display: grid;
  grid-template: "image name" auto "image price" auto "image option" auto "image button-wrap" 1fr/325px 1fr;
  padding: 40px 0 40px 40px;
  gap: 0 33px;
  margin: 50px 40px 0;
  background-color: #fff;
}
.p-product__product + .p-product__product {
  margin-top: 20px;
}
.p-product__product-image {
  grid-area: image;
}
.p-product__product-name {
  grid-area: name;
  margin: 5px 0 0;
}
.p-product__product-price {
  grid-area: price;
  margin: 21px 0 0;
}
.p-product__product-option {
  grid-area: option;
  margin: 2px 0 0;
}
.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;
  min-width: 308px;
  min-height: 50px;
  background: linear-gradient(92.44deg, #FF81B6 8.23%, #EC669E 96.17%);
  -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;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF !important;
  text-decoration: none;
  text-shadow: 0px 2px 3px rgba(215, 8, 70, 0.26);
}
.p-product__product-button + .p-product__product-button {
  margin-top: 17px;
}
.p-product__product-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 7px;
  height: 16px;
  margin: auto;
  background: url(/pgmedia/cp_stainlessbottle_202511/img/product_arrow_01_pc.svg) 0 0/contain no-repeat;
}
.p-product__product-button._02_01 {
  padding: 0 0 0 20px;
}
.p-product__product-button._02_02 {
  padding: 0 0 0 20px;
}
.p-product__product-button._02_03 {
  padding: 0 0 0 20px;
}
.p-product__product-button._03_01 {
  padding: 0 0 0 6px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.p-product__product-button._03_02 {
  padding: 0 0 0 6px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.p-product__product-button-icon {
  position: absolute;
}
.p-product__product-button-icon._03_01 {
  top: -7px;
  left: 37px;
}
.p-product__product-button-icon._03_02 {
  top: -7px;
  left: 37px;
}
.p-product__product-button-icon._03_03 {
  top: -7px;
  left: 37px;
}
.p-product__product-button-wrap {
  grid-area: button-wrap;
  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;
  margin: 18px 30px 0 0;
}
.p-product__product-button-text {
  margin: -2px 0 19px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #666666;
}
.p-product__aside {
  background: #F5FBFE;
  padding: 29px 0 50px;
  margin: 40px 0 0;
  border: 6px solid #E5F0F6;
}
.p-product__aside-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.07em;
  color: #555555;
}
.p-product__aside-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin: 28px 0 0;
}
.p-product__aside-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;
  min-width: 348px;
  min-height: 70px;
  padding: 0 0 0 48px;
  background: linear-gradient(92.44deg, #FF81B6 8.23%, #EC669E 96.17%);
  -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;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #FFFFFF !important;
  text-decoration: none;
  text-shadow: 0 2px 3px rgba(215, 8, 70, 0.26);
}
.p-product__aside-button._01_01 {
  padding-left: 60px;
  letter-spacing: 0.05em;
}
.p-product__aside-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 7px;
  height: 16px;
  margin: auto;
  background: url(/pgmedia/cp_stainlessbottle_202511/img/product_arrow_01_pc.svg) 0 0/contain no-repeat;
}
.p-product__aside-button-icon {
  position: absolute;
}
.p-product__aside-button-icon._01_01 {
  top: -10px;
  left: 28px;
}
.p-product__aside-button-icon._01_02 {
  top: -14px;
  left: 35px;
}
.p-product__information {
  margin: 17px 0 0;
}

.p-lineup {
  margin: 60px 0 0;
}
.p-lineup__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-lineup__banner {
  display: block;
  margin: 34px 0 0;
}