.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-image: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/mercari/img/kv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slogan-kv__img {
  position: relative;
  padding: 2rem 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;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .slogan-kv__img {
    padding: 2rem 0;
  }
}
.slogan-kv__img.kv {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation: boxBounce 2s ease-in-out;
          animation: boxBounce 2s ease-in-out;
}
@media all and (max-width: 1024px) {
  .slogan-kv__img .kv-title {
    max-width: 100%;
  }
}
@media all and (max-width: 480px) {
  .slogan-kv__img .kv-title {
    max-width: 95%;
  }
}
@media all and (max-width: 1024px) {
  .slogan-kv__img {
    padding: 2rem 0;
  }
}
.slogan-object__img {
  position: absolute;
  z-index: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  width: 15%;
}
@media all and (max-width: 1024px) {
  .slogan-object__img {
    display: none;
  }
}
.slogan-object__img img {
  max-width: 90%;
}
.slogan-object__img--object-1 {
  top: 4%;
  left: 1%;
  width: 26%;
  z-index: 3;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slogan-object__img--object-5 {
  top: 4%;
  right: 0%;
  width: 27%;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 3;
}

.event {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/mercari/img/content_bg01.jpg");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 5rem 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) {
  .event {
    padding: 2rem 0;
  }
}
.event-inbox {
  max-width: 1000px;
  width: 96%;
}
.event-inbox-item {
  display: block;
  margin-bottom: 3rem;
}
.event-inbox-item:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .event-inbox-item {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 480px) {
  .event-inbox-item img {
    width: 92%;
  }
}

.product {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/mercari/img/content_bg02.jpg");
  background-position: top;
  background-size: auto;
  text-align: center;
  padding: 3rem 0 6rem;
}
@media all and (max-width: 480px) {
  .product {
    padding: 2rem 0 4rem;
    background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/mercari/img/m/content_bg02.jpg");
    background-size: cover;
  }
}
.product__title {
  margin: 6rem auto 4rem;
}
@media all and (max-width: 480px) {
  .product__title {
    max-width: 88%;
    margin: 2rem auto 3rem;
  }
}
.product-list {
  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;
  max-width: 900px;
  width: 96%;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .product-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-list__item {
  width: calc(33.3333333333% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 480px) {
  .product-list__item {
    width: 48%;
    margin-right: 0;
  }
}

.description {
  overflow: hidden;
  background: url("https://hkletaoimg.s3.ap-northeast-1.amazonaws.com/events/202512_25uiv85x/mercari/img/content_bg03.jpg");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 3rem 0;
}
@media all and (max-width: 480px) {
  .description {
    padding: 2rem 0 6rem;
  }
}
.description-title {
  margin: 0 auto 3rem;
}
@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-type: cjk-ideographic;
  text-align: justify;
  line-height: 2;
  font-weight: bold;
}
.description-content mark {
  color: #FFF7B1;
  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: #FFBF87;
}

@-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;
  }
}
@-webkit-keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  88% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  91% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  94% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  97% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  88% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  91% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  94% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  97% {
    -webkit-filter: brightness(175%);
            filter: brightness(175%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}