@charset "UTF-8";

/*---------------------------------
              main
---------------------------------*/
@media screen and (max-width: 980px) {
/*---------------------------------
            instagram
---------------------------------*/
.instagram-wrapper {
  margin: 0 0 40px 0;
}
.category {
  margin: 50px 0 30px 0;
}
.i-img {
  box-shadow: 10px 10px 1px rgb(0, 0, 0, 0.4);
}

/*---------------------------------
              ranking
---------------------------------*/
.ranking-wrapper {
  margin: 60px 0 0 0;
}
.ranking-container {
  display: flex;
  width: 980px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ranking-container img {
  margin: 0 20px;
  flex-shrink: 0;
}
.ranking-img {
  width: 550px;
  height: 550px;
  overflow: hidden;
  margin: 0 5px;
}

.item {
  margin: 0 2px;
}
.item a {
  text-decoration: none;
}
.item-text-container {
  font-size: 28px;
  margin: 5px 0 20px 0;
  text-align: center;
}
.item-sale {
  color: #FFFFFF;
  background-color: #ff65b9;
  border: 1px solid #ff65b9;
  border-radius: 5px;
  padding: 0px 4px;
}
.item-text {
  font-weight: bold;
  color: #ffffff;
  background-color: #ff4747;
  border: 1px solid #ff4747;
  border-radius: 5px;
  padding: 0px 4px;
  margin: 0 0 0 13px;
}
.item-img {
  position: relative;
  width: 460px;
  height: 506px;
  overflow: hidden;
  margin: 0 5px;
}
.item-img a {
  display    : block;
  position   : absolute;
  overflow   : hidden;
  width      : 460px;
  height     : 460px;
}
.item-img img {
  width: 460px;
  height: auto;
  overflow: hidden;
}
.item-img p {
  display    : block;
  position   : absolute;
  font-size: 32px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 470px;
}
.s-item img {
  box-shadow: 0px 10px 1px rgb(0, 0, 0, 0.4);
}
.blinking{
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*---------------------------------
            recommend
---------------------------------*/
.recommend-wrapper {
  margin: 30px 0 0 0;
}
.recommend-wrapper img {
  margin: 0 0 30px 0;
}
.item-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 40px 0 40px 0;
}



}