@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright©SAKURAYA All Rights Reserved.

HTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
html,body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
	line-height: 1.8;
	color: #220000;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    word-break : break-all;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
/*body::before {
  display: block;
  width: 72px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 59;
  content:"";
}
body::after {
  display: block;
  width: 72px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 59;
  content:"";
}*/
h1,h2,h3,h4,h5,h6 {
}
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td,em,strong,blockquote {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: normal;
/*	font-size: 15px;
	word-break: break-all;*/
}
p,dd,li {
  text-align: justify;
  list-style: none;
}
em,strong {
  font-weight: bold;
}

img {
	vertical-align:middle;
  width:100%;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	transition: 0.2s ease-in-out;
  opacity: 0.5;	
}

.clearfix::after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.none {
  display: none!important;
}

.nolink {
  pointer-events: none;
}
.anchor {
  display: block;
  height: 0;
  position: relative;
  top: -120px;
}
/*---------------------------------------------------------------------------------
エフェクト
--------------------------------------------------------------------------------- */
/* 画面外にいる状態 */
.effect {
  opacity : 0;
	transition : all 700ms 300ms;
}
.fade-rise {
  transform: translate(0,50px);
}
/* 画面内に入った状態 */
.effect-on {
  opacity: 1.0;
	transform: translate(0,0px); 
}

/*ファーストビューエフェクト*/
.fv-effect {
  transition : all 700ms cubic-bezier(0.000, 0.000, 0.000, 1.000);
  opacity: 0;
}
.loaded .fv-effect {
  opacity: 1;
  transform: translate(0,0);
}
.loaded .delay01 {
  transition-delay:0ms;
}
.loaded .delay02 {
  transition-delay:200ms;
}
.loaded .delay03 {
  transition-delay:400ms;
}
.loaded .delay04 {
  transition-delay:900ms;
}
.loaded .delay05 {
  transition-delay:1400ms;
}
/*アニメーション*/
.delay0 {
  transition-delay:0ms;
}
.delay1 {
  transition-delay:100ms;
}
.delay2 {
  transition-delay:200ms;
}
.delay3 {
  transition-delay:300ms;
}
.delay4 {
  transition-delay:400ms;
}
.delay5 {
  transition-delay:500ms;
}
.delay6 {
  transition-delay:600ms;
}
.delay7 {
  transition-delay:700ms;
}
.delay8{
  transition-delay:800ms;
}
.delay9{
  transition-delay:900ms;
}
.delay10{
  transition-delay:1000ms;
}

.effect2 {
  opacity : 0;
  transform: translate(0,0);
	transition : all 700ms 0ms;
}
.effect-on .effect2 {
  opacity: 1.0;
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
  width: 100%;
  min-width: 1260px;
  position: absolute;
  opacity: 1;
  z-index: 50;
  top: 0;
  left: 0;
}
.page-header {
  width: 880px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.page-header-logo {
  width: 240px;
  padding-top: 24px;
  margin: 0 auto;
}
.global-nav-inner-logo {
  display: block;
}
.global-nav.fixed .global-nav-inner-logo {
  display: block;
}
.page-header-sns {
  display: flex;
  width: 164px;
}
.page-header-sns a {
  display: block;
  width: 23px;
  margin-left: 18px;
}
.global-nav {
  display: block;
  width: 100%;
  height: 70px;
  background-color: rgba(255,255,255,0.80);
  position: fixed;
  top: 0;
  left: 0;
}
.global-nav.fixed {
  display: block;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.global-nav-inner {
  width: 1162px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.global-nav.fixed {
  justify-content: flex-start;
}
.global-nav-inner-logo {
  width: 160px;
  padding: 0px 93px 0px 10px;
}
.global-nav-inner-btn {
  display: block;
  margin-right: 45px;
  font-family: 'Poiret One', cursive;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.global-nav-inner-btn:first-of-type {
  margin-right: 65px;
}

/*サロンリスト*/
.btn-open-salon-list {
  box-sizing: border-box;
  width: 32px;
  height: 186px;
  padding: 40px 7px 0px;
  background: url("../img/common/icon_h_salonlist.png") no-repeat center top;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: 'Poiret One', cursive;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: 60;
  cursor: pointer;
}
.btn-close-salon-list {
  width: 72px;
  height: 250px;
  background: url("../img/common/btn_close_salon.png") no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.btn-open-reserve-list {
  box-sizing: border-box;
  width: 32px;
  height: 146px;
  padding: 40px 7px 0px;
  background: url("../img/common/icon_h_reservet.png") no-repeat center top;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: 'Poiret One', cursive;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: fixed;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  z-index: 60;
  cursor: pointer;
}
.btn-close-reserve-list {
  width: 72px;
  height: 250px;
  background: url("../img/common/btn_close_salon.png") no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.h-salon-list {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index:98;
	background-color: rgba(255,255,255,0.50);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.salon_open .h-salon-list.salon,
.reserve_open .h-salon-list.reserve {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
} 
.h-salon-list-inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 880px;
  height: 100vh;
  padding: 50px 10px 0 60px;
  background-color: #fff;
  margin: 0 auto;
  overflow-y: auto;
}
.h-salon-list-column {
  width: 380px;
}
.h-salon-brand {
  padding-bottom: 15px;
}
.h-salon-brand img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}
.h-salon-brand:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg)
}
.h-salon-brand-name {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.h-salon-brand-name a {
  display: block;
  width: 120px;
}
.h-salon-brand-name div {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 202px;
  padding-left: 18px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
.h-salon-brand-name div span {
  display: block;
  width: 100%;
  font-size: 12px;
  padding-bottom: 10px;
}
.h-salon-brand-list {
  padding-left: 65px;
}
.h-salon-brand-list li {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
  box-sizing: border-box;
  width: 100%;
  min-width: 1260px;
  min-height: 1000px;
  padding: 70px 0px 100px;
  position: relative;
  overflow:hidden;
}
#contents-wrapper .mv {
  width: 880px;
  margin: 0 auto 120px;
}

.contents-ttl {
  margin-bottom: 42px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.contents-ttl .fade-txt {
  display: block;
  padding-bottom: 26px;
  font-family: 'Cabin Sketch', cursive;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #200;
  opacity: 0;
}
.contents-ttl .fade-txt span {
  opacity: 0;
}
.contents-ttl .jp {
  display: block;
  padding-bottom: 8px;
  background: no-repeat center bottom;
  position: relative;
  z-index: 2;
}
.loaded .contents-ttl .jp .line {
  opacity: 1;
}
.line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.contents-sub-ttl {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.contents-sub-ttl .en {
  display: block;
  padding-top: 7px;
  font-family: 'Poiret One', cursive;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}


/*pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pagenation span,
.pagenation a {
  display: block;
  padding: 0px 12px;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}
.pagenation .ditto_previous_link {
  width: 24px;
  height: 28px;
  padding-right: 42px;
  background: url("../img/common/btn_page_prev.png") no-repeat left center;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}
.pagenation .ditto_next_link {
  width: 24px;
  height: 28px;
  padding-left: 42px;
  background: url("../img/common/btn_page_next.png") no-repeat right center;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}
.pagenation .span {
  font-size: 42px;
  color: #c63fa9;
  text-decoration: underline;
}

/*サイド　お問い合わせ*/
.faq-background {
  width: 366px;
  height: 220px;
  background: url("../img/recruit/bg_side_contact_2024.png");
  position: fixed;
  top: 50%;
  right: -266px;
  margin-top: -55px;
  z-index: 50;
}
.faq-background.faq-open {
  right: 0;
  background-position: left bottom;
}
.btn_faq-open {
  width: 100px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.faq-background.faq-open .btn_faq-open {
  display: none;
}
.btn_faq-close {
  width: 23px;
  height: 23px;
  background-image: url("../img/recruit/btn_side_close.png");
  position: absolute;
  top: 12px;
  right: 42px;
  cursor: pointer;
}
.faq-background-line {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 129px;
  left: 147px;
}
/*illust*/
.illust {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -310px;
  left: 50%;
  z-index: 40;
	-webkit-transition: 2.3s ease-in-out;
	-moz-transition: 2.3s ease-in-out;
	-o-transition: 2.3s ease-in-out;
	transition: 2.3s ease-in-out;
  animation: move 700ms infinite alternate linear;
}
.illust.up {
  top: -310px!important;
}
.illust01 {
  margin-left: -540px;
  animation: move01 700ms linear 0ms infinite alternate;
}
.loaded .illust01 {
  top: 73px; 
}
.illust02 {
  margin-left: 351px;
  animation: move02 700ms linear 100ms infinite alternate;
}
.loaded .illust02 {
  top: 73px; 
}
.illust03 {
  margin-left: -710px;
  animation: move03 700ms linear 200ms infinite alternate;
}
.loaded .illust03 {
  top: 289px; 
}
.illust04 {
  margin-left: 510px;
  animation: move04 1000ms linear 300ms infinite alternate;
}
.loaded .illust04 {
  top: 273px; 
}
.illust05 {
  margin-left: -458px;
  animation: move05 700ms linear 0ms infinite alternate;
}
.loaded .illust05 {
  top: 408px; 
}
.illust06 {
  margin-left: 247px;
  animation: move06 700ms linear 0ms infinite alternate;
}
.loaded .illust06 {
  top: 400px; 
}


@keyframes move01 {
  0% {transform: translate(0px,5px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,-5px);}
}
@keyframes move02 {
  0% {transform: translate(0px,-7px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,7px);}
}
@keyframes move03 {
  0% {transform: translate(0px,10px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,-10px);}
}
@keyframes move04 {
  0% {transform: translate(0px,-12px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,12px);}
}
@keyframes move05 {
  0% {transform: translate(0px,5px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,-5px);}
}
@keyframes move06 {
  0% {transform: translate(0px,-7px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,7px);}
}
@keyframes move07 {
  0% {transform: translate(0px,10px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,-10px);}
}
@keyframes move08 {
  0% {transform: translate(0px,-12px);}
  50% {	transform: translate(0px,0px);}
  100% {transform: translate(0px,12px);}
}


/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
  width: 100%;
  min-width: 1260px;
  padding: 60px 0px 15px;
  background-color: #ecd2d5;
  position: relative;
  z-index: 1;
  font-family: 'Noto Serif JP', serif;
}
#page-top {
  width: 87px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: 350px;
}
.page-footer {
  width: 1000px;
  margin: 0 auto;
}
.page-footer-logo {
  width: 214px;
  height: 42px;
  position: absolute;
  top: -21px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.page-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.page-footer-sns a {
  display: block;
  width: 25px;
  margin: 0 9px;
}
.page-footer-txt1 {
  padding-bottom: 25px;
  font-family: 'Poiret One', cursive;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.page-footer-txt2 {
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.page-footer-txt3 {
  margin: 0 auto 55px;
  text-align: center;
}
.page-footer-txt3 span {
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  padding: 4px 12px 0;
  background-color: #c1c1c1;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
}
.page-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 72px;
}
.page-footer-nav a {
  display: block;
  margin: 0 23px;
  font-family: 'Poiret One', cursive;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: underline;
}
.page-footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.page-footer-brand a {
  display: block;
  width: 90px;
  margin: 0 15px;
}
.page-footer-brand a img {
  border-radius: 50%;
  -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}
.page-footer-brand a:hover {
  opacity: 1;
}
.page-footer-brand a:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg)
}
.copyright {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 10px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}


/*---------------------------------------------------------------------------------
script
--------------------------------------------------------------------------------- */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 1; filter: alpha(opacity = 100);}
#colorbox{outline:0;}
    #cboxContent{background:transparent; overflow:visible;}
        .cboxIframe{background: transparent;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; top:0px; left:50%; margin-left: 480px; display:block; width: 72px; height: 96px; background-image: url(../img/common/btn_modal_close.png);background-size: 100% auto;}


/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #cboxClose {
    width: 22px;
    height: 22px;
    background-size: 100% auto;
    top: 0px;
    l:a
    right: 0px;
    margin: 0;
  }
  
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev {
	background-position: left top;
}
.slick-next {
	background-position: right top;
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}
.slick-prev:active,
.slick-next:active {
  border: none;
}
.slick-disabled {
  display: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity:0.5;

}
