* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webit-box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 14px/1.15 "Microsoft Jhenghei", arial, sans-serif !important;
  color: #383838;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

*:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.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 #fecd28;
}
.header-section__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: url("//letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png") no-repeat;
  background-position: center center;
  width: 200px;
  height: 63px;
}

.slogan-kv {
  overflow: hidden;
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20231101_mercari/img/main/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .slogan-kv {
    background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20231101_mercari/img/m/main/bg.jpg");
  }
}
.slogan-kv__img {
  position: relative;
  top: -0.5rem;
  padding: 3rem 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: brightness 2s -0.2s linear infinite;
          animation: brightness 2s -0.2s linear infinite;
}
@media all and (max-width: 1024px) {
  .slogan-kv__img {
    padding: 2rem 0;
  }
}
@media all and (max-width: 480px) {
  .slogan-kv__img {
    padding: 0;
    top: 0;
  }
}
@media all and (max-width: 1024px) {
  .slogan-kv__img .kv-title {
    max-width: 80%;
  }
}
.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: 0;
  left: 0;
  width: auto;
  -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-2 {
  top: 0%;
  right: 0;
  width: auto;
  -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;
}

.event {
  overflow: hidden;
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20231101_mercari/img/content_1/bg.jpg");
  background-position: center center;
  background-size: auto;
  text-align: center;
  border-bottom: 2px solid #000000;
  padding: 3rem 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;
    background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20231101_mercari/img/m/content_1/bg.jpg");
  }
}
.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;
  }
}

.product {
  overflow: hidden;
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20231101_mercari/img/content_2/bg.jpg");
  background-position: top;
  background-size: auto;
  text-align: center;
  border-bottom: 5px solid #ffffff;
  padding: 3rem 0 1.5rem;
}
@media all and (max-width: 480px) {
  .product {
    padding: 2rem 0;
    background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20231101_mercari/img/m/content_2/bg.jpg");
  }
}
.product__title {
  margin: 6rem auto 4rem;
}
@media all and (max-width: 480px) {
  .product__title {
    max-width: 96%;
    margin: 4rem 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://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20231101_mercari/img/content_3/bg.jpg");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 3rem 0;
}
@media all and (max-width: 480px) {
  .description {
    padding: 2rem 0 7rem;
  }
}
.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: cjk-ideographic;
  list-style-image: url();
  text-align: justify;
  line-height: 2;
  font-weight: bold;
}
.description-content mark {
  color: #fff77a;
  background-color: transparent;
}

.footer-section {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  background: #00cfc1;
  text-align: center;
}
.footer-section__link-button {
  display: inline-block;
  margin: 0 0.75rem;
  padding: 0.25rem 1rem 0;
  line-height: 2rem;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  color: #240c00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .footer-section__link-button {
    margin-bottom: 0.5rem;
  }
}
.footer-section__link-button:hover {
  color: #ffffff;
  background: #ad7d51;
  border-color: #ad7d51;
  text-decoration: none;
}
.footer-section__link-button:hover::after {
  color: #ad7d51;
  background: #ffffff;
  border-color: #ffffff;
}
.footer-section__link-button:after {
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  margin-bottom: 0.3rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: normal;
  background: #ad7d51;
  color: #ffffff;
  border: 2px solid #ad7d51;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-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%);
  }
}