@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
---------------------------------*/
.no1 {
  position: relative;
  margin: 130px 0 280px 0;
}
.no1-img {
	background:url("../img/06-category/ranking-img/bg/02.jpg") repeat center top;
	background-size: cover;
  padding: 50px 25px 50px 25px;
  box-shadow: 10px 10px 1px rgb(0, 0, 0, 0.4);
}
.no1-text1 {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -140px;
}
.no1-text2 {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -220px;
}
.no2-3 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 40px 0 40px 0;
}
.no2-3 img {
  margin: 0 5px;
}



.ranking-wrapper {
  margin: 60px 0 100px 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;
}

.reco01 {
  position: relative;
  margin: 140px 0 0 0;
}
.reco01-text {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -150px;
}
.reco02-text {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -170px;
}
.reco02 {
  position: relative;
  margin: 140px 0 280px 0;
}
.reco03-text {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -290px;
}
.i-img1 {
  background:url("../img/05-sale/bg/07.jpg") repeat center top;
	background-size: cover;
  padding: 50px 25px 50px 25px;
  box-shadow: 10px 10px 1px rgb(0, 0, 0, 0.4);
}
.i-img2 {
  background:url("../img/05-sale/bg/08.jpg") repeat center top;
	background-size: cover;
  padding: 50px 25px 50px 25px;
  box-shadow: 10px 10px 1px rgb(0, 0, 0, 0.4);
}



}