@charset "UTF-8";
/* CSS Document */

.shs2310-products {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
.shs2310-products a {
  position: relative;
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  text-align: left;
}

.shs2310-products {
  margin: 30px auto;
}
.shs2310-products {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .shs2310-products {
    margin-top: 30PX;
  }
}

.shs-top {

}
.shs-top img {
  width: 100%;
}

.new {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFF;
  vertical-align: middle;
  line-height: 1em;
  font-size: 0.7em;
  padding: 0.15em 0.5em;
  margin: 0 0 0 1em;
  background: #FF0000;
}

.shs-fade {
  position: absolute;
  top: 0; left: 0;
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.shs-fade2 {
  position: absolute;
  top: 0; left: 0;
  animation-name: fadeAnime2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.shs-fade-r {
  position: absolute;
  top: 0; left: 0;
  animation-name: fadeAnime-r;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeAnime{
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime-r{
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime2{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.shs-ani1 {
  animation-delay: 1s;
}
.shs-ani2 {
  animation-delay: 2s;
}
.shs-ani3 {
  animation-delay: 2.5s;
}
.shs-ani4 {
  animation-delay: 3.5s;
}


.gs-option {
  text-align: right;
  font-size: .8em;
  color: #FFF;
}

.shs-snslink {
  justify-content: center;
}

.swiper {
  width: 60vw;
}
.swiper-slide {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
}
.swiper-slide img {
  object-fit: contain;
}
.swiper-pagination-bullet {
  background-color: #FFF;
}

.shs2501-photo {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .shs2501-photo {
    width: 70%;
  }
}
