
  #shop_e_egyshoes .sp-only {
    display: block;
  }
@media screen and (min-width: 960px) {
    #shop_e_egyshoes .sp-only {
      display: none !important;
  }
    }
#shop_e_egyshoes .pc-only {
    display: block;
  }
@media screen and (max-width: 959px) {
    #shop_e_egyshoes .pc-only {
      display: none !important;
  };
    }
#shop_e_egyshoes .contents {
    background-color: #000;
    padding-bottom: 100px;
    position: relative;
  }
@media screen and (min-width: 960px) {
    #shop_e_egyshoes .contents {
      padding-bottom: 120px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
  }
    }
#shop_e_egyshoes .fv {
    position: relative;
  }
#shop_e_egyshoes #fv-video video {
  width: 100vw;
 }
#shop_e_egyshoes .fv__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-filter: blur(80px);
            filter: blur(80px);
  }
#shop_e_egyshoes .description__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 160px 0 120px;
    gap: 60px;
  }
@media screen and (max-width: 959px) {
    #shop_e_egyshoes .description__inner {
      display: block;
      margin: 60px 0px 100px;
  }
    }
#shop_e_egyshoes .description__text-wrap {
    /* display: flex;
    flex-direction: column;
    gap: 30px; */
    width: 50%;
  }
@media screen and (max-width: 959px) {
    #shop_e_egyshoes .description__text-wrap {
      display: block;
      padding: 50px 30px 0;
      width: 100%;
  }
    }
#shop_e_egyshoes .description__title {
    text-align: left;
  }
#shop_e_egyshoes .description__text {
    font-size: 15px;
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    line-height: 180%;
    text-align: left;
    margin-top: 30px;
  }
@media screen and (max-width: 370px) {
    #shop_e_egyshoes .description__text {
      font-size: 11px;
  }
    }
#shop_e_egyshoes .description__text:first-of-type {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
    #shop_e_egyshoes .description__title {
      width: 360px;
  }
    }
#shop_e_egyshoes .description__button-wrap {
    cursor: pointer;
  }
@media screen and (max-width: 959px) {
    #shop_e_egyshoes .description__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
  }
    }
#shop_e_egyshoes .gallery {
    width: 100%;
  }
#shop_e_egyshoes .gallery__movie {
    width: 100%;
  }
#shop_e_egyshoes .gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
@media screen and (min-width: 960px) {
    #shop_e_egyshoes .gallery__list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
    }
#shop_e_egyshoes .gallery__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
@media screen and (min-width: 960px) {
    #shop_e_egyshoes .gallery__column {
      width: 350px;
  }
    }
@media screen and (max-width: 959px) {
    #shop_e_egyshoes .gallery__column:nth-child(2) {
      padding-top: 50px;
  }
    }
#shop_e_egyshoes .buttons {
    margin-top: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media screen and (max-width: 959px) {
    #shop_e_egyshoes .buttons {
      margin-top: 190px;
  }
    }
#shop_e_egyshoes .link-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 70px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: "optima", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: 0.36px;
    margin-top: 20px;
    position: relative;
  }

  img.lazy {
    display: none;
}
