/* HOWTO*/
#wave-section {
  scroll-margin-top: 69px;
  width: 100%;
  display: grid;
  align-items: flex-start;
  flex-shrink: 1;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0);
  background-size: auto;
}
@media (max-width: 700px) {
  #wave-section {
    padding-top: 0;
    padding-bottom: 11.1111111111vw;
    background-image: url("/images/sp_blue_wave.svg");
  }
}
@media (min-width: 700px) {
  #wave-section {
    padding-top: 179px;
    background-image: url("/images/pc_blue_wave.svg");
    padding-bottom: 93px;
    background-size: auto;
  }
}
@media (min-width: 1200px) {
  #wave-section {
    background-size: cover;
  }
}

#event {
  /* FEATURE */
}
@media (min-width: 700px) {
  #event {
    background: url(/images/pc_web3-wallet-features_bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1000;
  }
}
@media (max-width: 700px) {
  #event #event-section {
    background-position-y: -52px;
    background-image: url(/images/sp_heroarea2.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#event #event-section > .inner {
  display: grid;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 700px) {
  #event #event-section > .inner {
    padding: 12%;
    padding-top: 18.5507246377vw;
    padding-bottom: 14.0096618357vw;
    row-gap: 9.4202898551vw;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner {
    max-width: 713px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 138px;
    row-gap: 78px;
    padding-bottom: 88px;
  }
}
@media (max-width: 700px) {
  #event #event-section > .inner > .event-title-container {
    width: 79.4685990338vw;
    height: 12.3188405797vw;
    background-image: url("/images/sp_feature_ribon.png");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  #event #event-section > .inner > .event-title-container > .title-text {
    color: #fff;
    text-align: center;
    font-size: 4.1062801932vw;
    font-style: normal;
    font-weight: 700;
    line-height: 12.3188405797vw;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner > .event-title-container > .title-text {
    color: #fff;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    background-image: url("/images/feature_ribon.png");
    height: 69px;
    background-size: cover;
    line-height: 69px;
    max-width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
#event #event-section > .inner .preview-image {
  border: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
  #event #event-section > .inner > .event-title-container > .title-text {
    font-size: 33px;
    line-height: 69px;
  }
}
#event #event-section > .inner .date {
  display: block;
  color: #666;
  font-size: 14px;
}
#event #event-section > .inner .title {
  word-break: break-word;
  letter-spacing: 0;
  color: rgb(51, 51, 51);
}
@media (max-width: 700px) {
  #event #event-section > .inner .title {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 1em;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner .title {
    margin-top: 5px;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}
@media (max-width: 700px) {
  #event #event-section > .inner .titleh4 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 1em;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner .titleh4 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}
#event #event-section > .inner .description {
  color: rgb(51, 51, 51);
}
@media (max-width: 700px) {
  #event #event-section > .inner .description {
    font-size: 14px;
    line-height: 25.2px;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner .description {
    font-size: 18px;
    line-height: 32.3px;
  }
}
#event #event-section > .inner .image {
  display: grid;
  -moz-column-gap: 1em;
  column-gap: 1em;
  grid-template-columns: repeat(3, minmax(auto, 200px));
  width: 100%;
}
@media (max-width: 700px) {
  #event #event-section > .inner .image {
    margin-top: 1em;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner .image {
    margin-top: 2em;
  }
}
#event #event-section > .inner .notice {
  color: var(--BG_BK, #141414);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 700px) {
  #event #event-section > .inner .notice {
    margin-top: 0.5em;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner .notice {
    margin-top: 1em;
  }
}
#event #event-section > .inner .detail {
  line-height: 1.8;
  word-break: break-all;
}
@media (max-width: 700px) {
  #event #event-section > .inner .detail > tbody {
    display: grid;
    flex-direction: column;
    row-gap: 1em;
  }
}
@media (max-width: 700px) {
  #event #event-section > .inner .detail > tbody > tr {
    display: grid;
    flex-direction: column;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner .detail > tbody > tr > td {
    padding: 0.5em;
  }
}
#event #event-section > .inner .detail > tbody > tr > th {
  text-align: left;
}
@media (min-width: 700px) {
  #event #event-section > .inner .detail > tbody > tr > th {
    width: 4em;
  }
}
#event #event-section > .inner .detail > tbody > tr > td > a {
  word-break: break-word;
  letter-spacing: 0;
  color: #00a19a;
  background: linear-gradient(135deg, #0c5eaa, #00a19a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#event #event-section > .inner .detail .image {
  display: grid;
  -moz-column-gap: 1em;
  column-gap: 1em;
  grid-template-columns: repeat(3, minmax(auto, 200px));
  width: 100%;
}
@media (max-width: 700px) {
  #event #event-section > .inner .detail .image {
    display: grid;
    grid-template-columns: auto;
    row-gap: 2em;
    text-align: center;
  }
}
@media (min-width: 700px) {
  #event #event-section > .inner .detail .image {
    margin-top: 2em;
  }
}

footer {
  background-color: #0068b7 !important;
}
@media (min-width: 700px) {
  footer .footer-top {
    background-color: #0068b7 !important;
  }
}

#back {
  position: absolute;
}
@media (max-width: 700px) {
  #back {
    top: 3.3333333333vw;
    right: 3.8647342995vw;
  }
}
@media (min-width: 700px) {
  #back {
    top: 42px;
    left: 50px;
  }
} /*# sourceMappingURL=event.css.map */
