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

.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;
}
@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 {
  padding: 0 0 40px;
  background-color: #FDF7F2;
}
.p-hero__campaign {
  margin: -8px 40px 0;
}
.p-hero__campaign-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: 72px;
  background-color: #C0A157;
}
.p-hero__campaign-heading-icon {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-hero__campaign-hero {
  display: grid;
  grid-template: "image name" "image detail" "image date" "image ."/auto 1fr;
  padding: 36px 71px 0 45px;
  gap: 0 34px;
  background-color: #fff;
}
.p-hero__campaign-hero-image {
  grid-area: image;
  margin: 0 0 -26px;
}
.p-hero__campaign-hero-name {
  grid-area: name;
  padding: 0 0 14px;
  margin: 16px 0 0;
  border-bottom: 1px solid #784826;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #784826;
}
.p-hero__campaign-hero-name-sub {
  display: block;
  font-size: inherit;
}
.p-hero__campaign-hero-name-main {
  display: block;
  font-size: 22px;
  line-height: 30px;
}
.p-hero__campaign-hero-detail {
  grid-area: detail;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #784826;
}
.p-hero__campaign-hero-date {
  grid-area: date;
  margin: 21px -10px 0 0;
}
.p-hero__campaign-foot {
  padding: 0 4px 4px;
  margin: 4px 0 0;
  background-color: #fff;
}
.p-hero__campaign-foot-in {
  padding: 16px 0 22px;
  margin: 28px 0 0;
  background: #F6F6FB;
}
.p-hero__campaign-point {
  position: relative;
  top: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -22px;
}
.p-hero__campaign-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: 310px;
  height: 50px;
  margin: auto;
  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;
  text-align: center;
  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-hero__campaign-button:hover {
    opacity: 0.7;
  }
}
.p-hero__campaign-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/pgmedia/cp_luckybag_202601/img/hero_campaign_arrow_sp.svg) 0 0/contain no-repeat;
}

.p-user {
  margin: 40px 0 0;
}
.p-user__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;
  gap: 14px;
  height: 50px;
  padding: 3px 0 0;
  background-color: #93A2B6;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.25em;
  color: #FFFFFF;
}
.p-user__in {
  display: grid;
  grid-template: "image ." "image title" "image detail" "image note" "image ."/auto 1fr;
  gap: 0 42px;
  padding: 40px 40px 40px;
  background-color: #F6F6FB;
}
.p-user__image {
  grid-area: image;
}
.p-user__title {
  grid-area: title;
}
.p-user__detail {
  grid-area: detail;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #444444;
}
.p-user__note {
  grid-area: note;
  margin: 15px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #444444;
}
.p-user__note-item {
  display: grid;
  grid-template: auto/auto 1fr;
}

.p-product {
  padding: 0 0 62px;
  margin: 34px 0 0;
  border-top: 6px solid #C0A157;
  background-color: #FDF7F2;
}
.p-product__anchor-heading {
  padding: 21px 0 0 32px;
}
.p-product__anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px 45px;
  margin: 13px 60px 0;
}
.p-product__anchor-list-item {
  -webkit-box-flex: 0.3333333333;
      -ms-flex: 0.3333333333 0 0px;
          flex: 0.3333333333 0;
}
.p-product__product {
  margin: 49px 40px 0;
  border-top: 2px solid #C4A66B;
}
.p-product__product + .p-product__product {
  margin-top: 40px;
}
.p-product__product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 40px 25px;
  background-color: currentColor;
}
.p-product__product-heading._01 {
  color: #6EA0B9;
}
.p-product__product-heading._02 {
  color: #EC8A98;
}
.p-product__product-heading._03 {
  color: #C77FA1;
}
.p-product__product-heading._04 {
  color: #D6A654;
}
.p-product__product-heading._05 {
  color: #D6A654;
}
.p-product__product-heading._06 {
  color: #82A773;
}
.p-product__product-heading-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.p-product__product-heading-tips-head {
  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: 100px;
  min-height: 90px;
  background-color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: currentColor;
}
.p-product__product-heading-tips-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0;
  min-width: 243px;
  padding: 12px 0 15px 14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.p-product__product-heading-tips-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-product__product-heading-tips-list-item {
  display: grid;
  grid-template: auto/auto 1fr;
  gap: 5px;
}
.p-product__product-heading-tips-list-item:not(:first-child) {
  margin-top: 6px;
}
.p-product__product-heading-tips-list-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  margin: 3px 0 0;
  background: url(/pgmedia/cp_luckybag_202601/img/product_check_01_sp.svg) 0 0/contain no-repeat;
}
.p-product__product-heading-tips-text {
  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: 343px;
  min-height: 50px;
  padding: 3px 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: currentColor;
}
.p-product__product-in {
  padding: 0 0 30px;
  background-color: #fff;
}
.p-product__product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 290px;
  background: url(/pgmedia/cp_luckybag_202601/img/product_bg_01_pc.png) 0 0/100% auto no-repeat;
}
.p-product__product-image-main {
  position: relative;
}
.p-product__product-image-main._01 {
  left: 11px;
}
.p-product__product-image-main._02 {
  left: 11px;
}
.p-product__product-image-main._03 {
  left: 11px;
}
.p-product__product-image-main._04 {
  left: 0;
}
.p-product__product-image-main._05 {
  left: 0;
}
.p-product__product-image-main._06 {
  left: 0;
}
.p-product__product-detail {
  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;
  padding: 25px 0 25px;
  margin: 0 30px 0;
  border-top: 1px solid #C4A66B;
  border-bottom: 1px solid #C4A66B;
}
.p-product__product-option._01_01 {
  margin: -7px 0 -10px 9px;
}
.p-product__product-option._01_02 {
  margin: -8px -6px -6px 7px;
}
.p-product__product-option._02_01 {
  margin: -7px 0 -10px 9px;
}
.p-product__product-option._02_02 {
  margin: -8px -6px -6px 7px;
}
.p-product__product-option._03_01 {
  margin: -7px 0 -10px 9px;
}
.p-product__product-option._03_02 {
  margin: -8px -6px -6px 7px;
}
.p-product__product-option._05_01 {
  margin: -8px -6px -6px 9px;
}
.p-product__product-navigation {
  margin: 30px 0 0;
}
.p-product__product-navigation-heading {
  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__product-navigation-heading:before, .p-product__product-navigation-heading:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: currentColor;
}
.p-product__product-navigation-heading:before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.p-product__product-navigation-heading:after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.p-product__product-navigation-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin: -10px 30px 0;
}
.p-product__product-navigation-grid:not(:first-child) {
  margin-top: 20px;
}
.p-product__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: 11px 0 30px;
  background-color: #F6F6FB;
}
.p-product__product-navigation-title {
  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;
  letter-spacing: 0.05em;
  color: #677B93;
}
.p-product__product-navigation-title-icon._01_02 {
  margin: 0 0 -4px;
}
.p-product__product-navigation-title-main {
  padding: 9px 0 0;
}
.p-product__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;
  max-width: 260px;
  width: calc(100% - 62px);
  min-height: 50px;
  margin: 19px 0 0;
  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__product-navigation-button:hover {
    opacity: 0.7;
  }
}
.p-product__product-navigation-button:not(:first-child) {
  margin-top: 10px;
}
.p-product__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__product-navigation-bottle {
  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: 14px;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #555555;
}
.p-product__product-navigation-bottle-text {
  margin: 10px 0 0;
}