:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

:root {
  --nav-height: 80px;
  --footer-height: 100px;
}
@media only screen and (max-width: 768px) {
  :root {
    --nav-height: 60px;
    --footer-height: 35vw;
  }
}

.index-kv {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 41.6666666667%;
  margin: auto;
  margin-top: var(--nav-height);
  margin-bottom: 0;
  transition: max-width 0.25s, padding 0.25s, border-radius 0.25s, margin 0.25s;
  overflow: hidden;
}
.index-kv.scroll {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 15%;
  margin-bottom: 3%;
  padding-top: 24.3055555556%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
@media only screen and (max-width: 1440px) {
  .index-kv.scroll {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-kv.scroll {
    width: 90%;
    max-width: none;
  }
}
.index-kv .index-kv-swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
}
.index-kv .index-kv-swiper .swiper {
  width: 100%;
  height: 100%;
}
.index-kv .index-kv-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-kv .index-kv-swiper .swiper-video,
.index-kv .index-kv-swiper .swiper-lazy {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}
.index-kv .index-kv-swiper .swiper-video video,
.index-kv .index-kv-swiper .swiper-lazy video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.index-kv .swiper-btn {
  position: absolute;
  left: 3rem;
  bottom: 1.5rem;
}

.index-banner {
  position: relative;
  padding: 5rem 0 2.5rem 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1440px) {
  .index-banner {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-banner {
    width: 90%;
    max-width: none;
  }
}
.index-banner article {
  position: relative;
  padding-top: 33.6666666667%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}
.index-banner article > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.index-banner article p {
  position: absolute;
  left: 5%;
  top: 50%;
  line-height: 175%;
  color: #FFF;
  width: 45%;
  transform: translateY(-50%);
}

.index-intro {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-intro {
    max-width: 1024px;
  }
}
.index-intro .index-intro-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
}
.index-intro .index-intro-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}
.index-intro .index-intro-swiper .swiper-slide:nth-child(even) {
  flex-direction: row-reverse;
}
.index-intro .index-intro-swiper .swiper-slide > div {
  width: 49%;
  padding-top: 29.7598870056%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.index-intro .index-intro-swiper .swiper-slide article {
  flex: 1 0 0;
  padding: 0 5rem;
}
.index-intro .index-intro-swiper .swiper-slide article p {
  margin-top: 1rem;
}

.index-feature {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-feature {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-feature {
    width: 90%;
    max-width: none;
  }
}
.index-feature .index-feature-swiper {
  margin-top: 3rem;
}
.index-feature .index-feature-swiper .swiper-wrapper {
  gap: 1rem;
}
.index-feature .index-feature-swiper .swiper-slide {
  position: relative;
  border: 1px solid #E6E9EB;
  padding: 1rem 1.5rem;
  padding-bottom: 10%;
  height: auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  width: calc(33.3% - 0.65rem) !important;
}
.index-feature .index-feature-swiper .swiper-slide p {
  margin-top: 1rem;
}
.index-feature .index-feature-swiper .swiper-slide img {
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 30%;
}

.index-marketing {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-marketing {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-marketing {
    width: 90%;
    max-width: none;
  }
}
.index-marketing .index-marketing-table {
  margin-top: 3rem;
  border: 1px solid #E6E9EB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.index-marketing .index-marketing-table .table-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-marketing .index-marketing-table .table-flex:not(.table-title):nth-child(odd) {
  background: rgba(230, 233, 235, 0.5);
}
.index-marketing .index-marketing-table .table-flex h4, .index-marketing .index-marketing-table .table-flex article {
  padding: 0.5rem 1rem;
}
.index-marketing .index-marketing-table .table-flex h4 img, .index-marketing .index-marketing-table .table-flex article img {
  display: block;
  width: 2.5rem;
  margin: 0.5rem auto;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(1), .index-marketing .index-marketing-table .table-flex article:nth-child(1) {
  width: 14%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(2), .index-marketing .index-marketing-table .table-flex article:nth-child(2) {
  width: 20%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(3), .index-marketing .index-marketing-table .table-flex article:nth-child(3) {
  width: 22%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(4), .index-marketing .index-marketing-table .table-flex article:nth-child(4) {
  width: 22%;
}
.index-marketing .index-marketing-table .table-flex h4:nth-child(5), .index-marketing .index-marketing-table .table-flex article:nth-child(5) {
  width: 22%;
}
.index-marketing .index-marketing-table .table-flex article {
  padding: 1.5rem 0.75rem;
}
.index-marketing .index-marketing-table .table-title {
  background: #1B1E24;
}

.index-partner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 2.5rem 0 10rem 0;
}
@media only screen and (max-width: 1440px) {
  .index-partner {
    max-width: 1024px;
  }
}
.index-partner .index-partner-swiper {
  margin: 3rem 0;
}
.index-partner .index-partner-swiper .swiper-slide {
  border: 1px solid #E6E9EB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.index-partner .index-partner-btn {
  display: inline-block;
  padding: 12px 32px;
  color: #FFF;
  background: #1EC687;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.5s, background 0.5s;
}
@media only screen and (min-width: 1025px) {
  .index-partner .index-partner-btn:hover {
    color: #FFF;
    background: #3EEDAB;
  }
}
@media only screen and (max-width: 1024px) {
  .index-partner .index-partner-btn {
    padding: 0.75em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .index-partner .index-partner-btn {
    padding: 1.25em 3em;
  }
}

@media only screen and (min-width: 769px) {
  .index-intro {
    width: 100%;
    max-width: 1440px;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .index-intro {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 769px) {
  .index-intro .index-intro-swiper {
    overflow: hidden;
  }
  .index-intro .index-intro-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .index-feature {
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .index-feature {
    max-width: 900px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .index-feature {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (min-width: 769px) {
  .index-feature .index-feature-swiper {
    overflow: hidden;
  }
  .index-feature .index-feature-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .index-kv {
    padding-top: 65.1041666667%;
    margin-bottom: 0;
  }
  .index-kv.scroll {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10%;
    margin-top: 25%;
    padding-top: 32.981530343%;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .index-kv .index-kv-swiper .swiper-btn {
    left: 2.5em;
    bottom: 2.5em;
  }
  .index-banner {
    padding: 0 0 1.5em 0;
    width: 100%;
  }
  .index-banner article {
    padding-top: 55.8823529412%;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .index-banner article p {
    width: 40%;
  }
  .index-intro {
    padding: 1.5em 0;
  }
  .index-intro .index-intro-swiper {
    margin-top: 1.5em;
  }
  .index-intro .index-intro-swiper .swiper-slide {
    margin: 1em 0;
  }
  .index-intro .index-intro-swiper .swiper-slide > div {
    padding-top: 38.1684210526%;
  }
  .index-intro .index-intro-swiper .swiper-slide article {
    padding: 0 5%;
    padding: 0 3em;
  }
  .index-intro .index-intro-swiper .swiper-slide article p {
    margin-top: 1em;
  }
  .index-feature {
    padding: 1.5em 0;
  }
  .index-feature .index-feature-swiper {
    margin-top: 3em;
  }
  .index-feature .index-feature-swiper .swiper-wrapper {
    gap: 1em;
  }
  .index-feature .index-feature-swiper .swiper-slide {
    padding: 1em 1.5em;
    width: calc(33.3% - 0.7em) !important;
  }
  .index-feature .index-feature-swiper .swiper-slide img {
    position: static;
    margin: auto;
    margin-right: 0;
    width: 45%;
  }
  .index-marketing {
    padding: 1.5em 0;
  }
  .index-marketing .index-marketing-table {
    margin-top: 3em;
  }
  .index-marketing .index-marketing-table .table-flex h4, .index-marketing .index-marketing-table .table-flex article {
    padding: 1em 0.5em;
  }
  .index-marketing .index-marketing-table .table-flex h4 img, .index-marketing .index-marketing-table .table-flex article img {
    width: 2em;
  }
  .index-partner {
    padding: 1.5em 0 10em 0;
  }
  .index-partner .index-partner-swiper {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  .index-kv {
    padding-top: 153.8461538462%;
  }
  .index-kv.scroll {
    margin-top: 45%;
    margin-bottom: 15%;
    padding-top: 51.2820512821%;
  }
  .index-banner {
    width: 100%;
  }
  .index-banner article {
    padding-top: 161.2820512821%;
  }
  .index-banner article p {
    left: 10%;
    width: 80%;
    top: 6%;
    transform: none;
  }
  .index-intro {
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1440px) {
  .index-intro {
    max-width: 900px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  .index-intro {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .index-intro .index-intro-swiper .swiper-slide {
    display: block;
    margin: 1em 0;
  }
  .index-intro .index-intro-swiper .swiper-slide > div {
    width: 100%;
    padding-top: 60.8571428571%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .index-intro .index-intro-swiper .swiper-slide article {
    margin-top: 5%;
    padding: 0;
  }
  .index-feature {
    width: 100%;
  }
  .index-feature .index-feature-swiper .swiper {
    padding: 0 5%;
  }
  .index-feature .index-feature-swiper .swiper-wrapper {
    gap: 0;
  }
  .index-feature .index-feature-swiper .swiper-slide {
    padding: 5% 5%;
    width: 60% !important;
  }
  .index-feature .index-feature-swiper .swiper-slide img {
    width: 50%;
  }
  .index-marketing .index-marketing-table .table-flex {
    flex-wrap: wrap;
  }
  .index-marketing .index-marketing-table .table-flex h4, .index-marketing .index-marketing-table .table-flex article {
    padding: 3% 1%;
  }
  .index-marketing .index-marketing-table .table-flex h4 img, .index-marketing .index-marketing-table .table-flex article img {
    width: 2.5em;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(1), .index-marketing .index-marketing-table .table-flex article:nth-child(1) {
    width: 16%;
    text-align: center;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(2), .index-marketing .index-marketing-table .table-flex article:nth-child(2) {
    width: 0;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(3), .index-marketing .index-marketing-table .table-flex article:nth-child(3) {
    width: 28%;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(4), .index-marketing .index-marketing-table .table-flex article:nth-child(4) {
    width: 28%;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(5), .index-marketing .index-marketing-table .table-flex article:nth-child(5) {
    width: 28%;
  }
  .index-marketing .index-marketing-table .table-flex h4:nth-child(6), .index-marketing .index-marketing-table .table-flex article:nth-child(6) {
    width: 100%;
    border-top: 1px solid #E6E9EB;
    text-align: center;
  }
}
.banner {
  position: relative;
  width: 100%;
  margin-top: var(--nav-height);
}
.banner > div {
  width: 100%;
  padding-top: 20.8333333333%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.banner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .banner h1 {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner h1 {
    width: 90%;
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  .banner > div {
    padding-top: 39.0625%;
  }
}
@media only screen and (max-width: 768px) {
  .banner > div {
    padding-top: 88.6363636364%;
  }
  .banner h1 {
    position: absolute;
    top: 20%;
    text-align: center;
  }
}
.trend-tab {
  z-index: 1;
  position: sticky;
  top: var(--nav-height);
  margin: 1.5rem 0;
  padding: 1rem 0;
  background: #FFF;
}
.trend-tab .trend-tab-swiper {
  overflow: hidden;
}
.trend-tab .swiper {
  padding: 0 5%;
}
.trend-tab .swiper-slide {
  display: inline-block;
  padding: 12px 32px;
  color: #000;
  border: 1px solid #000;
  background: #FFF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  transition: color 0.5s, background 0.5s;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .trend-tab .swiper-slide:hover {
    color: #FFF;
    background: #000;
  }
}
@media only screen and (max-width: 1024px) {
  .trend-tab .swiper-slide {
    padding: 0.75em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .trend-tab .swiper-slide {
    padding: 1.25em 3em;
  }
}
.trend-tab .swiper-slide.active {
  color: #FFF;
  background: #000;
}

.trend-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  gap: 3rem 1rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1440px) {
  .trend-wrap {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .trend-wrap {
    width: 90%;
    max-width: none;
  }
}

.trend-block {
  width: calc(33.3% - 0.65rem);
  border: 1px solid #E6E9EB;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  height: auto;
  overflow: hidden;
  background: #FFF;
}
.trend-block > div {
  position: relative;
  width: 100%;
  padding-top: 58.3333333333%;
  overflow: hidden;
}
.trend-block > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transition: transform 0.5s;
}
.trend-block article {
  padding: 1.5rem;
}
.trend-block article .trend-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
.trend-block article .trend-tag p::before {
  content: "#";
}
.trend-block article h2 {
  font-weight: normal;
  margin: 1rem 0 0.5rem 0;
  transition: color 0.5s;
}
.trend-block article h2, .trend-block article p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}

.trend-detail-wrap {
  padding: 8rem 0;
  height: 100%;
  background: rgba(230, 233, 235, 0.5);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.trend-detail-wrap .trend-detail-info {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #FFF;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .trend-detail-wrap .trend-detail-info {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .trend-detail-wrap .trend-detail-info {
    width: 90%;
    max-width: none;
  }
}
.trend-detail-wrap .trend-detail-info > div {
  display: block;
  width: 50%;
  padding-top: 26.2068965517%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
.trend-detail-wrap .trend-detail-info article {
  flex: 1 0 0;
  padding: 0 5%;
}
.trend-detail-wrap .trend-detail-info article h1 {
  line-height: 125%;
}
.trend-detail-wrap .trend-detail-info article p {
  margin: 1rem 0;
  color: #7C818D;
}
.trend-detail-wrap .trend-detail-info article h1, .trend-detail-wrap .trend-detail-info article > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}
.trend-detail-wrap .trend-detail-info article .trend-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin-top: 1.5rem;
}
.trend-detail-wrap .trend-detail-info article .trend-tag p {
  margin: 0;
}
.trend-detail-wrap .trend-detail-info article .trend-tag p::before {
  content: "#";
}
.trend-detail-wrap .trend-detail-content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 3rem;
  background: #FFF;
}
@media only screen and (max-width: 1440px) {
  .trend-detail-wrap .trend-detail-content {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .trend-detail-wrap .trend-detail-content {
    width: 90%;
    max-width: none;
  }
}
.trend-detail-wrap .trend-detail-content .article-style img {
  width: 700px;
}
.trend-detail-wrap .trend-detail-swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .trend-detail-wrap .trend-detail-swiper {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .trend-detail-wrap .trend-detail-swiper {
    width: 90%;
    max-width: none;
  }
}
.trend-detail-wrap .trend-detail-swiper .swiper-btn {
  margin-top: 1rem;
}

@media only screen and (min-width: 1025px) {
  .trend-block:hover > div > div {
    transform: scale(1.05);
  }
  .trend-block:hover h2 {
    color: #1EC687;
  }
}
@media only screen and (max-width: 1024px) {
  .trend-tab {
    margin: 1.5em 0;
    padding: 1em 0;
  }
  .trend-wrap {
    gap: 3em 1em;
    padding-bottom: 5em;
  }
  .trend-block {
    width: calc(50% - 0.5em);
  }
  .trend-block article {
    padding: 1.5em;
  }
  .trend-block article .trend-tag {
    gap: 0.25em 0.5em;
  }
  .trend-block article h2 {
    margin: 1em 0 0.5em 0;
  }
  .trend-detail-wrap {
    padding: 7rem 0 3rem 0;
  }
  .trend-detail-wrap .trend-detail-info article .trend-tag {
    gap: 0.25em 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .trend-tab .swiper-slide {
    padding: 0.5em 1.25em;
  }
  .trend-wrap {
    gap: 2em 0;
  }
  .trend-block {
    width: 100%;
  }
  .trend-detail-wrap {
    padding-top: 6rem;
  }
  .trend-detail-wrap .trend-detail-info {
    display: block;
  }
  .trend-detail-wrap .trend-detail-info > div {
    width: 100%;
    padding-top: 52.4137931034%;
  }
  .trend-detail-wrap .trend-detail-info article {
    padding: 5%;
  }
  .trend-detail-wrap .trend-detail-info article p {
    margin: 0.5em 0;
  }
  .trend-detail-wrap .trend-detail-info article .trend-tag {
    margin-top: 1.5em;
  }
  .trend-detail-wrap .trend-detail-content {
    padding: 1.5rem;
  }
}/*# sourceMappingURL=trend.css.map */