.pokemon-event-detail .detail-body .notice-content {
  width: 100%;
  max-width: 828px;
  margin: 100px auto 0;
  padding: 0;
  color: #111;
  word-break: keep-all;
}

.pokemon-event-detail .detail-footer {
  width: 100%;
  max-width: none;
  height: 120px;
  margin: 0;
  padding: 0;
}

.pokemon-event-detail .detail-footer .bottom-btn-area {
  display: none;
}

#footer.mt400 {
  margin-top: 0 !important;
}

.pokemon-event,
.pokemon-event * {
  box-sizing: border-box;
}

.pokemon-event {
  --color-black: #111;
  --color-dark: #272525;
  --color-gray-300: #c2c2c2;
  --color-gray-500: #767676;
  --color-gray-700: #4d4d4d;
  --color-red: #e60113;
  --color-yellow: #fced76;
  --color-highlight: #fff7b7;
  --color-line: #dfe2e8;
  overflow: hidden;
  width: 100%;
  background: #fff;
  color: var(--color-black);
}

.pokemon-event img {
  max-width: 100%;
}

.pokemon-event__banner {
  position: relative;
  height: 339px;
  overflow: hidden;
  background: var(--color-black);
  line-height: 0;
}

.pokemon-event__banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pokemon-event__banner-img--mobile {
  display: none;
}

.pokemon-event__banner-copy {
  position: absolute;
  top: 109px;
  left: 40px;
  width: 390px;
  color: #fff;
  line-height: 1.3;
}

.pokemon-event__banner-copy p {
  margin: 0;
}

.pokemon-event__banner-eyebrow {
  color: var(--color-gray-300);
  font-size: 24px;
  font-weight: 500;
}

.pokemon-event__banner-title {
  margin-top: 8px !important;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

.pokemon-event__section {
  position: relative;
  overflow: hidden;
}

.pokemon-event__section > * {
  position: relative;
  z-index: 1;
}

.pokemon-event__section--prize {
  min-height: 832px;
  padding: 64px 40px;
  background: #f5f5f5;
}

.pokemon-event__section--method,
.pokemon-event__section--entry,
.pokemon-event__section--register {
  background: var(--color-yellow);
}

.pokemon-event__section--method {
  min-height: 650px;
  padding: 64px 40px 0;
}

.pokemon-event__section--entry {
  padding: 0 40px;
}

.pokemon-event__section--register {
  padding: 80px 40px 64px;
}

.pokemon-event__section--prize::before,
.pokemon-event__section--prize::after,
.pokemon-event__section--method::before,
.pokemon-event__section--entry::after,
.pokemon-event__section--register::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 176px;
  height: 176px;
  background: url("/resource/images/poketmon-event/pokemon_ball_white.svg.svg") center / contain no-repeat;
  pointer-events: none;
}

.pokemon-event__section--prize::before {
  top: -35px;
  left: -30px;
}

.pokemon-event__section--prize::after {
  top: 151px;
  right: -30px;
}

.pokemon-event__section--method::before {
  top: 47px;
  left: -22px;
}

.pokemon-event__section--entry::after {
  top: 16px;
  right: -17px;
}

.pokemon-event__section--register::before {
  top: 90px;
  left: -22px;
}

.pokemon-event__intro,
.pokemon-event__section-heading {
  text-align: center;
}

.pokemon-event__intro {
  min-height: 180px;
}

.pokemon-event__section-heading {
  margin-bottom: 40px;
}

.pokemon-event__section--register .pokemon-event__section-heading {
  margin-bottom: 34px;
}

.pokemon-event__title-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92px;
  height: 40px;
  margin: 0 auto 16px;
  line-height: 0;
}

.pokemon-event__title-icon::before,
.pokemon-event__title-icon::after {
  content: "◆";
  color: #ff8f00;
  font-size: 15px;
  line-height: 1;
}

.pokemon-event__title-icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.pokemon-event__headline,
.pokemon-event__section-title {
  display: inline;
  margin: 0;
  color: var(--color-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.pokemon-event__section-title-highlight {
  background: #FFF7B7;
}

.pokemon-event__headline-highlight {
  background: #FFEF73;
}

.pokemon-event__desc,
.pokemon-event__section-desc,
.pokemon-event__method-note,
.pokemon-event__register-note {
  color: var(--color-gray-700);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pokemon-event__desc {
  margin: 12px 0 0;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.pokemon-event__section-desc {
  margin: 8px 0 0;
  color: var(--color-dark);
  text-align: center;
}

.pokemon-event__prize-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 54px;
}

.pokemon-event__prize {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 168px;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
}

.pokemon-event__prize-copy {
  min-width: 0;
  padding-right: 12px;
}

.pokemon-event__rank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pokemon-event__rank strong,
.pokemon-event__rank span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
}

.pokemon-event__rank strong {
  background: var(--color-dark);
  color: #fff;
}

.pokemon-event__prize--first .pokemon-event__rank strong {
  background: #e60013;
}

.pokemon-event__rank span {
  border: 1px solid #d8dae2;
  background: #fff;
  color: var(--color-black);
}

.pokemon-event__prize-name,
.pokemon-event__condition {
  margin: 0;
  color: var(--color-black);
  line-height: 1.4;
}

.pokemon-event__prize-name {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
}

.pokemon-event__condition {
  margin-top: 8px;
  color: var(--color-gray-700);
  font-size: 15px;
  font-weight: 600;
}

.pokemon-event__prize-img {
  flex: 0 0 auto;
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.pokemon-event__license {
  margin: 24px 0 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
}

.pokemon-event__period {
  display: flex;
  min-height: 64px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--color-dark);
}

.pokemon-event__period dl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 0 40px;
}

.pokemon-event__period dl:first-child {
  flex: 0 0 318px;
}

.pokemon-event__period dl:last-child {
  flex: 1 1 auto;
}

.pokemon-event__period dl + dl::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background: var(--color-gray-700);
}

.pokemon-event__period dt,
.pokemon-event__period dd {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}

.pokemon-event__period dt {
  font-weight: 400;
}

.pokemon-event__period dd {
  font-weight: 500;
}

.pokemon-event__step-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 242px;
  margin: 0;
  padding: 32px 24px 48px;
  border: 1px solid #efedea;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  list-style: none;
}

.pokemon-event__step-list li {
  position: relative;
  min-width: 0;
  padding: 0 5px;
  text-align: center;
}

.pokemon-event__step-list li:not(:last-child)::after,
.pokemon-event__register-arrow {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--color-dark);
}

.pokemon-event__step-list li:not(:last-child)::after {
  position: absolute;
  top: 45px;
  right: -9px;
}

.pokemon-event__step-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}

.pokemon-event__step-list span {
  display: block;
  color: var(--color-red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pokemon-event__step-list p {
  margin: 4px 0 0;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pokemon-event__method-note {
  margin-top: 16px;
}

.pokemon-event__method-note p {
  margin: 8px 0 0;
}

.pokemon-event__form,
.pokemon-event__register-box {
  padding: 40px;
  border-radius: 12px;
  background: #fff;
}

.pokemon-event__form {
  margin: 0;
}

.pokemon-event__form-intro {
  margin: 0 0 28px;
}

.pokemon-event__form-intro h3,
.pokemon-event__agree-block h3 {
  margin: 0;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pokemon-event__form-intro h3 span,
.pokemon-event__field-row > label span,
.pokemon-event__agree-block h3 span {
  color: var(--color-red);
}

.pokemon-event__form-intro p,
.pokemon-event__agree-block > p {
  margin: 8px 0 0;
  color: var(--color-gray-700);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pokemon-event__field-row {
  display: grid;
  grid-template-columns: 103px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 20px;
}

.pokemon-event__field-row > label {
  margin: 0;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pokemon-event__field-row input[type="text"] {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #d9d9d6;
  border-radius: 4px;
  background: #fff;
  color: var(--color-black);
  font-size: 16px;
  font-family: inherit;
}

.pokemon-event__field-row input[type="text"]::placeholder {
  color: var(--color-gray-500);
}

.pokemon-event__agree-block {
  margin-top: 52px;
}

.pokemon-event__agree-block dl {
  display: grid;
  grid-template-columns: 204px minmax(0, 1fr);
  margin: 18px 0 0;
  padding: 16px 20px;
  border: 1px solid var(--color-line);
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.pokemon-event__agree-block dt,
.pokemon-event__agree-block dd {
  min-height: 28px;
  margin: 0;
  padding: 4px 0;
  color: var(--color-dark);
  font-size: 14px;
  line-height: 1.4;
}

.pokemon-event__agree-block dt {
  color: var(--color-gray-500);
  font-weight: 400;
}

.pokemon-event__agree-block dd {
  font-weight: 700;
}

.pokemon-event__check {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 12px 20px;
  border: 1px solid var(--color-line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #f5f6fa;
  color: var(--color-gray-700);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.pokemon-event__check input {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
  accent-color: var(--color-black);
}

.pokemon-event__check--notice {
  margin-top: 8px;
  border-top: 1px solid var(--color-line);
  border-radius: 8px;
}

.pokemon-event__submit,
.pokemon-event__link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: var(--color-black);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.pokemon-event__submit {
  width: 163px;
  margin: 40px auto 0;
}

.pokemon-event__submit:disabled {
  cursor: default;
  opacity: 0.6;
}

.pokemon-event__submit::after,
.pokemon-event__link-button::after {
  content: "↗";
  margin-left: 12px;
  font-size: 20px;
  line-height: 1;
}

.pokemon-event__register-steps {
  display: grid;
  grid-template-columns: minmax(0, 310px) 16px minmax(0, 310px);
  align-items: start;
  justify-content: center;
  gap: 16px;
}

.pokemon-event__register-step h3 {
  margin: 0 0 12px;
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.pokemon-event__register-step img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.pokemon-event__register-arrow {
  margin-top: 146px;
}

.pokemon-event__register-note {
  margin: 12px 0 0;
  text-align: center;
}

.pokemon-event__link-button {
  width: 225px;
  margin: 40px auto 0;
}

.pokemon-event__notice {
  min-height: 445px;
  padding: 52px 40px 80px;
  background: var(--color-dark);
  color: var(--color-gray-300);
}

.pokemon-event__notice h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.pokemon-event__notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pokemon-event__notice li {
  position: relative;
  padding-left: 11px;
  color: var(--color-gray-300);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pokemon-event__notice li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.pokemon-event__notice li + li {
  margin-top: 8px;
}

@media all and (max-width: 767px) {
  .pokemon-event-detail .detail-body .notice-content {
    max-width: none;
    margin-top: 60px;
  }

  .pokemon-event__banner {
    height: auto;
  }

  .pokemon-event__banner-img--pc {
    display: none;
  }

  .pokemon-event__banner-img--mobile {
    display: block;
    height: auto;
  }

  .pokemon-event__banner-copy {
    top: 50px;
    right: 16px;
    left: 16px;
    width: auto;
    text-align: center;
  }

  .pokemon-event__banner-eyebrow {
    font-size: 24px;
  }

  .pokemon-event__banner-title {
    font-size: 28px;
    line-height: 1.35;
  }

  .pokemon-event__section--prize {
    min-height: 0;
    padding: 52px 16px 56px;
  }

  .pokemon-event__section--method {
    min-height: 0;
    padding: 64px 16px 0;
  }

  .pokemon-event__section--entry {
    padding: 72px 16px 0;
  }

  .pokemon-event__section--register {
    padding: 72px 16px 64px;
  }

  .pokemon-event__section--prize::before,
  .pokemon-event__section--prize::after,
  .pokemon-event__section--method::before,
  .pokemon-event__section--entry::after,
  .pokemon-event__section--register::before {
    display: none;
  }

  .pokemon-event__intro {
    min-height: 0;
  }

  .pokemon-event__headline,
  .pokemon-event__section-title {
    font-size: 24px;
  }

  .pokemon-event__desc {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .pokemon-event__prize-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 48px;
  }

  .pokemon-event__prize {
    min-height: 134px;
    padding: 20px;
  }

  .pokemon-event__prize-name {
    margin-top: 12px;
    font-size: 16px;
  }

  .pokemon-event__condition {
    margin-top: 4px;
    font-size: 14px;
  }

  .pokemon-event__prize-img {
    width: 104px;
    height: 104px;
  }

  .pokemon-event__license {
    margin-top: 32px;
    font-size: 12px;
    line-height: 1.45;
  }

  .pokemon-event__period {
    display: block;
    min-height: 84px;
    padding: 14px 16px;
  }

  .pokemon-event__period dl,
  .pokemon-event__period dl:first-child,
  .pokemon-event__period dl:last-child {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 28px;
    padding: 0;
  }

  .pokemon-event__period dl + dl::before {
    display: none;
  }

  .pokemon-event__period dt,
  .pokemon-event__period dd {
    font-size: 14px;
  }

  .pokemon-event__step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 12px;
    min-height: 0;
    padding: 32px 16px 40px;
  }

  .pokemon-event__step-list li:not(:last-child)::after {
    display: none;
  }

  .pokemon-event__step-list li:last-child {
    grid-column: 1 / -1;
  }

  .pokemon-event__method-note,
  .pokemon-event__register-note,
  .pokemon-event__notice li {
    font-size: 13px;
    line-height: 1.55;
  }

  .pokemon-event__form,
  .pokemon-event__register-box {
    padding: 32px 16px;
  }

  .pokemon-event__field-row {
    display: block;
    margin-top: 28px;
  }

  .pokemon-event__field-row > label {
    display: block;
    margin-bottom: 12px;
  }

  .pokemon-event__agree-block {
    margin-top: 48px;
  }

  .pokemon-event__agree-block dl {
    display: block;
    padding: 16px;
  }

  .pokemon-event__agree-block dt,
  .pokemon-event__agree-block dd {
    min-height: 0;
    padding: 0;
  }

  .pokemon-event__agree-block dt:not(:first-child) {
    margin-top: 16px;
  }

  .pokemon-event__agree-block dd {
    margin-top: 4px;
  }

  .pokemon-event__check {
    align-items: flex-start;
    min-height: 72px;
    padding: 14px 16px;
  }

  .pokemon-event__submit {
    font-size: 16px;
  }

  .pokemon-event__register-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pokemon-event__register-arrow {
    justify-self: center;
    margin-top: 0;
    transform: rotate(90deg);
  }

  .pokemon-event__link-button {
    width: 225px;
    max-width: 100%;
    font-size: 16px;
  }

  .pokemon-event__notice {
    min-height: 0;
    padding: 52px 16px 80px;
  }
}