.p-u-underline {
  text-decoration: underline;
}

.p-u-zoom-50 {
  zoom: 0.5;
}

.p-content__in {
  max-width: 930px;
  margin: auto;
  background-color: #DB5742;
}

.p-button {
  display: block;
  border-radius: 100px;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
@media (hover: hover) {
  .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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: url(/pgmedia/cp_point_202601/img/hero_bg_pc.svg) 0 0/12px auto repeat-x;
}

.p-campaign {
  margin: -33px 40px 0;
}
.p-campaign__date {
  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: 64px;
  padding: 3px 0 0 8px;
  background: #F5E2BF;
}
.p-campaign__in {
  padding: 24px 50px 40px;
  background-color: #fff;
}
.p-campaign__tips {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 9px 0 0;
}
.p-campaign__tips-plus {
  position: relative;
  top: 4px;
  margin: auto -40px auto;
}
.p-campaign__block {
  margin: 45px 0 0;
}
.p-campaign__order-list {
  margin: 25px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #555555;
}
.p-campaign__note-list {
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #555555;
}

.p-product {
  margin: 61px 0 0;
}
.p-product__section {
  margin: 0 40px 0;
}
.p-product__section:not(:first-child) {
  margin-top: 66px;
}
.p-product__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 115px;
  padding: 10px 0 0 19px;
  background: #F5E2BF;
}
.p-product__heading-sub {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-product__body {
  padding: 45px 50px 50px;
  background-color: #fff;
}
.p-product__product {
  display: grid;
  grid-template: "image name" "image block" "image ."/auto 1fr;
  gap: 0 30px;
}
.p-product__product-image {
  grid-area: image;
}
.p-product__product-name {
  grid-area: name;
  margin: 1px 0 0;
}
.p-product__product-block {
  grid-area: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-product__product-price._01 {
  margin: 12px 0 0 0;
}
.p-product__product-price._02 {
  margin: -5px 0 0 0;
}
.p-product__product-option._01_01 {
  margin: 4px 0 0 0;
}
.p-product__product-option._01_02 {
  position: relative;
  margin: 2px -100px 0 7px;
}
.p-product__product-option._02_01 {
  position: relative;
  margin: -10px -100px 0 0;
}
.p-product__navigation {
  margin: 32px 0 0;
}
.p-product__navigation-title {
  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;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #677B93;
  gap: 6px;
}
.p-product__navigation-title:before, .p-product__navigation-title:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: currentColor;
}
.p-product__navigation-title:before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.p-product__navigation-title:after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.p-product__navigation-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: -12px 0 0;
}
.p-product__navigation-grid:not(:first-child) {
  margin-top: 15px;
}
.p-product__navigation-grid-column {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  padding: 30px 0 30px;
  background-color: #F6F6FB;
}
.p-product__navigation-grid-column:has(.p-product__navigation-name) {
  padding: 11px 0 32px;
}
.p-product__navigation-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #677B93;
}
.p-product__navigation-name-icon._01_02 {
  margin: 0 0 -4px;
}
.p-product__navigation-name-main {
  padding: 9px 0 0;
}
.p-product__navigation-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: 260px;
  min-height: 50px;
  background: #ED4242;
  -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;
  color: #FFFFFF;
  text-shadow: 0 2px 3px rgba(215, 8, 70, 0.26);
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
@media (hover: hover) {
  .p-product__navigation-button:hover {
    opacity: 0.7;
  }
}
.p-product__navigation-button:not(:first-child) {
  min-height: 45px;
  margin-top: 10px;
}
.p-product__navigation-button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/pgmedia/cp_point_202601/img/product_arrow_01_pc.svg) 0 0/contain no-repeat;
}
.p-product__banner {
  margin: 40px 0 0;
}
.p-product__banner-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: 28px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #784826;
}
.p-product__banner-title:before, .p-product__banner-title:after {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: url(/pgmedia/cp_point_202601/img/product_title_icon_01_pc.svg) 0 0/contain no-repeat;
}
.p-product__banner-title:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-product__banner-link {
  display: block;
  margin: 20px 0 0;
}

.p-aside {
  padding: 0 0 81px;
  margin: 36px 0 0;
}
.p-aside__heading {
  position: relative;
  left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-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;
  width: 260px;
  min-height: 50px;
  margin: -25px auto 0;
  background: #F5E2BF;
  -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: 700;
  font-size: 16px;
  line-height: 22px;
  color: #DB5742;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
@media (hover: hover) {
  .p-aside__button:hover {
    opacity: 0.7;
  }
}
.p-aside__button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/pgmedia/cp_point_202601/img/product_arrow_02_pc.svg) 0 0/contain no-repeat;
}