@charset "UTF-8";
#egyiconic {
  position: relative;
  min-height: 100vh;
}
#egyiconic #mv {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1600 / 727;
  overflow: hidden;
  font-size: 0;
  transition: filter 0.5s ease;
}
#egyiconic #mv .mv-movie {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#egyiconic #mv.mv-sp {
  aspect-ratio: 375 / 667;
}
#egyiconic .content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  transition: margin-top 0.5s ease;
  z-index: 20;
}
#egyiconic .content .lead-wrap {
  padding: 100px 0 0;
  background: url(../../../img/brand/egyiconic/bg-01-pc.png) center center/cover no-repeat #000;
}
@media (max-width: 768px) {
  #egyiconic .content .lead-wrap {
    padding: 60px 0 0;
    background: url(../../../img/brand/egyiconic/bg-01-sp.png) center center/cover no-repeat #000;
  }
}
#egyiconic .content .lead {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  #egyiconic .content .lead {
    width: 300px;
    margin: 0 auto 80px;
  }
}
#egyiconic .content .lead h3 {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 1s ease-in;
}
@media (max-width: 768px) {
  #egyiconic .content .lead h3 {
    margin-bottom: 28px;
  }
}
#egyiconic .content .lead p {
  opacity: 0;
  transition: opacity 1.5s ease-in;
}
#egyiconic .content .lead.show h3, #egyiconic .content .lead.show p {
  opacity: 1;
}
#egyiconic .content .lead p {
  margin-bottom: 80px;
  color: #fff;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Roboto", "Droid Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #egyiconic .content .lead p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.39px;
  }
}
#egyiconic .content .lead p:nth-child(2) {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #egyiconic .content .lead p:nth-child(2) {
    margin-bottom: 50px;
  }
}
#egyiconic .content .lead p .pc-only {
  display: block;
}
@media (max-width: 768px) {
  #egyiconic .content .lead p .pc-only {
    display: none;
  }
}
#egyiconic .content .look .look-slider li {
  width: 320px;
  margin: 0 5px;
}
#egyiconic .content .look .sp-look-slider li {
  width: 120px;
  margin: 0 3px;
}
#egyiconic .content .look .sp-look-slider.look-slider-01 {
  margin-bottom: 6px;
}
#egyiconic .content .stores {
  padding: 120px 0 200px;
  background: url(../../../img/brand/egyiconic/bg-02-pc.png) center center/cover no-repeat #000;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  #egyiconic .content .stores {
    padding: 80px 0 150px;
    background: url(../../../img/brand/egyiconic/bg-02-sp.png) center center/cover no-repeat #000;
  }
}
#egyiconic .content .stores .link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#egyiconic .content .stores .link-list li a {
  display: flex;
  margin: 0 auto;
  width: 350px;
  height: 70px;
  border: 1px solid #ffffff;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #egyiconic .content .stores .link-list li a {
    width: 300px;
    height: 60px;
  }
}

.container_,
.recommend_container {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.recommend_container {
  margin-top: 0 !important;
  padding: 150px 0 180px;
}

#footer {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .products_ {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .products_:has(.search_tag) {
    margin-top: 0;
    padding-top: 24px;
  }
}/*# sourceMappingURL=egyiconic.css.map */