.container {
  max-width: 1350px;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].animate__animated {
  visibility: visible;
  pointer-events: initial;
}

.main-content {
  padding-bottom: 3rem;
}

.header-section {
  text-align: center;
  background: #ffffff;
  border-bottom: 3px solid #FF7800;
}
.header-section__logo {
  text-align: center;
  display: block;
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png") no-repeat;
  background-position: center center;
  height: 63px;
}

.slogan-kv {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/rakuma/img/kv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 3px solid #1e1612;
}
@media all and (max-width: 480px) {
  .slogan-kv {
    background-position: unset;
    background-size: cover;
    border-bottom: 0;
  }
}
.slogan-kv__img {
  position: relative;
  padding: 2rem 0 6rem;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .slogan-kv__img {
    padding: 0;
    text-align: center;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slogan-kv__img.kv {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation: boxBounce 2s ease-in-out;
          animation: boxBounce 2s ease-in-out;
}
@media all and (max-width: 480px) {
  .slogan-kv__img.kv {
    -webkit-animation: none;
            animation: none;
  }
}
.slogan-kv__img .kv-title {
  max-width: 100%;
}
.slogan__img {
  position: absolute;
  width: 23%;
}
.slogan__img-left {
  z-index: 2;
  left: 0;
  top: 2%;
}
@media all and (max-width: 1024px) {
  .slogan__img-left {
    display: none;
  }
}
.slogan__img-right {
  z-index: 2;
  right: 0;
  top: 3%;
}
@media all and (max-width: 1024px) {
  .slogan__img-right {
    display: none;
  }
}

.event {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/rakuma/img/bg01.png");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid #353535;
}
.event-inbox {
  max-width: 1000px;
  width: 96%;
}
.event-inbox__img {
  margin-bottom: 2rem;
}
.event-inbox__img:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .event-inbox__img--title {
    max-width: 75%;
  }
}

.seller {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/rakuma/img/bg02.png");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 3rem 0 1.5rem;
}
@media all and (max-width: 480px) {
  .seller {
    padding: 2rem 0;
  }
}
.seller__title {
  position: relative;
  z-index: 2;
}
.seller-list {
  position: relative;
  z-index: 1;
  top: -3rem;
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0.1rem;
  border: 2px solid #1e1612;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .seller-list {
    top: -2rem;
  }
}
.seller-list-inbox {
  border: 1px solid #1e1612;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0 3rem 2rem;
}
@media all and (max-width: 480px) {
  .seller-list-inbox {
    padding: 4rem 0.5rem 0 1rem;
  }
}
.seller-list-inbox .inbox-item {
  width: calc(33.3333333333% - 2rem);
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  background-color: #fcee21;
  color: #121557;
  padding: 1rem 0.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .seller-list-inbox .inbox-item {
    width: calc(50% - 1rem);
    margin-right: 0.5rem;
  }
}
.seller-list-inbox .inbox-item:hover {
  text-decoration: none;
  background-color: #317417;
  color: #ffffff;
}

.air {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/rakuma/img/bg03.png");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 4vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 480px) {
  .air {
    padding: 2rem 0;
  }
}
.air-inbox {
  max-width: 1000px;
  width: 96%;
}
.air-inbox__img {
  margin-bottom: 2rem;
}
.air-inbox__img:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .air-inbox__img--title {
    max-width: 75%;
  }
}

.description {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/rakuma/img/bg01.png");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 3rem 0;
}
@media all and (max-width: 480px) {
  .description {
    padding: 2rem 0 5rem;
  }
}
.description-title {
  margin-bottom: 2rem;
}
@media all and (max-width: 480px) {
  .description-title {
    margin-bottom: 1rem;
    max-width: 40%;
  }
}
.description-content {
  margin: 0 auto;
  max-width: 950px;
  width: 90%;
  font-size: 1rem;
  color: #FFFFFF;
}
.description-content > ul {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.description-content > ul ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.description-content > ul ol li {
  list-style: decimal;
}
.description-content > ul > li {
  list-style: cjk-ideographic;
  text-align: justify;
  line-height: 2;
}
.description-content mark {
  font-weight: bold;
  padding: 0;
  color: #fcee21;
  background-color: transparent;
}
.description-content .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.67rem 0;
}

.footer-section {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 69px;
  background: #000000;
  text-align: center;
  border-top: 2px solid #fff;
}
@media all and (max-width: 480px) {
  .footer-section {
    height: 80px;
  }
}
.footer-section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  height: 100%;
}
@media all and (max-width: 480px) {
  .footer-section .list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.footer-section .list a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 6rem;
}
@media all and (max-width: 1024px) {
  .footer-section .list a {
    margin-right: 2rem;
  }
}
@media all and (max-width: 480px) {
  .footer-section .list a {
    margin-right: 0;
    font-size: 0.9rem;
  }
}
.footer-section .list a:last-child {
  margin-right: 0;
}
.footer-section .list a i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.footer-section .list a i.rotate {
  transform: rotate(-85deg);
  -webkit-transform: rotate(-85deg);
}
@media all and (max-width: 480px) {
  .footer-section .list a i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .footer-section .list a span {
    display: block;
  }
}
.footer-section .list a:hover {
  text-decoration: none;
  color: #FCD62D;
}

.page-sidebar {
  display: none;
  position: fixed;
  bottom: 5rem;
  right: 0.5rem;
  z-index: 999;
  background: #2a2a2a;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
@media all and (max-width: 1440px) {
  .page-sidebar {
    bottom: 4rem;
  }
}
.page-sidebar-action__button {
  cursor: pointer;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
}
.page-sidebar-action__button i {
  line-height: 50px;
}

@-webkit-keyframes boxBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
            transform: translateY(15%) scale(1.12, 0.89);
  }
  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
            transform: translateY(-15%) scale(0.92, 1.1);
  }
  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
            transform: translateY(0) scale(1.05, 0.9);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@keyframes boxBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
            transform: translateY(15%) scale(1.12, 0.89);
  }
  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
            transform: translateY(-15%) scale(0.92, 1.1);
  }
  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
            transform: translateY(0) scale(1.05, 0.9);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}