@charset "utf-8";

/* Access Denied Page Styles */
.access-denied {
  position: relative;
  min-height: 58.919vw;
  background: #e3b7ce;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.access-denied__kirakira-bg {
  position: absolute;
  top: -6.836vw;
  left: 0;
  width: 100%;
  height: calc(100% + 4.232vw);
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}

.access-denied__kirakira-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.access-denied__kirakira-bg__pc {
  display: block;
}

.access-denied__kirakira-bg__sp {
  display: none;
}

.access-denied__kv__bg {
  position: absolute;
  top: 0.977vw;
  width: 100%;
  height: 100%;
}

.access-denied .circle-layer-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103.516vw;
  height: 103.516vw;
  border-radius: 50%;
  background: #bb96bf;
  z-index: 1;
}

.access-denied .circle-layer-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87.109vw;
  height: 87.109vw;
  border-radius: 50%;
  background: #9170a9;
  z-index: 2;
}

.access-denied .circle-layer-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73.828vw;
  height: 73.828vw;
  border-radius: 50%;
  background: #494c93;
  z-index: 3;
}

.access-denied .circle-layer-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59.896vw;
  height: 59.896vw;
  border-radius: 50%;
  background: #162e78;
  z-index: 4;
}

.access-denied__characters {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.access-denied__character-left {
  position: absolute;
  width: 10.374vw;
  height: 13.548vw;
  left: 18.685%;
  top: 11.068vw;
}

.access-denied__character-left img {
  width: 100%;
  height: auto;
}

.access-denied__character-right {
  position: absolute;
  width: 11.778vw;
  height: 14.948vw;
  top: 35.156vw;
  right: 20.182vw;
}

.access-denied__character-right img {
  width: 100%;
  height: auto;
}

.access-denied__content {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #ffffff;
  padding: 0 1.302vw;
  top: 2.604vw;
}

.access-denied__text {
  margin-bottom: 2.344vw;
}

.access-denied__title {
  font-size: 2.083vw;
  line-height: 0.99925;
  margin-bottom: 1.042vw;
}

.access-denied__title-tracking {
  letter-spacing: 0.052vw;
}

.access-denied__title-normal {
  letter-spacing: normal;
}

.access-denied__subtitle {
  font-size: 2.083vw;
  line-height: 0.99925;
  margin-bottom: 0.977vw;
}

.access-denied__subtitle span {
  display: none;
}

.access-denied__button {
  display: inline-block;
}

.access-denied__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fef102;
  color: #000000;
  text-decoration: none;
  padding: 0;
  width: 19.271vw;
  height: 3.451vw;
  border-radius: 1.891vw;
  border: 0.172vw solid #000000;
  box-shadow: 0vw 0.229vw 0vw 0vw #000000;
  transition: all 0.2s ease;
}

.access-denied__link:hover {
  transform: translateY(0.229vw);
  box-shadow: 0 0 0 0 #000000;
}

.access-denied__link span {
  font-size: 0.917vw;
  letter-spacing: 0.037vw;
}

@media screen and (max-width: 768px) {
  .access-denied {
    min-height: 146.154vw;
    background: #9170a9;
  }

  .access-denied__kirakira-bg {
    top: 17.949vw;
    left: 0.256vw;
    height: 100%;
  }

  .access-denied__kirakira-bg__pc {
    display: none;
  }

  .access-denied__kirakira-bg__sp {
    display: block;
  }

  .access-denied__kv__bg {
    top: 8.718vw;
  }

  .access-denied .circle-layer-4 {
    display: none;
  }

  .access-denied .circle-layer-3 {
    display: none;
  }

  .access-denied .circle-layer-2 {
    width: 157.357vw;
    height: 157.357vw;
    top: 44.5%;
  }

  .access-denied .circle-layer-1 {
    width: 127.815vw;
    height: 127.815vw;
    top: 44%;
  }

  .access-denied__characters {
    position: absolute;
    z-index: 6;
    width: 100%;
    top: 0;
    left: 0;
  }

  .access-denied__character-left {
    position: absolute;
    width: 21.058vw;
    height: 27.501vw;
    left: 4.615%;
    top: 16.667vw;
  }

  .access-denied__character-right {
    position: absolute;
    width: 25.686vw;
    height: 32.599vw;
    right: 5.339%;
    top: 103.846vw;
  }

  .access-denied__content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #ffffff;
    padding: 0 5.38vw;
    top: 1.282vw;
  }

  .access-denied__text {
    margin-bottom: 5.38vw;
  }

  .access-denied__title {
    font-size: 4.36vw;
    line-height: normal;
    margin-bottom: 0;
  }

  .access-denied__subtitle {
    font-size: 4.36vw;
    line-height: normal;
    margin-bottom: 0;
  }

  .access-denied__subtitle span {
    display: inline;
  }

  .access-denied__button {
    display: inline-block;
  }

  .access-denied__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fef102;
    color: #000000;
    text-decoration: none;
    padding: 4.74vw 7.95vw;
    border-radius: 6.51vw;
    border: 0.59vw solid #000000;
    box-shadow: 0 0.79vw 0 0 #000000;
    transition: all 0.2s ease;
    height: 11.83vw;
    width: auto;
  }

  .access-denied__link:hover {
    transform: translateY(0.79vw);
    box-shadow: 0 0 0 0 #000000;
  }

  .access-denied__link span {
    font-size: 3.15vw;
    letter-spacing: 0.126vw;
    line-height: normal;
    white-space: nowrap;
  }
}

/* 不要なフッターのマージンを消す */
body.is-renewal .footer-navigation,
body:has(.top-kv) .footer-navigation,
body:has(.pagetitle) .footer-navigation,
body:has(.breadcrumbs) .footer-navigation {
  margin-top: 0px !important;
}

/* common */
.contentContainer {
  position: relative;
  overflow: hidden;
}

.contentContainer img {
  vertical-align: top;
}

.contentContainer .kirakira-bg {
  position: absolute;
  top: -4.232vw;
  left: 0;
  width: 100%;
  height: calc(100% + 4.232vw);
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contentContainer .kirakira-bg {
    top: 1.282vw;
    left: 0.256vw;
    height: 100%;
  }
}

.contentContainer .kirakira-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.contentContainer .kirakira-bg__pc {
  display: block;
}

.contentContainer .kirakira-bg__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .contentContainer .kirakira-bg__pc {
    display: none;
  }
  .contentContainer .kirakira-bg__sp {
    display: block;
  }
}
.contentContainer .characters > div {
  position: absolute;
  z-index: 12;
}
.contentContainer .characters > div img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.contentContainer .characters .hohotchi {
  width: 11.847vw;
  height: 10.2vw;
  right: 10.807vw;
  top: 5.339vw;
  animation: bounce-character 5s ease-in-out infinite;
  animation-delay: 5s;
  transform-origin: bottom center;
}

@media screen and (max-width: 768px) {
  .contentContainer .characters .hohotchi {
    width: 18.981vw;
    height: 16.342vw;
    top: 8.974vw;
    right: 2.564vw;
  }
}

.contentContainer .characters .mametchi {
  width: 9.293vw;
  height: 12.135vw;
  left: 9.18vw;
  top: 23.372vw;
  animation: bounce-character 5s ease-in-out infinite;
  animation-delay: 5.7s;
  transform-origin: bottom center;
}

@media screen and (max-width: 768px) {
  .contentContainer .characters .mametchi {
    width: 14.905vw;
    height: 19.464vw;
    left: 5.128vw;
    top: 62.821vw;
  }
}

.contentContainer .characters .myaotchi {
  width: 10.55vw;
  height: 13.389vw;
  right: 9.635vw;
  top: 32.292vw;
  animation: bounce-character 5s ease-in-out infinite;
  animation-delay: 6.4s;
  transform-origin: bottom center;
}

@media screen and (max-width: 768px) {
  .contentContainer .characters .myaotchi {
    width: 16.365vw;
    height: 20.769vw;
    top: 67.949vw;
    right: 3.846vw;
  }
}

.contentContainer .characters .kuchipatchi {
  width: 9.99vw;
  height: 10.459vw;
  left: 11.263vw;
  top: 55.339vw;
  animation: bounce-character 5s ease-in-out infinite;
  animation-delay: 7.1s;
  transform-origin: bottom center;
}

@media screen and (max-width: 768px) {
  .contentContainer .characters .kuchipatchi {
    width: 16.814vw;
    height: 17.602vw;
    top: 130.769vw;
    left: 5.128vw;
  }
}

.contentContainer .characters .mimitchi {
  width: 10.352vw;
  height: 11.824vw;
  right: 11.458vw;
  top: 62.826vw;
  animation: bounce-character 5s ease-in-out infinite;
  animation-delay: 7.8s;
  transform-origin: bottom center;
}

@media screen and (max-width: 768px) {
  .contentContainer .characters .mimitchi {
    width: 19.412vw;
    height: 25.292vw;
    right: 4.615vw;
    top: 146.41vw;
  }
}

.contentContainer .characters .irukatchi {
  width: 11.106vw;
  height: 10.008vw;
  left: 12.63vw;
  top: 152.878vw;
  animation: bounce-character 5s ease-in-out infinite;
  animation-delay: 8.5s;
  transform-origin: bottom center;
}

@media screen and (max-width: 768px) {
  .contentContainer .characters .irukatchi {
    width: 20.411vw;
    height: 18.798vw;
    left: 6.41vw;
    top: 303.538vw;
  }
}

.fontNotoSansJp,
.contentContainer {
  font-family: "Noto Sans Japanese";
}
.fontJinsNextLight {
  font-family: jins_next_ttlight;
}
.fontJinsNextRegular {
  font-family: jins_next_ttregular;
}
.fontJinsNextMedium {
  font-family: jins_next_ttmedium;
}
.fontJinsNextBold {
  font-family: jins_next_ttbold;
}

/* content */
.contentContainer img {
  vertical-align: top;
}

.contentContainer p {
  margin-bottom: 0;
}

/* font */
@font-face {
  font-family: "DotGothic16";
  font-style: normal;
  src: url("../fonts/DotGothic16-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Rounded Mplus 1c ExtraBold";
  src: url("../fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP Bold";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

.fontDotGothic16 {
  font-family: "DotGothic16", sans-serif;
}

.fontRoundedMplus1cExtraBold {
  font-family: "Rounded Mplus 1c ExtraBold", sans-serif;
}

.fontNotoSansJPBold {
  font-family: "Noto Sans JP Bold", sans-serif;
}

/* KV section with layered circles */
.tamagotchi__kv {
  position: relative;
  width: 100%;
  height: 61.523vw;
  overflow: hidden;
  background: #e3b7ce;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv {
    height: 143.59vw;
    background: #9170a9;
  }
}

.tamagotchi__kv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.tamagotchi__kv .circle-layer-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103.516vw;
  height: 103.516vw;
  border-radius: 50%;
  background: #bb96bf;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv .circle-layer-4 {
    display: none;
  }
}

.tamagotchi__kv .circle-layer-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87.109vw;
  height: 87.109vw;
  border-radius: 50%;
  background: #9170a9;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv .circle-layer-3 {
    display: none;
  }
}

.tamagotchi__kv .circle-layer-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73.828vw;
  height: 73.828vw;
  border-radius: 50%;
  background: #494c93;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv .circle-layer-2 {
    width: 156.667vw;
    height: 156.667vw;
    top: 44.5%;
  }
}

.tamagotchi__kv .circle-layer-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59.896vw;
  height: 59.896vw;
  border-radius: 50%;
  background: #162e78;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv .circle-layer-1 {
    width: 127.692vw;
    height: 127.692vw;
    top: 44%;
  }
}

.tamagotchi__kv__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv__content {
    justify-content: flex-start;
  }
}

.tamagotchi__kv__content__earth {
  position: relative;
  width: 32.292vw;
  height: 27.604vw;
  margin-top: 9.115vw;
  margin-left: -0.651vw;
  animation: earth-float 3s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv__content__earth {
    width: 64.103vw;
    height: auto;
    margin-left: 1.538vw;
    margin-top: 22.821vw;
    margin-bottom: 2.564vw;
  }
}

.tamagotchi__kv__content__earth img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.tamagotchi__kv__content__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.953vw;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv__content__text {
    margin-top: 5.128vw;
  }
}

.tamagotchi__kv__content__text__1 {
  color: #fff;
  font-size: 2.083vw;
  font-style: normal;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv__content__text__1 {
    font-size: 4.872vw;
    line-height: normal;
  }
}

.tamagotchi__kv__content__text__logo {
  width: 36.589vw;
  height: 2.937vw;
  margin-top: 0.651vw;
  display: block;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv__content__text__logo {
    display: none;
  }
}

.tamagotchi__kv__content__text__logo-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tamagotchi__kv__content__text__logo-sp {
    width: 73.479vw;
    height: auto;
    display: block;
    margin-top: 2.564vw;
  }
}

.tamagotchi__kv__content__text__2 {
  color: var(--color-mono-0, #fff);
  text-align: center;
  font-size: 1.172vw;
  font-style: normal;
  line-height: normal;
  margin-top: 1.628vw;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv__content__text__2 {
    font-size: 3.077vw;
    line-height: normal;
    margin-top: 2.051vw;
  }
}

.tamagotchi__kv__content__text__button {
  width: 20.875vw;
  height: 4.492vw;
  margin-top: 1.628vw;
}

.tamagotchi__kv__content__text__button img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.tamagotchi__kv__content__text__button
  .tamagotchi__kv__content__text__button__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .tamagotchi__kv__content__text__button {
    width: 48.54vw;
    height: 13.077vw;
    margin-top: 2.564vw;
  }
  .tamagotchi__kv__content__text__button img {
    display: none;
  }
  .tamagotchi__kv__content__text__button
    .tamagotchi__kv__content__text__button__sp {
    display: block;
  }
}

/** tamagotchi section2 */
.tamagotchi__section2 {
  position: relative;
  width: 100%;
  height: 112.565vw;
  background: #22274f;
  padding-bottom: 9.44vw;
}

@media screen and (max-width: 768px) {
  .tamagotchi__section2 {
    height: 420.769vw;
    padding-bottom: 11.282vw;
  }
}

.tamagotchi__section2__gizagiza-border {
  position: absolute;
  top: -1.953vw;
  left: 0;
  width: 100%;
  height: 2.148vw;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .tamagotchi__section2__gizagiza-border {
    height: 3.333vw;
    top: -2.821vw;
  }
}

.tamagotchi__section2__gizagiza-border__pc {
  display: block;
}

.tamagotchi__section2__gizagiza-border__sp {
  display: none;
}

.tamagotchi__section2__gizagiza-border img {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .tamagotchi__section2__gizagiza-border__pc {
    display: none;
  }
  .tamagotchi__section2__gizagiza-border__sp {
    display: block;
  }
}

.tamagotchi__section2__content {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 7.617vw;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .tamagotchi__section2__content {
    padding-top: 16.667vw;
  }
}

.tamagotchi__section2__shop-code {
  display: flex;
  width: 67.318vw;
  padding: 2.865vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.604vw;
  margin: auto;
  border-radius: 3.244vw;
  border: 0.521vw solid #f499c0;
  background: #ffedf5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tamagotchi__section2__shop-code {
    width: 89.744vw;
    padding: 2vw 0 9vw;
    gap: 2.205vw;
    border-radius: 5.297vw;
    border: 1.364vw solid #f499c0;
  }
}

.shop-code__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  color: #153362;
  text-align: center;
  margin-top: 0.326vw;
  margin-bottom: 0.326vw;
}

@media screen and (max-width: 768px) {
  .shop-code__title {
    margin-top: 8.974vw;
    margin-bottom: 5.128vw;
  }
}

.shop-code__title h2 {
  font-size: 2.604vw;
  line-height: 99.925%;
  margin: 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .shop-code__title h2 {
    font-size: 4.615vw;
    line-height: 99.925%;
  }
}

.shop-code__title h3 {
  font-size: 2.604vw;
  line-height: 99.925%;
  margin-top: 1.302vw;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .shop-code__title h3 {
    font-size: 4.615vw;
    line-height: 99.925%;
    margin-top: 2.564vw;
  }
}

.shop-code__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.646vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .shop-code__content {
    flex-direction: column;
    gap: 1.538vw;
  }
}

.shop-code__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.042vw;
}

.shop-code__description {
  color: #153362;
  font-size: 1.563vw;
  line-height: 2.083vw;
  text-align: center;
  margin: 0;
}

.shop-code__description2 {
  color: #153362;
  text-align: center;
  font-size: 1.042vw;
  font-style: normal;
  line-height: normal;
}

.shop-code__description2__pc {
  display: block;
}

.shop-code__description2__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .shop-code__description {
    font-size: 3.636vw;
    line-height: 1.4;
  }

  .shop-code__description2 {
    font-size: 2.564vw;
  }

  .shop-code__description2__pc {
    display: none;
  }
  .shop-code__description2__sp {
    display: block;
  }
}

.shop-code__labcode {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-code__labcode__pc {
  display: block;
  width: 24.935vw;
  height: 4.948vw;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .shop-code__labcode {
    display: none;
  }
}

.shop-code__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-code__right__labcode {
  display: none;
}

@media screen and (max-width: 768px) {
  .shop-code__right {
    flex-direction: column;
    gap: 2.564vw;
  }

  .shop-code__right__labcode {
    position: relative;
    width: 63.077vw;
    height: auto;
    display: block;
  }
}

.shop-code__image {
  width: 19.427vw;
  height: 19.427vw;
}

@media screen and (max-width: 768px) {
  .shop-code__image {
    width: 47.099vw;
    height: 47.099vw;
    order: -1; /* Move image above description in mobile */
  }
}

.shop-code__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tamagotchi__section2__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.688vw;
  margin-top: 2.344vw;
  background: #ffffff;
  border-radius: 1.432vw;
  padding: 3.906vw 2.214vw;
  width: 67.318vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .tamagotchi__section2__links {
    width: 89.744vw;
    padding: 12.821vw 0;
    gap: 11.969vw;
    border-radius: 4.445vw;
    margin-top: 16.667vw;
  }
}

.link-card {
  display: flex;
  flex-direction: row;
  gap: 2.93vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .link-card {
    flex-direction: column;
    gap: 6.005vw;
    align-items: center;
  }
}

.link-card__image {
  flex-shrink: 0;
  width: 32.448vw;
  height: auto;
  margin-left: 0.651vw;
}

@media screen and (max-width: 768px) {
  .link-card__image {
    width: 63.846vw;
    height: auto;
    margin-left: 0;
    order: 2; /* Move image after content in mobile */
  }
  .link-card__image__paradise {
    width: 53.387vw;
  }
}

.link-card__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.link-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.563vw;
  flex: 1;
  width: 25.156vw;
}

@media screen and (max-width: 768px) {
  .link-card__content {
    width: 100%;
    gap: 2.571vw;
    order: 1; /* Move content before image in mobile */
  }
}

.link-card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.448vw;
  margin-top: 0.977vw;
}

@media screen and (max-width: 768px) {
  .link-card__header {
    gap: 1.428vw;
    margin-top: 0;
  }
}

.link-card__subtitle {
  color: #153362;
  font-size: 1.197vw;
  line-height: normal;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .link-card__subtitle {
    font-size: 3.808vw;
  }
}

.link-card__logo {
  width: 20.99vw;
  height: 1.684vw;
}

@media screen and (max-width: 768px) {
  .link-card__logo {
    width: 66.889vw;
    height: 5.367vw;
  }
}

.link-card__paradise-logo {
  width: 15.573vw;
  height: 8.021vw;
}

@media screen and (max-width: 768px) {
  .link-card__paradise-logo {
    width: 38.607vw;
    height: 19.846vw;
  }
}

.link-card__description {
  color: #626264;
  font-size: 0.847vw;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.0678vw;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .link-card__description {
    font-size: 3.077vw;
    letter-spacing: 0.246vw;
    width: 83.059vw;
  }
}

.link-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef102;
  border: 0.172vw solid #000000;
  border-radius: 1.893vw;
  box-shadow: 0 0.229vw 0 0 #000000;
  padding: 0;
  text-decoration: none;
  width: 19.26vw;
  height: 3.438vw;
  transition: all 0.3s ease;
}

.link-card__button__pc {
  display: flex;
}

.link-card__button__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .link-card__button {
    width: auto; /* Auto width for first button */
    padding: 4.728vw 7.923vw;
    height: 11.826vw;
    border: 0.591vw solid #000000;
    border-radius: 6.504vw;
    box-shadow: 0 0.788vw 0 0 #000000;
  }

  .link-card__button__pc {
    display: none; /* Hide PC button on mobile */
  }
  .link-card__button__sp {
    display: flex; /* Show SP button on mobile */
    order: 3;
  }
}

.link-card__button:hover {
  box-shadow: 0 0 0 0 #000000;
  transform: translateY(0.229vw);
}

.link-card__button span {
  color: #000000;
  font-size: 0.918vw;
  line-height: normal;
  letter-spacing: 0.0367vw;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .link-card__button span {
    font-size: 3.151vw;
    letter-spacing: 0.126vw;
  }
}

.link-divider {
  width: 100%;
  height: 0;
  border-top: 0.065vw solid #d8d8db;
}

@media screen and (max-width: 768px) {
  .link-divider {
    width: 74.103vw;
  }
}

/* Floating animation keyframes */
@keyframes earth-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-1.2vw);
  }
  100% {
    transform: translateY(0px);
  }
}

/* キャラクターの跳ねるアニメーション */
@keyframes bounce-character {
  0% {
    transform: scaleY(1);
  }
  2% {
    transform: scaleY(0.8);
  }
  4% {
    transform: translateY(-10%) scaleY(1.1);
  }
  6% {
    transform: translateY(-20%) scaleY(1.05);
  }
  8% {
    transform: translateY(-25%) scaleY(1);
  }
  10% {
    transform: translateY(-20%) scaleY(0.95);
  }
  12% {
    transform: translateY(-10%) scaleY(0.98);
  }
  14% {
    transform: translateY(-5%) scaleY(1);
  }
  16% {
    transform: translateY(-2%) scaleY(1.02);
  }
  18% {
    transform: translateY(0%) scaleY(0.98);
  }
  20% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}

/** fadein */
.fadeIn {
  opacity: 0;
  transition: opacity 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/** character slide up animation */
.chara-slideUp {
  opacity: 0;
  transform: translateY(1.953vw);
  transition: opacity 2s, transform 2s;
}

.chara-slideUp.chara-fadeIn-delay1 {
  transition-delay: 0.3s;
}

.chara-slideUp.chara-fadeIn-delay2 {
  transition-delay: 0.6s;
}

.chara-slideUp.chara-fadeIn-delay3 {
  transition-delay: 0.9s;
}

.chara-slideUp.chara-fadeIn-delay4 {
  transition-delay: 1.2s;
}

.chara-slideUp.is-show {
  opacity: 1;
  transform: translateY(0);
}

.tamagotchi__section6__content__copyright {
  margin-top: 4.753vw;
  position: relative;
}

.tamagotchi__section6__content__copyright p {
  color: #f5f5f5;
  font-size: 0.651vw;
  font-style: normal;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .tamagotchi__section6__content__copyright {
    margin-top: 14.615vw;
  }

  .tamagotchi__section6__content__copyright p {
    font-size: 2.564vw;
  }
}