#pageContent {
  padding-top: 0;
}
#pageContent > .contentArea {
  padding-bottom: 0;
}

html.is-pet-intro-active {
  overflow: hidden;
}

#pageResearchCodexPet {
  position: relative;
  overflow: hidden;
  background: #d4d4d4;
}
#pageResearchCodexPet .petIntro {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  width: 100vw;
  height: 100svh;
  place-items: center;
  color: #ffffff;
  pointer-events: auto;
}
#pageResearchCodexPet .petIntro .petIntroMask {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#pageResearchCodexPet .petIntro .petIntroMask .petIntroRevealCircle {
  r: 0;
  transition: r 1.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#pageResearchCodexPet .petIntro .petIntroText {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  transition: opacity 0.35s ease, transform 0.5s ease;
}
#pageResearchCodexPet .petIntro.is-revealing .petIntroMask .petIntroRevealCircle {
  r: 150vmax;
}
#pageResearchCodexPet .petIntro.is-revealing .petIntroText {
  opacity: 0;
  transform: scale(1.04);
}
#pageResearchCodexPet .petIntro.is-complete {
  visibility: hidden;
  pointer-events: none;
}
#pageResearchCodexPet > .commonPageTitle {
  display: none;
}
#pageResearchCodexPet > .pnkzArea {
  position: absolute;
  z-index: 60;
  top: 92px;
  right: 5vw;
  width: fit-content;
  max-width: min(90vw, 1060px);
  padding: 9px 15px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}
#pageResearchCodexPet > .pnkzArea a {
  pointer-events: auto;
}
#pageResearchCodexPet .petWorld {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100svh;
  background: #cfcfcf;
  cursor: crosshair;
  isolation: isolate;
  user-select: none;
}
#pageResearchCodexPet .petWorld:focus-visible {
  outline: 2px solid rgba(130, 216, 231, 0.9);
  outline-offset: -4px;
}
#pageResearchCodexPet .petWorld.is-touch-mode {
  cursor: default;
}
#pageResearchCodexPet .petWorld.is-touch-mode .petWorldGuide {
  display: none;
}
#pageResearchCodexPet .petWorld.is-touch-mode .petTouchController {
  display: block;
}
#pageResearchCodexPet .petWorld.is-ready .petWorldGuide {
  opacity: 1;
  transform: translateY(0);
}
#pageResearchCodexPet .petWorld.is-error .petCharacter {
  display: none;
}
#pageResearchCodexPet .petWorld .petMap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: var(--pet-map-width, 4000px);
  height: var(--pet-map-height, 3000px);
  background-color: #d0d0d0;
  background-image: var(--pet-map-background);
  background-repeat: repeat;
  background-position: top left;
  background-size: 1254px;
  will-change: transform;
}
#pageResearchCodexPet .petWorld .petMap::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 100px 100px;
  content: "";
  pointer-events: none;
}
#pageResearchCodexPet .petWorld .petDestinations {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination {
  position: absolute;
  top: var(--pet-destination-y);
  left: var(--pet-destination-x);
  width: 380px;
  transform: scale(var(--pet-destination-scale, 1)) translate(-50%, -50%);
  transform-origin: top left;
  text-align: center;
  pointer-events: none;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination .petDestinationVisual {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  isolation: isolate;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination .petDestinationWrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 137.5%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
  transform-origin: center;
  filter: blur(0.2px) brightness(1.08) saturate(1.18) drop-shadow(0 0 12px rgba(97, 229, 255, 0.56));
  mix-blend-mode: luminosity;
  opacity: 0.86;
  animation: petDestinationBubbleUndulate 6.4s ease-in-out infinite, petDestinationBubbleGlow 3.6s ease-in-out infinite alternate;
  pointer-events: none;
  will-change: transform, filter, opacity;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination .petDestinationImage {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.16));
  object-fit: contain;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination:nth-child(2n) .petDestinationWrap {
  animation-delay: -2.1s, -0.9s;
  animation-duration: 7.1s, 4.1s;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination:nth-child(3n) .petDestinationWrap {
  animation-delay: -4.2s, -2.2s;
  animation-duration: 5.8s, 3.2s;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination.is-guide-visible .petDestinationVisual {
  animation: petDestinationGuideFocus 1.3s ease-in-out 2;
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination.is-guide-visible .petDestinationLabel {
  background: rgba(130, 216, 231, 0.96);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.7), 0 0 28px rgba(92, 224, 255, 0.85);
}
#pageResearchCodexPet .petWorld .petDestinations .petDestination .petDestinationLabel {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-width: 158px;
  margin-top: 18px;
  padding: 10px 24px;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
  white-space: nowrap;
}
#pageResearchCodexPet .petWorld .petDestinationIndicator {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 54px;
  height: 89px;
  opacity: 0;
  scale: var(--pet-interface-scale, 1);
  transform-origin: center;
  transition: opacity 0.25s ease;
  pointer-events: none;
  will-change: transform;
}
#pageResearchCodexPet .petWorld .petDestinationIndicator.is-visible {
  opacity: 1;
}
#pageResearchCodexPet .petWorld .petDestinationIndicator img {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
  object-fit: contain;
  animation: petDestinationArrowPulse 1.15s ease-in-out infinite;
}
#pageResearchCodexPet .petWorld .petDestinationIndicator .petDestinationIndicatorLabel {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  display: inline-flex;
  min-width: 92px;
  padding: 6px 12px;
  justify-content: center;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.76);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}
#pageResearchCodexPet .petWorld .petCharacter {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 192px;
  height: 208px;
  filter: drop-shadow(0 14px 15px rgba(0, 0, 0, 0.18));
  pointer-events: none;
  will-change: transform;
}
#pageResearchCodexPet .petWorld .petCharacter .petCharacterSprite {
  display: block;
  width: 192px;
  height: 208px;
  background-image: var(--pet-sprite-image);
  background-repeat: no-repeat;
  background-position: 0 -416px;
  background-size: 1536px 832px;
  image-rendering: auto;
  transform: scale(var(--pet-interface-scale, 1));
  transform-origin: center;
}
#pageResearchCodexPet .petWorld .petWorldGuide {
  position: absolute;
  z-index: 10;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 38px);
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
#pageResearchCodexPet .petWorld .petWorldGuide .petWorldGuideItem {
  display: inline-flex;
  padding: 9px 13px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #111111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(8px);
}
#pageResearchCodexPet .petWorld .petWorldGuide .petWorldGuideItem .petWorldGuideKey {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
#pageResearchCodexPet .petWorld .petTouchController {
  position: absolute;
  z-index: 15;
  bottom: clamp(14px, 3vw, 34px);
  left: clamp(14px, 3vw, 34px);
  display: none;
  width: 150px;
  height: 150px;
  user-select: none;
  touch-action: none;
  pointer-events: auto;
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerPad {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerPad::before {
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  touch-action: none;
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-up {
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-right {
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-right .petTouchControllerArrow {
  transform: rotate(90deg);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-down {
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-down .petTouchControllerArrow {
  transform: rotate(180deg);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-left {
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-left .petTouchControllerArrow {
  transform: rotate(-90deg);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton.is-active, #pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton:active {
  background: rgba(130, 216, 231, 0.72);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerButton:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.24);
  outline-offset: 1px;
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerArrow {
  width: 17px;
  height: 15px;
  background: #111111;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
#pageResearchCodexPet .petWorld .petTouchController .petTouchControllerCenter {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.08);
  pointer-events: none;
}
#pageResearchCodexPet .petWorld .petWorldStatus {
  position: absolute;
  z-index: 12;
  bottom: clamp(18px, 3vw, 38px);
  left: 50%;
  margin: 0;
  padding: 9px 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.76);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  opacity: 1;
  transition: opacity 0.35s ease;
  pointer-events: none;
  white-space: nowrap;
}
#pageResearchCodexPet .petWorld .petWorldStatus.is-hidden {
  opacity: 0;
}
#pageResearchCodexPet .petWorld .petWorldNoscript {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 16px 22px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #111111;
  font-size: 14px;
}
#pageResearchCodexPet .petStory {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background: radial-gradient(circle at 85% 8%, rgba(76, 214, 235, 0.13), transparent 28%), #0b0e0f;
  color: #ffffff;
}
#pageResearchCodexPet .petStory .petStoryIn {
  width: min(90vw, 1240px);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 160px) 0;
}
#pageResearchCodexPet .petStory .petStoryItem {
  display: grid;
  padding: clamp(64px, 7vw, 110px) 0;
  grid-template-columns: clamp(118px, 12vw, 160px) minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
#pageResearchCodexPet .petStory .petStoryItem:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
#pageResearchCodexPet .petStory .petStoryItem .petStoryNumber {
  margin: 0;
  color: #82d8e7;
  font-size: clamp(64px, 7.5vw, 112px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.82;
  opacity: 0.9;
}
#pageResearchCodexPet .petStory .petStoryItem .petStoryCopy {
  width: 100%;
  max-width: 1040px;
}
#pageResearchCodexPet .petStory .petStoryItem .petStoryCopy .petStoryTitle {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 66px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.28;
}
#pageResearchCodexPet .petStory .petStoryItem .petStoryCopy .petStoryLead {
  margin: clamp(30px, 4vw, 50px) 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(17px, 1.65vw, 22px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
}
#pageResearchCodexPet .petStory .petStoryItem .petStoryCopy .petStoryBody {
  max-width: 920px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.25vw, 18px);
  letter-spacing: 0.035em;
  line-height: 2.15;
}
#pageResearchCodexPet .petStory.is-animation-ready .petStoryItem .petStoryNumber {
  opacity: 0;
  filter: blur(10px) brightness(1.8);
  transform: translate3d(-36px, 18px, 0);
  transition: opacity 0.8s ease, filter 1s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
#pageResearchCodexPet .petStory.is-animation-ready .petStoryItem .petStoryCopy > * {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  filter: blur(8px) brightness(1.45);
  transform: translate3d(0, 42px, 0);
  transition: opacity 0.8s ease, clip-path 1s cubic-bezier(0.16, 1, 0.3, 1), filter 1s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
#pageResearchCodexPet .petStory.is-animation-ready .petStoryItem .petStoryCopy .petStoryLead {
  transition-delay: 0.12s;
}
#pageResearchCodexPet .petStory.is-animation-ready .petStoryItem .petStoryCopy .petStoryBody {
  transition-delay: 0.24s;
}
#pageResearchCodexPet .petStory.is-animation-ready .petStoryItem.is-visible .petStoryNumber,
#pageResearchCodexPet .petStory.is-animation-ready .petStoryItem.is-visible .petStoryCopy > * {
  opacity: 1;
  clip-path: inset(0);
  filter: blur(0) brightness(1);
  transform: translate3d(0, 0, 0);
}

@keyframes petDestinationArrowPulse {
  0%, 100% {
    transform: rotate(var(--pet-indicator-rotation, 0deg)) translateY(3px) scale(0.96);
    opacity: 0.76;
  }
  50% {
    transform: rotate(var(--pet-indicator-rotation, 0deg)) translateY(-3px) scale(1.04);
    opacity: 1;
  }
}
@keyframes petDestinationGuideFocus {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(94, 224, 255, 0.3));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 32px rgba(125, 239, 255, 0.96));
    transform: scale(1.035);
  }
}
@keyframes petDestinationBubbleUndulate {
  0%, 100% {
    transform: translate(-50%, -50%) scaleX(1) scaleY(0.975);
  }
  28% {
    transform: translate(-50%, -50%) scaleX(1.026) scaleY(0.99);
  }
  58% {
    transform: translate(-50%, -50%) scaleX(0.986) scaleY(1.024);
  }
  78% {
    transform: translate(-50%, -50%) scaleX(1.012) scaleY(0.988);
  }
}
@keyframes petDestinationBubbleGlow {
  0% {
    filter: blur(0.15px) brightness(1.04) saturate(1.12) drop-shadow(0 0 8px rgba(97, 229, 255, 0.42));
    opacity: 0.8;
  }
  55% {
    filter: blur(0.65px) brightness(1.24) saturate(1.32) drop-shadow(0 0 19px rgba(117, 239, 255, 0.82));
    opacity: 0.94;
  }
  100% {
    filter: blur(0.3px) brightness(1.12) saturate(1.22) drop-shadow(0 0 13px rgba(78, 211, 255, 0.62));
    opacity: 0.87;
  }
}
.petNavDialog {
  width: min(88vw, 440px);
  max-width: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  color: #111111;
}
.petNavDialog::backdrop {
  background: rgba(10, 10, 10, 0.42);
  backdrop-filter: blur(4px);
}
.petNavDialog .petNavDialogIn {
  padding: clamp(28px, 5vw, 42px);
  background: #ffffff;
  text-align: center;
}
.petNavDialog .petNavDialogIn .petNavDialogTitle {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.6;
}
.petNavDialog .petNavDialogIn .petNavDialogButtons {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.petNavDialog .petNavDialogIn .petNavDialogButtons .petNavDialogButton {
  min-height: 48px;
  border: 1px solid #111111;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.4s ease, color 0.4s ease;
  cursor: pointer;
}
.petNavDialog .petNavDialogIn .petNavDialogButtons .petNavDialogButton.is-yes {
  background: #111111;
  color: #ffffff;
}
.petNavDialog .petNavDialogIn .petNavDialogButtons .petNavDialogButton.is-no {
  background: #ffffff;
  color: #111111;
}
.petNavDialog .petNavDialogIn .petNavDialogButtons .petNavDialogButton:hover, .petNavDialog .petNavDialogIn .petNavDialogButtons .petNavDialogButton:focus-visible {
  background: #82d8e7;
  color: #111111;
}
.petNavDialog .petNavDialogIn .petNavDialogButtons .petNavDialogButton:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.22);
  outline-offset: 2px;
}

@media only screen and (max-width: 767px) {
  #pageResearchCodexPet > .pnkzArea {
    top: 76px;
    right: 5vw;
    padding: 8px 12px;
    font-size: 10px;
  }
  #pageResearchCodexPet .petWorld .petTouchController {
    width: 138px;
    height: 138px;
  }
  #pageResearchCodexPet .petWorld .petWorldGuide {
    right: 14px;
    bottom: 14px;
    flex-direction: column;
    align-items: flex-end;
  }
  #pageResearchCodexPet .petWorld .petWorldGuide .petWorldGuideItem {
    padding: 8px 11px;
    font-size: 11px;
  }
  #pageResearchCodexPet .petWorld .petWorldStatus {
    bottom: 14px;
    max-width: calc(100vw - 150px);
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
  }
  #pageResearchCodexPet .petStory .petStoryIn {
    width: min(88vw, 620px);
    padding: 64px 0 90px;
  }
  #pageResearchCodexPet .petStory .petStoryItem {
    padding: 58px 0 66px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #pageResearchCodexPet .petStory .petStoryItem .petStoryNumber {
    font-size: 58px;
  }
  #pageResearchCodexPet .petStory .petStoryItem .petStoryCopy .petStoryTitle {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.35;
  }
  #pageResearchCodexPet .petStory .petStoryItem .petStoryCopy .petStoryLead {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.9;
  }
  #pageResearchCodexPet .petStory .petStoryItem .petStoryCopy .petStoryLead br {
    display: none;
  }
  #pageResearchCodexPet .petStory .petStoryItem .petStoryCopy .petStoryBody {
    margin-top: 22px;
    font-size: 14px;
    line-height: 2;
  }
}
@media (prefers-reduced-motion: reduce) {
  #pageResearchCodexPet .petIntro .petIntroMask .petIntroRevealCircle {
    transition-duration: 0.01ms;
  }
  #pageResearchCodexPet .petIntro .petIntroText {
    transition-duration: 0.01ms;
  }
  #pageResearchCodexPet .petWorld .petMap,
  #pageResearchCodexPet .petWorld .petWorldGuide,
  #pageResearchCodexPet .petWorld .petDestinationWrap,
  #pageResearchCodexPet .petWorld .petDestinationIndicator img,
  #pageResearchCodexPet .petWorld .petDestinationVisual,
  #pageResearchCodexPet .petWorld .petTouchControllerButton,
  #pageResearchCodexPet .petWorld .petWorldStatus {
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}

/*# sourceMappingURL=style.css.map */
