#thank-you {
  background: url(../images/thank-you/img_thank_you_bg.png) no-repeat;
  background-size: 100% 100%;
  font-family: var(--body-font-family);
  color: var(--dark-gray);
  padding-top: 64px;
  font-weight: 400;
}

#thank-you .thank-you__inner {
  margin-top: 60px;
}

#thank-you .thank-you__content {
  margin-bottom: 66px;
  letter-spacing: 0;
}

#thank-you .thank-you__logo-kansai {
  margin-bottom: 55px;
}

#thank-you .thank-you__logo-kansai img {
  width: 340px;
  height: 189px;
}

#thank-you .thank-you__title {
  margin-bottom: 36px;
  color: #231815;
  font-size: 64px;
}

#thank-you .thank-you__desc {
  margin-bottom: 36px;
  font-size: 18px;
}

#thank-you .thank-you__note {
  font-size: 14px;
}

#thank-you .thank-you__slider-list {
  margin-bottom: 96px;
}

#thank-you #top-news {
  margin-top: 0;
  margin-bottom: 96px;
  background-color: unset;
  background: unset;
  border-radius: unset;
}

#thank-you #top-news .top-news__title-en {
  margin-top: 0;
}

#thank-you #top-news .expo-info {
  margin-top: 96px;
}

#thank-you #top-news .top-news__bar-right {
  border-radius: 0 18px 0 0;
}

#thank-you .thank-you__img-list {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1259px;
  margin: 0 auto;
  padding: 0 17.5px 96px;
  gap: 24px;
}

#thank-you .thank-you__img-item:last-child {
  padding: 0 32px;
  background-color: #fff;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
}

#thank-you .img-item__img {
  margin-bottom: 4px;
  max-width: 208px;
  height: auto;
  border-radius: 12px;
}

#thank-you .img-item__link span {
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

#thank-you .img-item__link img {
  width: 12px;
  height: 12px;
}

#thank-you #gateway .gateway__slide-group {
  margin: 0;
  padding-bottom: 36px;
}

#thank-you #gateway .swiper-button-prev {
  left: 36px;
}

#thank-you #gateway .swiper-button-next {
  right: 36px;
}

#thank-you #gateway .gateway-page__item {
  max-width: 400px;
  width: 100%;
  margin-right: 24px;
  border-radius: unset;
}

#thank-you #gateway .gateway-page__image {
  aspect-ratio: 1/1;
  border-radius: 12px;
}

#thank-you #gateway {
  margin: 0;
  background: unset;
  border-radius: unset;
  overflow: unset;
}

#thank-you #gateway .wrap-pagination {
  width: 100%;
  position: static;
  margin: 0 0 -20px 0;
  transition: all 0.3s ease;
}

#thank-you #gateway .wrap-pagination.is-fixed-bottom {
  position: fixed !important;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1101;
  transition: all 0.3s ease;
}

#thank-you #gateway .wrap-pagination.is-at-end {
  position: absolute !important;
  bottom: 20px;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}

#thank-you #gateway .area-swiper {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}

#thank-you #gateway .swiper-slide {
  background: unset;
  box-shadow: unset;
}

#thank-you #gateway .swiper-pagination {
  justify-content: flex-end;
  padding: 14px 12px 14px 24px;
  min-width: 163px;
  height: 52px;
  cursor: pointer;
}

#thank-you .wrap-pagination span {
  font-size: 14px;
}

#thank-you .wrap-pagination img {
  margin-left: 10px;
  width: 33px;
  height: 24px;
}

#thank-you #gateway .thank-you__swiper-desc {
  margin: 10px 0;
  width: 100%;
  min-height: 60.5px;
}

#thank-you .swiper-desc__head {
  gap: 12px;
}

#thank-you .thank-you__tag {
  padding: 6px 18px;
  font-size: 14px;
  color: #fff;
  background: #6C6C6C;
  border-radius: 14px;
}

#thank-you .thank-you__txt-content {
  margin-top: 8px;
}

/* @media screen and (max-width: 1210px) {
  #thank-you #gateway .wrap-pagination {
    top: 0;
  }
} */

@media screen and (max-width: 768px) {
  #thank-you .thank-you__content {
    margin-bottom: 54px;
  }

  #thank-you .thank-you__logo-kansai {
    margin-bottom: 35px;
  }

  #thank-you .thank-you__logo-kansai img {
    width: 215px;
    height: 113px;
  }

  #thank-you .thank-you__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  #thank-you .thank-you__desc {
    margin-bottom: 20px;
    font-size: 16px;
  }

  #thank-you .thank-you__img-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #thank-you #gateway .gateway-page__item {
    max-width: 240px;
    margin-right: 15px;
  }

  #thank-you #gateway .gateway-page__image {
    min-height: 240px;
  }

  #thank-you .thank-you__txt-content {
    font-size: 14px;
  }
}