@charset "UTF-8";
@import 'https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/css/fonts.css';
@import 'https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/css/variables.css';
@import 'https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/css/mydata.css';

.pw-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-crimson);
  border: 1px solid var(--color-crimson);
  border-radius: 60px;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1.25px 6px rgb(0 0 0 / 20%);
  font-size: 17px;
  gap: 1px;
}

/* Override ECM style */
.pw-button.pw-button,
.pw-button:active,
.pw-button:visited {
  text-decoration: none;
  color: var(--color-white);
}

.pw-button--orange {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}

.pw-button.pw-button--outline {
  background-color: #f7f7f7;
  border-color: #000;
  color: #000;
}

.pw-button__icon {
  height: 1.2em;
  margin-top: -0.1em;
  margin-left: -0.5em;
}

@media (hover:hover) {
  .pw-button:hover {
    color: var(--color-white);
    text-decoration: none;
    opacity: 0.8;
  }

  .pw-button.pw-button--outline:hover {
    color: #000;
    opacity: 0.8;
  }
}

.pw-notice-list {
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 12px;
  list-style: none;
  padding: 0 14px;
  gap: 1px;
}

.pw-notice-list__item {
  padding: 0 0 0 15px;
  line-height: 1.7;
}

.pw-notice-list__item::before {
  content: '\203B';
  display: block;
  margin: 0 0 -20px -12px;
}

.pw-section {
  min-width: var(--content-width);
}

.pw-section__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff157;
  font-family: var(--font-rakuten-sans);
  color: var(--color-section-text);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 19px 20px;
  line-height: 1.1;
  margin-bottom: 42px;
  min-height: 90px;
}

.pw-section__heading-emphasis {
  display: inline-block;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--color-white);
  text-underline-offset: -2px;
  text-decoration-thickness: 8px;
  color: var(--color-crimson);
  text-decoration-skip-ink: none;
}

.pw-section__heading-emphasis:has(.pw-section__heading-emphasis-number) {
  margin-top: -0.25em;
}

.pw-section__heading-emphasis-number {
  font-size: 1.16em;
}

.pw-section__heading-subtitle {
  display: block;
  position: relative;
  font-size: 22px;
  margin: 0 0 6px;
  width: fit-content;
}

.pw-section__heading-subtitle:not(.pw-section__heading-subtitle--noline)::before,
.pw-section__heading-subtitle:not(.pw-section__heading-subtitle--noline)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-color: currentcolor;
  width: 2px;
  height: 1.4em;
  border-radius: 1px;
}

.pw-section__heading-subtitle:not(.pw-section__heading-subtitle--noline)::before {
  left: -24px;
  transform: rotate(-30deg);
}

.pw-section__heading-subtitle:not(.pw-section__heading-subtitle--noline)::after {
  right: -24px;
  transform: rotate(30deg);
}

.pw-section__heading::after {
  content: '';
  background-color: #fff157;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  margin-top: -1px;
  width: 40px;
  height: 21px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.pw-section__heading.pw-section__heading--dark,
.pw-section__heading.pw-section__heading--dark::after {
  background-color: #575757;
  color: var(--color-white);
}

.pw-section__headline {
  line-height: 1.6;
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--color-section-text);
  font-size: 22px;
  margin: 22px;
  font-family: var(--font-rakuten-sans);
  font-weight: 500;
}

.pw-section__intro {
  line-height: 1.6;
  letter-spacing: -0.05em;
  text-align: center;
  color: var(--color-section-text);
  font-size: 17px;
  font-family: var(--font-rakuten-sans);
  font-weight: 500;
}

.pw-section__emphasis {
  font-weight: 600;
  font-style: normal;
  color: var(--color-crimson);
  text-decoration: underline;
  text-decoration-color: var(--color-orange-light);
  text-decoration-thickness: 0.45em;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.pw-section__gold {
  color: #bb7100;
  font-weight: 600;
  font-style: normal;
}

.pw-section__intro-bold {
  font-weight: 700;
}

.pw-section__notice {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  color: #333;
}

.pw-headline {
  min-width: var(--content-width);
  background-color: var(--color-orange);
  text-align: center;
  font-size: 26px;
  font-family: var(--font-rakuten-sans);
  font-weight: 600;
  padding: 10px 0 12px;
  color: var(--color-white);
}

.pw-headline__bold {
  font-weight: 900;
  font-size: 30px;
}

.pw-main-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 374px;
}

.pw-main-banner__card {
  position: relative;
  background-color: rgb(255 255 255 / 96%);
  box-shadow: 0 0 13px -1px rgb(137 83 0 / 20%);

  /* TODO: Migrate to r10s before prod release */
  background-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/img/deco-paw.svg');
  background-size: 32px 32px;
  background-position: right 20px bottom 12px;
  background-repeat: no-repeat;
  margin-bottom: 18px;
  z-index: 2;
  width: 488px;
  padding: 14px;
  font-family: var(--font-rakuten-sans);
}

.pw-main-banner__heading {
  width: 286px;
  margin: 0 auto 24px;
}

.pw-main-banner__text {
  color: var(--color-section-text);
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 16px;
}

.pw-main-banner__text-bold {
  font-weight: 600;
}

.pw-main-banner__links {
  display: grid;
  position: relative;
  grid-template: 'fixed mydata' auto / 1fr 1fr;
  z-index: 2;
  width: 488px;
  padding: 0 16px;
  gap: 28px;
  margin-bottom: 12px;
}

.pw-main-banner__link-item {
  display: grid;
  grid-template: 
    'description' auto 
    'text' minmax(52px, 1fr) / 1fr;
  min-height: 86px;
  position: relative;
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange-light);
  border-radius: 10px;
  text-align: center;
  align-items: center;
  box-shadow: 0 9px 12px 0 rgb(37 25 0 / 40%);
  font-family: var(--font-rakuten-sans);

  /* Override ECM style */
  color: var(--color-white);
}

.pw-main-banner__link-item:visited,
.pw-main-banner__link-item:active {
  color: var(--color-white);
}


.pw-main-banner__link-item.pw-main-banner__link-item--white {
  background-color: var(--color-white);
  color: var(--color-orange);
}

.pw-main-banner__link-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  bottom: 5px;
  right: 5px;
  background-color: var(--color-orange-light);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.pw-main-banner__link-item.pw-main-banner__link-item--white::after {
  background-color: var(--color-orange);
}

@media (hover:hover) {
  .pw-main-banner__link-item:hover {
    color: var(--color-white);
    text-decoration: none;
    opacity: 0.8;
  }

  .pw-main-banner__link-item.pw-main-banner__link-item--white:hover {
    color: var(--color-orange);
    text-decoration: none;
    opacity: 0.8;
  }
}

.pw-main-banner__link-item--white:hover {
  color: var(--color-orange);
  text-decoration: none;
}

.pw-main-banner__link-item--fixed {
  grid-area: fixed;
}

.pw-main-banner__link-item--mydata {
  grid-area: mydata;
}

.pw-main-banner__link-description {
  display: block;
  grid-area: description;
  align-content: center;
  background-color: var(--color-orange-light);
  color: #333;
  margin: 8px 8px 0;
  padding: 3px 0;
  min-height: 24px;
  font-size: 13px;
  text-align: center;
  border-radius: 999px;
  line-height: 1.2;
  font-weight: 500;
}

.pw-main-banner__link-text {
  display: block;
  grid-area: text;
  align-content: center;
  font-size: 22px;
  font-weight: 600;
  padding: 6px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.pw-main-banner__link-bold {
  font-weight: 700;
}

.pw-main-banner__images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.pw-main-banner__image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: var(--color-white);
  z-index: 9;
}

.pw-main-banner__image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.pw-main-banner__image--1 {
  animation: kanban-fade-1 6s ease-in-out infinite;
  animation-delay: 6s;
}

.pw-main-banner__image--2 {
  animation: kanban-fade-2 6s ease-in-out infinite;
  animation-delay: 9s;
}

.pw-entry-steps {
  overflow: hidden;
}

.pw-entry-steps__grid {
  display: grid;
  position: relative;
  grid-template:
    'step1 step2' 1fr
    '. step2' 183px / 1fr 1fr;
  width: fit-content;
  margin: 68px auto 80px;
  column-gap: 36px;
}

.pw-entry-card {
  display: grid;
  position: relative;
  width: 390px;
  grid-template:
    'head' minmax(68px, auto)
    'body' 1fr / 1fr;
  background-color: var(--color-orange);
  font-family: var(--font-rakuten-sans);
  color: var(--color-section-text);
  border-radius: 24px;
  padding: 0 10px 25px;
  filter: drop-shadow(0 3px 8px rgb(39 69 99 / 20%));
}

.pw-entry-card--step1 {
  grid-area: step1;
}

.pw-entry-card--step1::after {
  content: '';
  display: block;
  width: 28px;
  height: 58px;
  background-color: var(--color-orange);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -21px;
}

.pw-entry-card--step2 {
  grid-area: step2;
  align-self: flex-start;
}

.pw-entry-card__heading {
  display: flex;
  grid-area: head;
  align-items: center;
  justify-self: center;
  color: var(--color-section-text);
  font-family: var(--font-rakuten-sans);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  padding: 18px 0 0;
}

.pw-entry-card__deco-puppy {
  display: block;
  position: absolute;
  top: -67px;
  right: 6.6%;
  width: 56px;
  height: 92px;
}

.pw-entry-card__deco {
  display: block;
  position: absolute;
  z-index: 9;
}

.pw-entry-card__deco--puppy {
  top: -77px;
  left: 30px;
  width: 68px;
}

.pw-entry-card__deco--cat {
  top: -66px;
  right: 34px;
  width: 58px;
}

.pw-entry-card__bg {
  display: block;
  position: absolute;
  width: 668px;
  height: 391px;
  bottom: 0;
  right: 50%;
  margin: 0 51px -63px 0;
}

.pw-entry-card__step {
  display: flex;
  font-style: normal;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  width: 45px;
  height: 56px;
  margin: -22px 0 0 12px;
  padding: 14px 0 0;
  line-height: 1;

  /* TODO: Migrate to r10s before prod release */
  background: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/img/deco-step.svg') no-repeat center / contain;
}

.pw-entry-card__title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 30px auto 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -4%;
}

.pw-entry-card__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  height: 5px;
  left: 0;
  right: 0;
  background-color: var(--color-orange);
}

.pw-entry-card__body {
  background-color: var(--color-white);
  grid-area: body;
  border-radius: 12px;
  padding-bottom: 16px;
  width: 100%;
  overflow: hidden;
}

.pw-entry-card__callout {
  font-weight: 500;
  text-align: center;
  padding: 26px 16px 28px;
  line-height: 1.6;
  color: var(--color-section-text);
}

.pw-entry-card__login {
  position: relative;
}

.pw-entry-card__login-overlay {
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 70%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: var(--font-rakuten-sans);
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.4;
  padding: 12px;
  text-align: center;
}

.pw-entry-card__login-callout {
  font-size: 17px;
  margin-bottom: 31px;
}

.pw-entry-card__btn-container {
  padding: 0 40px;
}

.pw-entry-card__login-btn {
  width: 260px;
}

.pw-entry-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 33px;
  margin-bottom: 15px;
}

.pw-entry-card__info-item {
  display: grid;
  grid-template:
    'label' auto
    'data' auto / 1fr;
  justify-items: center;
  font-family: var(--font-rakuten-sans);
  color: var(--color-section-text);
}

.pw-entry-card__info-label {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #f1dec1;
  text-align: center;
  font-weight: 500;
  width: 121px;
  margin-bottom: 6px;
  line-height: 1;
  border-radius: 12px;
  padding: 1px 0 0;
  min-height: 18px;
  font-size: 14px;
}

.pw-entry-card__info-data {
  font-size: 14px;
  margin-left: 0;
}

.pw-entry-steps-spacer {
  display: block;
  width: 43px;
  margin: 1px auto 6px;
}

.pw-benefits {
  padding-top: 92px;
  padding-bottom: 200px;
}

.pw-benefits__deco {
  position: absolute;
}

.pw-benefits__deco--puppy {
  top: -81px;
  right: 50%;
  margin-right: -485px;
  width: 172px;
}

.pw-benefits__deco--cat {
  top: -78px;
  left: 50%;
  margin-left: -482px;
  width: 107px;
}

.pw-benefits__notice {
  margin: 15px auto 30px;
  width: fit-content;
}

.pw-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 24px 16px;
  width: var(--content-width);
  margin: 0 auto;
}

.pw-benefit-item {
  display: grid;
  grid-template:
    'head' minmax(84px, auto)
    'body' 1fr / 1fr;
  background-color: var(--color-white);
  box-shadow: 0 4px 9px 0 rgb(39 69 99 / 20%);
  border-radius: 6px;
  margin-top: 32px;
  font-family: var(--font-rakuten-sans);
  min-height: 365px;
}

.pw-benefit-item__heading {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: var(--color-orange);
  border-radius: 6px 6px 0 0;
  grid-area: head;
  padding-top: 30px;
  padding-bottom: 4px;
}

.pw-benefit-item__heading::before {
  display: block;
  position: absolute;
  content: '';
  width: 64px;
  height: 32px;
  background-color: var(--color-orange);
  clip-path: circle(32px at 50% 100%);
  top: -31px;
  left: 50%;
  margin-left: -32px;

}

.pw-benefit-item__icon {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: -25px;
  margin-left: -26px;
  left: 50%;
}

.pw-benefit-item__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  padding: 2px 0;
}

.pw-benefit-item__bubble {
  display: block;
  position: absolute;
  color: #3c2200;
  top: -30px;
  left: 0;
  padding: 13px 6px 20px 11px;
  font-size: 20px;
  font-family: var(--font-rakuten-sans);
  font-weight: 500;

  /* TODO: Migrate to r10s before prod release */
  border-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/img/benefit-bubble-border.png');
  border-image-slice: 50 64 66 50 fill;
  border-image-width: 25px 32px 33px 25px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  min-height: 61px;
}

.pw-benefit-item__body {
  grid-area: body;
  padding: 16px 16px 24px;
  font-size: 14px;
  font-family: var(--font-rakuten-sans);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pw-benefit-item__img {
  display: block;
  margin: auto;
  width: 100%;
  box-shadow: 0 4px 9px 0 rgb(39 69 99 / 20%);
}

.pw-benefit-item__img.pw-benefit-item__img--flat {
  box-shadow: none;
  margin-top: unset;
  margin-bottom: unset;
}

.pw-benefit-item__img.pw-benefit-item__img--stampcard {
  width: 168px;
  border-radius: 4px;
}

/* Member benefits */
.pw-member-benefits {
  padding-top: 0;
  padding-bottom: 80px;
}

.pw-member-benefits__deco {
  position: absolute;
}

.pw-member-benefits__deco--puppy {
  right: 50%;
  top: -69px;
  margin-right: -474px;
  width: 150px;
}

.pw-member-benefits__deco--cat {
  left: 50%;
  top: -69px;
  margin-left: -476px;
  width: 96px;
}

.pw-member-benefits__headline {
  margin-top: 50px;
}

.pw-member-benefits__grid-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 116px;
  padding-right: 116px;
  grid-auto-rows: 1fr;
  column-gap: 16px;
  width: var(--content-width);
  margin: 32px auto 52px;
}

.pw-member-benefits__grid-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 16px;
  width: var(--content-width);
  margin: 0 auto;
}

.pw-benefit-birthday {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pw-benefit-birthday__header {
  display: flex;
  font-family: var(--font-rakuten-sans);
  margin-top: 2px;
  font-size: 22px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.pw-benefit-birthday__ribbon {
  /* TODO: Migrate to r10s before prod release */
  border-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/img/benefit-ribbon.svg');
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding: 4px 14px;
  text-align: center;
  border-image-slice: 0 10 0 10 fill;
  border-image-width: 0 10px 0 10px;
  min-height: 36px;
  min-width: 266px;
}

.pw-benefit-birthday__illust {
  display: block;
  width: 105px;
  height: 126px;
  margin: 16px auto 0;
}

.pw-benefit-birthday__text {
  font-size: 16px;
  line-height: 1.6;
}

.pw-benefit-birthday__emphasis {
  font-style: normal;
  font-weight: 600;
  color: var(--color-crimson);
}

.pw-benefit-item__notice {
  padding: 0;
}

.pw-benefit-item__banner {
  display: block;
  width: 100%;
}

.pw-benefit-item__banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.pw-benefit-item__link {
  margin: 0 auto;
  width: 286px;
  max-width: 100%;
  height: 54px;
}

.pw-benefit-item__link-icon {
  display: block;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.pw-entry-button .rcEntryButton-button {
  width: 100%;
  height: 60px;
  font-size: 17px;
}

.pw-entry-card__form {
  padding: 0 8px 12px;
}

.pw-entry-form.pw-entry-form--dummy {
  padding: 22px 0 10px;
}

.pw-entry-form__dummy-img {
  display: block;
  width: 100%;
  height: auto;
}

.pw-rules {
  background-color: #f7f7f7;
  padding-bottom: 60px;
}

.pw-rules__deco {
  display: block;
  position: absolute;
}

.pw-rules__deco.pw-rules__deco--non-member-rabbit {
  right: 50%;
  top: -115px;
  margin-right: -399px;
  width: 106px;
}

.pw-rules__deco.pw-rules__deco--member-rabbit {
  right: 50%;
  top: -88px;
  margin-right: -446px;
  width: 82px;
}

.pw-rules__deco.pw-rules__deco--member-bird {
  top: -64px;
  right: 50%;
  margin-right: -335px;
  width: 66px;
}

.pw-rules__deco.pw-rules__deco--member-bird-1 {
  top: -63px;
  right: 50%;
  margin-right: -286px;
  width: 66px;
}

.pw-rules__deco.pw-rules__deco--member-bird-2 {
  top: -97px;
  left: 50%;
  margin-left: -303px;
  width: 64px;
  transform: scaleX(-100%);
}

.pw-rules__deco.pw-rules__deco--member-turtle {
  left: 50%;
  top: -47px;
  margin-left: -428px;
  width: 148px;
}

.pw-rules__content {
  width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.pw-shoplist__title {
  padding: 3px 5px;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-crimson);
  text-align: center;
}

.pw-shoplist__list {
  padding: 10px 26px;
  display: grid;
  background-color: var(--color-white);
  border: 1px solid var(--color-crimson);
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem 10px;
}

.pw-shoplist__item {
  font-size: 13px;
}

.pw-index {
  font-family: var(--font-rakuten-sans);
  padding-top: 96px;
  margin-bottom: 16px;
}

.pw-index__content {
  width: 762px;
  margin: 0 auto;
  display: grid;
  grid-template:
    'question question' auto
    'title list' auto / auto 1fr;
  gap: 30px 70px;

  /* TODO: Migrate to r10s before prod release */
  background-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/img/index-bg.png');
  background-repeat: no-repeat;
  background-position: right 12px bottom -6px;
  background-size: 748px auto;
  padding-bottom: 8px;
}

.pw-index__box {
  grid-area: question;
  display: grid;
  grid-template:
    '. icon maintext. ' auto
    '. icon subtext. ' auto / 1fr auto auto 1fr;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fcdba0;
  border-radius: 10px;
  padding: 19px 13px 12px;
  margin-top: 34px;
  column-gap: 25px;
}

.pw-index__box,
.pw-index__box:visited {
  color: #333;
  text-decoration: none;
}

@media (hover:hover) {
  .pw-index__box:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.8;
  }
}

.pw-index__chevron {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--color-orange);
  font-size: 16px;
  margin-top: -8px;
}

.pw-index__question-deco {
  display: block;
  position: absolute;
  width: 59px;
  height: auto;
  top: -32px;
  left: 52px;
}

.pw-index__question-icon {
  grid-area: icon;
  display: block;
  width: 60px;
  height: 60px;
}

.pw-index__maintext {
  grid-area: maintext;
  font-size: 22px;
  line-height: 1.428;
  margin-bottom: 4px;
  color: #f39902;
  font-weight: 600;
}

.pw-index__subtext {
  grid-area: subtext;
  font-size: 13px;
  color: #333;
  margin-bottom: 4px;
}

.pw-index__banner {
  width: 160px;
}

.pw-index__nav {
  grid-area: list;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pw-index__link {
  width: fit-content;
  font-size: 13px;

  /* Override ECM style */
  color: #000;
  text-decoration: none;
}

.pw-index__link:visited,
.pw-index__link:active {
  /* Override ECM style */
  color: #000;
}

@media (hover:hover) {
  .pw-index__link:hover {
    color: #000;
  }
}

.pw-floating {
  width: 100%;
  max-width: unset;
  border-radius: 0;
  padding: 16px 20px;
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 -8px 6px 0 rgb(0 0 0 / 10%);
}

.pw-floating__button {
  width: 266px;
}

.pw-floating-nav {
  width: 100%;
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 8px 6px 0 rgb(0 0 0 / 10%);
}

.pw-floating-nav__links {
  width: var(--content-width);
  margin: 0 auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.pw-floating-nav__item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 8px;
  background: transparent;
  min-height: 57px;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;

  /* Override ECM Style */
  color: var(--color-orange);
  text-decoration: none;
}

.pw-floating-nav__item:visited,
.pw-floating-nav__item:active {
  color: var(--color-orange);
}

@media (hover:hover) {
  .pw-floating-nav__item:hover {
    text-decoration: none;
  }

  .pw-floating-nav__item:not([data-in-viewport='true']):hover {
    color: var(--color-orange);
    opacity: 0.8;
  }
}

.pw-floating-nav__item.pw-floating-nav__item:first-child::before,
.pw-floating-nav__item.pw-floating-nav__item::after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  top: 12px;
  bottom: 12px;
  box-sizing: content-box;
  border-left: 1px solid var(--color-orange);
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.pw-floating-nav__item.pw-floating-nav__item:first-child::before {
  left: 0;
}

.pw-floating-nav__item.pw-floating-nav__item::after {
  right: -1px;
}

.pw-floating-nav__item[data-in-viewport='true'] {
  background-color: var(--color-orange);
  color: var(--color-white);
}

.pw-floating-nav__item[data-in-viewport='true']::before,
.pw-floating-nav__item[data-in-viewport='true']::after {
  opacity: 0;
}

/* Mydata Widget Style Overrides */
/* stylelint-disable-next-line selector-max-id */
.pw-mydata-form #widget {
  width: 100% !important;
  box-shadow: none !important;
}

.pw-mydata-form .container,
.pw-mydata-form .isMinimized .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pw-mydata-form .petwari-widget {
  max-height: 458px !important;
  display: flex;
  flex-direction: column;
}

.pw-mydata-form .scroll-page {
  height: unset !important;
}

/* Member */
.pw-member-slider {
  overflow: hidden;
}

.pw-member-slider__main {
  display: block;
  width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  transform: translateX(calc((max(1024px, 100vw) - 1920px) / 2));
}

@media screen and (width >=1920px) {
  .pw-member-slider__main {
    transform: none;
  }  
}

.pw-member-slider__nav {
  display: flex;
  opacity: 1;
  background-color: var(--color-white) !important;
  color: var(--color-orange) !important;
  width: 56px;
  height: 56px;
  margin-top: -60px !important;
}

/* Override ECM Style */
.pw-member-slider__nav.pw-member-slider__nav--prev {
  left: 50%;
  margin-left: -348px;
}

.pw-member-slider__nav.pw-member-slider__nav--next {
  right: 50%;
  margin-right: -348px;
}

.pw-member-slider__nav-icon {
  color: var(--color-orange) !important;
  font-size: 32px !important;
}

.pw-member-slider .ecm-slider-pagination-bullet-active {
  background-color: var(--color-orange);
}

.pw-member-slider__slide {
  width: 640px;
}

.pw-member-slider__pagination {
  margin: 0;
  padding: 30px 0;
}

/* Member head */
.pw-member-banner__heading {
  width: 825px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template: 'logo . tag' auto / 240px 1fr auto;
  padding: 11px 0 8px;
}

.pw-member-banner__logo {
  display: block;
  width: 100%;
  height: auto;
}

.pw-member-banner__tag {
  display: grid;
  grid-area: tag;
  grid-template: 'text icon' auto / 1fr auto;
  position: relative;
  box-sizing: border-box;
  padding-right: 16px;
  margin: 0 18px 0 0;
  height: fit-content;
  align-self: center;
}

@media (hover:hover) {
  .pw-member-banner__tag:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.pw-member-banner__tag:visited {
  text-decoration: none;
}

.pw-member-banner__tag-text {
  display: flex;
  place-content: center center;
  background: var(--color-orange-lighter);
  border: 1px solid var(--color-orange);
  color: #320000;
  font-weight: 400;
  font-family: var(--font-rakuten-sans);
  font-size: 14px;
  padding: 5px 8px 4px;
  border-radius: 8px;
  min-width: 115px;
}

.pw-member-banner__tag-icon {
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
  position: absolute;
  background-color: var(--color-white);
  border-radius: 100%;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  margin-top: -14px;
  display: flex;
  place-content: center center;
  padding: 2px 0 0;
  font-size: 20px;
}

/* Member Nav */
.pw-member-nav {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  width: 700px;
  margin: 42px auto 44px;
}

.pw-member-nav__item {
  background-color: var(--color-orange);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  padding: 8px 5px 6px;
  box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);

  /* Override ECM Style */
  color: var(--color-white) !important;
  text-decoration: none !important;
}


.pw-member-nav__item:active,
.pw-member-nav__item:visited {
  color: var(--color-white);
  text-decoration: none;
}


@media (hover:hover) {
  .pw-member-nav__item:hover {
    color: var(--color-white);
    text-decoration: none;
    opacity: 0.8;
  }
}

.pw-member-nav__icon-container {
  position: relative;
  background: var(--color-white);
  width: 52px;
  height: 52px;
  border-radius: 100%;
}

.pw-member-nav__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 36px;
  margin-top: -18px;
  margin-left: -17px;
}

.pw-member-nav__text {
  font-family: var(--font-rakuten-sans);
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 1px;
}

.pw-member-nav__chevron {
  font-size: 12px;
}

/* Stampcard */
.pw-stampcard {
  padding-bottom: 160px;

  /* TODO: Migrate to r10s before prod release */
  background-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_pc/img/stampcard-bg.png');
  background-color: var(--color-white);
  background-size: 240px 240px;
  background-repeat: repeat;
  background-position: center;
}

.pw-stampcard__card-top {
  width: 434px;
  margin: 28px auto;
}

.pw-stampcard__card-stamp {
  margin: 8px 0 28px;
}

.pw-stampcard__deco {
  display: block;
  position: absolute;
  top: -73px;
  right: 50%;
  margin-right: -528px;
  width: 81px;
}

/*** 未エントリー ***/
.pw-stampcard__no-entry {
  display: block;
  text-align: center;
  position: relative;
}

/* 未エントリー Topページ用 */
.pw-stampcard__card-top .pw-stampcard__no-entry--stamp {
  display: none;
}

/* 未エントリー スタンプページ用 */
.pw-stampcard__card-stamp .pw-stampcard__no-entry--top {
  display: none;
}

.rcEntryButton-status--entered .pw-stampcard__no-entry,
.rcEntryButton-status--applied .pw-stampcard__no-entry {
  display: none;
}

/*** エントリー済 ***/
.pw-stampcard__entered,
.rcEntryButton-status--before .pw-stampcard__entered,
.rcEntryButton-status--selected .pw-stampcard__entered {
  display: none;
}

.rcEntryButton-status--entered .pw-stampcard__entered,
.rcEntryButton-status--applied .pw-stampcard__entered {
  display: block;
  text-align: center;
}


.pw-stampcard__button {
  width: 246px;
}

.pw-stampcard__card-top .pw-stampcard__button {
  width: 312px;
}

.pw-stampcard__entered-card {
  display: none;
}

.pw-stampcard__img {
  width: 100%;
}

.pw-stampcard__link {
  width: 360px;
  margin: 40px auto 0;
}

/* Campaign */
.pw-campaign {
  background-color: var(--color-orange-lighter);
  margin-top: 100px;
  padding-bottom: 83px;
}

.pw-campaign__deco {
  display: block;
  position: absolute;
}

.pw-campaign__deco.pw-campaign__deco--cat {
  top: -82px;
  left: 50%;
  margin-left: -352px;
  width: 71px;
  height: auto;
}

.pw-campaign__deco.pw-campaign__deco--dog {
  top: -78px;
  right: 50%;
  margin-right: -355px;
  width: 138px;
  height: auto;
}

.pw-campaign__banner-container {
  padding: 38px 0 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
  list-style: none;
}

.pw-campaign__banner {
  display: block;
  width: 100%;
}

.pw-campaign__link {
  display: block;
  width: 100%;
}

@media (hover:hover) {
  .pw-campaign__link:hover {
    opacity: 0.8;
  }
}

.pw-campaign__banner-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Information */
.pw-information {
  padding-bottom: 120px;
}

.pw-information__deco {
  display: block;
  position: absolute;
}

.pw-information__deco.pw-information__deco--rabbit {
  left: 50%;
  top: -83px;
  width: 97px;
  margin-left: -338px;
  height: auto;
}

.pw-information__deco.pw-information__deco--bird {
  top: -54px;
  right: 50%;
  width: 66px;
  margin-right: -321px;
  height: auto;
}

.pw-information__intro {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pw-information__banner {
  display: block;
  width: 408px;
  height: auto;
  margin: 24px auto 40px;
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 20%);
}

@media (hover:hover) {
  .pw-information__banner:hover {
    opacity: 0.8;
  }
}

.pw-information__banner-img {
  display: block;
  width: 100%;
}

.pw-information__article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(95px, auto);
  padding: 0 16px 28px;
  gap: 24px;
  width: var(--content-width);
  margin: 0 auto 32px;
}

.pw-information__article {
  display: grid;
  padding: 10px;
  background-color: var(--color-orange-lighter);
  grid-template: 'img text' auto / 95px 1fr;
  gap: 10px;
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 20%);
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

@media (hover:hover) {
  .pw-information__article:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.8;
  }
}

.pw-information__article:visited {
  color: #000;
  text-decoration: none;
}

.pw-information__article-img {
  grid-area: img;
  display: block;
  width: 100%;
  align-self: stretch;
  object-fit: cover;
  object-position: center;
}

.pw-information__article-text {
  padding: 6px 0;
}

.pw-information__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 392px;
  margin-left: auto;
  margin-right: auto;
}

.pw-information__link {
  display: grid;
  position: relative;
  grid-template:
    'icon' 1fr
    'text' auto / 1fr;
  border: 1px solid var(--color-orange);
  border-radius: 8px;
  background-color: var(--color-white);
  color: #3c2200;
  text-decoration: none;
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 20%);
  padding: 5px;
}

.pw-information__link:active,
.pw-information__link:visited {
  color: #3c2200;
  text-decoration: none;
}

@media (hover:hover) {
  .pw-information__link:hover {
    color: #3c2200;
    text-decoration: none;
    opacity: 0.8;
  }
}

.pw-information__link-icon {
  grid-area: icon;
  place-self: center center;
  width: 45px;
  margin: 5px 0 4px;
}

.pw-information__link-text {
  grid-area: text;
  text-align: center;
  font-size: 16px;
  padding: 8px 0 0;
  color: var(--color-brown-text);
}

.pw-information__link-chevron {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
  color: var(--color-orange);
}

/* Services */
.pw-service {
  padding-top: 54px;
  padding-bottom: 78px;
}

.pw-service__deco {
  position: absolute;
  top: -54px;
  left: 50%;
  width: 88px;
  margin-left: -46px;
}

.pw-service__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: var(--content-width);
  margin: 82px auto 0;
}

@media (hover:hover) { 
  .pw-service__link-item:hover {
    opacity: 0.8;
  }
}

.pw-service__link-img {
  width: 100%;
}

/* Pet Items */
.pw-pet-item {
  margin-top: 101px;
  padding-bottom: 71px;
}

.pw-pet-item.pw-pet-item--stamp {
  margin-top: 0;
  padding-bottom: 182px;
  background-color: #fafafa;
}

.pw-pet-item__heading {
  margin-bottom: 20px;
}

.pw-pet-item__deco {
  display: block;
  position: absolute;
}

.pw-pet-item__deco.pw-pet-item__deco--dog {
  top: -94px;
  right: 50%;
  width: 84px;
  margin-right: -270px;
}

.pw-pet-item__deco.pw-pet-item__deco--bird {
  top: -101px;
  left: 50%;
  width: 68px;
  margin-left: -268px;
  transform: scaleX(-100%);
}

.pw-pet-item__deco.pw-pet-item__deco--dog-stamp {
  top: -98px;
  left: 50%;
  margin-left: -431px;
  width: 81px;
}

.pw-pet-item__deco.pw-pet-item__deco--cat-stamp {
  top: -78px;
  right: 50%;
  margin-right: -431px;
  width: 68px;
}

.pw-pet-item__stamp-headline {
  margin-top: 54px;
}

.pw-pet-item__section {
  padding: 0 0 78px;
  position: relative;
  width: 663px;
  margin-left: auto;
  margin-right: auto;
}

.pw-pet-item__section.pw-pet-item__section--dog {
  padding-top: 65px;
}

.pw-pet-item__section.pw-pet-item__section--cat {
  padding-top: 48px;
}

.pw-pet-item__section.pw-pet-item__section--small-animals {
  padding-top: 44px;
  padding-bottom: 36px;
}

.pw-pet-item__section-header {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-rakuten-sans);
  text-align: center;
  margin-bottom: 59px;
}

.pw-pet-item__section-header::after {
  content: '';
  display: block;
  width: 120px;
  height: 12px;

  /* TODO: Migrate to r10s before prod release */
  background-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_sp/img/benefit-header-divider.svg');
  background-size: 24px 12px;
  background-position: center;
  background-repeat: repeat-x;
  margin: 17px auto 0;
}

.pw-pet-item__section-deco {
  display: block;
  position: absolute;
  z-index: 0;
}

.pw-pet-item__section-deco--dog {
  top: 21px;
  right: 26px;
  width: 111px;
}

.pw-pet-item__section-deco--cat {
  top: -4px;
  left: 69px;
  width: 76px;
}

.pw-pet-item__section-deco--fish-1 {
  top: -12px;
  right: 55px;
  width: 83px;
}

.pw-pet-item__section-deco--fish-2 {
  top: 101px;
  left: 57px;
  width: 85px;
}

.pw-pet-item__section-deco--fish-3 {
  bottom: -4px;
  left: -70px;
  width: 103px;
}

.pw-pet-item__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}

.pw-pet-item__grid.pw-pet-item__grid--small-animals {
  grid-template-columns: repeat(2, 1fr);
  width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

.pw-pet-item__link {
  display: grid;
  grid-template: 'img' auto 'text' 43px / 1fr;
  padding: 10px 8px 7px;
  gap: 2px;
  place-items: center center;
  background-color: var(--color-white);
  box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
  border-radius: 10px;
  font-size: 16px;
  font-family: var(--font-rakuten-sans);
  
  /* Override ECM Style */
  color: #000 !important;
  text-decoration: none !important;
}

.pw-pet-item__link:active,
.pw-pet-item__link:visited {
  color: #000;
  text-decoration: none;  
}

@media (hover:hover) {
  .pw-pet-item__link:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.8;
  }
}

.pw-pet-item__link-img {
  display: block;
  width: 130px;
  height: 112px;
  object-fit: cover;
  object-position: center;
}

.pw-pet-item__link-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 15px;
}

.pw-pet-item__search {
  width: 792px;
  margin: 55px auto 80px;
  height: 64px;
  border-color: var(--color-orange);
}

.pw-pet-item__search-submit {
  flex: 0 0 80px;
  background-color: var(--color-orange);
}

@media (hover:hover) {
  .pw-pet-item__search-submit:hover {
    background-color: var(--color-orange);
    opacity: 0.8;
  }
}

/* Stamp */
.pw-stamp-banner {
  width: 100%;
  background-color: var(--color-orange);
  height: 552px;
  overflow: hidden;
}

.pw-stamp-banner__img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 19px auto;
  height: 513px;
  object-fit: cover;
  object-position: center;
}

.pw-stamp-entry {
  background-color: var(--color-orange-lighter);
  padding-bottom: 150px;
}

.pw-stamp-entry__header-img {
  display: block;
  margin: 0 auto;
  width: 245px;
}

.pw-stamp-entry__header {
  padding: 43px 0 32px;
}

.pw-stamp-entry__grid {
  display: grid;
  position: relative;
  grid-template:
    ' step1 fp1 step2 ' minmax(788px, min-content)
    ' . . fp2 ' 57px
    ' step3 step3 step3 ' auto / 395px 47px 414px;
  margin: 0 auto;
  width: fit-content;
}

.pw-stamp-entry__step.pw-stamp-entry__step--step1 {
  grid-area: step1;
}

.pw-stamp-entry__step.pw-stamp-entry__step--step2 {
  grid-area: step2;
}

.pw-stamp-entry__step.pw-stamp-entry__step--step3 {
  grid-area: step3;
}

.pw-stamp-entry__footprints-1 {
  display: block;
  grid-area: fp1;
  position: absolute;
  top: 46px;
  width: 100px;
  left: -21px;
}

.pw-stamp-entry__footprints-2 {
  display: block;
  grid-area: fp2;
  position: absolute;
  top: 13px;
  right: 167px;
  width: 88px;
}

.pw-stamp-step {
  border-image-slice: 41 20 20 20 fill;
  border-image-width: 41px 20px 20px 20px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding: 41px 24px 24px;
  margin-top: 70px;
  position: relative;
}

.pw-stamp-step.pw-stamp-step--step1 {
  /* TODO: Migrate to r10s before prod release */
  border-image-source: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_pc/img/stamp-entry-step1-border.png');
  display: flex;
  flex-direction: column;
}

.pw-stamp-step.pw-stamp-step--step2 {
  /* TODO: Migrate to r10s before prod release */
  border-image-source: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_pc/img/stamp-entry-step2-border.png');
}

.pw-stamp-step.pw-stamp-step--step3 {
  /* TODO: Migrate to r10s before prod release */
  border-image-source: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_pc/img/stamp-entry-step3-border.png');
  margin-left: 70px;
  margin-right: 70px;
}

.pw-stamp-step__flag {
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -70px;
}

.pw-stamp-step__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 14px;
  text-align: center;
  padding: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-rakuten-sans);
  color: var(--color-brown-text);
}

.pw-stamp-step__title::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 13px;
  top: 2px;
  right: -12px;

  /* TODO: Migrate to r10s before prod release */
  background-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_cmn/img/stamp-entry-paw.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pw-stamp-step__title::after {
  content: '';
  display: block;
  margin: 14px auto 0;
  width: 180px;
  height: 9px;

  /* TODO: Migrate to r10s before prod release */
  background-image: url('https://r.r10s.jp/evt/event/pet/petwari/2025/07/_pc/img/stamp-entry-underline.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pw-stamp-step__deco {
  display: block;
  position: absolute;
}

.pw-stamp-step__deco.pw-stamp-step__deco--dog {
  bottom: 21px;
  right: 34px;
  width: 40px;
}

.pw-stamp-step__deco.pw-stamp-step__deco--bird {
  top: 86px;
  right: 36px;
  width: 38px;
}

.pw-stamp-step__deco.pw-stamp-step__deco--rabbit {
  top: 0;
  left: 39px;
  width: 34px;
}

.pw-stamp-step__deco.pw-stamp-step__deco--cat {
  bottom: 35px;
  right: -7px;
  width: 89px;
}


.pw-entry-check {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}

.pw-entry-check.pw-entry-check--signed-out {
  justify-content: initial;
}

.pw-entry-check.pw-entry-check--non-member {
  justify-content: initial;
}

.pw-entry-check__member-badge {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}

.pw-entry-check__dummy-overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  inset: 0;
  z-index: 2;
  padding: 0 16px;
  background-color: rgb(0 0 0 / 70%);
}

.pw-entry-check__dummy-form {
  position: relative;
  padding: 24px 0;
  min-height: 488px;
}

.pw-entry-check__dummy-img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pw-entry-check__callout {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  font-family: var(--font-rakuten-sans);
  font-size: 17px;
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 27px;
}

.pw-entry-check__callout-subtext {
  font-size: 15px;
}

.pw-entry-check .mydata-lite-widget {
  width: 100%;
}

.pw-entry-check__login {
  height: 50px;
}

/* Mydata widget layout override */
/* stylelint-disable-next-line selector-max-id */
.pw-entry-check .mydata-lite-widget #widget#widget {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
}

/* stylelint-disable-next-line no-descending-specificity */
.pw-entry-check .mydata-lite-widget .petwari-widget {
  display: flex;
  flex-direction: column;
  padding-bottom: 8%;
}

.pw-entry-check .mydata-lite-widget .scroll-page {
  flex: 1 1 auto;
  height: unset !important;
}

.pw-entry-check .confirmation-page .submit-button {
  display: none !important; 
}

.pw-mydata-form .confirmation-page .submit-button,
.pw-entry-check .confirmation-page .submit-button {
  display: none !important; 
}

/* stylelint-disable selector-no-qualifying-type */
.pw-mydata-form label.checked,
.mydata-lite-widget label.checked,
.pw-mydata-form label:not(.checked),
.mydata-lite-widget label:not(.checked) {
  width: 100%;
}

.pw-mydata-form label.checked::after,
.mydata-lite-widget label.checked::after,
.pw-mydata-form label:not(.checked)::after,
.mydata-lite-widget label:not(.checked)::after {
  left: 3px !important;
}
/* stylelint-enable selector-no-qualifying-type */
.pw-event-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 0;
}

.pw-event-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: var(--font-rakuten-sans);
}

.pw-event-info__label {
  font-size: 13px;
  background-color: var(--color-orange-light);
  min-width: 104px;
  text-align: center;
  min-height: 16px;
  border-radius: 8px;
  padding: 1px 4px;
  color: var(--color-brown-text);
}

.pw-event-info__data {
  font-size: 14px;
  margin: 0;
}

.pw-stamp-step__text {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-rakuten-sans);
  letter-spacing: -0.03em;
  text-align: center;
  font-kerning: normal;
  padding-top: 4px;
}

.pw-stamp-step__emphasis {
  font-style: normal;
  color: var(--color-crimson);
  font-weight: 700;
}

.pw-stamp-step__services {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  padding: 30px 0;
}

.pw-stamp-step__services-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 126px;
  border: 1px solid var(--color-orange);
  height: 126px;
  border-radius: 10px;
  box-shadow: 3px 4px 3px 0 rgb(0 0 0 / 20%);
  padding: 10px;
}

@media (hover:hover) {
  .pw-stamp-step__services-item:hover {
    opacity: 0.8;
  }
}

.pw-stamp-step__services-logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.pw-stamp-step__services-logo.pw-stamp-step__services-logo--petwari {
  width: 89px;
}

.pw-stamp-step__links {
  display: flex;
  gap: 24px;
  padding: 18px 0 8px;
  align-items: center;
  justify-content: center;
}

.pw-stamp-step__link {
  width: 260px;
  margin: 0;
  height: 50px;
}

.pw-stamp-step__link-chevron {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  margin: -8px 0 0;
  font-size: 14px;
}

.pw-stamp-step__step2-notice {
  padding: 0;
}

.pw-stamp-step__step3-notice {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Delay showing banners to prevent elements flashing on mydata load */
.pw-main-banner,
.pw-member-banner,
.pw-headline {
  opacity: 1;
  transition: 0s;
  transition-delay: var(--mydata-delay);

  @starting-style {
    opacity: 0;
  }
}
