@charset "UTF-8";
#egyshiwa {
  position: relative;
  min-height: 100vh;
}
#egyshiwa #mv {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  /*min-width: 1400px;*/
  height: calc(100vh - 191px);
  background: url(../../../img/brand/egyshiwa/mv-pc.jpg) center/cover no-repeat;
  font-size: 0;
  /*filter: grayscale(100%);*/
  transition: filter 0.5s ease;
}
@media (max-width: 768px) {
  #egyshiwa #mv {
    position: sticky;
    min-width: 100vw;
    height: calc(100svh - 169px);
    background: url(../../../img/brand/egyshiwa/mv-sp.jpg) center/cover no-repeat;
  }
}
#egyshiwa .content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  transition: margin-top 0.5s ease;
  z-index: 20;
}
#egyshiwa .content .lead-wrap {
  padding: 100px 0 0;
  background: url(../../../img/brand/egyshiwa/bg-01-pc.jpg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  #egyshiwa .content .lead-wrap {
    padding: 60px 0 0;
    background: url(../../../img/brand/egyshiwa/bg-01-sp.jpg) center center/cover no-repeat;
  }
}
#egyshiwa .content .lead {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  #egyshiwa .content .lead {
    width: 300px;
    margin: 0 auto 80px;
  }
}
#egyshiwa .content .lead h3 {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 1s ease-in;
}
@media (max-width: 768px) {
  #egyshiwa .content .lead h3 {
    margin-bottom: 28px;
  }
}
#egyshiwa .content .lead p {
  opacity: 0;
  transition: opacity 1.5s ease-in;
}
#egyshiwa .content .lead.show h3, #egyshiwa .content .lead.show p {
  opacity: 1;
}
#egyshiwa .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) {
  #egyshiwa .content .lead p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.39px;
  }
}
#egyshiwa .content .lead p:nth-child(2) {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #egyshiwa .content .lead p:nth-child(2) {
    margin-bottom: 50px;
  }
}
#egyshiwa .content .lead p .pc-only {
  display: block;
}
@media (max-width: 768px) {
  #egyshiwa .content .lead p .pc-only {
    display: none;
  }
}
#egyshiwa .content .lead .open-modal {
  text-align: center;
  margin-bottom: 0;
}
#egyshiwa .content .lead .open-modal a {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #DFDFDF;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.44px;
  transition: opacity 0.3s ease;
}
#egyshiwa .content .lead .open-modal a:hover {
  opacity: 0.8 !important;
}
#egyshiwa .content .lead .open-modal a span {
  display: inline-block;
  margin-right: 10px;
}
#egyshiwa .content .lead .open-modal a span img {
  width: auto;
  height: 11px;
}
#egyshiwa .content .look .look-slider li {
  width: 320px;
  margin: 0 5px;
}
#egyshiwa .content .look .sp-look-slider li {
  width: 120px;
  margin: 0 3px;
}
#egyshiwa .content .look .sp-look-slider.look-slider-01 {
  margin-bottom: 6px;
}
#egyshiwa .content .stores {
  padding: 120px 0 200px;
  background: url(../../../img/brand/egyshiwa/bg-02-pc.jpg) center center/cover no-repeat;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  #egyshiwa .content .stores {
    padding: 80px 0 150px;
    background: url(../../../img/brand/egyshiwa/bg-02-sp.jpg) center center/cover no-repeat;
  }
}
#egyshiwa .content .stores .link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#egyshiwa .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) {
  #egyshiwa .content .stores .link-list li a {
    width: 300px;
    height: 60px;
  }
}

.mov_modal {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mov_modal .mov {
  position: absolute;
  z-index: 501;
  top: 50%;
  left: 50%;
  width: 50vw;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .mov_modal .mov {
    width: 100vw;
  }
  .mov_modal .mov .cri-liveact-player {
    cursor: pointer !important;
  }
}
.mov_modal .mov .close_modal {
  position: absolute;
  top: -10px;
  right: -70px;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mov_modal .mov .close_modal {
    top: -50px;
    right: 10px;
  }
}
.mov_modal .mov .close_modal:hover {
  transition: all 0.6s ease;
  transform: rotate(180deg);
}
.mov_modal .mov .close_modal img {
  width: 100%;
  height: auto;
}
.mov_modal .mov .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media (max-width: 768px) {
  .mov_modal .mov .youtube {
    padding-top: 56.25%;
  }
}
.mov_modal .mov .youtube iframe,
.mov_modal .mov .youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.mov_modal .overlay {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.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=egyshiwa.css.map */