<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* //////////////////////////////////////////////////////////////////// */
/* ///// index.php.///////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
.swiper-button-next:hover, .swiper-button-prev:hover{
/*    background: #00AEBB;*/
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: .5;
}

#newsBlk img , #lookbookBlk img{
    -webkit-transition: .6s;
    transition: .6s;
}


/*
#instagramBlk ul li a:hover,#snapBlk h3 a:hover{
    opacity: .3;
    -webkit-transition: .6s;
    transition: .6s;
}
*/

#instagramBlk ul li a:hover span,#snapBlk h3 a:hover span{
    text-decoration: underline;
}


/*
#bottomLinkBlk li a:hover{
    background: #4b4b4b;
    -webkit-transition: .6s;
    transition: .6s;
}

#bottomLinkBlk li a:hover::after{
    right: 15px;
    -webkit-transition: .6s;
    transition: .6s;
}
*/



</pre></body></html>