@charset "utf-8";
/* CSS Document */
/* �Y���Q�g�s��css�g�b�� */






















.effect{
    position: relative;
}
.effect .money{
    display: block;
    position: absolute;
    top: 37%;
    left: 32%;
    /* animation: bounce-in-right 1.1s both; */
}

.effect .cart{
    display: block;
    position: absolute;
    top: 24%;
    left: 0%;
    /* animation: bounce-in-right 1.1s both; */
}

.effect .woman{
    /* display: block; */
    position: absolute;
    top: 55%;
    left: 9%;
}

.effect .man{
    /* display: block; */
    position: absolute;
    top: 47%;
    left: 75%;
}

.pic-transform img:hover{
    transform:scale(1.03,1.03);
}





.menuMask {
  display: none;
  background-color: rgba(34, 34, 34, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 55;
  top: 0px;
  left: 0px;
}

.btn-close-nav {
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease-in-out;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  cursor: pointer;
  opacity: .8;
  display: none;
  height: 30px;
  width: 65px;
  line-height: 24px;

}

.btn-close-nav:hover {
  opacity: 1;
}

.nav-footer {
  justify-content: flex-end;
  display: flex;
}

@media screen and (max-width:767px){
.nav-footer{
    display: none;
  }
}
