.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-ask {
  margin: 49px 0 0;
}
.p-ask__in {
  padding: 54px 40px 70px;
  margin: -18px 0 0;
  background: linear-gradient(90.51deg, rgba(145, 157, 205, 0.1) 0%, rgba(212, 119, 200, 0.1) 100%);
}
.p-ask__heading-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-ask__tips {
  margin: 35px 0 0;
}
.p-ask__tips-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: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F3F3F3;
  background: #9CA796;
}
.p-ask__tips-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 23px 40px;
  background-color: #fff;
}
.p-ask__tips-grid-arrow {
  margin: -8px 21px 0 29px;
}
.p-ask__foot {
  position: relative;
  padding: 99px 40px 50px;
  margin: 3px 0 0;
  background: 0 0/cover no-repeat;
}
.p-ask__heading-03 {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-ask__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-ask__button {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 9px 4px rgba(119, 158, 131, 0.7);
          box-shadow: 0 9px 4px rgba(119, 158, 131, 0.7);
  border-radius: 10px;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
@media (hover: hover) {
  .p-ask__button:hover {
    opacity: 0.7;
  }
}
.p-ask__button-index {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-ask__button img:hover {
  opacity: 1 !important;
}

.p-product {
  padding: 40px 40px 40px;
  margin: 70px 0 0;
}
.p-product._01 {
  background-color: rgba(236, 149, 174, 0.1);
}
.p-product._02 {
  background-color: rgba(136, 204, 209, 0.1);
}
.p-product._03 {
  background-color: rgba(117, 198, 129, 0.1);
}
.p-product__in {
  position: relative;
  padding: 52px 40px 50px;
  background-color: #fff;
}
.p-product__index {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-product__heading {
  position: relative;
  padding: 22px 0 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1;
}
.p-product__heading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
}
.p-product__heading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  display: block;
  background-color: #fff;
  z-index: -1;
}
.p-product._01 .p-product__heading {
  color: #DA537A;
}
.p-product._01 .p-product__heading:before {
  border: 2px solid #EC95AE;
}
.p-product._02 .p-product__heading {
  color: #3F9FA6;
}
.p-product._02 .p-product__heading:before {
  border: 2px solid #88CCD1;
}
.p-product._03 .p-product__heading {
  color: #43A251;
}
.p-product._03 .p-product__heading:before {
  border: 2px solid #75C681;
}
.p-product__read {
  display: grid;
  grid-template: "detail image" auto/1fr auto;
  gap: 36px;
  padding: 0 10px 0;
  margin: 35px 0 0;
}
.p-product__read-image {
  grid-area: image;
  margin: 0 -45px 0 0;
}
.p-product__read-detail {
  grid-area: detail;
  margin: 12px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-product__recommend {
  padding: 0 10px 0;
  margin: 35px 0 0;
}
.p-product__recommend-heading-01 {
  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;
  gap: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-product__recommend-heading-01:before, .p-product__recommend-heading-01:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  height: 1px;
}
.p-product__recommend-heading-01 b {
  display: block;
  font-weight: normal;
  font-size: 30px;
}
.p-product._01 .p-product__recommend-heading-01 {
  color: #DA537A;
}
.p-product._01 .p-product__recommend-heading-01:before {
  background-color: #EC95AE;
}
.p-product._01 .p-product__recommend-heading-01:after {
  background-color: #EC95AE;
}
.p-product._02 .p-product__recommend-heading-01 {
  color: #3F9FA6;
}
.p-product._02 .p-product__recommend-heading-01:before {
  background-color: #88CCD1;
}
.p-product._02 .p-product__recommend-heading-01:after {
  background-color: #88CCD1;
}
.p-product._03 .p-product__recommend-heading-01 {
  color: #43A251;
}
.p-product._03 .p-product__recommend-heading-01:before {
  background-color: #75C681;
}
.p-product._03 .p-product__recommend-heading-01:after {
  background-color: #75C681;
}
.p-product__recommend-hero {
  display: grid;
  grid-template: "image ." "image title" "image name" "image foot" auto/auto 352px;
  gap: 0 19px;
  margin: 17px 0 0;
}
.p-product__recommend-hero-image {
  grid-area: image;
}
.p-product__recommend-hero-image._01 {
  margin: 0 0 -53px;
}
.p-product__recommend-hero-image._02 {
  margin: 0 0 -53px;
}
.p-product__recommend-hero-image._03_01 {
  margin: 0 0 -53px;
}
.p-product__recommend-hero-image._03_02 {
  margin: 0 0 -53px;
}
.p-product__recommend-hero-title {
  grid-area: title;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.1em;
}
.p-product._01 .p-product__recommend-hero-title {
  color: #DA537A;
}
.p-product._02 .p-product__recommend-hero-title {
  color: #3F9FA6;
}
.p-product._03 .p-product__recommend-hero-title {
  color: #43A251;
}
.p-product__recommend-hero-name {
  grid-area: name;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #000000;
}
.p-product__recommend-hero-foot {
  grid-area: foot;
  padding: 22px 47px 24px;
  margin: 35px 0 0;
  background: #F6F6FB;
  border-radius: 10px;
}
.p-product__recommend-hero-foot-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-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;
  text-shadow: 0 2px 3px rgba(215, 8, 70, 0.26);
  text-decoration: none !important;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
@media (hover: hover) {
  .p-product__recommend-hero-foot-button:hover {
    opacity: 0.7;
  }
}
.p-product__recommend-hero-foot-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 5px;
  height: 10px;
  margin: auto;
  background: url(/pgmedia/cp_rainy_202606/img/product_arrow_01_pc.svg) 0 0/contain no-repeat;
}
.p-product__recommend-section {
  margin: 53px 0 0;
}
.p-product__recommend-section + .p-product__recommend-section {
  margin-top: 30px;
}
.p-product__recommend-heading-02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3px 10px;
  margin: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-product._01 .p-product__recommend-heading-02 {
  color: #DA537A;
  border-bottom: 1px solid #EC95AE;
}
.p-product._02 .p-product__recommend-heading-02 {
  color: #3F9FA6;
  border-bottom: 1px solid #88CCD1;
}
.p-product._03 .p-product__recommend-heading-02 {
  color: #43A251;
  border-bottom: 1px solid #75C681;
}
.p-product__recommend-block {
  display: grid;
  grid-template: "detail image" "note image" ". image" auto/auto 1fr;
  gap: 0 36px;
  margin: 30px 0 0;
}
.p-product__recommend-detail {
  grid-area: detail;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-product__recommend-detail._01 {
  margin: 14px 0 0;
}
.p-product__recommend-note {
  grid-area: note;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-product__recommend-image {
  grid-area: image;
}
.p-product__recommend-image._03_02 {
  margin: -30px -53px 0 0;
}
.p-product__recommend-image._03_04 {
  margin: -29px -55px 0 0;
}
.p-product__recommend-mod-01 {
  margin: 30px 0 0;
}
.p-product__recommend-mod-01-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-product__recommend-mod-01-detail b {
  color: #3F9FA6;
}
.p-product__recommend-mod-01-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-product__recommend-mod-01-image-01 {
  margin: 30px 0 0;
}
.p-product__recommend-mod-01-image-02 {
  margin: 21px 0 0 7px;
}

.p-aside {
  margin: 60px 0 0;
}
.p-aside__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-aside__banner {
  display: block;
  margin: 53px 0 0;
  border-radius: 20px;
}